01KYK9CG8JQVFS84RBJQN1W27F: 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: 01KYK9CW843Q3MR7BZACCK29ZK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-28T02:39:14.007Zjob assigned to worker 01KYK9D3P5MA8ESBKBKN1J00Q6 [factory aws, i-0a3644c74334c882c] (queued for 48 s)
 
22026-07-28T02:39:19.812Zstarting task 0: "setup"
32026-07-28T02:39:19.820Z++ uname -s
42026-07-28T02:39:19.823Z+ kern=SunOS
52026-07-28T02:39:19.823Z+ build_user=build
62026-07-28T02:39:19.823Z+ build_uid=12345
72026-07-28T02:39:19.823Z+ work_dir=/work
82026-07-28T02:39:19.823Z+ input_dir=/input
92026-07-28T02:39:19.823Z+ [[ 0 == 12345 ]]
102026-07-28T02:39:19.823Z+ case "$kern" in
112026-07-28T02:39:19.823Z+ groupadd -g 12345 build
122026-07-28T02:39:19.826Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-28T02:39:21.835Z+ zfs create -o mountpoint=/work rpool/work
142026-07-28T02:39:21.906Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-28T02:39:21.909Z+ home_fs=zfs
162026-07-28T02:39:21.909Z+ [[ zfs == autofs ]]
172026-07-28T02:39:21.909Z+ mkdir -p /home/build
182026-07-28T02:39:21.909Z+ chown build:build /home/build /work
192026-07-28T02:39:23.911Z+ chmod 0700 /home/build /work
202026-07-28T02:39:23.914Zprocess exited: duration 4103 ms, exit code 0
 
212026-07-28T02:39:23.920Zstarting task 1: "rust-toolchain"
222026-07-28T02:39:23.925Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-28T02:39:23.926Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-28T02:39:23.926Z * rust toolchain channel = "1.97.1"
252026-07-28T02:39:23.926Z * rust toolchain profile = "default"
262026-07-28T02:39:23.926Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-28T02:39:23.926Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-28T02:39:23.929Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-28T02:39:23.929Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-28T02:39:24.057Zinfo: downloading installer
312026-07-28T02:39:25.504Zwarn: It looks like you have an existing rustup settings file at:
322026-07-28T02:39:25.504Zwarn: /home/build/.rustup/settings.toml
332026-07-28T02:39:25.504Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-28T02:39:25.504Zwarn: instead of the one inferred from the default host triple.
352026-07-28T02:39:25.517Zinfo: profile set to default
362026-07-28T02:39:25.517Zinfo: default host triple is x86_64-unknown-illumos
372026-07-28T02:39:25.519Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-28T02:39:25.677Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-28T02:39:25.680Zinfo: downloading 6 components
402026-07-28T02:39:42.795Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-28T02:39:42.795Z
422026-07-28T02:39:42.823Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-28T02:39:42.823Z
442026-07-28T02:39:42.823Z
452026-07-28T02:39:42.823ZRust is installed now. Great!
462026-07-28T02:39:42.823Z
472026-07-28T02:39:42.826ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-28T02:39:42.826Zenvironment variable. This has not been done automatically.
492026-07-28T02:39:42.826Z
502026-07-28T02:39:42.826ZTo configure your current shell, you need to source
512026-07-28T02:39:42.826Zthe corresponding env file under $HOME/.cargo.
522026-07-28T02:39:42.826Z
532026-07-28T02:39:42.826ZThis is usually done by running one of the following (note the leading DOT):
542026-07-28T02:39:42.826Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-28T02:39:42.826Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-28T02:39:42.826Zsource "~/.cargo/env.nu" # For nushell
572026-07-28T02:39:42.826Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-28T02:39:42.826Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-28T02:39:42.826Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-28T02:39:42.826Zwarn: no default linker (`cc`) was found in your PATH
612026-07-28T02:39:42.826Zwarn: many Rust crates require a system C toolchain to build
622026-07-28T02:39:42.915Z+ rustup --version
632026-07-28T02:39:42.924Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-28T02:39:42.927Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-28T02:39:42.945Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-28T02:39:42.948Z+ cargo --version
672026-07-28T02:39:42.962Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-28T02:39:42.965Z+ rustc --version
692026-07-28T02:39:42.984Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-28T02:39:42.987Zprocess exited: duration 19065 ms, exit code 0
 
712026-07-28T02:39:42.993Zstarting task 2: "authentication"
722026-07-28T02:39:43.009Zprocess exited: duration 15 ms, exit code 0
 
732026-07-28T02:39:43.014Zstarting task 3: "clone repository"
742026-07-28T02:39:43.017Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-28T02:39:43.020Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-28T02:39:43.050ZCloning into '/work/oxidecomputer/omicron'...
772026-07-28T02:39:53.879Z+ cd /work/oxidecomputer/omicron
782026-07-28T02:39:53.879Z+ git fetch origin 85a8c2537d2cf3b446c65880f55afc5e577811ae
792026-07-28T02:39:54.161ZFrom https://github.com/oxidecomputer/omicron
802026-07-28T02:39:54.161Z * branch 85a8c2537d2cf3b446c65880f55afc5e577811ae -> FETCH_HEAD
812026-07-28T02:39:54.171Z+ [[ -n ry/opte-1027 ]]
822026-07-28T02:39:54.175Z++ git branch --show-current
832026-07-28T02:39:54.175Z+ current=main
842026-07-28T02:39:54.175Z+ [[ main != ry/opte-1027 ]]
852026-07-28T02:39:54.175Z+ git branch -f ry/opte-1027 85a8c2537d2cf3b446c65880f55afc5e577811ae
862026-07-28T02:39:54.178Z+ git checkout -f ry/opte-1027
872026-07-28T02:39:54.418ZSwitched to branch 'ry/opte-1027'
882026-07-28T02:39:54.421Z+ git reset --hard 85a8c2537d2cf3b446c65880f55afc5e577811ae
892026-07-28T02:39:54.435ZHEAD is now at 85a8c2537 bump opte to 0.41.504
902026-07-28T02:39:54.438Zprocess exited: duration 11421 ms, exit code 0
 
912026-07-28T02:39:54.445Zstarting task 4: "build"
922026-07-28T02:39:54.449Z+ source .github/buildomat/ci-env.sh
932026-07-28T02:39:54.453Z++ export CARGO_TERM_COLOR=always
942026-07-28T02:39:54.453Z++ CARGO_TERM_COLOR=always
952026-07-28T02:39:54.453Z+++ uname -s
962026-07-28T02:39:54.453Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-28T02:39:54.453Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-28T02:39:54.453Z+ cargo --version
992026-07-28T02:39:54.462Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-28T02:39:54.466Z+ rustc --version
1012026-07-28T02:39:54.485Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-28T02:39:54.489Z+ source ./env.sh
1032026-07-28T02:39:54.489Z++ OLD_SHELL_OPTS=ehxB
1042026-07-28T02:39:54.489Z++ set -o xtrace
1052026-07-28T02:39:54.492Z++++ dirname ./env.sh
1062026-07-28T02:39:54.492Z+++ readlink -f .
1072026-07-28T02:39:54.495Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ 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-28T02:39:54.495Z++ case $OLD_SHELL_OPTS in
1192026-07-28T02:39:54.495Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-28T02:39:54.495Z+ 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-28T02:39:54.496Z+ 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-28T02:39:54.496Z+ banner prerequisites
1232026-07-28T02:39:54.499Z
1242026-07-28T02:39:54.499Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-28T02:39:54.499Z # # # # # # # # # # # # # # #
1262026-07-28T02:39:54.499Z # # # # ##### # # ##### # # # # # #### #
1272026-07-28T02:39:54.499Z ##### ##### # ##### # # # # # # # # #
1282026-07-28T02:39:54.500Z # # # # # # # # # # # # # # #
1292026-07-28T02:39:54.500Z # # # ###### # # ###### ### # #### # #### #
1302026-07-28T02:39:54.500Z
1312026-07-28T02:39:54.500Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-28T02:39:56.209Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-28T02:39:56.441Z Startup: Caching catalogs ... Done
1342026-07-28T02:39:57.626ZPlanning: Solver setup ... Done (1.103s)
1352026-07-28T02:39:57.670ZPlanning: Running solver ... Done (0.044s)
1362026-07-28T02:39:57.698ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-28T02:39:57.709ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-28T02:39:57.729ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-28T02:39:57.743ZPlanning: Package planning ... Done (0.014s)
1402026-07-28T02:39:57.746ZPlanning: Merging actions ... Done (0.001s)
1412026-07-28T02:39:57.952ZPlanning: Checking for conflicting actions ... Done (0.206s)
1422026-07-28T02:39:57.954ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-28T02:39:58.762ZPlanning: Evaluating mediators ... Done (0.810s)
1442026-07-28T02:39:58.765ZPlanning: Planning completed in 2.29 seconds
1452026-07-28T02:39:58.771Z Packages to install: 2
1462026-07-28T02:39:58.771Z Estimated space available: 156.02 GB
1472026-07-28T02:39:58.771ZEstimated space to be consumed: 55.04 MB
1482026-07-28T02:39:58.774Z Create boot environment: No
1492026-07-28T02:39:58.774ZCreate backup boot environment: No
1502026-07-28T02:39:58.774Z Rebuild boot archive: No
1512026-07-28T02:39:58.774Z
1522026-07-28T02:39:58.774ZChanged packages:
1532026-07-28T02:39:58.774Zhelios
1542026-07-28T02:39:58.775Z developer/build-essential
1552026-07-28T02:39:58.775Z None -> 11-3.0
1562026-07-28T02:39:58.775Z library/libxmlsec1
1572026-07-28T02:39:58.775Z None -> 1.2.35-3.0
1582026-07-28T02:39:58.796Z
1592026-07-28T02:39:58.796ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-28T02:39:58.875ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1612026-07-28T02:39:58.968Z Actions: 1/268 actions (Installing new actions)
1622026-07-28T02:39:59.006Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-28T02:39:59.030ZFinalize: Updating package state database ... Done (0.023s)
1642026-07-28T02:39:59.033ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-28T02:39:59.088ZFinalize: Updating image state ... Done (0.058s)
1662026-07-28T02:40:01.485ZFinalize: Creating fast lookup database ... Done (2.359s)
1672026-07-28T02:40:01.551ZFinalize: Reading search index ... Done (0.012s)
1682026-07-28T02:40:01.554ZFinalize: Updating search index ... Done (0.000s)
1692026-07-28T02:40:01.672ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-28T02:40:02.018ZPlanning: Evaluating mediator changes ... Done
1712026-07-28T02:40:02.121ZPlanning: Checking for conflicting actions ... Done
1722026-07-28T02:40:02.126ZPlanning: Consolidating action changes ... Done
1732026-07-28T02:40:02.278ZPlanning: Evaluating mediators ... Done
1742026-07-28T02:40:02.281ZPlanning: Planning completed in 0.26 seconds
1752026-07-28T02:40:02.301Z Mediators to change: 2
1762026-07-28T02:40:02.301Z Create boot environment: No
1772026-07-28T02:40:02.301ZCreate backup boot environment: No
1782026-07-28T02:40:02.354ZFinalize: Updating package state database ... Done
1792026-07-28T02:40:02.354ZFinalize: Updating package cache ... Done
1802026-07-28T02:40:02.388ZFinalize: Updating image state ... Done
1812026-07-28T02:40:04.314ZFinalize: Creating fast lookup database ... Done
1822026-07-28T02:40:04.375ZFinalize: Reading search index ... Done
1832026-07-28T02:40:04.379ZFinalize: Updating search index ... Done
1842026-07-28T02:40:04.447ZFinalize: Updating package cache ... Done
1852026-07-28T02:40:04.731ZPlanning: Evaluating mediator changes ... Done
1862026-07-28T02:40:04.838ZPlanning: Checking for conflicting actions ... Done
1872026-07-28T02:40:04.841ZPlanning: Consolidating action changes ... Done
1882026-07-28T02:40:04.991ZPlanning: Evaluating mediators ... Done
1892026-07-28T02:40:04.994ZPlanning: Planning completed in 0.26 seconds
1902026-07-28T02:40:05.015Z Mediators to change: 1
1912026-07-28T02:40:05.015Z Create boot environment: No
1922026-07-28T02:40:05.015ZCreate backup boot environment: No
1932026-07-28T02:40:05.070ZFinalize: Updating package state database ... Done
1942026-07-28T02:40:05.070ZFinalize: Updating package cache ... Done
1952026-07-28T02:40:05.103ZFinalize: Updating image state ... Done
1962026-07-28T02:40:07.017ZFinalize: Creating fast lookup database ... Done
1972026-07-28T02:40:07.076ZFinalize: Reading search index ... Done
1982026-07-28T02:40:07.079ZFinalize: Updating search index ... Done
1992026-07-28T02:40:07.163ZFinalize: Updating package cache ... Done
2002026-07-28T02:40:07.474ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-28T02:40:07.474Zapache system 2.4 system
2022026-07-28T02:40:07.474Zclang system 15 system
2032026-07-28T02:40:07.474Zcsh system system illumos
2042026-07-28T02:40:07.474Zctags system system illumos
2052026-07-28T02:40:07.474Zfile vendor vendor darwinsys
2062026-07-28T02:40:07.474Zfile system system illumos
2072026-07-28T02:40:07.474Zgcc vendor 14 vendor
2082026-07-28T02:40:07.474Zgcc system 13 system
2092026-07-28T02:40:07.474Zgcc system 10 system
2102026-07-28T02:40:07.474Zgo system 1.25 system
2112026-07-28T02:40:07.474Zllvm system 15 system
2122026-07-28T02:40:07.474Zmariadb system 11.4 system
2132026-07-28T02:40:07.474Zmta vendor vendor dma
2142026-07-28T02:40:07.474Zopenjdk system 17 system
2152026-07-28T02:40:07.474Zopenjdk system 11 system
2162026-07-28T02:40:07.474Zopenssl vendor 3 vendor
2172026-07-28T02:40:07.474Zperl system 5.40 system
2182026-07-28T02:40:07.474Zpostgresql system 18 system
2192026-07-28T02:40:07.474Zpostgresql system 17 system
2202026-07-28T02:40:07.474Zpython vendor 3 vendor
2212026-07-28T02:40:07.474Zpython system 2 system
2222026-07-28T02:40:07.474Zpython3 vendor 3.13 vendor
2232026-07-28T02:40:07.474Zruby system 3.4 system
2242026-07-28T02:40:07.474Zruby system 3.0 system
2252026-07-28T02:40:07.474Zwords vendor vendor american-english
2262026-07-28T02:40:07.475Zwords system system australian-english
2272026-07-28T02:40:07.475Zwords system system british-english
2282026-07-28T02:40:07.475Zwords system system canadian-english
2292026-07-28T02:40:07.475Zwords system system french
2302026-07-28T02:40:07.475Zwords system system italian
2312026-07-28T02:40:07.475Zwords system system ngerman
2322026-07-28T02:40:07.475Zwords system system ogerman
2332026-07-28T02:40:07.475Zwords system system spanish
2342026-07-28T02:40:07.724ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-28T02:40:07.724Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-28T02:40:08.117ZFMRI IFO
2372026-07-28T02:40:08.117Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-28T02:40:08.117Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-28T02:40:08.117Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-28T02:40:08.117Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-28T02:40:08.117Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-28T02:40:08.117Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-28T02:40:08.117Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-28T02:40:08.117Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-28T02:40:08.117Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-28T02:40:08.419Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-28T02:40:08.649Z Updating crates.io index
2482026-07-28T02:40:08.653Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-28T02:40:08.879Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-28T02:40:09.123Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-28T02:40:10.047Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-28T02:40:10.526Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-28T02:40:12.374Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-28T02:40:13.175Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-28T02:40:13.388Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-28T02:40:13.702Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-28T02:40:14.830Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-28T02:40:15.058Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-28T02:40:15.346Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-28T02:40:15.559Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-28T02:40:15.978Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-28T02:40:16.441Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-28T02:40:16.669Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-28T02:40:16.879Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-28T02:40:17.106Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-28T02:40:17.350Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-28T02:40:17.557Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-28T02:40:17.755Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-28T02:40:18.015Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-28T02:40:18.371Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-28T02:40:18.698Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-28T02:40:18.900Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-28T02:40:19.284Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-28T02:40:19.493Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-28T02:40:19.821Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-28T02:40:20.097Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-28T02:40:20.326Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-28T02:40:20.540Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-28T02:40:20.844Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-28T02:40:21.153Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-28T02:40:21.379Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-28T02:40:21.604Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-28T02:40:21.831Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-28T02:40:22.115Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-28T02:40:22.521Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-28T02:40:22.731Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-28T02:40:22.965Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-28T02:40:23.176Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-28T02:40:25.848Z Downloading crates ...
2902026-07-28T02:40:25.907Z Downloaded cfg-if v1.0.4
2912026-07-28T02:40:25.910Z Downloaded itoa v1.0.17
2922026-07-28T02:40:25.916Z Downloaded dof v0.3.0
2932026-07-28T02:40:25.918Z Downloaded anstream v1.0.0
2942026-07-28T02:40:25.918Z Downloaded anstyle-parse v1.0.0
2952026-07-28T02:40:25.921Z Downloaded camino v1.2.2
2962026-07-28T02:40:25.921Z Downloaded usdt v0.5.0
2972026-07-28T02:40:25.924Z Downloaded usdt-macro v0.5.0
2982026-07-28T02:40:25.924Z Downloaded pest_derive v2.8.6
2992026-07-28T02:40:25.927Z Downloaded zerocopy-derive v0.7.35
3002026-07-28T02:40:25.930Z Downloaded heck v0.5.0
3012026-07-28T02:40:25.934Z Downloaded unicode-linebreak v0.1.5
3022026-07-28T02:40:25.934Z Downloaded thread-id v4.2.2
3032026-07-28T02:40:25.937Z Downloaded smawk v0.3.2
3042026-07-28T02:40:25.937Z Downloaded proc-macro-error-attr v1.0.4
3052026-07-28T02:40:25.940Z Downloaded zmij v1.0.21
3062026-07-28T02:40:25.940Z Downloaded anstyle v1.0.14
3072026-07-28T02:40:25.943Z Downloaded cpufeatures v0.2.17
3082026-07-28T02:40:25.946Z Downloaded errno v0.3.14
3092026-07-28T02:40:25.950Z Downloaded anstyle-query v1.1.5
3102026-07-28T02:40:25.950Z Downloaded zerocopy v0.7.35
3112026-07-28T02:40:25.957Z Downloaded thiserror-impl v1.0.69
3122026-07-28T02:40:25.960Z Downloaded cargo_metadata v0.23.1
3132026-07-28T02:40:25.960Z Downloaded serde_tokenstream v0.2.3
3142026-07-28T02:40:25.960Z Downloaded autocfg v1.5.0
3152026-07-28T02:40:25.960Z Downloaded heck v0.4.1
3162026-07-28T02:40:25.964Z Downloaded crypto-common v0.1.7
3172026-07-28T02:40:25.968Z Downloaded toml_write v0.1.2
3182026-07-28T02:40:25.970Z Downloaded fnv v1.0.7
3192026-07-28T02:40:25.973Z Downloaded is_terminal_polyfill v1.70.2
3202026-07-28T02:40:25.976Z Downloaded fastrand v2.3.0
3212026-07-28T02:40:25.979Z Downloaded fs-err v3.3.0
3222026-07-28T02:40:25.982Z Downloaded digest v0.10.7
3232026-07-28T02:40:25.985Z Downloaded clap_derive v4.6.1
3242026-07-28T02:40:25.988Z Downloaded clap_lex v1.0.0
3252026-07-28T02:40:25.990Z Downloaded block-buffer v0.10.4
3262026-07-28T02:40:25.990Z Downloaded cargo-platform v0.3.2
3272026-07-28T02:40:25.991Z Downloaded colorchoice v1.0.4
3282026-07-28T02:40:25.991Z Downloaded dtrace-parser v0.2.0
3292026-07-28T02:40:25.991Z Downloaded serde_spanned v0.6.9
3302026-07-28T02:40:25.996Z Downloaded terminal_size v0.4.3
3312026-07-28T02:40:25.996Z Downloaded pretty-hex v0.4.1
3322026-07-28T02:40:26.003Z Downloaded utf8parse v0.2.2
3332026-07-28T02:40:26.003Z Downloaded plain v0.2.3
3342026-07-28T02:40:26.003Z Downloaded strsim v0.11.1
3352026-07-28T02:40:26.006Z Downloaded macaddr v1.0.1
3362026-07-28T02:40:26.006Z Downloaded toml_datetime v0.6.11
3372026-07-28T02:40:26.009Z Downloaded cargo_toml v0.21.0
3382026-07-28T02:40:26.012Z Downloaded memmap v0.7.0
3392026-07-28T02:40:26.018Z Downloaded generic-array v0.14.7
3402026-07-28T02:40:26.021Z Downloaded usdt-attr-macro v0.5.0
3412026-07-28T02:40:26.021Z Downloaded equivalent v1.0.2
3422026-07-28T02:40:26.028Z Downloaded scroll_derive v0.12.1
3432026-07-28T02:40:26.031Z Downloaded tabled_derive v0.7.0
3442026-07-28T02:40:26.036Z Downloaded getrandom v0.4.1
3452026-07-28T02:40:26.038Z Downloaded papergrid v0.11.0
3462026-07-28T02:40:26.043Z Downloaded swrite v0.1.0
3472026-07-28T02:40:26.052Z Downloaded thiserror v1.0.69
3482026-07-28T02:40:26.055Z Downloaded once_cell v1.21.3
3492026-07-28T02:40:26.058Z Downloaded camino-tempfile v1.4.1
3502026-07-28T02:40:26.058Z Downloaded bytecount v0.6.9
3512026-07-28T02:40:26.064Z Downloaded sha2 v0.10.9
3522026-07-28T02:40:26.067Z Downloaded proc-macro-error v1.0.4
3532026-07-28T02:40:26.070Z Downloaded quote v1.0.45
3542026-07-28T02:40:26.073Z Downloaded thiserror-impl v2.0.18
3552026-07-28T02:40:26.073Z Downloaded toml_edit v0.22.27
3562026-07-28T02:40:26.076Z Downloaded textwrap v0.16.2
3572026-07-28T02:40:26.076Z Downloaded serde_derive v1.0.228
3582026-07-28T02:40:26.086Z Downloaded thiserror v2.0.18
3592026-07-28T02:40:26.089Z Downloaded version_check v0.9.5
3602026-07-28T02:40:26.092Z Downloaded usdt-impl v0.5.0
3612026-07-28T02:40:26.092Z Downloaded memchr v2.8.0
3622026-07-28T02:40:26.092Z Downloaded ucd-trie v0.1.7
3632026-07-28T02:40:26.095Z Downloaded toml v0.8.23
3642026-07-28T02:40:26.095Z Downloaded byteorder v1.5.0
3652026-07-28T02:40:26.095Z Downloaded anyhow v1.0.102
3662026-07-28T02:40:26.100Z Downloaded tempfile v3.25.0
3672026-07-28T02:40:26.104Z Downloaded pest_generator v2.8.6
3682026-07-28T02:40:26.108Z Downloaded bitflags v2.11.0
3692026-07-28T02:40:26.114Z Downloaded scroll v0.12.0
3702026-07-28T02:40:26.117Z Downloaded semver v1.0.28
3712026-07-28T02:40:26.120Z Downloaded log v0.4.29
3722026-07-28T02:40:26.120Z Downloaded unicode-ident v1.0.24
3732026-07-28T02:40:26.125Z Downloaded proc-macro2 v1.0.106
3742026-07-28T02:40:26.132Z Downloaded clap v4.6.1
3752026-07-28T02:40:26.153Z Downloaded indexmap v2.14.0
3762026-07-28T02:40:26.160Z Downloaded pest_meta v2.8.6
3772026-07-28T02:40:26.163Z Downloaded serde_core v1.0.228
3782026-07-28T02:40:26.182Z Downloaded serde v1.0.228
3792026-07-28T02:40:26.185Z Downloaded typenum v1.20.1
3802026-07-28T02:40:26.189Z Downloaded pest v2.8.6
3812026-07-28T02:40:26.192Z Downloaded hashbrown v0.17.0
3822026-07-28T02:40:26.211Z Downloaded winnow v0.7.14
3832026-07-28T02:40:26.230Z Downloaded serde_json v1.0.150
3842026-07-28T02:40:26.233Z Downloaded clap_builder v4.6.0
3852026-07-28T02:40:26.237Z Downloaded goblin v0.8.2
3862026-07-28T02:40:26.251Z Downloaded tabled v0.15.0
3872026-07-28T02:40:26.266Z Downloaded syn v1.0.109
3882026-07-28T02:40:26.275Z Downloaded unicode-width v0.2.0
3892026-07-28T02:40:26.280Z Downloaded unicode-width v0.1.14
3902026-07-28T02:40:26.284Z Downloaded syn v2.0.117
3912026-07-28T02:40:26.303Z Downloaded rustix v1.1.3
3922026-07-28T02:40:26.330Z Downloaded libc v0.2.185
3932026-07-28T02:40:26.391Z Compiling proc-macro2 v1.0.106
3942026-07-28T02:40:26.391Z Compiling quote v1.0.45
3952026-07-28T02:40:26.394Z Compiling unicode-ident v1.0.24
3962026-07-28T02:40:26.395Z Compiling serde_core v1.0.228
3972026-07-28T02:40:26.395Z Compiling libc v0.2.185
3982026-07-28T02:40:26.395Z Compiling version_check v0.9.5
3992026-07-28T02:40:26.395Z Compiling memchr v2.8.0
4002026-07-28T02:40:26.395Z Compiling serde v1.0.228
4012026-07-28T02:40:26.771Z Compiling zmij v1.0.21
4022026-07-28T02:40:26.897Z Compiling itoa v1.0.17
4032026-07-28T02:40:26.959Z Compiling ucd-trie v0.1.7
4042026-07-28T02:40:27.005Z Compiling thiserror v1.0.69
4052026-07-28T02:40:27.242Z Compiling pest v2.8.6
4062026-07-28T02:40:27.266Z Compiling rustix v1.1.3
4072026-07-28T02:40:27.395Z Compiling byteorder v1.5.0
4082026-07-28T02:40:27.576Z Compiling errno v0.3.14
4092026-07-28T02:40:27.648Z Compiling bitflags v2.11.0
4102026-07-28T02:40:27.791Z Compiling serde_json v1.0.150
4112026-07-28T02:40:27.875Z Compiling syn v2.0.117
4122026-07-28T02:40:27.972Z Compiling thread-id v4.2.2
4132026-07-28T02:40:28.014Z Compiling proc-macro-error-attr v1.0.4
4142026-07-28T02:40:28.065Z Compiling usdt-impl v0.5.0
4152026-07-28T02:40:28.150Z Compiling camino v1.2.2
4162026-07-28T02:40:28.202Z Compiling syn v1.0.109
4172026-07-28T02:40:28.373Z Compiling pest_meta v2.8.6
4182026-07-28T02:40:28.557Z Compiling proc-macro-error v1.0.4
4192026-07-28T02:40:28.581Z Compiling equivalent v1.0.2
4202026-07-28T02:40:28.581Z Compiling utf8parse v0.2.2
4212026-07-28T02:40:28.636Z Compiling getrandom v0.4.1
4222026-07-28T02:40:28.675Z Compiling log v0.4.29
4232026-07-28T02:40:28.694Z Compiling plain v0.2.3
4242026-07-28T02:40:28.858Z Compiling hashbrown v0.17.0
4252026-07-28T02:40:28.993Z Compiling terminal_size v0.4.3
4262026-07-28T02:40:29.034Z Compiling anstyle-parse v1.0.0
4272026-07-28T02:40:29.330Z Compiling indexmap v2.14.0
4282026-07-28T02:40:29.517Z Compiling pretty-hex v0.4.1
4292026-07-28T02:40:29.609Z Compiling anstyle-query v1.1.5
4302026-07-28T02:40:29.659Z Compiling toml_write v0.1.2
4312026-07-28T02:40:29.722Z Compiling autocfg v1.5.0
4322026-07-28T02:40:29.808Z Compiling winnow v0.7.14
4332026-07-28T02:40:29.861Z Compiling cfg-if v1.0.4
4342026-07-28T02:40:29.935Z Compiling colorchoice v1.0.4
4352026-07-28T02:40:29.935Z Compiling anstyle v1.0.14
4362026-07-28T02:40:29.969Z Compiling thiserror v2.0.18
4372026-07-28T02:40:30.070Z Compiling is_terminal_polyfill v1.70.2
4382026-07-28T02:40:30.144Z Compiling pest_generator v2.8.6
4392026-07-28T02:40:30.164Z Compiling anstream v1.0.0
4402026-07-28T02:40:30.179Z Compiling fs-err v3.3.0
4412026-07-28T02:40:30.466Z Compiling anyhow v1.0.102
4422026-07-28T02:40:30.483Z Compiling fastrand v2.3.0
4432026-07-28T02:40:30.504Z Compiling clap_lex v1.0.0
4442026-07-28T02:40:30.710Z Compiling once_cell v1.21.3
4452026-07-28T02:40:30.745Z Compiling heck v0.5.0
4462026-07-28T02:40:30.755Z Compiling strsim v0.11.1
4472026-07-28T02:40:30.813Z Compiling fnv v1.0.7
4482026-07-28T02:40:30.840Z Compiling heck v0.4.1
4492026-07-28T02:40:30.900Z Compiling bytecount v0.6.9
4502026-07-28T02:40:30.926Z Compiling unicode-width v0.1.14
4512026-07-28T02:40:30.968Z Compiling clap_builder v4.6.0
4522026-07-28T02:40:31.040Z Compiling tempfile v3.25.0
4532026-07-28T02:40:31.191Z Compiling papergrid v0.11.0
4542026-07-28T02:40:31.214Z Compiling semver v1.0.28
4552026-07-28T02:40:31.272Z Compiling cargo-platform v0.3.2
4562026-07-28T02:40:31.289Z Compiling memmap v0.7.0
4572026-07-28T02:40:31.304Z Compiling tabled_derive v0.7.0
4582026-07-28T02:40:31.404Z Compiling smawk v0.3.2
4592026-07-28T02:40:31.467Z Compiling unicode-width v0.2.0
4602026-07-28T02:40:31.520Z Compiling unicode-linebreak v0.1.5
4612026-07-28T02:40:31.553Z Compiling camino-tempfile v1.4.1
4622026-07-28T02:40:31.731Z Compiling serde_derive v1.0.228
4632026-07-28T02:40:31.750Z Compiling thiserror-impl v1.0.69
4642026-07-28T02:40:31.766Z Compiling zerocopy-derive v0.7.35
4652026-07-28T02:40:31.782Z Compiling pest_derive v2.8.6
4662026-07-28T02:40:31.875Z Compiling scroll_derive v0.12.1
4672026-07-28T02:40:32.247Z Compiling thiserror-impl v2.0.18
4682026-07-28T02:40:32.264Z Compiling clap_derive v4.6.1
4692026-07-28T02:40:32.595Z Compiling scroll v0.12.0
4702026-07-28T02:40:32.595Z Compiling tabled v0.15.0
4712026-07-28T02:40:32.683Z Compiling zerocopy v0.7.35
4722026-07-28T02:40:32.874Z Compiling goblin v0.8.2
4732026-07-28T02:40:33.138Z Compiling dtrace-parser v0.2.0
4742026-07-28T02:40:33.247Z Compiling textwrap v0.16.2
4752026-07-28T02:40:33.717Z Compiling swrite v0.1.0
4762026-07-28T02:40:34.018Z Compiling clap v4.6.1
4772026-07-28T02:40:34.787Z Compiling dof v0.3.0
4782026-07-28T02:40:34.788Z Compiling toml_datetime v0.6.11
4792026-07-28T02:40:34.791Z Compiling serde_spanned v0.6.9
4802026-07-28T02:40:34.791Z Compiling serde_tokenstream v0.2.3
4812026-07-28T02:40:34.791Z Compiling macaddr v1.0.1
4822026-07-28T02:40:34.867Z Compiling cargo_metadata v0.23.1
4832026-07-28T02:40:34.871Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-07-28T02:40:35.104Z Compiling toml_edit v0.22.27
4852026-07-28T02:40:35.592Z Compiling usdt-attr-macro v0.5.0
4862026-07-28T02:40:35.595Z Compiling usdt-macro v0.5.0
4872026-07-28T02:40:36.173Z Compiling usdt v0.5.0
4882026-07-28T02:40:36.400Z Compiling toml v0.8.23
4892026-07-28T02:40:36.728Z Compiling cargo_toml v0.21.0
4902026-07-28T02:40:37.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-28T02:40:39.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.75s
4922026-07-28T02:40:40.192Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-28T02:40:40.698Z Downloading crates ...
4942026-07-28T02:40:40.753Z Downloaded bitfield-struct v0.6.2
4952026-07-28T02:40:40.759Z Downloaded arrayref v0.3.9
4962026-07-28T02:40:40.768Z Downloaded ciborium-ll v0.2.2
4972026-07-28T02:40:40.771Z Downloaded foreign-types v0.5.0
4982026-07-28T02:40:40.774Z Downloaded convert_case v0.4.0
4992026-07-28T02:40:40.779Z Downloaded fatfs v0.3.6
5002026-07-28T02:40:40.783Z Downloaded bcrypt-pbkdf v0.11.0
5012026-07-28T02:40:40.786Z Downloaded async-recursion v1.1.1
5022026-07-28T02:40:40.786Z Downloaded bb8 v0.8.6
5032026-07-28T02:40:40.786Z Downloaded headers-core v0.3.0
5042026-07-28T02:40:40.790Z Downloaded endian-type v0.1.2
5052026-07-28T02:40:40.790Z Downloaded globwalk v0.9.1
5062026-07-28T02:40:40.790Z Downloaded env_filter v1.0.0
5072026-07-28T02:40:40.790Z Downloaded fs_extra v1.3.0
5082026-07-28T02:40:40.793Z Downloaded cbc v0.2.1
5092026-07-28T02:40:40.793Z Downloaded bitfield v0.19.4
5102026-07-28T02:40:40.793Z Downloaded blowfish v0.10.0
5112026-07-28T02:40:40.793Z Downloaded atty v0.2.14
5122026-07-28T02:40:40.796Z Downloaded async-stream v0.3.6
5132026-07-28T02:40:40.796Z Downloaded atomic-waker v1.1.2
5142026-07-28T02:40:40.799Z Downloaded base16ct v1.0.0
5152026-07-28T02:40:40.799Z Downloaded async-stream-impl v0.3.6
5162026-07-28T02:40:40.799Z Downloaded float-ord v0.3.2
5172026-07-28T02:40:40.800Z Downloaded float-cmp v0.10.0
5182026-07-28T02:40:40.803Z Downloaded atomicwrites v0.4.4
5192026-07-28T02:40:40.803Z Downloaded bit-set v0.8.0
5202026-07-28T02:40:40.803Z Downloaded fixedbitset v0.4.2
5212026-07-28T02:40:40.803Z Downloaded bcs v0.1.6
5222026-07-28T02:40:40.806Z Downloaded foreign-types v0.3.2
5232026-07-28T02:40:40.810Z Downloaded enum_dispatch v0.3.13
5242026-07-28T02:40:40.813Z Downloaded fd-lock v4.0.4
5252026-07-28T02:40:40.813Z Downloaded filetime v0.2.27
5262026-07-28T02:40:40.816Z Downloaded base64ct v1.8.3
5272026-07-28T02:40:40.816Z Downloaded bit-vec v0.8.0
5282026-07-28T02:40:40.820Z Downloaded base16ct v0.2.0
5292026-07-28T02:40:40.820Z Downloaded cfg_aliases v0.1.1
5302026-07-28T02:40:40.820Z Downloaded foreign-types-shared v0.1.1
5312026-07-28T02:40:40.820Z Downloaded enum-as-inner v0.6.1
5322026-07-28T02:40:40.820Z Downloaded ff v0.14.0
5332026-07-28T02:40:40.820Z Downloaded http v1.4.2
5342026-07-28T02:40:40.823Z Downloaded fs-err v2.11.0
5352026-07-28T02:40:40.823Z Downloaded backoff v0.4.0
5362026-07-28T02:40:40.826Z Downloaded async-trait v0.1.89
5372026-07-28T02:40:40.826Z Downloaded hash32 v0.2.1
5382026-07-28T02:40:40.830Z Downloaded bitfield-macros v0.19.4
5392026-07-28T02:40:40.832Z Downloaded bit-vec v0.6.3
5402026-07-28T02:40:40.836Z Downloaded flagset v0.4.7
5412026-07-28T02:40:40.836Z Downloaded assert_matches v1.5.0
5422026-07-28T02:40:40.836Z Downloaded bit-set v0.5.3
5432026-07-28T02:40:40.839Z Downloaded fxhash v0.2.1
5442026-07-28T02:40:40.839Z Downloaded ghash v0.6.0
5452026-07-28T02:40:40.839Z Downloaded hex v0.4.3
5462026-07-28T02:40:40.843Z Downloaded hostname v0.3.1
5472026-07-28T02:40:40.846Z Downloaded backon v1.6.0
5482026-07-28T02:40:40.846Z Downloaded foreign-types-shared v0.3.1
5492026-07-28T02:40:40.847Z Downloaded find-msvc-tools v0.1.9
5502026-07-28T02:40:40.850Z Downloaded bitflags v1.3.2
5512026-07-28T02:40:40.850Z Downloaded fallible-iterator v0.2.0
5522026-07-28T02:40:40.853Z Downloaded castaway v0.2.4
5532026-07-28T02:40:40.856Z Downloaded futures-io v0.3.32
5542026-07-28T02:40:40.859Z Downloaded hash32 v0.3.1
5552026-07-28T02:40:40.862Z Downloaded funty v2.0.0
5562026-07-28T02:40:40.862Z Downloaded httpdate v1.0.3
5572026-07-28T02:40:40.864Z Downloaded ascii-canvas v3.0.0
5582026-07-28T02:40:40.867Z Downloaded hostname v0.4.2
5592026-07-28T02:40:40.871Z Downloaded adler2 v2.0.1
5602026-07-28T02:40:40.874Z Downloaded block-buffer v0.12.1
5612026-07-28T02:40:40.874Z Downloaded home v0.5.12
5622026-07-28T02:40:40.877Z Downloaded futures-core v0.3.32
5632026-07-28T02:40:40.877Z Downloaded http-range v0.1.5
5642026-07-28T02:40:40.880Z Downloaded block-padding v0.4.2
5652026-07-28T02:40:40.880Z Downloaded compression-core v0.4.31
5662026-07-28T02:40:40.880Z Downloaded foldhash v0.2.0
5672026-07-28T02:40:40.880Z Downloaded ff v0.13.1
5682026-07-28T02:40:40.883Z Downloaded fixedbitset v0.5.7
5692026-07-28T02:40:40.883Z Downloaded aead v0.5.2
5702026-07-28T02:40:40.883Z Downloaded foreign-types-macros v0.2.3
5712026-07-28T02:40:40.887Z Downloaded futures-sink v0.3.32
5722026-07-28T02:40:40.890Z Downloaded http-body v1.0.1
5732026-07-28T02:40:40.893Z Downloaded gethostname v0.5.0
5742026-07-28T02:40:40.896Z Downloaded futures-macro v0.3.32
5752026-07-28T02:40:40.899Z Downloaded num-iter v0.1.45
5762026-07-28T02:40:40.899Z Downloaded hubpack v0.1.2
5772026-07-28T02:40:40.902Z Downloaded cobs v0.3.0
5782026-07-28T02:40:40.902Z Downloaded num v0.4.3
5792026-07-28T02:40:40.905Z Downloaded git-stub v1.0.0
5802026-07-28T02:40:40.905Z Downloaded hex-literal v1.1.0
5812026-07-28T02:40:40.908Z Downloaded hubpack_derive v0.1.1
5822026-07-28T02:40:40.908Z Downloaded env_logger v0.11.9
5832026-07-28T02:40:40.908Z Downloaded erased-serde v0.3.31
5842026-07-28T02:40:40.911Z Downloaded hashbrown v0.15.5
5852026-07-28T02:40:40.914Z Downloaded blake2 v0.10.6
5862026-07-28T02:40:40.914Z Downloaded cexpr v0.6.0
5872026-07-28T02:40:40.914Z Downloaded camino-tempfile-ext v0.3.3
5882026-07-28T02:40:40.918Z Downloaded ciborium-io v0.2.2
5892026-07-28T02:40:40.918Z Downloaded glob v0.3.3
5902026-07-28T02:40:40.918Z Downloaded byte-wrapper v0.1.0
5912026-07-28T02:40:40.922Z Downloaded futures-task v0.3.32
5922026-07-28T02:40:40.925Z Downloaded openssl-macros v0.1.1
5932026-07-28T02:40:40.925Z Downloaded path-slash v0.1.5
5942026-07-28T02:40:40.925Z Downloaded potential_utf v0.1.4
5952026-07-28T02:40:40.926Z Downloaded form_urlencoded v1.2.2
5962026-07-28T02:40:40.926Z Downloaded hyper-staticfile v0.10.1
5972026-07-28T02:40:40.928Z Downloaded opaque-debug v0.3.1
5982026-07-28T02:40:40.932Z Downloaded humantime v2.3.0
5992026-07-28T02:40:40.932Z Downloaded num-conv v0.2.0
6002026-07-28T02:40:40.932Z Downloaded peg-runtime v0.8.5
6012026-07-28T02:40:40.932Z Downloaded phf_shared v0.12.1
6022026-07-28T02:40:40.932Z Downloaded precomputed-hash v0.1.1
6032026-07-28T02:40:40.935Z Downloaded futures-executor v0.3.32
6042026-07-28T02:40:40.935Z Downloaded group v0.13.0
6052026-07-28T02:40:40.935Z Downloaded phf_shared v0.13.1
6062026-07-28T02:40:40.938Z Downloaded recursive v0.1.1
6072026-07-28T02:40:40.938Z Downloaded openssl-probe v0.1.6
6082026-07-28T02:40:40.938Z Downloaded radium v0.7.0
6092026-07-28T02:40:40.941Z Downloaded progenitor-macro v0.13.0
6102026-07-28T02:40:40.941Z Downloaded progenitor-client v0.14.0
6112026-07-28T02:40:40.944Z Downloaded rtoolbox v0.0.3
6122026-07-28T02:40:40.944Z Downloaded same-file v1.0.6
6132026-07-28T02:40:40.947Z Downloaded scopeguard v1.2.0
6142026-07-28T02:40:40.950Z Downloaded serde_bytes v0.11.19
6152026-07-28T02:40:40.950Z Downloaded serde_urlencoded v0.7.1
6162026-07-28T02:40:40.954Z Downloaded cassowary v0.3.0
6172026-07-28T02:40:40.956Z Downloaded compression-codecs v0.4.37
6182026-07-28T02:40:40.959Z Downloaded foldhash v0.1.5
6192026-07-28T02:40:40.959Z Downloaded git-stub-vcs v0.1.0
6202026-07-28T02:40:40.959Z Downloaded num_enum v0.7.6
6212026-07-28T02:40:40.962Z Downloaded cfg_aliases v0.2.1
6222026-07-28T02:40:40.965Z Downloaded cmake v0.1.57
6232026-07-28T02:40:40.968Z Downloaded array-init v0.0.4
6242026-07-28T02:40:40.968Z Downloaded globset v0.4.18
6252026-07-28T02:40:40.968Z Downloaded http-body-util v0.1.3
6262026-07-28T02:40:40.971Z Downloaded group v0.14.0
6272026-07-28T02:40:40.971Z Downloaded const_format_proc_macros v0.2.34
6282026-07-28T02:40:40.974Z Downloaded highway v1.3.0
6292026-07-28T02:40:40.974Z Downloaded bs58 v0.5.1
6302026-07-28T02:40:40.974Z Downloaded buf-list v1.1.2
6312026-07-28T02:40:40.977Z Downloaded anstream v0.6.21
6322026-07-28T02:40:40.981Z Downloaded constant_time_eq v0.4.2
6332026-07-28T02:40:40.981Z Downloaded futures v0.3.32
6342026-07-28T02:40:40.983Z Downloaded getrandom v0.2.17
6352026-07-28T02:40:40.984Z Downloaded aead v0.6.1
6362026-07-28T02:40:40.988Z Downloaded cipher v0.5.2
6372026-07-28T02:40:40.988Z Downloaded slog-bunyan v2.5.0
6382026-07-28T02:40:40.988Z Downloaded sha1 v0.11.0
6392026-07-28T02:40:40.993Z Downloaded signal-hook-tokio v0.3.1
6402026-07-28T02:40:40.993Z Downloaded argon2 v0.5.3
6412026-07-28T02:40:40.996Z Downloaded ar_archive_writer v0.5.1
6422026-07-28T02:40:41.000Z Downloaded base64 v0.21.7
6432026-07-28T02:40:41.003Z Downloaded stable_deref_trait v1.2.1
6442026-07-28T02:40:41.003Z Downloaded supports-color v3.0.2
6452026-07-28T02:40:41.004Z Downloaded tabled_derive v0.11.0
6462026-07-28T02:40:41.006Z Downloaded termtree v0.5.1
6472026-07-28T02:40:41.006Z Downloaded time-core v0.1.8
6482026-07-28T02:40:41.007Z Downloaded hmac v0.12.1
6492026-07-28T02:40:41.010Z Downloaded phc v0.6.1
6502026-07-28T02:40:41.010Z Downloaded httparse v1.10.1
6512026-07-28T02:40:41.010Z Downloaded arrayvec v0.7.6
6522026-07-28T02:40:41.013Z Downloaded oxide-update-engine-display v0.1.2
6532026-07-28T02:40:41.013Z Downloaded peg-macros v0.8.5
6542026-07-28T02:40:41.013Z Downloaded predicates v3.1.4
6552026-07-28T02:40:41.016Z Downloaded proc-macro-error2 v2.0.1
6562026-07-28T02:40:41.016Z Downloaded futures-channel v0.3.32
6572026-07-28T02:40:41.020Z Downloaded hmac v0.13.0
6582026-07-28T02:40:41.020Z Downloaded progenitor-macro v0.14.0
6592026-07-28T02:40:41.020Z Downloaded rand_core v0.10.0
6602026-07-28T02:40:41.020Z Downloaded resolv-conf v0.7.6
6612026-07-28T02:40:41.024Z Downloaded rand_core v0.9.5
6622026-07-28T02:40:41.024Z Downloaded sec1 v0.8.1
6632026-07-28T02:40:41.024Z Downloaded r2d2 v0.8.10
6642026-07-28T02:40:41.024Z Downloaded serde_plain v1.0.2
6652026-07-28T02:40:41.024Z Downloaded universal-hash v0.5.1
6662026-07-28T02:40:41.027Z Downloaded typify-macro v0.6.2
6672026-07-28T02:40:41.027Z Downloaded tower-service v0.3.3
6682026-07-28T02:40:41.027Z Downloaded universal-hash v0.6.1
6692026-07-28T02:40:41.027Z Downloaded void v1.0.2
6702026-07-28T02:40:41.027Z Downloaded waitgroup v0.1.2
6712026-07-28T02:40:41.030Z Downloaded expectorate v1.2.0
6722026-07-28T02:40:41.030Z Downloaded const-oid v0.9.6
6732026-07-28T02:40:41.033Z Downloaded parking_lot_core v0.9.12
6742026-07-28T02:40:41.037Z Downloaded shlex v1.3.0
6752026-07-28T02:40:41.037Z Downloaded simd-adler32 v0.3.8
6762026-07-28T02:40:41.037Z Downloaded anstyle-parse v0.2.7
6772026-07-28T02:40:41.037Z Downloaded async-bb8-diesel v0.2.1
6782026-07-28T02:40:41.040Z Downloaded cipher v0.4.4
6792026-07-28T02:40:41.040Z Downloaded cmov v0.5.4
6802026-07-28T02:40:41.040Z Downloaded console v0.16.2
6812026-07-28T02:40:41.043Z Downloaded ciborium v0.2.2
6822026-07-28T02:40:41.043Z Downloaded blake2 v0.11.0-rc.6
6832026-07-28T02:40:41.046Z Downloaded bzip2 v0.6.1
6842026-07-28T02:40:41.046Z Downloaded hybrid-array v0.4.13
6852026-07-28T02:40:41.046Z Downloaded parking_lot_core v0.8.6
6862026-07-28T02:40:41.049Z Downloaded ahash v0.8.12
6872026-07-28T02:40:41.049Z Downloaded half v1.8.3
6882026-07-28T02:40:41.052Z Downloaded bzip2 v0.4.4
6892026-07-28T02:40:41.052Z Downloaded cancel-safe-futures v0.1.5
6902026-07-28T02:40:41.055Z Downloaded colored v2.2.0
6912026-07-28T02:40:41.055Z Downloaded zone v0.3.1
6922026-07-28T02:40:41.055Z Downloaded usdt-macro v0.6.0
6932026-07-28T02:40:41.055Z Downloaded crc8 v0.1.1
6942026-07-28T02:40:41.055Z Downloaded yoke-derive v0.8.1
6952026-07-28T02:40:41.058Z Downloaded darling_macro v0.13.4
6962026-07-28T02:40:41.058Z Downloaded chacha20 v0.9.1
6972026-07-28T02:40:41.061Z Downloaded crypto-common v0.2.2
6982026-07-28T02:40:41.061Z Downloaded hkdf v0.13.0
6992026-07-28T02:40:41.065Z Downloaded sec1 v0.7.3
7002026-07-28T02:40:41.068Z Downloaded chacha20 v0.10.0
7012026-07-28T02:40:41.068Z Downloaded slog-stdlog v4.1.1
7022026-07-28T02:40:41.068Z Downloaded snafu-derive v0.8.9
7032026-07-28T02:40:41.071Z Downloaded smf v0.2.3
7042026-07-28T02:40:41.071Z Downloaded spki v0.7.3
7052026-07-28T02:40:41.071Z Downloaded spki v0.8.0
7062026-07-28T02:40:41.071Z Downloaded hyper-rustls v0.27.7
7072026-07-28T02:40:41.075Z Downloaded tabwriter v1.4.1
7082026-07-28T02:40:41.075Z Downloaded strum_macros v0.24.3
7092026-07-28T02:40:41.075Z Downloaded darling_macro v0.20.11
7102026-07-28T02:40:41.075Z Downloaded strum_macros v0.26.4
7112026-07-28T02:40:41.078Z Downloaded primeorder v0.14.0-rc.10
7122026-07-28T02:40:41.078Z Downloaded string_cache v0.8.9
7132026-07-28T02:40:41.078Z Downloaded stringprep v0.1.5
7142026-07-28T02:40:41.079Z Downloaded thiserror-no-std v2.0.2
7152026-07-28T02:40:41.083Z Downloaded defmt-parser v1.0.0
7162026-07-28T02:40:41.083Z Downloaded clang-sys v1.8.1
7172026-07-28T02:40:41.083Z Downloaded digest-io v0.1.0
7182026-07-28T02:40:41.086Z Downloaded dirs-next v2.0.0
7192026-07-28T02:40:41.086Z Downloaded hyper-tls v0.6.0
7202026-07-28T02:40:41.086Z Downloaded pkcs8 v0.11.0
7212026-07-28T02:40:41.086Z Downloaded rand_core v0.6.4
7222026-07-28T02:40:41.086Z Downloaded generic-array v1.4.3
7232026-07-28T02:40:41.089Z Downloaded getrandom v0.3.4
7242026-07-28T02:40:41.089Z Downloaded difflib v0.4.0
7252026-07-28T02:40:41.093Z Downloaded ident_case v1.0.1
7262026-07-28T02:40:41.095Z Downloaded is-terminal v0.4.17
7272026-07-28T02:40:41.096Z Downloaded indent_write v2.2.0
7282026-07-28T02:40:41.096Z Downloaded kstat-rs v0.2.4
7292026-07-28T02:40:41.099Z Downloaded instant v0.1.13
7302026-07-28T02:40:41.102Z Downloaded usdt-impl v0.6.0
7312026-07-28T02:40:41.106Z Downloaded whoami v2.1.0
7322026-07-28T02:40:41.106Z Downloaded half v2.7.1
7332026-07-28T02:40:41.109Z Downloaded allocator-api2 v0.2.21
7342026-07-28T02:40:41.111Z Downloaded console v0.15.11
7352026-07-28T02:40:41.115Z Downloaded lru-cache v0.1.2
7362026-07-28T02:40:41.115Z Downloaded colored v3.1.1
7372026-07-28T02:40:41.118Z Downloaded argon2 v0.6.0-rc.8
7382026-07-28T02:40:41.119Z Downloaded vergen-git2 v9.1.0
7392026-07-28T02:40:41.121Z Downloaded yoke v0.8.1
7402026-07-28T02:40:41.121Z Downloaded critical-section v1.2.0
7412026-07-28T02:40:41.121Z Downloaded darling v0.13.4
7422026-07-28T02:40:41.124Z Downloaded lru-slab v0.1.2
7432026-07-28T02:40:41.125Z Downloaded aes-gcm v0.11.0
7442026-07-28T02:40:41.125Z Downloaded nibble_vec v0.1.0
7452026-07-28T02:40:41.127Z Downloaded base64 v0.22.1
7462026-07-28T02:40:41.130Z Downloaded chacha20poly1305 v0.10.1
7472026-07-28T02:40:41.130Z Downloaded csv-core v0.1.13
7482026-07-28T02:40:41.130Z Downloaded ctr v0.10.1
7492026-07-28T02:40:41.133Z Downloaded newline-converter v0.3.0
7502026-07-28T02:40:41.133Z Downloaded nodrop v0.1.14
7512026-07-28T02:40:41.133Z Downloaded num-derive v0.3.3
7522026-07-28T02:40:41.136Z Downloaded parse-size v1.1.0
7532026-07-28T02:40:41.136Z Downloaded digest v0.11.3
7542026-07-28T02:40:41.136Z Downloaded zeroize v1.8.2
7552026-07-28T02:40:41.140Z Downloaded percent-encoding v2.3.2
7562026-07-28T02:40:41.143Z Downloaded rand_pcg v0.10.2
7572026-07-28T02:40:41.146Z Downloaded proc-macro-crate v1.3.1
7582026-07-28T02:40:41.146Z Downloaded pin-project v1.1.11
7592026-07-28T02:40:41.151Z Downloaded rustc_version v0.4.1
7602026-07-28T02:40:41.156Z Downloaded scheduled-thread-pool v0.2.7
7612026-07-28T02:40:41.156Z Downloaded heapless v0.8.0
7622026-07-28T02:40:41.156Z Downloaded ron v0.8.1
7632026-07-28T02:40:41.159Z Downloaded rustls-platform-verifier v0.6.2
7642026-07-28T02:40:41.162Z Downloaded toml_parser v1.1.2+spec-1.1.0
7652026-07-28T02:40:41.162Z Downloaded ecdsa v0.16.9
7662026-07-28T02:40:41.162Z Downloaded rand_chacha v0.3.1
7672026-07-28T02:40:41.165Z Downloaded rcgen v0.12.1
7682026-07-28T02:40:41.165Z Downloaded russh-cryptovec v0.61.0
7692026-07-28T02:40:41.165Z Downloaded tokio-rustls v0.26.4
7702026-07-28T02:40:41.169Z Downloaded instability v0.3.11
7712026-07-28T02:40:41.172Z Downloaded jobserver v0.1.34
7722026-07-28T02:40:41.172Z Downloaded rustc_version v0.1.7
7732026-07-28T02:40:41.172Z Downloaded semver v0.1.20
7742026-07-28T02:40:41.172Z Downloaded signature v2.2.0
7752026-07-28T02:40:41.175Z Downloaded shell-words v1.1.1
7762026-07-28T02:40:41.175Z Downloaded siphasher v1.0.2
7772026-07-28T02:40:41.175Z Downloaded compact_str v0.8.1
7782026-07-28T02:40:41.180Z Downloaded p384 v0.14.0-rc.10
7792026-07-28T02:40:41.182Z Downloaded flume v0.11.1
7802026-07-28T02:40:41.186Z Downloaded const_format v0.2.35
7812026-07-28T02:40:41.189Z Downloaded headers v0.4.1
7822026-07-28T02:40:41.189Z Downloaded bytes v1.11.1
7832026-07-28T02:40:41.192Z Downloaded const-oid v0.10.2
7842026-07-28T02:40:41.195Z Downloaded zerovec-derive v0.11.2
7852026-07-28T02:40:41.195Z Downloaded num-derive v0.4.2
7862026-07-28T02:40:41.195Z Downloaded take_mut v0.2.2
7872026-07-28T02:40:41.195Z Downloaded heapless v0.7.17
7882026-07-28T02:40:41.199Z Downloaded strum v0.26.3
7892026-07-28T02:40:41.199Z Downloaded structmeta-derive v0.3.0
7902026-07-28T02:40:41.199Z Downloaded structmeta v0.3.0
7912026-07-28T02:40:41.203Z Downloaded testing_table v0.3.0
7922026-07-28T02:40:41.203Z Downloaded try-lock v0.2.5
7932026-07-28T02:40:41.203Z Downloaded lzss v0.8.2
7942026-07-28T02:40:41.203Z Downloaded module-lattice v0.2.3
7952026-07-28T02:40:41.203Z Downloaded mime_guess v2.0.5
7962026-07-28T02:40:41.203Z Downloaded nu-ansi-term v0.50.3
7972026-07-28T02:40:41.206Z Downloaded topological-sort v0.2.2
7982026-07-28T02:40:41.207Z Downloaded tokio-macros v2.7.0
7992026-07-28T02:40:41.207Z Downloaded untrusted v0.7.1
8002026-07-28T02:40:41.207Z Downloaded untrusted v0.9.0
8012026-07-28T02:40:41.210Z Downloaded num-integer v0.1.46
8022026-07-28T02:40:41.210Z Downloaded pem-rfc7468 v1.0.0
8032026-07-28T02:40:41.210Z Downloaded pin-project-internal v1.1.11
8042026-07-28T02:40:41.213Z Downloaded tagptr v0.2.0
8052026-07-28T02:40:41.214Z Downloaded poly1305 v0.8.0
8062026-07-28T02:40:41.214Z Downloaded wait-timeout v0.2.1
8072026-07-28T02:40:41.214Z Downloaded xshell-macros v0.2.7
8082026-07-28T02:40:41.217Z Downloaded pbkdf2 v0.13.0
8092026-07-28T02:40:41.217Z Downloaded defmt-macros v1.0.1
8102026-07-28T02:40:41.217Z Downloaded owo-colors v4.3.0
8112026-07-28T02:40:41.220Z Downloaded oxide-update-engine v0.1.2
8122026-07-28T02:40:41.227Z Downloaded rand_chacha v0.9.0
8132026-07-28T02:40:41.231Z Downloaded oxide-tokio-rt v0.1.4
8142026-07-28T02:40:41.233Z Downloaded polyval v0.7.1
8152026-07-28T02:40:41.233Z Downloaded port-file v0.1.0
8162026-07-28T02:40:41.233Z Downloaded diff v0.1.13
8172026-07-28T02:40:41.236Z Downloaded ingot-macros v0.2.0
8182026-07-28T02:40:41.237Z Downloaded cpufeatures v0.3.0
8192026-07-28T02:40:41.237Z Downloaded derive_builder v0.20.2
8202026-07-28T02:40:41.240Z Downloaded serde_path_to_error v0.1.20
8212026-07-28T02:40:41.243Z Downloaded tinyvec v1.10.0
8222026-07-28T02:40:41.243Z Downloaded toml v1.1.2+spec-1.1.0
8232026-07-28T02:40:41.245Z Downloaded scroll v0.13.0
8242026-07-28T02:40:41.245Z Downloaded downcast-rs v2.0.2
8252026-07-28T02:40:41.246Z Downloaded schemars_derive v0.8.22
8262026-07-28T02:40:41.250Z Downloaded dof v0.4.0
8272026-07-28T02:40:41.250Z Downloaded rayon-core v1.13.0
8282026-07-28T02:40:41.250Z Downloaded litemap v0.8.1
8292026-07-28T02:40:41.253Z Downloaded tracing-core v0.1.36
8302026-07-28T02:40:41.253Z Downloaded cc v1.2.56
8312026-07-28T02:40:41.256Z Downloaded arc-swap v1.8.2
8322026-07-28T02:40:41.259Z Downloaded debug-ignore v1.0.5
8332026-07-28T02:40:41.259Z Downloaded bumpalo v3.20.2
8342026-07-28T02:40:41.262Z Downloaded defmt v0.3.100
8352026-07-28T02:40:41.262Z Downloaded flate2 v1.1.9
8362026-07-28T02:40:41.269Z Downloaded time-macros v0.2.27
8372026-07-28T02:40:41.291Z Downloaded slog-dtrace v0.3.0
8382026-07-28T02:40:41.296Z Downloaded maybe-uninit v2.0.0
8392026-07-28T02:40:41.296Z Downloaded document-features v0.2.12
8402026-07-28T02:40:41.296Z Downloaded lazy_static v1.5.0
8412026-07-28T02:40:41.296Z Downloaded memoffset v0.9.1
8422026-07-28T02:40:41.296Z Downloaded slog-scope v4.4.1
8432026-07-28T02:40:41.296Z Downloaded sqlformat v0.3.5
8442026-07-28T02:40:41.296Z Downloaded ml-kem v0.3.2
8452026-07-28T02:40:41.296Z Downloaded tokio-dtrace v0.1.1
8462026-07-28T02:40:41.296Z Downloaded writeable v0.6.2
8472026-07-28T02:40:41.296Z Downloaded zstd-safe v7.2.4
8482026-07-28T02:40:41.296Z Downloaded packed_struct_codegen v0.10.1
8492026-07-28T02:40:41.296Z Downloaded lru v0.12.5
8502026-07-28T02:40:41.296Z Downloaded tls_codec_derive v0.4.2
8512026-07-28T02:40:41.296Z Downloaded uzers v0.12.2
8522026-07-28T02:40:41.296Z Downloaded vergen-lib v0.1.6
8532026-07-28T02:40:41.296Z Downloaded openssl-probe v0.2.1
8542026-07-28T02:40:41.296Z Downloaded newtype-uuid-macros v0.1.0
8552026-07-28T02:40:41.299Z Downloaded password-hash v0.6.1
8562026-07-28T02:40:41.299Z Downloaded darling_core v0.13.4
8572026-07-28T02:40:41.305Z Downloaded toml_edit v0.23.10+spec-1.0.0
8582026-07-28T02:40:41.309Z Downloaded derive-where v1.6.0
8592026-07-28T02:40:41.312Z Downloaded progenitor v0.14.0
8602026-07-28T02:40:41.315Z Downloaded quick-error v1.2.3
8612026-07-28T02:40:41.318Z Downloaded serde_with_macros v1.5.2
8622026-07-28T02:40:41.321Z Downloaded typify v0.6.2
8632026-07-28T02:40:41.325Z Downloaded proc-macro-crate v3.4.0
8642026-07-28T02:40:41.325Z Downloaded ref-cast-impl v1.0.25
8652026-07-28T02:40:41.327Z Downloaded russh-util v0.52.0
8662026-07-28T02:40:41.330Z Downloaded sapling-renderdag v0.1.0
8672026-07-28T02:40:41.330Z Downloaded subtle v2.6.1
8682026-07-28T02:40:41.333Z Downloaded displaydoc v0.2.5
8692026-07-28T02:40:41.336Z Downloaded spin v0.9.8
8702026-07-28T02:40:41.336Z Downloaded async-compression v0.4.41
8712026-07-28T02:40:41.339Z Downloaded ingot-types v0.2.0
8722026-07-28T02:40:41.339Z Downloaded der_derive v0.7.3
8732026-07-28T02:40:41.343Z Downloaded hickory-resolver v0.25.2
8742026-07-28T02:40:41.343Z Downloaded hickory-resolver v0.24.4
8752026-07-28T02:40:41.346Z Downloaded libbz2-rs-sys v0.2.2
8762026-07-28T02:40:41.346Z Downloaded tungstenite v0.23.0
8772026-07-28T02:40:41.350Z Downloaded serde_repr v0.1.20
8782026-07-28T02:40:41.350Z Downloaded sqlparser_derive v0.5.0
8792026-07-28T02:40:41.350Z Downloaded seq-macro v0.3.6
8802026-07-28T02:40:41.350Z Downloaded strsim v0.10.0
8812026-07-28T02:40:41.353Z Downloaded zip v0.6.6
8822026-07-28T02:40:41.353Z Downloaded internet-checksum v0.2.1
8832026-07-28T02:40:41.353Z Downloaded either v1.15.0
8842026-07-28T02:40:41.353Z Downloaded keccak v0.2.0
8852026-07-28T02:40:41.356Z Downloaded libefi-sys v0.1.0
8862026-07-28T02:40:41.359Z Downloaded thiserror-impl-no-std v2.0.2
8872026-07-28T02:40:41.363Z Downloaded tokio-native-tls v0.3.1
8882026-07-28T02:40:41.366Z Downloaded tokio-test v0.4.5
8892026-07-28T02:40:41.366Z Downloaded unit-prefix v0.5.2
8902026-07-28T02:40:41.366Z Downloaded linear-map v1.2.0
8912026-07-28T02:40:41.366Z Downloaded unicode-xid v0.2.6
8922026-07-28T02:40:41.366Z Downloaded poly1305 v0.9.0
8932026-07-28T02:40:41.369Z Downloaded zerofrom v0.1.6
8942026-07-28T02:40:41.369Z Downloaded zstd v0.13.3
8952026-07-28T02:40:41.369Z Downloaded crunchy v0.2.4
8962026-07-28T02:40:41.372Z Downloaded want v0.3.1
8972026-07-28T02:40:41.376Z Downloaded nanorand v0.7.0
8982026-07-28T02:40:41.379Z Downloaded crc v3.4.0
8992026-07-28T02:40:41.380Z Downloaded zone_cfg_derive v0.3.1
9002026-07-28T02:40:41.383Z Downloaded pkcs5 v0.8.1
9012026-07-28T02:40:41.385Z Downloaded num_enum_derive v0.7.6
9022026-07-28T02:40:41.389Z Downloaded crc32fast v1.5.0
9032026-07-28T02:40:41.389Z Downloaded packed_struct v0.10.1
9042026-07-28T02:40:41.389Z Downloaded samael v0.0.19
9052026-07-28T02:40:41.392Z Downloaded pem-rfc7468 v0.7.0
9062026-07-28T02:40:41.396Z Downloaded ryu v1.0.23
9072026-07-28T02:40:41.399Z Downloaded powerfmt v0.2.0
9082026-07-28T02:40:41.405Z Downloaded serde_yaml v0.9.34+deprecated
9092026-07-28T02:40:41.405Z Downloaded darling v0.21.3
9102026-07-28T02:40:41.409Z Downloaded rand_seeder v0.4.0
9112026-07-28T02:40:41.409Z Downloaded diesel_table_macro_syntax v0.3.0
9122026-07-28T02:40:41.409Z Downloaded primeorder v0.13.6
9132026-07-28T02:40:41.412Z Downloaded hashbrown v0.12.3
9142026-07-28T02:40:41.416Z Downloaded hickory-server v0.25.2
9152026-07-28T02:40:41.423Z Downloaded slog-json v2.6.1
9162026-07-28T02:40:41.426Z Downloaded tinystr v0.8.2
9172026-07-28T02:40:41.426Z Downloaded md-5 v0.10.6
9182026-07-28T02:40:41.426Z Downloaded md5 v0.8.0
9192026-07-28T02:40:41.429Z Downloaded ssh-cipher v0.3.0-rc.9
9202026-07-28T02:40:41.429Z Downloaded hashbrown v0.13.2
9212026-07-28T02:40:41.433Z Downloaded tokio-tungstenite v0.21.0
9222026-07-28T02:40:41.436Z Downloaded rustversion v1.0.22
9232026-07-28T02:40:41.440Z Downloaded newtype_derive v0.1.6
9242026-07-28T02:40:41.440Z Downloaded nonempty v0.12.0
9252026-07-28T02:40:41.440Z Downloaded serde_derive_internals v0.29.1
9262026-07-28T02:40:41.443Z Downloaded crossbeam-channel v0.5.15
9272026-07-28T02:40:41.443Z Downloaded unicode-bidi v0.3.18
9282026-07-28T02:40:41.443Z Downloaded unicase v2.9.0
9292026-07-28T02:40:41.450Z Downloaded daft-derive v0.1.7
9302026-07-28T02:40:41.453Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9312026-07-28T02:40:41.458Z Downloaded walkdir v2.5.0
9322026-07-28T02:40:41.462Z Downloaded parse-display v0.10.0
9332026-07-28T02:40:41.462Z Downloaded predicates-tree v1.0.13
9342026-07-28T02:40:41.462Z Downloaded proc-macro-error-attr2 v2.0.0
9352026-07-28T02:40:41.465Z Downloaded progenitor-impl v0.14.0
9362026-07-28T02:40:41.468Z Downloaded defmt v1.0.1
9372026-07-28T02:40:41.472Z Downloaded rand_xorshift v0.4.0
9382026-07-28T02:40:41.475Z Downloaded secrecy v0.8.0
9392026-07-28T02:40:41.478Z Downloaded secrecy v0.10.3
9402026-07-28T02:40:41.482Z Downloaded psm v0.1.30
9412026-07-28T02:40:41.482Z Downloaded deranged v0.5.8
9422026-07-28T02:40:41.482Z Downloaded rustyline v14.0.0
9432026-07-28T02:40:41.493Z Downloaded pkcs1 v0.7.5
9442026-07-28T02:40:41.496Z Downloaded dropshot-api-manager-types v0.7.2
9452026-07-28T02:40:41.499Z Downloaded sync-ptr v0.1.4
9462026-07-28T02:40:41.502Z Downloaded unarray v0.1.4
9472026-07-28T02:40:41.509Z Downloaded lock_api v0.4.14
9482026-07-28T02:40:41.512Z Downloaded strum v0.27.2
9492026-07-28T02:40:41.515Z Downloaded term v0.7.0
9502026-07-28T02:40:41.516Z Downloaded multimap v0.10.1
9512026-07-28T02:40:41.519Z Downloaded nom v8.0.0
9522026-07-28T02:40:41.522Z Downloaded num-rational v0.4.2
9532026-07-28T02:40:41.522Z Downloaded utf-8 v0.7.6
9542026-07-28T02:40:41.525Z Downloaded curve25519-dalek-derive v0.1.1
9552026-07-28T02:40:41.525Z Downloaded tokio-postgres v0.7.16
9562026-07-28T02:40:41.529Z Downloaded parse-display-derive v0.10.0
9572026-07-28T02:40:41.529Z Downloaded tui-tree-widget v0.23.1
9582026-07-28T02:40:41.538Z Downloaded pkcs8 v0.10.2
9592026-07-28T02:40:41.541Z Downloaded vergen-gitcl v1.0.8
9602026-07-28T02:40:41.541Z Downloaded yasna v0.5.2
9612026-07-28T02:40:41.544Z Downloaded crossbeam-epoch v0.9.18
9622026-07-28T02:40:41.544Z Downloaded progenitor v0.13.0
9632026-07-28T02:40:41.544Z Downloaded progenitor-client v0.13.0
9642026-07-28T02:40:41.544Z Downloaded dsl_auto_type v0.2.0
9652026-07-28T02:40:41.547Z Downloaded cookie v0.18.1
9662026-07-28T02:40:41.547Z Downloaded darling v0.20.11
9672026-07-28T02:40:41.551Z Downloaded futures-util v0.3.32
9682026-07-28T02:40:41.554Z Downloaded is_ci v1.2.0
9692026-07-28T02:40:41.557Z Downloaded new_debug_unreachable v1.0.6
9702026-07-28T02:40:41.557Z Downloaded publicsuffix v2.3.0
9712026-07-28T02:40:41.557Z Downloaded oxide-update-engine-types v0.1.2
9722026-07-28T02:40:41.562Z Downloaded rusty-fork v0.3.1
9732026-07-28T02:40:41.562Z Downloaded serdect v0.4.3
9742026-07-28T02:40:41.562Z Downloaded ctutils v0.4.2
9752026-07-28T02:40:41.562Z Downloaded qorb v0.4.1
9762026-07-28T02:40:41.565Z Downloaded num-traits v0.2.19
9772026-07-28T02:40:41.565Z Downloaded phf v0.12.1
9782026-07-28T02:40:41.565Z Downloaded zerotrie v0.2.3
9792026-07-28T02:40:41.569Z Downloaded icu_locale_core v2.1.1
9802026-07-28T02:40:41.572Z Downloaded aes v0.9.1
9812026-07-28T02:40:41.572Z Downloaded icu_provider v2.1.1
9822026-07-28T02:40:41.574Z Downloaded illumos-nvpair-sys v0.2.0
9832026-07-28T02:40:41.575Z Downloaded libscf-sys v1.1.0
9842026-07-28T02:40:41.575Z Downloaded ed25519-dalek v2.2.0
9852026-07-28T02:40:41.578Z Downloaded maplit v1.0.2
9862026-07-28T02:40:41.578Z Downloaded ed25519-dalek v3.0.0-rc.0
9872026-07-28T02:40:41.578Z Downloaded signal-hook-registry v1.4.8
9882026-07-28T02:40:41.581Z Downloaded ingot v0.2.1
9892026-07-28T02:40:41.581Z Downloaded prefix-trie v0.7.0
9902026-07-28T02:40:41.581Z Downloaded slab v0.4.12
9912026-07-28T02:40:41.585Z Downloaded stacker v0.1.23
9922026-07-28T02:40:41.585Z Downloaded tls_codec v0.4.2
9932026-07-28T02:40:41.585Z Downloaded darling_core v0.23.0
9942026-07-28T02:40:41.589Z Downloaded slog-term v2.9.2
9952026-07-28T02:40:41.589Z Downloaded signal-hook v0.3.18
9962026-07-28T02:40:41.593Z Downloaded elliptic-curve v0.13.8
9972026-07-28T02:40:41.593Z Downloaded support-bundle-viewer v0.1.2
9982026-07-28T02:40:41.593Z Downloaded iana-time-zone v0.1.65
9992026-07-28T02:40:41.596Z Downloaded oso-derive v0.27.3
10002026-07-28T02:40:41.596Z Downloaded strum_macros v0.27.2
10012026-07-28T02:40:41.596Z Downloaded subprocess v0.2.15
10022026-07-28T02:40:41.599Z Downloaded whoami v1.6.1
10032026-07-28T02:40:41.599Z Downloaded ipnet v2.11.0
10042026-07-28T02:40:41.602Z Downloaded rfc6979 v0.5.0
10052026-07-28T02:40:41.605Z Downloaded crossbeam-deque v0.8.6
10062026-07-28T02:40:41.605Z Downloaded diesel-dtrace v0.5.0
10072026-07-28T02:40:41.608Z Downloaded indicatif v0.18.4
10082026-07-28T02:40:41.608Z Downloaded zip v4.6.1
10092026-07-28T02:40:41.613Z Downloaded xshell v0.2.7
10102026-07-28T02:40:41.616Z Downloaded delegate v0.13.5
10112026-07-28T02:40:41.616Z Downloaded embedded-io v0.4.0
10122026-07-28T02:40:41.619Z Downloaded ipnetwork v0.21.1
10132026-07-28T02:40:41.623Z Downloaded strip-ansi-escapes v0.2.1
10142026-07-28T02:40:41.623Z Downloaded pkcs1 v0.8.0-rc.4
10152026-07-28T02:40:41.623Z Downloaded tap v1.0.1
10162026-07-28T02:40:41.626Z Downloaded libloading v0.8.9
10172026-07-28T02:40:41.629Z Downloaded derive_more v2.1.1
10182026-07-28T02:40:41.634Z Downloaded rand v0.10.1
10192026-07-28T02:40:41.636Z Downloaded impl-trait-for-tuples v0.2.3
10202026-07-28T02:40:41.641Z Downloaded newtype-uuid v1.3.2
10212026-07-28T02:40:41.641Z Downloaded derive_more v0.99.20
10222026-07-28T02:40:41.644Z Downloaded native-tls v0.2.18
10232026-07-28T02:40:41.644Z Downloaded tower-layer v0.3.3
10242026-07-28T02:40:41.644Z Downloaded bindgen v0.71.1
10252026-07-28T02:40:41.648Z Downloaded tinyvec_macros v0.1.1
10262026-07-28T02:40:41.648Z Downloaded smallvec v0.6.14
10272026-07-28T02:40:41.651Z Downloaded crypto-bigint v0.5.5
10282026-07-28T02:40:41.654Z Downloaded tracing-attributes v0.1.31
10292026-07-28T02:40:41.654Z Downloaded hashbrown v0.16.1
10302026-07-28T02:40:41.657Z Downloaded phf v0.13.1
10312026-07-28T02:40:41.659Z Downloaded postgres-protocol v0.6.10
10322026-07-28T02:40:41.659Z Downloaded linked-hash-map v0.5.6
10332026-07-28T02:40:41.659Z Downloaded dropshot_endpoint v0.17.1
10342026-07-28T02:40:41.663Z Downloaded zeroize_derive v1.4.3
10352026-07-28T02:40:41.663Z Downloaded illumos-nvpair v0.3.0
10362026-07-28T02:40:41.663Z Downloaded vergen v9.1.0
10372026-07-28T02:40:41.667Z Downloaded tokio-stream v0.1.18
10382026-07-28T02:40:41.667Z Downloaded hyper v1.10.1
10392026-07-28T02:40:41.670Z Downloaded inout v0.2.2
10402026-07-28T02:40:41.670Z Downloaded pem v3.0.6
10412026-07-28T02:40:41.674Z Downloaded crucible-workspace-hack v0.1.0
10422026-07-28T02:40:41.674Z Downloaded inout v0.1.4
10432026-07-28T02:40:41.674Z Downloaded managed v0.8.0
10442026-07-28T02:40:41.674Z Downloaded match_cfg v0.1.0
10452026-07-28T02:40:41.674Z Downloaded predicates-core v1.0.10
10462026-07-28T02:40:41.677Z Downloaded sha1 v0.10.6
10472026-07-28T02:40:41.677Z Downloaded oso v0.27.3
10482026-07-28T02:40:41.680Z Downloaded num_threads v0.1.7
10492026-07-28T02:40:41.684Z Downloaded recursive-proc-macro-impl v0.1.1
10502026-07-28T02:40:41.684Z Downloaded rustc-hash v2.1.1
10512026-07-28T02:40:41.684Z Downloaded zerocopy-derive v0.8.40
10522026-07-28T02:40:41.688Z Downloaded scrypt v0.12.0
10532026-07-28T02:40:41.691Z Downloaded ecdsa v0.17.0-rc.18
10542026-07-28T02:40:41.694Z Downloaded usdt v0.6.0
10552026-07-28T02:40:41.711Z Downloaded rand v0.9.2
10562026-07-28T02:40:41.720Z Downloaded darling_macro v0.23.0
10572026-07-28T02:40:41.723Z Downloaded icu_collections v2.1.1
10582026-07-28T02:40:41.727Z Downloaded crc-catalog v2.4.0
10592026-07-28T02:40:41.730Z Downloaded ssh-encoding v0.3.0-rc.9
10602026-07-28T02:40:41.733Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10612026-07-28T02:40:41.733Z Downloaded hkdf v0.12.4
10622026-07-28T02:40:41.733Z Downloaded libxml v0.3.3
10632026-07-28T02:40:41.736Z Downloaded indoc v1.0.9
10642026-07-28T02:40:41.739Z Downloaded num_enum_derive v0.5.11
10652026-07-28T02:40:41.743Z Downloaded icu_normalizer v2.1.1
10662026-07-28T02:40:41.743Z Downloaded icu_normalizer_data v2.1.1
10672026-07-28T02:40:41.746Z Downloaded corncobs v0.1.4
10682026-07-28T02:40:41.746Z Downloaded ed25519 v2.2.3
10692026-07-28T02:40:41.749Z Downloaded zopfli v0.8.3
10702026-07-28T02:40:41.754Z Downloaded schemars v1.2.1
10712026-07-28T02:40:41.760Z Downloaded h2 v0.4.15
10722026-07-28T02:40:41.764Z Downloaded parking_lot v0.12.5
10732026-07-28T02:40:41.767Z Downloaded derive-ex v0.1.8
10742026-07-28T02:40:41.767Z Downloaded scroll_derive v0.13.1
10752026-07-28T02:40:41.767Z Downloaded serde_spanned v1.1.1
10762026-07-28T02:40:41.770Z Downloaded oxnet v0.1.6
10772026-07-28T02:40:41.777Z Downloaded sha2 v0.11.0
10782026-07-28T02:40:41.780Z Downloaded toml_edit v0.19.15
10792026-07-28T02:40:41.787Z Downloaded static_assertions v1.1.0
10802026-07-28T02:40:41.790Z Downloaded termios v0.3.3
10812026-07-28T02:40:41.790Z Downloaded utf8_iter v1.0.4
10822026-07-28T02:40:41.790Z Downloaded password-hash v0.5.0
10832026-07-28T02:40:41.793Z Downloaded derive_builder_macro v0.20.2
10842026-07-28T02:40:41.793Z Downloaded dunce v1.0.5
10852026-07-28T02:40:41.793Z Downloaded mio v1.2.0
10862026-07-28T02:40:41.797Z Downloaded lalrpop-util v0.19.12
10872026-07-28T02:40:41.797Z Downloaded unicode_categories v0.1.1
10882026-07-28T02:40:41.800Z Downloaded serde_cbor v0.11.2
10892026-07-28T02:40:41.805Z Downloaded psl-types v2.0.11
10902026-07-28T02:40:41.808Z Downloaded signature v3.0.0
10912026-07-28T02:40:41.811Z Downloaded aho-corasick v1.1.4
10922026-07-28T02:40:41.815Z Downloaded smallvec v1.15.1
10932026-07-28T02:40:41.819Z Downloaded dtrace-parser v0.3.0
10942026-07-28T02:40:41.819Z Downloaded unsafe-libyaml v0.2.11
10952026-07-28T02:40:41.821Z Downloaded idna v1.1.0
10962026-07-28T02:40:41.821Z Downloaded embedded-io v0.6.1
10972026-07-28T02:40:41.821Z Downloaded convert_case v0.10.0
10982026-07-28T02:40:41.821Z Downloaded ena v0.14.4
10992026-07-28T02:40:41.824Z Downloaded vsss-rs v3.3.4
11002026-07-28T02:40:41.824Z Downloaded normalize-line-endings v0.3.0
11012026-07-28T02:40:41.827Z Downloaded darling_macro v0.21.3
11022026-07-28T02:40:41.827Z Downloaded crossbeam-utils v0.8.21
11032026-07-28T02:40:41.827Z Downloaded pkg-config v0.3.32
11042026-07-28T02:40:41.827Z Downloaded aws-lc-rs v1.16.3
11052026-07-28T02:40:41.838Z Downloaded multer v3.1.0
11062026-07-28T02:40:41.841Z Downloaded daft v0.1.7
11072026-07-28T02:40:41.841Z Downloaded ed25519 v3.0.0
11082026-07-28T02:40:41.844Z Downloaded bitvec v1.0.1
11092026-07-28T02:40:41.851Z Downloaded progenitor-extras v0.2.0
11102026-07-28T02:40:41.854Z Downloaded dirs-sys-next v0.1.2
11112026-07-28T02:40:41.854Z Downloaded rsa v0.10.0-rc.18
11122026-07-28T02:40:41.857Z Downloaded darling_core v0.21.3
11132026-07-28T02:40:41.860Z Downloaded serde_with_macros v3.21.0
11142026-07-28T02:40:41.860Z Downloaded jiff-static v0.2.21
11152026-07-28T02:40:41.863Z Downloaded crossterm v0.28.1
11162026-07-28T02:40:41.867Z Downloaded mime v0.3.17
11172026-07-28T02:40:41.867Z Downloaded serde-big-array v0.5.1
11182026-07-28T02:40:41.867Z Downloaded unicode-properties v0.1.4
11192026-07-28T02:40:41.870Z Downloaded rustls-pemfile v2.2.0
11202026-07-28T02:40:41.870Z Downloaded toml_writer v1.1.1+spec-1.1.0
11212026-07-28T02:40:41.870Z Downloaded num-bigint v0.4.6
11222026-07-28T02:40:41.873Z Downloaded winnow v0.6.26
11232026-07-28T02:40:41.877Z Downloaded iri-string v0.7.10
11242026-07-28T02:40:41.881Z Downloaded rustls-native-certs v0.8.3
11252026-07-28T02:40:41.884Z Downloaded uuid v1.23.4
11262026-07-28T02:40:41.887Z Downloaded zerocopy v0.6.6
11272026-07-28T02:40:41.888Z Downloaded idna_adapter v1.2.1
11282026-07-28T02:40:41.888Z Downloaded thread_local v1.1.9
11292026-07-28T02:40:41.888Z Downloaded sync_wrapper v1.0.2
11302026-07-28T02:40:41.890Z Downloaded display-error-chain v0.2.2
11312026-07-28T02:40:41.890Z Downloaded paste v1.0.15
11322026-07-28T02:40:41.890Z Downloaded cpubits v0.1.1
11332026-07-28T02:40:41.890Z Downloaded portable-atomic v1.13.1
11342026-07-28T02:40:41.894Z Downloaded libm v0.2.16
11352026-07-28T02:40:41.900Z Downloaded libsw v3.5.0
11362026-07-28T02:40:41.902Z Downloaded unicode-normalization v0.1.25
11372026-07-28T02:40:41.905Z Downloaded winnow v0.5.40
11382026-07-28T02:40:41.908Z Downloaded xattr v1.6.1
11392026-07-28T02:40:41.910Z Downloaded quinn-udp v0.5.14
11402026-07-28T02:40:41.911Z Downloaded prettyplease v0.2.37
11412026-07-28T02:40:41.914Z Downloaded blake3 v1.8.5
11422026-07-28T02:40:41.938Z Downloaded num_enum v0.5.11
11432026-07-28T02:40:41.938Z Downloaded icu_properties v2.1.2
11442026-07-28T02:40:41.938Z Downloaded drift v0.2.0
11452026-07-28T02:40:41.938Z Downloaded litrs v1.0.0
11462026-07-28T02:40:41.938Z Downloaded postcard v1.1.3
11472026-07-28T02:40:41.938Z Downloaded vte v0.14.1
11482026-07-28T02:40:41.938Z Downloaded icu_properties_data v2.1.2
11492026-07-28T02:40:41.938Z Downloaded rfc6979 v0.4.0
11502026-07-28T02:40:41.941Z Downloaded phf_shared v0.11.3
11512026-07-28T02:40:41.941Z Downloaded slog-envlogger v2.2.0
11522026-07-28T02:40:41.942Z Downloaded diesel_derives v2.3.7
11532026-07-28T02:40:41.945Z Downloaded similar v2.7.0
11542026-07-28T02:40:41.945Z Downloaded unicode-truncate v1.1.0
11552026-07-28T02:40:41.948Z Downloaded usdt-attr-macro v0.6.0
11562026-07-28T02:40:41.948Z Downloaded tar v0.4.46
11572026-07-28T02:40:41.948Z Downloaded signal-hook-mio v0.2.5
11582026-07-28T02:40:41.951Z Downloaded parking_lot v0.11.2
11592026-07-28T02:40:41.951Z Downloaded cstr-argument v0.1.2
11602026-07-28T02:40:41.951Z Downloaded reqwest v0.12.28
11612026-07-28T02:40:41.954Z Downloaded trait-variant v0.1.2
11622026-07-28T02:40:41.954Z Downloaded itertools v0.10.5
11632026-07-28T02:40:41.957Z Downloaded thread-id v5.1.0
11642026-07-28T02:40:41.960Z Downloaded synstructure v0.13.2
11652026-07-28T02:40:41.960Z Downloaded typed-path v0.9.3
11662026-07-28T02:40:41.964Z Downloaded yansi v1.0.1
11672026-07-28T02:40:41.964Z Downloaded der v0.7.10
11682026-07-28T02:40:41.967Z Downloaded kem v0.3.0
11692026-07-28T02:40:41.967Z Downloaded indoc v2.0.7
11702026-07-28T02:40:41.970Z Downloaded pin-project-lite v0.2.17
11712026-07-28T02:40:41.973Z Downloaded rustls-pki-types v1.14.0
11722026-07-28T02:40:41.973Z Downloaded vergen-lib v9.1.0
11732026-07-28T02:40:41.976Z Downloaded term v1.2.1
11742026-07-28T02:40:41.979Z Downloaded zerofrom-derive v0.1.6
11752026-07-28T02:40:41.982Z Downloaded rpassword v7.5.4
11762026-07-28T02:40:41.982Z Downloaded keccak v0.1.6
11772026-07-28T02:40:41.991Z Downloaded sigpipe v0.1.3
11782026-07-28T02:40:41.993Z Downloaded peg v0.8.5
11792026-07-28T02:40:41.993Z Downloaded socket2 v0.6.3
11802026-07-28T02:40:41.997Z Downloaded ref-cast v1.0.25
11812026-07-28T02:40:42.001Z Downloaded libsw-core v0.3.2
11822026-07-28T02:40:42.005Z Downloaded snafu v0.8.9
11832026-07-28T02:40:42.008Z Downloaded num-complex v0.4.6
11842026-07-28T02:40:42.011Z Downloaded postgres-types v0.2.12
11852026-07-28T02:40:42.011Z Downloaded olpc-cjson v0.1.4
11862026-07-28T02:40:42.015Z Downloaded tungstenite v0.21.0
11872026-07-28T02:40:42.017Z Downloaded twox-hash v2.1.2
11882026-07-28T02:40:42.020Z Downloaded p521 v0.14.0-rc.10
11892026-07-28T02:40:42.027Z Downloaded minimal-lexical v0.2.1
11902026-07-28T02:40:42.030Z Downloaded p384 v0.13.1
11912026-07-28T02:40:42.033Z Downloaded cookie_store v0.22.1
11922026-07-28T02:40:42.036Z Downloaded derive_builder_core v0.20.2
11932026-07-28T02:40:42.040Z Downloaded serde-hex v0.1.0
11942026-07-28T02:40:42.040Z Downloaded slog-async v2.8.0
11952026-07-28T02:40:42.045Z Downloaded url v2.5.8
11962026-07-28T02:40:42.047Z Downloaded pretty_assertions v1.4.1
11972026-07-28T02:40:42.047Z Downloaded primefield v0.14.0
11982026-07-28T02:40:42.051Z Downloaded proptest v1.10.0
11992026-07-28T02:40:42.055Z Downloaded tower v0.5.3
12002026-07-28T02:40:42.058Z Downloaded dyn-clone v1.0.20
12012026-07-28T02:40:42.061Z Downloaded elliptic-curve v0.14.0-rc.33
12022026-07-28T02:40:42.061Z Downloaded slog v2.8.2
12032026-07-28T02:40:42.064Z Downloaded wyz v0.5.1
12042026-07-28T02:40:42.064Z Downloaded crc-any v2.5.0
12052026-07-28T02:40:42.067Z Downloaded data-encoding v2.10.0
12062026-07-28T02:40:42.067Z Downloaded rustls-webpki v0.103.13
12072026-07-28T02:40:42.070Z Downloaded itertools v0.15.0
12082026-07-28T02:40:42.072Z Downloaded steno v0.4.1
12092026-07-28T02:40:42.075Z Downloaded omicron-zone-package v0.12.3
12102026-07-28T02:40:42.078Z Downloaded darling_core v0.20.11
12112026-07-28T02:40:42.081Z Downloaded memmap2 v0.9.10
12122026-07-28T02:40:42.081Z Downloaded schemars v0.9.0
12132026-07-28T02:40:42.086Z Downloaded rand v0.8.6
12142026-07-28T02:40:42.089Z Downloaded tiny-keccak v2.0.2
12152026-07-28T02:40:42.092Z Downloaded git2 v0.20.4
12162026-07-28T02:40:42.095Z Downloaded salsa20 v0.11.0
12172026-07-28T02:40:42.117Z Downloaded ppv-lite86 v0.2.21
12182026-07-28T02:40:42.117Z Downloaded progenitor-impl v0.13.0
12192026-07-28T02:40:42.117Z Downloaded indexmap v1.9.3
12202026-07-28T02:40:42.126Z Downloaded openssl-sys v0.9.115
12212026-07-28T02:40:42.129Z Downloaded socket2 v0.5.10
12222026-07-28T02:40:42.132Z Downloaded test-strategy v0.4.5
12232026-07-28T02:40:42.132Z Downloaded tokio-tungstenite v0.23.1
12242026-07-28T02:40:42.132Z Downloaded winnow v1.0.3
12252026-07-28T02:40:42.137Z Downloaded p256 v0.14.0-rc.10
12262026-07-28T02:40:42.140Z Downloaded schemars v0.8.22
12272026-07-28T02:40:42.146Z Downloaded rsa v0.9.10
12282026-07-28T02:40:42.148Z Downloaded quinn v0.11.9
12292026-07-28T02:40:42.151Z Downloaded toml v0.7.8
12302026-07-28T02:40:42.154Z Downloaded papergrid v0.17.0
12312026-07-28T02:40:42.157Z Downloaded der v0.8.0
12322026-07-28T02:40:42.160Z Downloaded rayon v1.11.0
12332026-07-28T02:40:42.163Z Downloaded zlib-rs v0.6.2
12342026-07-28T02:40:42.167Z Downloaded darling v0.23.0
12352026-07-28T02:40:42.170Z Downloaded russh v0.61.2
12362026-07-28T02:40:42.173Z Downloaded dropshot-api-manager v0.7.2
12372026-07-28T02:40:42.176Z Downloaded goblin v0.10.5
12382026-07-28T02:40:42.179Z Downloaded derive_more-impl v2.1.1
12392026-07-28T02:40:42.182Z Downloaded chrono v0.4.45
12402026-07-28T02:40:42.187Z Downloaded ignore v0.4.25
12412026-07-28T02:40:42.190Z Downloaded des v0.9.0
12422026-07-28T02:40:42.190Z Downloaded miniz_oxide v0.8.9
12432026-07-28T02:40:42.190Z Downloaded iddqd v0.4.2
12442026-07-28T02:40:42.193Z Downloaded serde_with v3.21.0
12452026-07-28T02:40:42.200Z Downloaded x509-cert v0.2.5
12462026-07-28T02:40:42.203Z Downloaded itertools v0.13.0
12472026-07-28T02:40:42.207Z Downloaded object v0.30.4
12482026-07-28T02:40:42.212Z Downloaded internal-russh-num-bigint v0.5.0
12492026-07-28T02:40:42.215Z Downloaded itertools v0.14.0
12502026-07-28T02:40:42.218Z Downloaded crossterm v0.29.0
12512026-07-28T02:40:42.221Z Downloaded zerovec v0.11.5
12522026-07-28T02:40:42.224Z Downloaded time v0.3.47
12532026-07-28T02:40:42.230Z Downloaded reedline v0.40.0
12542026-07-28T02:40:42.234Z Downloaded regex v1.12.3
12552026-07-28T02:40:42.238Z Downloaded nom v7.1.3
12562026-07-28T02:40:42.264Z Downloaded tower-http v0.6.8
12572026-07-28T02:40:42.268Z Downloaded unicode-segmentation v1.12.0
12582026-07-28T02:40:42.275Z Downloaded tough v0.22.0
12592026-07-28T02:40:42.279Z Downloaded hyper-util v0.1.20
12602026-07-28T02:40:42.287Z Downloaded salty v0.3.0
12612026-07-28T02:40:42.291Z Downloaded reqwest v0.13.2
12622026-07-28T02:40:42.297Z Downloaded serde_with v1.14.0
12632026-07-28T02:40:42.300Z Downloaded tokio-util v0.7.18
12642026-07-28T02:40:42.303Z Downloaded num-bigint-dig v0.8.6
12652026-07-28T02:40:42.306Z Downloaded ssh-key v0.7.0-rc.10
12662026-07-28T02:40:42.318Z Downloaded itertools v0.12.1
12672026-07-28T02:40:42.322Z Downloaded rawzip v0.4.4
12682026-07-28T02:40:42.324Z Downloaded bstr v1.12.1
12692026-07-28T02:40:42.333Z Downloaded smoltcp v0.9.1
12702026-07-28T02:40:42.341Z Downloaded quick-xml v0.37.5
12712026-07-28T02:40:42.351Z Downloaded crypto-primes v0.7.2
12722026-07-28T02:40:42.354Z Downloaded petname v2.0.2
12732026-07-28T02:40:42.367Z Downloaded rustls v0.23.41
12742026-07-28T02:40:42.386Z Downloaded regex-syntax v0.6.29
12752026-07-28T02:40:42.391Z Downloaded quinn-proto v0.11.16
12762026-07-28T02:40:42.400Z Downloaded curve25519-dalek v5.0.0-rc.0
12772026-07-28T02:40:42.405Z Downloaded lalrpop v0.19.12
12782026-07-28T02:40:42.424Z Downloaded regress v0.10.5
12792026-07-28T02:40:42.429Z Downloaded smoltcp v0.11.0
12802026-07-28T02:40:42.443Z Downloaded polar-core v0.27.3
12812026-07-28T02:40:42.458Z Downloaded regex-syntax v0.8.10
12822026-07-28T02:40:42.466Z Downloaded moka v0.12.13
12832026-07-28T02:40:42.469Z Downloaded openssl v0.10.79
12842026-07-28T02:40:42.475Z Downloaded zerocopy v0.8.40
12852026-07-28T02:40:42.480Z Downloaded diesel v2.3.7
12862026-07-28T02:40:42.491Z Downloaded dropshot v0.17.1
12872026-07-28T02:40:42.503Z Downloaded nix v0.27.1
12882026-07-28T02:40:42.508Z Downloaded vcpkg v0.2.15
12892026-07-28T02:40:42.531Z Downloaded hickory-proto v0.24.4
12902026-07-28T02:40:42.539Z Downloaded hickory-proto v0.25.2
12912026-07-28T02:40:42.547Z Downloaded crypto-bigint v0.7.5
12922026-07-28T02:40:42.556Z Downloaded nix v0.28.0
12932026-07-28T02:40:42.561Z Downloaded nix v0.31.2
12942026-07-28T02:40:42.569Z Downloaded openapiv3 v2.2.0
12952026-07-28T02:40:42.575Z Downloaded tabled v0.20.0
12962026-07-28T02:40:42.585Z Downloaded radix_trie v0.2.1
12972026-07-28T02:40:42.588Z Downloaded regress v0.11.1
12982026-07-28T02:40:42.592Z Downloaded sqlparser v0.61.0
12992026-07-28T02:40:42.598Z Downloaded rustix v0.38.44
13002026-07-28T02:40:42.609Z Downloaded typify-impl v0.6.2
13012026-07-28T02:40:42.616Z Downloaded object v0.37.3
13022026-07-28T02:40:42.622Z Downloaded tracing v0.1.44
13032026-07-28T02:40:42.633Z Downloaded curve25519-dalek v4.1.3
13042026-07-28T02:40:42.637Z Downloaded sha3 v0.11.0
13052026-07-28T02:40:42.640Z Downloaded sled v0.34.7
13062026-07-28T02:40:42.644Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-07-28T02:40:42.650Z Downloaded fiat-crypto v0.3.0
13082026-07-28T02:40:42.667Z Downloaded chrono-tz v0.10.4
13092026-07-28T02:40:42.697Z Downloaded zerocopy-derive v0.6.6
13102026-07-28T02:40:42.702Z Downloaded regex-automata v0.4.14
13112026-07-28T02:40:42.710Z Downloaded ratatui v0.29.0
13122026-07-28T02:40:42.735Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-07-28T02:40:42.756Z Downloaded csv v1.4.0
13142026-07-28T02:40:42.767Z Downloaded sha3 v0.10.8
13152026-07-28T02:40:42.770Z Downloaded petgraph v0.8.3
13162026-07-28T02:40:42.781Z Downloaded jiff v0.2.21
13172026-07-28T02:40:42.792Z Downloaded petgraph v0.6.5
13182026-07-28T02:40:42.807Z Downloaded tokio v1.52.1
13192026-07-28T02:40:42.831Z Downloaded libz-sys v1.1.24
13202026-07-28T02:40:42.845Z Downloaded ring v0.17.14
13212026-07-28T02:40:42.875Z Downloaded encoding_rs v0.8.35
13222026-07-28T02:40:42.911Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-07-28T02:40:44.401Z Downloaded aws-lc-sys v0.40.0
13242026-07-28T02:40:44.404Z Compiling libc v0.2.185
13252026-07-28T02:40:44.404Z Compiling serde_core v1.0.228
13262026-07-28T02:40:44.404Z Compiling serde v1.0.228
13272026-07-28T02:40:44.404Z Compiling log v0.4.29
13282026-07-28T02:40:44.404Z Compiling smallvec v1.15.1
13292026-07-28T02:40:44.404Z Compiling find-msvc-tools v0.1.9
13302026-07-28T02:40:44.404Z Compiling shlex v1.3.0
13312026-07-28T02:40:44.404Z Compiling syn v2.0.117
13322026-07-28T02:40:44.404Z Compiling subtle v2.6.1
13332026-07-28T02:40:44.404Z Compiling scopeguard v1.2.0
13342026-07-28T02:40:44.404Z Compiling stable_deref_trait v1.2.1
13352026-07-28T02:40:44.404Z Compiling typenum v1.20.1
13362026-07-28T02:40:44.404Z Compiling lock_api v0.4.14
13372026-07-28T02:40:44.404Z Compiling serde_json v1.0.150
13382026-07-28T02:40:44.404Z Compiling portable-atomic v1.13.1
13392026-07-28T02:40:44.404Z Compiling zerocopy v0.8.40
13402026-07-28T02:40:44.404Z Compiling parking_lot_core v0.9.12
13412026-07-28T02:40:44.404Z Compiling pin-project-lite v0.2.17
13422026-07-28T02:40:44.485Z Compiling libm v0.2.16
13432026-07-28T02:40:44.635Z Compiling critical-section v1.2.0
13442026-07-28T02:40:44.656Z Compiling jobserver v0.1.34
13452026-07-28T02:40:44.670Z Compiling errno v0.3.14
13462026-07-28T02:40:44.739Z Compiling getrandom v0.2.17
13472026-07-28T02:40:44.768Z Compiling pkg-config v0.3.32
13482026-07-28T02:40:44.809Z Compiling getrandom v0.4.1
13492026-07-28T02:40:44.931Z Compiling cc v1.2.56
13502026-07-28T02:40:44.959Z Compiling rand_core v0.6.4
13512026-07-28T02:40:45.050Z Compiling signal-hook-registry v1.4.8
13522026-07-28T02:40:45.172Z Compiling once_cell v1.21.3
13532026-07-28T02:40:45.246Z Compiling num-traits v0.2.19
13542026-07-28T02:40:45.297Z Compiling rand_core v0.10.0
13552026-07-28T02:40:45.301Z Compiling futures-core v0.3.32
13562026-07-28T02:40:45.458Z Compiling parking_lot v0.12.5
13572026-07-28T02:40:45.499Z Compiling mio v1.2.0
13582026-07-28T02:40:45.578Z Compiling generic-array v0.14.7
13592026-07-28T02:40:45.677Z Compiling litemap v0.8.1
13602026-07-28T02:40:45.767Z Compiling percent-encoding v2.3.2
13612026-07-28T02:40:45.814Z Compiling const-oid v0.9.6
13622026-07-28T02:40:45.938Z Compiling bitflags v2.11.0
13632026-07-28T02:40:45.953Z Compiling writeable v0.6.2
13642026-07-28T02:40:46.007Z Compiling semver v1.0.28
13652026-07-28T02:40:46.209Z Compiling icu_properties_data v2.1.2
13662026-07-28T02:40:46.320Z Compiling icu_normalizer_data v2.1.1
13672026-07-28T02:40:46.409Z Compiling socket2 v0.6.3
13682026-07-28T02:40:46.442Z Compiling futures-sink v0.3.32
13692026-07-28T02:40:46.531Z Compiling futures-channel v0.3.32
13702026-07-28T02:40:46.545Z Compiling futures-io v0.3.32
13712026-07-28T02:40:46.559Z Compiling slab v0.4.12
13722026-07-28T02:40:46.590Z Compiling synstructure v0.13.2
13732026-07-28T02:40:46.689Z Compiling futures-task v0.3.32
13742026-07-28T02:40:46.731Z Compiling utf8_iter v1.0.4
13752026-07-28T02:40:46.746Z Compiling indexmap v2.14.0
13762026-07-28T02:40:46.760Z Compiling form_urlencoded v1.2.2
13772026-07-28T02:40:46.795Z Compiling rustversion v1.0.22
13782026-07-28T02:40:46.855Z Compiling getrandom v0.3.4
13792026-07-28T02:40:46.872Z Compiling cmake v0.1.57
13802026-07-28T02:40:46.931Z Compiling ident_case v1.0.1
13812026-07-28T02:40:46.973Z Compiling fs_extra v1.3.0
13822026-07-28T02:40:47.053Z Compiling iana-time-zone v0.1.65
13832026-07-28T02:40:47.223Z Compiling rustix v1.1.3
13842026-07-28T02:40:47.297Z Compiling dunce v1.0.5
13852026-07-28T02:40:47.350Z Compiling regex-syntax v0.8.10
13862026-07-28T02:40:47.364Z Compiling uuid v1.23.4
13872026-07-28T02:40:47.394Z Compiling aws-lc-sys v0.40.0
13882026-07-28T02:40:47.445Z Compiling vcpkg v0.2.15
13892026-07-28T02:40:47.806Z Compiling rand_core v0.9.5
13902026-07-28T02:40:47.850Z Compiling base64 v0.22.1
13912026-07-28T02:40:48.066Z Compiling base64ct v1.8.3
13922026-07-28T02:40:48.092Z Compiling rustc_version v0.4.1
13932026-07-28T02:40:48.187Z Compiling tracing-core v0.1.36
13942026-07-28T02:40:48.201Z Compiling openssl-sys v0.9.115
13952026-07-28T02:40:48.364Z Compiling pem-rfc7468 v0.7.0
13962026-07-28T02:40:48.396Z Compiling serde_derive v1.0.228
13972026-07-28T02:40:48.419Z Compiling zeroize_derive v1.4.3
13982026-07-28T02:40:48.666Z Compiling zerofrom-derive v0.1.6
13992026-07-28T02:40:48.732Z Compiling yoke-derive v0.8.1
14002026-07-28T02:40:48.752Z Compiling zerovec-derive v0.11.2
14012026-07-28T02:40:48.961Z Compiling zerocopy-derive v0.8.40
14022026-07-28T02:40:49.068Z Compiling zeroize v1.8.2
14032026-07-28T02:40:49.278Z Compiling displaydoc v0.2.5
14042026-07-28T02:40:49.877Z Compiling tokio-macros v2.7.0
14052026-07-28T02:40:49.916Z Compiling futures-macro v0.3.32
14062026-07-28T02:40:50.043Z Compiling thiserror-impl v2.0.18
14072026-07-28T02:40:50.087Z Compiling zerofrom v0.1.6
14082026-07-28T02:40:50.216Z Compiling yoke v0.8.1
14092026-07-28T02:40:50.317Z Compiling block-buffer v0.10.4
14102026-07-28T02:40:50.406Z Compiling zerovec v0.11.5
14112026-07-28T02:40:50.503Z Compiling zerotrie v0.2.3
14122026-07-28T02:40:50.611Z Compiling crypto-common v0.1.7
14132026-07-28T02:40:50.736Z Compiling futures-util v0.3.32
14142026-07-28T02:40:50.758Z Compiling digest v0.10.7
14152026-07-28T02:40:50.803Z Compiling tracing-attributes v0.1.31
14162026-07-28T02:40:50.919Z Compiling tinystr v0.8.2
14172026-07-28T02:40:51.003Z Compiling potential_utf v0.1.4
14182026-07-28T02:40:51.127Z Compiling icu_locale_core v2.1.1
14192026-07-28T02:40:51.165Z Compiling icu_collections v2.1.1
14202026-07-28T02:40:51.387Z Compiling der_derive v0.7.3
14212026-07-28T02:40:51.654Z Compiling aws-lc-rs v1.16.3
14222026-07-28T02:40:51.932Z Compiling bytes v1.11.1
14232026-07-28T02:40:51.935Z Compiling icu_provider v2.1.1
14242026-07-28T02:40:51.991Z Compiling chrono v0.4.45
14252026-07-28T02:40:52.112Z Compiling flagset v0.4.7
14262026-07-28T02:40:52.276Z Compiling icu_normalizer v2.1.1
14272026-07-28T02:40:52.307Z Compiling icu_properties v2.1.2
14282026-07-28T02:40:52.363Z Compiling der v0.7.10
14292026-07-28T02:40:52.625Z Compiling tokio v1.52.1
14302026-07-28T02:40:52.809Z Compiling http v1.4.2
14312026-07-28T02:40:53.100Z Compiling tracing v0.1.44
14322026-07-28T02:40:53.298Z Compiling idna_adapter v1.2.1
14332026-07-28T02:40:53.367Z Compiling ppv-lite86 v0.2.21
14342026-07-28T02:40:53.408Z Compiling idna v1.1.0
14352026-07-28T02:40:53.442Z Compiling thiserror v2.0.18
14362026-07-28T02:40:53.490Z Compiling http-body v1.0.1
14372026-07-28T02:40:53.547Z Compiling rustls-pki-types v1.14.0
14382026-07-28T02:40:53.642Z Compiling serde_derive_internals v0.29.1
14392026-07-28T02:40:53.656Z Compiling rand_chacha v0.9.0
14402026-07-28T02:40:53.688Z Compiling openssl-probe v0.2.1
14412026-07-28T02:40:53.734Z Compiling url v2.5.8
14422026-07-28T02:40:53.858Z Compiling httparse v1.10.1
14432026-07-28T02:40:53.991Z Compiling tinyvec_macros v0.1.1
14442026-07-28T02:40:54.058Z Compiling cmov v0.5.4
14452026-07-28T02:40:54.072Z Compiling schemars v0.8.22
14462026-07-28T02:40:54.180Z Compiling dyn-clone v1.0.20
14472026-07-28T02:40:54.261Z Compiling ctutils v0.4.2
14482026-07-28T02:40:54.312Z Compiling tinyvec v1.10.0
14492026-07-28T02:40:54.332Z Compiling rand v0.9.2
14502026-07-28T02:40:54.346Z Compiling pest_generator v2.8.6
14512026-07-28T02:40:54.496Z Compiling schemars_derive v0.8.22
14522026-07-28T02:40:54.496Z Compiling spki v0.7.3
14532026-07-28T02:40:54.500Z Compiling aho-corasick v1.1.4
14542026-07-28T02:40:54.647Z Compiling untrusted v0.7.1
14552026-07-28T02:40:54.719Z Compiling tower-layer v0.3.3
14562026-07-28T02:40:54.766Z Compiling tower-service v0.3.3
14572026-07-28T02:40:54.861Z Compiling atomic-waker v1.1.2
14582026-07-28T02:40:54.876Z Compiling try-lock v0.2.5
14592026-07-28T02:40:54.981Z Compiling want v0.3.1
14602026-07-28T02:40:54.981Z Compiling tempfile v3.25.0
14612026-07-28T02:40:55.010Z Compiling pest_derive v2.8.6
14622026-07-28T02:40:55.058Z Compiling hybrid-array v0.4.13
14632026-07-28T02:40:55.342Z Compiling regex-automata v0.4.14
14642026-07-28T02:40:55.430Z Compiling ipnet v2.11.0
14652026-07-28T02:40:55.445Z Compiling scroll_derive v0.13.1
14662026-07-28T02:40:55.799Z Compiling darling_core v0.20.11
14672026-07-28T02:40:55.914Z Compiling openssl v0.10.79
14682026-07-28T02:40:56.135Z Compiling rustls v0.23.41
14692026-07-28T02:40:56.148Z Compiling cpufeatures v0.2.17
14702026-07-28T02:40:56.219Z Compiling untrusted v0.9.0
14712026-07-28T02:40:56.233Z Compiling httpdate v1.0.3
14722026-07-28T02:40:56.299Z Compiling foreign-types-shared v0.1.1
14732026-07-28T02:40:56.334Z Compiling tokio-util v0.7.18
14742026-07-28T02:40:56.383Z Compiling foreign-types v0.3.2
14752026-07-28T02:40:56.453Z Compiling scroll v0.13.0
14762026-07-28T02:40:56.486Z Compiling pkcs8 v0.10.2
14772026-07-28T02:40:56.726Z Compiling unicode-normalization v0.1.25
14782026-07-28T02:40:56.952Z Compiling openssl-macros v0.1.1
14792026-07-28T02:40:57.163Z Compiling h2 v0.4.15
14802026-07-28T02:40:57.231Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-07-28T02:40:57.392Z Compiling spin v0.9.8
14822026-07-28T02:40:57.407Z Compiling num-conv v0.2.0
14832026-07-28T02:40:57.537Z Compiling native-tls v0.2.18
14842026-07-28T02:40:57.602Z Compiling time-core v0.1.8
14852026-07-28T02:40:57.616Z Compiling powerfmt v0.2.0
14862026-07-28T02:40:57.734Z Compiling crc32fast v1.5.0
14872026-07-28T02:40:57.748Z Compiling time-macros v0.2.27
14882026-07-28T02:40:57.817Z Compiling deranged v0.5.8
14892026-07-28T02:40:58.056Z Compiling darling_macro v0.20.11
14902026-07-28T02:40:58.532Z Compiling darling v0.20.11
14912026-07-28T02:40:58.615Z Compiling goblin v0.10.5
14922026-07-28T02:40:58.791Z Compiling sha2 v0.10.9
14932026-07-28T02:40:58.795Z Compiling hmac v0.12.1
14942026-07-28T02:40:58.957Z Compiling sync_wrapper v1.0.2
14952026-07-28T02:40:59.065Z Compiling wait-timeout v0.2.1
14962026-07-28T02:40:59.328Z Compiling quick-error v1.2.3
14972026-07-28T02:40:59.398Z Compiling syn v1.0.109
14982026-07-28T02:40:59.431Z Compiling simd-adler32 v0.3.8
14992026-07-28T02:40:59.670Z Compiling siphasher v1.0.2
15002026-07-28T02:40:59.686Z Compiling num_threads v0.1.7
15012026-07-28T02:40:59.778Z Compiling usdt-impl v0.6.0
15022026-07-28T02:40:59.848Z Compiling crossbeam-utils v0.8.21
15032026-07-28T02:40:59.974Z Compiling bit-vec v0.8.0
15042026-07-28T02:41:00.093Z Compiling time v0.3.47
15052026-07-28T02:41:00.190Z Compiling hyper v1.10.1
15062026-07-28T02:41:00.205Z Compiling bit-set v0.8.0
15072026-07-28T02:41:00.363Z Compiling rusty-fork v0.3.1
15082026-07-28T02:41:00.974Z Compiling tower v0.5.3
15092026-07-28T02:41:01.155Z Compiling derive_builder_core v0.20.2
15102026-07-28T02:41:01.364Z Compiling hyper-util v0.1.20
15112026-07-28T02:41:01.444Z Compiling dof v0.4.0
15122026-07-28T02:41:01.640Z Compiling dtrace-parser v0.3.0
15132026-07-28T02:41:01.747Z Compiling http-body-util v0.1.3
15142026-07-28T02:41:01.992Z Compiling heapless v0.7.17
15152026-07-28T02:41:02.007Z Compiling thiserror-impl v1.0.69
15162026-07-28T02:41:02.273Z Compiling scroll_derive v0.12.1
15172026-07-28T02:41:02.404Z Compiling rand_xorshift v0.4.0
15182026-07-28T02:41:02.568Z Compiling slog v2.8.2
15192026-07-28T02:41:02.624Z Compiling darling_core v0.23.0
15202026-07-28T02:41:02.749Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-07-28T02:41:02.764Z Compiling thread-id v5.1.0
15222026-07-28T02:41:02.848Z Compiling cookie v0.18.1
15232026-07-28T02:41:02.933Z Compiling allocator-api2 v0.2.21
15242026-07-28T02:41:03.025Z Compiling signal-hook v0.3.18
15252026-07-28T02:41:03.030Z Compiling unicode-bidi v0.3.18
15262026-07-28T02:41:03.138Z Compiling adler2 v2.0.1
15272026-07-28T02:41:03.194Z Compiling ryu v1.0.23
15282026-07-28T02:41:03.253Z Compiling anyhow v1.0.102
15292026-07-28T02:41:03.268Z Compiling unicode-properties v0.1.4
15302026-07-28T02:41:03.281Z Compiling zstd-safe v7.2.4
15312026-07-28T02:41:03.367Z Compiling paste v1.0.15
15322026-07-28T02:41:03.464Z Compiling unarray v0.1.4
15332026-07-28T02:41:03.465Z Compiling iri-string v0.7.10
15342026-07-28T02:41:03.561Z Compiling stringprep v0.1.5
15352026-07-28T02:41:03.584Z Compiling proptest v1.10.0
15362026-07-28T02:41:03.669Z Compiling serde_urlencoded v0.7.1
15372026-07-28T02:41:03.749Z Compiling thiserror v1.0.69
15382026-07-28T02:41:03.851Z Compiling miniz_oxide v0.8.9
15392026-07-28T02:41:03.988Z Compiling scroll v0.12.0
15402026-07-28T02:41:04.495Z Compiling derive_builder_macro v0.20.2
15412026-07-28T02:41:04.684Z Compiling tower-http v0.6.8
15422026-07-28T02:41:04.732Z Compiling tokio-native-tls v0.3.1
15432026-07-28T02:41:04.939Z Compiling camino v1.2.2
15442026-07-28T02:41:04.956Z Compiling bstr v1.12.1
15452026-07-28T02:41:05.081Z Compiling ipnetwork v0.21.1
15462026-07-28T02:41:05.112Z Compiling darling_macro v0.23.0
15472026-07-28T02:41:05.305Z Compiling crypto-common v0.2.2
15482026-07-28T02:41:05.390Z Compiling block-buffer v0.12.1
15492026-07-28T02:41:05.458Z Compiling block-padding v0.4.2
15502026-07-28T02:41:05.577Z Compiling rustls-native-certs v0.8.3
15512026-07-28T02:41:05.592Z Compiling rand_chacha v0.3.1
15522026-07-28T02:41:05.605Z Compiling serde_tokenstream v0.2.3
15532026-07-28T02:41:05.617Z Compiling erased-serde v0.3.31
15542026-07-28T02:41:05.853Z Compiling serde_spanned v0.6.9
15552026-07-28T02:41:05.903Z Compiling toml_datetime v0.6.11
15562026-07-28T02:41:05.996Z Compiling hex v0.4.3
15572026-07-28T02:41:06.085Z Compiling signature v2.2.0
15582026-07-28T02:41:06.153Z Compiling md-5 v0.10.6
15592026-07-28T02:41:06.262Z Compiling curve25519-dalek v4.1.3
15602026-07-28T02:41:06.262Z Compiling pin-project-internal v1.1.11
15612026-07-28T02:41:06.317Z Compiling async-trait v0.1.89
15622026-07-28T02:41:06.342Z Compiling zerocopy-derive v0.7.35
15632026-07-28T02:41:06.589Z Compiling vergen-lib v9.1.0
15642026-07-28T02:41:06.767Z Compiling hash32 v0.2.1
15652026-07-28T02:41:06.962Z Compiling num-integer v0.1.46
15662026-07-28T02:41:06.984Z Compiling memoffset v0.9.1
15672026-07-28T02:41:07.198Z Compiling encoding_rs v0.8.35
15682026-07-28T02:41:07.212Z Compiling mime v0.3.17
15692026-07-28T02:41:07.318Z Compiling litrs v1.0.0
15702026-07-28T02:41:07.339Z Compiling fallible-iterator v0.2.0
15712026-07-28T02:41:07.407Z Compiling ref-cast v1.0.25
15722026-07-28T02:41:07.466Z Compiling cfg_aliases v0.2.1
15732026-07-28T02:41:07.542Z Compiling rustix v0.38.44
15742026-07-28T02:41:07.651Z Compiling num-bigint-dig v0.8.6
15752026-07-28T02:41:07.707Z Compiling zlib-rs v0.6.2
15762026-07-28T02:41:07.819Z Compiling smoltcp v0.9.1
15772026-07-28T02:41:07.836Z Compiling psl-types v2.0.11
15782026-07-28T02:41:07.958Z Compiling publicsuffix v2.3.0
15792026-07-28T02:41:07.990Z Compiling document-features v0.2.12
15802026-07-28T02:41:08.164Z Compiling postgres-protocol v0.6.10
15812026-07-28T02:41:08.178Z Compiling nix v0.31.2
15822026-07-28T02:41:08.551Z Compiling pin-project v1.1.11
15832026-07-28T02:41:08.583Z Compiling num-iter v0.1.45
15842026-07-28T02:41:08.681Z Compiling hubpack_derive v0.1.1
15852026-07-28T02:41:08.695Z Compiling zerocopy v0.7.35
15862026-07-28T02:41:08.808Z Compiling newtype-uuid v1.3.2
15872026-07-28T02:41:09.110Z Compiling rand v0.8.6
15882026-07-28T02:41:09.125Z Compiling darling v0.23.0
15892026-07-28T02:41:09.126Z Compiling inout v0.2.2
15902026-07-28T02:41:09.157Z Compiling oxnet v0.1.6
15912026-07-28T02:41:09.202Z Compiling derive_builder v0.20.2
15922026-07-28T02:41:09.217Z Compiling hyper-tls v0.6.0
15932026-07-28T02:41:09.430Z Compiling goblin v0.8.2
15942026-07-28T02:41:09.898Z Compiling phf_shared v0.13.1
15952026-07-28T02:41:09.916Z Compiling lazy_static v1.5.0
15962026-07-28T02:41:09.945Z Compiling regex v1.12.3
15972026-07-28T02:41:10.005Z Compiling anstyle-parse v0.2.7
15982026-07-28T02:41:10.130Z Compiling futures-executor v0.3.32
15992026-07-28T02:41:10.180Z Compiling terminal_size v0.4.3
16002026-07-28T02:41:10.294Z Compiling ref-cast-impl v1.0.25
16012026-07-28T02:41:10.312Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-28T02:41:10.359Z Compiling snafu-derive v0.8.9
16032026-07-28T02:41:10.379Z Compiling daft-derive v0.1.7
16042026-07-28T02:41:10.829Z Compiling flate2 v1.1.9
16052026-07-28T02:41:10.897Z Compiling strum_macros v0.27.2
16062026-07-28T02:41:10.939Z Compiling vergen v9.1.0
16072026-07-28T02:41:11.083Z Compiling cargo-platform v0.3.2
16082026-07-28T02:41:11.117Z Compiling ff v0.13.1
16092026-07-28T02:41:11.228Z Compiling fs-err v3.3.0
16102026-07-28T02:41:11.254Z Compiling ahash v0.8.12
16112026-07-28T02:41:11.349Z Compiling managed v0.8.0
16122026-07-28T02:41:11.416Z Compiling base16ct v0.2.0
16132026-07-28T02:41:11.464Z Compiling object v0.37.3
16142026-07-28T02:41:11.567Z Compiling foldhash v0.2.0
16152026-07-28T02:41:11.589Z Compiling foldhash v0.1.5
16162026-07-28T02:41:11.727Z Compiling unicode-segmentation v1.12.0
16172026-07-28T02:41:11.758Z Compiling same-file v1.0.6
16182026-07-28T02:41:11.778Z Compiling bitflags v1.3.2
16192026-07-28T02:41:11.854Z Compiling libbz2-rs-sys v0.2.2
16202026-07-28T02:41:11.916Z Compiling bumpalo v3.20.2
16212026-07-28T02:41:12.120Z Compiling winnow v0.5.40
16222026-07-28T02:41:12.219Z Compiling zopfli v0.8.3
16232026-07-28T02:41:12.259Z Compiling snafu v0.8.9
16242026-07-28T02:41:12.564Z Compiling bzip2 v0.6.1
16252026-07-28T02:41:12.608Z Compiling walkdir v2.5.0
16262026-07-28T02:41:12.875Z Compiling clap_builder v4.6.0
16272026-07-28T02:41:12.910Z Compiling strum v0.27.2
16282026-07-28T02:41:12.926Z Compiling hashbrown v0.16.1
16292026-07-28T02:41:12.971Z Compiling hashbrown v0.15.5
16302026-07-28T02:41:13.035Z Compiling dof v0.3.0
16312026-07-28T02:41:13.520Z Compiling toml_edit v0.19.15
16322026-07-28T02:41:13.535Z Compiling sec1 v0.7.3
16332026-07-28T02:41:13.612Z Compiling cargo_metadata v0.23.1
16342026-07-28T02:41:13.692Z Compiling group v0.13.0
16352026-07-28T02:41:13.766Z Compiling daft v0.1.7
16362026-07-28T02:41:13.969Z Compiling futures v0.3.32
16372026-07-28T02:41:14.040Z Compiling anstream v0.6.21
16382026-07-28T02:41:14.055Z Compiling phf v0.13.1
16392026-07-28T02:41:14.520Z Compiling signal-hook-mio v0.2.5
16402026-07-28T02:41:14.640Z Compiling cookie_store v0.22.1
16412026-07-28T02:41:14.687Z Compiling zstd v0.13.3
16422026-07-28T02:41:14.934Z Compiling bzip2 v0.4.4
16432026-07-28T02:41:14.948Z Compiling reqwest v0.12.28
16442026-07-28T02:41:15.137Z Compiling cipher v0.5.2
16452026-07-28T02:41:15.269Z Compiling serde_with_macros v3.21.0
16462026-07-28T02:41:15.445Z Compiling hubpack v0.1.2
16472026-07-28T02:41:15.770Z Compiling postgres-types v0.2.12
16482026-07-28T02:41:16.112Z Compiling ed25519 v2.2.3
16492026-07-28T02:41:16.312Z Compiling usdt-macro v0.6.0
16502026-07-28T02:41:16.390Z Compiling usdt-attr-macro v0.6.0
16512026-07-28T02:41:16.766Z Compiling globset v0.4.18
16522026-07-28T02:41:16.921Z Compiling dtrace-parser v0.2.0
16532026-07-28T02:41:16.995Z Compiling phf_shared v0.11.3
16542026-07-28T02:41:17.070Z Compiling hkdf v0.12.4
16552026-07-28T02:41:17.207Z Compiling olpc-cjson v0.1.4
16562026-07-28T02:41:17.223Z Compiling pkcs1 v0.7.5
16572026-07-28T02:41:17.242Z Compiling serde_plain v1.0.2
16582026-07-28T02:41:17.368Z Compiling serde-big-array v0.5.1
16592026-07-28T02:41:17.435Z Compiling crypto-bigint v0.5.5
16602026-07-28T02:41:17.482Z Compiling clap_derive v4.6.1
16612026-07-28T02:41:17.512Z Compiling enum-as-inner v0.6.1
16622026-07-28T02:41:17.609Z Compiling serde_repr v0.1.20
16632026-07-28T02:41:17.686Z Compiling strum_macros v0.26.4
16642026-07-28T02:41:18.016Z Compiling async-recursion v1.1.1
16652026-07-28T02:41:18.139Z Compiling pem v3.0.6
16662026-07-28T02:41:18.462Z Compiling float-cmp v0.10.0
16672026-07-28T02:41:18.613Z Compiling thread-id v4.2.2
16682026-07-28T02:41:18.658Z Compiling memmap2 v0.9.10
16692026-07-28T02:41:18.698Z Compiling env_filter v1.0.0
16702026-07-28T02:41:18.713Z Compiling jiff v0.2.21
16712026-07-28T02:41:18.866Z Compiling difflib v0.4.0
16722026-07-28T02:41:18.995Z Compiling fixedbitset v0.5.7
16732026-07-28T02:41:19.224Z Compiling fixedbitset v0.4.2
16742026-07-28T02:41:19.297Z Compiling either v1.15.0
16752026-07-28T02:41:19.408Z Compiling precomputed-hash v0.1.1
16762026-07-28T02:41:19.422Z Compiling winnow v1.0.3
16772026-07-28T02:41:19.442Z Compiling whoami v2.1.0
16782026-07-28T02:41:19.493Z Compiling predicates-core v1.0.10
16792026-07-28T02:41:19.509Z Compiling cpufeatures v0.3.0
16802026-07-28T02:41:19.542Z Compiling normalize-line-endings v0.3.0
16812026-07-28T02:41:19.582Z Compiling const-oid v0.10.2
16822026-07-28T02:41:19.636Z Compiling keccak v0.1.6
16832026-07-28T02:41:19.664Z Compiling static_assertions v1.1.0
16842026-07-28T02:41:19.720Z Compiling data-encoding v2.10.0
16852026-07-28T02:41:19.736Z Compiling typed-path v0.9.3
16862026-07-28T02:41:19.765Z Compiling new_debug_unreachable v1.0.6
16872026-07-28T02:41:19.778Z Compiling sha3 v0.10.8
16882026-07-28T02:41:19.803Z Compiling toml_edit v0.22.27
16892026-07-28T02:41:19.834Z Compiling string_cache v0.8.9
16902026-07-28T02:41:20.054Z Compiling hickory-proto v0.25.2
16912026-07-28T02:41:20.217Z Compiling digest v0.11.3
16922026-07-28T02:41:20.357Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16932026-07-28T02:41:20.390Z Compiling toml_parser v1.1.2+spec-1.1.0
16942026-07-28T02:41:20.432Z Compiling tokio-postgres v0.7.16
16952026-07-28T02:41:20.924Z Compiling predicates v3.1.4
16962026-07-28T02:41:21.003Z Compiling chacha20 v0.10.0
16972026-07-28T02:41:21.369Z Compiling zip v4.6.1
16982026-07-28T02:41:21.552Z Compiling itertools v0.13.0
16992026-07-28T02:41:22.308Z Compiling strum v0.26.3
17002026-07-28T02:41:22.444Z Compiling petgraph v0.6.5
17012026-07-28T02:41:22.492Z Compiling clap v4.6.1
17022026-07-28T02:41:22.578Z Compiling petgraph v0.8.3
17032026-07-28T02:41:22.698Z Compiling env_logger v0.11.9
17042026-07-28T02:41:22.837Z Compiling usdt v0.6.0
17052026-07-28T02:41:22.851Z Compiling usdt-impl v0.5.0
17062026-07-28T02:41:23.054Z Compiling elliptic-curve v0.13.8
17072026-07-28T02:41:23.100Z Compiling rsa v0.9.10
17082026-07-28T02:41:23.202Z Compiling crossterm v0.28.1
17092026-07-28T02:41:23.422Z Compiling serde_with v3.21.0
17102026-07-28T02:41:23.456Z Compiling ed25519-dalek v2.2.0
17112026-07-28T02:41:23.977Z Compiling zip v0.6.6
17122026-07-28T02:41:24.451Z Compiling toml v0.7.8
17132026-07-28T02:41:24.554Z Compiling iddqd v0.4.2
17142026-07-28T02:41:25.103Z Compiling heck v0.4.1
17152026-07-28T02:41:25.132Z Compiling similar v2.7.0
17162026-07-28T02:41:25.201Z Compiling byte-wrapper v0.1.0
17172026-07-28T02:41:25.321Z Compiling crossbeam-epoch v0.9.18
17182026-07-28T02:41:25.529Z Compiling tokio-stream v0.1.18
17192026-07-28T02:41:25.615Z Compiling buf-list v1.1.2
17202026-07-28T02:41:25.648Z Compiling x509-cert v0.2.5
17212026-07-28T02:41:25.821Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-07-28T02:41:25.887Z Compiling openapiv3 v2.2.0
17232026-07-28T02:41:25.970Z Compiling lalrpop-util v0.19.12
17242026-07-28T02:41:25.985Z Compiling peg-runtime v0.8.5
17252026-07-28T02:41:26.122Z Compiling thread_local v1.1.9
17262026-07-28T02:41:26.140Z Compiling slog-async v2.8.0
17272026-07-28T02:41:26.159Z Compiling crossbeam-channel v0.5.15
17282026-07-28T02:41:26.257Z Compiling filetime v0.2.27
17292026-07-28T02:41:26.370Z Compiling is-terminal v0.4.17
17302026-07-28T02:41:26.426Z Compiling xattr v1.6.1
17312026-07-28T02:41:26.451Z Compiling term v1.2.1
17322026-07-28T02:41:26.463Z Compiling take_mut v0.2.2
17332026-07-28T02:41:26.594Z Compiling tar v0.4.46
17342026-07-28T02:41:26.609Z Compiling camino-tempfile v1.4.1
17352026-07-28T02:41:26.834Z Compiling slog-term v2.9.2
17362026-07-28T02:41:37.646Z Compiling rustls-webpki v0.103.13
17372026-07-28T02:41:40.288Z Compiling tokio-rustls v0.26.4
17382026-07-28T02:41:40.289Z Compiling rustls-platform-verifier v0.6.2
17392026-07-28T02:41:40.296Z Compiling tough v0.22.0
17402026-07-28T02:41:40.513Z Compiling hyper-rustls v0.27.7
17412026-07-28T02:41:40.708Z Compiling reqwest v0.13.2
17422026-07-28T02:41:42.900Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-07-28T02:41:43.118Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-07-28T02:41:46.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17452026-07-28T02:41:46.220Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17462026-07-28T02:41:46.295ZJul 28 02:41:44.806 INFO Starting download, target: Clickhouse
17472026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Starting download, target: DendriteStub
17482026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Starting download, target: Console
17492026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Starting download, target: Cockroach
17502026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Starting download, target: MaghemiteDdmd
17512026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Starting download, target: MaghemiteMgd
17522026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Starting download, target: TransceiverControl
17532026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-07-28T02:41:46.295ZJul 28 02:41:44.807 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-07-28T02:41:46.296ZJul 28 02:41:44.807 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-07-28T02:41:46.296ZJul 28 02:41:44.807 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17572026-07-28T02:41:46.296ZJul 28 02:41:44.807 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-07-28T02:41:46.296ZJul 28 02:41:44.807 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-07-28T02:41:46.296ZJul 28 02:41:44.807 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-07-28T02:41:47.649ZJul 28 02:41:46.168 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-07-28T02:41:47.907ZJul 28 02:41:46.379 INFO Download complete, target: TransceiverControl
17622026-07-28T02:41:48.037ZJul 28 02:41:46.549 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17632026-07-28T02:41:48.101ZJul 28 02:41:46.636 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-07-28T02:41:48.323ZJul 28 02:41:46.895 INFO Download complete, target: Console
17652026-07-28T02:41:53.146ZJul 28 02:41:51.713 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17662026-07-28T02:41:53.539ZJul 28 02:41:52.100 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-07-28T02:41:53.595ZJul 28 02:41:52.100 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-07-28T02:41:54.182ZJul 28 02:41:52.768 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-07-28T02:41:54.182ZJul 28 02:41:52.768 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-07-28T02:41:54.836ZJul 28 02:41:53.422 INFO Checking that binary works, target: Clickhouse
17712026-07-28T02:41:54.965ZJul 28 02:41:53.551 INFO Download complete, target: Clickhouse
17722026-07-28T02:41:55.103ZJul 28 02:41:53.689 INFO Download complete, target: MaghemiteDdmd
17732026-07-28T02:41:56.116ZJul 28 02:41:54.702 INFO Download complete, target: MaghemiteMgd
17742026-07-28T02:41:56.116ZJul 28 02:41:54.702 INFO Download complete, target: DendriteStub
17752026-07-28T02:41:58.870ZJul 28 02:41:57.456 INFO Checking that binary works, target: Cockroach
17762026-07-28T02:41:58.986ZJul 28 02:41:57.571 INFO Download complete, target: Cockroach
17772026-07-28T02:41:59.000ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-07-28T02:41:59.003Z
17792026-07-28T02:41:59.003Zreal 2:04.501898471
17802026-07-28T02:41:59.003Zuser 6:34.902391851
17812026-07-28T02:41:59.003Zsys 1:20.331336057
17822026-07-28T02:41:59.003Ztrap 0.231357069
17832026-07-28T02:41:59.003Ztflt 0.555795723
17842026-07-28T02:41:59.003Zdflt 0.806241046
17852026-07-28T02:41:59.003Zkflt 0.025993855
17862026-07-28T02:41:59.003Zlock 25:49.444201570
17872026-07-28T02:41:59.003Zslp 19:53.730622347
17882026-07-28T02:41:59.003Zlat 40.733612870
17892026-07-28T02:41:59.004Zstop 2:29.484600275
17902026-07-28T02:41:59.004Z+ banner hack-check
17912026-07-28T02:41:59.004Z
17922026-07-28T02:41:59.004Z # # ## #### # # #### # # ###### #### # #
17932026-07-28T02:41:59.004Z # # # # # # # # # # # # # # # # #
17942026-07-28T02:41:59.004Z ###### # # # #### ##### # ###### ##### # ####
17952026-07-28T02:41:59.004Z # # ###### # # # # # # # # # #
17962026-07-28T02:41:59.004Z # # # # # # # # # # # # # # # # #
17972026-07-28T02:41:59.004Z # # # # #### # # #### # # ###### #### # #
17982026-07-28T02:41:59.004Z
17992026-07-28T02:41:59.004Z+ export CARGO_INCREMENTAL=0
18002026-07-28T02:41:59.004Z+ CARGO_INCREMENTAL=0
18012026-07-28T02:41:59.004Z+ ptime -m timeout 2h cargo xtask check-features --ci
18022026-07-28T02:41:59.472Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-07-28T02:41:59.761Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-07-28T02:42:01.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18052026-07-28T02:42:01.630Z Running `target/debug/xtask check-features --ci`
18062026-07-28T02:42:01.656Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18072026-07-28T02:42:01.660Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18082026-07-28T02:42:02.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18092026-07-28T02:42:02.101Z Running `target/debug/xtask download cargo-hack`
18102026-07-28T02:42:02.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-07-28T02:42:03.177Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-07-28T02:42:05.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
18132026-07-28T02:42:05.914Z Running `target/debug/xtask-downloader cargo-hack`
18142026-07-28T02:42:05.955ZJul 28 02:42:04.541 INFO Starting download, target: CargoHack
18152026-07-28T02:42:05.964ZJul 28 02:42:04.541 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18162026-07-28T02:42:06.335ZJul 28 02:42:04.921 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18172026-07-28T02:42:06.384ZJul 28 02:42:04.970 INFO Download complete, target: CargoHack
18182026-07-28T02:42:06.387Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18192026-07-28T02:42:06.401Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18202026-07-28T02:42:06.560Zinfo: running `cargo check --bins` on api_identity (1/303)
18212026-07-28T02:42:07.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-07-28T02:42:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-07-28T02:42:07.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-07-28T02:42:07.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18252026-07-28T02:42:07.096Z
18262026-07-28T02:42:07.096Zinfo: running `cargo check --bins` on bootstore (2/303)
18272026-07-28T02:42:07.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-07-28T02:42:07.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-07-28T02:42:07.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-07-28T02:42:07.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18312026-07-28T02:42:07.631Z
18322026-07-28T02:42:07.631Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18332026-07-28T02:42:08.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-07-28T02:42:08.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-07-28T02:42:08.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-07-28T02:42:08.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18372026-07-28T02:42:08.167Z
18382026-07-28T02:42:08.168Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18392026-07-28T02:42:08.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-07-28T02:42:08.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-07-28T02:42:08.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-07-28T02:42:08.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18432026-07-28T02:42:08.705Z
18442026-07-28T02:42:08.705Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18452026-07-28T02:42:09.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-07-28T02:42:09.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-07-28T02:42:09.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-07-28T02:42:09.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18492026-07-28T02:42:09.231Z
18502026-07-28T02:42:09.231Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18512026-07-28T02:42:09.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-07-28T02:42:09.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-07-28T02:42:09.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-07-28T02:42:09.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18552026-07-28T02:42:09.769Z
18562026-07-28T02:42:09.769Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18572026-07-28T02:42:10.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-07-28T02:42:10.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-07-28T02:42:10.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-07-28T02:42:10.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18612026-07-28T02:42:10.311Z
18622026-07-28T02:42:10.311Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18632026-07-28T02:42:10.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-07-28T02:42:10.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-07-28T02:42:10.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-07-28T02:42:10.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18672026-07-28T02:42:10.856Z
18682026-07-28T02:42:10.856Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18692026-07-28T02:42:11.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-07-28T02:42:11.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-07-28T02:42:11.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-07-28T02:42:11.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18732026-07-28T02:42:11.259Z
18742026-07-28T02:42:11.259Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18752026-07-28T02:42:11.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-07-28T02:42:11.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-07-28T02:42:11.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-07-28T02:42:11.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18792026-07-28T02:42:11.669Z
18802026-07-28T02:42:11.669Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18812026-07-28T02:42:12.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-07-28T02:42:12.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-07-28T02:42:12.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-07-28T02:42:12.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18852026-07-28T02:42:12.075Z
18862026-07-28T02:42:12.075Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18872026-07-28T02:42:12.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-07-28T02:42:12.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-07-28T02:42:12.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-07-28T02:42:12.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18912026-07-28T02:42:12.483Z
18922026-07-28T02:42:12.483Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18932026-07-28T02:42:12.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-07-28T02:42:12.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-07-28T02:42:12.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-07-28T02:42:12.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18972026-07-28T02:42:12.894Z
18982026-07-28T02:42:12.894Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
18992026-07-28T02:42:13.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-07-28T02:42:13.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-07-28T02:42:13.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-07-28T02:42:13.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19032026-07-28T02:42:13.364Z
19042026-07-28T02:42:13.364Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19052026-07-28T02:42:13.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-07-28T02:42:13.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-07-28T02:42:13.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-07-28T02:42:13.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19092026-07-28T02:42:13.714Z
19102026-07-28T02:42:13.715Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19112026-07-28T02:42:14.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-07-28T02:42:14.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-07-28T02:42:14.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-07-28T02:42:14.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19152026-07-28T02:42:14.125Z
19162026-07-28T02:42:14.125Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19172026-07-28T02:42:14.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-07-28T02:42:14.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-07-28T02:42:14.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-07-28T02:42:14.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19212026-07-28T02:42:14.537Z
19222026-07-28T02:42:14.537Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19232026-07-28T02:42:14.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-07-28T02:42:14.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-07-28T02:42:14.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-07-28T02:42:14.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19272026-07-28T02:42:14.944Z
19282026-07-28T02:42:14.944Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19292026-07-28T02:42:15.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-07-28T02:42:15.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-07-28T02:42:15.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-07-28T02:42:15.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19332026-07-28T02:42:15.359Z
19342026-07-28T02:42:15.360Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19352026-07-28T02:42:15.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-07-28T02:42:15.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-07-28T02:42:15.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-07-28T02:42:15.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19392026-07-28T02:42:15.767Z
19402026-07-28T02:42:15.767Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19412026-07-28T02:42:16.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-07-28T02:42:16.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-07-28T02:42:16.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-07-28T02:42:16.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19452026-07-28T02:42:16.183Z
19462026-07-28T02:42:16.183Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19472026-07-28T02:42:16.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-07-28T02:42:16.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-07-28T02:42:16.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-07-28T02:42:16.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19512026-07-28T02:42:16.597Z
19522026-07-28T02:42:16.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19532026-07-28T02:42:16.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-07-28T02:42:16.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-07-28T02:42:16.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-07-28T02:42:16.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-07-28T02:42:17.011Z
19582026-07-28T02:42:17.011Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19592026-07-28T02:42:17.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-07-28T02:42:17.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-07-28T02:42:17.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-07-28T02:42:17.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19632026-07-28T02:42:17.425Z
19642026-07-28T02:42:17.425Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19652026-07-28T02:42:17.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-07-28T02:42:17.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-07-28T02:42:17.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-07-28T02:42:17.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19692026-07-28T02:42:17.840Z
19702026-07-28T02:42:17.840Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19712026-07-28T02:42:18.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-07-28T02:42:18.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-07-28T02:42:18.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-07-28T02:42:18.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19752026-07-28T02:42:18.252Z
19762026-07-28T02:42:18.252Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19772026-07-28T02:42:18.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-07-28T02:42:18.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-07-28T02:42:18.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-07-28T02:42:18.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19812026-07-28T02:42:18.671Z
19822026-07-28T02:42:18.671Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19832026-07-28T02:42:19.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-07-28T02:42:19.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-07-28T02:42:19.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-07-28T02:42:19.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19872026-07-28T02:42:19.086Z
19882026-07-28T02:42:19.086Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19892026-07-28T02:42:19.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-07-28T02:42:19.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-07-28T02:42:19.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-07-28T02:42:19.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19932026-07-28T02:42:19.499Z
19942026-07-28T02:42:19.499Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19952026-07-28T02:42:19.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-07-28T02:42:19.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-07-28T02:42:19.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-07-28T02:42:19.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19992026-07-28T02:42:19.911Z
20002026-07-28T02:42:19.912Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20012026-07-28T02:42:20.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-07-28T02:42:20.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-07-28T02:42:20.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-07-28T02:42:20.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20052026-07-28T02:42:20.323Z
20062026-07-28T02:42:20.323Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20072026-07-28T02:42:20.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-07-28T02:42:20.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-07-28T02:42:20.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-07-28T02:42:20.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20112026-07-28T02:42:20.741Z
20122026-07-28T02:42:20.741Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20132026-07-28T02:42:21.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-07-28T02:42:21.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-07-28T02:42:21.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-07-28T02:42:21.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-07-28T02:42:21.148Z
20182026-07-28T02:42:21.148Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20192026-07-28T02:42:21.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-07-28T02:42:21.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-07-28T02:42:21.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-07-28T02:42:21.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20232026-07-28T02:42:21.559Z
20242026-07-28T02:42:21.559Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20252026-07-28T02:42:21.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-07-28T02:42:21.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-07-28T02:42:21.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-07-28T02:42:21.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20292026-07-28T02:42:21.971Z
20302026-07-28T02:42:21.971Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20312026-07-28T02:42:22.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-07-28T02:42:22.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-07-28T02:42:22.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-07-28T02:42:22.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20352026-07-28T02:42:22.383Z
20362026-07-28T02:42:22.383Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20372026-07-28T02:42:22.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-07-28T02:42:22.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-07-28T02:42:22.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-07-28T02:42:22.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20412026-07-28T02:42:22.794Z
20422026-07-28T02:42:22.795Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20432026-07-28T02:42:23.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-07-28T02:42:23.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-07-28T02:42:23.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-07-28T02:42:23.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20472026-07-28T02:42:23.204Z
20482026-07-28T02:42:23.204Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20492026-07-28T02:42:23.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-07-28T02:42:23.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-07-28T02:42:23.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-07-28T02:42:23.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20532026-07-28T02:42:23.624Z
20542026-07-28T02:42:23.624Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20552026-07-28T02:42:23.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-07-28T02:42:23.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-07-28T02:42:23.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-07-28T02:42:23.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-07-28T02:42:24.024Z
20602026-07-28T02:42:24.025Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20612026-07-28T02:42:24.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-07-28T02:42:24.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-07-28T02:42:24.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-07-28T02:42:24.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-07-28T02:42:24.435Z
20662026-07-28T02:42:24.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20672026-07-28T02:42:24.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-07-28T02:42:24.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-07-28T02:42:24.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-07-28T02:42:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-07-28T02:42:24.844Z
20722026-07-28T02:42:24.844Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20732026-07-28T02:42:25.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-07-28T02:42:25.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-07-28T02:42:25.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-07-28T02:42:25.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20772026-07-28T02:42:25.255Z
20782026-07-28T02:42:25.255Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20792026-07-28T02:42:25.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-07-28T02:42:25.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-07-28T02:42:25.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-07-28T02:42:25.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20832026-07-28T02:42:25.665Z
20842026-07-28T02:42:25.666Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20852026-07-28T02:42:26.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-07-28T02:42:26.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-07-28T02:42:26.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-07-28T02:42:26.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-07-28T02:42:26.076Z
20902026-07-28T02:42:26.076Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20912026-07-28T02:42:26.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-07-28T02:42:26.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-07-28T02:42:26.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-07-28T02:42:26.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20952026-07-28T02:42:26.488Z
20962026-07-28T02:42:26.488Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20972026-07-28T02:42:26.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-07-28T02:42:26.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-07-28T02:42:26.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-07-28T02:42:26.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21012026-07-28T02:42:26.899Z
21022026-07-28T02:42:26.899Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21032026-07-28T02:42:27.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-07-28T02:42:27.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-07-28T02:42:27.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-07-28T02:42:27.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21072026-07-28T02:42:27.312Z
21082026-07-28T02:42:27.312Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21092026-07-28T02:42:27.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-07-28T02:42:27.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-07-28T02:42:27.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-07-28T02:42:27.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21132026-07-28T02:42:27.900Z
21142026-07-28T02:42:27.900Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21152026-07-28T02:42:28.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-07-28T02:42:28.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-07-28T02:42:28.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-07-28T02:42:28.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-07-28T02:42:28.489Z
21202026-07-28T02:42:28.489Zinfo: running `cargo check --bins` on nexus-config (51/303)
21212026-07-28T02:42:28.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-07-28T02:42:28.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-07-28T02:42:28.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-07-28T02:42:28.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21252026-07-28T02:42:29.072Z
21262026-07-28T02:42:29.072Zinfo: running `cargo check --bins` on nexus-types (52/303)
21272026-07-28T02:42:29.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-07-28T02:42:29.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-07-28T02:42:29.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-07-28T02:42:29.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21312026-07-28T02:42:29.663Z
21322026-07-28T02:42:29.663Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21332026-07-28T02:42:30.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-07-28T02:42:30.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-07-28T02:42:30.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-07-28T02:42:30.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21372026-07-28T02:42:30.220Z
21382026-07-28T02:42:30.220Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21392026-07-28T02:42:30.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-07-28T02:42:30.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-07-28T02:42:30.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-07-28T02:42:30.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21432026-07-28T02:42:30.753Z
21442026-07-28T02:42:30.753Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21452026-07-28T02:42:31.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-07-28T02:42:31.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-07-28T02:42:31.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-07-28T02:42:31.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21492026-07-28T02:42:31.310Z
21502026-07-28T02:42:31.310Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21512026-07-28T02:42:31.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-07-28T02:42:31.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-07-28T02:42:31.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-07-28T02:42:31.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21552026-07-28T02:42:31.865Z
21562026-07-28T02:42:31.866Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21572026-07-28T02:42:32.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-07-28T02:42:32.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-07-28T02:42:32.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-07-28T02:42:32.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21612026-07-28T02:42:32.423Z
21622026-07-28T02:42:32.423Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21632026-07-28T02:42:32.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-07-28T02:42:32.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-07-28T02:42:32.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-07-28T02:42:32.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21672026-07-28T02:42:32.978Z
21682026-07-28T02:42:32.979Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21692026-07-28T02:42:33.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-07-28T02:42:33.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-07-28T02:42:33.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-07-28T02:42:33.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21732026-07-28T02:42:33.514Z
21742026-07-28T02:42:33.514Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21752026-07-28T02:42:33.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-07-28T02:42:33.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-07-28T02:42:33.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-07-28T02:42:33.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21792026-07-28T02:42:34.050Z
21802026-07-28T02:42:34.051Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21812026-07-28T02:42:34.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-07-28T02:42:34.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-07-28T02:42:34.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-07-28T02:42:34.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21852026-07-28T02:42:34.585Z
21862026-07-28T02:42:34.585Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21872026-07-28T02:42:35.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-07-28T02:42:35.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-07-28T02:42:35.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-07-28T02:42:35.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21912026-07-28T02:42:35.120Z
21922026-07-28T02:42:35.120Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21932026-07-28T02:42:35.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-07-28T02:42:35.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-07-28T02:42:35.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-07-28T02:42:35.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21972026-07-28T02:42:35.667Z
21982026-07-28T02:42:35.668Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
21992026-07-28T02:42:36.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-07-28T02:42:36.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-07-28T02:42:36.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-07-28T02:42:36.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22032026-07-28T02:42:36.220Z
22042026-07-28T02:42:36.220Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
22052026-07-28T02:42:36.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-07-28T02:42:36.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-07-28T02:42:36.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-07-28T02:42:36.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22092026-07-28T02:42:36.756Z
22102026-07-28T02:42:36.756Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22112026-07-28T02:42:37.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-07-28T02:42:37.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-07-28T02:42:37.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-07-28T02:42:37.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22152026-07-28T02:42:37.292Z
22162026-07-28T02:42:37.292Zinfo: running `cargo check --bins` on ereport-types (67/303)
22172026-07-28T02:42:37.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-07-28T02:42:37.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-07-28T02:42:37.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-07-28T02:42:37.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22212026-07-28T02:42:37.838Z
22222026-07-28T02:42:37.838Zinfo: running `cargo check --bins` on gateway-client (68/303)
22232026-07-28T02:42:38.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-07-28T02:42:38.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-07-28T02:42:38.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-07-28T02:42:38.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22272026-07-28T02:42:38.384Z
22282026-07-28T02:42:38.385Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22292026-07-28T02:42:38.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-07-28T02:42:38.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-07-28T02:42:38.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-07-28T02:42:38.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22332026-07-28T02:42:38.933Z
22342026-07-28T02:42:38.933Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22352026-07-28T02:42:39.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-07-28T02:42:39.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-07-28T02:42:39.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-07-28T02:42:39.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22392026-07-28T02:42:39.478Z
22402026-07-28T02:42:39.478Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22412026-07-28T02:42:39.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-07-28T02:42:39.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-07-28T02:42:39.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-07-28T02:42:39.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22452026-07-28T02:42:40.047Z
22462026-07-28T02:42:40.047Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22472026-07-28T02:42:40.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-07-28T02:42:40.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-07-28T02:42:40.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-07-28T02:42:40.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22512026-07-28T02:42:40.564Z
22522026-07-28T02:42:40.564Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22532026-07-28T02:42:41.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-07-28T02:42:41.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-07-28T02:42:41.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-07-28T02:42:41.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22572026-07-28T02:42:41.124Z
22582026-07-28T02:42:41.124Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22592026-07-28T02:42:41.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-07-28T02:42:41.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-07-28T02:42:41.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-07-28T02:42:41.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22632026-07-28T02:42:41.690Z
22642026-07-28T02:42:41.690Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22652026-07-28T02:42:42.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-07-28T02:42:42.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-07-28T02:42:42.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-07-28T02:42:42.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22692026-07-28T02:42:42.223Z
22702026-07-28T02:42:42.223Zinfo: running `cargo check --bins` on oxlog (76/303)
22712026-07-28T02:42:42.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-07-28T02:42:42.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-07-28T02:42:42.794Z Checking cfg-if v1.0.4
22742026-07-28T02:42:42.797Z Checking libc v0.2.185
22752026-07-28T02:42:42.797Z Checking serde_core v1.0.228
22762026-07-28T02:42:42.909Z Checking memchr v2.8.0
22772026-07-28T02:42:42.912Z Checking zeroize v1.8.2
22782026-07-28T02:42:42.924Z Checking log v0.4.29
22792026-07-28T02:42:42.924Z Checking smallvec v1.15.1
22802026-07-28T02:42:42.946Z Checking subtle v2.6.1
22812026-07-28T02:42:42.946Z Checking itoa v1.0.17
22822026-07-28T02:42:43.058Z Checking stable_deref_trait v1.2.1
22832026-07-28T02:42:43.078Z Checking scopeguard v1.2.0
22842026-07-28T02:42:43.090Z Checking typenum v1.20.1
22852026-07-28T02:42:43.094Z Checking zerofrom v0.1.6
22862026-07-28T02:42:43.114Z Checking pin-project-lite v0.2.17
22872026-07-28T02:42:43.128Z Checking portable-atomic v1.13.1
22882026-07-28T02:42:43.173Z Checking lock_api v0.4.14
22892026-07-28T02:42:43.199Z Checking zmij v1.0.21
22902026-07-28T02:42:43.210Z Checking yoke v0.8.1
22912026-07-28T02:42:43.274Z Checking critical-section v1.2.0
22922026-07-28T02:42:43.291Z Checking errno v0.3.14
22932026-07-28T02:42:43.368Z Checking getrandom v0.2.17
22942026-07-28T02:42:43.371Z Checking parking_lot_core v0.9.12
22952026-07-28T02:42:43.371Z Checking zerovec v0.11.5
22962026-07-28T02:42:43.400Z Checking signal-hook-registry v1.4.8
22972026-07-28T02:42:43.403Z Checking futures-core v0.3.32
22982026-07-28T02:42:43.507Z Checking rand_core v0.6.4
22992026-07-28T02:42:43.523Z Checking mio v1.2.0
23002026-07-28T02:42:43.535Z Checking once_cell v1.21.3
23012026-07-28T02:42:43.551Z Checking zerocopy v0.8.40
23022026-07-28T02:42:43.563Z Checking parking_lot v0.12.5
23032026-07-28T02:42:43.677Z Checking rand_core v0.10.0
23042026-07-28T02:42:43.696Z Checking litemap v0.8.1
23052026-07-28T02:42:43.741Z Checking percent-encoding v2.3.2
23062026-07-28T02:42:43.790Z Checking const-oid v0.9.6
23072026-07-28T02:42:43.809Z Checking writeable v0.6.2
23082026-07-28T02:42:43.820Z Checking getrandom v0.4.1
23092026-07-28T02:42:43.824Z Checking tinystr v0.8.2
23102026-07-28T02:42:43.859Z Checking potential_utf v0.1.4
23112026-07-28T02:42:43.875Z Checking zerotrie v0.2.3
23122026-07-28T02:42:43.957Z Checking libm v0.2.16
23132026-07-28T02:42:43.970Z Checking generic-array v0.14.7
23142026-07-28T02:42:43.984Z Checking icu_collections v2.1.1
23152026-07-28T02:42:43.995Z Checking icu_locale_core v2.1.1
23162026-07-28T02:42:44.152Z Checking socket2 v0.6.3
23172026-07-28T02:42:44.291Z Checking equivalent v1.0.2
23182026-07-28T02:42:44.375Z Checking icu_normalizer_data v2.1.1
23192026-07-28T02:42:44.388Z Checking icu_properties_data v2.1.2
23202026-07-28T02:42:44.402Z Checking serde v1.0.228
23212026-07-28T02:42:44.410Z Checking bitflags v2.11.0
23222026-07-28T02:42:44.438Z Checking serde_json v1.0.150
23232026-07-28T02:42:44.464Z Checking futures-sink v0.3.32
23242026-07-28T02:42:44.510Z Checking futures-task v0.3.32
23252026-07-28T02:42:44.537Z Checking icu_provider v2.1.1
23262026-07-28T02:42:44.557Z Checking futures-channel v0.3.32
23272026-07-28T02:42:44.570Z Checking futures-io v0.3.32
23282026-07-28T02:42:44.645Z Checking slab v0.4.12
23292026-07-28T02:42:44.658Z Checking num-traits v0.2.19
23302026-07-28T02:42:44.678Z Checking utf8_iter v1.0.4
23312026-07-28T02:42:44.740Z Checking hashbrown v0.17.0
23322026-07-28T02:42:44.759Z Checking icu_normalizer v2.1.1
23332026-07-28T02:42:44.794Z Checking icu_properties v2.1.2
23342026-07-28T02:42:44.797Z Checking futures-util v0.3.32
23352026-07-28T02:42:44.797Z Checking bytes v1.11.1
23362026-07-28T02:42:45.051Z Checking crypto-common v0.1.7
23372026-07-28T02:42:45.091Z Checking block-buffer v0.10.4
23382026-07-28T02:42:45.171Z Checking form_urlencoded v1.2.2
23392026-07-28T02:42:45.185Z Checking getrandom v0.3.4
23402026-07-28T02:42:45.200Z Checking indexmap v2.14.0
23412026-07-28T02:42:45.223Z Checking digest v0.10.7
23422026-07-28T02:42:45.249Z Checking tokio v1.52.1
23432026-07-28T02:42:45.294Z Checking byteorder v1.5.0
23442026-07-28T02:42:45.322Z Checking fnv v1.0.7
23452026-07-28T02:42:45.413Z Checking iana-time-zone v0.1.65
23462026-07-28T02:42:45.427Z Checking rand_core v0.9.5
23472026-07-28T02:42:45.490Z Checking http v1.4.2
23482026-07-28T02:42:45.517Z Checking chrono v0.4.45
23492026-07-28T02:42:45.595Z Checking uuid v1.23.4
23502026-07-28T02:42:45.607Z Checking idna_adapter v1.2.1
23512026-07-28T02:42:45.722Z Checking idna v1.1.0
23522026-07-28T02:42:45.751Z Checking base64ct v1.8.3
23532026-07-28T02:42:45.910Z Checking regex-syntax v0.8.10
23542026-07-28T02:42:45.960Z Checking url v2.5.8
23552026-07-28T02:42:45.979Z Checking base64 v0.22.1
23562026-07-28T02:42:46.042Z Checking pem-rfc7468 v0.7.0
23572026-07-28T02:42:46.202Z Checking rustix v1.1.3
23582026-07-28T02:42:46.214Z Checking tracing-core v0.1.36
23592026-07-28T02:42:46.305Z Checking ppv-lite86 v0.2.21
23602026-07-28T02:42:46.395Z Checking flagset v0.4.7
23612026-07-28T02:42:46.404Z Checking http-body v1.0.1
23622026-07-28T02:42:46.481Z Checking der v0.7.10
23632026-07-28T02:42:46.515Z Checking tracing v0.1.44
23642026-07-28T02:42:46.529Z Checking rustls-pki-types v1.14.0
23652026-07-28T02:42:46.595Z Checking rand_chacha v0.9.0
23662026-07-28T02:42:46.708Z Checking openssl-probe v0.2.1
23672026-07-28T02:42:46.721Z Checking tinyvec_macros v0.1.1
23682026-07-28T02:42:46.784Z Checking dyn-clone v1.0.20
23692026-07-28T02:42:46.796Z Checking cmov v0.5.4
23702026-07-28T02:42:46.812Z Checking rand v0.9.2
23712026-07-28T02:42:46.815Z Checking tinyvec v1.10.0
23722026-07-28T02:42:46.884Z Checking semver v1.0.28
23732026-07-28T02:42:46.980Z Checking ctutils v0.4.2
23742026-07-28T02:42:47.034Z Checking aws-lc-sys v0.40.0
23752026-07-28T02:42:47.092Z Checking untrusted v0.7.1
23762026-07-28T02:42:47.122Z Checking try-lock v0.2.5
23772026-07-28T02:42:47.188Z Checking tower-layer v0.3.3
23782026-07-28T02:42:47.200Z Checking tower-service v0.3.3
23792026-07-28T02:42:47.204Z Checking atomic-waker v1.1.2
23802026-07-28T02:42:47.223Z Checking spki v0.7.3
23812026-07-28T02:42:47.226Z Checking want v0.3.1
23822026-07-28T02:42:47.277Z Checking hybrid-array v0.4.13
23832026-07-28T02:42:47.291Z Checking schemars v0.8.22
23842026-07-28T02:42:47.303Z Checking ipnet v2.11.0
23852026-07-28T02:42:47.331Z Checking httparse v1.10.1
23862026-07-28T02:42:47.342Z Checking aho-corasick v1.1.4
23872026-07-28T02:42:47.392Z Checking cpufeatures v0.2.17
23882026-07-28T02:42:47.460Z Checking fastrand v2.3.0
23892026-07-28T02:42:47.527Z Checking aws-lc-rs v1.16.3
23902026-07-28T02:42:47.539Z Checking foreign-types-shared v0.1.1
23912026-07-28T02:42:47.556Z Checking plain v0.2.3
23922026-07-28T02:42:47.616Z Checking httpdate v1.0.3
23932026-07-28T02:42:47.633Z Checking untrusted v0.9.0
23942026-07-28T02:42:47.664Z Checking utf8parse v0.2.2
23952026-07-28T02:42:47.759Z Checking tempfile v3.25.0
23962026-07-28T02:42:47.762Z Checking foreign-types v0.3.2
23972026-07-28T02:42:47.783Z Checking pkcs8 v0.10.2
23982026-07-28T02:42:47.828Z Checking unicode-normalization v0.1.25
23992026-07-28T02:42:47.932Z Checking openssl-sys v0.9.115
24002026-07-28T02:42:47.946Z Checking spin v0.9.8
24012026-07-28T02:42:47.962Z Checking unicode-ident v1.0.24
24022026-07-28T02:42:48.027Z Checking regex-automata v0.4.14
24032026-07-28T02:42:48.039Z Checking anstyle v1.0.14
24042026-07-28T02:42:48.068Z Checking ucd-trie v0.1.7
24052026-07-28T02:42:48.131Z Checking proc-macro2 v1.0.106
24062026-07-28T02:42:48.203Z Checking pest v2.8.6
24072026-07-28T02:42:48.221Z Checking sha2 v0.10.9
24082026-07-28T02:42:48.234Z Checking hmac v0.12.1
24092026-07-28T02:42:48.303Z Checking openssl v0.10.79
24102026-07-28T02:42:48.368Z Checking thiserror v2.0.18
24112026-07-28T02:42:48.383Z Checking rustls-webpki v0.103.13
24122026-07-28T02:42:48.443Z Checking sync_wrapper v1.0.2
24132026-07-28T02:42:48.464Z Checking wait-timeout v0.2.1
24142026-07-28T02:42:48.491Z Checking powerfmt v0.2.0
24152026-07-28T02:42:48.524Z Checking tokio-util v0.7.18
24162026-07-28T02:42:48.540Z Checking simd-adler32 v0.3.8
24172026-07-28T02:42:48.581Z Checking pretty-hex v0.4.1
24182026-07-28T02:42:48.635Z Checking colorchoice v1.0.4
24192026-07-28T02:42:48.693Z Checking bit-vec v0.8.0
24202026-07-28T02:42:48.705Z Checking is_terminal_polyfill v1.70.2
24212026-07-28T02:42:48.729Z Checking anstyle-query v1.1.5
24222026-07-28T02:42:48.790Z Checking quick-error v1.2.3
24232026-07-28T02:42:48.803Z Checking rustls v0.23.41
24242026-07-28T02:42:48.819Z Checking siphasher v1.0.2
24252026-07-28T02:42:48.881Z Checking bit-set v0.8.0
24262026-07-28T02:42:48.893Z Checking rusty-fork v0.3.1
24272026-07-28T02:42:48.968Z Checking deranged v0.5.8
24282026-07-28T02:42:49.021Z Checking tower v0.5.3
24292026-07-28T02:42:49.056Z Checking quote v1.0.45
24302026-07-28T02:42:49.136Z Checking h2 v0.4.15
24312026-07-28T02:42:49.224Z Checking http-body-util v0.1.3
24322026-07-28T02:42:49.245Z Checking crossbeam-utils v0.8.21
24332026-07-28T02:42:49.402Z Checking rand_xorshift v0.4.0
24342026-07-28T02:42:49.438Z Checking crc32fast v1.5.0
24352026-07-28T02:42:49.517Z Checking scroll v0.13.0
24362026-07-28T02:42:49.575Z Checking num-conv v0.2.0
24372026-07-28T02:42:49.575Z Checking adler2 v2.0.1
24382026-07-28T02:42:49.682Z Checking unicode-properties v0.1.4
24392026-07-28T02:42:49.699Z Checking time-core v0.1.8
24402026-07-28T02:42:49.740Z Checking ryu v1.0.23
24412026-07-28T02:42:49.838Z Checking iri-string v0.7.10
24422026-07-28T02:42:49.857Z Checking unarray v0.1.4
24432026-07-28T02:42:49.870Z Checking allocator-api2 v0.2.21
24442026-07-28T02:42:49.870Z Checking num_threads v0.1.7
24452026-07-28T02:42:49.893Z Checking unicode-bidi v0.3.18
24462026-07-28T02:42:49.951Z Checking time v0.3.47
24472026-07-28T02:42:49.951Z Checking proptest v1.10.0
24482026-07-28T02:42:50.154Z Checking serde_urlencoded v0.7.1
24492026-07-28T02:42:50.179Z Checking stringprep v0.1.5
24502026-07-28T02:42:50.314Z Checking native-tls v0.2.18
24512026-07-28T02:42:50.327Z Checking bstr v1.12.1
24522026-07-28T02:42:50.353Z Checking goblin v0.10.5
24532026-07-28T02:42:50.492Z Checking tokio-native-tls v0.3.1
24542026-07-28T02:42:50.652Z Checking miniz_oxide v0.8.9
24552026-07-28T02:42:50.716Z Checking crossbeam-epoch v0.9.18
24562026-07-28T02:42:50.842Z Checking tower-http v0.6.8
24572026-07-28T02:42:50.940Z Checking syn v2.0.117
24582026-07-28T02:42:51.000Z Checking block-buffer v0.12.1
24592026-07-28T02:42:51.031Z Checking block-padding v0.4.2
24602026-07-28T02:42:51.083Z Checking crypto-common v0.2.2
24612026-07-28T02:42:51.114Z Checking ipnetwork v0.21.1
24622026-07-28T02:42:51.159Z Checking anstyle-parse v1.0.0
24632026-07-28T02:42:51.172Z Checking rustls-native-certs v0.8.3
24642026-07-28T02:42:51.296Z Checking rand_chacha v0.3.1
24652026-07-28T02:42:51.309Z Checking thiserror v1.0.69
24662026-07-28T02:42:51.322Z Checking scroll v0.12.0
24672026-07-28T02:42:51.404Z Checking hash32 v0.2.1
24682026-07-28T02:42:51.502Z Checking zstd-sys v2.0.16+zstd.1.5.7
24692026-07-28T02:42:51.547Z Checking signature v2.2.0
24702026-07-28T02:42:51.561Z Checking md-5 v0.10.6
24712026-07-28T02:42:51.606Z Checking num-integer v0.1.46
24722026-07-28T02:42:51.674Z Checking toml_datetime v0.6.11
24732026-07-28T02:42:51.686Z Checking serde_spanned v0.6.9
24742026-07-28T02:42:51.698Z Checking hex v0.4.3
24752026-07-28T02:42:51.740Z Checking encoding_rs v0.8.35
24762026-07-28T02:42:51.806Z Checking fallible-iterator v0.2.0
24772026-07-28T02:42:51.829Z Checking zlib-rs v0.6.2
24782026-07-28T02:42:51.854Z Checking psl-types v2.0.11
24792026-07-28T02:42:51.910Z Checking mime v0.3.17
24802026-07-28T02:42:51.922Z Checking hyper v1.10.1
24812026-07-28T02:42:51.963Z Checking publicsuffix v2.3.0
24822026-07-28T02:42:52.072Z Checking postgres-protocol v0.6.10
24832026-07-28T02:42:52.086Z Checking num-iter v0.1.45
24842026-07-28T02:42:52.119Z Checking newtype-uuid v1.3.2
24852026-07-28T02:42:52.192Z Checking zstd-safe v7.2.4
24862026-07-28T02:42:52.321Z Checking heapless v0.7.17
24872026-07-28T02:42:52.354Z Checking goblin v0.8.2
24882026-07-28T02:42:52.373Z Checking rand v0.8.6
24892026-07-28T02:42:52.665Z Checking oxnet v0.1.6
24902026-07-28T02:42:52.678Z Checking dof v0.4.0
24912026-07-28T02:42:52.695Z Checking flate2 v1.1.9
24922026-07-28T02:42:52.750Z Checking anstream v1.0.0
24932026-07-28T02:42:52.855Z Checking hyper-util v0.1.20
24942026-07-28T02:42:52.909Z Checking inout v0.2.2
24952026-07-28T02:42:52.923Z Checking cookie v0.18.1
24962026-07-28T02:42:52.946Z Checking tokio-rustls v0.26.4
24972026-07-28T02:42:52.996Z Checking dtrace-parser v0.3.0
24982026-07-28T02:42:53.056Z Checking phf_shared v0.13.1
24992026-07-28T02:42:53.150Z Checking lazy_static v1.5.0
25002026-07-28T02:42:53.176Z Checking anstyle-parse v0.2.7
25012026-07-28T02:42:53.222Z Checking zerocopy v0.7.35
25022026-07-28T02:42:53.235Z Checking pin-project v1.1.11
25032026-07-28T02:42:53.238Z Checking terminal_size v0.4.3
25042026-07-28T02:42:53.256Z Checking bzip2-sys v0.1.13+1.0.8
25052026-07-28T02:42:53.314Z Checking signal-hook v0.3.18
25062026-07-28T02:42:53.326Z Checking futures-executor v0.3.32
25072026-07-28T02:42:53.337Z Checking ff v0.13.1
25082026-07-28T02:42:53.337Z Checking thread-id v5.1.0
25092026-07-28T02:42:53.360Z Checking clap_lex v1.0.0
25102026-07-28T02:42:53.410Z Checking strsim v0.11.1
25112026-07-28T02:42:53.465Z Checking managed v0.8.0
25122026-07-28T02:42:53.478Z Checking foldhash v0.1.5
25132026-07-28T02:42:53.496Z Checking either v1.15.0
25142026-07-28T02:42:53.508Z Checking foldhash v0.2.0
25152026-07-28T02:42:53.568Z Checking libbz2-rs-sys v0.2.2
25162026-07-28T02:42:53.601Z Checking bumpalo v3.20.2
25172026-07-28T02:42:53.644Z Checking winnow v0.5.40
25182026-07-28T02:42:53.656Z Checking same-file v1.0.6
25192026-07-28T02:42:53.674Z Checking base16ct v0.2.0
25202026-07-28T02:42:53.695Z Compiling rayon-core v1.13.0
25212026-07-28T02:42:53.768Z Checking bitflags v1.3.2
25222026-07-28T02:42:53.794Z Checking sec1 v0.7.3
25232026-07-28T02:42:53.807Z Checking zopfli v0.8.3
25242026-07-28T02:42:53.837Z Checking smoltcp v0.9.1
25252026-07-28T02:42:53.884Z Checking walkdir v2.5.0
25262026-07-28T02:42:53.966Z Checking bzip2 v0.6.1
25272026-07-28T02:42:53.997Z Checking hashbrown v0.16.1
25282026-07-28T02:42:54.041Z Checking hashbrown v0.15.5
25292026-07-28T02:42:54.125Z Checking clap_builder v4.6.0
25302026-07-28T02:42:54.128Z Checking signal-hook-mio v0.2.5
25312026-07-28T02:42:54.138Z Checking hyper-tls v0.6.0
25322026-07-28T02:42:54.237Z Checking hyper-rustls v0.27.7
25332026-07-28T02:42:54.290Z Checking dof v0.3.0
25342026-07-28T02:42:54.314Z Checking reqwest v0.12.28
25352026-07-28T02:42:54.421Z Checking group v0.13.0
25362026-07-28T02:42:54.436Z Checking futures v0.3.32
25372026-07-28T02:42:54.491Z Checking usdt-impl v0.6.0
25382026-07-28T02:42:54.504Z Checking bzip2 v0.4.4
25392026-07-28T02:42:54.515Z Checking snafu v0.8.9
25402026-07-28T02:42:54.563Z Checking anstream v0.6.21
25412026-07-28T02:42:54.566Z Checking phf v0.13.1
25422026-07-28T02:42:54.661Z Checking num-bigint-dig v0.8.6
25432026-07-28T02:42:54.716Z Checking cookie_store v0.22.1
25442026-07-28T02:42:54.755Z Checking cipher v0.5.2
25452026-07-28T02:42:54.760Z Checking daft v0.1.7
25462026-07-28T02:42:54.770Z Checking postgres-types v0.2.12
25472026-07-28T02:42:54.788Z Checking toml_edit v0.19.15
25482026-07-28T02:42:54.975Z Checking zstd v0.13.3
25492026-07-28T02:42:54.994Z Checking ed25519 v2.2.3
25502026-07-28T02:42:55.046Z Checking dtrace-parser v0.2.0
25512026-07-28T02:42:55.061Z Checking rustls-platform-verifier v0.6.2
25522026-07-28T02:42:55.073Z Checking crossbeam-deque v0.8.6
25532026-07-28T02:42:55.159Z Checking globset v0.4.18
25542026-07-28T02:42:55.172Z Checking regex v1.12.3
25552026-07-28T02:42:55.265Z Checking phf_shared v0.11.3
25562026-07-28T02:42:55.273Z Checking hkdf v0.12.4
25572026-07-28T02:42:55.276Z Checking olpc-cjson v0.1.4
25582026-07-28T02:42:55.337Z Checking curve25519-dalek v4.1.3
25592026-07-28T02:42:55.349Z Checking ref-cast v1.0.25
25602026-07-28T02:42:55.373Z Checking strum v0.27.2
25612026-07-28T02:42:55.407Z Checking pkcs1 v0.7.5
25622026-07-28T02:42:55.407Z Checking hubpack v0.1.2
25632026-07-28T02:42:55.438Z Checking memoffset v0.9.1
25642026-07-28T02:42:55.441Z Checking rustix v0.38.44
25652026-07-28T02:42:55.471Z Checking pem v3.0.6
25662026-07-28T02:42:55.483Z Checking float-cmp v0.10.0
25672026-07-28T02:42:55.516Z Checking serde_plain v1.0.2
25682026-07-28T02:42:55.575Z Checking erased-serde v0.3.31
25692026-07-28T02:42:55.601Z Checking serde-big-array v0.5.1
25702026-07-28T02:42:55.613Z Checking crypto-bigint v0.5.5
25712026-07-28T02:42:55.624Z Checking thread-id v4.2.2
25722026-07-28T02:42:55.653Z Checking memmap2 v0.9.10
25732026-07-28T02:42:55.697Z Checking env_filter v1.0.0
25742026-07-28T02:42:55.732Z Checking data-encoding v2.10.0
25752026-07-28T02:42:55.810Z Checking normalize-line-endings v0.3.0
25762026-07-28T02:42:55.822Z Checking precomputed-hash v0.1.1
25772026-07-28T02:42:55.837Z Checking toml_write v0.1.2
25782026-07-28T02:42:55.896Z Checking winnow v1.0.3
25792026-07-28T02:42:55.896Z Checking typed-path v0.9.3
25802026-07-28T02:42:55.958Z Checking difflib v0.4.0
25812026-07-28T02:42:55.995Z Checking winnow v0.7.14
25822026-07-28T02:42:55.998Z Checking new_debug_unreachable v1.0.6
25832026-07-28T02:42:56.071Z Checking cpufeatures v0.3.0
25842026-07-28T02:42:56.103Z Checking static_assertions v1.1.0
25852026-07-28T02:42:56.130Z Checking const-oid v0.10.2
25862026-07-28T02:42:56.142Z Checking predicates-core v1.0.10
25872026-07-28T02:42:56.168Z Checking keccak v0.1.6
25882026-07-28T02:42:56.180Z Checking whoami v2.1.0
25892026-07-28T02:42:56.235Z Checking jiff v0.2.21
25902026-07-28T02:42:56.257Z Checking unicode-segmentation v1.12.0
25912026-07-28T02:42:56.282Z Checking fixedbitset v0.5.7
25922026-07-28T02:42:56.330Z Checking fixedbitset v0.4.2
25932026-07-28T02:42:56.371Z Checking tokio-postgres v0.7.16
25942026-07-28T02:42:56.472Z Checking petgraph v0.8.3
25952026-07-28T02:42:56.472Z Checking petgraph v0.6.5
25962026-07-28T02:42:56.509Z Checking elliptic-curve v0.13.8
25972026-07-28T02:42:56.562Z Checking similar v2.7.0
25982026-07-28T02:42:56.675Z Checking tough v0.22.0
25992026-07-28T02:42:56.812Z Checking sha3 v0.10.8
26002026-07-28T02:42:56.943Z Checking digest v0.11.3
26012026-07-28T02:42:57.012Z Checking predicates v3.1.4
26022026-07-28T02:42:57.123Z Checking crossterm v0.28.1
26032026-07-28T02:42:57.178Z Checking toml_edit v0.22.27
26042026-07-28T02:42:57.307Z Checking toml_parser v1.1.2+spec-1.1.0
26052026-07-28T02:42:57.628Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26062026-07-28T02:42:57.642Z Checking chacha20 v0.10.0
26072026-07-28T02:42:57.719Z Checking ed25519-dalek v2.2.0
26082026-07-28T02:42:57.829Z Checking string_cache v0.8.9
26092026-07-28T02:42:57.895Z Checking hickory-proto v0.25.2
26102026-07-28T02:42:57.950Z Checking slog v2.8.2
26112026-07-28T02:42:58.001Z Checking env_logger v0.11.9
26122026-07-28T02:42:58.030Z Checking toml v0.7.8
26132026-07-28T02:42:58.192Z Checking usdt v0.6.0
26142026-07-28T02:42:58.211Z Checking usdt-impl v0.5.0
26152026-07-28T02:42:58.300Z Checking rsa v0.9.10
26162026-07-28T02:42:58.337Z Checking nix v0.31.2
26172026-07-28T02:42:58.361Z Checking iddqd v0.4.2
26182026-07-28T02:42:58.475Z Checking zip v4.6.1
26192026-07-28T02:42:58.490Z Checking clap v4.6.1
26202026-07-28T02:42:58.706Z Checking reqwest v0.13.2
26212026-07-28T02:42:58.769Z Checking zip v0.6.6
26222026-07-28T02:42:58.888Z Checking itertools v0.13.0
26232026-07-28T02:42:59.040Z Checking byte-wrapper v0.1.0
26242026-07-28T02:42:59.087Z Checking serde_with v3.21.0
26252026-07-28T02:42:59.248Z Checking strum v0.26.3
26262026-07-28T02:42:59.278Z Checking tokio-stream v0.1.18
26272026-07-28T02:42:59.359Z Checking fs-err v3.3.0
26282026-07-28T02:42:59.528Z Checking ahash v0.8.12
26292026-07-28T02:42:59.544Z Checking object v0.37.3
26302026-07-28T02:42:59.653Z Checking buf-list v1.1.2
26312026-07-28T02:42:59.665Z Checking anyhow v1.0.102
26322026-07-28T02:42:59.723Z Checking camino v1.2.2
26332026-07-28T02:42:59.837Z Checking x509-cert v0.2.5
26342026-07-28T02:42:59.858Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26352026-07-28T02:42:59.903Z Checking openapiv3 v2.2.0
26362026-07-28T02:42:59.907Z Checking lalrpop-util v0.19.12
26372026-07-28T02:42:59.970Z Checking peg-runtime v0.8.5
26382026-07-28T02:43:00.061Z Checking rayon v1.11.0
26392026-07-28T02:43:00.111Z Checking sigpipe v0.1.3
26402026-07-28T02:43:00.123Z Checking glob v0.3.3
26412026-07-28T02:43:01.684Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26422026-07-28T02:43:01.741Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26432026-07-28T02:43:02.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.79s
26442026-07-28T02:43:02.171Z
26452026-07-28T02:43:02.171Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26462026-07-28T02:43:02.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-28T02:43:02.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-28T02:43:02.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-28T02:43:02.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26502026-07-28T02:43:02.721Z
26512026-07-28T02:43:02.722Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26522026-07-28T02:43:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-28T02:43:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-28T02:43:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-28T02:43:03.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26562026-07-28T02:43:03.279Z
26572026-07-28T02:43:03.279Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26582026-07-28T02:43:03.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-28T02:43:03.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-28T02:43:03.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-28T02:43:03.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26622026-07-28T02:43:03.843Z
26632026-07-28T02:43:03.843Zinfo: running `cargo check --bins` on oxql-types (80/303)
26642026-07-28T02:43:04.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-28T02:43:04.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-28T02:43:04.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-28T02:43:04.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26682026-07-28T02:43:04.393Z
26692026-07-28T02:43:04.393Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26702026-07-28T02:43:04.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-28T02:43:04.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-28T02:43:04.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-28T02:43:04.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26742026-07-28T02:43:04.942Z
26752026-07-28T02:43:04.942Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26762026-07-28T02:43:05.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-28T02:43:05.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-28T02:43:05.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-07-28T02:43:05.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26802026-07-28T02:43:05.493Z
26812026-07-28T02:43:05.493Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26822026-07-28T02:43:05.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-07-28T02:43:05.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-07-28T02:43:05.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852026-07-28T02:43:05.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26862026-07-28T02:43:06.026Z
26872026-07-28T02:43:06.026Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26882026-07-28T02:43:06.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892026-07-28T02:43:06.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902026-07-28T02:43:06.678Z Compiling structmeta-derive v0.3.0
26912026-07-28T02:43:06.793Z Compiling multer v3.1.0
26922026-07-28T02:43:06.804Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932026-07-28T02:43:06.807Z Compiling async-stream-impl v0.3.6
26942026-07-28T02:43:06.822Z Compiling dropshot v0.17.1
26952026-07-28T02:43:06.838Z Compiling dropshot_endpoint v0.17.1
26962026-07-28T02:43:06.841Z Compiling newtype-uuid-macros v0.1.0
26972026-07-28T02:43:06.867Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26982026-07-28T02:43:07.020Z Checking thread_local v1.1.9
26992026-07-28T02:43:07.045Z Checking match_cfg v0.1.0
27002026-07-28T02:43:07.124Z Checking compression-core v0.4.31
27012026-07-28T02:43:07.181Z Checking hostname v0.3.1
27022026-07-28T02:43:07.205Z Checking crossbeam-channel v0.5.15
27032026-07-28T02:43:07.241Z Checking compression-codecs v0.4.37
27042026-07-28T02:43:07.257Z Checking atomicwrites v0.4.4
27052026-07-28T02:43:07.313Z Checking slog-json v2.6.1
27062026-07-28T02:43:07.377Z Checking toml_datetime v1.1.1+spec-1.1.0
27072026-07-28T02:43:07.392Z Checking serde_spanned v1.1.1
27082026-07-28T02:43:07.402Z Checking is-terminal v0.4.17
27092026-07-28T02:43:07.471Z Checking debug-ignore v1.0.5
27102026-07-28T02:43:07.487Z Checking take_mut v0.2.2
27112026-07-28T02:43:07.514Z Checking term v1.2.1
27122026-07-28T02:43:07.557Z Checking toml_writer v1.1.1+spec-1.1.0
27132026-07-28T02:43:07.571Z Checking slog-bunyan v2.5.0
27142026-07-28T02:43:07.584Z Checking async-compression v0.4.41
27152026-07-28T02:43:07.595Z Checking slog-async v2.8.0
27162026-07-28T02:43:07.598Z Checking async-stream v0.3.6
27172026-07-28T02:43:07.680Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-07-28T02:43:07.729Z Checking slog-term v2.9.2
27192026-07-28T02:43:07.747Z Checking toml v1.1.2+spec-1.1.0
27202026-07-28T02:43:07.761Z Checking progenitor-client v0.14.0
27212026-07-28T02:43:07.786Z Checking sha1 v0.11.0
27222026-07-28T02:43:07.838Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-07-28T02:43:07.851Z Compiling structmeta v0.3.0
27242026-07-28T02:43:07.970Z Checking waitgroup v0.1.2
27252026-07-28T02:43:07.982Z Checking rustls-pemfile v2.2.0
27262026-07-28T02:43:07.995Z Checking backon v1.6.0
27272026-07-28T02:43:07.998Z Checking serde_path_to_error v0.1.20
27282026-07-28T02:43:08.018Z Checking hostname v0.4.2
27292026-07-28T02:43:08.060Z Compiling derive-ex v0.1.8
27302026-07-28T02:43:08.073Z Compiling parse-display-derive v0.10.0
27312026-07-28T02:43:08.108Z Checking instant v0.1.13
27322026-07-28T02:43:08.190Z Checking backoff v0.4.0
27332026-07-28T02:43:08.269Z Checking progenitor-extras v0.2.0
27342026-07-28T02:43:08.336Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27352026-07-28T02:43:08.357Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27362026-07-28T02:43:08.401Z Checking itertools v0.14.0
27372026-07-28T02:43:08.456Z Checking regress v0.10.5
27382026-07-28T02:43:08.536Z Checking macaddr v1.0.1
27392026-07-28T02:43:08.847Z Checking humantime v2.3.0
27402026-07-28T02:43:09.715Z Compiling test-strategy v0.4.5
27412026-07-28T02:43:09.728Z Checking parse-display v0.10.0
27422026-07-28T02:43:10.020Z Compiling prettyplease v0.2.37
27432026-07-28T02:43:10.270Z Checking num-rational v0.4.2
27442026-07-28T02:43:10.543Z Checking num-complex v0.4.6
27452026-07-28T02:43:10.988Z Compiling num v0.4.3
27462026-07-28T02:43:11.064Z Compiling usdt-attr-macro v0.5.0
27472026-07-28T02:43:11.093Z Compiling usdt-macro v0.5.0
27482026-07-28T02:43:11.113Z Checking memmap v0.7.0
27492026-07-28T02:43:11.133Z Checking float-ord v0.3.2
27502026-07-28T02:43:11.160Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27512026-07-28T02:43:11.361Z Checking unicode-width v0.2.0
27522026-07-28T02:43:11.539Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27532026-07-28T02:43:11.560Z Compiling convert_case v0.4.0
27542026-07-28T02:43:11.608Z Checking console v0.15.11
27552026-07-28T02:43:11.815Z Checking newline-converter v0.3.0
27562026-07-28T02:43:11.836Z Checking usdt v0.5.0
27572026-07-28T02:43:11.887Z Compiling toml v0.8.23
27582026-07-28T02:43:11.923Z Checking linked-hash-map v0.5.6
27592026-07-28T02:43:11.936Z Compiling derive_more v0.99.20
27602026-07-28T02:43:12.003Z Compiling minimal-lexical v0.2.1
27612026-07-28T02:43:12.090Z Checking lru-cache v0.1.2
27622026-07-28T02:43:12.208Z Checking expectorate v1.2.0
27632026-07-28T02:43:12.256Z Compiling nom v7.1.3
27642026-07-28T02:43:12.846Z Checking camino-tempfile v1.4.1
27652026-07-28T02:43:12.892Z Checking hickory-proto v0.24.4
27662026-07-28T02:43:12.951Z Checking phf_shared v0.12.1
27672026-07-28T02:43:13.008Z Compiling slog-dtrace v0.3.0
27682026-07-28T02:43:13.092Z Checking heck v0.5.0
27692026-07-28T02:43:13.228Z Compiling unicode-xid v0.2.6
27702026-07-28T02:43:13.356Z Checking resolv-conf v0.7.6
27712026-07-28T02:43:13.546Z Compiling chrono-tz v0.10.4
27722026-07-28T02:43:13.560Z Compiling const_format_proc_macros v0.2.34
27732026-07-28T02:43:13.676Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742026-07-28T02:43:13.794Z Checking phf v0.12.1
27752026-07-28T02:43:13.937Z Checking tokio-dtrace v0.1.1
27762026-07-28T02:43:14.129Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27772026-07-28T02:43:14.157Z Compiling derive-where v1.6.0
27782026-07-28T02:43:14.589Z Checking highway v1.3.0
27792026-07-28T02:43:14.649Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27802026-07-28T02:43:14.678Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27812026-07-28T02:43:14.734Z Checking hickory-resolver v0.24.4
27822026-07-28T02:43:14.815Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27832026-07-28T02:43:15.152Z Checking const_format v0.2.35
27842026-07-28T02:43:15.408Z Checking oxide-tokio-rt v0.1.4
27852026-07-28T02:43:15.476Z Checking qorb v0.4.1
27862026-07-28T02:43:15.684Z Checking gethostname v0.5.0
27872026-07-28T02:43:15.777Z Checking bcs v0.1.6
27882026-07-28T02:43:15.800Z Checking termtree v0.5.1
27892026-07-28T02:43:16.169Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27902026-07-28T02:43:16.280Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27912026-07-28T02:43:16.413Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27922026-07-28T02:43:16.413Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27932026-07-28T02:43:19.170Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27942026-07-28T02:43:21.690Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27952026-07-28T02:43:23.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s
27962026-07-28T02:43:24.007Z
27972026-07-28T02:43:24.007Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
27982026-07-28T02:43:24.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-07-28T02:43:24.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-07-28T02:43:24.652Z Compiling ar_archive_writer v0.5.1
28012026-07-28T02:43:24.655Z Compiling stacker v0.1.23
28022026-07-28T02:43:24.768Z Compiling cfg_aliases v0.1.1
28032026-07-28T02:43:24.774Z Compiling convert_case v0.10.0
28042026-07-28T02:43:24.779Z Checking unicode-width v0.1.14
28052026-07-28T02:43:24.787Z Compiling proc-macro-error v1.0.4
28062026-07-28T02:43:24.797Z Checking fd-lock v4.0.4
28072026-07-28T02:43:24.800Z Checking nibble_vec v0.1.0
28082026-07-28T02:43:24.820Z Compiling nix v0.28.0
28092026-07-28T02:43:24.908Z Compiling recursive-proc-macro-impl v0.1.1
28102026-07-28T02:43:24.921Z Checking vte v0.14.1
28112026-07-28T02:43:25.008Z Checking endian-type v0.1.2
28122026-07-28T02:43:25.020Z Checking bytecount v0.6.9
28132026-07-28T02:43:25.059Z Compiling derive_more-impl v2.1.1
28142026-07-28T02:43:25.062Z Checking strip-ansi-escapes v0.2.1
28152026-07-28T02:43:25.083Z Compiling tabled_derive v0.7.0
28162026-07-28T02:43:25.113Z Checking papergrid v0.11.0
28172026-07-28T02:43:25.126Z Checking radix_trie v0.2.1
28182026-07-28T02:43:25.177Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-07-28T02:43:25.301Z Compiling peg-macros v0.8.5
28202026-07-28T02:43:25.325Z Compiling sqlparser_derive v0.5.0
28212026-07-28T02:43:25.576Z Compiling psm v0.1.30
28222026-07-28T02:43:25.633Z Checking winnow v0.6.26
28232026-07-28T02:43:25.722Z Checking home v0.5.12
28242026-07-28T02:43:25.856Z Checking nu-ansi-term v0.50.3
28252026-07-28T02:43:25.859Z Checking derive_more v2.1.1
28262026-07-28T02:43:25.945Z Checking unicode_categories v0.1.1
28272026-07-28T02:43:26.019Z Checking tabled v0.15.0
28282026-07-28T02:43:26.074Z Checking crossterm v0.29.0
28292026-07-28T02:43:26.077Z Checking reedline v0.40.0
28302026-07-28T02:43:26.077Z Checking rustyline v14.0.0
28312026-07-28T02:43:26.141Z Checking display-error-chain v0.2.2
28322026-07-28T02:43:26.324Z Checking recursive v0.1.1
28332026-07-28T02:43:26.415Z Checking sqlparser v0.61.0
28342026-07-28T02:43:26.583Z Checking peg v0.8.5
28352026-07-28T02:43:26.745Z Checking sqlformat v0.3.5
28362026-07-28T02:43:37.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28372026-07-28T02:43:37.772Z
28382026-07-28T02:43:37.772Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28392026-07-28T02:43:38.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-07-28T02:43:38.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-07-28T02:43:38.410Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-07-28T02:43:41.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28432026-07-28T02:43:42.052Z
28442026-07-28T02:43:42.052Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28452026-07-28T02:43:42.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-07-28T02:43:42.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-07-28T02:43:42.695Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-07-28T02:43:45.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28492026-07-28T02:43:45.322Z
28502026-07-28T02:43:45.322Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28512026-07-28T02:43:45.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-07-28T02:43:45.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-07-28T02:43:45.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-07-28T02:43:49.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28552026-07-28T02:43:49.388Z
28562026-07-28T02:43:49.388Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28572026-07-28T02:43:49.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-07-28T02:43:49.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-07-28T02:43:50.033Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-07-28T02:43:53.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28612026-07-28T02:43:53.545Z
28622026-07-28T02:43:53.546Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28632026-07-28T02:43:54.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-07-28T02:43:54.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-07-28T02:43:54.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-07-28T02:43:56.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28672026-07-28T02:43:56.965Z
28682026-07-28T02:43:56.965Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28692026-07-28T02:43:57.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-07-28T02:43:57.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-07-28T02:43:57.613Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-07-28T02:44:00.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28732026-07-28T02:44:00.437Z
28742026-07-28T02:44:00.437Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28752026-07-28T02:44:00.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-07-28T02:44:00.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-07-28T02:44:01.086Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28782026-07-28T02:44:04.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28792026-07-28T02:44:04.705Z
28802026-07-28T02:44:04.705Zinfo: running `cargo check --bins` on oximeter (93/303)
28812026-07-28T02:44:05.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-07-28T02:44:05.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-07-28T02:44:05.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-07-28T02:44:05.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28852026-07-28T02:44:05.265Z
28862026-07-28T02:44:05.265Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28872026-07-28T02:44:05.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-07-28T02:44:05.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-07-28T02:44:05.868Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-07-28T02:44:06.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28912026-07-28T02:44:06.391Z
28922026-07-28T02:44:06.391Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
28932026-07-28T02:44:06.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-07-28T02:44:06.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-07-28T02:44:06.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-07-28T02:44:06.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28972026-07-28T02:44:06.941Z
28982026-07-28T02:44:06.941Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
28992026-07-28T02:44:07.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-07-28T02:44:07.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-07-28T02:44:07.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-07-28T02:44:07.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-07-28T02:44:07.537Z
29042026-07-28T02:44:07.537Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29052026-07-28T02:44:08.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-07-28T02:44:08.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-07-28T02:44:08.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-07-28T02:44:08.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29092026-07-28T02:44:08.095Z
29102026-07-28T02:44:08.095Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29112026-07-28T02:44:08.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-07-28T02:44:08.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-07-28T02:44:08.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-07-28T02:44:08.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29152026-07-28T02:44:08.655Z
29162026-07-28T02:44:08.656Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29172026-07-28T02:44:09.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-07-28T02:44:09.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-07-28T02:44:09.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-07-28T02:44:09.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29212026-07-28T02:44:09.218Z
29222026-07-28T02:44:09.218Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29232026-07-28T02:44:09.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-07-28T02:44:09.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-07-28T02:44:09.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-07-28T02:44:09.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29272026-07-28T02:44:09.783Z
29282026-07-28T02:44:09.783Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29292026-07-28T02:44:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-07-28T02:44:10.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-07-28T02:44:10.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-07-28T02:44:10.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29332026-07-28T02:44:10.326Z
29342026-07-28T02:44:10.326Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29352026-07-28T02:44:10.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-07-28T02:44:10.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-07-28T02:44:10.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-07-28T02:44:10.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29392026-07-28T02:44:10.890Z
29402026-07-28T02:44:10.890Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
29412026-07-28T02:44:11.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-07-28T02:44:11.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-07-28T02:44:11.580Z Compiling crucible-workspace-hack v0.1.0
29442026-07-28T02:44:11.694Z Compiling itertools v0.15.0
29452026-07-28T02:44:11.702Z Checking secrecy v0.10.3
29462026-07-28T02:44:11.708Z Compiling heapless v0.8.0
29472026-07-28T02:44:11.711Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-07-28T02:44:11.725Z Checking hash32 v0.3.1
29492026-07-28T02:44:11.725Z Checking inout v0.1.4
29502026-07-28T02:44:11.747Z Compiling smoltcp v0.11.0
29512026-07-28T02:44:11.800Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-07-28T02:44:11.840Z Checking cobs v0.3.0
29532026-07-28T02:44:11.864Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-07-28T02:44:11.930Z Checking cipher v0.4.4
29552026-07-28T02:44:11.945Z Checking universal-hash v0.5.1
29562026-07-28T02:44:11.975Z Compiling thiserror-impl-no-std v2.0.2
29572026-07-28T02:44:12.016Z Checking half v2.7.1
29582026-07-28T02:44:12.056Z Checking ciborium-io v0.2.2
29592026-07-28T02:44:12.087Z Checking opaque-debug v0.3.1
29602026-07-28T02:44:12.120Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-07-28T02:44:12.143Z Checking chacha20 v0.9.1
29622026-07-28T02:44:12.156Z Checking poly1305 v0.8.0
29632026-07-28T02:44:12.262Z Checking ciborium-ll v0.2.2
29642026-07-28T02:44:12.313Z Checking postcard v1.1.3
29652026-07-28T02:44:12.331Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29662026-07-28T02:44:12.423Z Compiling proc-macro-crate v3.4.0
29672026-07-28T02:44:12.439Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682026-07-28T02:44:12.597Z Checking password-hash v0.5.0
29692026-07-28T02:44:12.739Z Checking blake2 v0.10.6
29702026-07-28T02:44:12.756Z Compiling proc-macro-crate v1.3.1
29712026-07-28T02:44:12.827Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29722026-07-28T02:44:12.894Z Checking aead v0.5.2
29732026-07-28T02:44:12.978Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29742026-07-28T02:44:13.012Z Compiling num_enum_derive v0.7.6
29752026-07-28T02:44:13.015Z Compiling ingot-macros v0.2.0
29762026-07-28T02:44:13.037Z Compiling foreign-types-macros v0.2.3
29772026-07-28T02:44:13.059Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29782026-07-28T02:44:13.119Z Checking thiserror-no-std v2.0.2
29792026-07-28T02:44:13.170Z Checking foreign-types-shared v0.3.1
29802026-07-28T02:44:13.182Z Compiling num_enum_derive v0.5.11
29812026-07-28T02:44:13.204Z Checking vsss-rs v3.3.4
29822026-07-28T02:44:13.258Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-28T02:44:13.290Z Checking chacha20poly1305 v0.10.1
29842026-07-28T02:44:13.417Z Checking argon2 v0.5.3
29852026-07-28T02:44:13.625Z Checking foreign-types v0.5.0
29862026-07-28T02:44:13.701Z Checking ciborium v0.2.2
29872026-07-28T02:44:13.823Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-07-28T02:44:13.869Z Checking tabwriter v1.4.1
29892026-07-28T02:44:14.016Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-07-28T02:44:14.055Z Checking num_enum v0.7.6
29912026-07-28T02:44:14.112Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29922026-07-28T02:44:14.126Z Checking cstr-argument v0.1.2
29932026-07-28T02:44:14.174Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-07-28T02:44:14.217Z Checking num_enum v0.5.11
29952026-07-28T02:44:14.243Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-07-28T02:44:14.314Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-07-28T02:44:14.328Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-07-28T02:44:14.371Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-07-28T02:44:14.412Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-07-28T02:44:14.440Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-07-28T02:44:14.488Z Checking rand v0.10.1
30022026-07-28T02:44:14.545Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-07-28T02:44:14.559Z Checking colored v3.1.1
30042026-07-28T02:44:14.610Z Checking indent_write v2.2.0
30052026-07-28T02:44:14.723Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30062026-07-28T02:44:14.743Z Compiling zone_cfg_derive v0.3.1
30072026-07-28T02:44:14.756Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-07-28T02:44:14.822Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-28T02:44:14.856Z Checking itertools v0.12.1
30102026-07-28T02:44:14.928Z Compiling num-derive v0.4.2
30112026-07-28T02:44:14.989Z Checking swrite v0.1.0
30122026-07-28T02:44:15.003Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-07-28T02:44:15.081Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30142026-07-28T02:44:15.237Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30152026-07-28T02:44:15.351Z Checking dropshot-api-manager-types v0.7.2
30162026-07-28T02:44:15.366Z Checking smf v0.2.3
30172026-07-28T02:44:15.389Z Checking nanorand v0.7.0
30182026-07-28T02:44:15.422Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-07-28T02:44:15.515Z Checking whoami v1.6.1
30202026-07-28T02:44:15.584Z Checking flume v0.11.1
30212026-07-28T02:44:15.600Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-07-28T02:44:15.836Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30232026-07-28T02:44:15.839Z Checking ingot-types v0.2.0
30242026-07-28T02:44:15.879Z Checking zone v0.3.1
30252026-07-28T02:44:16.174Z Checking ingot v0.2.1
30262026-07-28T02:44:17.578Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30272026-07-28T02:44:18.541Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30282026-07-28T02:44:19.425Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30292026-07-28T02:44:21.752Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-07-28T02:44:23.815Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-07-28T02:44:24.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
30322026-07-28T02:44:25.111Z
30332026-07-28T02:44:25.111Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
30342026-07-28T02:44:25.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-07-28T02:44:25.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-07-28T02:44:25.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-07-28T02:44:25.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30382026-07-28T02:44:25.674Z
30392026-07-28T02:44:25.674Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
30402026-07-28T02:44:26.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-07-28T02:44:26.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-07-28T02:44:26.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-07-28T02:44:26.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30442026-07-28T02:44:26.236Z
30452026-07-28T02:44:26.236Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/303)
30462026-07-28T02:44:26.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-28T02:44:26.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-28T02:44:26.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-28T02:44:26.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30502026-07-28T02:44:26.794Z
30512026-07-28T02:44:26.794Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/303)
30522026-07-28T02:44:27.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-28T02:44:27.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-28T02:44:27.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-28T02:44:27.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30562026-07-28T02:44:27.355Z
30572026-07-28T02:44:27.355Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/303)
30582026-07-28T02:44:27.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-28T02:44:27.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-28T02:44:27.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-28T02:44:27.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30622026-07-28T02:44:27.919Z
30632026-07-28T02:44:27.919Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/303)
30642026-07-28T02:44:28.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-28T02:44:28.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-28T02:44:28.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-28T02:44:28.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30682026-07-28T02:44:28.477Z
30692026-07-28T02:44:28.477Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/303)
30702026-07-28T02:44:28.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-28T02:44:28.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-28T02:44:28.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-28T02:44:28.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30742026-07-28T02:44:29.037Z
30752026-07-28T02:44:29.037Zinfo: running `cargo check --bins` on cockroach-admin-client (111/303)
30762026-07-28T02:44:29.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-28T02:44:29.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-28T02:44:29.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-28T02:44:29.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30802026-07-28T02:44:29.583Z
30812026-07-28T02:44:29.583Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/303)
30822026-07-28T02:44:30.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-28T02:44:30.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-28T02:44:30.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-28T02:44:30.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30862026-07-28T02:44:30.144Z
30872026-07-28T02:44:30.144Zinfo: running `cargo check --bins` on dns-service-client (113/303)
30882026-07-28T02:44:30.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-28T02:44:30.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-28T02:44:30.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-28T02:44:30.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30922026-07-28T02:44:30.705Z
30932026-07-28T02:44:30.705Zinfo: running `cargo check --bins` on installinator-client (114/303)
30942026-07-28T02:44:31.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-28T02:44:31.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-28T02:44:31.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-28T02:44:31.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-07-28T02:44:31.268Z
30992026-07-28T02:44:31.268Zinfo: running `cargo check --bins` on nexus-client (115/303)
31002026-07-28T02:44:31.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-28T02:44:31.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-28T02:44:31.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-28T02:44:31.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-07-28T02:44:31.867Z
31052026-07-28T02:44:31.868Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/303)
31062026-07-28T02:44:32.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-28T02:44:32.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-28T02:44:32.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-28T02:44:32.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-07-28T02:44:32.456Z
31112026-07-28T02:44:32.456Zinfo: running `cargo check --bins` on ntp-admin-client (117/303)
31122026-07-28T02:44:32.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-28T02:44:32.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-28T02:44:32.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-28T02:44:32.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31162026-07-28T02:44:32.998Z
31172026-07-28T02:44:32.998Zinfo: running `cargo check --bins` on oxide-client (118/303)
31182026-07-28T02:44:33.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-28T02:44:33.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-28T02:44:33.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-28T02:44:33.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31222026-07-28T02:44:33.549Z
31232026-07-28T02:44:33.549Zinfo: running `cargo check --bins` on oximeter-client (119/303)
31242026-07-28T02:44:34.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-28T02:44:34.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-28T02:44:34.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-28T02:44:34.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31282026-07-28T02:44:34.113Z
31292026-07-28T02:44:34.113Zinfo: running `cargo check --bins` on repo-depot-client (120/303)
31302026-07-28T02:44:34.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-28T02:44:34.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-28T02:44:34.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-28T02:44:34.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31342026-07-28T02:44:34.663Z
31352026-07-28T02:44:34.663Zinfo: running `cargo check --bins` on sled-agent-client (121/303)
31362026-07-28T02:44:35.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-28T02:44:35.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-28T02:44:35.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-28T02:44:35.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31402026-07-28T02:44:35.235Z
31412026-07-28T02:44:35.235Zinfo: running `cargo check --bins` on wicketd-client (122/303)
31422026-07-28T02:44:35.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-28T02:44:35.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-28T02:44:35.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-28T02:44:35.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462026-07-28T02:44:35.821Z
31472026-07-28T02:44:35.821Zinfo: running `cargo check --bins` on installinator-common (123/303)
31482026-07-28T02:44:36.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-28T02:44:36.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-28T02:44:36.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-28T02:44:36.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31522026-07-28T02:44:36.399Z
31532026-07-28T02:44:36.399Zinfo: running `cargo check --bins` on installinator-common-versions (124/303)
31542026-07-28T02:44:36.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-28T02:44:36.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-28T02:44:36.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-28T02:44:36.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31582026-07-28T02:44:36.935Z
31592026-07-28T02:44:36.935Zinfo: running `cargo check --bins` on wicket-common (125/303)
31602026-07-28T02:44:37.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-28T02:44:37.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-28T02:44:37.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-28T02:44:37.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31642026-07-28T02:44:37.507Z
31652026-07-28T02:44:37.507Zinfo: running `cargo check --bins` on wicketd-commission-types (126/303)
31662026-07-28T02:44:37.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-28T02:44:37.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-28T02:44:37.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-28T02:44:37.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31702026-07-28T02:44:38.072Z
31712026-07-28T02:44:38.073Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/303)
31722026-07-28T02:44:38.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-28T02:44:38.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-28T02:44:38.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-28T02:44:38.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31762026-07-28T02:44:38.640Z
31772026-07-28T02:44:38.640Zinfo: running `cargo check --bins` on wicketd-commission-client (128/303)
31782026-07-28T02:44:39.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-28T02:44:39.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-28T02:44:39.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-07-28T02:44:39.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31822026-07-28T02:44:39.211Z
31832026-07-28T02:44:39.211Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/303)
31842026-07-28T02:44:39.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-07-28T02:44:39.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-07-28T02:44:39.864Z Checking csv-core v0.1.13
31872026-07-28T02:44:39.972Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31882026-07-28T02:44:39.972Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-07-28T02:44:39.986Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31902026-07-28T02:44:40.112Z Checking csv v1.4.0
31912026-07-28T02:44:40.136Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-07-28T02:44:40.428Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-28T02:44:40.762Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-07-28T02:44:40.762Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-28T02:44:41.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
31962026-07-28T02:44:41.981Z
31972026-07-28T02:44:41.981Zinfo: running `cargo check --bins` on cockroach-admin-api (130/303)
31982026-07-28T02:44:42.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-28T02:44:42.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-28T02:44:42.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-28T02:44:42.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32022026-07-28T02:44:42.538Z
32032026-07-28T02:44:42.538Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/303)
32042026-07-28T02:44:43.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-28T02:44:43.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-28T02:44:43.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-28T02:44:43.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32082026-07-28T02:44:43.177Z
32092026-07-28T02:44:43.177Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/303)
32102026-07-28T02:44:43.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-28T02:44:43.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-28T02:44:43.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-28T02:44:43.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32142026-07-28T02:44:43.820Z
32152026-07-28T02:44:43.820Zinfo: running `cargo check --bins` on gateway-test-utils (133/303)
32162026-07-28T02:44:44.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-28T02:44:44.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-28T02:44:44.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-28T02:44:44.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32202026-07-28T02:44:44.425Z
32212026-07-28T02:44:44.425Zinfo: running `cargo check --bins` on omicron-gateway (134/303)
32222026-07-28T02:44:44.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-28T02:44:44.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-28T02:44:45.154Z Compiling regress v0.11.1
32252026-07-28T02:44:45.295Z Compiling unsafe-libyaml v0.2.11
32262026-07-28T02:44:45.305Z Compiling semver v0.1.20
32272026-07-28T02:44:45.314Z Compiling radium v0.7.0
32282026-07-28T02:44:45.326Z Checking nom v8.0.0
32292026-07-28T02:44:45.329Z Compiling maybe-uninit v2.0.0
32302026-07-28T02:44:45.329Z Checking tap v1.0.1
32312026-07-28T02:44:45.435Z Checking wyz v0.5.1
32322026-07-28T02:44:45.571Z Compiling rustc_version v0.1.7
32332026-07-28T02:44:45.621Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-07-28T02:44:45.654Z Compiling zerocopy-derive v0.6.6
32352026-07-28T02:44:45.754Z Compiling packed_struct v0.10.1
32362026-07-28T02:44:45.787Z Compiling newtype_derive v0.1.6
32372026-07-28T02:44:45.970Z Compiling serde_yaml v0.9.34+deprecated
32382026-07-28T02:44:46.022Z Checking funty v2.0.0
32392026-07-28T02:44:46.025Z Checking crc-catalog v2.4.0
32402026-07-28T02:44:46.128Z Compiling cancel-safe-futures v0.1.5
32412026-07-28T02:44:46.344Z Checking bitvec v1.0.1
32422026-07-28T02:44:46.361Z Checking crc v3.4.0
32432026-07-28T02:44:46.486Z Checking zerocopy v0.6.6
32442026-07-28T02:44:46.676Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-07-28T02:44:46.739Z Checking typify-impl v0.6.2
32462026-07-28T02:44:47.106Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-07-28T02:44:47.243Z Compiling packed_struct_codegen v0.10.1
32482026-07-28T02:44:47.262Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32492026-07-28T02:44:47.438Z Compiling bitfield-macros v0.19.4
32502026-07-28T02:44:47.453Z Compiling indexmap v1.9.3
32512026-07-28T02:44:47.647Z Checking nodrop v0.1.14
32522026-07-28T02:44:47.665Z Compiling owo-colors v4.3.0
32532026-07-28T02:44:47.744Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32542026-07-28T02:44:47.818Z Checking array-init v0.0.4
32552026-07-28T02:44:47.940Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-07-28T02:44:48.038Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-07-28T02:44:48.126Z Checking smallvec v0.6.14
32582026-07-28T02:44:48.182Z Checking bitfield v0.19.4
32592026-07-28T02:44:48.323Z Checking oxide-update-engine-types v0.1.2
32602026-07-28T02:44:48.350Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-07-28T02:44:48.457Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32622026-07-28T02:44:48.471Z Checking hashbrown v0.12.3
32632026-07-28T02:44:48.484Z Checking linear-map v1.2.0
32642026-07-28T02:44:48.539Z Checking base64 v0.21.7
32652026-07-28T02:44:48.655Z Checking tagptr v0.2.0
32662026-07-28T02:44:48.777Z Checking unicode-linebreak v0.1.5
32672026-07-28T02:44:48.795Z Checking smawk v0.3.2
32682026-07-28T02:44:48.916Z Checking moka v0.12.13
32692026-07-28T02:44:48.929Z Checking ron v0.8.1
32702026-07-28T02:44:48.986Z Checking textwrap v0.16.2
32712026-07-28T02:44:49.202Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-07-28T02:44:49.217Z Checking serde-hex v0.1.0
32732026-07-28T02:44:49.220Z Checking oxide-update-engine v0.1.2
32742026-07-28T02:44:49.381Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32752026-07-28T02:44:49.445Z Checking steno v0.4.1
32762026-07-28T02:44:49.650Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-28T02:44:49.808Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-07-28T02:44:50.007Z Checking hashbrown v0.13.2
32792026-07-28T02:44:50.114Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-07-28T02:44:50.305Z Checking crc-any v2.5.0
32812026-07-28T02:44:50.413Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-07-28T02:44:50.435Z Checking hickory-resolver v0.25.2
32832026-07-28T02:44:50.438Z Checking object v0.30.4
32842026-07-28T02:44:50.483Z Checking sha1 v0.10.6
32852026-07-28T02:44:50.576Z Checking half v1.8.3
32862026-07-28T02:44:50.651Z Checking utf-8 v0.7.6
32872026-07-28T02:44:50.701Z Checking void v1.0.2
32882026-07-28T02:44:50.774Z Checking path-slash v0.1.5
32892026-07-28T02:44:50.787Z Checking tungstenite v0.23.0
32902026-07-28T02:44:50.804Z Checking lzss v0.8.2
32912026-07-28T02:44:50.878Z Checking serde_cbor v0.11.2
32922026-07-28T02:44:51.127Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-07-28T02:44:51.149Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32942026-07-28T02:44:51.205Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-07-28T02:44:51.259Z Checking nix v0.27.1
32962026-07-28T02:44:51.272Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32972026-07-28T02:44:51.284Z Checking kstat-rs v0.2.4
32982026-07-28T02:44:51.307Z Compiling typify-macro v0.6.2
32992026-07-28T02:44:51.368Z Checking fxhash v0.2.1
33002026-07-28T02:44:51.439Z Checking serde_bytes v0.11.19
33012026-07-28T02:44:51.464Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-07-28T02:44:51.486Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33032026-07-28T02:44:51.564Z Checking tokio-tungstenite v0.23.1
33042026-07-28T02:44:51.608Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-07-28T02:44:51.759Z Checking signal-hook-tokio v0.3.1
33062026-07-28T02:44:52.379Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-07-28T02:44:52.689Z Compiling typify v0.6.2
33082026-07-28T02:44:52.769Z Compiling progenitor-impl v0.14.0
33092026-07-28T02:44:53.300Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-07-28T02:44:53.610Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-07-28T02:44:54.221Z Compiling progenitor-macro v0.14.0
33122026-07-28T02:44:56.595Z Checking progenitor v0.14.0
33132026-07-28T02:44:56.716Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33142026-07-28T02:44:56.719Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-07-28T02:44:59.365Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-07-28T02:45:07.731Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-07-28T02:45:14.360Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-07-28T02:45:15.729Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-07-28T02:45:16.241Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-07-28T02:45:18.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.94s
33212026-07-28T02:45:18.556Z
33222026-07-28T02:45:18.556Zinfo: running `cargo check --bins` on gateway-api (135/303)
33232026-07-28T02:45:19.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-07-28T02:45:19.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-07-28T02:45:19.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-07-28T02:45:19.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33272026-07-28T02:45:19.112Z
33282026-07-28T02:45:19.112Zinfo: running `cargo check --bins` on ipcc (136/303)
33292026-07-28T02:45:19.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-28T02:45:19.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-28T02:45:19.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-28T02:45:19.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33332026-07-28T02:45:19.672Z
33342026-07-28T02:45:19.672Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/303)
33352026-07-28T02:45:20.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-28T02:45:20.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-28T02:45:20.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-28T02:45:20.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33392026-07-28T02:45:20.219Z
33402026-07-28T02:45:20.220Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/303)
33412026-07-28T02:45:20.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-28T02:45:20.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-28T02:45:20.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-28T02:45:20.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33452026-07-28T02:45:20.801Z
33462026-07-28T02:45:20.801Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/303)
33472026-07-28T02:45:21.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-28T02:45:21.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-28T02:45:21.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-28T02:45:21.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33512026-07-28T02:45:21.363Z
33522026-07-28T02:45:21.363Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/303)
33532026-07-28T02:45:21.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-28T02:45:21.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-28T02:45:21.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-28T02:45:21.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33572026-07-28T02:45:21.927Z
33582026-07-28T02:45:21.927Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/303)
33592026-07-28T02:45:22.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-28T02:45:22.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-28T02:45:22.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-28T02:45:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33632026-07-28T02:45:22.488Z
33642026-07-28T02:45:22.488Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/303)
33652026-07-28T02:45:22.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-28T02:45:22.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-28T02:45:22.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-28T02:45:22.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33692026-07-28T02:45:23.067Z
33702026-07-28T02:45:23.067Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/303)
33712026-07-28T02:45:23.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-28T02:45:23.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-28T02:45:23.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-28T02:45:23.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33752026-07-28T02:45:23.623Z
33762026-07-28T02:45:23.623Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/303)
33772026-07-28T02:45:24.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-28T02:45:24.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-28T02:45:24.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-28T02:45:24.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33812026-07-28T02:45:24.183Z
33822026-07-28T02:45:24.183Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/303)
33832026-07-28T02:45:24.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-28T02:45:24.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-28T02:45:24.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-28T02:45:24.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33872026-07-28T02:45:24.747Z
33882026-07-28T02:45:24.747Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/303)
33892026-07-28T02:45:25.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-28T02:45:25.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-28T02:45:25.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-28T02:45:25.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33932026-07-28T02:45:25.306Z
33942026-07-28T02:45:25.306Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/303)
33952026-07-28T02:45:25.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-28T02:45:25.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-28T02:45:25.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-28T02:45:25.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33992026-07-28T02:45:25.869Z
34002026-07-28T02:45:25.869Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/303)
34012026-07-28T02:45:26.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-28T02:45:26.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-28T02:45:26.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-28T02:45:26.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34052026-07-28T02:45:26.430Z
34062026-07-28T02:45:26.430Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/303)
34072026-07-28T02:45:26.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-28T02:45:26.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-28T02:45:26.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-28T02:45:26.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-07-28T02:45:27.006Z
34122026-07-28T02:45:27.006Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/303)
34132026-07-28T02:45:27.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-28T02:45:27.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-28T02:45:27.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-28T02:45:27.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-07-28T02:45:27.583Z
34182026-07-28T02:45:27.583Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/303)
34192026-07-28T02:45:28.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-28T02:45:28.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-28T02:45:28.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-28T02:45:28.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34232026-07-28T02:45:28.161Z
34242026-07-28T02:45:28.161Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/303)
34252026-07-28T02:45:28.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-28T02:45:28.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-28T02:45:28.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-28T02:45:28.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34292026-07-28T02:45:28.735Z
34302026-07-28T02:45:28.735Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/303)
34312026-07-28T02:45:29.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-28T02:45:29.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-28T02:45:29.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-28T02:45:29.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-07-28T02:45:29.318Z
34362026-07-28T02:45:29.318Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/303)
34372026-07-28T02:45:29.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-28T02:45:29.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-28T02:45:29.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-28T02:45:29.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34412026-07-28T02:45:29.902Z
34422026-07-28T02:45:29.902Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34432026-07-28T02:45:30.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-28T02:45:30.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-28T02:45:30.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-28T02:45:30.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34472026-07-28T02:45:30.481Z
34482026-07-28T02:45:30.482Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/303)
34492026-07-28T02:45:30.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-28T02:45:30.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-28T02:45:30.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-28T02:45:30.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34532026-07-28T02:45:31.053Z
34542026-07-28T02:45:31.053Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/303)
34552026-07-28T02:45:31.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-28T02:45:31.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-28T02:45:31.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-28T02:45:31.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34592026-07-28T02:45:31.622Z
34602026-07-28T02:45:31.622Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/303)
34612026-07-28T02:45:32.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-28T02:45:32.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-28T02:45:32.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-28T02:45:32.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34652026-07-28T02:45:32.195Z
34662026-07-28T02:45:32.195Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/303)
34672026-07-28T02:45:32.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-28T02:45:32.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-28T02:45:32.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-28T02:45:32.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34712026-07-28T02:45:32.754Z
34722026-07-28T02:45:32.754Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/303)
34732026-07-28T02:45:33.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-28T02:45:33.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-28T02:45:33.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-28T02:45:33.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34772026-07-28T02:45:33.308Z
34782026-07-28T02:45:33.308Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/303)
34792026-07-28T02:45:33.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-28T02:45:33.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-28T02:45:33.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-28T02:45:33.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34832026-07-28T02:45:33.864Z
34842026-07-28T02:45:33.864Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/303)
34852026-07-28T02:45:34.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-28T02:45:34.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-28T02:45:34.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-28T02:45:34.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34892026-07-28T02:45:34.421Z
34902026-07-28T02:45:34.421Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/303)
34912026-07-28T02:45:34.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-28T02:45:34.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-28T02:45:34.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-28T02:45:34.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34952026-07-28T02:45:34.977Z
34962026-07-28T02:45:34.977Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/303)
34972026-07-28T02:45:35.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-28T02:45:35.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-28T02:45:35.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-28T02:45:35.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35012026-07-28T02:45:35.535Z
35022026-07-28T02:45:35.535Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/303)
35032026-07-28T02:45:36.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-28T02:45:36.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-28T02:45:36.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-28T02:45:36.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35072026-07-28T02:45:36.094Z
35082026-07-28T02:45:36.094Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/303)
35092026-07-28T02:45:36.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-28T02:45:36.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-28T02:45:36.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-28T02:45:36.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35132026-07-28T02:45:36.650Z
35142026-07-28T02:45:36.650Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/303)
35152026-07-28T02:45:37.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-28T02:45:37.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-28T02:45:37.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-28T02:45:37.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-07-28T02:45:37.226Z
35202026-07-28T02:45:37.226Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/303)
35212026-07-28T02:45:37.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-28T02:45:37.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-28T02:45:37.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-28T02:45:37.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35252026-07-28T02:45:37.800Z
35262026-07-28T02:45:37.800Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/303)
35272026-07-28T02:45:38.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-28T02:45:38.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-28T02:45:38.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-28T02:45:38.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-07-28T02:45:38.377Z
35322026-07-28T02:45:38.378Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/303)
35332026-07-28T02:45:38.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-28T02:45:38.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-28T02:45:38.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-28T02:45:38.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-07-28T02:45:38.951Z
35382026-07-28T02:45:38.951Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/303)
35392026-07-28T02:45:39.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-28T02:45:39.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-28T02:45:39.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-28T02:45:39.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35432026-07-28T02:45:39.522Z
35442026-07-28T02:45:39.522Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35452026-07-28T02:45:40.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-28T02:45:40.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-28T02:45:40.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-28T02:45:40.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35492026-07-28T02:45:40.093Z
35502026-07-28T02:45:40.093Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/303)
35512026-07-28T02:45:40.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-28T02:45:40.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-28T02:45:40.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-28T02:45:40.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-07-28T02:45:40.665Z
35562026-07-28T02:45:40.665Zinfo: running `cargo check --bins` on oximeter-producer (174/303)
35572026-07-28T02:45:41.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-28T02:45:41.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-28T02:45:41.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-28T02:45:41.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-07-28T02:45:41.253Z
35622026-07-28T02:45:41.253Zinfo: running `cargo check --bins` on internal-dns-resolver (175/303)
35632026-07-28T02:45:41.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-28T02:45:41.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-28T02:45:41.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-28T02:45:41.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35672026-07-28T02:45:41.810Z
35682026-07-28T02:45:41.810Zinfo: running `cargo check --bins` on dns-server (176/303)
35692026-07-28T02:45:42.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-28T02:45:42.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-28T02:45:42.429Z Compiling parking_lot_core v0.8.6
35722026-07-28T02:45:42.432Z Compiling git-stub v1.0.0
35732026-07-28T02:45:42.432Z Checking prefix-trie v0.7.0
35742026-07-28T02:45:42.545Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-07-28T02:45:42.657Z Compiling git-stub-vcs v0.1.0
35762026-07-28T02:45:42.820Z Checking hickory-server v0.25.2
35772026-07-28T02:45:42.921Z Checking parking_lot v0.11.2
35782026-07-28T02:45:42.954Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-07-28T02:45:43.088Z Checking sled v0.34.7
35802026-07-28T02:45:44.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35812026-07-28T02:45:45.131Z
35822026-07-28T02:45:45.131Zinfo: running `cargo check --bins` on dns-server-api (177/303)
35832026-07-28T02:45:45.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-28T02:45:45.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-28T02:45:45.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-28T02:45:45.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35872026-07-28T02:45:45.683Z
35882026-07-28T02:45:45.683Zinfo: running `cargo check --bins` on oximeter-producer-api (178/303)
35892026-07-28T02:45:46.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-28T02:45:46.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-28T02:45:46.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-07-28T02:45:46.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35932026-07-28T02:45:46.236Z
35942026-07-28T02:45:46.236Zinfo: running `cargo check --bins` on sp-sim (179/303)
35952026-07-28T02:45:46.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-28T02:45:46.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-28T02:45:46.923Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35982026-07-28T02:45:48.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35992026-07-28T02:45:48.892Z
36002026-07-28T02:45:48.892Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/303)
36012026-07-28T02:45:49.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-28T02:45:49.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-28T02:45:49.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-07-28T02:45:49.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36052026-07-28T02:45:49.506Z
36062026-07-28T02:45:49.506Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/303)
36072026-07-28T02:45:50.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-28T02:45:50.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-28T02:45:50.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-28T02:45:50.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36112026-07-28T02:45:50.118Z
36122026-07-28T02:45:50.118Zinfo: running `cargo check --bins` on db-macros (182/303)
36132026-07-28T02:45:50.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-28T02:45:50.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-28T02:45:50.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-28T02:45:50.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36172026-07-28T02:45:50.680Z
36182026-07-28T02:45:50.680Zinfo: running `cargo check --bins` on nexus-macros-common (183/303)
36192026-07-28T02:45:51.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-28T02:45:51.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-28T02:45:51.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-28T02:45:51.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36232026-07-28T02:45:51.203Z
36242026-07-28T02:45:51.203Zinfo: running `cargo check --bins` on nexus-auth (184/303)
36252026-07-28T02:45:51.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-28T02:45:51.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-28T02:45:51.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-28T02:45:51.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36292026-07-28T02:45:51.808Z
36302026-07-28T02:45:51.808Zinfo: running `cargo check --bins` on authz-macros (185/303)
36312026-07-28T02:45:52.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-28T02:45:52.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-28T02:45:52.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-28T02:45:52.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36352026-07-28T02:45:52.344Z
36362026-07-28T02:45:52.344Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/303)
36372026-07-28T02:45:52.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-28T02:45:52.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-28T02:45:52.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-28T02:45:52.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36412026-07-28T02:45:52.944Z
36422026-07-28T02:45:52.944Zinfo: running `cargo check --bins` on nexus-db-model (187/303)
36432026-07-28T02:45:53.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-28T02:45:53.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-28T02:45:53.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-28T02:45:53.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36472026-07-28T02:45:53.537Z
36482026-07-28T02:45:53.537Zinfo: running `cargo check --bins` on nexus-db-schema (188/303)
36492026-07-28T02:45:53.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-28T02:45:53.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-28T02:45:53.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-28T02:45:54.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36532026-07-28T02:45:54.077Z
36542026-07-28T02:45:54.077Zinfo: running `cargo check --bins` on omicron-rpaths (189/303)
36552026-07-28T02:45:54.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-28T02:45:54.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-28T02:45:54.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-28T02:45:54.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36592026-07-28T02:45:54.615Z
36602026-07-28T02:45:54.615Zinfo: running `cargo check --bins` on nexus-defaults (190/303)
36612026-07-28T02:45:55.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-28T02:45:55.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-28T02:45:55.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-28T02:45:55.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36652026-07-28T02:45:55.170Z
36662026-07-28T02:45:55.171Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/303)
36672026-07-28T02:45:55.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-28T02:45:55.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-28T02:45:55.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-28T02:45:55.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36712026-07-28T02:45:55.712Z
36722026-07-28T02:45:55.712Zinfo: running `cargo check --bins` on parallel-task-set (192/303)
36732026-07-28T02:45:56.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-28T02:45:56.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-28T02:45:56.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-28T02:45:56.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36772026-07-28T02:45:56.247Z
36782026-07-28T02:45:56.248Zinfo: running `cargo check --bins` on omicron-git-version (193/303)
36792026-07-28T02:45:56.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-28T02:45:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-28T02:45:56.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-28T02:45:56.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36832026-07-28T02:45:56.788Z
36842026-07-28T02:45:56.788Zinfo: running `cargo check --bins` on nexus-db-errors (194/303)
36852026-07-28T02:45:57.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-28T02:45:57.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-28T02:45:57.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-28T02:45:57.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36892026-07-28T02:45:57.393Z
36902026-07-28T02:45:57.393Zinfo: running `cargo check --bins` on nexus-db-lookup (195/303)
36912026-07-28T02:45:57.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-28T02:45:57.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-28T02:45:57.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-28T02:45:57.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36952026-07-28T02:45:57.998Z
36962026-07-28T02:45:57.998Zinfo: running `cargo check --bins` on nexus-inventory (196/303)
36972026-07-28T02:45:58.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-28T02:45:58.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-28T02:45:58.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-28T02:45:58.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37012026-07-28T02:45:58.595Z
37022026-07-28T02:45:58.595Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/303)
37032026-07-28T02:45:59.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-28T02:45:59.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-28T02:45:59.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-28T02:45:59.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37072026-07-28T02:45:59.174Z
37082026-07-28T02:45:59.174Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/303)
37092026-07-28T02:45:59.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-28T02:45:59.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-28T02:45:59.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-28T02:45:59.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37132026-07-28T02:45:59.749Z
37142026-07-28T02:45:59.749Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/303)
37152026-07-28T02:46:00.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-28T02:46:00.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-28T02:46:00.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-28T02:46:00.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37192026-07-28T02:46:00.319Z
37202026-07-28T02:46:00.319Zinfo: running `cargo check --bins` on key-manager (200/303)
37212026-07-28T02:46:00.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-28T02:46:00.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-28T02:46:00.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-28T02:46:00.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37252026-07-28T02:46:00.877Z
37262026-07-28T02:46:00.878Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/303)
37272026-07-28T02:46:01.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-28T02:46:01.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-28T02:46:01.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-28T02:46:01.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37312026-07-28T02:46:01.452Z
37322026-07-28T02:46:01.452Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/303)
37332026-07-28T02:46:01.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-28T02:46:01.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-28T02:46:01.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-28T02:46:01.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37372026-07-28T02:46:02.023Z
37382026-07-28T02:46:02.023Zinfo: running `cargo check --bins` on typed-rng (203/303)
37392026-07-28T02:46:02.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-28T02:46:02.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-28T02:46:02.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-28T02:46:02.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37432026-07-28T02:46:02.568Z
37442026-07-28T02:46:02.568Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/303)
37452026-07-28T02:46:03.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-28T02:46:03.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-28T02:46:03.374Z Compiling libefi-sys v0.1.0
37482026-07-28T02:46:03.377Z Compiling bitfield-struct v0.6.2
37492026-07-28T02:46:03.514Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-07-28T02:46:03.522Z Compiling xshell-macros v0.2.7
37512026-07-28T02:46:03.531Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37522026-07-28T02:46:03.545Z Compiling salty v0.3.0
37532026-07-28T02:46:03.559Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37542026-07-28T02:46:03.575Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37552026-07-28T02:46:03.575Z Checking rfc6979 v0.4.0
37562026-07-28T02:46:03.695Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37572026-07-28T02:46:03.712Z Checking ecdsa v0.16.9
37582026-07-28T02:46:03.852Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37592026-07-28T02:46:03.871Z Checking primeorder v0.13.6
37602026-07-28T02:46:03.874Z Compiling proc-macro-error-attr2 v2.0.0
37612026-07-28T02:46:03.900Z Checking xshell v0.2.7
37622026-07-28T02:46:03.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-07-28T02:46:04.041Z Checking tungstenite v0.21.0
37642026-07-28T02:46:04.041Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-07-28T02:46:04.085Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37662026-07-28T02:46:04.114Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-07-28T02:46:04.129Z Checking p384 v0.13.1
37682026-07-28T02:46:04.194Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37692026-07-28T02:46:04.212Z Compiling num-derive v0.3.3
37702026-07-28T02:46:04.252Z Compiling proc-macro-error2 v2.0.1
37712026-07-28T02:46:04.346Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-07-28T02:46:04.467Z Checking tokio-tungstenite v0.21.0
37732026-07-28T02:46:04.535Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-07-28T02:46:04.555Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37752026-07-28T02:46:04.558Z Compiling tabled_derive v0.11.0
37762026-07-28T02:46:04.583Z Checking papergrid v0.17.0
37772026-07-28T02:46:04.598Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-07-28T02:46:04.694Z Compiling progenitor-impl v0.13.0
37792026-07-28T02:46:04.746Z Checking testing_table v0.3.0
37802026-07-28T02:46:04.836Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-07-28T02:46:04.850Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37822026-07-28T02:46:04.899Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-07-28T02:46:05.055Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-07-28T02:46:05.092Z Compiling unicase v2.9.0
37852026-07-28T02:46:05.095Z Checking libscf-sys v1.1.0
37862026-07-28T02:46:05.237Z Checking corncobs v0.1.4
37872026-07-28T02:46:05.252Z Compiling illumos-nvpair-sys v0.2.0
37882026-07-28T02:46:05.291Z Compiling mime_guess v2.0.5
37892026-07-28T02:46:05.366Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-07-28T02:46:05.402Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37912026-07-28T02:46:05.471Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-28T02:46:05.490Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932026-07-28T02:46:05.607Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37942026-07-28T02:46:05.610Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-07-28T02:46:05.718Z Checking tabled v0.20.0
37962026-07-28T02:46:05.803Z Checking progenitor-client v0.13.0
37972026-07-28T02:46:05.825Z Checking secrecy v0.8.0
37982026-07-28T02:46:05.951Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-07-28T02:46:06.179Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38002026-07-28T02:46:06.195Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38012026-07-28T02:46:06.209Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-07-28T02:46:06.511Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38032026-07-28T02:46:06.557Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-07-28T02:46:06.604Z Checking filetime v0.2.27
38052026-07-28T02:46:06.636Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-07-28T02:46:06.741Z Checking xattr v1.6.1
38072026-07-28T02:46:06.772Z Checking http-range v0.1.5
38082026-07-28T02:46:06.874Z Checking crc8 v0.1.1
38092026-07-28T02:46:06.902Z Checking tar v0.4.46
38102026-07-28T02:46:06.998Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38112026-07-28T02:46:07.173Z Checking illumos-nvpair v0.3.0
38122026-07-28T02:46:07.278Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38132026-07-28T02:46:07.294Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38142026-07-28T02:46:07.294Z Compiling progenitor-macro v0.13.0
38152026-07-28T02:46:07.321Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38162026-07-28T02:46:07.335Z Checking atty v0.2.14
38172026-07-28T02:46:07.350Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38182026-07-28T02:46:07.429Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38192026-07-28T02:46:07.669Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-07-28T02:46:07.757Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38212026-07-28T02:46:07.923Z Checking hyper-staticfile v0.10.1
38222026-07-28T02:46:07.938Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38232026-07-28T02:46:08.015Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-07-28T02:46:08.144Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38252026-07-28T02:46:08.160Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38262026-07-28T02:46:08.234Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38272026-07-28T02:46:08.250Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-07-28T02:46:08.349Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38292026-07-28T02:46:08.497Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38302026-07-28T02:46:08.520Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38312026-07-28T02:46:08.767Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38322026-07-28T02:46:08.792Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38332026-07-28T02:46:09.059Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38342026-07-28T02:46:09.321Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38352026-07-28T02:46:10.283Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38362026-07-28T02:46:10.781Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38372026-07-28T02:46:11.202Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38382026-07-28T02:46:11.223Z Checking progenitor v0.13.0
38392026-07-28T02:46:11.356Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38402026-07-28T02:46:13.481Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-07-28T02:46:16.658Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-07-28T02:46:27.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
38432026-07-28T02:46:27.657Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38442026-07-28T02:46:27.657Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38452026-07-28T02:46:27.862Z
38462026-07-28T02:46:27.862Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/303)
38472026-07-28T02:46:28.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-07-28T02:46:28.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-07-28T02:46:28.612Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38502026-07-28T02:46:39.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38512026-07-28T02:46:39.411Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38522026-07-28T02:46:39.411Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38532026-07-28T02:46:39.606Z
38542026-07-28T02:46:39.606Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/303)
38552026-07-28T02:46:40.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-07-28T02:46:40.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-07-28T02:46:40.357Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-07-28T02:46:51.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38592026-07-28T02:46:51.105Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38602026-07-28T02:46:51.105Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38612026-07-28T02:46:51.298Z
38622026-07-28T02:46:51.298Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/303)
38632026-07-28T02:46:51.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-28T02:46:51.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-28T02:46:52.055Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-28T02:47:02.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38672026-07-28T02:47:02.911Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38682026-07-28T02:47:02.911Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38692026-07-28T02:47:03.108Z
38702026-07-28T02:47:03.108Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/303)
38712026-07-28T02:47:03.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-28T02:47:03.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-28T02:47:03.872Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-28T02:47:14.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38752026-07-28T02:47:14.656Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38762026-07-28T02:47:14.656Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38772026-07-28T02:47:14.850Z
38782026-07-28T02:47:14.850Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/303)
38792026-07-28T02:47:15.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-28T02:47:15.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-28T02:47:15.602Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-28T02:47:26.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38832026-07-28T02:47:26.362Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38842026-07-28T02:47:26.362Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38852026-07-28T02:47:26.560Z
38862026-07-28T02:47:26.560Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/303)
38872026-07-28T02:47:27.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-28T02:47:27.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-28T02:47:27.307Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-28T02:47:38.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38912026-07-28T02:47:38.147Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38922026-07-28T02:47:38.147Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38932026-07-28T02:47:38.350Z
38942026-07-28T02:47:38.350Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/303)
38952026-07-28T02:47:38.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-28T02:47:38.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-28T02:47:39.097Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-28T02:47:49.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38992026-07-28T02:47:49.905Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39002026-07-28T02:47:49.905Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39012026-07-28T02:47:50.104Z
39022026-07-28T02:47:50.105Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/303)
39032026-07-28T02:47:50.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-28T02:47:50.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-28T02:47:50.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-07-28T02:47:50.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39072026-07-28T02:47:50.666Z
39082026-07-28T02:47:50.666Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/303)
39092026-07-28T02:47:51.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-28T02:47:51.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-28T02:47:51.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-28T02:47:51.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39132026-07-28T02:47:51.226Z
39142026-07-28T02:47:51.226Zinfo: running `cargo check --bins` on range-requests (214/303)
39152026-07-28T02:47:51.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-28T02:47:51.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-28T02:47:51.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-28T02:47:51.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-07-28T02:47:51.777Z
39202026-07-28T02:47:51.777Zinfo: running `cargo check --bins` on repo-depot-api (215/303)
39212026-07-28T02:47:52.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-28T02:47:52.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-28T02:47:52.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-28T02:47:52.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39252026-07-28T02:47:52.327Z
39262026-07-28T02:47:52.327Zinfo: running `cargo check --bins` on sled-agent-api (216/303)
39272026-07-28T02:47:52.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-28T02:47:52.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-28T02:47:52.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-28T02:47:52.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39312026-07-28T02:47:52.907Z
39322026-07-28T02:47:52.907Zinfo: running `cargo check --bins` on sled-diagnostics (217/303)
39332026-07-28T02:47:53.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-28T02:47:53.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-28T02:47:53.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-28T02:47:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39372026-07-28T02:47:53.478Z
39382026-07-28T02:47:53.478Zinfo: running `cargo check --bins` on zfs-test-harness (218/303)
39392026-07-28T02:47:53.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-28T02:47:53.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-28T02:47:53.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-28T02:47:53.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39432026-07-28T02:47:54.052Z
39442026-07-28T02:47:54.052Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/303)
39452026-07-28T02:47:54.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-28T02:47:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-28T02:47:54.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-28T02:47:54.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39492026-07-28T02:47:54.628Z
39502026-07-28T02:47:54.628Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/303)
39512026-07-28T02:47:55.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-28T02:47:55.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-28T02:47:55.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-28T02:47:55.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39552026-07-28T02:47:55.208Z
39562026-07-28T02:47:55.208Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/303)
39572026-07-28T02:47:55.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-28T02:47:55.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-28T02:47:55.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-28T02:47:55.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-07-28T02:47:55.787Z
39622026-07-28T02:47:55.787Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/303)
39632026-07-28T02:47:56.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-28T02:47:56.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-28T02:47:56.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-28T02:47:56.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39672026-07-28T02:47:56.360Z
39682026-07-28T02:47:56.360Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/303)
39692026-07-28T02:47:56.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-28T02:47:56.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-28T02:47:56.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-28T02:47:56.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39732026-07-28T02:47:56.939Z
39742026-07-28T02:47:56.939Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/303)
39752026-07-28T02:47:57.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-28T02:47:57.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-28T02:47:57.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-28T02:47:57.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39792026-07-28T02:47:57.514Z
39802026-07-28T02:47:57.514Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/303)
39812026-07-28T02:47:58.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-28T02:47:58.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-28T02:47:58.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-28T02:47:58.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39852026-07-28T02:47:58.093Z
39862026-07-28T02:47:58.093Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/303)
39872026-07-28T02:47:58.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-28T02:47:58.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-28T02:47:58.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-28T02:47:58.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39912026-07-28T02:47:58.698Z
39922026-07-28T02:47:58.698Zinfo: running `cargo check --bins` on trust-quorum (227/303)
39932026-07-28T02:47:59.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-28T02:47:59.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-28T02:47:59.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-28T02:47:59.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-07-28T02:47:59.279Z
39982026-07-28T02:47:59.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/303)
39992026-07-28T02:47:59.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-28T02:47:59.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-28T02:47:59.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-28T02:47:59.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40032026-07-28T02:47:59.872Z
40042026-07-28T02:47:59.872Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/303)
40052026-07-28T02:48:00.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-28T02:48:00.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-28T02:48:00.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-28T02:48:00.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40092026-07-28T02:48:00.484Z
40102026-07-28T02:48:00.484Zinfo: running `cargo check --bins` on update-common (230/303)
40112026-07-28T02:48:00.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-28T02:48:00.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-28T02:48:00.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-28T02:48:00.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40152026-07-28T02:48:01.046Z
40162026-07-28T02:48:01.046Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/303)
40172026-07-28T02:48:01.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-28T02:48:01.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-28T02:48:01.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-07-28T02:48:01.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40212026-07-28T02:48:01.663Z
40222026-07-28T02:48:01.663Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/303)
40232026-07-28T02:48:02.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-07-28T02:48:02.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-07-28T02:48:02.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-07-28T02:48:02.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40272026-07-28T02:48:02.204Z
40282026-07-28T02:48:02.205Zinfo: running `cargo check --bins` on reconfigurator-cli (233/303)
40292026-07-28T02:48:02.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-07-28T02:48:02.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-07-28T02:48:02.953Z Compiling fs-err v2.11.0
40322026-07-28T02:48:02.956Z Checking ignore v0.4.25
40332026-07-28T02:48:02.956Z Checking arc-swap v1.8.2
40342026-07-28T02:48:03.074Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40352026-07-28T02:48:03.082Z Checking predicates-tree v1.0.13
40362026-07-28T02:48:03.096Z Checking parse-size v1.1.0
40372026-07-28T02:48:03.118Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40382026-07-28T02:48:03.130Z Checking rand_seeder v0.4.0
40392026-07-28T02:48:03.197Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40402026-07-28T02:48:03.215Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40412026-07-28T02:48:03.268Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40422026-07-28T02:48:03.286Z Checking slog-scope v4.4.1
40432026-07-28T02:48:03.322Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40442026-07-28T02:48:03.409Z Compiling petname v2.0.2
40452026-07-28T02:48:03.424Z Checking slog-stdlog v4.1.1
40462026-07-28T02:48:03.437Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40472026-07-28T02:48:03.454Z Checking globwalk v0.9.1
40482026-07-28T02:48:03.503Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40492026-07-28T02:48:03.541Z Checking slog-envlogger v2.2.0
40502026-07-28T02:48:03.627Z Checking camino-tempfile-ext v0.3.3
40512026-07-28T02:48:03.689Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40522026-07-28T02:48:03.727Z Checking sapling-renderdag v0.1.0
40532026-07-28T02:48:03.824Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40542026-07-28T02:48:03.878Z Checking subprocess v0.2.15
40552026-07-28T02:48:03.966Z Checking sync-ptr v0.1.4
40562026-07-28T02:48:04.061Z Checking colored v2.2.0
40572026-07-28T02:48:04.081Z Checking assert_matches v1.5.0
40582026-07-28T02:48:04.157Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40592026-07-28T02:48:04.302Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40602026-07-28T02:48:04.302Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40612026-07-28T02:48:05.056Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40622026-07-28T02:48:06.387Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40632026-07-28T02:48:08.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
40642026-07-28T02:48:08.801Z
40652026-07-28T02:48:08.801Zinfo: running `cargo check --bins` on omicron-repl-utils (234/303)
40662026-07-28T02:48:09.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-07-28T02:48:09.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-07-28T02:48:09.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-07-28T02:48:09.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40702026-07-28T02:48:09.348Z
40712026-07-28T02:48:09.348Zinfo: running `cargo check --bins` on transient-dns-server (235/303)
40722026-07-28T02:48:09.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-28T02:48:09.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-28T02:48:09.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-07-28T02:48:09.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40762026-07-28T02:48:09.921Z
40772026-07-28T02:48:09.921Zinfo: running `cargo check --bins` on nexus-test-interface (236/303)
40782026-07-28T02:48:10.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-07-28T02:48:10.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-07-28T02:48:10.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-07-28T02:48:10.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40822026-07-28T02:48:10.537Z
40832026-07-28T02:48:10.537Zinfo: running `cargo check --bins` on oximeter-collector (237/303)
40842026-07-28T02:48:11.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-07-28T02:48:11.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-07-28T02:48:11.235Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40872026-07-28T02:48:11.235Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40882026-07-28T02:48:11.871Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40892026-07-28T02:48:13.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40902026-07-28T02:48:13.703Z
40912026-07-28T02:48:13.703Zinfo: running `cargo check --bins` on oximeter-api (238/303)
40922026-07-28T02:48:14.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-07-28T02:48:14.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-07-28T02:48:14.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-07-28T02:48:14.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40962026-07-28T02:48:14.264Z
40972026-07-28T02:48:14.264Zinfo: running `cargo check --bins` on cert-dev (239/303)
40982026-07-28T02:48:14.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-28T02:48:14.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-28T02:48:14.847Z Checking yasna v0.5.2
41012026-07-28T02:48:15.248Z Checking rcgen v0.12.1
41022026-07-28T02:48:15.501Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41032026-07-28T02:48:15.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41042026-07-28T02:48:15.854Z
41052026-07-28T02:48:15.854Zinfo: running `cargo check --bins` on clickana (240/303)
41062026-07-28T02:48:16.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-07-28T02:48:16.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-07-28T02:48:16.474Z Compiling instability v0.3.11
41092026-07-28T02:48:16.474Z Checking castaway v0.2.4
41102026-07-28T02:48:16.477Z Compiling indoc v2.0.7
41112026-07-28T02:48:16.477Z Checking unicode-truncate v1.1.0
41122026-07-28T02:48:16.580Z Checking lru v0.12.5
41132026-07-28T02:48:16.587Z Checking cassowary v0.3.0
41142026-07-28T02:48:16.672Z Checking compact_str v0.8.1
41152026-07-28T02:48:17.463Z Checking ratatui v0.29.0
41162026-07-28T02:48:18.534Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41172026-07-28T02:48:19.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
41182026-07-28T02:48:19.369Z
41192026-07-28T02:48:19.369Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/303)
41202026-07-28T02:48:19.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-07-28T02:48:19.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-07-28T02:48:20.060Z Checking headers-core v0.3.0
41232026-07-28T02:48:20.063Z Checking port-file v0.1.0
41242026-07-28T02:48:20.063Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41252026-07-28T02:48:20.256Z Checking headers v0.4.1
41262026-07-28T02:48:20.619Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41272026-07-28T02:48:21.550Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41282026-07-28T02:48:22.040Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41292026-07-28T02:48:22.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
41302026-07-28T02:48:22.637Z
41312026-07-28T02:48:22.637Zinfo: running `cargo check --bins` on ch-dev (242/303)
41322026-07-28T02:48:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-07-28T02:48:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-07-28T02:48:23.329Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41352026-07-28T02:48:24.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41362026-07-28T02:48:24.257Z
41372026-07-28T02:48:24.257Zinfo: running `cargo check --bins` on dev-tools-common (243/303)
41382026-07-28T02:48:24.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-07-28T02:48:24.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-07-28T02:48:24.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-07-28T02:48:24.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41422026-07-28T02:48:24.669Z
41432026-07-28T02:48:24.669Zinfo: running `cargo check --bins` on corpus-adjust (244/303)
41442026-07-28T02:48:25.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-07-28T02:48:25.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-07-28T02:48:25.267Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41472026-07-28T02:48:25.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
41482026-07-28T02:48:25.787Z
41492026-07-28T02:48:25.787Zinfo: running `cargo check --bins` on crdb-seed (245/303)
41502026-07-28T02:48:26.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-28T02:48:26.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-28T02:48:26.473Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41532026-07-28T02:48:27.542Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41542026-07-28T02:48:27.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
41552026-07-28T02:48:28.066Z
41562026-07-28T02:48:28.066Zinfo: running `cargo check --bins` on db-dev (246/303)
41572026-07-28T02:48:28.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-28T02:48:28.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-28T02:48:28.756Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41602026-07-28T02:48:29.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41612026-07-28T02:48:29.693Z
41622026-07-28T02:48:29.693Zinfo: running `cargo check --bins` on omicron-dev-lib (247/303)
41632026-07-28T02:48:30.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-28T02:48:30.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-28T02:48:30.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-07-28T02:48:30.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41672026-07-28T02:48:30.287Z
41682026-07-28T02:48:30.287Zinfo: running `cargo check --bins` on xtask-downloader (248/303)
41692026-07-28T02:48:30.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-07-28T02:48:30.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-07-28T02:48:30.870Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41722026-07-28T02:48:31.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41732026-07-28T02:48:31.718Z
41742026-07-28T02:48:31.719Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/303)
41752026-07-28T02:48:32.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-07-28T02:48:32.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-07-28T02:48:32.439Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41782026-07-28T02:48:32.439Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-07-28T02:48:32.439Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-28T02:48:32.442Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41812026-07-28T02:48:32.442Z Checking git-stub v1.0.0
41822026-07-28T02:48:32.442Z Compiling trait-variant v0.1.2
41832026-07-28T02:48:32.443Z Checking is_ci v1.2.0
41842026-07-28T02:48:32.443Z Checking maplit v1.0.2
41852026-07-28T02:48:32.636Z Checking supports-color v3.0.2
41862026-07-28T02:48:32.639Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41872026-07-28T02:48:32.692Z Checking git-stub-vcs v0.1.0
41882026-07-28T02:48:32.760Z Checking drift v0.2.0
41892026-07-28T02:48:32.853Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41902026-07-28T02:48:32.869Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41912026-07-28T02:48:32.886Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41922026-07-28T02:48:33.073Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41932026-07-28T02:48:33.105Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41942026-07-28T02:48:33.108Z Checking dropshot-api-manager v0.7.2
41952026-07-28T02:48:33.149Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41962026-07-28T02:48:33.292Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41972026-07-28T02:48:33.539Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41982026-07-28T02:48:33.843Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41992026-07-28T02:48:34.418Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42002026-07-28T02:48:34.418Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42012026-07-28T02:48:38.863Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42022026-07-28T02:48:39.811Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42032026-07-28T02:48:40.353Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42042026-07-28T02:48:40.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
42052026-07-28T02:48:40.789Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42062026-07-28T02:48:40.789Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42072026-07-28T02:48:40.967Z
42082026-07-28T02:48:40.967Zinfo: running `cargo check --bins` on installinator-api (250/303)
42092026-07-28T02:48:41.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-07-28T02:48:41.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-07-28T02:48:41.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-07-28T02:48:41.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42132026-07-28T02:48:41.530Z
42142026-07-28T02:48:41.530Zinfo: running `cargo check --bins` on nexus-external-api (251/303)
42152026-07-28T02:48:42.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-07-28T02:48:42.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-07-28T02:48:42.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-07-28T02:48:42.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42192026-07-28T02:48:42.128Z
42202026-07-28T02:48:42.128Zinfo: running `cargo check --bins` on nexus-internal-api (252/303)
42212026-07-28T02:48:42.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-07-28T02:48:42.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-07-28T02:48:42.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-07-28T02:48:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42252026-07-28T02:48:42.730Z
42262026-07-28T02:48:42.731Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/303)
42272026-07-28T02:48:43.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-07-28T02:48:43.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-07-28T02:48:43.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-07-28T02:48:43.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42312026-07-28T02:48:43.332Z
42322026-07-28T02:48:43.332Zinfo: running `cargo check --bins` on ntp-admin-api (254/303)
42332026-07-28T02:48:43.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-07-28T02:48:43.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-07-28T02:48:43.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-07-28T02:48:43.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42372026-07-28T02:48:43.893Z
42382026-07-28T02:48:43.893Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/303)
42392026-07-28T02:48:44.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-07-28T02:48:44.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-07-28T02:48:44.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-07-28T02:48:44.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42432026-07-28T02:48:44.437Z
42442026-07-28T02:48:44.437Zinfo: running `cargo check --bins` on wicketd-api (256/303)
42452026-07-28T02:48:44.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-07-28T02:48:44.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-07-28T02:48:44.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-07-28T02:48:44.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42492026-07-28T02:48:45.010Z
42502026-07-28T02:48:45.010Zinfo: running `cargo check --bins` on wicketd-commission-api (257/303)
42512026-07-28T02:48:45.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-07-28T02:48:45.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-07-28T02:48:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-07-28T02:48:45.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42552026-07-28T02:48:45.582Z
42562026-07-28T02:48:45.582Zinfo: running `cargo check --bins` on omicron-ls-apis (258/303)
42572026-07-28T02:48:46.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-07-28T02:48:46.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-07-28T02:48:46.174Z Compiling blake3 v1.8.5
42602026-07-28T02:48:46.283Z Checking arrayvec v0.7.6
42612026-07-28T02:48:46.286Z Checking constant_time_eq v0.4.2
42622026-07-28T02:48:46.286Z Checking arrayref v0.3.9
42632026-07-28T02:48:46.307Z Checking cargo-platform v0.3.2
42642026-07-28T02:48:46.307Z Checking topological-sort v0.2.2
42652026-07-28T02:48:46.310Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42662026-07-28T02:48:46.480Z Checking cargo_metadata v0.23.1
42672026-07-28T02:48:47.155Z Checking omicron-zone-package v0.12.3
42682026-07-28T02:48:47.870Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42692026-07-28T02:48:48.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
42702026-07-28T02:48:48.868Z
42712026-07-28T02:48:48.868Zinfo: running `cargo check --bins` on mgs-dev (259/303)
42722026-07-28T02:48:49.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-07-28T02:48:49.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-07-28T02:48:49.578Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42752026-07-28T02:48:50.206Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42762026-07-28T02:48:50.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42772026-07-28T02:48:50.903Z
42782026-07-28T02:48:50.904Zinfo: running `cargo check --bins` on omicron-omdb (260/303)
42792026-07-28T02:48:51.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-07-28T02:48:51.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-07-28T02:48:51.849Z Compiling darling_core v0.21.3
42822026-07-28T02:48:51.849Z Compiling vergen-lib v0.1.6
42832026-07-28T02:48:51.849Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42842026-07-28T02:48:51.852Z Compiling diesel_derives v2.3.7
42852026-07-28T02:48:51.852Z Checking scheduled-thread-pool v0.2.7
42862026-07-28T02:48:51.852Z Compiling vergen-gitcl v1.0.8
42872026-07-28T02:48:51.852Z Compiling diesel_table_macro_syntax v0.3.0
42882026-07-28T02:48:51.852Z Compiling dirs-sys-next v0.1.2
42892026-07-28T02:48:52.146Z Compiling glob v0.3.3
42902026-07-28T02:48:52.177Z Compiling crunchy v0.2.4
42912026-07-28T02:48:52.271Z Compiling dirs-next v2.0.0
42922026-07-28T02:48:52.286Z Checking r2d2 v0.8.10
42932026-07-28T02:48:52.302Z Checking downcast-rs v2.0.2
42942026-07-28T02:48:52.394Z Compiling tiny-keccak v2.0.2
42952026-07-28T02:48:52.468Z Compiling term v0.7.0
42962026-07-28T02:48:52.520Z Compiling clang-sys v1.8.1
42972026-07-28T02:48:52.536Z Compiling bit-vec v0.6.3
42982026-07-28T02:48:52.553Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42992026-07-28T02:48:52.751Z Compiling ascii-canvas v3.0.0
43002026-07-28T02:48:52.767Z Compiling bit-set v0.5.3
43012026-07-28T02:48:52.897Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43022026-07-28T02:48:52.930Z Compiling itertools v0.10.5
43032026-07-28T02:48:52.985Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43042026-07-28T02:48:53.001Z Compiling ena v0.14.4
43052026-07-28T02:48:53.021Z Compiling libloading v0.8.9
43062026-07-28T02:48:53.036Z Compiling regex-syntax v0.6.29
43072026-07-28T02:48:53.051Z Compiling bindgen v0.71.1
43082026-07-28T02:48:53.208Z Compiling diff v0.1.13
43092026-07-28T02:48:53.469Z Compiling cexpr v0.6.0
43102026-07-28T02:48:53.484Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43112026-07-28T02:48:53.591Z Compiling rustc-hash v2.1.1
43122026-07-28T02:48:53.728Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43132026-07-28T02:48:53.858Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43142026-07-28T02:48:54.007Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43152026-07-28T02:48:54.135Z Compiling libxml v0.3.3
43162026-07-28T02:48:54.179Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43172026-07-28T02:48:54.271Z Compiling strum_macros v0.24.3
43182026-07-28T02:48:54.360Z Compiling lalrpop v0.19.12
43192026-07-28T02:48:54.407Z Compiling indoc v1.0.9
43202026-07-28T02:48:54.590Z Compiling darling_macro v0.21.3
43212026-07-28T02:48:55.113Z Compiling darling v0.21.3
43222026-07-28T02:48:55.133Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43232026-07-28T02:48:55.205Z Compiling dsl_auto_type v0.2.0
43242026-07-28T02:48:55.319Z Checking derive_builder v0.20.2
43252026-07-28T02:48:55.440Z Compiling oso-derive v0.27.3
43262026-07-28T02:48:55.562Z Checking quick-xml v0.37.5
43272026-07-28T02:48:55.603Z Compiling impl-trait-for-tuples v0.2.3
43282026-07-28T02:48:55.945Z Checking openssl-probe v0.1.6
43292026-07-28T02:48:56.087Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43302026-07-28T02:48:56.424Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43312026-07-28T02:48:56.618Z Checking bb8 v0.8.6
43322026-07-28T02:48:56.820Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43332026-07-28T02:48:56.844Z Checking nonempty v0.12.0
43342026-07-28T02:48:56.928Z Compiling libz-sys v1.1.24
43352026-07-28T02:48:57.025Z Compiling strsim v0.10.0
43362026-07-28T02:48:57.045Z Compiling libgit2-sys v0.18.3+1.9.2
43372026-07-28T02:48:57.163Z Compiling vergen-git2 v9.1.0
43382026-07-28T02:48:57.350Z Compiling darling_core v0.13.4
43392026-07-28T02:48:57.404Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43402026-07-28T02:48:57.498Z Compiling base64 v0.21.7
43412026-07-28T02:48:57.618Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43422026-07-28T02:48:57.854Z Compiling ron v0.8.1
43432026-07-28T02:48:58.655Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43442026-07-28T02:48:58.819Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43452026-07-28T02:48:58.869Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43462026-07-28T02:48:59.058Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43472026-07-28T02:48:59.248Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43482026-07-28T02:48:59.301Z Compiling darling_macro v0.13.4
43492026-07-28T02:48:59.436Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43502026-07-28T02:48:59.622Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-07-28T02:48:59.790Z Compiling darling v0.13.4
43522026-07-28T02:48:59.809Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43532026-07-28T02:48:59.880Z Compiling serde_with_macros v1.5.2
43542026-07-28T02:48:59.994Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43552026-07-28T02:49:00.180Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43562026-07-28T02:49:00.312Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43572026-07-28T02:49:00.363Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43582026-07-28T02:49:00.715Z Compiling serde_with v1.14.0
43592026-07-28T02:49:01.150Z Checking diesel v2.3.7
43602026-07-28T02:49:01.851Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43612026-07-28T02:49:01.976Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43622026-07-28T02:49:02.125Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43632026-07-28T02:49:02.866Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43642026-07-28T02:49:03.382Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43652026-07-28T02:49:03.502Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-07-28T02:49:03.625Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43672026-07-28T02:49:04.178Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43682026-07-28T02:49:04.448Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43692026-07-28T02:49:04.562Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43702026-07-28T02:49:04.621Z Checking twox-hash v2.1.2
43712026-07-28T02:49:04.750Z Checking libsw-core v0.3.2
43722026-07-28T02:49:04.911Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43732026-07-28T02:49:04.927Z Checking libsw v3.5.0
43742026-07-28T02:49:05.050Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43752026-07-28T02:49:05.082Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43762026-07-28T02:49:05.317Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-07-28T02:49:05.473Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43782026-07-28T02:49:06.750Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43792026-07-28T02:49:06.767Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43802026-07-28T02:49:07.107Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43812026-07-28T02:49:07.438Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43822026-07-28T02:49:07.819Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43832026-07-28T02:49:08.010Z Checking console v0.16.2
43842026-07-28T02:49:08.325Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43852026-07-28T02:49:08.429Z Checking fatfs v0.3.6
43862026-07-28T02:49:08.472Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43872026-07-28T02:49:08.893Z Compiling seq-macro v0.3.6
43882026-07-28T02:49:09.396Z Checking unit-prefix v0.5.2
43892026-07-28T02:49:09.536Z Checking indicatif v0.18.4
43902026-07-28T02:49:09.840Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43912026-07-28T02:49:09.917Z Checking oxide-update-engine-display v0.1.2
43922026-07-28T02:49:09.934Z Checking support-bundle-viewer v0.1.2
43932026-07-28T02:49:10.182Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43942026-07-28T02:49:10.217Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43952026-07-28T02:49:10.468Z Checking multimap v0.10.1
43962026-07-28T02:49:15.991Z Checking async-bb8-diesel v0.2.1
43972026-07-28T02:49:16.355Z Checking diesel-dtrace v0.5.0
43982026-07-28T02:49:20.813Z Compiling samael v0.0.19
43992026-07-28T02:49:24.966Z Compiling git2 v0.20.4
44002026-07-28T02:49:25.962Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44012026-07-28T02:49:26.469Z Compiling polar-core v0.27.3
44022026-07-28T02:49:27.376Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44032026-07-28T02:49:30.925Z Checking oso v0.27.3
44042026-07-28T02:50:03.198Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44052026-07-28T02:51:16.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
44062026-07-28T02:51:16.893Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44072026-07-28T02:51:16.893Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44082026-07-28T02:51:17.133Z
44092026-07-28T02:51:17.133Zinfo: running `cargo check --bins` on nexus-networking (261/303)
44102026-07-28T02:51:17.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-28T02:51:17.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-28T02:51:17.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-28T02:51:17.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44142026-07-28T02:51:17.789Z
44152026-07-28T02:51:17.789Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/303)
44162026-07-28T02:51:18.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-28T02:51:18.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-28T02:51:18.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-28T02:51:18.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44202026-07-28T02:51:18.408Z
44212026-07-28T02:51:18.408Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/303)
44222026-07-28T02:51:18.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-28T02:51:18.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-28T02:51:18.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-07-28T02:51:18.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44262026-07-28T02:51:19.026Z
44272026-07-28T02:51:19.026Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/303)
44282026-07-28T02:51:19.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-28T02:51:19.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-28T02:51:19.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-07-28T02:51:19.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44322026-07-28T02:51:19.577Z
44332026-07-28T02:51:19.577Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/303)
44342026-07-28T02:51:20.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-28T02:51:20.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-28T02:51:20.397Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44372026-07-28T02:51:21.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44382026-07-28T02:51:21.156Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44392026-07-28T02:51:21.156Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44402026-07-28T02:51:21.359Z
44412026-07-28T02:51:21.359Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/303)
44422026-07-28T02:51:21.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-28T02:51:21.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-28T02:51:22.170Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44452026-07-28T02:52:00.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.12s
44462026-07-28T02:52:00.496Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44472026-07-28T02:52:00.496Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44482026-07-28T02:52:00.700Z
44492026-07-28T02:52:00.701Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/303)
44502026-07-28T02:52:01.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-28T02:52:01.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-28T02:52:01.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-28T02:52:01.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44542026-07-28T02:52:01.244Z
44552026-07-28T02:52:01.244Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/303)
44562026-07-28T02:52:01.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-28T02:52:01.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-28T02:52:01.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-28T02:52:01.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44602026-07-28T02:52:01.793Z
44612026-07-28T02:52:01.793Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/303)
44622026-07-28T02:52:02.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-28T02:52:02.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-28T02:52:02.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-28T02:52:02.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44662026-07-28T02:52:02.404Z
44672026-07-28T02:52:02.404Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/303)
44682026-07-28T02:52:02.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-28T02:52:02.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-28T02:52:02.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-07-28T02:52:02.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44722026-07-28T02:52:03.028Z
44732026-07-28T02:52:03.029Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/303)
44742026-07-28T02:52:03.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-07-28T02:52:03.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-07-28T02:52:03.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-07-28T02:52:03.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44782026-07-28T02:52:03.649Z
44792026-07-28T02:52:03.649Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/303)
44802026-07-28T02:52:04.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-07-28T02:52:04.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-07-28T02:52:04.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-07-28T02:52:04.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44842026-07-28T02:52:04.257Z
44852026-07-28T02:52:04.258Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/303)
44862026-07-28T02:52:04.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-07-28T02:52:04.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-07-28T02:52:04.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-07-28T02:52:04.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44902026-07-28T02:52:04.876Z
44912026-07-28T02:52:04.876Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/303)
44922026-07-28T02:52:05.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-07-28T02:52:05.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-07-28T02:52:05.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-07-28T02:52:05.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44962026-07-28T02:52:05.498Z
44972026-07-28T02:52:05.498Zinfo: running `cargo check --bins` on nexus-switch-config (275/303)
44982026-07-28T02:52:06.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-07-28T02:52:06.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-07-28T02:52:06.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-07-28T02:52:06.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45022026-07-28T02:52:06.093Z
45032026-07-28T02:52:06.093Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/303)
45042026-07-28T02:52:06.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-07-28T02:52:06.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-07-28T02:52:06.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45072026-07-28T02:52:06.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45082026-07-28T02:52:06.718Z
45092026-07-28T02:52:06.718Zinfo: running `cargo check --bins` on support-bundle-collection (277/303)
45102026-07-28T02:52:07.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-07-28T02:52:07.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-07-28T02:52:07.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45132026-07-28T02:52:07.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45142026-07-28T02:52:07.337Z
45152026-07-28T02:52:07.337Zinfo: running `cargo check --bins` on omicron-dev (278/303)
45162026-07-28T02:52:07.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-07-28T02:52:07.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-07-28T02:52:08.214Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45192026-07-28T02:52:08.217Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45202026-07-28T02:52:08.401Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45212026-07-28T02:52:08.432Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45222026-07-28T02:52:08.435Z Checking yansi v1.0.1
45232026-07-28T02:52:08.435Z Checking diff v0.1.13
45242026-07-28T02:52:08.476Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45252026-07-28T02:52:08.491Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45262026-07-28T02:52:08.711Z Checking pretty_assertions v1.4.1
45272026-07-28T02:52:09.459Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45282026-07-28T02:52:09.492Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45292026-07-28T02:52:34.029Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45302026-07-28T02:52:34.032Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45312026-07-28T02:52:34.032Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45322026-07-28T02:52:34.032Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45332026-07-28T02:52:34.032Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45342026-07-28T02:52:34.032Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45352026-07-28T02:52:34.033Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45362026-07-28T02:52:34.836Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45372026-07-28T02:52:34.839Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45382026-07-28T02:52:36.075Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45392026-07-28T02:53:13.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45402026-07-28T02:53:13.934Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45412026-07-28T02:53:13.934Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45422026-07-28T02:53:14.134Z
45432026-07-28T02:53:14.135Zinfo: running `cargo check --bins` on oximeter-load-test (279/303)
45442026-07-28T02:53:14.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-28T02:53:14.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-28T02:53:14.831Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45472026-07-28T02:53:15.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45482026-07-28T02:53:15.610Z
45492026-07-28T02:53:15.610Zinfo: running `cargo check --bins` on omicron-pins (280/303)
45502026-07-28T02:53:16.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-07-28T02:53:16.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-07-28T02:53:16.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45532026-07-28T02:53:16.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45542026-07-28T02:53:16.158Z
45552026-07-28T02:53:16.158Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/303)
45562026-07-28T02:53:16.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-07-28T02:53:16.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-07-28T02:53:16.915Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45592026-07-28T02:53:17.037Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45602026-07-28T02:53:17.040Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45612026-07-28T02:53:43.473Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45622026-07-28T02:53:43.869Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45632026-07-28T02:53:45.621Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45642026-07-28T02:53:46.081Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45652026-07-28T02:53:49.200Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45662026-07-28T02:54:12.902Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45672026-07-28T02:54:13.634Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45682026-07-28T02:54:15.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.12s
45692026-07-28T02:54:15.490Z
45702026-07-28T02:54:15.490Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/303)
45712026-07-28T02:54:15.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-07-28T02:54:16.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-07-28T02:54:16.184Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45742026-07-28T02:54:16.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45752026-07-28T02:54:17.054Z
45762026-07-28T02:54:17.055Zinfo: running `cargo check --bins` on omicron-releng (283/303)
45772026-07-28T02:54:17.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-28T02:54:17.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-28T02:54:17.685Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45802026-07-28T02:54:17.793Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45812026-07-28T02:54:17.793Z Checking digest-io v0.1.0
45822026-07-28T02:54:17.796Z Checking sha2 v0.11.0
45832026-07-28T02:54:17.813Z Checking rawzip v0.4.4
45842026-07-28T02:54:17.821Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45852026-07-28T02:54:17.824Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45862026-07-28T02:54:17.824Z Checking shell-words v1.1.1
45872026-07-28T02:54:18.244Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45882026-07-28T02:54:18.461Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45892026-07-28T02:54:19.465Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45902026-07-28T02:54:20.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
45912026-07-28T02:54:20.677Z
45922026-07-28T02:54:20.677Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/303)
45932026-07-28T02:54:21.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-07-28T02:54:21.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-07-28T02:54:21.298Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45962026-07-28T02:54:21.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
45972026-07-28T02:54:21.964Z
45982026-07-28T02:54:21.964Zinfo: running `cargo check --bins` on schema (285/303)
45992026-07-28T02:54:22.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-07-28T02:54:22.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-07-28T02:54:22.668Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46022026-07-28T02:54:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
46032026-07-28T02:54:23.542Z
46042026-07-28T02:54:23.542Zinfo: running `cargo check --bins` on xtask (286/303)
46052026-07-28T02:54:23.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-07-28T02:54:23.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-07-28T02:54:23.941Z Checking serde_core v1.0.228
46082026-07-28T02:54:23.941Z Checking libc v0.2.185
46092026-07-28T02:54:24.021Z Checking bitflags v2.11.0
46102026-07-28T02:54:24.027Z Checking scroll v0.12.0
46112026-07-28T02:54:24.030Z Checking thiserror v1.0.69
46122026-07-28T02:54:24.038Z Checking log v0.4.29
46132026-07-28T02:54:24.045Z Checking indexmap v2.14.0
46142026-07-28T02:54:24.054Z Checking zerocopy v0.7.35
46152026-07-28T02:54:24.118Z Checking syn v2.0.117
46162026-07-28T02:54:24.160Z Checking dtrace-parser v0.2.0
46172026-07-28T02:54:24.175Z Checking once_cell v1.21.3
46182026-07-28T02:54:24.236Z Checking goblin v0.8.2
46192026-07-28T02:54:24.294Z Checking errno v0.3.14
46202026-07-28T02:54:24.344Z Checking getrandom v0.4.1
46212026-07-28T02:54:24.389Z Checking thread-id v4.2.2
46222026-07-28T02:54:24.412Z Checking rustix v1.1.3
46232026-07-28T02:54:24.464Z Checking memmap v0.7.0
46242026-07-28T02:54:24.476Z Checking thiserror v2.0.18
46252026-07-28T02:54:24.532Z Checking fs-err v3.3.0
46262026-07-28T02:54:24.570Z Checking tabled v0.15.0
46272026-07-28T02:54:24.570Z Checking anyhow v1.0.102
46282026-07-28T02:54:25.186Z Checking terminal_size v0.4.3
46292026-07-28T02:54:25.186Z Checking tempfile v3.25.0
46302026-07-28T02:54:25.296Z Checking clap_builder v4.6.0
46312026-07-28T02:54:25.299Z Checking textwrap v0.16.2
46322026-07-28T02:54:25.475Z Checking serde v1.0.228
46332026-07-28T02:54:25.475Z Checking serde_json v1.0.150
46342026-07-28T02:54:25.475Z Checking camino v1.2.2
46352026-07-28T02:54:25.502Z Checking semver v1.0.28
46362026-07-28T02:54:25.665Z Checking cargo-platform v0.3.2
46372026-07-28T02:54:25.719Z Checking camino-tempfile v1.4.1
46382026-07-28T02:54:25.891Z Checking toml_datetime v0.6.11
46392026-07-28T02:54:25.891Z Checking serde_spanned v0.6.9
46402026-07-28T02:54:25.894Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46412026-07-28T02:54:25.894Z Checking macaddr v1.0.1
46422026-07-28T02:54:26.081Z Checking toml_edit v0.22.27
46432026-07-28T02:54:26.084Z Checking dof v0.3.0
46442026-07-28T02:54:26.084Z Checking cargo_metadata v0.23.1
46452026-07-28T02:54:26.348Z Checking usdt-impl v0.5.0
46462026-07-28T02:54:26.453Z Checking clap v4.6.1
46472026-07-28T02:54:26.622Z Checking usdt v0.5.0
46482026-07-28T02:54:27.051Z Checking toml v0.8.23
46492026-07-28T02:54:27.310Z Checking cargo_toml v0.21.0
46502026-07-28T02:54:27.951Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46512026-07-28T02:54:28.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
46522026-07-28T02:54:28.447Z
46532026-07-28T02:54:28.447Zinfo: running `cargo check --bins` on dnsadm (287/303)
46542026-07-28T02:54:28.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-07-28T02:54:28.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-07-28T02:54:29.060Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46572026-07-28T02:54:29.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
46582026-07-28T02:54:29.731Z
46592026-07-28T02:54:29.731Zinfo: running `cargo check --bins` on end-to-end-tests (288/303)
46602026-07-28T02:54:30.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-07-28T02:54:30.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-07-28T02:54:30.529Z Checking cpubits v0.1.1
46632026-07-28T02:54:30.532Z Checking pem-rfc7468 v1.0.0
46642026-07-28T02:54:30.666Z Checking hmac v0.13.0
46652026-07-28T02:54:30.666Z Checking universal-hash v0.6.1
46662026-07-28T02:54:30.688Z Checking ctr v0.10.1
46672026-07-28T02:54:30.688Z Checking aead v0.6.1
46682026-07-28T02:54:30.717Z Checking aes v0.9.1
46692026-07-28T02:54:30.721Z Checking crypto-bigint v0.7.5
46702026-07-28T02:54:30.744Z Checking cbc v0.2.1
46712026-07-28T02:54:30.775Z Checking polyval v0.7.1
46722026-07-28T02:54:30.792Z Checking der v0.8.0
46732026-07-28T02:54:30.815Z Checking pbkdf2 v0.13.0
46742026-07-28T02:54:30.833Z Checking salsa20 v0.11.0
46752026-07-28T02:54:30.892Z Checking ff v0.14.0
46762026-07-28T02:54:30.913Z Checking signature v3.0.0
46772026-07-28T02:54:30.930Z Checking base16ct v1.0.0
46782026-07-28T02:54:30.933Z Checking ghash v0.6.0
46792026-07-28T02:54:31.010Z Checking scrypt v0.12.0
46802026-07-28T02:54:31.023Z Checking group v0.14.0
46812026-07-28T02:54:31.051Z Checking hkdf v0.13.0
46822026-07-28T02:54:31.069Z Checking rfc6979 v0.5.0
46832026-07-28T02:54:31.088Z Compiling curve25519-dalek v5.0.0-rc.0
46842026-07-28T02:54:31.104Z Checking aes-gcm v0.11.0
46852026-07-28T02:54:31.166Z Checking poly1305 v0.9.0
46862026-07-28T02:54:31.169Z Checking blowfish v0.10.0
46872026-07-28T02:54:31.196Z Checking blake2 v0.11.0-rc.6
46882026-07-28T02:54:31.209Z Checking keccak v0.2.0
46892026-07-28T02:54:31.260Z Checking fiat-crypto v0.3.0
46902026-07-28T02:54:31.328Z Checking bcrypt-pbkdf v0.11.0
46912026-07-28T02:54:31.365Z Checking sha3 v0.11.0
46922026-07-28T02:54:31.439Z Checking kem v0.3.0
46932026-07-28T02:54:31.454Z Checking argon2 v0.6.0-rc.8
46942026-07-28T02:54:31.478Z Checking module-lattice v0.2.3
46952026-07-28T02:54:31.551Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46962026-07-28T02:54:31.566Z Checking spki v0.8.0
46972026-07-28T02:54:31.691Z Checking sec1 v0.8.1
46982026-07-28T02:54:31.707Z Checking ml-kem v0.3.2
46992026-07-28T02:54:31.728Z Checking pkcs5 v0.8.1
47002026-07-28T02:54:31.744Z Checking pkcs1 v0.8.0-rc.4
47012026-07-28T02:54:31.760Z Checking internal-russh-num-bigint v0.5.0
47022026-07-28T02:54:31.889Z Checking num-bigint v0.4.6
47032026-07-28T02:54:31.948Z Checking generic-array v1.4.3
47042026-07-28T02:54:32.019Z Checking pkcs8 v0.11.0
47052026-07-28T02:54:32.220Z Checking ed25519 v3.0.0
47062026-07-28T02:54:32.329Z Compiling enum_dispatch v0.3.13
47072026-07-28T02:54:32.344Z Checking russh-util v0.52.0
47082026-07-28T02:54:32.412Z Checking ed25519-dalek v3.0.0-rc.0
47092026-07-28T02:54:32.462Z Compiling delegate v0.13.5
47102026-07-28T02:54:32.485Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47112026-07-28T02:54:32.599Z Checking hex-literal v1.1.0
47122026-07-28T02:54:32.630Z Checking md5 v0.8.0
47132026-07-28T02:54:32.720Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47142026-07-28T02:54:32.800Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47152026-07-28T02:54:32.822Z Checking socket2 v0.5.10
47162026-07-28T02:54:32.891Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47172026-07-28T02:54:32.956Z Checking elliptic-curve v0.14.0-rc.33
47182026-07-28T02:54:33.001Z Checking primefield v0.14.0
47192026-07-28T02:54:33.070Z Checking ssh-encoding v0.3.0-rc.9
47202026-07-28T02:54:33.206Z Checking crypto-primes v0.7.2
47212026-07-28T02:54:33.283Z Checking internet-checksum v0.2.1
47222026-07-28T02:54:33.298Z Checking ssh-cipher v0.3.0-rc.9
47232026-07-28T02:54:33.396Z Checking russh-cryptovec v0.61.0
47242026-07-28T02:54:33.418Z Checking primeorder v0.14.0-rc.10
47252026-07-28T02:54:33.418Z Checking ecdsa v0.17.0-rc.18
47262026-07-28T02:54:33.773Z Checking p521 v0.14.0-rc.10
47272026-07-28T02:54:33.774Z Checking p256 v0.14.0-rc.10
47282026-07-28T02:54:34.137Z Checking rsa v0.10.0-rc.18
47292026-07-28T02:54:36.110Z Checking p384 v0.14.0-rc.10
47302026-07-28T02:54:37.964Z Checking ssh-key v0.7.0-rc.10
47312026-07-28T02:54:38.724Z Checking russh v0.61.2
47322026-07-28T02:54:50.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.24s
47332026-07-28T02:54:50.979Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47342026-07-28T02:54:50.979Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47352026-07-28T02:54:51.180Z
47362026-07-28T02:54:51.180Zinfo: running `cargo check --bins` on gateway-cli (289/303)
47372026-07-28T02:54:51.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47382026-07-28T02:54:51.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47392026-07-28T02:54:51.797Z Checking termios v0.3.3
47402026-07-28T02:54:51.989Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47412026-07-28T02:54:52.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
47422026-07-28T02:54:52.730Z
47432026-07-28T02:54:52.730Zinfo: running `cargo check --bins --no-default-features` on installinator (290/303)
47442026-07-28T02:54:53.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-07-28T02:54:53.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-07-28T02:54:53.399Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47472026-07-28T02:54:54.092Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47482026-07-28T02:54:55.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
47492026-07-28T02:54:55.937Z
47502026-07-28T02:54:55.937Zinfo: running `cargo check --bins` on internal-dns-cli (291/303)
47512026-07-28T02:54:56.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-07-28T02:54:56.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-07-28T02:54:56.553Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47542026-07-28T02:54:56.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
47552026-07-28T02:54:57.135Z
47562026-07-28T02:54:57.135Zinfo: running `cargo check --bins` on omicron-live-tests (292/303)
47572026-07-28T02:54:57.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-07-28T02:54:57.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-07-28T02:54:57.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47602026-07-28T02:54:57.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47612026-07-28T02:54:57.685Z
47622026-07-28T02:54:57.685Zinfo: running `cargo check --bins` on live-tests-macros (293/303)
47632026-07-28T02:54:58.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-28T02:54:58.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-28T02:54:58.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47662026-07-28T02:54:58.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47672026-07-28T02:54:58.233Z
47682026-07-28T02:54:58.233Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/303)
47692026-07-28T02:54:58.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-07-28T02:54:58.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-07-28T02:54:58.968Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47722026-07-28T02:54:59.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47732026-07-28T02:54:59.759Z
47742026-07-28T02:54:59.759Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/303)
47752026-07-28T02:55:00.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-07-28T02:55:00.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-07-28T02:55:00.385Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47782026-07-28T02:55:00.386Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47792026-07-28T02:55:01.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
47802026-07-28T02:55:01.441Z
47812026-07-28T02:55:01.441Zinfo: running `cargo check --bins` on ntp-admin-types (296/303)
47822026-07-28T02:55:01.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-07-28T02:55:01.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-07-28T02:55:01.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47852026-07-28T02:55:01.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47862026-07-28T02:55:01.987Z
47872026-07-28T02:55:01.987Zinfo: running `cargo check --bins` on omicron-package (297/303)
47882026-07-28T02:55:02.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-28T02:55:02.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-28T02:55:02.647Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47912026-07-28T02:55:03.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47922026-07-28T02:55:03.906Z
47932026-07-28T02:55:03.906Zinfo: running `cargo check --bins` on tqdb (298/303)
47942026-07-28T02:55:04.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-28T02:55:04.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-28T02:55:04.667Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47972026-07-28T02:55:05.021Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47982026-07-28T02:55:05.540Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47992026-07-28T02:55:05.544Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48002026-07-28T02:55:11.667Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48012026-07-28T02:55:11.670Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48022026-07-28T02:55:12.250Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48032026-07-28T02:55:12.253Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48042026-07-28T02:55:12.253Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48052026-07-28T02:55:12.253Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48062026-07-28T02:55:13.007Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48072026-07-28T02:55:14.067Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48082026-07-28T02:55:14.876Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48092026-07-28T02:55:15.501Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48102026-07-28T02:55:20.287Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48112026-07-28T02:55:27.021Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48122026-07-28T02:55:27.059Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48132026-07-28T02:55:27.059Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48142026-07-28T02:55:27.059Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48152026-07-28T02:55:28.478Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-07-28T02:55:29.799Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48172026-07-28T02:55:30.477Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48182026-07-28T02:55:31.708Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48192026-07-28T02:55:32.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.34s
48202026-07-28T02:55:32.458Z
48212026-07-28T02:55:32.458Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48222026-07-28T02:55:32.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-28T02:55:32.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-28T02:55:33.143Z Checking rtoolbox v0.0.3
48252026-07-28T02:55:33.146Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48262026-07-28T02:55:33.265Z Checking tui-tree-widget v0.23.1
48272026-07-28T02:55:33.358Z Checking rpassword v7.5.4
48282026-07-28T02:55:36.326Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48292026-07-28T02:55:38.197Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48302026-07-28T02:55:39.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
48312026-07-28T02:55:39.094Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48322026-07-28T02:55:39.094Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48332026-07-28T02:55:39.276Z
48342026-07-28T02:55:39.276Zinfo: running `cargo check --bins` on wicket (300/303)
48352026-07-28T02:55:39.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-07-28T02:55:39.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-07-28T02:55:39.943Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48382026-07-28T02:55:40.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48392026-07-28T02:55:40.300Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48402026-07-28T02:55:40.300Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48412026-07-28T02:55:40.477Z
48422026-07-28T02:55:40.477Zinfo: running `cargo check --bins` on wicketd (301/303)
48432026-07-28T02:55:40.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-07-28T02:55:40.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-07-28T02:55:41.161Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48462026-07-28T02:55:44.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
48472026-07-28T02:55:44.730Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48482026-07-28T02:55:44.730Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48492026-07-28T02:55:44.911Z
48502026-07-28T02:55:44.911Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48512026-07-28T02:55:45.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48522026-07-28T02:55:45.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48532026-07-28T02:55:45.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48542026-07-28T02:55:45.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48552026-07-28T02:55:45.459Z
48562026-07-28T02:55:45.459Zinfo: running `cargo check --bins` on zone-setup (303/303)
48572026-07-28T02:55:45.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48582026-07-28T02:55:45.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48592026-07-28T02:55:46.103Z Checking uzers v0.12.2
48602026-07-28T02:55:46.371Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48612026-07-28T02:55:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
48622026-07-28T02:55:47.330Z
48632026-07-28T02:55:47.330Zreal 13:48.321913873
48642026-07-28T02:55:47.330Zuser 20:48.831659259
48652026-07-28T02:55:47.330Zsys 4:12.965260518
48662026-07-28T02:55:47.330Ztrap 0.328192129
48672026-07-28T02:55:47.330Ztflt 0.610597042
48682026-07-28T02:55:47.330Zdflt 0.923169762
48692026-07-28T02:55:47.334Zkflt 0.004894953
48702026-07-28T02:55:47.334Zlock 1:27:16.396189498
48712026-07-28T02:55:47.334Zslp 1:39:40.460576104
48722026-07-28T02:55:47.334Zlat 54.758593841
48732026-07-28T02:55:47.334Zstop 3:54.398527144
48742026-07-28T02:55:47.334Zprocess exited: duration 952881 ms, exit code 0
 
48752026-07-28T02:55:47.340Zfound 0 output files