01KYNMVFCB43A72EG4Q8T7K1FJ: 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: 01KYNMW8DD7SSKJZFH26N5YW37

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T00:38:22.931Zjob assigned to worker 01KYNMWGTBAD30GD4J64N5W0D9 [factory aws, i-0c7b1693e4f4bb3b1] (queued for 50 s)
 
22026-07-29T00:38:29.444Zstarting task 0: "setup"
32026-07-29T00:38:29.450Z++ uname -s
42026-07-29T00:38:29.453Z+ kern=SunOS
52026-07-29T00:38:29.453Z+ build_user=build
62026-07-29T00:38:29.453Z+ build_uid=12345
72026-07-29T00:38:29.453Z+ work_dir=/work
82026-07-29T00:38:29.453Z+ input_dir=/input
92026-07-29T00:38:29.453Z+ [[ 0 == 12345 ]]
102026-07-29T00:38:29.453Z+ case "$kern" in
112026-07-29T00:38:29.453Z+ groupadd -g 12345 build
122026-07-29T00:38:29.453Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T00:38:31.458Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T00:38:31.549Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T00:38:31.552Z+ home_fs=zfs
162026-07-29T00:38:31.552Z+ [[ zfs == autofs ]]
172026-07-29T00:38:31.552Z+ mkdir -p /home/build
182026-07-29T00:38:31.552Z+ chown build:build /home/build /work
192026-07-29T00:38:33.553Z+ chmod 0700 /home/build /work
202026-07-29T00:38:33.585Zprocess exited: duration 4110 ms, exit code 0
 
212026-07-29T00:38:33.594Zstarting task 1: "rust-toolchain"
222026-07-29T00:38:33.598Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T00:38:33.598Z * rust toolchain channel = "1.97.1"
242026-07-29T00:38:33.598Z * rust toolchain profile = "default"
252026-07-29T00:38:33.598Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-29T00:38:33.598Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T00:38:33.598Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T00:38:33.601Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T00:38:33.601Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T00:38:33.656Zinfo: downloading installer
312026-07-29T00:38:35.265Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T00:38:35.266Zwarn: /home/build/.rustup/settings.toml
332026-07-29T00:38:35.266Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T00:38:35.266Zwarn: instead of the one inferred from the default host triple.
352026-07-29T00:38:35.278Zinfo: profile set to default
362026-07-29T00:38:35.278Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T00:38:35.282Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T00:38:35.419Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T00:38:35.422Zinfo: downloading 6 components
402026-07-29T00:38:50.804Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T00:38:50.804Z
422026-07-29T00:38:50.830Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T00:38:50.830Z
442026-07-29T00:38:50.830Z
452026-07-29T00:38:50.831ZRust is installed now. Great!
462026-07-29T00:38:50.831Z
472026-07-29T00:38:50.831ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T00:38:50.831Zenvironment variable. This has not been done automatically.
492026-07-29T00:38:50.831Z
502026-07-29T00:38:50.831ZTo configure your current shell, you need to source
512026-07-29T00:38:50.831Zthe corresponding env file under $HOME/.cargo.
522026-07-29T00:38:50.831Z
532026-07-29T00:38:50.831ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T00:38:50.834Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T00:38:50.834Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T00:38:50.834Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T00:38:50.835Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T00:38:50.835Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T00:38:50.835Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T00:38:50.835Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T00:38:50.835Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T00:38:50.916Z+ rustup --version
632026-07-29T00:38:50.925Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T00:38:50.928Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T00:38:50.946Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T00:38:50.949Z+ cargo --version
672026-07-29T00:38:50.963Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T00:38:50.967Z+ rustc --version
692026-07-29T00:38:50.986Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T00:38:50.989Zprocess exited: duration 17394 ms, exit code 0
 
712026-07-29T00:38:50.995Zstarting task 2: "authentication"
722026-07-29T00:38:51.012Zprocess exited: duration 16 ms, exit code 0
 
732026-07-29T00:38:51.019Zstarting task 3: "clone repository"
742026-07-29T00:38:51.022Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T00:38:51.025Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T00:38:51.055ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T00:39:00.927Z+ cd /work/oxidecomputer/omicron
782026-07-29T00:39:00.927Z+ git fetch origin 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
792026-07-29T00:39:01.252ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T00:39:01.252Z * branch 84e182fda794489ad2b97fdfb9aa7a0e00319b9c -> FETCH_HEAD
812026-07-29T00:39:01.262Z+ [[ -n eliza/external-client ]]
822026-07-29T00:39:01.266Z++ git branch --show-current
832026-07-29T00:39:01.266Z+ current=main
842026-07-29T00:39:01.266Z+ [[ main != eliza/external-client ]]
852026-07-29T00:39:01.266Z+ git branch -f eliza/external-client 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
862026-07-29T00:39:01.269Z+ git checkout -f eliza/external-client
872026-07-29T00:39:01.454ZSwitched to branch 'eliza/external-client'
882026-07-29T00:39:01.457Z+ git reset --hard 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
892026-07-29T00:39:01.634ZHEAD is now at 84e182fda Update nexus/src/app/external_client.rs
902026-07-29T00:39:01.637Zprocess exited: duration 10616 ms, exit code 0
 
912026-07-29T00:39:01.642Zstarting task 4: "build"
922026-07-29T00:39:01.647Z+ source .github/buildomat/ci-env.sh
932026-07-29T00:39:01.650Z++ export CARGO_TERM_COLOR=always
942026-07-29T00:39:01.650Z++ CARGO_TERM_COLOR=always
952026-07-29T00:39:01.650Z+++ uname -s
962026-07-29T00:39:01.650Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T00:39:01.650Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T00:39:01.650Z+ cargo --version
992026-07-29T00:39:01.659Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T00:39:01.662Z+ rustc --version
1012026-07-29T00:39:01.682Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T00:39:01.685Z+ source ./env.sh
1032026-07-29T00:39:01.685Z++ OLD_SHELL_OPTS=ehxB
1042026-07-29T00:39:01.685Z++ set -o xtrace
1052026-07-29T00:39:01.688Z++++ dirname ./env.sh
1062026-07-29T00:39:01.688Z+++ readlink -f .
1072026-07-29T00:39:01.691Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-29T00:39:01.691Z++ 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-29T00:39:01.691Z++ 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-29T00:39:01.691Z++ 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-29T00:39:01.692Z++ 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-29T00:39:01.692Z++ 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-29T00:39:01.692Z++ 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-29T00:39:01.692Z++ 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-29T00:39:01.692Z++ 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-29T00:39:01.692Z++ 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-29T00:39:01.692Z++ 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-29T00:39:01.692Z++ case $OLD_SHELL_OPTS in
1192026-07-29T00:39:01.692Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-29T00:39:01.692Z+ 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-29T00:39:01.692Z+ 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-29T00:39:01.692Z+ banner prerequisites
1232026-07-29T00:39:01.695Z
1242026-07-29T00:39:01.695Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-29T00:39:01.695Z # # # # # # # # # # # # # # #
1262026-07-29T00:39:01.695Z # # # # ##### # # ##### # # # # # #### #
1272026-07-29T00:39:01.695Z ##### ##### # ##### # # # # # # # # #
1282026-07-29T00:39:01.695Z # # # # # # # # # # # # # # #
1292026-07-29T00:39:01.695Z # # # ###### # # ###### ### # #### # #### #
1302026-07-29T00:39:01.695Z
1312026-07-29T00:39:01.695Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-29T00:39:03.339Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-29T00:39:03.583Z Startup: Caching catalogs ... Done
1342026-07-29T00:39:04.777ZPlanning: Solver setup ... Done (1.089s)
1352026-07-29T00:39:04.796ZPlanning: Running solver ... Done (0.044s)
1362026-07-29T00:39:04.831ZPlanning: Finding local manifests ... Done (0.002s)
1372026-07-29T00:39:04.842ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-29T00:39:04.864ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-29T00:39:04.877ZPlanning: Package planning ... Done (0.013s)
1402026-07-29T00:39:04.882ZPlanning: Merging actions ... Done (0.001s)
1412026-07-29T00:39:05.079ZPlanning: Checking for conflicting actions ... Done (0.200s)
1422026-07-29T00:39:05.082ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-29T00:39:05.864ZPlanning: Evaluating mediators ... Done (0.785s)
1442026-07-29T00:39:05.868ZPlanning: Planning completed in 2.25 seconds
1452026-07-29T00:39:05.875Z Packages to install: 2
1462026-07-29T00:39:05.878Z Estimated space available: 156.02 GB
1472026-07-29T00:39:05.878ZEstimated space to be consumed: 55.05 MB
1482026-07-29T00:39:05.878Z Create boot environment: No
1492026-07-29T00:39:05.878ZCreate backup boot environment: No
1502026-07-29T00:39:05.878Z Rebuild boot archive: No
1512026-07-29T00:39:05.879Z
1522026-07-29T00:39:05.879ZChanged packages:
1532026-07-29T00:39:05.879Zhelios
1542026-07-29T00:39:05.879Z developer/build-essential
1552026-07-29T00:39:05.879Z None -> 11-3.0
1562026-07-29T00:39:05.879Z library/libxmlsec1
1572026-07-29T00:39:05.879Z None -> 1.2.35-3.0
1582026-07-29T00:39:05.900Z
1592026-07-29T00:39:05.900ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-29T00:39:05.968ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-07-29T00:39:06.055Z Actions: 1/268 actions (Installing new actions)
1622026-07-29T00:39:06.091Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-29T00:39:06.115ZFinalize: Updating package state database ... Done (0.023s)
1642026-07-29T00:39:06.119ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-29T00:39:06.170ZFinalize: Updating image state ... Done (0.057s)
1662026-07-29T00:39:08.581ZFinalize: Creating fast lookup database ... Done (2.373s)
1672026-07-29T00:39:08.652ZFinalize: Reading search index ... Done (0.015s)
1682026-07-29T00:39:08.655ZFinalize: Updating search index ... Done (0.000s)
1692026-07-29T00:39:08.775ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-29T00:39:09.114ZPlanning: Evaluating mediator changes ... Done
1712026-07-29T00:39:09.219ZPlanning: Checking for conflicting actions ... Done
1722026-07-29T00:39:09.224ZPlanning: Consolidating action changes ... Done
1732026-07-29T00:39:09.378ZPlanning: Evaluating mediators ... Done
1742026-07-29T00:39:09.384ZPlanning: Planning completed in 0.26 seconds
1752026-07-29T00:39:09.400Z Mediators to change: 2
1762026-07-29T00:39:09.400Z Create boot environment: No
1772026-07-29T00:39:09.406ZCreate backup boot environment: No
1782026-07-29T00:39:09.444ZFinalize: Updating package state database ... Done
1792026-07-29T00:39:09.444ZFinalize: Updating package cache ... Done
1802026-07-29T00:39:09.477ZFinalize: Updating image state ... Done
1812026-07-29T00:39:11.418ZFinalize: Creating fast lookup database ... Done
1822026-07-29T00:39:11.483ZFinalize: Reading search index ... Done
1832026-07-29T00:39:11.486ZFinalize: Updating search index ... Done
1842026-07-29T00:39:11.555ZFinalize: Updating package cache ... Done
1852026-07-29T00:39:11.839ZPlanning: Evaluating mediator changes ... Done
1862026-07-29T00:39:11.944ZPlanning: Checking for conflicting actions ... Done
1872026-07-29T00:39:11.949ZPlanning: Consolidating action changes ... Done
1882026-07-29T00:39:12.100ZPlanning: Evaluating mediators ... Done
1892026-07-29T00:39:12.103ZPlanning: Planning completed in 0.26 seconds
1902026-07-29T00:39:12.123Z Mediators to change: 1
1912026-07-29T00:39:12.123Z Create boot environment: No
1922026-07-29T00:39:12.123ZCreate backup boot environment: No
1932026-07-29T00:39:12.165ZFinalize: Updating package state database ... Done
1942026-07-29T00:39:12.165ZFinalize: Updating package cache ... Done
1952026-07-29T00:39:12.197ZFinalize: Updating image state ... Done
1962026-07-29T00:39:14.144ZFinalize: Creating fast lookup database ... Done
1972026-07-29T00:39:14.211ZFinalize: Reading search index ... Done
1982026-07-29T00:39:14.214ZFinalize: Updating search index ... Done
1992026-07-29T00:39:14.312ZFinalize: Updating package cache ... Done
2002026-07-29T00:39:14.620ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-29T00:39:14.620Zapache system 2.4 system
2022026-07-29T00:39:14.620Zclang system 15 system
2032026-07-29T00:39:14.621Zcsh system system illumos
2042026-07-29T00:39:14.621Zctags system system illumos
2052026-07-29T00:39:14.621Zfile vendor vendor darwinsys
2062026-07-29T00:39:14.621Zfile system system illumos
2072026-07-29T00:39:14.621Zgcc vendor 14 vendor
2082026-07-29T00:39:14.621Zgcc system 13 system
2092026-07-29T00:39:14.621Zgcc system 10 system
2102026-07-29T00:39:14.621Zgo system 1.25 system
2112026-07-29T00:39:14.621Zllvm system 15 system
2122026-07-29T00:39:14.621Zmariadb system 11.4 system
2132026-07-29T00:39:14.621Zmta vendor vendor dma
2142026-07-29T00:39:14.621Zopenjdk system 17 system
2152026-07-29T00:39:14.621Zopenjdk system 11 system
2162026-07-29T00:39:14.621Zopenssl vendor 3 vendor
2172026-07-29T00:39:14.621Zperl system 5.40 system
2182026-07-29T00:39:14.621Zpostgresql system 18 system
2192026-07-29T00:39:14.621Zpostgresql system 17 system
2202026-07-29T00:39:14.621Zpython vendor 3 vendor
2212026-07-29T00:39:14.621Zpython system 2 system
2222026-07-29T00:39:14.621Zpython3 vendor 3.13 vendor
2232026-07-29T00:39:14.621Zruby system 3.4 system
2242026-07-29T00:39:14.621Zruby system 3.0 system
2252026-07-29T00:39:14.621Zwords vendor vendor american-english
2262026-07-29T00:39:14.621Zwords system system australian-english
2272026-07-29T00:39:14.621Zwords system system british-english
2282026-07-29T00:39:14.621Zwords system system canadian-english
2292026-07-29T00:39:14.621Zwords system system french
2302026-07-29T00:39:14.621Zwords system system italian
2312026-07-29T00:39:14.621Zwords system system ngerman
2322026-07-29T00:39:14.621Zwords system system ogerman
2332026-07-29T00:39:14.621Zwords system system spanish
2342026-07-29T00:39:14.869ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-29T00:39:14.869Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-29T00:39:15.259ZFMRI IFO
2372026-07-29T00:39:15.259Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-29T00:39:15.259Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-29T00:39:15.259Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-29T00:39:15.259Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-29T00:39:15.259Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-29T00:39:15.259Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-29T00:39:15.259Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-29T00:39:15.259Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-29T00:39:15.259Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-29T00:39:15.553Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-29T00:39:15.871Z Updating crates.io index
2482026-07-29T00:39:15.874Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-29T00:39:16.087Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-29T00:39:16.359Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-29T00:39:17.232Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-29T00:39:17.697Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-29T00:39:19.917Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-29T00:39:20.369Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-29T00:39:20.585Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-29T00:39:20.893Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-29T00:39:22.033Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-29T00:39:22.272Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-29T00:39:22.559Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-29T00:39:22.796Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-29T00:39:23.296Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-29T00:39:23.694Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-29T00:39:24.106Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-29T00:39:24.154Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-29T00:39:24.987Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-29T00:39:24.987Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-29T00:39:25.033Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-29T00:39:25.227Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-29T00:39:25.483Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-29T00:39:25.860Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-29T00:39:26.257Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-29T00:39:26.523Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-29T00:39:26.956Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-29T00:39:27.220Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-29T00:39:27.610Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-29T00:39:28.087Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-29T00:39:28.331Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-29T00:39:28.545Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-29T00:39:28.902Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-29T00:39:29.295Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-29T00:39:29.535Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-29T00:39:29.835Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-29T00:39:30.099Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-29T00:39:30.409Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-29T00:39:30.663Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-29T00:39:32.606Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-29T00:39:32.669Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-29T00:39:32.670Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-29T00:39:34.219Z Downloading crates ...
2902026-07-29T00:39:34.254Z Downloaded memmap v0.7.0
2912026-07-29T00:39:34.275Z Downloaded is_terminal_polyfill v1.70.2
2922026-07-29T00:39:34.276Z Downloaded fs-err v3.3.0
2932026-07-29T00:39:34.276Z Downloaded log v0.4.29
2942026-07-29T00:39:34.277Z Downloaded zmij v1.0.21
2952026-07-29T00:39:34.277Z Downloaded thiserror-impl v2.0.18
2962026-07-29T00:39:34.277Z Downloaded scroll v0.12.0
2972026-07-29T00:39:34.277Z Downloaded serde v1.0.228
2982026-07-29T00:39:34.282Z Downloaded zerocopy-derive v0.7.35
2992026-07-29T00:39:34.283Z Downloaded tabled v0.15.0
3002026-07-29T00:39:34.283Z Downloaded zerocopy v0.7.35
3012026-07-29T00:39:34.313Z Downloaded winnow v0.7.14
3022026-07-29T00:39:34.313Z Downloaded anstream v1.0.0
3032026-07-29T00:39:34.313Z Downloaded equivalent v1.0.2
3042026-07-29T00:39:34.313Z Downloaded clap_lex v1.0.0
3052026-07-29T00:39:34.313Z Downloaded pest_meta v2.8.6
3062026-07-29T00:39:34.314Z Downloaded cargo_metadata v0.23.1
3072026-07-29T00:39:34.337Z Downloaded papergrid v0.11.0
3082026-07-29T00:39:34.338Z Downloaded digest v0.10.7
3092026-07-29T00:39:34.338Z Downloaded proc-macro-error v1.0.4
3102026-07-29T00:39:34.338Z Downloaded cfg-if v1.0.4
3112026-07-29T00:39:34.338Z Downloaded camino v1.2.2
3122026-07-29T00:39:34.338Z Downloaded heck v0.4.1
3132026-07-29T00:39:34.338Z Downloaded scroll_derive v0.12.1
3142026-07-29T00:39:34.338Z Downloaded plain v0.2.3
3152026-07-29T00:39:34.338Z Downloaded generic-array v0.14.7
3162026-07-29T00:39:34.338Z Downloaded anstyle-parse v1.0.0
3172026-07-29T00:39:34.338Z Downloaded quote v1.0.45
3182026-07-29T00:39:34.338Z Downloaded serde_spanned v0.6.9
3192026-07-29T00:39:34.338Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-29T00:39:34.338Z Downloaded textwrap v0.16.2
3212026-07-29T00:39:34.338Z Downloaded byteorder v1.5.0
3222026-07-29T00:39:34.338Z Downloaded pest_derive v2.8.6
3232026-07-29T00:39:34.357Z Downloaded macaddr v1.0.1
3242026-07-29T00:39:34.357Z Downloaded fnv v1.0.7
3252026-07-29T00:39:34.357Z Downloaded heck v0.5.0
3262026-07-29T00:39:34.357Z Downloaded colorchoice v1.0.4
3272026-07-29T00:39:34.357Z Downloaded usdt v0.5.0
3282026-07-29T00:39:34.357Z Downloaded utf8parse v0.2.2
3292026-07-29T00:39:34.358Z Downloaded strsim v0.11.1
3302026-07-29T00:39:34.358Z Downloaded dof v0.3.0
3312026-07-29T00:39:34.358Z Downloaded unicode-linebreak v0.1.5
3322026-07-29T00:39:34.358Z Downloaded terminal_size v0.4.3
3332026-07-29T00:39:34.370Z Downloaded usdt-attr-macro v0.5.0
3342026-07-29T00:39:34.370Z Downloaded toml_write v0.1.2
3352026-07-29T00:39:34.370Z Downloaded itoa v1.0.17
3362026-07-29T00:39:34.370Z Downloaded thread-id v4.2.2
3372026-07-29T00:39:34.370Z Downloaded crypto-common v0.1.7
3382026-07-29T00:39:34.371Z Downloaded usdt-macro v0.5.0
3392026-07-29T00:39:34.371Z Downloaded version_check v0.9.5
3402026-07-29T00:39:34.386Z Downloaded swrite v0.1.0
3412026-07-29T00:39:34.386Z Downloaded cpufeatures v0.2.17
3422026-07-29T00:39:34.386Z Downloaded pretty-hex v0.4.1
3432026-07-29T00:39:34.386Z Downloaded errno v0.3.14
3442026-07-29T00:39:34.386Z Downloaded anstyle-query v1.1.5
3452026-07-29T00:39:34.386Z Downloaded dtrace-parser v0.2.0
3462026-07-29T00:39:34.386Z Downloaded cargo-platform v0.3.2
3472026-07-29T00:39:34.386Z Downloaded toml_datetime v0.6.11
3482026-07-29T00:39:34.386Z Downloaded block-buffer v0.10.4
3492026-07-29T00:39:34.405Z Downloaded tabled_derive v0.7.0
3502026-07-29T00:39:34.405Z Downloaded fastrand v2.3.0
3512026-07-29T00:39:34.405Z Downloaded sha2 v0.10.9
3522026-07-29T00:39:34.405Z Downloaded thiserror-impl v1.0.69
3532026-07-29T00:39:34.405Z Downloaded cargo_toml v0.21.0
3542026-07-29T00:39:34.405Z Downloaded clap_derive v4.6.1
3552026-07-29T00:39:34.405Z Downloaded pest_generator v2.8.6
3562026-07-29T00:39:34.405Z Downloaded anyhow v1.0.102
3572026-07-29T00:39:34.405Z Downloaded smawk v0.3.2
3582026-07-29T00:39:34.405Z Downloaded toml_edit v0.22.27
3592026-07-29T00:39:34.421Z Downloaded bytecount v0.6.9
3602026-07-29T00:39:34.421Z Downloaded thiserror v2.0.18
3612026-07-29T00:39:34.421Z Downloaded anstyle v1.0.14
3622026-07-29T00:39:34.421Z Downloaded camino-tempfile v1.4.1
3632026-07-29T00:39:34.421Z Downloaded thiserror v1.0.69
3642026-07-29T00:39:34.421Z Downloaded usdt-impl v0.5.0
3652026-07-29T00:39:34.421Z Downloaded autocfg v1.5.0
3662026-07-29T00:39:34.433Z Downloaded bitflags v2.11.0
3672026-07-29T00:39:34.433Z Downloaded serde_tokenstream v0.2.3
3682026-07-29T00:39:34.433Z Downloaded ucd-trie v0.1.7
3692026-07-29T00:39:34.440Z Downloaded tempfile v3.25.0
3702026-07-29T00:39:34.440Z Downloaded toml v0.8.23
3712026-07-29T00:39:34.440Z Downloaded semver v1.0.28
3722026-07-29T00:39:34.463Z Downloaded serde_derive v1.0.228
3732026-07-29T00:39:34.488Z Downloaded once_cell v1.21.3
3742026-07-29T00:39:34.488Z Downloaded getrandom v0.4.1
3752026-07-29T00:39:34.488Z Downloaded serde_core v1.0.228
3762026-07-29T00:39:34.488Z Downloaded clap v4.6.1
3772026-07-29T00:39:34.488Z Downloaded unicode-ident v1.0.24
3782026-07-29T00:39:34.502Z Downloaded proc-macro2 v1.0.106
3792026-07-29T00:39:34.502Z Downloaded memchr v2.8.0
3802026-07-29T00:39:34.502Z Downloaded indexmap v2.14.0
3812026-07-29T00:39:34.503Z Downloaded typenum v1.20.1
3822026-07-29T00:39:34.522Z Downloaded pest v2.8.6
3832026-07-29T00:39:34.530Z Downloaded serde_json v1.0.151
3842026-07-29T00:39:34.542Z Downloaded clap_builder v4.6.0
3852026-07-29T00:39:34.542Z Downloaded hashbrown v0.17.0
3862026-07-29T00:39:34.553Z Downloaded goblin v0.8.2
3872026-07-29T00:39:34.571Z Downloaded syn v1.0.109
3882026-07-29T00:39:34.594Z Downloaded unicode-width v0.2.0
3892026-07-29T00:39:34.594Z Downloaded syn v2.0.117
3902026-07-29T00:39:34.603Z Downloaded unicode-width v0.1.14
3912026-07-29T00:39:34.603Z Downloaded rustix v1.1.3
3922026-07-29T00:39:34.624Z Downloaded libc v0.2.185
3932026-07-29T00:39:34.692Z Compiling proc-macro2 v1.0.106
3942026-07-29T00:39:34.692Z Compiling unicode-ident v1.0.24
3952026-07-29T00:39:34.692Z Compiling quote v1.0.45
3962026-07-29T00:39:34.698Z Compiling serde_core v1.0.228
3972026-07-29T00:39:34.698Z Compiling libc v0.2.185
3982026-07-29T00:39:34.699Z Compiling version_check v0.9.5
3992026-07-29T00:39:34.699Z Compiling memchr v2.8.0
4002026-07-29T00:39:34.699Z Compiling serde v1.0.228
4012026-07-29T00:39:35.005Z Compiling zmij v1.0.21
4022026-07-29T00:39:35.232Z Compiling itoa v1.0.17
4032026-07-29T00:39:35.273Z Compiling ucd-trie v0.1.7
4042026-07-29T00:39:35.410Z Compiling thiserror v1.0.69
4052026-07-29T00:39:35.541Z Compiling pest v2.8.6
4062026-07-29T00:39:35.596Z Compiling rustix v1.1.3
4072026-07-29T00:39:35.671Z Compiling byteorder v1.5.0
4082026-07-29T00:39:35.909Z Compiling errno v0.3.14
4092026-07-29T00:39:35.915Z Compiling serde_json v1.0.151
4102026-07-29T00:39:36.059Z Compiling bitflags v2.11.0
4112026-07-29T00:39:36.103Z Compiling syn v2.0.117
4122026-07-29T00:39:36.207Z Compiling thread-id v4.2.2
4132026-07-29T00:39:36.228Z Compiling usdt-impl v0.5.0
4142026-07-29T00:39:36.331Z Compiling proc-macro-error-attr v1.0.4
4152026-07-29T00:39:36.371Z Compiling syn v1.0.109
4162026-07-29T00:39:36.393Z Compiling camino v1.2.2
4172026-07-29T00:39:36.558Z Compiling pest_meta v2.8.6
4182026-07-29T00:39:36.763Z Compiling proc-macro-error v1.0.4
4192026-07-29T00:39:36.777Z Compiling getrandom v0.4.1
4202026-07-29T00:39:36.816Z Compiling hashbrown v0.17.0
4212026-07-29T00:39:36.937Z Compiling plain v0.2.3
4222026-07-29T00:39:37.164Z Compiling log v0.4.29
4232026-07-29T00:39:37.256Z Compiling utf8parse v0.2.2
4242026-07-29T00:39:37.314Z Compiling equivalent v1.0.2
4252026-07-29T00:39:37.357Z Compiling anstyle-parse v1.0.0
4262026-07-29T00:39:37.384Z Compiling indexmap v2.14.0
4272026-07-29T00:39:37.395Z Compiling terminal_size v0.4.3
4282026-07-29T00:39:37.983Z Compiling cfg-if v1.0.4
4292026-07-29T00:39:38.064Z Compiling anstyle v1.0.14
4302026-07-29T00:39:38.113Z Compiling autocfg v1.5.0
4312026-07-29T00:39:38.113Z Compiling pretty-hex v0.4.1
4322026-07-29T00:39:38.113Z Compiling anstyle-query v1.1.5
4332026-07-29T00:39:38.171Z Compiling toml_write v0.1.2
4342026-07-29T00:39:38.194Z Compiling thiserror v2.0.18
4352026-07-29T00:39:38.195Z Compiling colorchoice v1.0.4
4362026-07-29T00:39:38.220Z Compiling winnow v0.7.14
4372026-07-29T00:39:38.284Z Compiling is_terminal_polyfill v1.70.2
4382026-07-29T00:39:38.328Z Compiling pest_generator v2.8.6
4392026-07-29T00:39:38.929Z Compiling anstream v1.0.0
4402026-07-29T00:39:39.025Z Compiling fs-err v3.3.0
4412026-07-29T00:39:39.025Z Compiling once_cell v1.21.3
4422026-07-29T00:39:39.025Z Compiling fastrand v2.3.0
4432026-07-29T00:39:39.025Z Compiling heck v0.4.1
4442026-07-29T00:39:39.026Z Compiling strsim v0.11.1
4452026-07-29T00:39:39.026Z Compiling unicode-width v0.1.14
4462026-07-29T00:39:39.026Z Compiling anyhow v1.0.102
4472026-07-29T00:39:39.026Z Compiling heck v0.5.0
4482026-07-29T00:39:39.050Z Compiling bytecount v0.6.9
4492026-07-29T00:39:39.151Z Compiling fnv v1.0.7
4502026-07-29T00:39:39.193Z Compiling clap_lex v1.0.0
4512026-07-29T00:39:39.208Z Compiling papergrid v0.11.0
4522026-07-29T00:39:39.230Z Compiling tempfile v3.25.0
4532026-07-29T00:39:39.418Z Compiling clap_builder v4.6.0
4542026-07-29T00:39:39.470Z Compiling cargo-platform v0.3.2
4552026-07-29T00:39:39.555Z Compiling semver v1.0.28
4562026-07-29T00:39:39.581Z Compiling tabled_derive v0.7.0
4572026-07-29T00:39:39.665Z Compiling memmap v0.7.0
4582026-07-29T00:39:39.731Z Compiling unicode-linebreak v0.1.5
4592026-07-29T00:39:39.798Z Compiling smawk v0.3.2
4602026-07-29T00:39:39.929Z Compiling unicode-width v0.2.0
4612026-07-29T00:39:39.972Z Compiling camino-tempfile v1.4.1
4622026-07-29T00:39:40.036Z Compiling serde_derive v1.0.228
4632026-07-29T00:39:40.138Z Compiling thiserror-impl v1.0.69
4642026-07-29T00:39:40.159Z Compiling zerocopy-derive v0.7.35
4652026-07-29T00:39:40.268Z Compiling pest_derive v2.8.6
4662026-07-29T00:39:40.307Z Compiling scroll_derive v0.12.1
4672026-07-29T00:39:40.541Z Compiling thiserror-impl v2.0.18
4682026-07-29T00:39:40.701Z Compiling clap_derive v4.6.1
4692026-07-29T00:39:40.715Z Compiling tabled v0.15.0
4702026-07-29T00:39:40.962Z Compiling scroll v0.12.0
4712026-07-29T00:39:41.024Z Compiling zerocopy v0.7.35
4722026-07-29T00:39:41.232Z Compiling goblin v0.8.2
4732026-07-29T00:39:41.526Z Compiling dtrace-parser v0.2.0
4742026-07-29T00:39:41.574Z Compiling textwrap v0.16.2
4752026-07-29T00:39:41.977Z Compiling swrite v0.1.0
4762026-07-29T00:39:42.429Z Compiling clap v4.6.1
4772026-07-29T00:39:43.067Z Compiling toml_datetime v0.6.11
4782026-07-29T00:39:43.067Z Compiling serde_spanned v0.6.9
4792026-07-29T00:39:43.067Z Compiling macaddr v1.0.1
4802026-07-29T00:39:43.089Z Compiling cargo_metadata v0.23.1
4812026-07-29T00:39:43.089Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-29T00:39:43.154Z Compiling dof v0.3.0
4832026-07-29T00:39:43.180Z Compiling serde_tokenstream v0.2.3
4842026-07-29T00:39:43.286Z Compiling toml_edit v0.22.27
4852026-07-29T00:39:43.961Z Compiling usdt-attr-macro v0.5.0
4862026-07-29T00:39:43.961Z Compiling usdt-macro v0.5.0
4872026-07-29T00:39:44.605Z Compiling usdt v0.5.0
4882026-07-29T00:39:44.618Z Compiling toml v0.8.23
4892026-07-29T00:39:44.954Z Compiling cargo_toml v0.21.0
4902026-07-29T00:39:46.329Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-29T00:39:48.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
4922026-07-29T00:39:48.452Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-29T00:39:48.949Z Downloading crates ...
4942026-07-29T00:39:49.010Z Downloaded adler2 v2.0.1
4952026-07-29T00:39:49.020Z Downloaded arrayref v0.3.9
4962026-07-29T00:39:49.020Z Downloaded anstyle-parse v0.2.7
4972026-07-29T00:39:49.042Z Downloaded block-padding v0.4.2
4982026-07-29T00:39:49.042Z Downloaded foreign-types-shared v0.1.1
4992026-07-29T00:39:49.042Z Downloaded futures-io v0.3.32
5002026-07-29T00:39:49.042Z Downloaded cbc v0.2.1
5012026-07-29T00:39:49.042Z Downloaded chacha20 v0.9.1
5022026-07-29T00:39:49.052Z Downloaded aes-gcm v0.11.0
5032026-07-29T00:39:49.052Z Downloaded bzip2 v0.6.1
5042026-07-29T00:39:49.052Z Downloaded colored v2.2.0
5052026-07-29T00:39:49.053Z Downloaded fallible-iterator v0.2.0
5062026-07-29T00:39:49.053Z Downloaded filetime v0.2.27
5072026-07-29T00:39:49.053Z Downloaded foldhash v0.1.5
5082026-07-29T00:39:49.053Z Downloaded hash32 v0.2.1
5092026-07-29T00:39:49.053Z Downloaded aead v0.5.2
5102026-07-29T00:39:49.053Z Downloaded hex-literal v1.1.0
5112026-07-29T00:39:49.053Z Downloaded foreign-types v0.5.0
5122026-07-29T00:39:49.053Z Downloaded ghash v0.6.0
5132026-07-29T00:39:49.053Z Downloaded highway v1.3.0
5142026-07-29T00:39:49.053Z Downloaded base16ct v0.2.0
5152026-07-29T00:39:49.053Z Downloaded bitfield-struct v0.6.2
5162026-07-29T00:39:49.053Z Downloaded foreign-types-shared v0.3.1
5172026-07-29T00:39:49.053Z Downloaded ar_archive_writer v0.5.1
5182026-07-29T00:39:49.077Z Downloaded bcrypt-pbkdf v0.11.0
5192026-07-29T00:39:49.077Z Downloaded convert_case v0.4.0
5202026-07-29T00:39:49.077Z Downloaded fd-lock v4.0.4
5212026-07-29T00:39:49.077Z Downloaded async-trait v0.1.89
5222026-07-29T00:39:49.077Z Downloaded bit-set v0.8.0
5232026-07-29T00:39:49.077Z Downloaded bitfield-macros v0.19.4
5242026-07-29T00:39:49.077Z Downloaded git2 v0.20.4
5252026-07-29T00:39:49.090Z Downloaded num_enum_derive v0.7.6
5262026-07-29T00:39:49.090Z Downloaded async-recursion v1.1.1
5272026-07-29T00:39:49.090Z Downloaded foreign-types v0.3.2
5282026-07-29T00:39:49.090Z Downloaded array-init v0.0.4
5292026-07-29T00:39:49.090Z Downloaded async-stream v0.3.6
5302026-07-29T00:39:49.090Z Downloaded ff v0.13.1
5312026-07-29T00:39:49.090Z Downloaded base64ct v1.8.3
5322026-07-29T00:39:49.091Z Downloaded base16ct v1.0.0
5332026-07-29T00:39:49.091Z Downloaded bb8 v0.8.6
5342026-07-29T00:39:49.091Z Downloaded flagset v0.4.7
5352026-07-29T00:39:49.091Z Downloaded form_urlencoded v1.2.2
5362026-07-29T00:39:49.091Z Downloaded env_filter v1.0.0
5372026-07-29T00:39:49.091Z Downloaded ascii-canvas v3.0.0
5382026-07-29T00:39:49.091Z Downloaded atomicwrites v0.4.4
5392026-07-29T00:39:49.091Z Downloaded float-ord v0.3.2
5402026-07-29T00:39:49.091Z Downloaded git-stub v1.0.0
5412026-07-29T00:39:49.091Z Downloaded assert_matches v1.5.0
5422026-07-29T00:39:49.091Z Downloaded futures-task v0.3.32
5432026-07-29T00:39:49.091Z Downloaded futures-core v0.3.32
5442026-07-29T00:39:49.092Z Downloaded argon2 v0.5.3
5452026-07-29T00:39:49.120Z Downloaded aead v0.6.1
5462026-07-29T00:39:49.120Z Downloaded foreign-types-macros v0.2.3
5472026-07-29T00:39:49.120Z Downloaded futures-macro v0.3.32
5482026-07-29T00:39:49.120Z Downloaded atomic-waker v1.1.2
5492026-07-29T00:39:49.121Z Downloaded castaway v0.2.4
5502026-07-29T00:39:49.121Z Downloaded env_logger v0.11.9
5512026-07-29T00:39:49.121Z Downloaded foldhash v0.2.0
5522026-07-29T00:39:49.121Z Downloaded glob v0.3.3
5532026-07-29T00:39:49.121Z Downloaded gethostname v0.5.0
5542026-07-29T00:39:49.121Z Downloaded globset v0.4.18
5552026-07-29T00:39:49.121Z Downloaded cobs v0.3.0
5562026-07-29T00:39:49.146Z Downloaded cfg_aliases v0.1.1
5572026-07-29T00:39:49.146Z Downloaded ciborium-io v0.2.2
5582026-07-29T00:39:49.146Z Downloaded funty v2.0.0
5592026-07-29T00:39:49.146Z Downloaded fixedbitset v0.4.2
5602026-07-29T00:39:49.146Z Downloaded futures-sink v0.3.32
5612026-07-29T00:39:49.146Z Downloaded compression-core v0.4.31
5622026-07-29T00:39:49.156Z Downloaded group v0.14.0
5632026-07-29T00:39:49.156Z Downloaded ciborium-ll v0.2.2
5642026-07-29T00:39:49.156Z Downloaded bit-set v0.5.3
5652026-07-29T00:39:49.156Z Downloaded atty v0.2.14
5662026-07-29T00:39:49.156Z Downloaded fxhash v0.2.1
5672026-07-29T00:39:49.156Z Downloaded float-cmp v0.10.0
5682026-07-29T00:39:49.170Z Downloaded headers-core v0.3.0
5692026-07-29T00:39:49.170Z Downloaded hostname v0.3.1
5702026-07-29T00:39:49.170Z Downloaded cfg_aliases v0.2.1
5712026-07-29T00:39:49.170Z Downloaded block-buffer v0.12.1
5722026-07-29T00:39:49.170Z Downloaded async-stream-impl v0.3.6
5732026-07-29T00:39:49.170Z Downloaded num-derive v0.3.3
5742026-07-29T00:39:49.170Z Downloaded globwalk v0.9.1
5752026-07-29T00:39:49.185Z Downloaded home v0.5.12
5762026-07-29T00:39:49.186Z Downloaded hash32 v0.3.1
5772026-07-29T00:39:49.186Z Downloaded http-range v0.1.5
5782026-07-29T00:39:49.186Z Downloaded bit-vec v0.6.3
5792026-07-29T00:39:49.186Z Downloaded num-derive v0.4.2
5802026-07-29T00:39:49.186Z Downloaded hubpack v0.1.2
5812026-07-29T00:39:49.201Z Downloaded hubpack_derive v0.1.1
5822026-07-29T00:39:49.201Z Downloaded powerfmt v0.2.0
5832026-07-29T00:39:49.201Z Downloaded http-body v1.0.1
5842026-07-29T00:39:49.201Z Downloaded predicates-core v1.0.10
5852026-07-29T00:39:49.201Z Downloaded hybrid-array v0.4.13
5862026-07-29T00:39:49.225Z Downloaded bitfield v0.19.4
5872026-07-29T00:39:49.226Z Downloaded cmake v0.1.57
5882026-07-29T00:39:49.226Z Downloaded cmov v0.5.4
5892026-07-29T00:39:49.226Z Downloaded cexpr v0.6.0
5902026-07-29T00:39:49.226Z Downloaded hostname v0.4.2
5912026-07-29T00:39:49.226Z Downloaded hyper-tls v0.6.0
5922026-07-29T00:39:49.226Z Downloaded git-stub-vcs v0.1.0
5932026-07-29T00:39:49.226Z Downloaded hex v0.4.3
5942026-07-29T00:39:49.226Z Downloaded bit-vec v0.8.0
5952026-07-29T00:39:49.226Z Downloaded bitflags v1.3.2
5962026-07-29T00:39:49.226Z Downloaded fatfs v0.3.6
5972026-07-29T00:39:49.226Z Downloaded const_format_proc_macros v0.2.34
5982026-07-29T00:39:49.226Z Downloaded fs_extra v1.3.0
5992026-07-29T00:39:49.226Z Downloaded futures v0.3.32
6002026-07-29T00:39:49.252Z Downloaded bs58 v0.5.1
6012026-07-29T00:39:49.252Z Downloaded cassowary v0.3.0
6022026-07-29T00:39:49.252Z Downloaded constant_time_eq v0.4.2
6032026-07-29T00:39:49.252Z Downloaded compression-codecs v0.4.37
6042026-07-29T00:39:49.252Z Downloaded httpdate v1.0.3
6052026-07-29T00:39:49.252Z Downloaded phf_shared v0.13.1
6062026-07-29T00:39:49.252Z Downloaded radium v0.7.0
6072026-07-29T00:39:49.253Z Downloaded proc-macro-crate v1.3.1
6082026-07-29T00:39:49.253Z Downloaded rustc-hash v2.1.1
6092026-07-29T00:39:49.253Z Downloaded same-file v1.0.6
6102026-07-29T00:39:49.253Z Downloaded seq-macro v0.3.6
6112026-07-29T00:39:49.253Z Downloaded sha1 v0.11.0
6122026-07-29T00:39:49.265Z Downloaded blowfish v0.10.0
6132026-07-29T00:39:49.265Z Downloaded sha1 v0.10.6
6142026-07-29T00:39:49.265Z Downloaded fs-err v2.11.0
6152026-07-29T00:39:49.265Z Downloaded fixedbitset v0.5.7
6162026-07-29T00:39:49.266Z Downloaded backoff v0.4.0
6172026-07-29T00:39:49.266Z Downloaded cipher v0.4.4
6182026-07-29T00:39:49.266Z Downloaded erased-serde v0.3.31
6192026-07-29T00:39:49.266Z Downloaded ff v0.14.0
6202026-07-29T00:39:49.266Z Downloaded buf-list v1.1.2
6212026-07-29T00:39:49.266Z Downloaded humantime v2.3.0
6222026-07-29T00:39:49.266Z Downloaded group v0.13.0
6232026-07-29T00:39:49.266Z Downloaded hyper-staticfile v0.10.1
6242026-07-29T00:39:49.266Z Downloaded getrandom v0.2.17
6252026-07-29T00:39:49.266Z Downloaded camino-tempfile-ext v0.3.3
6262026-07-29T00:39:49.295Z Downloaded getrandom v0.3.4
6272026-07-29T00:39:49.295Z Downloaded phf v0.12.1
6282026-07-29T00:39:49.295Z Downloaded find-msvc-tools v0.1.9
6292026-07-29T00:39:49.295Z Downloaded byte-wrapper v0.1.0
6302026-07-29T00:39:49.295Z Downloaded pbkdf2 v0.13.0
6312026-07-29T00:39:49.295Z Downloaded pkg-config v0.3.32
6322026-07-29T00:39:49.295Z Downloaded sync-ptr v0.1.4
6332026-07-29T00:39:49.295Z Downloaded tabled_derive v0.11.0
6342026-07-29T00:39:49.295Z Downloaded tap v1.0.1
6352026-07-29T00:39:49.295Z Downloaded owo-colors v4.3.0
6362026-07-29T00:39:49.305Z Downloaded strsim v0.10.0
6372026-07-29T00:39:49.306Z Downloaded strum v0.27.2
6382026-07-29T00:39:49.306Z Downloaded flume v0.11.1
6392026-07-29T00:39:49.306Z Downloaded progenitor v0.13.0
6402026-07-29T00:39:49.306Z Downloaded progenitor-extras v0.2.0
6412026-07-29T00:39:49.306Z Downloaded rand_core v0.9.5
6422026-07-29T00:39:49.306Z Downloaded bcs v0.1.6
6432026-07-29T00:39:49.306Z Downloaded clang-sys v1.8.1
6442026-07-29T00:39:49.306Z Downloaded argon2 v0.6.0-rc.8
6452026-07-29T00:39:49.306Z Downloaded num_enum_derive v0.5.11
6462026-07-29T00:39:49.306Z Downloaded ahash v0.8.12
6472026-07-29T00:39:49.307Z Downloaded arrayvec v0.7.6
6482026-07-29T00:39:49.307Z Downloaded anstream v0.6.21
6492026-07-29T00:39:49.307Z Downloaded async-bb8-diesel v0.2.1
6502026-07-29T00:39:49.307Z Downloaded ciborium v0.2.2
6512026-07-29T00:39:49.307Z Downloaded cipher v0.5.2
6522026-07-29T00:39:49.307Z Downloaded cancel-safe-futures v0.1.5
6532026-07-29T00:39:49.307Z Downloaded console v0.15.11
6542026-07-29T00:39:49.307Z Downloaded resolv-conf v0.7.6
6552026-07-29T00:39:49.320Z Downloaded rand_core v0.10.0
6562026-07-29T00:39:49.320Z Downloaded rustls-pemfile v2.2.0
6572026-07-29T00:39:49.320Z Downloaded scroll v0.13.0
6582026-07-29T00:39:49.320Z Downloaded serde_derive_internals v0.29.1
6592026-07-29T00:39:49.320Z Downloaded unit-prefix v0.5.2
6602026-07-29T00:39:49.320Z Downloaded void v1.0.2
6612026-07-29T00:39:49.320Z Downloaded simd-adler32 v0.3.8
6622026-07-29T00:39:49.320Z Downloaded topological-sort v0.2.2
6632026-07-29T00:39:49.320Z Downloaded tower-layer v0.3.3
6642026-07-29T00:39:49.320Z Downloaded futures-channel v0.3.32
6652026-07-29T00:39:49.320Z Downloaded iana-time-zone v0.1.65
6662026-07-29T00:39:49.320Z Downloaded hmac v0.12.1
6672026-07-29T00:39:49.320Z Downloaded untrusted v0.9.0
6682026-07-29T00:39:49.332Z Downloaded futures-executor v0.3.32
6692026-07-29T00:39:49.332Z Downloaded hmac v0.13.0
6702026-07-29T00:39:49.332Z Downloaded http-body-util v0.1.3
6712026-07-29T00:39:49.332Z Downloaded untrusted v0.7.1
6722026-07-29T00:39:49.332Z Downloaded sec1 v0.8.1
6732026-07-29T00:39:49.333Z Downloaded serdect v0.4.3
6742026-07-29T00:39:49.333Z Downloaded bzip2 v0.4.4
6752026-07-29T00:39:49.333Z Downloaded console v0.16.2
6762026-07-29T00:39:49.333Z Downloaded httparse v1.10.1
6772026-07-29T00:39:49.333Z Downloaded snafu-derive v0.8.9
6782026-07-29T00:39:49.333Z Downloaded spki v0.7.3
6792026-07-29T00:39:49.333Z Downloaded blake2 v0.10.6
6802026-07-29T00:39:49.341Z Downloaded blake2 v0.11.0-rc.6
6812026-07-29T00:39:49.342Z Downloaded chacha20 v0.10.0
6822026-07-29T00:39:49.342Z Downloaded colored v3.1.1
6832026-07-29T00:39:49.342Z Downloaded hyper-rustls v0.27.7
6842026-07-29T00:39:49.342Z Downloaded spki v0.8.0
6852026-07-29T00:39:49.342Z Downloaded zerofrom v0.1.6
6862026-07-29T00:39:49.342Z Downloaded half v1.8.3
6872026-07-29T00:39:49.342Z Downloaded parking_lot v0.11.2
6882026-07-29T00:39:49.342Z Downloaded const-oid v0.9.6
6892026-07-29T00:39:49.351Z Downloaded tokio-native-tls v0.3.1
6902026-07-29T00:39:49.351Z Downloaded slog-dtrace v0.3.0
6912026-07-29T00:39:49.351Z Downloaded slog-stdlog v4.1.1
6922026-07-29T00:39:49.351Z Downloaded zone v0.3.1
6932026-07-29T00:39:49.351Z Downloaded crc-catalog v2.4.0
6942026-07-29T00:39:49.351Z Downloaded debug-ignore v1.0.5
6952026-07-29T00:39:49.351Z Downloaded cstr-argument v0.1.2
6962026-07-29T00:39:49.351Z Downloaded oxnet v0.1.6
6972026-07-29T00:39:49.352Z Downloaded pkcs8 v0.11.0
6982026-07-29T00:39:49.361Z Downloaded smf v0.2.3
6992026-07-29T00:39:49.361Z Downloaded diesel_table_macro_syntax v0.3.0
7002026-07-29T00:39:49.361Z Downloaded downcast-rs v2.0.2
7012026-07-29T00:39:49.361Z Downloaded half v2.7.1
7022026-07-29T00:39:49.361Z Downloaded darling_macro v0.21.3
7032026-07-29T00:39:49.380Z Downloaded derive_builder_macro v0.20.2
7042026-07-29T00:39:49.380Z Downloaded backon v1.6.0
7052026-07-29T00:39:49.380Z Downloaded allocator-api2 v0.2.21
7062026-07-29T00:39:49.380Z Downloaded rustls-native-certs v0.8.3
7072026-07-29T00:39:49.392Z Downloaded parking_lot_core v0.8.6
7082026-07-29T00:39:49.392Z Downloaded parking_lot v0.12.5
7092026-07-29T00:39:49.392Z Downloaded rustls-pki-types v1.14.0
7102026-07-29T00:39:49.392Z Downloaded display-error-chain v0.2.2
7112026-07-29T00:39:49.392Z Downloaded unicase v2.9.0
7122026-07-29T00:39:49.392Z Downloaded dunce v1.0.5
7132026-07-29T00:39:49.392Z Downloaded dropshot-api-manager-types v0.7.2
7142026-07-29T00:39:49.393Z Downloaded embedded-io v0.6.1
7152026-07-29T00:39:49.393Z Downloaded illumos-nvpair-sys v0.2.0
7162026-07-29T00:39:49.393Z Downloaded is_ci v1.2.0
7172026-07-29T00:39:49.393Z Downloaded tls_codec_derive v0.4.2
7182026-07-29T00:39:49.400Z Downloaded const-oid v0.10.2
7192026-07-29T00:39:49.400Z Downloaded vergen-lib v9.1.0
7202026-07-29T00:39:49.401Z Downloaded whoami v1.6.1
7212026-07-29T00:39:49.401Z Downloaded icu_locale_core v2.1.1
7222026-07-29T00:39:49.401Z Downloaded wyz v0.5.1
7232026-07-29T00:39:49.401Z Downloaded zone_cfg_derive v0.3.1
7242026-07-29T00:39:49.401Z Downloaded inout v0.1.4
7252026-07-29T00:39:49.401Z Downloaded kstat-rs v0.2.4
7262026-07-29T00:39:49.401Z Downloaded memoffset v0.9.1
7272026-07-29T00:39:49.401Z Downloaded whoami v2.1.0
7282026-07-29T00:39:49.401Z Downloaded lru-cache v0.1.2
7292026-07-29T00:39:49.409Z Downloaded writeable v0.6.2
7302026-07-29T00:39:49.417Z Downloaded delegate v0.13.5
7312026-07-29T00:39:49.417Z Downloaded managed v0.8.0
7322026-07-29T00:39:49.417Z Downloaded deranged v0.5.8
7332026-07-29T00:39:49.417Z Downloaded multimap v0.10.1
7342026-07-29T00:39:49.418Z Downloaded normalize-line-endings v0.3.0
7352026-07-29T00:39:49.431Z Downloaded parse-size v1.1.0
7362026-07-29T00:39:49.431Z Downloaded oxide-update-engine-types v0.1.2
7372026-07-29T00:39:49.431Z Downloaded progenitor-impl v0.13.0
7382026-07-29T00:39:49.431Z Downloaded potential_utf v0.1.4
7392026-07-29T00:39:49.431Z Downloaded rustc_version v0.1.7
7402026-07-29T00:39:49.441Z Downloaded nibble_vec v0.1.0
7412026-07-29T00:39:49.442Z Downloaded ed25519 v2.2.3
7422026-07-29T00:39:49.442Z Downloaded num_threads v0.1.7
7432026-07-29T00:39:49.442Z Downloaded expectorate v1.2.0
7442026-07-29T00:39:49.442Z Downloaded papergrid v0.17.0
7452026-07-29T00:39:49.442Z Downloaded pin-project v1.1.11
7462026-07-29T00:39:49.462Z Downloaded progenitor-macro v0.13.0
7472026-07-29T00:39:49.462Z Downloaded tiny-keccak v2.0.2
7482026-07-29T00:39:49.462Z Downloaded serde_cbor v0.11.2
7492026-07-29T00:39:49.462Z Downloaded sha2 v0.11.0
7502026-07-29T00:39:49.463Z Downloaded enum_dispatch v0.3.13
7512026-07-29T00:39:49.472Z Downloaded similar v2.7.0
7522026-07-29T00:39:49.472Z Downloaded derive_builder_core v0.20.2
7532026-07-29T00:39:49.472Z Downloaded generic-array v1.4.3
7542026-07-29T00:39:49.472Z Downloaded futures-util v0.3.32
7552026-07-29T00:39:49.472Z Downloaded postcard v1.1.3
7562026-07-29T00:39:49.472Z Downloaded headers v0.4.1
7572026-07-29T00:39:49.472Z Downloaded scroll_derive v0.13.1
7582026-07-29T00:39:49.472Z Downloaded path-slash v0.1.5
7592026-07-29T00:39:49.472Z Downloaded progenitor-macro v0.14.0
7602026-07-29T00:39:49.472Z Downloaded ref-cast-impl v1.0.25
7612026-07-29T00:39:49.472Z Downloaded shell-words v1.1.1
7622026-07-29T00:39:49.472Z Downloaded either v1.15.0
7632026-07-29T00:39:49.472Z Downloaded bytes v1.11.1
7642026-07-29T00:39:49.472Z Downloaded base64 v0.21.7
7652026-07-29T00:39:49.484Z Downloaded base64 v0.22.1
7662026-07-29T00:39:49.484Z Downloaded tabwriter v1.4.1
7672026-07-29T00:39:49.484Z Downloaded heapless v0.7.17
7682026-07-29T00:39:49.485Z Downloaded impl-trait-for-tuples v0.2.3
7692026-07-29T00:39:49.485Z Downloaded vergen v9.1.0
7702026-07-29T00:39:49.494Z Downloaded serde-big-array v0.5.1
7712026-07-29T00:39:49.494Z Downloaded semver v0.1.20
7722026-07-29T00:39:49.494Z Downloaded sigpipe v0.1.3
7732026-07-29T00:39:49.494Z Downloaded siphasher v1.0.2
7742026-07-29T00:39:49.494Z Downloaded toml v0.7.8
7752026-07-29T00:39:49.494Z Downloaded tracing-core v0.1.36
7762026-07-29T00:39:49.495Z Downloaded num-rational v0.4.2
7772026-07-29T00:39:49.495Z Downloaded csv-core v0.1.13
7782026-07-29T00:39:49.495Z Downloaded jobserver v0.1.34
7792026-07-29T00:39:49.502Z Downloaded ppv-lite86 v0.2.21
7802026-07-29T00:39:49.502Z Downloaded termtree v0.5.1
7812026-07-29T00:39:49.502Z Downloaded unicode-truncate v1.1.0
7822026-07-29T00:39:49.502Z Downloaded xshell-macros v0.2.7
7832026-07-29T00:39:49.502Z Downloaded stable_deref_trait v1.2.1
7842026-07-29T00:39:49.502Z Downloaded structmeta-derive v0.3.0
7852026-07-29T00:39:49.502Z Downloaded supports-color v3.0.2
7862026-07-29T00:39:49.502Z Downloaded want v0.3.1
7872026-07-29T00:39:49.514Z Downloaded rand_core v0.6.4
7882026-07-29T00:39:49.521Z Downloaded tungstenite v0.21.0
7892026-07-29T00:39:49.521Z Downloaded libefi-sys v0.1.0
7902026-07-29T00:39:49.521Z Downloaded prettyplease v0.2.37
7912026-07-29T00:39:49.521Z Downloaded schemars v0.9.0
7922026-07-29T00:39:49.528Z Downloaded subprocess v0.2.15
7932026-07-29T00:39:49.528Z Downloaded test-strategy v0.4.5
7942026-07-29T00:39:49.535Z Downloaded rand_chacha v0.9.0
7952026-07-29T00:39:49.535Z Downloaded md5 v0.8.0
7962026-07-29T00:39:49.535Z Downloaded nanorand v0.7.0
7972026-07-29T00:39:49.535Z Downloaded nu-ansi-term v0.50.3
7982026-07-29T00:39:49.535Z Downloaded peg v0.8.5
7992026-07-29T00:39:49.539Z Downloaded primeorder v0.13.6
8002026-07-29T00:39:49.539Z Downloaded utf8_iter v1.0.4
8012026-07-29T00:39:49.539Z Downloaded utf-8 v0.7.6
8022026-07-29T00:39:49.539Z Downloaded hickory-resolver v0.25.2
8032026-07-29T00:39:49.539Z Downloaded arc-swap v1.8.2
8042026-07-29T00:39:49.539Z Downloaded icu_collections v2.1.1
8052026-07-29T00:39:49.543Z Downloaded cc v1.2.56
8062026-07-29T00:39:49.543Z Downloaded chacha20poly1305 v0.10.1
8072026-07-29T00:39:49.548Z Downloaded compact_str v0.8.1
8082026-07-29T00:39:49.548Z Downloaded const_format v0.2.35
8092026-07-29T00:39:49.548Z Downloaded ingot-types v0.2.0
8102026-07-29T00:39:49.552Z Downloaded sqlformat v0.3.5
8112026-07-29T00:39:49.552Z Downloaded typify v0.6.2
8122026-07-29T00:39:49.552Z Downloaded defmt v0.3.100
8132026-07-29T00:39:49.552Z Downloaded proc-macro-error2 v2.0.1
8142026-07-29T00:39:49.557Z Downloaded cpufeatures v0.3.0
8152026-07-29T00:39:49.557Z Downloaded crc8 v0.1.1
8162026-07-29T00:39:49.557Z Downloaded ingot-macros v0.2.0
8172026-07-29T00:39:49.557Z Downloaded darling_macro v0.13.4
8182026-07-29T00:39:49.557Z Downloaded tar v0.4.46
8192026-07-29T00:39:49.560Z Downloaded oxide-tokio-rt v0.1.4
8202026-07-29T00:39:49.561Z Downloaded pkcs1 v0.7.5
8212026-07-29T00:39:49.561Z Downloaded termios v0.3.3
8222026-07-29T00:39:49.561Z Downloaded tokio-tungstenite v0.21.0
8232026-07-29T00:39:49.564Z Downloaded tokio-tungstenite v0.23.1
8242026-07-29T00:39:49.565Z Downloaded serde-hex v0.1.0
8252026-07-29T00:39:49.565Z Downloaded signal-hook-registry v1.4.8
8262026-07-29T00:39:49.569Z Downloaded slog-bunyan v2.5.0
8272026-07-29T00:39:49.569Z Downloaded dsl_auto_type v0.2.0
8282026-07-29T00:39:49.569Z Downloaded flate2 v1.1.9
8292026-07-29T00:39:49.574Z Downloaded dirs-next v2.0.0
8302026-07-29T00:39:49.574Z Downloaded dof v0.4.0
8312026-07-29T00:39:49.574Z Downloaded walkdir v2.5.0
8322026-07-29T00:39:49.574Z Downloaded qorb v0.4.1
8332026-07-29T00:39:49.578Z Downloaded libloading v0.8.9
8342026-07-29T00:39:49.578Z Downloaded ssh-encoding v0.3.0
8352026-07-29T00:39:49.578Z Downloaded zerovec-derive v0.11.2
8362026-07-29T00:39:49.582Z Downloaded strum_macros v0.27.2
8372026-07-29T00:39:49.582Z Downloaded time-macros v0.2.27
8382026-07-29T00:39:49.589Z Downloaded toml_writer v1.1.1+spec-1.1.0
8392026-07-29T00:39:49.590Z Downloaded illumos-nvpair v0.3.0
8402026-07-29T00:39:49.590Z Downloaded keccak v0.1.6
8412026-07-29T00:39:49.590Z Downloaded maplit v1.0.2
8422026-07-29T00:39:49.599Z Downloaded lzss v0.8.2
8432026-07-29T00:39:49.599Z Downloaded darling v0.21.3
8442026-07-29T00:39:49.599Z Downloaded smallvec v1.15.1
8452026-07-29T00:39:49.599Z Downloaded daft v0.1.7
8462026-07-29T00:39:49.605Z Downloaded memmap2 v0.9.10
8472026-07-29T00:39:49.605Z Downloaded pkcs8 v0.10.2
8482026-07-29T00:39:49.605Z Downloaded yoke-derive v0.8.1
8492026-07-29T00:39:49.605Z Downloaded libscf-sys v1.1.0
8502026-07-29T00:39:49.605Z Downloaded newtype-uuid-macros v0.1.0
8512026-07-29T00:39:49.611Z Downloaded quick-error v1.2.3
8522026-07-29T00:39:49.611Z Downloaded num-conv v0.2.0
8532026-07-29T00:39:49.611Z Downloaded hashbrown v0.12.3
8542026-07-29T00:39:49.611Z Downloaded async-compression v0.4.41
8552026-07-29T00:39:49.617Z Downloaded heapless v0.8.0
8562026-07-29T00:39:49.617Z Downloaded steno v0.4.1
8572026-07-29T00:39:49.622Z Downloaded tokio-postgres v0.7.16
8582026-07-29T00:39:49.623Z Downloaded crypto-common v0.2.2
8592026-07-29T00:39:49.627Z Downloaded zstd v0.13.3
8602026-07-29T00:39:49.627Z Downloaded precomputed-hash v0.1.1
8612026-07-29T00:39:49.627Z Downloaded tls_codec v0.4.2
8622026-07-29T00:39:49.627Z Downloaded openssl-probe v0.2.1
8632026-07-29T00:39:49.627Z Downloaded proc-macro-crate v3.4.0
8642026-07-29T00:39:49.638Z Downloaded darling_core v0.21.3
8652026-07-29T00:39:49.638Z Downloaded bumpalo v3.20.2
8662026-07-29T00:39:49.643Z Downloaded ena v0.14.4
8672026-07-29T00:39:49.643Z Downloaded hickory-resolver v0.24.4
8682026-07-29T00:39:49.643Z Downloaded hickory-server v0.25.2
8692026-07-29T00:39:49.643Z Downloaded publicsuffix v2.3.0
8702026-07-29T00:39:49.643Z Downloaded unicode-properties v0.1.4
8712026-07-29T00:39:49.643Z Downloaded ident_case v1.0.1
8722026-07-29T00:39:49.643Z Downloaded blake3 v1.8.5
8732026-07-29T00:39:49.647Z Downloaded recursive v0.1.1
8742026-07-29T00:39:49.652Z Downloaded progenitor-client v0.14.0
8752026-07-29T00:39:49.652Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-07-29T00:39:49.652Z Downloaded sapling-renderdag v0.1.0
8772026-07-29T00:39:49.652Z Downloaded phf_shared v0.11.3
8782026-07-29T00:39:49.655Z Downloaded ref-cast v1.0.25
8792026-07-29T00:39:49.655Z Downloaded num-bigint v0.4.6
8802026-07-29T00:39:49.661Z Downloaded serde_bytes v0.11.19
8812026-07-29T00:39:49.661Z Downloaded strip-ansi-escapes v0.2.1
8822026-07-29T00:39:49.661Z Downloaded zopfli v0.8.3
8832026-07-29T00:39:49.661Z Downloaded libbz2-rs-sys v0.2.2
8842026-07-29T00:39:49.664Z Downloaded crossbeam-channel v0.5.15
8852026-07-29T00:39:49.664Z Downloaded tui-tree-widget v0.23.1
8862026-07-29T00:39:49.668Z Downloaded crossbeam-utils v0.8.21
8872026-07-29T00:39:49.668Z Downloaded diff v0.1.13
8882026-07-29T00:39:49.668Z Downloaded indoc v2.0.7
8892026-07-29T00:39:49.671Z Downloaded ipnet v2.11.0
8902026-07-29T00:39:49.672Z Downloaded mime_guess v2.0.5
8912026-07-29T00:39:49.672Z Downloaded tower-service v0.3.3
8922026-07-29T00:39:49.672Z Downloaded try-lock v0.2.5
8932026-07-29T00:39:49.672Z Downloaded usdt-attr-macro v0.6.0
8942026-07-29T00:39:49.675Z Downloaded cpubits v0.1.1
8952026-07-29T00:39:49.675Z Downloaded hyper-util v0.1.20
8962026-07-29T00:39:49.682Z Downloaded multer v3.1.0
8972026-07-29T00:39:49.685Z Downloaded p384 v0.14.0
8982026-07-29T00:39:49.686Z Downloaded zerotrie v0.2.3
8992026-07-29T00:39:49.693Z Downloaded usdt v0.6.0
9002026-07-29T00:39:49.738Z Downloaded enum-as-inner v0.6.1
9012026-07-29T00:39:49.738Z Downloaded parse-display-derive v0.10.0
9022026-07-29T00:39:49.738Z Downloaded pem-rfc7468 v1.0.0
9032026-07-29T00:39:49.738Z Downloaded num-complex v0.4.6
9042026-07-29T00:39:49.756Z Downloaded icu_normalizer v2.1.1
9052026-07-29T00:39:49.756Z Downloaded uuid v1.23.4
9062026-07-29T00:39:49.756Z Downloaded peg-macros v0.8.5
9072026-07-29T00:39:49.756Z Downloaded crucible-workspace-hack v0.1.0
9082026-07-29T00:39:49.756Z Downloaded cookie v0.18.1
9092026-07-29T00:39:49.756Z Downloaded russh-cryptovec v0.62.0
9102026-07-29T00:39:49.756Z Downloaded r2d2 v0.8.10
9112026-07-29T00:39:49.756Z Downloaded shlex v1.3.0
9122026-07-29T00:39:49.756Z Downloaded x509-cert v0.2.5
9132026-07-29T00:39:49.756Z Downloaded ryu v1.0.23
9142026-07-29T00:39:49.756Z Downloaded strum_macros v0.26.4
9152026-07-29T00:39:49.756Z Downloaded http v1.4.2
9162026-07-29T00:39:49.756Z Downloaded darling_macro v0.20.11
9172026-07-29T00:39:49.756Z Downloaded dirs-sys-next v0.1.2
9182026-07-29T00:39:49.756Z Downloaded ingot v0.2.1
9192026-07-29T00:39:49.756Z Downloaded md-5 v0.10.6
9202026-07-29T00:39:49.756Z Downloaded oso-derive v0.27.3
9212026-07-29T00:39:49.757Z Downloaded parse-display v0.10.0
9222026-07-29T00:39:49.757Z Downloaded phf_shared v0.12.1
9232026-07-29T00:39:49.757Z Downloaded rustls-platform-verifier v0.6.2
9242026-07-29T00:39:49.757Z Downloaded serde_yaml v0.9.34+deprecated
9252026-07-29T00:39:49.757Z Downloaded proc-macro-error-attr2 v2.0.0
9262026-07-29T00:39:49.757Z Downloaded toml_edit v0.19.15
9272026-07-29T00:39:49.762Z Downloaded derive-where v1.6.0
9282026-07-29T00:39:49.762Z Downloaded hashbrown v0.13.2
9292026-07-29T00:39:49.762Z Downloaded rand v0.8.6
9302026-07-29T00:39:49.762Z Downloaded crypto-bigint v0.5.5
9312026-07-29T00:39:49.762Z Downloaded critical-section v1.2.0
9322026-07-29T00:39:49.762Z Downloaded daft-derive v0.1.7
9332026-07-29T00:39:49.762Z Downloaded predicates-tree v1.0.13
9342026-07-29T00:39:49.762Z Downloaded russh-util v0.52.0
9352026-07-29T00:39:49.762Z Downloaded slog-term v2.9.2
9362026-07-29T00:39:49.762Z Downloaded thiserror-impl-no-std v2.0.2
9372026-07-29T00:39:49.762Z Downloaded pkcs1 v0.8.0-rc.4
9382026-07-29T00:39:49.762Z Downloaded signature v2.2.0
9392026-07-29T00:39:49.769Z Downloaded slog-scope v4.4.1
9402026-07-29T00:39:49.769Z Downloaded synstructure v0.13.2
9412026-07-29T00:39:49.769Z Downloaded yoke v0.8.1
9422026-07-29T00:39:49.769Z Downloaded lru v0.12.5
9432026-07-29T00:39:49.769Z Downloaded nonempty v0.12.0
9442026-07-29T00:39:49.773Z Downloaded smallvec v0.6.14
9452026-07-29T00:39:49.773Z Downloaded thiserror-no-std v2.0.2
9462026-07-29T00:39:49.773Z Downloaded tinystr v0.8.2
9472026-07-29T00:39:49.773Z Downloaded term v0.7.0
9482026-07-29T00:39:49.773Z Downloaded toml_parser v1.1.2+spec-1.1.0
9492026-07-29T00:39:49.781Z Downloaded url v2.5.8
9502026-07-29T00:39:49.781Z Downloaded serde_spanned v1.1.1
9512026-07-29T00:39:49.781Z Downloaded thread-id v5.1.0
9522026-07-29T00:39:49.785Z Downloaded peg-runtime v0.8.5
9532026-07-29T00:39:49.785Z Downloaded rfc6979 v0.6.0
9542026-07-29T00:39:49.789Z Downloaded unicode-xid v0.2.6
9552026-07-29T00:39:49.789Z Downloaded darling v0.23.0
9562026-07-29T00:39:49.795Z Downloaded hashbrown v0.15.5
9572026-07-29T00:39:49.795Z Downloaded num-integer v0.1.46
9582026-07-29T00:39:49.795Z Downloaded postgres-types v0.2.12
9592026-07-29T00:39:49.805Z Downloaded vergen-git2 v9.1.0
9602026-07-29T00:39:49.805Z Downloaded vergen-gitcl v1.0.8
9612026-07-29T00:39:49.805Z Downloaded dropshot_endpoint v0.17.1
9622026-07-29T00:39:49.808Z Downloaded yasna v0.5.2
9632026-07-29T00:39:49.808Z Downloaded oso v0.27.3
9642026-07-29T00:39:49.808Z Downloaded phc v0.6.1
9652026-07-29T00:39:49.808Z Downloaded phf v0.13.1
9662026-07-29T00:39:49.808Z Downloaded rand_chacha v0.3.1
9672026-07-29T00:39:49.811Z Downloaded serde_repr v0.1.20
9682026-07-29T00:39:49.814Z Downloaded rcgen v0.12.1
9692026-07-29T00:39:49.814Z Downloaded ctutils v0.4.2
9702026-07-29T00:39:49.820Z Downloaded aes v0.9.1
9712026-07-29T00:39:49.824Z Downloaded dtrace-parser v0.3.0
9722026-07-29T00:39:49.824Z Downloaded endian-type v0.1.2
9732026-07-29T00:39:49.824Z Downloaded internet-checksum v0.2.1
9742026-07-29T00:39:49.824Z Downloaded diesel_derives v2.3.7
9752026-07-29T00:39:49.829Z Downloaded rustversion v1.0.22
9762026-07-29T00:39:49.829Z Downloaded slab v0.4.12
9772026-07-29T00:39:49.836Z Downloaded quinn-udp v0.5.14
9782026-07-29T00:39:49.836Z Downloaded chrono v0.4.45
9792026-07-29T00:39:49.845Z Downloaded diesel-dtrace v0.5.0
9802026-07-29T00:39:49.845Z Downloaded ecdsa v0.16.9
9812026-07-29T00:39:49.846Z Downloaded stacker v0.1.23
9822026-07-29T00:39:49.846Z Downloaded static_assertions v1.1.0
9832026-07-29T00:39:49.846Z Downloaded ipnetwork v0.21.1
9842026-07-29T00:39:49.846Z Downloaded num-iter v0.1.45
9852026-07-29T00:39:49.846Z Downloaded pkcs5 v0.8.1
9862026-07-29T00:39:49.846Z Downloaded hyper v1.10.1
9872026-07-29T00:39:49.849Z Downloaded lazy_static v1.5.0
9882026-07-29T00:39:49.849Z Downloaded libsw v3.5.0
9892026-07-29T00:39:49.849Z Downloaded ssh-cipher v0.3.0
9902026-07-29T00:39:49.852Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9912026-07-29T00:39:49.852Z Downloaded serde_with_macros v3.21.0
9922026-07-29T00:39:49.852Z Downloaded zeroize_derive v1.5.0
9932026-07-29T00:39:49.858Z Downloaded icu_properties v2.1.2
9942026-07-29T00:39:49.858Z Downloaded thread_local v1.1.9
9952026-07-29T00:39:49.858Z Downloaded lalrpop-util v0.19.12
9962026-07-29T00:39:49.858Z Downloaded litrs v1.0.0
9972026-07-29T00:39:49.862Z Downloaded packed_struct_codegen v0.10.1
9982026-07-29T00:39:49.862Z Downloaded slog v2.8.2
9992026-07-29T00:39:49.862Z Downloaded idna_adapter v1.2.1
10002026-07-29T00:39:49.862Z Downloaded crossterm v0.28.1
10012026-07-29T00:39:49.870Z Downloaded structmeta v0.3.0
10022026-07-29T00:39:49.872Z Downloaded tinyvec_macros v0.1.1
10032026-07-29T00:39:49.877Z Downloaded convert_case v0.10.0
10042026-07-29T00:39:49.877Z Downloaded zerovec v0.11.5
10052026-07-29T00:39:49.881Z Downloaded hashbrown v0.16.1
10062026-07-29T00:39:49.881Z Downloaded derive_more v0.99.20
10072026-07-29T00:39:49.895Z Downloaded primeorder v0.14.0
10082026-07-29T00:39:49.895Z Downloaded progenitor-impl v0.14.0
10092026-07-29T00:39:49.895Z Downloaded darling v0.13.4
10102026-07-29T00:39:49.895Z Downloaded data-encoding v2.10.0
10112026-07-29T00:39:49.895Z Downloaded derive-ex v0.1.8
10122026-07-29T00:39:49.895Z Downloaded der_derive v0.7.3
10132026-07-29T00:39:49.895Z Downloaded unicode-segmentation v1.12.0
10142026-07-29T00:39:49.907Z Downloaded vergen-lib v0.1.6
10152026-07-29T00:39:49.907Z Downloaded openssl-sys v0.9.115
10162026-07-29T00:39:49.907Z Downloaded tungstenite v0.23.0
10172026-07-29T00:39:49.907Z Downloaded universal-hash v0.5.1
10182026-07-29T00:39:49.907Z Downloaded wait-timeout v0.2.1
10192026-07-29T00:39:49.907Z Downloaded schemars_derive v0.8.22
10202026-07-29T00:39:49.907Z Downloaded rfc6979 v0.4.0
10212026-07-29T00:39:49.907Z Downloaded reqwest v0.13.2
10222026-07-29T00:39:49.927Z Downloaded serde_plain v1.0.2
10232026-07-29T00:39:49.927Z Downloaded signature v3.0.0
10242026-07-29T00:39:49.928Z Downloaded sync_wrapper v1.0.2
10252026-07-29T00:39:49.928Z Downloaded rsa v0.10.0-rc.18
10262026-07-29T00:39:49.928Z Downloaded spin v0.9.8
10272026-07-29T00:39:49.928Z Downloaded crunchy v0.2.4
10282026-07-29T00:39:49.928Z Downloaded libsw-core v0.3.2
10292026-07-29T00:39:49.928Z Downloaded rustyline v14.0.0
10302026-07-29T00:39:49.928Z Downloaded sec1 v0.7.3
10312026-07-29T00:39:49.928Z Downloaded slog-json v2.6.1
10322026-07-29T00:39:49.929Z Downloaded oxide-update-engine v0.1.2
10332026-07-29T00:39:49.942Z Downloaded curve25519-dalek-derive v0.1.1
10342026-07-29T00:39:49.942Z Downloaded defmt-parser v1.0.0
10352026-07-29T00:39:49.942Z Downloaded kem v0.3.0
10362026-07-29T00:39:49.942Z Downloaded pin-project-internal v1.1.11
10372026-07-29T00:39:49.942Z Downloaded hkdf v0.13.0
10382026-07-29T00:39:49.942Z Downloaded omicron-zone-package v0.12.3
10392026-07-29T00:39:49.942Z Downloaded vsss-rs v3.3.4
10402026-07-29T00:39:49.942Z Downloaded postgres-protocol v0.6.10
10412026-07-29T00:39:49.942Z Downloaded salsa20 v0.11.0
10422026-07-29T00:39:49.942Z Downloaded progenitor v0.14.0
10432026-07-29T00:39:49.942Z Downloaded rpassword v7.5.4
10442026-07-29T00:39:49.943Z Downloaded nodrop v0.1.14
10452026-07-29T00:39:49.943Z Downloaded match_cfg v0.1.0
10462026-07-29T00:39:49.943Z Downloaded derive_more-impl v2.1.1
10472026-07-29T00:39:49.943Z Downloaded wnaf v0.14.0
10482026-07-29T00:39:49.943Z Downloaded aho-corasick v1.1.4
10492026-07-29T00:39:49.946Z Downloaded tinyvec v1.10.0
10502026-07-29T00:39:49.947Z Downloaded newtype_derive v0.1.6
10512026-07-29T00:39:49.947Z Downloaded rand_xorshift v0.4.0
10522026-07-29T00:39:49.950Z Downloaded zerofrom-derive v0.1.6
10532026-07-29T00:39:49.950Z Downloaded hkdf v0.12.4
10542026-07-29T00:39:49.956Z Downloaded ed25519-dalek v3.0.0
10552026-07-29T00:39:49.960Z Downloaded rawzip v0.4.4
10562026-07-29T00:39:49.964Z Downloaded elliptic-curve v0.13.8
10572026-07-29T00:39:49.964Z Downloaded universal-hash v0.6.1
10582026-07-29T00:39:49.967Z Downloaded miniz_oxide v0.8.9
10592026-07-29T00:39:49.967Z Downloaded string_cache v0.8.9
10602026-07-29T00:39:49.971Z Downloaded defmt-macros v1.0.1
10612026-07-29T00:39:49.974Z Downloaded crc v3.4.0
10622026-07-29T00:39:49.974Z Downloaded inout v0.2.2
10632026-07-29T00:39:49.979Z Downloaded defmt v1.0.1
10642026-07-29T00:39:49.979Z Downloaded openssl-probe v0.1.6
10652026-07-29T00:39:49.979Z Downloaded openssl-macros v0.1.1
10662026-07-29T00:39:49.985Z Downloaded strum v0.26.3
10672026-07-29T00:39:49.985Z Downloaded unsafe-libyaml v0.2.11
10682026-07-29T00:39:49.985Z Downloaded reedline v0.40.0
10692026-07-29T00:39:49.991Z Downloaded zerocopy-derive v0.8.40
10702026-07-29T00:39:49.995Z Downloaded polyval v0.7.1
10712026-07-29T00:39:49.995Z Downloaded is-terminal v0.4.17
10722026-07-29T00:39:49.995Z Downloaded new_debug_unreachable v1.0.6
10732026-07-29T00:39:49.995Z Downloaded scopeguard v1.2.0
10742026-07-29T00:39:49.995Z Downloaded dyn-clone v1.0.20
10752026-07-29T00:39:49.995Z Downloaded percent-encoding v2.3.2
10762026-07-29T00:39:49.999Z Downloaded paste v1.0.15
10772026-07-29T00:39:50.002Z Downloaded module-lattice v0.2.3
10782026-07-29T00:39:50.002Z Downloaded tokio-stream v0.1.18
10792026-07-29T00:39:50.007Z Downloaded signal-hook-tokio v0.3.1
10802026-07-29T00:39:50.007Z Downloaded unicode_categories v0.1.1
10812026-07-29T00:39:50.010Z Downloaded xattr v1.6.1
10822026-07-29T00:39:50.010Z Downloaded crc-any v2.5.0
10832026-07-29T00:39:50.015Z Downloaded derive_builder v0.20.2
10842026-07-29T00:39:50.019Z Downloaded schemars v1.2.1
10852026-07-29T00:39:50.026Z Downloaded der v0.7.10
10862026-07-29T00:39:50.030Z Downloaded serde_with_macros v1.5.2
10872026-07-29T00:39:50.031Z Downloaded tokio-dtrace v0.1.1
10882026-07-29T00:39:50.031Z Downloaded time-core v0.1.8
10892026-07-29T00:39:50.031Z Downloaded darling_macro v0.23.0
10902026-07-29T00:39:50.031Z Downloaded h2 v0.4.15
10912026-07-29T00:39:50.039Z Downloaded support-bundle-viewer v0.1.2
10922026-07-29T00:39:50.039Z Downloaded aws-lc-rs v1.16.3
10932026-07-29T00:39:50.047Z Downloaded indoc v1.0.9
10942026-07-29T00:39:50.047Z Downloaded rusty-fork v0.3.1
10952026-07-29T00:39:50.047Z Downloaded take_mut v0.2.2
10962026-07-29T00:39:50.047Z Downloaded corncobs v0.1.4
10972026-07-29T00:39:50.061Z Downloaded trait-variant v0.1.2
10982026-07-29T00:39:50.062Z Downloaded jiff-static v0.2.21
10992026-07-29T00:39:50.062Z Downloaded mime v0.3.17
11002026-07-29T00:39:50.062Z Downloaded zeroize v1.9.0
11012026-07-29T00:39:50.062Z Downloaded digest v0.11.3
11022026-07-29T00:39:50.062Z Downloaded num v0.4.3
11032026-07-29T00:39:50.062Z Downloaded rand_pcg v0.10.2
11042026-07-29T00:39:50.062Z Downloaded rtoolbox v0.0.3
11052026-07-29T00:39:50.062Z Downloaded embedded-io v0.4.0
11062026-07-29T00:39:50.062Z Downloaded signal-hook-mio v0.2.5
11072026-07-29T00:39:50.062Z Downloaded pem-rfc7468 v0.7.0
11082026-07-29T00:39:50.062Z Downloaded pin-project-lite v0.2.17
11092026-07-29T00:39:50.062Z Downloaded keccak v0.2.0
11102026-07-29T00:39:50.062Z Downloaded waitgroup v0.1.2
11112026-07-29T00:39:50.062Z Downloaded sqlparser_derive v0.5.0
11122026-07-29T00:39:50.066Z Downloaded unarray v0.1.4
11132026-07-29T00:39:50.069Z Downloaded toml_edit v0.23.10+spec-1.0.0
11142026-07-29T00:39:50.072Z Downloaded num-traits v0.2.19
11152026-07-29T00:39:50.075Z Downloaded ssh-key v0.7.0-rc.11
11162026-07-29T00:39:50.079Z Downloaded ml-kem v0.3.2
11172026-07-29T00:39:50.082Z Downloaded predicates v3.1.4
11182026-07-29T00:39:50.082Z Downloaded lru-slab v0.1.2
11192026-07-29T00:39:50.089Z Downloaded poly1305 v0.8.0
11202026-07-29T00:39:50.089Z Downloaded scheduled-thread-pool v0.2.7
11212026-07-29T00:39:50.089Z Downloaded serde_urlencoded v0.7.1
11222026-07-29T00:39:50.089Z Downloaded unicode-bidi v0.3.18
11232026-07-29T00:39:50.089Z Downloaded unicode-normalization v0.1.25
11242026-07-29T00:39:50.107Z Downloaded pem v3.0.6
11252026-07-29T00:39:50.107Z Downloaded zip v0.6.6
11262026-07-29T00:39:50.107Z Downloaded indent_write v2.2.0
11272026-07-29T00:39:50.107Z Downloaded psm v0.1.30
11282026-07-29T00:39:50.116Z Downloaded signal-hook v0.3.18
11292026-07-29T00:39:50.116Z Downloaded strum_macros v0.24.3
11302026-07-29T00:39:50.116Z Downloaded stringprep v0.1.5
11312026-07-29T00:39:50.116Z Downloaded tokio-test v0.4.5
11322026-07-29T00:39:50.116Z Downloaded darling_core v0.23.0
11332026-07-29T00:39:50.116Z Downloaded packed_struct v0.10.1
11342026-07-29T00:39:50.121Z Downloaded indexmap v1.9.3
11352026-07-29T00:39:50.121Z Downloaded samael v0.0.19
11362026-07-29T00:39:50.121Z Downloaded rayon-core v1.13.0
11372026-07-29T00:39:50.121Z Downloaded yansi v1.0.1
11382026-07-29T00:39:50.121Z Downloaded parking_lot_core v0.9.12
11392026-07-29T00:39:50.121Z Downloaded darling v0.20.11
11402026-07-29T00:39:50.138Z Downloaded indicatif v0.18.4
11412026-07-29T00:39:50.140Z Downloaded secrecy v0.8.0
11422026-07-29T00:39:50.154Z Downloaded maybe-uninit v2.0.0
11432026-07-29T00:39:50.154Z Downloaded psl-types v2.0.11
11442026-07-29T00:39:50.155Z Downloaded typify-macro v0.6.2
11452026-07-29T00:39:50.155Z Downloaded subtle v2.6.1
11462026-07-29T00:39:50.155Z Downloaded slog-async v2.8.0
11472026-07-29T00:39:50.155Z Downloaded prefix-trie v0.7.0
11482026-07-29T00:39:50.155Z Downloaded sponge-cursor v0.1.0
11492026-07-29T00:39:50.155Z Downloaded instant v0.1.13
11502026-07-29T00:39:50.155Z Downloaded serde_path_to_error v0.1.20
11512026-07-29T00:39:50.155Z Downloaded usdt-macro v0.6.0
11522026-07-29T00:39:50.155Z Downloaded ignore v0.4.25
11532026-07-29T00:39:50.166Z Downloaded tagptr v0.2.0
11542026-07-29T00:39:50.166Z Downloaded document-features v0.2.12
11552026-07-29T00:39:50.166Z Downloaded linked-hash-map v0.5.6
11562026-07-29T00:39:50.166Z Downloaded password-hash v0.5.0
11572026-07-29T00:39:50.166Z Downloaded rustc_version v0.4.1
11582026-07-29T00:39:50.173Z Downloaded xshell v0.2.7
11592026-07-29T00:39:50.173Z Downloaded litemap v0.8.1
11602026-07-29T00:39:50.173Z Downloaded cookie_store v0.22.1
11612026-07-29T00:39:50.173Z Downloaded ecdsa v0.17.0
11622026-07-29T00:39:50.173Z Downloaded darling_core v0.20.11
11632026-07-29T00:39:50.191Z Downloaded ron v0.8.1
11642026-07-29T00:39:50.191Z Downloaded tracing-attributes v0.1.31
11652026-07-29T00:39:50.191Z Downloaded digest-io v0.1.0
11662026-07-29T00:39:50.191Z Downloaded opaque-debug v0.3.1
11672026-07-29T00:39:50.191Z Downloaded secrecy v0.10.3
11682026-07-29T00:39:50.192Z Downloaded testing_table v0.3.0
11692026-07-29T00:39:50.192Z Downloaded instability v0.3.11
11702026-07-29T00:39:50.192Z Downloaded difflib v0.4.0
11712026-07-29T00:39:50.192Z Downloaded password-hash v0.6.1
11722026-07-29T00:39:50.197Z Downloaded displaydoc v0.2.5
11732026-07-29T00:39:50.197Z Downloaded usdt-impl v0.6.0
11742026-07-29T00:39:50.197Z Downloaded itertools v0.14.0
11752026-07-29T00:39:50.197Z Downloaded mio v1.2.0
11762026-07-29T00:39:50.197Z Downloaded oxide-update-engine-display v0.1.2
11772026-07-29T00:39:50.197Z Downloaded term v1.2.1
11782026-07-29T00:39:50.198Z Downloaded tokio-macros v2.7.0
11792026-07-29T00:39:50.198Z Downloaded olpc-cjson v0.1.4
11802026-07-29T00:39:50.198Z Downloaded p384 v0.13.1
11812026-07-29T00:39:50.212Z Downloaded newtype-uuid v1.3.2
11822026-07-29T00:39:50.226Z Downloaded lock_api v0.4.14
11832026-07-29T00:39:50.226Z Downloaded drift v0.2.0
11842026-07-29T00:39:50.231Z Downloaded russh v0.62.4
11852026-07-29T00:39:50.231Z Downloaded pretty_assertions v1.4.1
11862026-07-29T00:39:50.231Z Downloaded num_enum v0.5.11
11872026-07-29T00:39:50.231Z Downloaded slog-envlogger v2.2.0
11882026-07-29T00:39:50.231Z Downloaded des v0.9.0
11892026-07-29T00:39:50.232Z Downloaded crossbeam-epoch v0.9.18
11902026-07-29T00:39:50.237Z Downloaded toml v1.1.2+spec-1.1.0
11912026-07-29T00:39:50.243Z Downloaded zstd-safe v7.2.4
11922026-07-29T00:39:50.246Z Downloaded typed-path v0.9.3
11932026-07-29T00:39:50.251Z Downloaded idna v1.1.0
11942026-07-29T00:39:50.257Z Downloaded linear-map v1.2.0
11952026-07-29T00:39:50.257Z Downloaded quinn v0.11.9
11962026-07-29T00:39:50.257Z Downloaded native-tls v0.2.18
11972026-07-29T00:39:50.257Z Downloaded progenitor-client v0.13.0
11982026-07-29T00:39:50.261Z Downloaded tokio-util v0.7.18
11992026-07-29T00:39:50.261Z Downloaded crc32fast v1.5.0
12002026-07-29T00:39:50.266Z Downloaded rustls-webpki v0.103.13
12012026-07-29T00:39:50.266Z Downloaded port-file v0.1.0
12022026-07-29T00:39:50.266Z Downloaded newline-converter v0.3.0
12032026-07-29T00:39:50.272Z Downloaded rand_seeder v0.4.0
12042026-07-29T00:39:50.277Z Downloaded icu_provider v2.1.1
12052026-07-29T00:39:50.283Z Downloaded ctr v0.10.1
12062026-07-29T00:39:50.288Z Downloaded num_enum v0.7.6
12072026-07-29T00:39:50.305Z Downloaded crossbeam-deque v0.8.6
12082026-07-29T00:39:50.313Z Downloaded twox-hash v2.1.2
12092026-07-29T00:39:50.313Z Downloaded p256 v0.14.0
12102026-07-29T00:39:50.313Z Downloaded vte v0.14.1
12112026-07-29T00:39:50.313Z Downloaded ed25519 v3.0.0
12122026-07-29T00:39:50.313Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12132026-07-29T00:39:50.313Z Downloaded darling_core v0.13.4
12142026-07-29T00:39:50.313Z Downloaded minimal-lexical v0.2.1
12152026-07-29T00:39:50.314Z Downloaded poly1305 v0.9.0
12162026-07-29T00:39:50.314Z Downloaded radix_trie v0.2.1
12172026-07-29T00:39:50.324Z Downloaded elliptic-curve v0.14.1
12182026-07-29T00:39:50.324Z Downloaded primefield v0.14.0
12192026-07-29T00:39:50.337Z Downloaded icu_normalizer_data v2.1.1
12202026-07-29T00:39:50.338Z Downloaded num-bigint-dig v0.8.6
12212026-07-29T00:39:50.338Z Downloaded derive_more v2.1.1
12222026-07-29T00:39:50.344Z Downloaded socket2 v0.6.3
12232026-07-29T00:39:50.344Z Downloaded rand v0.10.1
12242026-07-29T00:39:50.344Z Downloaded serde_with v3.21.0
12252026-07-29T00:39:50.344Z Downloaded scrypt v0.12.0
12262026-07-29T00:39:50.349Z Downloaded bitvec v1.0.1
12272026-07-29T00:39:50.353Z Downloaded regex v1.12.3
12282026-07-29T00:39:50.359Z Downloaded serde_with v1.14.0
12292026-07-29T00:39:50.359Z Downloaded petname v2.0.2
12302026-07-29T00:39:50.364Z Downloaded goblin v0.10.5
12312026-07-29T00:39:50.370Z Downloaded tough v0.22.0
12322026-07-29T00:39:50.370Z Downloaded ed25519-dalek v2.2.0
12332026-07-29T00:39:50.374Z Downloaded der v0.8.0
12342026-07-29T00:39:50.374Z Downloaded itertools v0.15.0
12352026-07-29T00:39:50.379Z Downloaded winnow v0.5.40
12362026-07-29T00:39:50.384Z Downloaded p521 v0.14.0
12372026-07-29T00:39:50.384Z Downloaded rayon v1.11.0
12382026-07-29T00:39:50.389Z Downloaded dropshot-api-manager v0.7.2
12392026-07-29T00:39:50.397Z Downloaded itertools v0.12.1
12402026-07-29T00:39:50.416Z Downloaded tokio-rustls v0.26.4
12412026-07-29T00:39:50.416Z Downloaded internal-russh-num-bigint v0.5.0
12422026-07-29T00:39:50.416Z Downloaded snafu v0.8.9
12432026-07-29T00:39:50.416Z Downloaded zip v4.6.1
12442026-07-29T00:39:50.416Z Downloaded itertools v0.10.5
12452026-07-29T00:39:50.426Z Downloaded object v0.30.4
12462026-07-29T00:39:50.426Z Downloaded schemars v0.8.22
12472026-07-29T00:39:50.426Z Downloaded rand v0.9.2
12482026-07-29T00:39:50.426Z Downloaded winnow v0.6.26
12492026-07-29T00:39:50.434Z Downloaded zerocopy v0.6.6
12502026-07-29T00:39:50.434Z Downloaded nom v8.0.0
12512026-07-29T00:39:50.442Z Downloaded smoltcp v0.9.1
12522026-07-29T00:39:50.449Z Downloaded uzers v0.12.2
12532026-07-29T00:39:50.449Z Downloaded polar-core v0.27.3
12542026-07-29T00:39:50.449Z Downloaded reqwest v0.12.28
12552026-07-29T00:39:50.464Z Downloaded tower v0.5.3
12562026-07-29T00:39:50.471Z Downloaded libxml v0.3.3
12572026-07-29T00:39:50.471Z Downloaded itertools v0.13.0
12582026-07-29T00:39:50.471Z Downloaded rsa v0.9.10
12592026-07-29T00:39:50.487Z Downloaded crypto-primes v0.7.2
12602026-07-29T00:39:50.492Z Downloaded time v0.3.47
12612026-07-29T00:39:50.497Z Downloaded bindgen v0.71.1
12622026-07-29T00:39:50.507Z Downloaded socket2 v0.5.10
12632026-07-29T00:39:50.520Z Downloaded quick-xml v0.37.5
12642026-07-29T00:39:50.520Z Downloaded winnow v1.0.3
12652026-07-29T00:39:50.520Z Downloaded salty v0.3.0
12662026-07-29T00:39:50.520Z Downloaded hickory-proto v0.24.4
12672026-07-29T00:39:50.524Z Downloaded crossterm v0.29.0
12682026-07-29T00:39:50.583Z Downloaded vcpkg v0.2.15
12692026-07-29T00:39:50.598Z Downloaded object v0.37.3
12702026-07-29T00:39:50.598Z Downloaded nom v7.1.3
12712026-07-29T00:39:50.598Z Downloaded lalrpop v0.19.12
12722026-07-29T00:39:50.598Z Downloaded tower-http v0.6.8
12732026-07-29T00:39:50.598Z Downloaded hickory-proto v0.25.2
12742026-07-29T00:39:50.598Z Downloaded libm v0.2.16
12752026-07-29T00:39:50.598Z Downloaded tabled v0.20.0
12762026-07-29T00:39:50.604Z Downloaded zerocopy v0.8.40
12772026-07-29T00:39:50.604Z Downloaded regex-syntax v0.6.29
12782026-07-29T00:39:50.610Z Downloaded iri-string v0.7.10
12792026-07-29T00:39:50.617Z Downloaded nix v0.31.2
12802026-07-29T00:39:50.624Z Downloaded iddqd v0.4.2
12812026-07-29T00:39:50.635Z Downloaded icu_properties_data v2.1.2
12822026-07-29T00:39:50.649Z Downloaded openssl v0.10.79
12832026-07-29T00:39:50.649Z Downloaded rustix v0.38.44
12842026-07-29T00:39:50.653Z Downloaded moka v0.12.13
12852026-07-29T00:39:50.660Z Downloaded regress v0.11.1
12862026-07-29T00:39:50.665Z Downloaded ratatui v0.29.0
12872026-07-29T00:39:50.684Z Downloaded tracing v0.1.44
12882026-07-29T00:39:50.689Z Downloaded diesel v2.3.7
12892026-07-29T00:39:50.698Z Downloaded petgraph v0.6.5
12902026-07-29T00:39:50.712Z Downloaded nix v0.27.1
12912026-07-29T00:39:50.734Z Downloaded sha3 v0.11.0
12922026-07-29T00:39:50.748Z Downloaded petgraph v0.8.3
12932026-07-29T00:39:50.749Z Downloaded bstr v1.12.1
12942026-07-29T00:39:50.756Z Downloaded jiff v0.2.21
12952026-07-29T00:39:50.756Z Downloaded tokio v1.52.1
12962026-07-29T00:39:50.785Z Downloaded crypto-bigint v0.7.5
12972026-07-29T00:39:50.793Z Downloaded portable-atomic v1.13.1
12982026-07-29T00:39:50.805Z Downloaded openapiv3 v2.2.0
12992026-07-29T00:39:50.810Z Downloaded proptest v1.10.0
13002026-07-29T00:39:50.815Z Downloaded sha3 v0.12.0
13012026-07-29T00:39:50.823Z Downloaded zlib-rs v0.6.2
13022026-07-29T00:39:50.876Z Downloaded regex-syntax v0.8.10
13032026-07-29T00:39:50.897Z Downloaded smoltcp v0.11.0
13042026-07-29T00:39:50.905Z Downloaded quinn-proto v0.11.16
13052026-07-29T00:39:50.910Z Downloaded curve25519-dalek v4.1.3
13062026-07-29T00:39:50.924Z Downloaded nix v0.28.0
13072026-07-29T00:39:50.932Z Downloaded regress v0.10.5
13082026-07-29T00:39:50.940Z Downloaded rustls v0.23.41
13092026-07-29T00:39:50.949Z Downloaded dropshot v0.17.1
13102026-07-29T00:39:51.005Z Downloaded typify-impl v0.6.2
13112026-07-29T00:39:51.040Z Downloaded curve25519-dalek v5.0.0
13122026-07-29T00:39:51.066Z Downloaded sqlparser v0.61.0
13132026-07-29T00:39:51.118Z Downloaded sled v0.34.7
13142026-07-29T00:39:51.148Z Downloaded bzip2-sys v0.1.13+1.0.8
13152026-07-29T00:39:51.154Z Downloaded regex-automata v0.4.14
13162026-07-29T00:39:51.162Z Downloaded zerocopy-derive v0.6.6
13172026-07-29T00:39:51.229Z Downloaded chrono-tz v0.10.4
13182026-07-29T00:39:51.271Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-07-29T00:39:51.319Z Downloaded csv v1.4.0
13202026-07-29T00:39:51.327Z Downloaded libz-sys v1.1.24
13212026-07-29T00:39:51.336Z Downloaded sha3 v0.10.8
13222026-07-29T00:39:51.457Z Downloaded encoding_rs v0.8.35
13232026-07-29T00:39:51.509Z Downloaded ring v0.17.14
13242026-07-29T00:39:51.577Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-07-29T00:39:52.144Z Downloaded aws-lc-sys v0.40.0
13262026-07-29T00:39:52.390Z Compiling libc v0.2.185
13272026-07-29T00:39:52.390Z Compiling serde_core v1.0.228
13282026-07-29T00:39:52.402Z Compiling serde v1.0.228
13292026-07-29T00:39:52.402Z Compiling log v0.4.29
13302026-07-29T00:39:52.402Z Compiling smallvec v1.15.1
13312026-07-29T00:39:52.564Z Compiling find-msvc-tools v0.1.9
13322026-07-29T00:39:52.564Z Compiling shlex v1.3.0
13332026-07-29T00:39:52.576Z Compiling syn v2.0.117
13342026-07-29T00:39:52.734Z Compiling subtle v2.6.1
13352026-07-29T00:39:52.749Z Compiling stable_deref_trait v1.2.1
13362026-07-29T00:39:52.750Z Compiling scopeguard v1.2.0
13372026-07-29T00:39:52.820Z Compiling typenum v1.20.1
13382026-07-29T00:39:52.833Z Compiling serde_json v1.0.151
13392026-07-29T00:39:52.859Z Compiling lock_api v0.4.14
13402026-07-29T00:39:52.872Z Compiling zerocopy v0.8.40
13412026-07-29T00:39:52.899Z Compiling portable-atomic v1.13.1
13422026-07-29T00:39:53.035Z Compiling parking_lot_core v0.9.12
13432026-07-29T00:39:53.105Z Compiling pin-project-lite v0.2.17
13442026-07-29T00:39:53.190Z Compiling libm v0.2.16
13452026-07-29T00:39:53.323Z Compiling pkg-config v0.3.32
13462026-07-29T00:39:53.341Z Compiling critical-section v1.2.0
13472026-07-29T00:39:53.357Z Compiling jobserver v0.1.34
13482026-07-29T00:39:53.401Z Compiling errno v0.3.14
13492026-07-29T00:39:53.469Z Compiling getrandom v0.2.17
13502026-07-29T00:39:53.541Z Compiling cc v1.2.56
13512026-07-29T00:39:53.597Z Compiling getrandom v0.4.1
13522026-07-29T00:39:53.690Z Compiling rand_core v0.6.4
13532026-07-29T00:39:53.704Z Compiling signal-hook-registry v1.4.8
13542026-07-29T00:39:53.969Z Compiling once_cell v1.21.3
13552026-07-29T00:39:53.985Z Compiling num-traits v0.2.19
13562026-07-29T00:39:53.994Z Compiling futures-core v0.3.32
13572026-07-29T00:39:54.012Z Compiling rand_core v0.10.0
13582026-07-29T00:39:54.142Z Compiling parking_lot v0.12.5
13592026-07-29T00:39:54.198Z Compiling mio v1.2.0
13602026-07-29T00:39:54.398Z Compiling generic-array v0.14.7
13612026-07-29T00:39:54.470Z Compiling writeable v0.6.2
13622026-07-29T00:39:54.601Z Compiling litemap v0.8.1
13632026-07-29T00:39:54.637Z Compiling const-oid v0.9.6
13642026-07-29T00:39:54.726Z Compiling bitflags v2.11.0
13652026-07-29T00:39:54.798Z Compiling percent-encoding v2.3.2
13662026-07-29T00:39:54.815Z Compiling semver v1.0.28
13672026-07-29T00:39:54.981Z Compiling icu_properties_data v2.1.2
13682026-07-29T00:39:55.134Z Compiling icu_normalizer_data v2.1.1
13692026-07-29T00:39:55.182Z Compiling socket2 v0.6.3
13702026-07-29T00:39:55.356Z Compiling futures-sink v0.3.32
13712026-07-29T00:39:55.374Z Compiling futures-task v0.3.32
13722026-07-29T00:39:55.394Z Compiling slab v0.4.12
13732026-07-29T00:39:55.414Z Compiling futures-io v0.3.32
13742026-07-29T00:39:55.449Z Compiling futures-channel v0.3.32
13752026-07-29T00:39:55.540Z Compiling synstructure v0.13.2
13762026-07-29T00:39:55.561Z Compiling utf8_iter v1.0.4
13772026-07-29T00:39:55.577Z Compiling indexmap v2.14.0
13782026-07-29T00:39:55.590Z Compiling form_urlencoded v1.2.2
13792026-07-29T00:39:55.644Z Compiling rustversion v1.0.22
13802026-07-29T00:39:55.681Z Compiling getrandom v0.3.4
13812026-07-29T00:39:55.731Z Compiling cmake v0.1.57
13822026-07-29T00:39:55.765Z Compiling dunce v1.0.5
13832026-07-29T00:39:55.806Z Compiling rustix v1.1.3
13842026-07-29T00:39:55.861Z Compiling fs_extra v1.3.0
13852026-07-29T00:39:56.104Z Compiling iana-time-zone v0.1.65
13862026-07-29T00:39:56.135Z Compiling ident_case v1.0.1
13872026-07-29T00:39:56.171Z Compiling aws-lc-sys v0.40.0
13882026-07-29T00:39:56.255Z Compiling regex-syntax v0.8.10
13892026-07-29T00:39:56.270Z Compiling uuid v1.23.4
13902026-07-29T00:39:56.302Z Compiling base64 v0.22.1
13912026-07-29T00:39:56.577Z Compiling rand_core v0.9.5
13922026-07-29T00:39:56.651Z Compiling vcpkg v0.2.15
13932026-07-29T00:39:56.663Z Compiling base64ct v1.8.3
13942026-07-29T00:39:56.870Z Compiling rustc_version v0.4.1
13952026-07-29T00:39:56.954Z Compiling pem-rfc7468 v0.7.0
13962026-07-29T00:39:56.969Z Compiling tracing-core v0.1.36
13972026-07-29T00:39:57.200Z Compiling flagset v0.4.7
13982026-07-29T00:39:57.268Z Compiling serde_derive v1.0.228
13992026-07-29T00:39:57.327Z Compiling zeroize_derive v1.5.0
14002026-07-29T00:39:57.350Z Compiling zerofrom-derive v0.1.6
14012026-07-29T00:39:57.374Z Compiling yoke-derive v0.8.1
14022026-07-29T00:39:57.552Z Compiling zerovec-derive v0.11.2
14032026-07-29T00:39:57.578Z Compiling displaydoc v0.2.5
14042026-07-29T00:39:57.917Z Compiling zeroize v1.9.0
14052026-07-29T00:39:58.135Z Compiling zerocopy-derive v0.8.40
14062026-07-29T00:39:58.579Z Compiling tokio-macros v2.7.0
14072026-07-29T00:39:58.667Z Compiling futures-macro v0.3.32
14082026-07-29T00:39:58.688Z Compiling openssl-sys v0.9.115
14092026-07-29T00:39:58.784Z Compiling zerofrom v0.1.6
14102026-07-29T00:39:58.947Z Compiling yoke v0.8.1
14112026-07-29T00:39:58.976Z Compiling crypto-common v0.1.7
14122026-07-29T00:39:59.087Z Compiling zerovec v0.11.5
14132026-07-29T00:39:59.100Z Compiling zerotrie v0.2.3
14142026-07-29T00:39:59.228Z Compiling block-buffer v0.10.4
14152026-07-29T00:39:59.394Z Compiling der_derive v0.7.3
14162026-07-29T00:39:59.450Z Compiling digest v0.10.7
14172026-07-29T00:39:59.450Z Compiling thiserror-impl v2.0.18
14182026-07-29T00:39:59.532Z Compiling futures-util v0.3.32
14192026-07-29T00:39:59.643Z Compiling tinystr v0.8.2
14202026-07-29T00:39:59.675Z Compiling potential_utf v0.1.4
14212026-07-29T00:39:59.829Z Compiling icu_locale_core v2.1.1
14222026-07-29T00:39:59.867Z Compiling icu_collections v2.1.1
14232026-07-29T00:40:00.412Z Compiling tracing-attributes v0.1.31
14242026-07-29T00:40:00.436Z Compiling aws-lc-rs v1.16.3
14252026-07-29T00:40:00.645Z Compiling icu_provider v2.1.1
14262026-07-29T00:40:00.758Z Compiling der v0.7.10
14272026-07-29T00:40:00.779Z Compiling bytes v1.11.1
14282026-07-29T00:40:00.896Z Compiling chrono v0.4.45
14292026-07-29T00:40:00.936Z Compiling icu_properties v2.1.2
14302026-07-29T00:40:01.396Z Compiling tokio v1.52.1
14312026-07-29T00:40:01.651Z Compiling icu_normalizer v2.1.1
14322026-07-29T00:40:01.853Z Compiling http v1.4.2
14332026-07-29T00:40:01.905Z Compiling tracing v0.1.44
14342026-07-29T00:40:02.033Z Compiling idna_adapter v1.2.1
14352026-07-29T00:40:02.145Z Compiling idna v1.1.0
14362026-07-29T00:40:02.182Z Compiling thiserror v2.0.18
14372026-07-29T00:40:02.212Z Compiling rustls-pki-types v1.14.0
14382026-07-29T00:40:02.302Z Compiling serde_derive_internals v0.29.1
14392026-07-29T00:40:02.329Z Compiling cmov v0.5.4
14402026-07-29T00:40:02.494Z Compiling ppv-lite86 v0.2.21
14412026-07-29T00:40:02.648Z Compiling url v2.5.8
14422026-07-29T00:40:02.667Z Compiling http-body v1.0.1
14432026-07-29T00:40:02.736Z Compiling openssl-probe v0.2.1
14442026-07-29T00:40:02.769Z Compiling rand_chacha v0.9.0
14452026-07-29T00:40:02.816Z Compiling httparse v1.10.1
14462026-07-29T00:40:02.858Z Compiling dyn-clone v1.0.20
14472026-07-29T00:40:02.914Z Compiling tinyvec_macros v0.1.1
14482026-07-29T00:40:02.954Z Compiling schemars v0.8.22
14492026-07-29T00:40:02.986Z Compiling tinyvec v1.10.0
14502026-07-29T00:40:03.108Z Compiling schemars_derive v0.8.22
14512026-07-29T00:40:03.164Z Compiling rand v0.9.2
14522026-07-29T00:40:03.222Z Compiling ctutils v0.4.2
14532026-07-29T00:40:03.347Z Compiling pest_generator v2.8.6
14542026-07-29T00:40:03.443Z Compiling spki v0.7.3
14552026-07-29T00:40:03.471Z Compiling aho-corasick v1.1.4
14562026-07-29T00:40:03.471Z Compiling tower-layer v0.3.3
14572026-07-29T00:40:03.606Z Compiling tower-service v0.3.3
14582026-07-29T00:40:03.643Z Compiling try-lock v0.2.5
14592026-07-29T00:40:03.685Z Compiling untrusted v0.7.1
14602026-07-29T00:40:03.721Z Compiling atomic-waker v1.1.2
14612026-07-29T00:40:03.830Z Compiling want v0.3.1
14622026-07-29T00:40:03.877Z Compiling tempfile v3.25.0
14632026-07-29T00:40:03.918Z Compiling hybrid-array v0.4.13
14642026-07-29T00:40:03.980Z Compiling pest_derive v2.8.6
14652026-07-29T00:40:04.215Z Compiling regex-automata v0.4.14
14662026-07-29T00:40:04.316Z Compiling ipnet v2.11.0
14672026-07-29T00:40:04.456Z Compiling scroll_derive v0.13.1
14682026-07-29T00:40:04.753Z Compiling darling_core v0.20.11
14692026-07-29T00:40:04.811Z Compiling openssl v0.10.79
14702026-07-29T00:40:05.026Z Compiling rustls v0.23.41
14712026-07-29T00:40:05.116Z Compiling foreign-types-shared v0.1.1
14722026-07-29T00:40:05.211Z Compiling tokio-util v0.7.18
14732026-07-29T00:40:05.253Z Compiling httpdate v1.0.3
14742026-07-29T00:40:05.253Z Compiling cpufeatures v0.2.17
14752026-07-29T00:40:05.341Z Compiling untrusted v0.9.0
14762026-07-29T00:40:05.441Z Compiling scroll v0.13.0
14772026-07-29T00:40:05.477Z Compiling foreign-types v0.3.2
14782026-07-29T00:40:05.531Z Compiling pkcs8 v0.10.2
14792026-07-29T00:40:05.628Z Compiling unicode-normalization v0.1.25
14802026-07-29T00:40:05.769Z Compiling openssl-macros v0.1.1
14812026-07-29T00:40:06.063Z Compiling h2 v0.4.15
14822026-07-29T00:40:06.097Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-07-29T00:40:06.184Z Compiling spin v0.9.8
14842026-07-29T00:40:06.211Z Compiling time-core v0.1.8
14852026-07-29T00:40:06.351Z Compiling powerfmt v0.2.0
14862026-07-29T00:40:06.490Z Compiling num-conv v0.2.0
14872026-07-29T00:40:06.571Z Compiling native-tls v0.2.18
14882026-07-29T00:40:06.572Z Compiling crc32fast v1.5.0
14892026-07-29T00:40:06.613Z Compiling time-macros v0.2.27
14902026-07-29T00:40:06.671Z Compiling deranged v0.5.8
14912026-07-29T00:40:06.939Z Compiling darling_macro v0.20.11
14922026-07-29T00:40:07.697Z Compiling darling v0.20.11
14932026-07-29T00:40:07.763Z Compiling goblin v0.10.5
14942026-07-29T00:40:07.764Z Compiling sha2 v0.10.9
14952026-07-29T00:40:07.764Z Compiling hmac v0.12.1
14962026-07-29T00:40:07.842Z Compiling sync_wrapper v1.0.2
14972026-07-29T00:40:08.052Z Compiling wait-timeout v0.2.1
14982026-07-29T00:40:08.149Z Compiling usdt-impl v0.6.0
14992026-07-29T00:40:08.407Z Compiling bit-vec v0.8.0
15002026-07-29T00:40:08.426Z Compiling syn v1.0.109
15012026-07-29T00:40:08.674Z Compiling num_threads v0.1.7
15022026-07-29T00:40:08.735Z Compiling crossbeam-utils v0.8.21
15032026-07-29T00:40:08.735Z Compiling siphasher v1.0.2
15042026-07-29T00:40:08.838Z Compiling simd-adler32 v0.3.8
15052026-07-29T00:40:08.871Z Compiling quick-error v1.2.3
15062026-07-29T00:40:09.039Z Compiling rusty-fork v0.3.1
15072026-07-29T00:40:09.054Z Compiling time v0.3.47
15082026-07-29T00:40:09.054Z Compiling hyper v1.10.1
15092026-07-29T00:40:09.246Z Compiling bit-set v0.8.0
15102026-07-29T00:40:09.792Z Compiling tower v0.5.3
15112026-07-29T00:40:10.063Z Compiling derive_builder_core v0.20.2
15122026-07-29T00:40:10.264Z Compiling hyper-util v0.1.20
15132026-07-29T00:40:10.277Z Compiling dof v0.4.0
15142026-07-29T00:40:10.516Z Compiling dtrace-parser v0.3.0
15152026-07-29T00:40:10.718Z Compiling http-body-util v0.1.3
15162026-07-29T00:40:10.907Z Compiling scroll_derive v0.12.1
15172026-07-29T00:40:10.944Z Compiling thiserror-impl v1.0.69
15182026-07-29T00:40:11.235Z Compiling heapless v0.7.17
15192026-07-29T00:40:11.673Z Compiling rand_xorshift v0.4.0
15202026-07-29T00:40:11.711Z Compiling slog v2.8.2
15212026-07-29T00:40:11.711Z Compiling darling_core v0.23.0
15222026-07-29T00:40:11.711Z Compiling bzip2-sys v0.1.13+1.0.8
15232026-07-29T00:40:11.711Z Compiling thread-id v5.1.0
15242026-07-29T00:40:11.711Z Compiling cookie v0.18.1
15252026-07-29T00:40:11.748Z Compiling adler2 v2.0.1
15262026-07-29T00:40:11.861Z Compiling signal-hook v0.3.18
15272026-07-29T00:40:11.905Z Compiling iri-string v0.7.10
15282026-07-29T00:40:11.905Z Compiling unicode-bidi v0.3.18
15292026-07-29T00:40:11.993Z Compiling unarray v0.1.4
15302026-07-29T00:40:12.030Z Compiling ryu v1.0.23
15312026-07-29T00:40:12.080Z Compiling paste v1.0.15
15322026-07-29T00:40:12.154Z Compiling unicode-properties v0.1.4
15332026-07-29T00:40:12.175Z Compiling anyhow v1.0.102
15342026-07-29T00:40:12.350Z Compiling allocator-api2 v0.2.21
15352026-07-29T00:40:12.367Z Compiling zstd-safe v7.2.4
15362026-07-29T00:40:12.416Z Compiling stringprep v0.1.5
15372026-07-29T00:40:12.539Z Compiling thiserror v1.0.69
15382026-07-29T00:40:12.649Z Compiling serde_urlencoded v0.7.1
15392026-07-29T00:40:12.673Z Compiling proptest v1.10.0
15402026-07-29T00:40:12.846Z Compiling miniz_oxide v0.8.9
15412026-07-29T00:40:13.406Z Compiling tower-http v0.6.8
15422026-07-29T00:40:13.515Z Compiling scroll v0.12.0
15432026-07-29T00:40:13.668Z Compiling derive_builder_macro v0.20.2
15442026-07-29T00:40:13.668Z Compiling tokio-native-tls v0.3.1
15452026-07-29T00:40:13.784Z Compiling camino v1.2.2
15462026-07-29T00:40:13.903Z Compiling bstr v1.12.1
15472026-07-29T00:40:14.109Z Compiling ipnetwork v0.21.1
15482026-07-29T00:40:14.205Z Compiling darling_macro v0.23.0
15492026-07-29T00:40:14.205Z Compiling crypto-common v0.2.2
15502026-07-29T00:40:14.205Z Compiling block-padding v0.4.2
15512026-07-29T00:40:14.369Z Compiling block-buffer v0.12.1
15522026-07-29T00:40:14.398Z Compiling rustls-native-certs v0.8.3
15532026-07-29T00:40:14.398Z Compiling rand_chacha v0.3.1
15542026-07-29T00:40:14.591Z Compiling serde_tokenstream v0.2.3
15552026-07-29T00:40:14.663Z Compiling erased-serde v0.3.31
15562026-07-29T00:40:14.707Z Compiling toml_datetime v0.6.11
15572026-07-29T00:40:14.834Z Compiling hex v0.4.3
15582026-07-29T00:40:14.990Z Compiling serde_spanned v0.6.9
15592026-07-29T00:40:15.041Z Compiling md-5 v0.10.6
15602026-07-29T00:40:15.083Z Compiling signature v2.2.0
15612026-07-29T00:40:15.114Z Compiling async-trait v0.1.89
15622026-07-29T00:40:15.167Z Compiling pin-project-internal v1.1.11
15632026-07-29T00:40:15.223Z Compiling zerocopy-derive v0.7.35
15642026-07-29T00:40:15.276Z Compiling curve25519-dalek v4.1.3
15652026-07-29T00:40:15.599Z Compiling vergen-lib v9.1.0
15662026-07-29T00:40:15.743Z Compiling hash32 v0.2.1
15672026-07-29T00:40:15.820Z Compiling num-integer v0.1.46
15682026-07-29T00:40:15.973Z Compiling memoffset v0.9.1
15692026-07-29T00:40:16.044Z Compiling encoding_rs v0.8.35
15702026-07-29T00:40:16.091Z Compiling zlib-rs v0.6.2
15712026-07-29T00:40:16.134Z Compiling psl-types v2.0.11
15722026-07-29T00:40:16.174Z Compiling mime v0.3.17
15732026-07-29T00:40:16.239Z Compiling litrs v1.0.0
15742026-07-29T00:40:16.259Z Compiling num-bigint-dig v0.8.6
15752026-07-29T00:40:16.817Z Compiling rustix v0.38.44
15762026-07-29T00:40:16.861Z Compiling fallible-iterator v0.2.0
15772026-07-29T00:40:16.861Z Compiling cfg_aliases v0.2.1
15782026-07-29T00:40:16.861Z Compiling smoltcp v0.9.1
15792026-07-29T00:40:16.861Z Compiling ref-cast v1.0.25
15802026-07-29T00:40:16.861Z Compiling nix v0.31.2
15812026-07-29T00:40:17.099Z Compiling document-features v0.2.12
15822026-07-29T00:40:17.148Z Compiling postgres-protocol v0.6.10
15832026-07-29T00:40:17.197Z Compiling pin-project v1.1.11
15842026-07-29T00:40:17.388Z Compiling publicsuffix v2.3.0
15852026-07-29T00:40:17.529Z Compiling hubpack_derive v0.1.1
15862026-07-29T00:40:17.606Z Compiling zerocopy v0.7.35
15872026-07-29T00:40:17.606Z Compiling num-iter v0.1.45
15882026-07-29T00:40:17.741Z Compiling newtype-uuid v1.3.2
15892026-07-29T00:40:17.786Z Compiling rand v0.8.6
15902026-07-29T00:40:18.036Z Compiling darling v0.23.0
15912026-07-29T00:40:18.056Z Compiling inout v0.2.2
15922026-07-29T00:40:18.139Z Compiling oxnet v0.1.6
15932026-07-29T00:40:18.173Z Compiling derive_builder v0.20.2
15942026-07-29T00:40:18.173Z Compiling goblin v0.8.2
15952026-07-29T00:40:18.224Z Compiling hyper-tls v0.6.0
15962026-07-29T00:40:18.820Z Compiling phf_shared v0.13.1
15972026-07-29T00:40:18.949Z Compiling regex v1.12.3
15982026-07-29T00:40:19.033Z Compiling flate2 v1.1.9
15992026-07-29T00:40:19.098Z Compiling lazy_static v1.5.0
16002026-07-29T00:40:19.098Z Compiling anstyle-parse v0.2.7
16012026-07-29T00:40:19.151Z Compiling futures-executor v0.3.32
16022026-07-29T00:40:19.239Z Compiling terminal_size v0.4.3
16032026-07-29T00:40:19.277Z Compiling ref-cast-impl v1.0.25
16042026-07-29T00:40:19.357Z Compiling strum_macros v0.27.2
16052026-07-29T00:40:19.407Z Compiling curve25519-dalek-derive v0.1.1
16062026-07-29T00:40:19.448Z Compiling daft-derive v0.1.7
16072026-07-29T00:40:19.449Z Compiling snafu-derive v0.8.9
16082026-07-29T00:40:19.889Z Compiling vergen v9.1.0
16092026-07-29T00:40:20.059Z Compiling cargo-platform v0.3.2
16102026-07-29T00:40:20.112Z Compiling ff v0.13.1
16112026-07-29T00:40:20.151Z Compiling fs-err v3.3.0
16122026-07-29T00:40:20.206Z Compiling ahash v0.8.12
16132026-07-29T00:40:20.308Z Compiling foldhash v0.2.0
16142026-07-29T00:40:20.348Z Compiling bitflags v1.3.2
16152026-07-29T00:40:20.385Z Compiling managed v0.8.0
16162026-07-29T00:40:20.417Z Compiling foldhash v0.1.5
16172026-07-29T00:40:20.572Z Compiling same-file v1.0.6
16182026-07-29T00:40:20.610Z Compiling unicode-segmentation v1.12.0
16192026-07-29T00:40:20.640Z Compiling libbz2-rs-sys v0.2.2
16202026-07-29T00:40:20.777Z Compiling object v0.37.3
16212026-07-29T00:40:21.045Z Compiling bumpalo v3.20.2
16222026-07-29T00:40:21.198Z Compiling base16ct v0.2.0
16232026-07-29T00:40:21.236Z Compiling winnow v0.5.40
16242026-07-29T00:40:21.236Z Compiling zopfli v0.8.3
16252026-07-29T00:40:21.283Z Compiling sec1 v0.7.3
16262026-07-29T00:40:21.379Z Compiling strum v0.27.2
16272026-07-29T00:40:21.438Z Compiling snafu v0.8.9
16282026-07-29T00:40:21.493Z Compiling bzip2 v0.6.1
16292026-07-29T00:40:21.541Z Compiling clap_builder v4.6.0
16302026-07-29T00:40:21.655Z Compiling walkdir v2.5.0
16312026-07-29T00:40:21.687Z Compiling hashbrown v0.15.5
16322026-07-29T00:40:21.872Z Compiling hashbrown v0.16.1
16332026-07-29T00:40:22.011Z Compiling dof v0.3.0
16342026-07-29T00:40:22.355Z Compiling cargo_metadata v0.23.1
16352026-07-29T00:40:22.431Z Compiling toml_edit v0.19.15
16362026-07-29T00:40:22.446Z Compiling daft v0.1.7
16372026-07-29T00:40:22.565Z Compiling group v0.13.0
16382026-07-29T00:40:22.742Z Compiling futures v0.3.32
16392026-07-29T00:40:22.812Z Compiling anstream v0.6.21
16402026-07-29T00:40:23.154Z Compiling phf v0.13.1
16412026-07-29T00:40:23.705Z Compiling signal-hook-mio v0.2.5
16422026-07-29T00:40:23.761Z Compiling cookie_store v0.22.1
16432026-07-29T00:40:23.761Z Compiling zstd v0.13.3
16442026-07-29T00:40:23.789Z Compiling reqwest v0.12.28
16452026-07-29T00:40:23.983Z Compiling bzip2 v0.4.4
16462026-07-29T00:40:24.129Z Compiling cipher v0.5.2
16472026-07-29T00:40:24.362Z Compiling serde_with_macros v3.21.0
16482026-07-29T00:40:24.580Z Compiling hubpack v0.1.2
16492026-07-29T00:40:24.626Z Compiling postgres-types v0.2.12
16502026-07-29T00:40:25.151Z Compiling ed25519 v2.2.3
16512026-07-29T00:40:25.186Z Compiling usdt-macro v0.6.0
16522026-07-29T00:40:25.476Z Compiling usdt-attr-macro v0.6.0
16532026-07-29T00:40:25.755Z Compiling globset v0.4.18
16542026-07-29T00:40:25.823Z Compiling dtrace-parser v0.2.0
16552026-07-29T00:40:25.938Z Compiling phf_shared v0.11.3
16562026-07-29T00:40:25.973Z Compiling hkdf v0.12.4
16572026-07-29T00:40:26.560Z Compiling olpc-cjson v0.1.4
16582026-07-29T00:40:26.582Z Compiling pkcs1 v0.7.5
16592026-07-29T00:40:26.582Z Compiling serde_plain v1.0.2
16602026-07-29T00:40:26.582Z Compiling serde-big-array v0.5.1
16612026-07-29T00:40:26.582Z Compiling crypto-bigint v0.5.5
16622026-07-29T00:40:26.582Z Compiling enum-as-inner v0.6.1
16632026-07-29T00:40:26.583Z Compiling serde_repr v0.1.20
16642026-07-29T00:40:26.583Z Compiling strum_macros v0.26.4
16652026-07-29T00:40:26.583Z Compiling async-recursion v1.1.1
16662026-07-29T00:40:26.985Z Compiling clap_derive v4.6.1
16672026-07-29T00:40:27.007Z Compiling pem v3.0.6
16682026-07-29T00:40:27.172Z Compiling float-cmp v0.10.0
16692026-07-29T00:40:27.297Z Compiling memmap2 v0.9.10
16702026-07-29T00:40:27.333Z Compiling thread-id v4.2.2
16712026-07-29T00:40:27.415Z Compiling env_filter v1.0.0
16722026-07-29T00:40:27.500Z Compiling new_debug_unreachable v1.0.6
16732026-07-29T00:40:27.522Z Compiling either v1.15.0
16742026-07-29T00:40:27.581Z Compiling jiff v0.2.21
16752026-07-29T00:40:27.707Z Compiling data-encoding v2.10.0
16762026-07-29T00:40:27.730Z Compiling fixedbitset v0.5.7
16772026-07-29T00:40:28.039Z Compiling cpufeatures v0.3.0
16782026-07-29T00:40:28.214Z Compiling fixedbitset v0.4.2
16792026-07-29T00:40:28.249Z Compiling predicates-core v1.0.10
16802026-07-29T00:40:28.271Z Compiling precomputed-hash v0.1.1
16812026-07-29T00:40:28.379Z Compiling difflib v0.4.0
16822026-07-29T00:40:28.436Z Compiling static_assertions v1.1.0
16832026-07-29T00:40:28.436Z Compiling winnow v1.0.3
16842026-07-29T00:40:28.436Z Compiling keccak v0.1.6
16852026-07-29T00:40:28.477Z Compiling normalize-line-endings v0.3.0
16862026-07-29T00:40:28.535Z Compiling whoami v2.1.0
16872026-07-29T00:40:28.557Z Compiling const-oid v0.10.2
16882026-07-29T00:40:28.712Z Compiling typed-path v0.9.3
16892026-07-29T00:40:28.851Z Compiling tokio-postgres v0.7.16
16902026-07-29T00:40:28.851Z Compiling clap v4.6.1
16912026-07-29T00:40:28.892Z Compiling toml_parser v1.1.2+spec-1.1.0
16922026-07-29T00:40:28.892Z Compiling digest v0.11.3
16932026-07-29T00:40:28.892Z Compiling sha3 v0.10.8
16942026-07-29T00:40:29.071Z Compiling predicates v3.1.4
16952026-07-29T00:40:29.557Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-07-29T00:40:29.599Z Compiling string_cache v0.8.9
16972026-07-29T00:40:29.599Z Compiling petgraph v0.6.5
16982026-07-29T00:40:29.599Z Compiling strum v0.26.3
16992026-07-29T00:40:29.704Z Compiling chacha20 v0.10.0
17002026-07-29T00:40:29.724Z Compiling toml_edit v0.22.27
17012026-07-29T00:40:30.029Z Compiling hickory-proto v0.25.2
17022026-07-29T00:40:30.079Z Compiling petgraph v0.8.3
17032026-07-29T00:40:30.961Z Compiling zip v4.6.1
17042026-07-29T00:40:30.983Z Compiling itertools v0.13.0
17052026-07-29T00:40:31.787Z Compiling env_logger v0.11.9
17062026-07-29T00:40:31.899Z Compiling usdt v0.6.0
17072026-07-29T00:40:31.996Z Compiling usdt-impl v0.5.0
17082026-07-29T00:40:32.019Z Compiling elliptic-curve v0.13.8
17092026-07-29T00:40:32.122Z Compiling rsa v0.9.10
17102026-07-29T00:40:32.161Z Compiling crossterm v0.28.1
17112026-07-29T00:40:32.222Z Compiling serde_with v3.21.0
17122026-07-29T00:40:32.420Z Compiling ed25519-dalek v2.2.0
17132026-07-29T00:40:32.623Z Compiling zip v0.6.6
17142026-07-29T00:40:32.935Z Compiling toml v0.7.8
17152026-07-29T00:40:33.551Z Compiling iddqd v0.4.2
17162026-07-29T00:40:33.985Z Compiling heck v0.4.1
17172026-07-29T00:40:34.016Z Compiling similar v2.7.0
17182026-07-29T00:40:34.109Z Compiling byte-wrapper v0.1.0
17192026-07-29T00:40:34.209Z Compiling crossbeam-epoch v0.9.18
17202026-07-29T00:40:34.492Z Compiling tokio-stream v0.1.18
17212026-07-29T00:40:34.558Z Compiling buf-list v1.1.2
17222026-07-29T00:40:34.573Z Compiling x509-cert v0.2.5
17232026-07-29T00:40:34.732Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-07-29T00:40:34.852Z Compiling openapiv3 v2.2.0
17252026-07-29T00:40:34.881Z Compiling peg-runtime v0.8.5
17262026-07-29T00:40:34.947Z Compiling lalrpop-util v0.19.12
17272026-07-29T00:40:35.055Z Compiling thread_local v1.1.9
17282026-07-29T00:40:35.149Z Compiling slog-async v2.8.0
17292026-07-29T00:40:35.172Z Compiling crossbeam-channel v0.5.15
17302026-07-29T00:40:35.204Z Compiling filetime v0.2.27
17312026-07-29T00:40:35.293Z Compiling is-terminal v0.4.17
17322026-07-29T00:40:35.392Z Compiling term v1.2.1
17332026-07-29T00:40:35.399Z Compiling take_mut v0.2.2
17342026-07-29T00:40:35.446Z Compiling xattr v1.6.1
17352026-07-29T00:40:35.510Z Compiling camino-tempfile v1.4.1
17362026-07-29T00:40:35.626Z Compiling tar v0.4.46
17372026-07-29T00:40:35.757Z Compiling slog-term v2.9.2
17382026-07-29T00:40:45.619Z Compiling rustls-webpki v0.103.13
17392026-07-29T00:40:48.712Z Compiling tokio-rustls v0.26.4
17402026-07-29T00:40:48.712Z Compiling rustls-platform-verifier v0.6.2
17412026-07-29T00:40:48.743Z Compiling tough v0.22.0
17422026-07-29T00:40:48.743Z Compiling hyper-rustls v0.27.7
17432026-07-29T00:40:48.743Z Compiling reqwest v0.13.2
17442026-07-29T00:40:50.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-07-29T00:40:51.164Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-07-29T00:40:54.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17472026-07-29T00:40:54.326Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17482026-07-29T00:40:54.326ZJul 29 00:40:52.473 INFO Starting download, target: Cockroach
17492026-07-29T00:40:54.326ZJul 29 00:40:52.473 INFO Starting download, target: Clickhouse
17502026-07-29T00:40:54.326ZJul 29 00:40:52.473 INFO Starting download, target: DendriteStub
17512026-07-29T00:40:54.327ZJul 29 00:40:52.473 INFO Starting download, target: Console
17522026-07-29T00:40:54.327ZJul 29 00:40:52.473 INFO Starting download, target: MaghemiteMgd
17532026-07-29T00:40:54.327ZJul 29 00:40:52.473 INFO Starting download, target: MaghemiteDdmd
17542026-07-29T00:40:54.327ZJul 29 00:40:52.473 INFO Starting download, target: TransceiverControl
17552026-07-29T00:40:54.327ZJul 29 00:40:52.474 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-07-29T00:40:54.327ZJul 29 00:40:52.474 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-07-29T00:40:54.327ZJul 29 00:40:52.474 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17582026-07-29T00:40:54.327ZJul 29 00:40:52.474 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-07-29T00:40:54.327ZJul 29 00:40:52.474 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-07-29T00:40:54.327ZJul 29 00:40:52.474 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-07-29T00:40:54.327ZJul 29 00:40:52.474 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-07-29T00:40:56.034ZJul 29 00:40:54.225 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17632026-07-29T00:40:56.140ZJul 29 00:40:54.371 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-07-29T00:40:56.409ZJul 29 00:40:54.619 INFO Download complete, target: Console
17652026-07-29T00:40:56.626ZJul 29 00:40:54.848 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-07-29T00:40:56.787ZJul 29 00:40:55.057 INFO Download complete, target: TransceiverControl
17672026-07-29T00:41:02.775ZJul 29 00:41:00.945 INFO Checking that binary works, target: Clickhouse
17682026-07-29T00:41:02.915ZJul 29 00:41:01.036 INFO Download complete, target: Clickhouse
17692026-07-29T00:41:05.663ZJul 29 00:41:03.865 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17702026-07-29T00:41:05.823ZJul 29 00:41:04.058 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-07-29T00:41:06.214ZJul 29 00:41:04.440 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-07-29T00:41:07.529ZJul 29 00:41:05.793 INFO Download complete, target: MaghemiteDdmd
17732026-07-29T00:41:07.645ZJul 29 00:41:05.920 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-07-29T00:41:07.645ZJul 29 00:41:05.921 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-07-29T00:41:08.214ZJul 29 00:41:06.490 INFO Download complete, target: DendriteStub
17762026-07-29T00:41:08.670ZJul 29 00:41:06.948 INFO Download complete, target: MaghemiteMgd
17772026-07-29T00:41:12.183ZJul 29 00:41:10.460 INFO Checking that binary works, target: Cockroach
17782026-07-29T00:41:12.294ZJul 29 00:41:10.572 INFO Download complete, target: Cockroach
17792026-07-29T00:41:12.309ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-07-29T00:41:12.314Z
17812026-07-29T00:41:12.314Zreal 2:10.612990775
17822026-07-29T00:41:12.314Zuser 6:35.885506211
17832026-07-29T00:41:12.314Zsys 1:19.462817422
17842026-07-29T00:41:12.314Ztrap 0.229332933
17852026-07-29T00:41:12.314Ztflt 0.605502122
17862026-07-29T00:41:12.314Zdflt 0.833225338
17872026-07-29T00:41:12.314Zkflt 0.023823615
17882026-07-29T00:41:12.315Zlock 27:17.385679510
17892026-07-29T00:41:12.315Zslp 20:13.103016467
17902026-07-29T00:41:12.315Zlat 38.673714282
17912026-07-29T00:41:12.315Zstop 2:20.284055812
17922026-07-29T00:41:12.315Z+ banner hack-check
17932026-07-29T00:41:12.315Z
17942026-07-29T00:41:12.315Z # # ## #### # # #### # # ###### #### # #
17952026-07-29T00:41:12.315Z # # # # # # # # # # # # # # # # #
17962026-07-29T00:41:12.315Z ###### # # # #### ##### # ###### ##### # ####
17972026-07-29T00:41:12.315Z # # ###### # # # # # # # # # #
17982026-07-29T00:41:12.315Z # # # # # # # # # # # # # # # # #
17992026-07-29T00:41:12.315Z # # # # #### # # #### # # ###### #### # #
18002026-07-29T00:41:12.315Z
18012026-07-29T00:41:12.315Z+ export CARGO_INCREMENTAL=0
18022026-07-29T00:41:12.315Z+ CARGO_INCREMENTAL=0
18032026-07-29T00:41:12.315Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-07-29T00:41:12.783Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-07-29T00:41:13.070Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-07-29T00:41:14.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18072026-07-29T00:41:14.942Z Running `target/debug/xtask check-features --ci`
18082026-07-29T00:41:14.963Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-07-29T00:41:14.968Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-07-29T00:41:15.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-07-29T00:41:15.410Z Running `target/debug/xtask download cargo-hack`
18122026-07-29T00:41:16.208Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-07-29T00:41:16.489Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-07-29T00:41:19.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18152026-07-29T00:41:19.246Z Running `target/debug/xtask-downloader cargo-hack`
18162026-07-29T00:41:19.286ZJul 29 00:41:17.564 INFO Starting download, target: CargoHack
18172026-07-29T00:41:19.290ZJul 29 00:41:17.564 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-07-29T00:41:19.481ZJul 29 00:41:17.759 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-07-29T00:41:19.531ZJul 29 00:41:17.809 INFO Download complete, target: CargoHack
18202026-07-29T00:41:19.535Zrunning: "/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"
18212026-07-29T00:41:19.547Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-07-29T00:41:19.703Zinfo: running `cargo check --bins` on api_identity (1/301)
18232026-07-29T00:41:20.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-29T00:41:20.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-29T00:41:20.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-29T00:41:20.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18272026-07-29T00:41:20.242Z
18282026-07-29T00:41:20.242Zinfo: running `cargo check --bins` on bootstore (2/301)
18292026-07-29T00:41:20.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-29T00:41:20.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-29T00:41:20.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-29T00:41:20.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18332026-07-29T00:41:20.783Z
18342026-07-29T00:41:20.783Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18352026-07-29T00:41:21.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-29T00:41:21.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-29T00:41:21.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-29T00:41:21.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18392026-07-29T00:41:21.328Z
18402026-07-29T00:41:21.328Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18412026-07-29T00:41:21.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-29T00:41:21.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-29T00:41:21.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-29T00:41:21.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18452026-07-29T00:41:21.876Z
18462026-07-29T00:41:21.876Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18472026-07-29T00:41:22.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-29T00:41:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-29T00:41:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-29T00:41:22.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18512026-07-29T00:41:22.518Z
18522026-07-29T00:41:22.518Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18532026-07-29T00:41:22.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-29T00:41:22.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-29T00:41:22.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-29T00:41:22.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18572026-07-29T00:41:22.920Z
18582026-07-29T00:41:22.920Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18592026-07-29T00:41:23.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-29T00:41:23.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-29T00:41:23.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-29T00:41:23.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18632026-07-29T00:41:23.445Z
18642026-07-29T00:41:23.445Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18652026-07-29T00:41:23.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-29T00:41:23.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-29T00:41:23.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-29T00:41:23.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18692026-07-29T00:41:23.987Z
18702026-07-29T00:41:23.987Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18712026-07-29T00:41:24.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-29T00:41:24.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-29T00:41:24.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-29T00:41:24.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18752026-07-29T00:41:24.437Z
18762026-07-29T00:41:24.437Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18772026-07-29T00:41:24.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-29T00:41:24.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-29T00:41:24.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-29T00:41:24.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18812026-07-29T00:41:24.804Z
18822026-07-29T00:41:24.804Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18832026-07-29T00:41:25.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-29T00:41:25.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-29T00:41:25.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-29T00:41:25.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18872026-07-29T00:41:25.206Z
18882026-07-29T00:41:25.206Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18892026-07-29T00:41:25.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-29T00:41:25.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-29T00:41:25.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-29T00:41:25.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18932026-07-29T00:41:25.605Z
18942026-07-29T00:41:25.605Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18952026-07-29T00:41:25.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-29T00:41:25.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-29T00:41:25.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-29T00:41:25.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18992026-07-29T00:41:26.004Z
19002026-07-29T00:41:26.004Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
19012026-07-29T00:41:26.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-29T00:41:26.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-29T00:41:26.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-29T00:41:26.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19052026-07-29T00:41:26.408Z
19062026-07-29T00:41:26.408Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19072026-07-29T00:41:26.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-29T00:41:26.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-29T00:41:26.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-29T00:41:26.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19112026-07-29T00:41:26.816Z
19122026-07-29T00:41:26.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19132026-07-29T00:41:27.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-29T00:41:27.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-29T00:41:27.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-29T00:41:27.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-29T00:41:27.221Z
19182026-07-29T00:41:27.222Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19192026-07-29T00:41:27.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-29T00:41:27.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-29T00:41:27.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-29T00:41:27.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19232026-07-29T00:41:27.623Z
19242026-07-29T00:41:27.623Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19252026-07-29T00:41:27.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-29T00:41:27.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-29T00:41:27.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-29T00:41:27.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-07-29T00:41:28.026Z
19302026-07-29T00:41:28.026Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19312026-07-29T00:41:28.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-29T00:41:28.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-29T00:41:28.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-29T00:41:28.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19352026-07-29T00:41:28.433Z
19362026-07-29T00:41:28.433Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19372026-07-29T00:41:28.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-29T00:41:28.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-29T00:41:28.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-29T00:41:28.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-07-29T00:41:28.842Z
19422026-07-29T00:41:28.842Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19432026-07-29T00:41:29.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-29T00:41:29.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-29T00:41:29.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-29T00:41:29.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-07-29T00:41:29.246Z
19482026-07-29T00:41:29.246Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19492026-07-29T00:41:29.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-29T00:41:29.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-29T00:41:29.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-29T00:41:29.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19532026-07-29T00:41:29.659Z
19542026-07-29T00:41:29.659Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19552026-07-29T00:41:30.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-29T00:41:30.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-29T00:41:30.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-29T00:41:30.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-07-29T00:41:30.060Z
19602026-07-29T00:41:30.060Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19612026-07-29T00:41:30.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-29T00:41:30.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-29T00:41:30.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-29T00:41:30.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19652026-07-29T00:41:30.466Z
19662026-07-29T00:41:30.466Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19672026-07-29T00:41:30.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-29T00:41:30.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-29T00:41:30.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-29T00:41:30.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-07-29T00:41:30.876Z
19722026-07-29T00:41:30.876Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19732026-07-29T00:41:31.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-29T00:41:31.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-29T00:41:31.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-29T00:41:31.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-07-29T00:41:31.280Z
19782026-07-29T00:41:31.280Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19792026-07-29T00:41:31.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-29T00:41:31.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-29T00:41:31.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-29T00:41:31.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-07-29T00:41:31.692Z
19842026-07-29T00:41:31.693Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19852026-07-29T00:41:32.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-29T00:41:32.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-29T00:41:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-29T00:41:32.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19892026-07-29T00:41:32.093Z
19902026-07-29T00:41:32.093Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19912026-07-29T00:41:32.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-29T00:41:32.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-29T00:41:32.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-29T00:41:32.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19952026-07-29T00:41:32.501Z
19962026-07-29T00:41:32.501Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19972026-07-29T00:41:32.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-29T00:41:32.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-29T00:41:32.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-29T00:41:32.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20012026-07-29T00:41:32.909Z
20022026-07-29T00:41:32.910Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
20032026-07-29T00:41:33.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-29T00:41:33.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-29T00:41:33.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-29T00:41:33.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20072026-07-29T00:41:33.316Z
20082026-07-29T00:41:33.316Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20092026-07-29T00:41:33.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-29T00:41:33.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-29T00:41:33.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-29T00:41:33.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-07-29T00:41:33.723Z
20142026-07-29T00:41:33.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20152026-07-29T00:41:34.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-29T00:41:34.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-29T00:41:34.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-29T00:41:34.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-29T00:41:34.130Z
20202026-07-29T00:41:34.130Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20212026-07-29T00:41:34.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-29T00:41:34.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-29T00:41:34.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-29T00:41:34.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20252026-07-29T00:41:34.541Z
20262026-07-29T00:41:34.542Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20272026-07-29T00:41:34.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-29T00:41:34.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-29T00:41:34.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-29T00:41:34.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20312026-07-29T00:41:34.947Z
20322026-07-29T00:41:34.947Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20332026-07-29T00:41:35.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-29T00:41:35.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-29T00:41:35.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-29T00:41:35.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20372026-07-29T00:41:35.359Z
20382026-07-29T00:41:35.359Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20392026-07-29T00:41:35.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-29T00:41:35.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-29T00:41:35.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-29T00:41:35.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-07-29T00:41:35.766Z
20442026-07-29T00:41:35.766Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20452026-07-29T00:41:36.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-29T00:41:36.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-29T00:41:36.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-29T00:41:36.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-07-29T00:41:36.178Z
20502026-07-29T00:41:36.178Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20512026-07-29T00:41:36.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-29T00:41:36.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-29T00:41:36.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-29T00:41:36.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20552026-07-29T00:41:36.583Z
20562026-07-29T00:41:36.583Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20572026-07-29T00:41:36.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-29T00:41:36.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-29T00:41:36.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-29T00:41:36.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20612026-07-29T00:41:37.024Z
20622026-07-29T00:41:37.024Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20632026-07-29T00:41:37.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-29T00:41:37.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-29T00:41:37.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-29T00:41:37.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-07-29T00:41:37.403Z
20682026-07-29T00:41:37.403Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20692026-07-29T00:41:37.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-29T00:41:37.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-29T00:41:37.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-29T00:41:37.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-07-29T00:41:37.814Z
20742026-07-29T00:41:37.815Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20752026-07-29T00:41:38.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-29T00:41:38.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-29T00:41:38.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-29T00:41:38.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20792026-07-29T00:41:38.221Z
20802026-07-29T00:41:38.221Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20812026-07-29T00:41:38.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-29T00:41:38.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-29T00:41:38.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-29T00:41:38.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20852026-07-29T00:41:38.630Z
20862026-07-29T00:41:38.630Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20872026-07-29T00:41:39.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-29T00:41:39.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-29T00:41:39.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-29T00:41:39.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20912026-07-29T00:41:39.064Z
20922026-07-29T00:41:39.064Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20932026-07-29T00:41:39.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-29T00:41:39.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-29T00:41:39.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-29T00:41:39.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20972026-07-29T00:41:39.444Z
20982026-07-29T00:41:39.444Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20992026-07-29T00:41:39.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-29T00:41:39.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-29T00:41:39.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-29T00:41:39.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-07-29T00:41:39.853Z
21042026-07-29T00:41:39.853Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
21052026-07-29T00:41:40.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-29T00:41:40.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-29T00:41:40.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-29T00:41:40.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21092026-07-29T00:41:40.262Z
21102026-07-29T00:41:40.262Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21112026-07-29T00:41:40.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-29T00:41:40.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-29T00:41:40.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-29T00:41:40.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-07-29T00:41:40.851Z
21162026-07-29T00:41:40.852Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21172026-07-29T00:41:41.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-29T00:41:41.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-29T00:41:41.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-29T00:41:41.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21212026-07-29T00:41:41.436Z
21222026-07-29T00:41:41.436Zinfo: running `cargo check --bins` on nexus-config (51/301)
21232026-07-29T00:41:41.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-29T00:41:41.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-29T00:41:41.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-29T00:41:41.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21272026-07-29T00:41:42.028Z
21282026-07-29T00:41:42.028Zinfo: running `cargo check --bins` on nexus-types (52/301)
21292026-07-29T00:41:42.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-29T00:41:42.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-29T00:41:42.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-29T00:41:42.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-07-29T00:41:42.610Z
21342026-07-29T00:41:42.610Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21352026-07-29T00:41:43.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-29T00:41:43.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-29T00:41:43.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-29T00:41:43.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21392026-07-29T00:41:43.170Z
21402026-07-29T00:41:43.170Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21412026-07-29T00:41:43.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-29T00:41:43.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-29T00:41:43.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-29T00:41:43.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-29T00:41:43.702Z
21462026-07-29T00:41:43.702Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21472026-07-29T00:41:44.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-29T00:41:44.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-29T00:41:44.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-29T00:41:44.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21512026-07-29T00:41:44.249Z
21522026-07-29T00:41:44.249Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21532026-07-29T00:41:44.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-29T00:41:44.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-29T00:41:44.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-29T00:41:44.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21572026-07-29T00:41:44.801Z
21582026-07-29T00:41:44.801Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21592026-07-29T00:41:45.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-29T00:41:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-29T00:41:45.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-29T00:41:45.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21632026-07-29T00:41:45.359Z
21642026-07-29T00:41:45.359Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21652026-07-29T00:41:45.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-29T00:41:45.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-29T00:41:45.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-29T00:41:45.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21692026-07-29T00:41:45.921Z
21702026-07-29T00:41:45.921Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21712026-07-29T00:41:46.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-29T00:41:46.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-29T00:41:46.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-29T00:41:46.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21752026-07-29T00:41:46.459Z
21762026-07-29T00:41:46.459Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21772026-07-29T00:41:46.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-29T00:41:46.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-29T00:41:46.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-29T00:41:46.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21812026-07-29T00:41:46.993Z
21822026-07-29T00:41:46.993Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21832026-07-29T00:41:47.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-29T00:41:47.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-29T00:41:47.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-29T00:41:47.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-07-29T00:41:47.526Z
21882026-07-29T00:41:47.526Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21892026-07-29T00:41:47.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-29T00:41:47.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-29T00:41:47.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-29T00:41:47.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-29T00:41:48.058Z
21942026-07-29T00:41:48.058Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21952026-07-29T00:41:48.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-29T00:41:48.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-29T00:41:48.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-29T00:41:48.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21992026-07-29T00:41:48.610Z
22002026-07-29T00:41:48.610Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
22012026-07-29T00:41:49.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-29T00:41:49.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-29T00:41:49.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-29T00:41:49.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22052026-07-29T00:41:49.159Z
22062026-07-29T00:41:49.159Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22072026-07-29T00:41:49.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-29T00:41:49.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-29T00:41:49.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-29T00:41:49.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22112026-07-29T00:41:49.696Z
22122026-07-29T00:41:49.696Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22132026-07-29T00:41:50.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-29T00:41:50.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-29T00:41:50.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-29T00:41:50.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-07-29T00:41:50.234Z
22182026-07-29T00:41:50.234Zinfo: running `cargo check --bins` on ereport-types (67/301)
22192026-07-29T00:41:50.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-29T00:41:50.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-29T00:41:50.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-29T00:41:50.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22232026-07-29T00:41:50.776Z
22242026-07-29T00:41:50.776Zinfo: running `cargo check --bins` on gateway-client (68/301)
22252026-07-29T00:41:51.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-29T00:41:51.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-29T00:41:51.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-29T00:41:51.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22292026-07-29T00:41:51.318Z
22302026-07-29T00:41:51.318Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22312026-07-29T00:41:51.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-29T00:41:51.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-29T00:41:51.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-29T00:41:51.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22352026-07-29T00:41:51.864Z
22362026-07-29T00:41:51.864Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22372026-07-29T00:41:52.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-29T00:41:52.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-29T00:41:52.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-29T00:41:52.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22412026-07-29T00:41:52.410Z
22422026-07-29T00:41:52.410Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22432026-07-29T00:41:52.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-29T00:41:52.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-29T00:41:52.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-29T00:41:52.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-29T00:41:52.954Z
22482026-07-29T00:41:52.954Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22492026-07-29T00:41:53.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-29T00:41:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-29T00:41:53.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-29T00:41:53.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22532026-07-29T00:41:53.499Z
22542026-07-29T00:41:53.499Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22552026-07-29T00:41:53.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-29T00:41:53.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-29T00:41:53.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-29T00:41:53.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22592026-07-29T00:41:54.067Z
22602026-07-29T00:41:54.067Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22612026-07-29T00:41:54.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-29T00:41:54.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-29T00:41:54.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-07-29T00:41:54.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22652026-07-29T00:41:54.633Z
22662026-07-29T00:41:54.633Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22672026-07-29T00:41:55.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-07-29T00:41:55.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-07-29T00:41:55.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-07-29T00:41:55.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22712026-07-29T00:41:55.168Z
22722026-07-29T00:41:55.168Zinfo: running `cargo check --bins` on oxlog (76/301)
22732026-07-29T00:41:55.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-07-29T00:41:55.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-07-29T00:41:55.739Z Checking cfg-if v1.0.4
22762026-07-29T00:41:55.742Z Checking libc v0.2.185
22772026-07-29T00:41:55.742Z Checking serde_core v1.0.228
22782026-07-29T00:41:55.854Z Checking memchr v2.8.0
22792026-07-29T00:41:55.857Z Checking zeroize v1.9.0
22802026-07-29T00:41:55.871Z Checking log v0.4.29
22812026-07-29T00:41:55.875Z Checking smallvec v1.15.1
22822026-07-29T00:41:55.889Z Checking subtle v2.6.1
22832026-07-29T00:41:55.900Z Checking itoa v1.0.17
22842026-07-29T00:41:56.008Z Checking scopeguard v1.2.0
22852026-07-29T00:41:56.025Z Checking stable_deref_trait v1.2.1
22862026-07-29T00:41:56.038Z Checking typenum v1.20.1
22872026-07-29T00:41:56.038Z Checking zerofrom v0.1.6
22882026-07-29T00:41:56.061Z Checking pin-project-lite v0.2.17
22892026-07-29T00:41:56.096Z Checking portable-atomic v1.13.1
22902026-07-29T00:41:56.109Z Checking lock_api v0.4.14
22912026-07-29T00:41:56.150Z Checking zmij v1.0.21
22922026-07-29T00:41:56.163Z Checking yoke v0.8.1
22932026-07-29T00:41:56.234Z Checking futures-core v0.3.32
22942026-07-29T00:41:56.237Z Checking errno v0.3.14
22952026-07-29T00:41:56.308Z Checking getrandom v0.2.17
22962026-07-29T00:41:56.327Z Checking zerovec v0.11.5
22972026-07-29T00:41:56.355Z Checking parking_lot_core v0.9.12
22982026-07-29T00:41:56.367Z Checking critical-section v1.2.0
22992026-07-29T00:41:56.370Z Checking signal-hook-registry v1.4.8
23002026-07-29T00:41:56.452Z Checking rand_core v0.6.4
23012026-07-29T00:41:56.464Z Checking mio v1.2.0
23022026-07-29T00:41:56.496Z Checking once_cell v1.21.3
23032026-07-29T00:41:56.526Z Checking zerocopy v0.8.40
23042026-07-29T00:41:56.538Z Checking parking_lot v0.12.5
23052026-07-29T00:41:56.706Z Checking const-oid v0.9.6
23062026-07-29T00:41:56.721Z Checking rand_core v0.10.0
23072026-07-29T00:41:56.728Z Checking percent-encoding v2.3.2
23082026-07-29T00:41:56.734Z Checking writeable v0.6.2
23092026-07-29T00:41:56.748Z Checking tinystr v0.8.2
23102026-07-29T00:41:56.774Z Checking litemap v0.8.1
23112026-07-29T00:41:56.802Z Checking getrandom v0.4.1
23122026-07-29T00:41:56.858Z Checking potential_utf v0.1.4
23132026-07-29T00:41:56.885Z Checking zerotrie v0.2.3
23142026-07-29T00:41:56.920Z Checking libm v0.2.16
23152026-07-29T00:41:56.943Z Checking icu_locale_core v2.1.1
23162026-07-29T00:41:56.955Z Checking generic-array v0.14.7
23172026-07-29T00:41:56.984Z Checking icu_collections v2.1.1
23182026-07-29T00:41:57.127Z Checking socket2 v0.6.3
23192026-07-29T00:41:57.299Z Checking equivalent v1.0.2
23202026-07-29T00:41:57.311Z Checking icu_normalizer_data v2.1.1
23212026-07-29T00:41:57.334Z Checking serde v1.0.228
23222026-07-29T00:41:57.369Z Checking bitflags v2.11.0
23232026-07-29T00:41:57.381Z Checking serde_json v1.0.151
23242026-07-29T00:41:57.385Z Checking icu_properties_data v2.1.2
23252026-07-29T00:41:57.411Z Checking futures-sink v0.3.32
23262026-07-29T00:41:57.502Z Checking icu_provider v2.1.1
23272026-07-29T00:41:57.514Z Checking futures-channel v0.3.32
23282026-07-29T00:41:57.529Z Checking futures-task v0.3.32
23292026-07-29T00:41:57.539Z Checking slab v0.4.12
23302026-07-29T00:41:57.614Z Checking num-traits v0.2.19
23312026-07-29T00:41:57.660Z Checking futures-io v0.3.32
23322026-07-29T00:41:57.688Z Checking hashbrown v0.17.0
23332026-07-29T00:41:57.702Z Checking utf8_iter v1.0.4
23342026-07-29T00:41:57.725Z Checking icu_properties v2.1.2
23352026-07-29T00:41:57.737Z Checking bytes v1.11.1
23362026-07-29T00:41:57.770Z Checking icu_normalizer v2.1.1
23372026-07-29T00:41:57.816Z Checking futures-util v0.3.32
23382026-07-29T00:41:58.051Z Checking block-buffer v0.10.4
23392026-07-29T00:41:58.063Z Checking crypto-common v0.1.7
23402026-07-29T00:41:58.133Z Checking form_urlencoded v1.2.2
23412026-07-29T00:41:58.146Z Checking indexmap v2.14.0
23422026-07-29T00:41:58.178Z Checking tokio v1.52.1
23432026-07-29T00:41:58.191Z Checking digest v0.10.7
23442026-07-29T00:41:58.203Z Checking getrandom v0.3.4
23452026-07-29T00:41:58.255Z Checking byteorder v1.5.0
23462026-07-29T00:41:58.344Z Checking fnv v1.0.7
23472026-07-29T00:41:58.379Z Checking iana-time-zone v0.1.65
23482026-07-29T00:41:58.436Z Checking rand_core v0.9.5
23492026-07-29T00:41:58.453Z Checking http v1.4.2
23502026-07-29T00:41:58.482Z Checking chrono v0.4.45
23512026-07-29T00:41:58.539Z Checking idna_adapter v1.2.1
23522026-07-29T00:41:58.608Z Checking uuid v1.23.4
23532026-07-29T00:41:58.655Z Checking idna v1.1.0
23542026-07-29T00:41:58.704Z Checking regex-syntax v0.8.10
23552026-07-29T00:41:58.895Z Checking url v2.5.8
23562026-07-29T00:41:58.919Z Checking base64ct v1.8.3
23572026-07-29T00:41:59.011Z Checking base64 v0.22.1
23582026-07-29T00:41:59.148Z Checking pem-rfc7468 v0.7.0
23592026-07-29T00:41:59.245Z Checking rustix v1.1.3
23602026-07-29T00:41:59.293Z Checking ppv-lite86 v0.2.21
23612026-07-29T00:41:59.304Z Checking tracing-core v0.1.36
23622026-07-29T00:41:59.327Z Checking flagset v0.4.7
23632026-07-29T00:41:59.341Z Checking http-body v1.0.1
23642026-07-29T00:41:59.453Z Checking der v0.7.10
23652026-07-29T00:41:59.470Z Checking rustls-pki-types v1.14.0
23662026-07-29T00:41:59.579Z Checking rand_chacha v0.9.0
23672026-07-29T00:41:59.612Z Checking tracing v0.1.44
23682026-07-29T00:41:59.714Z Checking dyn-clone v1.0.20
23692026-07-29T00:41:59.759Z Checking openssl-probe v0.2.1
23702026-07-29T00:41:59.783Z Checking tinyvec_macros v0.1.1
23712026-07-29T00:41:59.815Z Checking cmov v0.5.4
23722026-07-29T00:41:59.827Z Checking rand v0.9.2
23732026-07-29T00:41:59.846Z Checking tinyvec v1.10.0
23742026-07-29T00:41:59.883Z Checking semver v1.0.28
23752026-07-29T00:42:00.006Z Checking ctutils v0.4.2
23762026-07-29T00:42:00.021Z Checking aws-lc-sys v0.40.0
23772026-07-29T00:42:00.091Z Checking try-lock v0.2.5
23782026-07-29T00:42:00.105Z Checking tower-layer v0.3.3
23792026-07-29T00:42:00.161Z Checking tower-service v0.3.3
23802026-07-29T00:42:00.195Z Checking atomic-waker v1.1.2
23812026-07-29T00:42:00.205Z Checking spki v0.7.3
23822026-07-29T00:42:00.219Z Checking untrusted v0.7.1
23832026-07-29T00:42:00.245Z Checking hybrid-array v0.4.13
23842026-07-29T00:42:00.256Z Checking want v0.3.1
23852026-07-29T00:42:00.288Z Checking schemars v0.8.22
23862026-07-29T00:42:00.309Z Checking ipnet v2.11.0
23872026-07-29T00:42:00.322Z Checking httparse v1.10.1
23882026-07-29T00:42:00.364Z Checking aho-corasick v1.1.4
23892026-07-29T00:42:00.377Z Checking httpdate v1.0.3
23902026-07-29T00:42:00.522Z Checking cpufeatures v0.2.17
23912026-07-29T00:42:00.536Z Checking aws-lc-rs v1.16.3
23922026-07-29T00:42:00.547Z Checking plain v0.2.3
23932026-07-29T00:42:00.560Z Checking untrusted v0.9.0
23942026-07-29T00:42:00.588Z Checking utf8parse v0.2.2
23952026-07-29T00:42:00.640Z Checking fastrand v2.3.0
23962026-07-29T00:42:00.664Z Checking foreign-types-shared v0.1.1
23972026-07-29T00:42:00.685Z Checking pkcs8 v0.10.2
23982026-07-29T00:42:00.744Z Checking foreign-types v0.3.2
23992026-07-29T00:42:00.817Z Checking unicode-normalization v0.1.25
24002026-07-29T00:42:00.830Z Checking tempfile v3.25.0
24012026-07-29T00:42:00.837Z Checking openssl-sys v0.9.115
24022026-07-29T00:42:00.937Z Checking spin v0.9.8
24032026-07-29T00:42:00.991Z Checking ucd-trie v0.1.7
24042026-07-29T00:42:01.020Z Checking unicode-ident v1.0.24
24052026-07-29T00:42:01.037Z Checking regex-automata v0.4.14
24062026-07-29T00:42:01.124Z Checking anstyle v1.0.14
24072026-07-29T00:42:01.137Z Checking proc-macro2 v1.0.106
24082026-07-29T00:42:01.137Z Checking pest v2.8.6
24092026-07-29T00:42:01.196Z Checking openssl v0.10.79
24102026-07-29T00:42:01.215Z Checking sha2 v0.10.9
24112026-07-29T00:42:01.303Z Checking hmac v0.12.1
24122026-07-29T00:42:01.364Z Checking rustls-webpki v0.103.13
24132026-07-29T00:42:01.441Z Checking thiserror v2.0.18
24142026-07-29T00:42:01.455Z Checking sync_wrapper v1.0.2
24152026-07-29T00:42:01.467Z Checking tokio-util v0.7.18
24162026-07-29T00:42:01.489Z Checking wait-timeout v0.2.1
24172026-07-29T00:42:01.538Z Checking is_terminal_polyfill v1.70.2
24182026-07-29T00:42:01.586Z Checking colorchoice v1.0.4
24192026-07-29T00:42:01.606Z Checking pretty-hex v0.4.1
24202026-07-29T00:42:01.626Z Checking quick-error v1.2.3
24212026-07-29T00:42:01.646Z Checking bit-vec v0.8.0
24222026-07-29T00:42:01.721Z Checking powerfmt v0.2.0
24232026-07-29T00:42:01.733Z Checking anstyle-query v1.1.5
24242026-07-29T00:42:01.776Z Checking rustls v0.23.41
24252026-07-29T00:42:01.821Z Checking siphasher v1.0.2
24262026-07-29T00:42:01.840Z Checking simd-adler32 v0.3.8
24272026-07-29T00:42:01.872Z Checking deranged v0.5.8
24282026-07-29T00:42:01.973Z Checking bit-set v0.8.0
24292026-07-29T00:42:02.007Z Checking rusty-fork v0.3.1
24302026-07-29T00:42:02.072Z Checking h2 v0.4.15
24312026-07-29T00:42:02.120Z Checking tower v0.5.3
24322026-07-29T00:42:02.176Z Checking quote v1.0.45
24332026-07-29T00:42:02.200Z Checking http-body-util v0.1.3
24342026-07-29T00:42:02.343Z Checking crossbeam-utils v0.8.21
24352026-07-29T00:42:02.422Z Checking rand_xorshift v0.4.0
24362026-07-29T00:42:02.500Z Checking crc32fast v1.5.0
24372026-07-29T00:42:02.536Z Checking scroll v0.13.0
24382026-07-29T00:42:02.641Z Checking allocator-api2 v0.2.21
24392026-07-29T00:42:02.676Z Checking num_threads v0.1.7
24402026-07-29T00:42:02.762Z Checking num-conv v0.2.0
24412026-07-29T00:42:02.762Z Checking ryu v1.0.23
24422026-07-29T00:42:02.797Z Checking adler2 v2.0.1
24432026-07-29T00:42:02.873Z Checking time-core v0.1.8
24442026-07-29T00:42:02.890Z Checking unicode-bidi v0.3.18
24452026-07-29T00:42:02.902Z Checking unarray v0.1.4
24462026-07-29T00:42:02.911Z Checking iri-string v0.7.10
24472026-07-29T00:42:02.922Z Checking unicode-properties v0.1.4
24482026-07-29T00:42:03.001Z Checking proptest v1.10.0
24492026-07-29T00:42:03.011Z Checking time v0.3.47
24502026-07-29T00:42:03.108Z Checking serde_urlencoded v0.7.1
24512026-07-29T00:42:03.175Z Checking stringprep v0.1.5
24522026-07-29T00:42:03.227Z Checking native-tls v0.2.18
24532026-07-29T00:42:03.312Z Checking miniz_oxide v0.8.9
24542026-07-29T00:42:03.329Z Checking bstr v1.12.1
24552026-07-29T00:42:03.404Z Checking tokio-native-tls v0.3.1
24562026-07-29T00:42:03.563Z Checking goblin v0.10.5
24572026-07-29T00:42:03.668Z Checking crossbeam-epoch v0.9.18
24582026-07-29T00:42:03.720Z Checking syn v2.0.117
24592026-07-29T00:42:03.886Z Checking block-buffer v0.12.1
24602026-07-29T00:42:03.920Z Checking tower-http v0.6.8
24612026-07-29T00:42:04.036Z Checking crypto-common v0.2.2
24622026-07-29T00:42:04.053Z Checking block-padding v0.4.2
24632026-07-29T00:42:04.138Z Checking ipnetwork v0.21.1
24642026-07-29T00:42:04.188Z Checking anstyle-parse v1.0.0
24652026-07-29T00:42:04.201Z Checking rustls-native-certs v0.8.3
24662026-07-29T00:42:04.328Z Checking rand_chacha v0.3.1
24672026-07-29T00:42:04.341Z Checking thiserror v1.0.69
24682026-07-29T00:42:04.353Z Checking scroll v0.12.0
24692026-07-29T00:42:04.445Z Checking hash32 v0.2.1
24702026-07-29T00:42:04.537Z Checking zstd-sys v2.0.16+zstd.1.5.7
24712026-07-29T00:42:04.579Z Checking md-5 v0.10.6
24722026-07-29T00:42:04.598Z Checking signature v2.2.0
24732026-07-29T00:42:04.639Z Checking num-integer v0.1.46
24742026-07-29T00:42:04.652Z Checking serde_spanned v0.6.9
24752026-07-29T00:42:04.717Z Checking toml_datetime v0.6.11
24762026-07-29T00:42:04.723Z Checking hex v0.4.3
24772026-07-29T00:42:04.774Z Checking encoding_rs v0.8.35
24782026-07-29T00:42:04.792Z Checking zlib-rs v0.6.2
24792026-07-29T00:42:04.863Z Checking mime v0.3.17
24802026-07-29T00:42:04.917Z Checking hyper v1.10.1
24812026-07-29T00:42:04.924Z Checking psl-types v2.0.11
24822026-07-29T00:42:04.964Z Checking fallible-iterator v0.2.0
24832026-07-29T00:42:05.035Z Checking publicsuffix v2.3.0
24842026-07-29T00:42:05.048Z Checking num-iter v0.1.45
24852026-07-29T00:42:05.160Z Checking newtype-uuid v1.3.2
24862026-07-29T00:42:05.198Z Checking zstd-safe v7.2.4
24872026-07-29T00:42:05.233Z Checking postgres-protocol v0.6.10
24882026-07-29T00:42:05.356Z Checking heapless v0.7.17
24892026-07-29T00:42:05.369Z Checking goblin v0.8.2
24902026-07-29T00:42:05.550Z Checking rand v0.8.6
24912026-07-29T00:42:05.673Z Checking flate2 v1.1.9
24922026-07-29T00:42:05.727Z Checking oxnet v0.1.6
24932026-07-29T00:42:05.767Z Checking anstream v1.0.0
24942026-07-29T00:42:05.862Z Checking hyper-util v0.1.20
24952026-07-29T00:42:05.915Z Checking dof v0.4.0
24962026-07-29T00:42:05.962Z Checking inout v0.2.2
24972026-07-29T00:42:05.962Z Checking cookie v0.18.1
24982026-07-29T00:42:05.985Z Checking tokio-rustls v0.26.4
24992026-07-29T00:42:06.026Z Checking dtrace-parser v0.3.0
25002026-07-29T00:42:06.074Z Checking phf_shared v0.13.1
25012026-07-29T00:42:06.106Z Checking lazy_static v1.5.0
25022026-07-29T00:42:06.199Z Checking anstyle-parse v0.2.7
25032026-07-29T00:42:06.210Z Checking terminal_size v0.4.3
25042026-07-29T00:42:06.222Z Checking pin-project v1.1.11
25052026-07-29T00:42:06.258Z Checking zerocopy v0.7.35
25062026-07-29T00:42:06.270Z Checking bzip2-sys v0.1.13+1.0.8
25072026-07-29T00:42:06.296Z Checking signal-hook v0.3.18
25082026-07-29T00:42:06.330Z Checking futures-executor v0.3.32
25092026-07-29T00:42:06.347Z Checking ff v0.13.1
25102026-07-29T00:42:06.347Z Checking thread-id v5.1.0
25112026-07-29T00:42:06.426Z Compiling rayon-core v1.13.0
25122026-07-29T00:42:06.481Z Checking base16ct v0.2.0
25132026-07-29T00:42:06.484Z Checking either v1.15.0
25142026-07-29T00:42:06.484Z Checking managed v0.8.0
25152026-07-29T00:42:06.538Z Checking foldhash v0.2.0
25162026-07-29T00:42:06.592Z Checking winnow v0.5.40
25172026-07-29T00:42:06.604Z Checking foldhash v0.1.5
25182026-07-29T00:42:06.672Z Checking clap_lex v1.0.0
25192026-07-29T00:42:06.684Z Checking bumpalo v3.20.2
25202026-07-29T00:42:06.687Z Checking libbz2-rs-sys v0.2.2
25212026-07-29T00:42:06.732Z Checking strsim v0.11.1
25222026-07-29T00:42:06.743Z Checking bitflags v1.3.2
25232026-07-29T00:42:06.815Z Checking same-file v1.0.6
25242026-07-29T00:42:06.833Z Checking smoltcp v0.9.1
25252026-07-29T00:42:06.912Z Checking zopfli v0.8.3
25262026-07-29T00:42:06.918Z Checking clap_builder v4.6.0
25272026-07-29T00:42:06.932Z Checking walkdir v2.5.0
25282026-07-29T00:42:07.080Z Checking bzip2 v0.6.1
25292026-07-29T00:42:07.092Z Checking hashbrown v0.15.5
25302026-07-29T00:42:07.129Z Checking hyper-tls v0.6.0
25312026-07-29T00:42:07.216Z Checking hyper-rustls v0.27.7
25322026-07-29T00:42:07.239Z Checking hashbrown v0.16.1
25332026-07-29T00:42:07.264Z Checking dof v0.3.0
25342026-07-29T00:42:07.298Z Checking reqwest v0.12.28
25352026-07-29T00:42:07.414Z Checking sec1 v0.7.3
25362026-07-29T00:42:07.446Z Checking usdt-impl v0.6.0
25372026-07-29T00:42:07.544Z Checking signal-hook-mio v0.2.5
25382026-07-29T00:42:07.558Z Checking futures v0.3.32
25392026-07-29T00:42:07.618Z Checking group v0.13.0
25402026-07-29T00:42:07.631Z Checking anstream v0.6.21
25412026-07-29T00:42:07.648Z Checking bzip2 v0.4.4
25422026-07-29T00:42:07.728Z Checking snafu v0.8.9
25432026-07-29T00:42:07.741Z Checking phf v0.13.1
25442026-07-29T00:42:07.751Z Checking toml_edit v0.19.15
25452026-07-29T00:42:07.764Z Checking cookie_store v0.22.1
25462026-07-29T00:42:07.803Z Checking num-bigint-dig v0.8.6
25472026-07-29T00:42:07.832Z Checking cipher v0.5.2
25482026-07-29T00:42:07.884Z Checking daft v0.1.7
25492026-07-29T00:42:07.966Z Checking postgres-types v0.2.12
25502026-07-29T00:42:08.051Z Checking zstd v0.13.3
25512026-07-29T00:42:08.069Z Checking ed25519 v2.2.3
25522026-07-29T00:42:08.088Z Checking dtrace-parser v0.2.0
25532026-07-29T00:42:08.130Z Checking rustls-platform-verifier v0.6.2
25542026-07-29T00:42:08.134Z Checking crossbeam-deque v0.8.6
25552026-07-29T00:42:08.240Z Checking globset v0.4.18
25562026-07-29T00:42:08.250Z Checking regex v1.12.3
25572026-07-29T00:42:08.265Z Checking phf_shared v0.11.3
25582026-07-29T00:42:08.279Z Checking hkdf v0.12.4
25592026-07-29T00:42:08.314Z Checking olpc-cjson v0.1.4
25602026-07-29T00:42:08.318Z Checking ref-cast v1.0.25
25612026-07-29T00:42:08.402Z Checking curve25519-dalek v4.1.3
25622026-07-29T00:42:08.405Z Checking strum v0.27.2
25632026-07-29T00:42:08.424Z Checking pkcs1 v0.7.5
25642026-07-29T00:42:08.447Z Checking hubpack v0.1.2
25652026-07-29T00:42:08.495Z Checking memoffset v0.9.1
25662026-07-29T00:42:08.510Z Checking rustix v0.38.44
25672026-07-29T00:42:08.524Z Checking pem v3.0.6
25682026-07-29T00:42:08.562Z Checking float-cmp v0.10.0
25692026-07-29T00:42:08.607Z Checking serde-big-array v0.5.1
25702026-07-29T00:42:08.611Z Checking erased-serde v0.3.31
25712026-07-29T00:42:08.632Z Checking serde_plain v1.0.2
25722026-07-29T00:42:08.673Z Checking crypto-bigint v0.5.5
25732026-07-29T00:42:08.689Z Checking memmap2 v0.9.10
25742026-07-29T00:42:08.739Z Checking thread-id v4.2.2
25752026-07-29T00:42:08.771Z Checking env_filter v1.0.0
25762026-07-29T00:42:08.787Z Checking whoami v2.1.0
25772026-07-29T00:42:08.823Z Checking data-encoding v2.10.0
25782026-07-29T00:42:08.841Z Checking difflib v0.4.0
25792026-07-29T00:42:08.913Z Checking unicode-segmentation v1.12.0
25802026-07-29T00:42:08.977Z Checking toml_write v0.1.2
25812026-07-29T00:42:08.999Z Checking normalize-line-endings v0.3.0
25822026-07-29T00:42:09.014Z Checking predicates-core v1.0.10
25832026-07-29T00:42:09.080Z Checking precomputed-hash v0.1.1
25842026-07-29T00:42:09.093Z Checking static_assertions v1.1.0
25852026-07-29T00:42:09.134Z Checking typed-path v0.9.3
25862026-07-29T00:42:09.134Z Checking fixedbitset v0.5.7
25872026-07-29T00:42:09.243Z Checking const-oid v0.10.2
25882026-07-29T00:42:09.243Z Checking fixedbitset v0.4.2
25892026-07-29T00:42:09.243Z Checking keccak v0.1.6
25902026-07-29T00:42:09.243Z Checking winnow v1.0.3
25912026-07-29T00:42:09.300Z Checking jiff v0.2.21
25922026-07-29T00:42:09.313Z Checking cpufeatures v0.3.0
25932026-07-29T00:42:09.317Z Checking new_debug_unreachable v1.0.6
25942026-07-29T00:42:09.335Z Checking winnow v0.7.14
25952026-07-29T00:42:09.347Z Checking sha3 v0.10.8
25962026-07-29T00:42:09.375Z Checking string_cache v0.8.9
25972026-07-29T00:42:09.391Z Checking chacha20 v0.10.0
25982026-07-29T00:42:09.511Z Checking toml_parser v1.1.2+spec-1.1.0
25992026-07-29T00:42:09.540Z Checking petgraph v0.8.3
26002026-07-29T00:42:09.551Z Checking digest v0.11.3
26012026-07-29T00:42:09.594Z Checking elliptic-curve v0.13.8
26022026-07-29T00:42:09.649Z Checking petgraph v0.6.5
26032026-07-29T00:42:09.724Z Checking crossterm v0.28.1
26042026-07-29T00:42:09.859Z Checking similar v2.7.0
26052026-07-29T00:42:09.905Z Checking ed25519-dalek v2.2.0
26062026-07-29T00:42:09.917Z Checking tough v0.22.0
26072026-07-29T00:42:10.132Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26082026-07-29T00:42:10.236Z Checking predicates v3.1.4
26092026-07-29T00:42:10.453Z Checking hickory-proto v0.25.2
26102026-07-29T00:42:10.540Z Checking toml_edit v0.22.27
26112026-07-29T00:42:10.540Z Checking slog v2.8.2
26122026-07-29T00:42:10.812Z Checking tokio-postgres v0.7.16
26132026-07-29T00:42:10.912Z Checking env_logger v0.11.9
26142026-07-29T00:42:11.106Z Checking usdt v0.6.0
26152026-07-29T00:42:11.134Z Checking usdt-impl v0.5.0
26162026-07-29T00:42:11.277Z Checking toml v0.7.8
26172026-07-29T00:42:11.403Z Checking rsa v0.9.10
26182026-07-29T00:42:11.561Z Checking zip v4.6.1
26192026-07-29T00:42:11.589Z Checking nix v0.31.2
26202026-07-29T00:42:11.680Z Checking iddqd v0.4.2
26212026-07-29T00:42:11.939Z Checking reqwest v0.13.2
26222026-07-29T00:42:12.069Z Checking clap v4.6.1
26232026-07-29T00:42:12.128Z Checking zip v0.6.6
26242026-07-29T00:42:12.148Z Checking itertools v0.13.0
26252026-07-29T00:42:12.196Z Checking serde_with v3.21.0
26262026-07-29T00:42:12.395Z Checking byte-wrapper v0.1.0
26272026-07-29T00:42:12.450Z Checking strum v0.26.3
26282026-07-29T00:42:12.536Z Checking fs-err v3.3.0
26292026-07-29T00:42:12.563Z Checking ahash v0.8.12
26302026-07-29T00:42:12.598Z Checking tokio-stream v0.1.18
26312026-07-29T00:42:12.758Z Checking object v0.37.3
26322026-07-29T00:42:12.788Z Checking buf-list v1.1.2
26332026-07-29T00:42:12.802Z Checking anyhow v1.0.102
26342026-07-29T00:42:12.834Z Checking camino v1.2.2
26352026-07-29T00:42:12.972Z Checking x509-cert v0.2.5
26362026-07-29T00:42:12.986Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26372026-07-29T00:42:12.999Z Checking openapiv3 v2.2.0
26382026-07-29T00:42:13.088Z Checking peg-runtime v0.8.5
26392026-07-29T00:42:13.176Z Checking lalrpop-util v0.19.12
26402026-07-29T00:42:13.232Z Checking rayon v1.11.0
26412026-07-29T00:42:13.250Z Checking sigpipe v0.1.3
26422026-07-29T00:42:13.265Z Checking glob v0.3.3
26432026-07-29T00:42:14.869Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26442026-07-29T00:42:14.929Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26452026-07-29T00:42:15.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s
26462026-07-29T00:42:15.363Z
26472026-07-29T00:42:15.363Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26482026-07-29T00:42:15.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-07-29T00:42:15.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-07-29T00:42:15.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-07-29T00:42:15.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26522026-07-29T00:42:15.916Z
26532026-07-29T00:42:15.916Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26542026-07-29T00:42:16.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-07-29T00:42:16.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-07-29T00:42:16.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-07-29T00:42:16.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26582026-07-29T00:42:16.466Z
26592026-07-29T00:42:16.467Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26602026-07-29T00:42:16.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-07-29T00:42:16.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-07-29T00:42:16.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-07-29T00:42:16.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26642026-07-29T00:42:17.029Z
26652026-07-29T00:42:17.029Zinfo: running `cargo check --bins` on oxql-types (80/301)
26662026-07-29T00:42:17.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-07-29T00:42:17.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-07-29T00:42:17.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-07-29T00:42:17.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26702026-07-29T00:42:17.574Z
26712026-07-29T00:42:17.574Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26722026-07-29T00:42:18.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-07-29T00:42:18.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-07-29T00:42:18.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-07-29T00:42:18.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26762026-07-29T00:42:18.120Z
26772026-07-29T00:42:18.120Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26782026-07-29T00:42:18.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-07-29T00:42:18.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-07-29T00:42:18.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812026-07-29T00:42:18.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26822026-07-29T00:42:18.664Z
26832026-07-29T00:42:18.664Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26842026-07-29T00:42:19.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852026-07-29T00:42:19.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862026-07-29T00:42:19.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872026-07-29T00:42:19.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26882026-07-29T00:42:19.195Z
26892026-07-29T00:42:19.196Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26902026-07-29T00:42:19.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912026-07-29T00:42:19.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922026-07-29T00:42:19.849Z Compiling structmeta-derive v0.3.0
26932026-07-29T00:42:19.964Z Compiling multer v3.1.0
26942026-07-29T00:42:19.975Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26952026-07-29T00:42:19.979Z Compiling async-stream-impl v0.3.6
26962026-07-29T00:42:19.993Z Compiling dropshot v0.17.1
26972026-07-29T00:42:20.009Z Compiling newtype-uuid-macros v0.1.0
26982026-07-29T00:42:20.012Z Compiling dropshot_endpoint v0.17.1
26992026-07-29T00:42:20.037Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27002026-07-29T00:42:20.192Z Checking thread_local v1.1.9
27012026-07-29T00:42:20.217Z Checking compression-core v0.4.31
27022026-07-29T00:42:20.351Z Checking match_cfg v0.1.0
27032026-07-29T00:42:20.364Z Checking compression-codecs v0.4.37
27042026-07-29T00:42:20.368Z Checking crossbeam-channel v0.5.15
27052026-07-29T00:42:20.438Z Checking atomicwrites v0.4.4
27062026-07-29T00:42:20.452Z Checking hostname v0.3.1
27072026-07-29T00:42:20.548Z Checking slog-json v2.6.1
27082026-07-29T00:42:20.563Z Checking toml_datetime v1.1.1+spec-1.1.0
27092026-07-29T00:42:20.563Z Checking is-terminal v0.4.17
27102026-07-29T00:42:20.563Z Checking serde_spanned v1.1.1
27112026-07-29T00:42:20.675Z Checking toml_writer v1.1.1+spec-1.1.0
27122026-07-29T00:42:20.691Z Checking take_mut v0.2.2
27132026-07-29T00:42:20.706Z Checking term v1.2.1
27142026-07-29T00:42:20.722Z Checking debug-ignore v1.0.5
27152026-07-29T00:42:20.758Z Checking slog-bunyan v2.5.0
27162026-07-29T00:42:20.784Z Checking async-compression v0.4.41
27172026-07-29T00:42:20.796Z Checking slog-async v2.8.0
27182026-07-29T00:42:20.822Z Checking async-stream v0.3.6
27192026-07-29T00:42:20.850Z Checking toml v1.1.2+spec-1.1.0
27202026-07-29T00:42:20.868Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27212026-07-29T00:42:20.919Z Checking slog-term v2.9.2
27222026-07-29T00:42:20.948Z Checking progenitor-client v0.14.0
27232026-07-29T00:42:20.964Z Checking sha1 v0.11.0
27242026-07-29T00:42:21.003Z Compiling structmeta v0.3.0
27252026-07-29T00:42:21.026Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27262026-07-29T00:42:21.150Z Checking waitgroup v0.1.2
27272026-07-29T00:42:21.167Z Checking rustls-pemfile v2.2.0
27282026-07-29T00:42:21.183Z Checking backon v1.6.0
27292026-07-29T00:42:21.193Z Checking serde_path_to_error v0.1.20
27302026-07-29T00:42:21.205Z Checking hostname v0.4.2
27312026-07-29T00:42:21.216Z Compiling derive-ex v0.1.8
27322026-07-29T00:42:21.240Z Compiling parse-display-derive v0.10.0
27332026-07-29T00:42:21.344Z Checking instant v0.1.13
27342026-07-29T00:42:21.393Z Checking backoff v0.4.0
27352026-07-29T00:42:21.420Z Checking progenitor-extras v0.2.0
27362026-07-29T00:42:21.492Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-07-29T00:42:21.512Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-07-29T00:42:21.565Z Checking itertools v0.14.0
27392026-07-29T00:42:21.636Z Checking regress v0.10.5
27402026-07-29T00:42:21.715Z Checking macaddr v1.0.1
27412026-07-29T00:42:21.911Z Checking humantime v2.3.0
27422026-07-29T00:42:22.882Z Compiling test-strategy v0.4.5
27432026-07-29T00:42:22.935Z Checking parse-display v0.10.0
27442026-07-29T00:42:23.235Z Compiling prettyplease v0.2.37
27452026-07-29T00:42:23.486Z Checking num-rational v0.4.2
27462026-07-29T00:42:23.739Z Checking num-complex v0.4.6
27472026-07-29T00:42:24.142Z Compiling num v0.4.3
27482026-07-29T00:42:24.277Z Compiling usdt-macro v0.5.0
27492026-07-29T00:42:24.293Z Compiling usdt-attr-macro v0.5.0
27502026-07-29T00:42:24.306Z Checking memmap v0.7.0
27512026-07-29T00:42:24.330Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27522026-07-29T00:42:24.434Z Compiling float-ord v0.3.2
27532026-07-29T00:42:24.663Z Checking unicode-width v0.2.0
27542026-07-29T00:42:24.702Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27552026-07-29T00:42:24.753Z Compiling convert_case v0.4.0
27562026-07-29T00:42:24.949Z Checking console v0.15.11
27572026-07-29T00:42:25.072Z Checking newline-converter v0.3.0
27582026-07-29T00:42:25.106Z Checking usdt v0.5.0
27592026-07-29T00:42:25.154Z Compiling derive_more v0.99.20
27602026-07-29T00:42:25.184Z Compiling toml v0.8.23
27612026-07-29T00:42:25.233Z Compiling minimal-lexical v0.2.1
27622026-07-29T00:42:25.278Z Checking linked-hash-map v0.5.6
27632026-07-29T00:42:25.454Z Checking lru-cache v0.1.2
27642026-07-29T00:42:25.489Z Compiling nom v7.1.3
27652026-07-29T00:42:25.575Z Checking expectorate v1.2.0
27662026-07-29T00:42:26.103Z Checking camino-tempfile v1.4.1
27672026-07-29T00:42:26.132Z Checking hickory-proto v0.24.4
27682026-07-29T00:42:26.234Z Checking phf_shared v0.12.1
27692026-07-29T00:42:26.266Z Compiling slog-dtrace v0.3.0
27702026-07-29T00:42:26.377Z Checking heck v0.5.0
27712026-07-29T00:42:26.506Z Compiling chrono-tz v0.10.4
27722026-07-29T00:42:26.684Z Checking resolv-conf v0.7.6
27732026-07-29T00:42:26.726Z Compiling unicode-xid v0.2.6
27742026-07-29T00:42:26.846Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27752026-07-29T00:42:26.858Z Compiling const_format_proc_macros v0.2.34
27762026-07-29T00:42:26.937Z Checking phf v0.12.1
27772026-07-29T00:42:27.081Z Checking tokio-dtrace v0.1.1
27782026-07-29T00:42:27.278Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27792026-07-29T00:42:27.321Z Compiling derive-where v1.6.0
27802026-07-29T00:42:27.698Z Checking highway v1.3.0
27812026-07-29T00:42:27.809Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-07-29T00:42:27.831Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27832026-07-29T00:42:27.919Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27842026-07-29T00:42:27.969Z Checking hickory-resolver v0.24.4
27852026-07-29T00:42:28.308Z Checking const_format v0.2.35
27862026-07-29T00:42:28.566Z Checking oxide-tokio-rt v0.1.4
27872026-07-29T00:42:28.703Z Checking qorb v0.4.1
27882026-07-29T00:42:28.976Z Checking gethostname v0.5.0
27892026-07-29T00:42:29.011Z Checking bcs v0.1.6
27902026-07-29T00:42:29.064Z Checking termtree v0.5.1
27912026-07-29T00:42:29.337Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27922026-07-29T00:42:29.405Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27932026-07-29T00:42:29.585Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27942026-07-29T00:42:29.589Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27952026-07-29T00:42:32.379Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27962026-07-29T00:42:34.867Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27972026-07-29T00:42:37.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
27982026-07-29T00:42:37.182Z
27992026-07-29T00:42:37.182Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
28002026-07-29T00:42:37.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-07-29T00:42:37.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-07-29T00:42:37.824Z Compiling ar_archive_writer v0.5.1
28032026-07-29T00:42:37.934Z Compiling stacker v0.1.23
28042026-07-29T00:42:37.940Z Compiling cfg_aliases v0.1.1
28052026-07-29T00:42:37.945Z Compiling convert_case v0.10.0
28062026-07-29T00:42:37.951Z Checking unicode-width v0.1.14
28072026-07-29T00:42:37.959Z Compiling proc-macro-error v1.0.4
28082026-07-29T00:42:37.969Z Checking fd-lock v4.0.4
28092026-07-29T00:42:37.972Z Checking nibble_vec v0.1.0
28102026-07-29T00:42:37.993Z Compiling nix v0.28.0
28112026-07-29T00:42:38.083Z Compiling recursive-proc-macro-impl v0.1.1
28122026-07-29T00:42:38.095Z Checking vte v0.14.1
28132026-07-29T00:42:38.183Z Checking endian-type v0.1.2
28142026-07-29T00:42:38.195Z Checking bytecount v0.6.9
28152026-07-29T00:42:38.235Z Compiling derive_more-impl v2.1.1
28162026-07-29T00:42:38.247Z Checking strip-ansi-escapes v0.2.1
28172026-07-29T00:42:38.247Z Compiling tabled_derive v0.7.0
28182026-07-29T00:42:38.293Z Checking papergrid v0.11.0
28192026-07-29T00:42:38.304Z Checking radix_trie v0.2.1
28202026-07-29T00:42:38.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-07-29T00:42:38.484Z Compiling peg-macros v0.8.5
28222026-07-29T00:42:38.511Z Compiling sqlparser_derive v0.5.0
28232026-07-29T00:42:38.733Z Compiling psm v0.1.30
28242026-07-29T00:42:38.815Z Checking winnow v0.6.26
28252026-07-29T00:42:38.899Z Checking home v0.5.12
28262026-07-29T00:42:39.006Z Checking unicode_categories v0.1.1
28272026-07-29T00:42:39.032Z Checking derive_more v2.1.1
28282026-07-29T00:42:39.143Z Checking nu-ansi-term v0.50.3
28292026-07-29T00:42:39.161Z Checking crossterm v0.29.0
28302026-07-29T00:42:39.208Z Checking tabled v0.15.0
28312026-07-29T00:42:39.256Z Checking rustyline v14.0.0
28322026-07-29T00:42:39.300Z Checking display-error-chain v0.2.2
28332026-07-29T00:42:39.320Z Checking reedline v0.40.0
28342026-07-29T00:42:39.501Z Checking recursive v0.1.1
28352026-07-29T00:42:39.594Z Checking sqlparser v0.61.0
28362026-07-29T00:42:39.759Z Checking peg v0.8.5
28372026-07-29T00:42:39.956Z Checking sqlformat v0.3.5
28382026-07-29T00:42:50.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28392026-07-29T00:42:50.991Z
28402026-07-29T00:42:50.991Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28412026-07-29T00:42:51.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-07-29T00:42:51.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-07-29T00:42:51.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-07-29T00:42:55.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28452026-07-29T00:42:55.295Z
28462026-07-29T00:42:55.295Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28472026-07-29T00:42:55.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-07-29T00:42:55.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-07-29T00:42:55.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-07-29T00:42:58.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28512026-07-29T00:42:58.556Z
28522026-07-29T00:42:58.556Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28532026-07-29T00:42:59.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-07-29T00:42:59.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-07-29T00:42:59.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-07-29T00:43:02.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28572026-07-29T00:43:02.628Z
28582026-07-29T00:43:02.629Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28592026-07-29T00:43:03.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-07-29T00:43:03.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-07-29T00:43:03.266Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-07-29T00:43:06.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28632026-07-29T00:43:06.751Z
28642026-07-29T00:43:06.751Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28652026-07-29T00:43:07.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-07-29T00:43:07.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-07-29T00:43:07.390Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-07-29T00:43:10.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28692026-07-29T00:43:10.181Z
28702026-07-29T00:43:10.181Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28712026-07-29T00:43:10.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-07-29T00:43:10.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-07-29T00:43:10.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-07-29T00:43:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28752026-07-29T00:43:13.646Z
28762026-07-29T00:43:13.646Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28772026-07-29T00:43:14.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-07-29T00:43:14.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-07-29T00:43:14.289Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802026-07-29T00:43:17.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28812026-07-29T00:43:17.907Z
28822026-07-29T00:43:17.907Zinfo: running `cargo check --bins` on oximeter (93/301)
28832026-07-29T00:43:18.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-07-29T00:43:18.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-07-29T00:43:18.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-07-29T00:43:18.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28872026-07-29T00:43:18.456Z
28882026-07-29T00:43:18.456Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28892026-07-29T00:43:18.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-07-29T00:43:18.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-07-29T00:43:19.052Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-07-29T00:43:19.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
28932026-07-29T00:43:19.569Z
28942026-07-29T00:43:19.569Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28952026-07-29T00:43:20.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-07-29T00:43:20.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-07-29T00:43:20.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-07-29T00:43:20.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28992026-07-29T00:43:20.117Z
29002026-07-29T00:43:20.117Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29012026-07-29T00:43:20.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-07-29T00:43:20.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-07-29T00:43:20.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-07-29T00:43:20.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29052026-07-29T00:43:20.708Z
29062026-07-29T00:43:20.708Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29072026-07-29T00:43:21.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-07-29T00:43:21.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-07-29T00:43:21.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-07-29T00:43:21.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29112026-07-29T00:43:21.268Z
29122026-07-29T00:43:21.268Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29132026-07-29T00:43:21.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-07-29T00:43:21.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-07-29T00:43:21.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-07-29T00:43:21.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29172026-07-29T00:43:21.820Z
29182026-07-29T00:43:21.820Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29192026-07-29T00:43:22.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-07-29T00:43:22.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-07-29T00:43:22.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-07-29T00:43:22.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29232026-07-29T00:43:22.374Z
29242026-07-29T00:43:22.374Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29252026-07-29T00:43:22.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-07-29T00:43:22.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-07-29T00:43:22.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-07-29T00:43:22.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29292026-07-29T00:43:22.934Z
29302026-07-29T00:43:22.934Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29312026-07-29T00:43:23.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-07-29T00:43:23.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-07-29T00:43:23.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-07-29T00:43:23.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29352026-07-29T00:43:23.469Z
29362026-07-29T00:43:23.469Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29372026-07-29T00:43:23.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-07-29T00:43:23.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-07-29T00:43:23.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-07-29T00:43:23.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29412026-07-29T00:43:24.025Z
29422026-07-29T00:43:24.025Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/301)
29432026-07-29T00:43:24.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-07-29T00:43:24.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-07-29T00:43:24.707Z Compiling crucible-workspace-hack v0.1.0
29462026-07-29T00:43:24.821Z Compiling itertools v0.15.0
29472026-07-29T00:43:24.870Z Checking secrecy v0.10.3
29482026-07-29T00:43:24.881Z Compiling heapless v0.8.0
29492026-07-29T00:43:24.881Z Compiling toml_datetime v0.7.5+spec-1.1.0
29502026-07-29T00:43:24.881Z Checking hash32 v0.3.1
29512026-07-29T00:43:24.881Z Checking inout v0.1.4
29522026-07-29T00:43:24.881Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29532026-07-29T00:43:24.929Z Compiling smoltcp v0.11.0
29542026-07-29T00:43:24.968Z Checking cobs v0.3.0
29552026-07-29T00:43:24.993Z Compiling toml_edit v0.23.10+spec-1.0.0
29562026-07-29T00:43:25.081Z Checking cipher v0.4.4
29572026-07-29T00:43:25.081Z Checking universal-hash v0.5.1
29582026-07-29T00:43:25.104Z Compiling thiserror-impl-no-std v2.0.2
29592026-07-29T00:43:25.107Z Checking half v2.7.1
29602026-07-29T00:43:25.208Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-07-29T00:43:25.271Z Checking ciborium-io v0.2.2
29622026-07-29T00:43:25.283Z Checking opaque-debug v0.3.1
29632026-07-29T00:43:25.349Z Checking poly1305 v0.8.0
29642026-07-29T00:43:25.362Z Checking chacha20 v0.9.1
29652026-07-29T00:43:25.362Z Checking ciborium-ll v0.2.2
29662026-07-29T00:43:25.404Z Checking postcard v1.1.3
29672026-07-29T00:43:25.542Z Compiling proc-macro-crate v3.4.0
29682026-07-29T00:43:25.545Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29692026-07-29T00:43:25.606Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-07-29T00:43:25.694Z Checking password-hash v0.5.0
29712026-07-29T00:43:25.872Z Checking blake2 v0.10.6
29722026-07-29T00:43:25.918Z Compiling proc-macro-crate v1.3.1
29732026-07-29T00:43:25.947Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29742026-07-29T00:43:26.026Z Checking aead v0.5.2
29752026-07-29T00:43:26.114Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29762026-07-29T00:43:26.128Z Compiling ingot-macros v0.2.0
29772026-07-29T00:43:26.141Z Compiling num_enum_derive v0.7.6
29782026-07-29T00:43:26.168Z Compiling foreign-types-macros v0.2.3
29792026-07-29T00:43:26.180Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29802026-07-29T00:43:26.249Z Checking thiserror-no-std v2.0.2
29812026-07-29T00:43:26.317Z Checking foreign-types-shared v0.3.1
29822026-07-29T00:43:26.331Z Compiling num_enum_derive v0.5.11
29832026-07-29T00:43:26.343Z Checking vsss-rs v3.3.4
29842026-07-29T00:43:26.407Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-07-29T00:43:26.420Z Checking chacha20poly1305 v0.10.1
29862026-07-29T00:43:26.548Z Checking argon2 v0.5.3
29872026-07-29T00:43:26.756Z Checking foreign-types v0.5.0
29882026-07-29T00:43:26.836Z Checking ciborium v0.2.2
29892026-07-29T00:43:26.959Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29902026-07-29T00:43:27.000Z Checking tabwriter v1.4.1
29912026-07-29T00:43:27.151Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-07-29T00:43:27.186Z Checking num_enum v0.7.6
29932026-07-29T00:43:27.253Z Checking cstr-argument v0.1.2
29942026-07-29T00:43:27.268Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29952026-07-29T00:43:27.303Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29962026-07-29T00:43:27.375Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-07-29T00:43:27.389Z Checking num_enum v0.5.11
29982026-07-29T00:43:27.447Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29992026-07-29T00:43:27.501Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-07-29T00:43:27.501Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30012026-07-29T00:43:27.543Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-07-29T00:43:27.575Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-07-29T00:43:27.668Z Checking rand v0.10.1
30042026-07-29T00:43:27.688Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-07-29T00:43:27.711Z Checking colored v3.1.1
30062026-07-29T00:43:27.747Z Checking indent_write v2.2.0
30072026-07-29T00:43:27.861Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30082026-07-29T00:43:27.879Z Compiling zone_cfg_derive v0.3.1
30092026-07-29T00:43:27.913Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-07-29T00:43:27.957Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30112026-07-29T00:43:28.006Z Checking itertools v0.12.1
30122026-07-29T00:43:28.088Z Compiling num-derive v0.4.2
30132026-07-29T00:43:28.128Z Checking swrite v0.1.0
30142026-07-29T00:43:28.143Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-07-29T00:43:28.222Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30162026-07-29T00:43:28.379Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-07-29T00:43:28.493Z Checking dropshot-api-manager-types v0.7.2
30182026-07-29T00:43:28.507Z Checking smf v0.2.3
30192026-07-29T00:43:28.523Z Checking nanorand v0.7.0
30202026-07-29T00:43:28.564Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-07-29T00:43:28.659Z Checking whoami v1.6.1
30222026-07-29T00:43:28.721Z Checking flume v0.11.1
30232026-07-29T00:43:28.734Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-07-29T00:43:28.967Z Checking ingot-types v0.2.0
30252026-07-29T00:43:28.990Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30262026-07-29T00:43:29.014Z Checking zone v0.3.1
30272026-07-29T00:43:29.301Z Checking ingot v0.2.1
30282026-07-29T00:43:30.741Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30292026-07-29T00:43:31.687Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30302026-07-29T00:43:32.568Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30312026-07-29T00:43:34.900Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-07-29T00:43:36.958Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-07-29T00:43:38.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
30342026-07-29T00:43:38.258Z
30352026-07-29T00:43:38.258Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/301)
30362026-07-29T00:43:38.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-07-29T00:43:38.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-07-29T00:43:38.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-07-29T00:43:38.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30402026-07-29T00:43:38.809Z
30412026-07-29T00:43:38.809Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/301)
30422026-07-29T00:43:39.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-29T00:43:39.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-29T00:43:39.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-29T00:43:39.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30462026-07-29T00:43:39.360Z
30472026-07-29T00:43:39.360Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/301)
30482026-07-29T00:43:39.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-29T00:43:39.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-29T00:43:39.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-29T00:43:39.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30522026-07-29T00:43:39.916Z
30532026-07-29T00:43:39.916Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/301)
30542026-07-29T00:43:40.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-29T00:43:40.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-29T00:43:40.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-29T00:43:40.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30582026-07-29T00:43:40.467Z
30592026-07-29T00:43:40.468Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/301)
30602026-07-29T00:43:40.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-29T00:43:40.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-29T00:43:40.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-29T00:43:40.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30642026-07-29T00:43:41.022Z
30652026-07-29T00:43:41.022Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/301)
30662026-07-29T00:43:41.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-29T00:43:41.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-29T00:43:41.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-29T00:43:41.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30702026-07-29T00:43:41.573Z
30712026-07-29T00:43:41.573Zinfo: running `cargo check --bins` on cockroach-admin-client (110/301)
30722026-07-29T00:43:42.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-29T00:43:42.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-29T00:43:42.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-29T00:43:42.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-07-29T00:43:42.114Z
30772026-07-29T00:43:42.114Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/301)
30782026-07-29T00:43:42.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-29T00:43:42.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-29T00:43:42.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-29T00:43:42.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30822026-07-29T00:43:42.664Z
30832026-07-29T00:43:42.664Zinfo: running `cargo check --bins` on dns-service-client (112/301)
30842026-07-29T00:43:43.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-29T00:43:43.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-29T00:43:43.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-29T00:43:43.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30882026-07-29T00:43:43.215Z
30892026-07-29T00:43:43.215Zinfo: running `cargo check --bins` on installinator-client (113/301)
30902026-07-29T00:43:43.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-29T00:43:43.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-29T00:43:43.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-29T00:43:43.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30942026-07-29T00:43:43.768Z
30952026-07-29T00:43:43.768Zinfo: running `cargo check --bins` on nexus-client (114/301)
30962026-07-29T00:43:44.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-29T00:43:44.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-29T00:43:44.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-29T00:43:44.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31002026-07-29T00:43:44.356Z
31012026-07-29T00:43:44.356Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/301)
31022026-07-29T00:43:44.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-29T00:43:44.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-29T00:43:44.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-29T00:43:44.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-07-29T00:43:44.947Z
31072026-07-29T00:43:44.947Zinfo: running `cargo check --bins` on ntp-admin-client (116/301)
31082026-07-29T00:43:45.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-29T00:43:45.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-29T00:43:45.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-29T00:43:45.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31122026-07-29T00:43:45.485Z
31132026-07-29T00:43:45.485Zinfo: running `cargo check --bins` on oxide-client (117/301)
31142026-07-29T00:43:45.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-29T00:43:45.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-29T00:43:45.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-29T00:43:45.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31182026-07-29T00:43:46.026Z
31192026-07-29T00:43:46.026Zinfo: running `cargo check --bins` on oximeter-client (118/301)
31202026-07-29T00:43:46.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-29T00:43:46.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-29T00:43:46.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-29T00:43:46.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31242026-07-29T00:43:46.578Z
31252026-07-29T00:43:46.578Zinfo: running `cargo check --bins` on repo-depot-client (119/301)
31262026-07-29T00:43:47.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-29T00:43:47.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-29T00:43:47.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-29T00:43:47.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31302026-07-29T00:43:47.117Z
31312026-07-29T00:43:47.117Zinfo: running `cargo check --bins` on sled-agent-client (120/301)
31322026-07-29T00:43:47.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-29T00:43:47.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-29T00:43:47.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-29T00:43:47.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31362026-07-29T00:43:47.678Z
31372026-07-29T00:43:47.678Zinfo: running `cargo check --bins` on wicketd-client (121/301)
31382026-07-29T00:43:48.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-29T00:43:48.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-29T00:43:48.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-29T00:43:48.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31422026-07-29T00:43:48.253Z
31432026-07-29T00:43:48.253Zinfo: running `cargo check --bins` on installinator-common (122/301)
31442026-07-29T00:43:48.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-29T00:43:48.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-29T00:43:48.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-29T00:43:48.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31482026-07-29T00:43:48.820Z
31492026-07-29T00:43:48.820Zinfo: running `cargo check --bins` on installinator-common-versions (123/301)
31502026-07-29T00:43:49.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-29T00:43:49.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-29T00:43:49.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-29T00:43:49.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31542026-07-29T00:43:49.357Z
31552026-07-29T00:43:49.357Zinfo: running `cargo check --bins` on wicket-common (124/301)
31562026-07-29T00:43:49.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-29T00:43:49.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-29T00:43:49.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-29T00:43:49.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31602026-07-29T00:43:49.917Z
31612026-07-29T00:43:49.917Zinfo: running `cargo check --bins` on wicketd-commission-types (125/301)
31622026-07-29T00:43:50.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-29T00:43:50.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-29T00:43:50.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-29T00:43:50.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31662026-07-29T00:43:50.466Z
31672026-07-29T00:43:50.466Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/301)
31682026-07-29T00:43:50.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-29T00:43:50.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-29T00:43:50.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-29T00:43:50.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31722026-07-29T00:43:51.021Z
31732026-07-29T00:43:51.021Zinfo: running `cargo check --bins` on wicketd-commission-client (127/301)
31742026-07-29T00:43:51.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-29T00:43:51.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-29T00:43:51.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-29T00:43:51.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31782026-07-29T00:43:51.579Z
31792026-07-29T00:43:51.579Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/301)
31802026-07-29T00:43:52.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-29T00:43:52.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-29T00:43:52.227Z Checking csv-core v0.1.13
31832026-07-29T00:43:52.337Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31842026-07-29T00:43:52.340Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-07-29T00:43:52.347Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-29T00:43:52.475Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31872026-07-29T00:43:52.478Z Checking csv v1.4.0
31882026-07-29T00:43:52.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-07-29T00:43:53.131Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-07-29T00:43:53.134Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-07-29T00:43:54.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
31922026-07-29T00:43:54.350Z
31932026-07-29T00:43:54.350Zinfo: running `cargo check --bins` on cockroach-admin-api (129/301)
31942026-07-29T00:43:54.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-07-29T00:43:54.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-07-29T00:43:54.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-07-29T00:43:54.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31982026-07-29T00:43:54.898Z
31992026-07-29T00:43:54.898Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/301)
32002026-07-29T00:43:55.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-07-29T00:43:55.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-07-29T00:43:55.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-07-29T00:43:55.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32042026-07-29T00:43:55.541Z
32052026-07-29T00:43:55.541Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/301)
32062026-07-29T00:43:56.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-07-29T00:43:56.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-07-29T00:43:56.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-07-29T00:43:56.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32102026-07-29T00:43:56.177Z
32112026-07-29T00:43:56.177Zinfo: running `cargo check --bins` on gateway-test-utils (132/301)
32122026-07-29T00:43:56.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-07-29T00:43:56.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-07-29T00:43:56.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-07-29T00:43:56.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32162026-07-29T00:43:56.784Z
32172026-07-29T00:43:56.784Zinfo: running `cargo check --bins` on omicron-gateway (133/301)
32182026-07-29T00:43:57.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-07-29T00:43:57.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-07-29T00:43:57.514Z Compiling regress v0.11.1
32212026-07-29T00:43:57.657Z Compiling unsafe-libyaml v0.2.11
32222026-07-29T00:43:57.667Z Compiling radium v0.7.0
32232026-07-29T00:43:57.675Z Compiling semver v0.1.20
32242026-07-29T00:43:57.687Z Checking nom v8.0.0
32252026-07-29T00:43:57.691Z Checking tap v1.0.1
32262026-07-29T00:43:57.699Z Compiling maybe-uninit v2.0.0
32272026-07-29T00:43:57.802Z Checking wyz v0.5.1
32282026-07-29T00:43:57.928Z Compiling rustc_version v0.1.7
32292026-07-29T00:43:57.991Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-07-29T00:43:58.053Z Compiling zerocopy-derive v0.6.6
32312026-07-29T00:43:58.145Z Checking funty v2.0.0
32322026-07-29T00:43:58.176Z Compiling serde_yaml v0.9.34+deprecated
32332026-07-29T00:43:58.384Z Compiling newtype_derive v0.1.6
32342026-07-29T00:43:58.468Z Compiling cancel-safe-futures v0.1.5
32352026-07-29T00:43:58.570Z Compiling packed_struct v0.10.1
32362026-07-29T00:43:58.674Z Checking crc-catalog v2.4.0
32372026-07-29T00:43:58.769Z Checking crc v3.4.0
32382026-07-29T00:43:58.887Z Checking zerocopy v0.6.6
32392026-07-29T00:43:58.907Z Checking bitvec v1.0.1
32402026-07-29T00:43:59.015Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-07-29T00:43:59.114Z Checking typify-impl v0.6.2
32422026-07-29T00:43:59.473Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-07-29T00:43:59.562Z Compiling packed_struct_codegen v0.10.1
32442026-07-29T00:43:59.617Z Compiling bitfield-macros v0.19.4
32452026-07-29T00:43:59.632Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32462026-07-29T00:43:59.817Z Compiling indexmap v1.9.3
32472026-07-29T00:44:00.020Z Compiling owo-colors v4.3.0
32482026-07-29T00:44:00.258Z Checking nodrop v0.1.14
32492026-07-29T00:44:00.307Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32502026-07-29T00:44:00.343Z Checking bitfield v0.19.4
32512026-07-29T00:44:00.370Z Checking array-init v0.0.4
32522026-07-29T00:44:00.401Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-07-29T00:44:00.415Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-07-29T00:44:00.595Z Checking smallvec v0.6.14
32552026-07-29T00:44:00.693Z Checking oxide-update-engine-types v0.1.2
32562026-07-29T00:44:00.787Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-07-29T00:44:00.802Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32582026-07-29T00:44:00.861Z Checking unicode-linebreak v0.1.5
32592026-07-29T00:44:00.912Z Checking hashbrown v0.12.3
32602026-07-29T00:44:00.926Z Checking tagptr v0.2.0
32612026-07-29T00:44:01.067Z Checking linear-map v1.2.0
32622026-07-29T00:44:01.082Z Checking smawk v0.3.2
32632026-07-29T00:44:01.209Z Checking base64 v0.21.7
32642026-07-29T00:44:01.240Z Checking textwrap v0.16.2
32652026-07-29T00:44:01.274Z Checking moka v0.12.13
32662026-07-29T00:44:01.444Z Checking ron v0.8.1
32672026-07-29T00:44:01.458Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-07-29T00:44:01.592Z Checking oxide-update-engine v0.1.2
32692026-07-29T00:44:01.639Z Checking serde-hex v0.1.0
32702026-07-29T00:44:01.699Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-07-29T00:44:01.918Z Checking steno v0.4.1
32722026-07-29T00:44:02.007Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-07-29T00:44:02.167Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-07-29T00:44:02.256Z Checking hashbrown v0.13.2
32752026-07-29T00:44:02.526Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-07-29T00:44:02.690Z Checking crc-any v2.5.0
32772026-07-29T00:44:02.744Z Checking object v0.30.4
32782026-07-29T00:44:02.747Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-07-29T00:44:02.868Z Checking hickory-resolver v0.25.2
32802026-07-29T00:44:02.916Z Checking sha1 v0.10.6
32812026-07-29T00:44:02.930Z Checking path-slash v0.1.5
32822026-07-29T00:44:03.058Z Checking half v1.8.3
32832026-07-29T00:44:03.083Z Checking utf-8 v0.7.6
32842026-07-29T00:44:03.137Z Checking void v1.0.2
32852026-07-29T00:44:03.220Z Checking tungstenite v0.23.0
32862026-07-29T00:44:03.234Z Checking serde_cbor v0.11.2
32872026-07-29T00:44:03.247Z Checking lzss v0.8.2
32882026-07-29T00:44:03.570Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32892026-07-29T00:44:03.586Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-07-29T00:44:03.607Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32912026-07-29T00:44:03.626Z Checking nix v0.27.1
32922026-07-29T00:44:03.667Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32932026-07-29T00:44:03.710Z Compiling typify-macro v0.6.2
32942026-07-29T00:44:03.723Z Checking kstat-rs v0.2.4
32952026-07-29T00:44:03.767Z Checking fxhash v0.2.1
32962026-07-29T00:44:03.848Z Checking serde_bytes v0.11.19
32972026-07-29T00:44:03.888Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-07-29T00:44:03.910Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32992026-07-29T00:44:03.999Z Checking tokio-tungstenite v0.23.1
33002026-07-29T00:44:04.025Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33012026-07-29T00:44:04.123Z Checking signal-hook-tokio v0.3.1
33022026-07-29T00:44:04.709Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-07-29T00:44:05.079Z Compiling typify v0.6.2
33042026-07-29T00:44:05.160Z Compiling progenitor-impl v0.14.0
33052026-07-29T00:44:05.628Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33062026-07-29T00:44:05.943Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33072026-07-29T00:44:06.627Z Compiling progenitor-macro v0.14.0
33082026-07-29T00:44:09.012Z Checking progenitor v0.14.0
33092026-07-29T00:44:09.140Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33102026-07-29T00:44:09.143Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-07-29T00:44:11.803Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-07-29T00:44:20.137Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-07-29T00:44:26.875Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-07-29T00:44:28.262Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-07-29T00:44:28.768Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-07-29T00:44:33.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.09s
33172026-07-29T00:44:33.072Z
33182026-07-29T00:44:33.072Zinfo: running `cargo check --bins` on gateway-api (134/301)
33192026-07-29T00:44:33.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-07-29T00:44:33.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-07-29T00:44:33.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-07-29T00:44:33.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33232026-07-29T00:44:33.072Z
33242026-07-29T00:44:33.072Zinfo: running `cargo check --bins` on ipcc (135/301)
33252026-07-29T00:44:33.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-07-29T00:44:33.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-07-29T00:44:33.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-07-29T00:44:33.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33292026-07-29T00:44:33.072Z
33302026-07-29T00:44:33.072Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/301)
33312026-07-29T00:44:33.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-07-29T00:44:33.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-07-29T00:44:33.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-07-29T00:44:33.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33352026-07-29T00:44:33.072Z
33362026-07-29T00:44:33.072Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/301)
33372026-07-29T00:44:34.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-07-29T00:44:36.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-07-29T00:44:36.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-07-29T00:44:36.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33412026-07-29T00:44:36.300Z
33422026-07-29T00:44:36.300Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/301)
33432026-07-29T00:44:36.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-07-29T00:44:36.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-07-29T00:44:36.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-07-29T00:44:36.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33472026-07-29T00:44:36.300Z
33482026-07-29T00:44:36.300Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/301)
33492026-07-29T00:44:36.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-07-29T00:44:36.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-07-29T00:44:36.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-07-29T00:44:36.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33532026-07-29T00:44:36.333Z
33542026-07-29T00:44:36.333Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/301)
33552026-07-29T00:44:36.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-07-29T00:44:36.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-07-29T00:44:36.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-07-29T00:44:36.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33592026-07-29T00:44:36.337Z
33602026-07-29T00:44:36.337Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/301)
33612026-07-29T00:44:36.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-07-29T00:44:36.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-07-29T00:44:36.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-07-29T00:44:36.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33652026-07-29T00:44:36.337Z
33662026-07-29T00:44:36.337Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/301)
33672026-07-29T00:44:36.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-07-29T00:44:36.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-07-29T00:44:36.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-07-29T00:44:36.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33712026-07-29T00:44:36.337Z
33722026-07-29T00:44:36.337Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/301)
33732026-07-29T00:44:36.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-07-29T00:44:36.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-07-29T00:44:36.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-07-29T00:44:36.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33772026-07-29T00:44:36.777Z
33782026-07-29T00:44:36.777Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/301)
33792026-07-29T00:44:37.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-07-29T00:44:37.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-07-29T00:44:37.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-07-29T00:44:37.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33832026-07-29T00:44:37.669Z
33842026-07-29T00:44:37.669Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/301)
33852026-07-29T00:44:37.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-07-29T00:44:37.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-07-29T00:44:37.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-07-29T00:44:37.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33892026-07-29T00:44:37.740Z
33902026-07-29T00:44:37.740Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/301)
33912026-07-29T00:44:38.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-07-29T00:44:38.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-07-29T00:44:38.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-07-29T00:44:38.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33952026-07-29T00:44:38.293Z
33962026-07-29T00:44:38.293Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/301)
33972026-07-29T00:44:38.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-07-29T00:44:38.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-07-29T00:44:38.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-07-29T00:44:38.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34012026-07-29T00:44:38.854Z
34022026-07-29T00:44:38.855Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/301)
34032026-07-29T00:44:39.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-07-29T00:44:39.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-07-29T00:44:39.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-07-29T00:44:39.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34072026-07-29T00:44:39.429Z
34082026-07-29T00:44:39.429Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/301)
34092026-07-29T00:44:39.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-07-29T00:44:39.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-07-29T00:44:39.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-07-29T00:44:39.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34132026-07-29T00:44:40.004Z
34142026-07-29T00:44:40.004Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/301)
34152026-07-29T00:44:40.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-07-29T00:44:40.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-07-29T00:44:40.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-07-29T00:44:40.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34192026-07-29T00:44:40.579Z
34202026-07-29T00:44:40.579Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/301)
34212026-07-29T00:44:41.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-07-29T00:44:41.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-07-29T00:44:41.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-07-29T00:44:41.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34252026-07-29T00:44:41.160Z
34262026-07-29T00:44:41.160Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/301)
34272026-07-29T00:44:41.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-07-29T00:44:41.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-07-29T00:44:41.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-07-29T00:44:41.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-07-29T00:44:41.730Z
34322026-07-29T00:44:41.730Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/301)
34332026-07-29T00:44:42.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-07-29T00:44:42.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-07-29T00:44:42.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-07-29T00:44:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-07-29T00:44:42.328Z
34382026-07-29T00:44:42.328Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/301)
34392026-07-29T00:44:42.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-07-29T00:44:42.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-07-29T00:44:42.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-07-29T00:44:42.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34432026-07-29T00:44:42.875Z
34442026-07-29T00:44:42.875Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34452026-07-29T00:44:43.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-07-29T00:44:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-07-29T00:44:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-07-29T00:44:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-07-29T00:44:43.443Z
34502026-07-29T00:44:43.443Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/301)
34512026-07-29T00:44:43.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-07-29T00:44:43.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-07-29T00:44:43.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-07-29T00:44:43.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-07-29T00:44:44.015Z
34562026-07-29T00:44:44.015Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/301)
34572026-07-29T00:44:44.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-07-29T00:44:44.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-07-29T00:44:44.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-07-29T00:44:44.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-07-29T00:44:44.589Z
34622026-07-29T00:44:44.590Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/301)
34632026-07-29T00:44:45.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-07-29T00:44:45.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-07-29T00:44:45.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-07-29T00:44:45.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34672026-07-29T00:44:45.139Z
34682026-07-29T00:44:45.139Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/301)
34692026-07-29T00:44:45.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-07-29T00:44:45.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-07-29T00:44:45.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-07-29T00:44:45.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34732026-07-29T00:44:45.694Z
34742026-07-29T00:44:45.694Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/301)
34752026-07-29T00:44:46.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-07-29T00:44:46.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-07-29T00:44:46.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-07-29T00:44:46.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34792026-07-29T00:44:46.249Z
34802026-07-29T00:44:46.249Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/301)
34812026-07-29T00:44:46.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-07-29T00:44:46.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-07-29T00:44:46.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-07-29T00:44:46.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34852026-07-29T00:44:46.806Z
34862026-07-29T00:44:46.806Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/301)
34872026-07-29T00:44:47.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-07-29T00:44:47.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-07-29T00:44:47.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-07-29T00:44:47.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34912026-07-29T00:44:47.359Z
34922026-07-29T00:44:47.359Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/301)
34932026-07-29T00:44:47.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-07-29T00:44:47.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-07-29T00:44:47.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-07-29T00:44:47.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34972026-07-29T00:44:47.913Z
34982026-07-29T00:44:47.913Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/301)
34992026-07-29T00:44:48.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-07-29T00:44:48.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-07-29T00:44:48.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-07-29T00:44:48.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35032026-07-29T00:44:48.468Z
35042026-07-29T00:44:48.468Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/301)
35052026-07-29T00:44:48.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-07-29T00:44:48.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-07-29T00:44:48.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-07-29T00:44:48.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35092026-07-29T00:44:49.023Z
35102026-07-29T00:44:49.023Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/301)
35112026-07-29T00:44:49.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-07-29T00:44:49.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-07-29T00:44:49.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-07-29T00:44:49.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35152026-07-29T00:44:49.598Z
35162026-07-29T00:44:49.598Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/301)
35172026-07-29T00:44:50.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-07-29T00:44:50.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-07-29T00:44:50.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-07-29T00:44:50.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35212026-07-29T00:44:50.169Z
35222026-07-29T00:44:50.169Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/301)
35232026-07-29T00:44:50.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-07-29T00:44:50.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-07-29T00:44:50.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-07-29T00:44:50.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35272026-07-29T00:44:50.741Z
35282026-07-29T00:44:50.741Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/301)
35292026-07-29T00:44:51.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-07-29T00:44:51.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-07-29T00:44:51.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-07-29T00:44:51.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35332026-07-29T00:44:51.318Z
35342026-07-29T00:44:51.318Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/301)
35352026-07-29T00:44:51.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-07-29T00:44:51.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-07-29T00:44:51.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-07-29T00:44:51.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35392026-07-29T00:44:51.893Z
35402026-07-29T00:44:51.893Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/301)
35412026-07-29T00:44:52.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-07-29T00:44:52.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-07-29T00:44:52.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-07-29T00:44:52.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35452026-07-29T00:44:52.469Z
35462026-07-29T00:44:52.469Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35472026-07-29T00:44:52.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-07-29T00:44:52.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-07-29T00:44:52.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-07-29T00:44:52.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35512026-07-29T00:44:53.041Z
35522026-07-29T00:44:53.041Zinfo: running `cargo check --bins` on oximeter-producer (173/301)
35532026-07-29T00:44:53.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-07-29T00:44:53.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-07-29T00:44:53.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-07-29T00:44:53.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-07-29T00:44:53.633Z
35582026-07-29T00:44:53.633Zinfo: running `cargo check --bins` on internal-dns-resolver (174/301)
35592026-07-29T00:44:54.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-07-29T00:44:54.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-07-29T00:44:54.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-07-29T00:44:54.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35632026-07-29T00:44:54.188Z
35642026-07-29T00:44:54.188Zinfo: running `cargo check --bins` on dns-server (175/301)
35652026-07-29T00:44:54.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-07-29T00:44:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-07-29T00:44:54.805Z Compiling parking_lot_core v0.8.6
35682026-07-29T00:44:54.808Z Compiling git-stub v1.0.0
35692026-07-29T00:44:54.918Z Checking prefix-trie v0.7.0
35702026-07-29T00:44:54.923Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35712026-07-29T00:44:55.034Z Compiling git-stub-vcs v0.1.0
35722026-07-29T00:44:55.197Z Checking hickory-server v0.25.2
35732026-07-29T00:44:55.299Z Checking parking_lot v0.11.2
35742026-07-29T00:44:55.336Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35752026-07-29T00:44:55.466Z Checking sled v0.34.7
35762026-07-29T00:44:57.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
35772026-07-29T00:44:57.517Z
35782026-07-29T00:44:57.517Zinfo: running `cargo check --bins` on dns-server-api (176/301)
35792026-07-29T00:44:57.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-07-29T00:44:57.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-07-29T00:44:57.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-07-29T00:44:57.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35832026-07-29T00:44:58.072Z
35842026-07-29T00:44:58.072Zinfo: running `cargo check --bins` on oximeter-producer-api (177/301)
35852026-07-29T00:44:58.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-07-29T00:44:58.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-07-29T00:44:58.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-07-29T00:44:58.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35892026-07-29T00:44:58.622Z
35902026-07-29T00:44:58.622Zinfo: running `cargo check --bins` on sp-sim (178/301)
35912026-07-29T00:44:59.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-29T00:44:59.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-29T00:44:59.314Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-07-29T00:45:01.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35952026-07-29T00:45:01.288Z
35962026-07-29T00:45:01.288Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/301)
35972026-07-29T00:45:01.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-29T00:45:01.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-29T00:45:01.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-29T00:45:01.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36012026-07-29T00:45:01.899Z
36022026-07-29T00:45:01.899Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/301)
36032026-07-29T00:45:02.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-29T00:45:02.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-29T00:45:02.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-07-29T00:45:02.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36072026-07-29T00:45:02.518Z
36082026-07-29T00:45:02.518Zinfo: running `cargo check --bins` on db-macros (181/301)
36092026-07-29T00:45:02.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-29T00:45:02.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-29T00:45:02.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-29T00:45:02.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36132026-07-29T00:45:03.062Z
36142026-07-29T00:45:03.062Zinfo: running `cargo check --bins` on nexus-macros-common (182/301)
36152026-07-29T00:45:03.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-29T00:45:03.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-29T00:45:03.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-29T00:45:03.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36192026-07-29T00:45:03.598Z
36202026-07-29T00:45:03.598Zinfo: running `cargo check --bins` on nexus-auth (183/301)
36212026-07-29T00:45:04.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-29T00:45:04.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-29T00:45:04.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-29T00:45:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36252026-07-29T00:45:04.202Z
36262026-07-29T00:45:04.202Zinfo: running `cargo check --bins` on authz-macros (184/301)
36272026-07-29T00:45:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-29T00:45:04.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-29T00:45:04.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-29T00:45:04.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36312026-07-29T00:45:04.742Z
36322026-07-29T00:45:04.742Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/301)
36332026-07-29T00:45:05.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-29T00:45:05.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-29T00:45:05.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-29T00:45:05.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36372026-07-29T00:45:05.344Z
36382026-07-29T00:45:05.344Zinfo: running `cargo check --bins` on nexus-db-model (186/301)
36392026-07-29T00:45:05.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-29T00:45:05.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-29T00:45:05.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-29T00:45:05.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36432026-07-29T00:45:05.947Z
36442026-07-29T00:45:05.947Zinfo: running `cargo check --bins` on nexus-db-schema (187/301)
36452026-07-29T00:45:06.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-29T00:45:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-29T00:45:06.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-29T00:45:06.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36492026-07-29T00:45:06.488Z
36502026-07-29T00:45:06.488Zinfo: running `cargo check --bins` on omicron-rpaths (188/301)
36512026-07-29T00:45:06.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-29T00:45:06.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-29T00:45:06.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-29T00:45:06.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36552026-07-29T00:45:07.029Z
36562026-07-29T00:45:07.029Zinfo: running `cargo check --bins` on nexus-defaults (189/301)
36572026-07-29T00:45:07.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-29T00:45:07.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-29T00:45:07.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-29T00:45:07.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36612026-07-29T00:45:07.585Z
36622026-07-29T00:45:07.585Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/301)
36632026-07-29T00:45:08.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-29T00:45:08.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-29T00:45:08.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-29T00:45:08.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36672026-07-29T00:45:08.129Z
36682026-07-29T00:45:08.129Zinfo: running `cargo check --bins` on parallel-task-set (191/301)
36692026-07-29T00:45:08.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-29T00:45:08.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-29T00:45:08.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-29T00:45:08.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36732026-07-29T00:45:08.671Z
36742026-07-29T00:45:08.671Zinfo: running `cargo check --bins` on omicron-git-version (192/301)
36752026-07-29T00:45:09.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-29T00:45:09.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-29T00:45:09.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-29T00:45:09.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36792026-07-29T00:45:09.214Z
36802026-07-29T00:45:09.214Zinfo: running `cargo check --bins` on nexus-db-errors (193/301)
36812026-07-29T00:45:09.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-29T00:45:09.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-29T00:45:09.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-29T00:45:09.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36852026-07-29T00:45:09.823Z
36862026-07-29T00:45:09.823Zinfo: running `cargo check --bins` on nexus-db-lookup (194/301)
36872026-07-29T00:45:10.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-29T00:45:10.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-29T00:45:10.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-29T00:45:10.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36912026-07-29T00:45:10.432Z
36922026-07-29T00:45:10.432Zinfo: running `cargo check --bins` on nexus-inventory (195/301)
36932026-07-29T00:45:10.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-29T00:45:10.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-29T00:45:10.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-29T00:45:10.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36972026-07-29T00:45:11.037Z
36982026-07-29T00:45:11.037Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/301)
36992026-07-29T00:45:11.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-29T00:45:11.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-29T00:45:11.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-29T00:45:11.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-07-29T00:45:11.616Z
37042026-07-29T00:45:11.616Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/301)
37052026-07-29T00:45:12.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-29T00:45:12.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-29T00:45:12.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-29T00:45:12.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37092026-07-29T00:45:12.190Z
37102026-07-29T00:45:12.190Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/301)
37112026-07-29T00:45:12.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-29T00:45:12.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-29T00:45:12.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-29T00:45:12.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37152026-07-29T00:45:12.760Z
37162026-07-29T00:45:12.760Zinfo: running `cargo check --bins` on key-manager (199/301)
37172026-07-29T00:45:13.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-29T00:45:13.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-29T00:45:13.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-29T00:45:13.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-07-29T00:45:13.314Z
37222026-07-29T00:45:13.314Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/301)
37232026-07-29T00:45:13.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-29T00:45:13.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-29T00:45:13.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-29T00:45:13.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37272026-07-29T00:45:13.887Z
37282026-07-29T00:45:13.887Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/301)
37292026-07-29T00:45:14.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-29T00:45:14.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-29T00:45:14.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-29T00:45:14.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37332026-07-29T00:45:14.460Z
37342026-07-29T00:45:14.461Zinfo: running `cargo check --bins` on typed-rng (202/301)
37352026-07-29T00:45:14.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-29T00:45:14.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-29T00:45:14.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-29T00:45:14.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-07-29T00:45:15.003Z
37402026-07-29T00:45:15.003Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/301)
37412026-07-29T00:45:15.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-29T00:45:15.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-29T00:45:15.810Z Compiling libefi-sys v0.1.0
37442026-07-29T00:45:15.813Z Compiling bitfield-struct v0.6.2
37452026-07-29T00:45:15.949Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-07-29T00:45:15.957Z Compiling xshell-macros v0.2.7
37472026-07-29T00:45:15.966Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37482026-07-29T00:45:15.979Z Compiling salty v0.3.0
37492026-07-29T00:45:15.994Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-07-29T00:45:16.009Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-07-29T00:45:16.009Z Checking rfc6979 v0.4.0
37522026-07-29T00:45:16.119Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-07-29T00:45:16.172Z Checking ecdsa v0.16.9
37542026-07-29T00:45:16.286Z Checking primeorder v0.13.6
37552026-07-29T00:45:16.303Z Compiling proc-macro-error-attr2 v2.0.0
37562026-07-29T00:45:16.316Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37572026-07-29T00:45:16.329Z Checking xshell v0.2.7
37582026-07-29T00:45:16.461Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37592026-07-29T00:45:16.476Z Checking tungstenite v0.21.0
37602026-07-29T00:45:16.513Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-07-29T00:45:16.516Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37622026-07-29T00:45:16.541Z Checking p384 v0.13.1
37632026-07-29T00:45:16.553Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37642026-07-29T00:45:16.657Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37652026-07-29T00:45:16.674Z Compiling num-derive v0.3.3
37662026-07-29T00:45:16.688Z Compiling proc-macro-error2 v2.0.1
37672026-07-29T00:45:16.784Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-07-29T00:45:16.892Z Checking tokio-tungstenite v0.21.0
37692026-07-29T00:45:16.954Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37702026-07-29T00:45:16.989Z Compiling tabled_derive v0.11.0
37712026-07-29T00:45:17.004Z Checking papergrid v0.17.0
37722026-07-29T00:45:17.019Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37732026-07-29T00:45:17.023Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37742026-07-29T00:45:17.165Z Compiling progenitor-impl v0.13.0
37752026-07-29T00:45:17.181Z Checking testing_table v0.3.0
37762026-07-29T00:45:17.274Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-07-29T00:45:17.301Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37782026-07-29T00:45:17.319Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-07-29T00:45:17.505Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-07-29T00:45:17.519Z Compiling unicase v2.9.0
37812026-07-29T00:45:17.550Z Checking libscf-sys v1.1.0
37822026-07-29T00:45:17.683Z Checking corncobs v0.1.4
37832026-07-29T00:45:17.698Z Compiling illumos-nvpair-sys v0.2.0
37842026-07-29T00:45:17.719Z Compiling mime_guess v2.0.5
37852026-07-29T00:45:17.810Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-07-29T00:45:17.829Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37872026-07-29T00:45:17.922Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-07-29T00:45:17.937Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37892026-07-29T00:45:18.037Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37902026-07-29T00:45:18.052Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37912026-07-29T00:45:18.126Z Checking tabled v0.20.0
37922026-07-29T00:45:18.249Z Checking progenitor-client v0.13.0
37932026-07-29T00:45:18.264Z Checking secrecy v0.8.0
37942026-07-29T00:45:18.388Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37952026-07-29T00:45:18.620Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-07-29T00:45:18.635Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37972026-07-29T00:45:18.649Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37982026-07-29T00:45:18.947Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37992026-07-29T00:45:18.982Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-07-29T00:45:19.047Z Checking filetime v0.2.27
38012026-07-29T00:45:19.094Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38022026-07-29T00:45:19.183Z Checking http-range v0.1.5
38032026-07-29T00:45:19.216Z Checking xattr v1.6.1
38042026-07-29T00:45:19.311Z Checking crc8 v0.1.1
38052026-07-29T00:45:19.352Z Checking tar v0.4.46
38062026-07-29T00:45:19.431Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-07-29T00:45:19.608Z Checking illumos-nvpair v0.3.0
38082026-07-29T00:45:19.739Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38092026-07-29T00:45:19.753Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38102026-07-29T00:45:19.767Z Compiling progenitor-macro v0.13.0
38112026-07-29T00:45:19.770Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-07-29T00:45:19.793Z Checking atty v0.2.14
38132026-07-29T00:45:19.824Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-07-29T00:45:19.892Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38152026-07-29T00:45:20.143Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-07-29T00:45:20.211Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38172026-07-29T00:45:20.382Z Checking hyper-staticfile v0.10.1
38182026-07-29T00:45:20.397Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38192026-07-29T00:45:20.486Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38202026-07-29T00:45:20.648Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38212026-07-29T00:45:20.668Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38222026-07-29T00:45:20.684Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38232026-07-29T00:45:20.721Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38242026-07-29T00:45:20.823Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38252026-07-29T00:45:20.936Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38262026-07-29T00:45:21.029Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38272026-07-29T00:45:21.213Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38282026-07-29T00:45:21.308Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38292026-07-29T00:45:22.764Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-07-29T00:45:23.264Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38312026-07-29T00:45:23.483Z Checking progenitor v0.13.0
38322026-07-29T00:45:23.626Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38332026-07-29T00:45:23.685Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38342026-07-29T00:45:26.052Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-07-29T00:45:28.971Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-07-29T00:45:39.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.87s
38372026-07-29T00:45:39.885Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38382026-07-29T00:45:39.885Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38392026-07-29T00:45:40.081Z
38402026-07-29T00:45:40.081Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/301)
38412026-07-29T00:45:40.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-07-29T00:45:40.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-07-29T00:45:40.835Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38442026-07-29T00:45:51.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38452026-07-29T00:45:51.534Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38462026-07-29T00:45:51.534Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38472026-07-29T00:45:51.739Z
38482026-07-29T00:45:51.739Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/301)
38492026-07-29T00:45:52.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-07-29T00:45:52.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-07-29T00:45:52.488Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-07-29T00:46:03.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38532026-07-29T00:46:03.124Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38542026-07-29T00:46:03.124Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38552026-07-29T00:46:03.323Z
38562026-07-29T00:46:03.323Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/301)
38572026-07-29T00:46:03.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-29T00:46:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-29T00:46:04.069Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-29T00:46:14.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38612026-07-29T00:46:14.813Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38622026-07-29T00:46:14.813Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38632026-07-29T00:46:15.011Z
38642026-07-29T00:46:15.011Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/301)
38652026-07-29T00:46:15.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-07-29T00:46:15.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-07-29T00:46:15.763Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-07-29T00:46:26.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38692026-07-29T00:46:26.504Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38702026-07-29T00:46:26.504Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38712026-07-29T00:46:26.699Z
38722026-07-29T00:46:26.700Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/301)
38732026-07-29T00:46:27.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-29T00:46:27.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-29T00:46:27.443Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-29T00:46:38.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38772026-07-29T00:46:38.115Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38782026-07-29T00:46:38.115Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38792026-07-29T00:46:38.315Z
38802026-07-29T00:46:38.315Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/301)
38812026-07-29T00:46:38.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-29T00:46:38.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-29T00:46:39.064Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-29T00:46:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38852026-07-29T00:46:49.674Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38862026-07-29T00:46:49.674Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38872026-07-29T00:46:49.881Z
38882026-07-29T00:46:49.881Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/301)
38892026-07-29T00:46:50.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-29T00:46:50.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-29T00:46:50.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-29T00:47:01.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38932026-07-29T00:47:01.241Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38942026-07-29T00:47:01.241Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-07-29T00:47:01.436Z
38962026-07-29T00:47:01.436Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/301)
38972026-07-29T00:47:01.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-29T00:47:01.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-29T00:47:01.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-07-29T00:47:01.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39012026-07-29T00:47:01.996Z
39022026-07-29T00:47:01.996Zinfo: running `cargo check --bins` on range-requests (212/301)
39032026-07-29T00:47:02.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-29T00:47:02.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-29T00:47:02.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-07-29T00:47:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39072026-07-29T00:47:02.547Z
39082026-07-29T00:47:02.547Zinfo: running `cargo check --bins` on repo-depot-api (213/301)
39092026-07-29T00:47:03.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-07-29T00:47:03.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-07-29T00:47:03.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-07-29T00:47:03.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39132026-07-29T00:47:03.096Z
39142026-07-29T00:47:03.096Zinfo: running `cargo check --bins` on sled-agent-api (214/301)
39152026-07-29T00:47:03.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-07-29T00:47:03.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-07-29T00:47:03.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-07-29T00:47:03.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39192026-07-29T00:47:03.670Z
39202026-07-29T00:47:03.670Zinfo: running `cargo check --bins` on sled-diagnostics (215/301)
39212026-07-29T00:47:04.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-29T00:47:04.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-29T00:47:04.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-07-29T00:47:04.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39252026-07-29T00:47:04.243Z
39262026-07-29T00:47:04.243Zinfo: running `cargo check --bins` on zfs-test-harness (216/301)
39272026-07-29T00:47:04.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-29T00:47:04.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-29T00:47:04.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-29T00:47:04.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39312026-07-29T00:47:04.818Z
39322026-07-29T00:47:04.819Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/301)
39332026-07-29T00:47:05.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-29T00:47:05.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-29T00:47:05.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-29T00:47:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39372026-07-29T00:47:05.393Z
39382026-07-29T00:47:05.393Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/301)
39392026-07-29T00:47:05.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-29T00:47:05.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-29T00:47:05.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-29T00:47:05.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39432026-07-29T00:47:05.976Z
39442026-07-29T00:47:05.976Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/301)
39452026-07-29T00:47:06.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-29T00:47:06.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-29T00:47:06.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-29T00:47:06.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39492026-07-29T00:47:06.557Z
39502026-07-29T00:47:06.557Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/301)
39512026-07-29T00:47:07.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-29T00:47:07.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-29T00:47:07.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-29T00:47:07.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-07-29T00:47:07.139Z
39562026-07-29T00:47:07.139Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/301)
39572026-07-29T00:47:07.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-29T00:47:07.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-29T00:47:07.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-29T00:47:07.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-07-29T00:47:07.722Z
39622026-07-29T00:47:07.722Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/301)
39632026-07-29T00:47:08.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-29T00:47:08.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-29T00:47:08.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-29T00:47:08.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39672026-07-29T00:47:08.305Z
39682026-07-29T00:47:08.305Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/301)
39692026-07-29T00:47:08.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-29T00:47:08.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-29T00:47:08.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-29T00:47:08.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39732026-07-29T00:47:08.890Z
39742026-07-29T00:47:08.890Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/301)
39752026-07-29T00:47:09.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-29T00:47:09.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-29T00:47:09.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-29T00:47:09.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39792026-07-29T00:47:09.499Z
39802026-07-29T00:47:09.499Zinfo: running `cargo check --bins` on trust-quorum (225/301)
39812026-07-29T00:47:09.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-29T00:47:09.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-29T00:47:09.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-29T00:47:09.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39852026-07-29T00:47:10.084Z
39862026-07-29T00:47:10.084Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/301)
39872026-07-29T00:47:10.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-29T00:47:10.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-29T00:47:10.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-29T00:47:10.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39912026-07-29T00:47:10.684Z
39922026-07-29T00:47:10.684Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/301)
39932026-07-29T00:47:11.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-29T00:47:11.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-29T00:47:11.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-29T00:47:11.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39972026-07-29T00:47:11.296Z
39982026-07-29T00:47:11.296Zinfo: running `cargo check --bins` on update-common (228/301)
39992026-07-29T00:47:11.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-29T00:47:11.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-29T00:47:11.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-29T00:47:11.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40032026-07-29T00:47:11.862Z
40042026-07-29T00:47:11.862Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/301)
40052026-07-29T00:47:12.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-29T00:47:12.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-29T00:47:12.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-29T00:47:12.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40092026-07-29T00:47:12.478Z
40102026-07-29T00:47:12.478Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/301)
40112026-07-29T00:47:12.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-29T00:47:12.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-29T00:47:12.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-29T00:47:12.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40152026-07-29T00:47:13.025Z
40162026-07-29T00:47:13.025Zinfo: running `cargo check --bins` on reconfigurator-cli (231/301)
40172026-07-29T00:47:13.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-29T00:47:13.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-29T00:47:13.777Z Compiling fs-err v2.11.0
40202026-07-29T00:47:13.780Z Checking ignore v0.4.25
40212026-07-29T00:47:13.780Z Checking arc-swap v1.8.2
40222026-07-29T00:47:13.921Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-07-29T00:47:13.921Z Checking predicates-tree v1.0.13
40242026-07-29T00:47:13.924Z Checking parse-size v1.1.0
40252026-07-29T00:47:13.936Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-07-29T00:47:13.939Z Checking rand_seeder v0.4.0
40272026-07-29T00:47:14.022Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-07-29T00:47:14.035Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40292026-07-29T00:47:14.084Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-07-29T00:47:14.108Z Checking slog-scope v4.4.1
40312026-07-29T00:47:14.189Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40322026-07-29T00:47:14.229Z Compiling petname v2.0.2
40332026-07-29T00:47:14.243Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-07-29T00:47:14.269Z Checking slog-stdlog v4.1.1
40352026-07-29T00:47:14.273Z Checking globwalk v0.9.1
40362026-07-29T00:47:14.338Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40372026-07-29T00:47:14.390Z Checking slog-envlogger v2.2.0
40382026-07-29T00:47:14.459Z Checking camino-tempfile-ext v0.3.3
40392026-07-29T00:47:14.541Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-07-29T00:47:14.557Z Checking sapling-renderdag v0.1.0
40412026-07-29T00:47:14.655Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-07-29T00:47:14.726Z Checking subprocess v0.2.15
40432026-07-29T00:47:14.795Z Checking sync-ptr v0.1.4
40442026-07-29T00:47:14.874Z Checking colored v2.2.0
40452026-07-29T00:47:14.918Z Checking assert_matches v1.5.0
40462026-07-29T00:47:15.019Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-07-29T00:47:15.160Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-07-29T00:47:15.163Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40492026-07-29T00:47:15.849Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-07-29T00:47:17.180Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-07-29T00:47:19.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
40522026-07-29T00:47:19.574Z
40532026-07-29T00:47:19.574Zinfo: running `cargo check --bins` on omicron-repl-utils (232/301)
40542026-07-29T00:47:20.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-07-29T00:47:20.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-07-29T00:47:20.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-07-29T00:47:20.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40582026-07-29T00:47:20.117Z
40592026-07-29T00:47:20.117Zinfo: running `cargo check --bins` on transient-dns-server (233/301)
40602026-07-29T00:47:20.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-07-29T00:47:20.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-07-29T00:47:20.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-07-29T00:47:20.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40642026-07-29T00:47:20.685Z
40652026-07-29T00:47:20.685Zinfo: running `cargo check --bins` on nexus-test-interface (234/301)
40662026-07-29T00:47:21.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-07-29T00:47:21.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-07-29T00:47:21.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-07-29T00:47:21.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40702026-07-29T00:47:21.296Z
40712026-07-29T00:47:21.296Zinfo: running `cargo check --bins` on oximeter-collector (235/301)
40722026-07-29T00:47:21.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-07-29T00:47:21.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-07-29T00:47:21.993Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-07-29T00:47:21.996Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40762026-07-29T00:47:22.633Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-07-29T00:47:24.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
40782026-07-29T00:47:24.466Z
40792026-07-29T00:47:24.466Zinfo: running `cargo check --bins` on oximeter-api (236/301)
40802026-07-29T00:47:24.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-29T00:47:24.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-29T00:47:24.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-07-29T00:47:24.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40842026-07-29T00:47:25.023Z
40852026-07-29T00:47:25.023Zinfo: running `cargo check --bins` on cert-dev (237/301)
40862026-07-29T00:47:25.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-29T00:47:25.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-29T00:47:25.602Z Checking yasna v0.5.2
40892026-07-29T00:47:26.003Z Checking rcgen v0.12.1
40902026-07-29T00:47:26.253Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-07-29T00:47:26.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
40922026-07-29T00:47:26.615Z
40932026-07-29T00:47:26.615Zinfo: running `cargo check --bins` on clickana (238/301)
40942026-07-29T00:47:27.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-29T00:47:27.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-29T00:47:27.232Z Compiling instability v0.3.11
40972026-07-29T00:47:27.233Z Checking castaway v0.2.4
40982026-07-29T00:47:27.237Z Compiling indoc v2.0.7
40992026-07-29T00:47:27.237Z Checking unicode-truncate v1.1.0
41002026-07-29T00:47:27.354Z Checking lru v0.12.5
41012026-07-29T00:47:27.357Z Checking cassowary v0.3.0
41022026-07-29T00:47:27.425Z Checking compact_str v0.8.1
41032026-07-29T00:47:28.221Z Checking ratatui v0.29.0
41042026-07-29T00:47:29.290Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41052026-07-29T00:47:29.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
41062026-07-29T00:47:30.133Z
41072026-07-29T00:47:30.133Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/301)
41082026-07-29T00:47:30.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-29T00:47:30.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-29T00:47:30.827Z Checking headers-core v0.3.0
41112026-07-29T00:47:30.830Z Checking port-file v0.1.0
41122026-07-29T00:47:30.830Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41132026-07-29T00:47:31.023Z Checking headers v0.4.1
41142026-07-29T00:47:31.387Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41152026-07-29T00:47:32.314Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41162026-07-29T00:47:32.807Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41172026-07-29T00:47:33.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
41182026-07-29T00:47:33.407Z
41192026-07-29T00:47:33.407Zinfo: running `cargo check --bins` on ch-dev (240/301)
41202026-07-29T00:47:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-07-29T00:47:33.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-07-29T00:47:34.102Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41232026-07-29T00:47:34.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41242026-07-29T00:47:35.036Z
41252026-07-29T00:47:35.036Zinfo: running `cargo check --bins` on dev-tools-common (241/301)
41262026-07-29T00:47:35.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-07-29T00:47:35.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-07-29T00:47:35.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-07-29T00:47:35.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41302026-07-29T00:47:35.447Z
41312026-07-29T00:47:35.447Zinfo: running `cargo check --bins` on corpus-adjust (242/301)
41322026-07-29T00:47:35.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-07-29T00:47:35.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-07-29T00:47:36.053Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41352026-07-29T00:47:36.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
41362026-07-29T00:47:36.573Z
41372026-07-29T00:47:36.573Zinfo: running `cargo check --bins` on crdb-seed (243/301)
41382026-07-29T00:47:37.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-07-29T00:47:37.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-07-29T00:47:37.264Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41412026-07-29T00:47:38.337Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41422026-07-29T00:47:38.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
41432026-07-29T00:47:38.864Z
41442026-07-29T00:47:38.864Zinfo: running `cargo check --bins` on db-dev (244/301)
41452026-07-29T00:47:39.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-29T00:47:39.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-29T00:47:39.560Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41482026-07-29T00:47:40.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41492026-07-29T00:47:40.488Z
41502026-07-29T00:47:40.488Zinfo: running `cargo check --bins` on omicron-dev-lib (245/301)
41512026-07-29T00:47:40.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-29T00:47:40.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-29T00:47:40.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-07-29T00:47:40.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41552026-07-29T00:47:41.088Z
41562026-07-29T00:47:41.088Zinfo: running `cargo check --bins` on xtask-downloader (246/301)
41572026-07-29T00:47:41.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-29T00:47:41.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-29T00:47:41.677Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41602026-07-29T00:47:42.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41612026-07-29T00:47:42.533Z
41622026-07-29T00:47:42.533Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/301)
41632026-07-29T00:47:43.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-29T00:47:43.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-29T00:47:43.256Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41662026-07-29T00:47:43.256Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-07-29T00:47:43.256Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41682026-07-29T00:47:43.260Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41692026-07-29T00:47:43.260Z Checking git-stub v1.0.0
41702026-07-29T00:47:43.260Z Compiling trait-variant v0.1.2
41712026-07-29T00:47:43.374Z Checking is_ci v1.2.0
41722026-07-29T00:47:43.378Z Checking maplit v1.0.2
41732026-07-29T00:47:43.455Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41742026-07-29T00:47:43.481Z Checking supports-color v3.0.2
41752026-07-29T00:47:43.516Z Checking git-stub-vcs v0.1.0
41762026-07-29T00:47:43.606Z Checking drift v0.2.0
41772026-07-29T00:47:43.642Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41782026-07-29T00:47:43.660Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41792026-07-29T00:47:43.712Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41802026-07-29T00:47:43.881Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41812026-07-29T00:47:43.923Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-07-29T00:47:43.938Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41832026-07-29T00:47:43.955Z Checking dropshot-api-manager v0.7.2
41842026-07-29T00:47:44.115Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41852026-07-29T00:47:44.309Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41862026-07-29T00:47:44.666Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41872026-07-29T00:47:45.266Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41882026-07-29T00:47:45.266Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41892026-07-29T00:47:49.646Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41902026-07-29T00:47:50.579Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41912026-07-29T00:47:51.120Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41922026-07-29T00:47:51.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
41932026-07-29T00:47:51.562Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41942026-07-29T00:47:51.562Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41952026-07-29T00:47:51.744Z
41962026-07-29T00:47:51.744Zinfo: running `cargo check --bins` on installinator-api (248/301)
41972026-07-29T00:47:52.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-07-29T00:47:52.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-07-29T00:47:52.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-07-29T00:47:52.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42012026-07-29T00:47:52.304Z
42022026-07-29T00:47:52.304Zinfo: running `cargo check --bins` on nexus-external-api (249/301)
42032026-07-29T00:47:52.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-07-29T00:47:52.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-07-29T00:47:52.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-07-29T00:47:52.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42072026-07-29T00:47:52.902Z
42082026-07-29T00:47:52.902Zinfo: running `cargo check --bins` on nexus-internal-api (250/301)
42092026-07-29T00:47:53.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-07-29T00:47:53.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-07-29T00:47:53.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-07-29T00:47:53.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42132026-07-29T00:47:53.496Z
42142026-07-29T00:47:53.496Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/301)
42152026-07-29T00:47:53.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-07-29T00:47:54.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-07-29T00:47:54.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-07-29T00:47:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42192026-07-29T00:47:54.095Z
42202026-07-29T00:47:54.095Zinfo: running `cargo check --bins` on ntp-admin-api (252/301)
42212026-07-29T00:47:54.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-07-29T00:47:54.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-07-29T00:47:54.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-07-29T00:47:54.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42252026-07-29T00:47:54.652Z
42262026-07-29T00:47:54.652Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/301)
42272026-07-29T00:47:55.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-07-29T00:47:55.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-07-29T00:47:55.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-07-29T00:47:55.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42312026-07-29T00:47:55.199Z
42322026-07-29T00:47:55.200Zinfo: running `cargo check --bins` on wicketd-api (254/301)
42332026-07-29T00:47:55.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-07-29T00:47:55.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-07-29T00:47:55.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-07-29T00:47:55.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42372026-07-29T00:47:55.776Z
42382026-07-29T00:47:55.776Zinfo: running `cargo check --bins` on wicketd-commission-api (255/301)
42392026-07-29T00:47:56.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-07-29T00:47:56.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-07-29T00:47:56.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-07-29T00:47:56.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42432026-07-29T00:47:56.338Z
42442026-07-29T00:47:56.338Zinfo: running `cargo check --bins` on omicron-ls-apis (256/301)
42452026-07-29T00:47:56.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-07-29T00:47:56.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-07-29T00:47:56.931Z Compiling blake3 v1.8.5
42482026-07-29T00:47:57.040Z Checking arrayvec v0.7.6
42492026-07-29T00:47:57.043Z Checking arrayref v0.3.9
42502026-07-29T00:47:57.043Z Checking constant_time_eq v0.4.2
42512026-07-29T00:47:57.063Z Checking cargo-platform v0.3.2
42522026-07-29T00:47:57.063Z Checking topological-sort v0.2.2
42532026-07-29T00:47:57.066Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42542026-07-29T00:47:57.215Z Checking cargo_metadata v0.23.1
42552026-07-29T00:47:57.923Z Checking omicron-zone-package v0.12.3
42562026-07-29T00:47:58.634Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42572026-07-29T00:47:59.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
42582026-07-29T00:47:59.631Z
42592026-07-29T00:47:59.632Zinfo: running `cargo check --bins` on mgs-dev (257/301)
42602026-07-29T00:48:00.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-07-29T00:48:00.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-07-29T00:48:00.343Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42632026-07-29T00:48:00.972Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42642026-07-29T00:48:01.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42652026-07-29T00:48:01.672Z
42662026-07-29T00:48:01.672Zinfo: running `cargo check --bins` on omicron-omdb (258/301)
42672026-07-29T00:48:02.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-07-29T00:48:02.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-07-29T00:48:02.613Z Compiling darling_core v0.21.3
42702026-07-29T00:48:02.613Z Compiling vergen-lib v0.1.6
42712026-07-29T00:48:02.613Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42722026-07-29T00:48:02.616Z Compiling diesel_derives v2.3.7
42732026-07-29T00:48:02.617Z Checking scheduled-thread-pool v0.2.7
42742026-07-29T00:48:02.617Z Compiling vergen-gitcl v1.0.8
42752026-07-29T00:48:02.617Z Compiling diesel_table_macro_syntax v0.3.0
42762026-07-29T00:48:02.617Z Compiling dirs-sys-next v0.1.2
42772026-07-29T00:48:02.889Z Compiling glob v0.3.3
42782026-07-29T00:48:02.963Z Compiling crunchy v0.2.4
42792026-07-29T00:48:02.983Z Compiling dirs-next v2.0.0
42802026-07-29T00:48:03.036Z Checking r2d2 v0.8.10
42812026-07-29T00:48:03.065Z Checking downcast-rs v2.0.2
42822026-07-29T00:48:03.102Z Compiling tiny-keccak v2.0.2
42832026-07-29T00:48:03.161Z Compiling term v0.7.0
42842026-07-29T00:48:03.214Z Compiling bit-vec v0.6.3
42852026-07-29T00:48:03.286Z Compiling clang-sys v1.8.1
42862026-07-29T00:48:03.417Z Compiling bit-set v0.5.3
42872026-07-29T00:48:03.472Z Compiling ascii-canvas v3.0.0
42882026-07-29T00:48:03.575Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42892026-07-29T00:48:03.655Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42902026-07-29T00:48:03.706Z Compiling itertools v0.10.5
42912026-07-29T00:48:03.724Z Compiling ena v0.14.4
42922026-07-29T00:48:03.765Z Compiling libloading v0.8.9
42932026-07-29T00:48:03.803Z Compiling regex-syntax v0.6.29
42942026-07-29T00:48:03.819Z Compiling bindgen v0.71.1
42952026-07-29T00:48:03.902Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42962026-07-29T00:48:03.934Z Compiling diff v0.1.13
42972026-07-29T00:48:04.228Z Compiling cexpr v0.6.0
42982026-07-29T00:48:04.245Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42992026-07-29T00:48:04.432Z Compiling rustc-hash v2.1.1
43002026-07-29T00:48:04.593Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43012026-07-29T00:48:04.772Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43022026-07-29T00:48:04.790Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43032026-07-29T00:48:04.923Z Compiling libxml v0.3.3
43042026-07-29T00:48:05.095Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43052026-07-29T00:48:05.114Z Compiling strum_macros v0.24.3
43062026-07-29T00:48:05.155Z Compiling lalrpop v0.19.12
43072026-07-29T00:48:05.279Z Compiling darling_macro v0.21.3
43082026-07-29T00:48:05.326Z Compiling indoc v1.0.9
43092026-07-29T00:48:05.793Z Compiling darling v0.21.3
43102026-07-29T00:48:05.889Z Compiling dsl_auto_type v0.2.0
43112026-07-29T00:48:05.947Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43122026-07-29T00:48:06.134Z Checking derive_builder v0.20.2
43132026-07-29T00:48:06.256Z Compiling oso-derive v0.27.3
43142026-07-29T00:48:06.459Z Checking quick-xml v0.37.5
43152026-07-29T00:48:06.509Z Compiling impl-trait-for-tuples v0.2.3
43162026-07-29T00:48:06.758Z Checking openssl-probe v0.1.6
43172026-07-29T00:48:06.901Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43182026-07-29T00:48:07.338Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43192026-07-29T00:48:07.541Z Checking bb8 v0.8.6
43202026-07-29T00:48:07.607Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43212026-07-29T00:48:07.628Z Checking nonempty v0.12.0
43222026-07-29T00:48:07.794Z Compiling libz-sys v1.1.24
43232026-07-29T00:48:07.828Z Compiling strsim v0.10.0
43242026-07-29T00:48:07.848Z Compiling libgit2-sys v0.18.3+1.9.2
43252026-07-29T00:48:08.051Z Compiling darling_core v0.13.4
43262026-07-29T00:48:08.155Z Compiling vergen-git2 v9.1.0
43272026-07-29T00:48:08.372Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43282026-07-29T00:48:08.394Z Compiling base64 v0.21.7
43292026-07-29T00:48:08.589Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43302026-07-29T00:48:08.723Z Compiling ron v0.8.1
43312026-07-29T00:48:09.576Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43322026-07-29T00:48:09.674Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43332026-07-29T00:48:09.789Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-07-29T00:48:09.955Z Compiling darling_macro v0.13.4
43352026-07-29T00:48:10.005Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43362026-07-29T00:48:10.195Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-07-29T00:48:10.391Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-07-29T00:48:10.444Z Compiling darling v0.13.4
43392026-07-29T00:48:10.541Z Compiling serde_with_macros v1.5.2
43402026-07-29T00:48:10.583Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43412026-07-29T00:48:10.772Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-07-29T00:48:10.965Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43432026-07-29T00:48:11.151Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43442026-07-29T00:48:11.210Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43452026-07-29T00:48:11.341Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43462026-07-29T00:48:11.385Z Compiling serde_with v1.14.0
43472026-07-29T00:48:11.765Z Checking diesel v2.3.7
43482026-07-29T00:48:12.529Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43492026-07-29T00:48:12.899Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43502026-07-29T00:48:13.096Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43512026-07-29T00:48:13.805Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43522026-07-29T00:48:14.145Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43532026-07-29T00:48:14.426Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43542026-07-29T00:48:14.493Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43552026-07-29T00:48:14.848Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43562026-07-29T00:48:15.241Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43572026-07-29T00:48:15.335Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43582026-07-29T00:48:15.527Z Checking twox-hash v2.1.2
43592026-07-29T00:48:15.545Z Checking libsw-core v0.3.2
43602026-07-29T00:48:15.707Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43612026-07-29T00:48:15.828Z Checking libsw v3.5.0
43622026-07-29T00:48:15.845Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43632026-07-29T00:48:16.017Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43642026-07-29T00:48:16.205Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43652026-07-29T00:48:16.362Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43662026-07-29T00:48:17.633Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43672026-07-29T00:48:17.687Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43682026-07-29T00:48:17.877Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43692026-07-29T00:48:18.309Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43702026-07-29T00:48:18.378Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43712026-07-29T00:48:18.568Z Checking console v0.16.2
43722026-07-29T00:48:18.890Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43732026-07-29T00:48:19.042Z Checking fatfs v0.3.6
43742026-07-29T00:48:19.270Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43752026-07-29T00:48:19.500Z Checking unit-prefix v0.5.2
43762026-07-29T00:48:19.640Z Compiling seq-macro v0.3.6
43772026-07-29T00:48:20.156Z Checking indicatif v0.18.4
43782026-07-29T00:48:20.579Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43792026-07-29T00:48:20.604Z Checking oxide-update-engine-display v0.1.2
43802026-07-29T00:48:20.927Z Checking support-bundle-viewer v0.1.2
43812026-07-29T00:48:21.052Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43822026-07-29T00:48:21.179Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43832026-07-29T00:48:21.232Z Checking multimap v0.10.1
43842026-07-29T00:48:26.890Z Checking async-bb8-diesel v0.2.1
43852026-07-29T00:48:27.250Z Checking diesel-dtrace v0.5.0
43862026-07-29T00:48:30.547Z Compiling samael v0.0.19
43872026-07-29T00:48:35.591Z Compiling git2 v0.20.4
43882026-07-29T00:48:36.497Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43892026-07-29T00:48:37.513Z Compiling polar-core v0.27.3
43902026-07-29T00:48:38.038Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43912026-07-29T00:48:42.027Z Checking oso v0.27.3
43922026-07-29T00:49:13.811Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43932026-07-29T00:50:27.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
43942026-07-29T00:50:27.370Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43952026-07-29T00:50:27.370Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43962026-07-29T00:50:27.578Z
43972026-07-29T00:50:27.578Zinfo: running `cargo check --bins` on nexus-networking (259/301)
43982026-07-29T00:50:28.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-29T00:50:28.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-29T00:50:28.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-29T00:50:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44022026-07-29T00:50:28.231Z
44032026-07-29T00:50:28.231Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/301)
44042026-07-29T00:50:28.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-29T00:50:28.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-29T00:50:28.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44072026-07-29T00:50:28.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44082026-07-29T00:50:28.854Z
44092026-07-29T00:50:28.854Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/301)
44102026-07-29T00:50:29.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-29T00:50:29.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-29T00:50:29.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44132026-07-29T00:50:29.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44142026-07-29T00:50:29.476Z
44152026-07-29T00:50:29.476Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/301)
44162026-07-29T00:50:29.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-29T00:50:29.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-29T00:50:29.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-29T00:50:29.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44202026-07-29T00:50:30.023Z
44212026-07-29T00:50:30.023Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/301)
44222026-07-29T00:50:30.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-29T00:50:30.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-29T00:50:30.842Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44252026-07-29T00:50:31.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44262026-07-29T00:50:31.614Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44272026-07-29T00:50:31.614Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44282026-07-29T00:50:31.816Z
44292026-07-29T00:50:31.816Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/301)
44302026-07-29T00:50:32.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-29T00:50:32.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-29T00:50:32.613Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44332026-07-29T00:51:11.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.32s
44342026-07-29T00:51:11.149Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44352026-07-29T00:51:11.149Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44362026-07-29T00:51:11.353Z
44372026-07-29T00:51:11.353Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/301)
44382026-07-29T00:51:11.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-07-29T00:51:11.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-07-29T00:51:11.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-07-29T00:51:11.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44422026-07-29T00:51:11.899Z
44432026-07-29T00:51:11.899Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/301)
44442026-07-29T00:51:12.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-07-29T00:51:12.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-07-29T00:51:12.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-07-29T00:51:12.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44482026-07-29T00:51:12.445Z
44492026-07-29T00:51:12.445Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/301)
44502026-07-29T00:51:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-29T00:51:12.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-29T00:51:12.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-29T00:51:12.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44542026-07-29T00:51:13.055Z
44552026-07-29T00:51:13.055Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/301)
44562026-07-29T00:51:13.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-29T00:51:13.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-29T00:51:13.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-29T00:51:13.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44602026-07-29T00:51:13.668Z
44612026-07-29T00:51:13.668Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/301)
44622026-07-29T00:51:14.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-29T00:51:14.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-29T00:51:14.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-29T00:51:14.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44662026-07-29T00:51:14.277Z
44672026-07-29T00:51:14.278Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/301)
44682026-07-29T00:51:14.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-29T00:51:14.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-29T00:51:14.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-07-29T00:51:14.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44722026-07-29T00:51:14.881Z
44732026-07-29T00:51:14.881Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/301)
44742026-07-29T00:51:15.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-07-29T00:51:15.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-07-29T00:51:15.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-07-29T00:51:15.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44782026-07-29T00:51:15.502Z
44792026-07-29T00:51:15.502Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/301)
44802026-07-29T00:51:16.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-07-29T00:51:16.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-07-29T00:51:16.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-07-29T00:51:16.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44842026-07-29T00:51:16.120Z
44852026-07-29T00:51:16.120Zinfo: running `cargo check --bins` on nexus-switch-config (273/301)
44862026-07-29T00:51:16.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-07-29T00:51:16.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-07-29T00:51:16.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-07-29T00:51:16.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44902026-07-29T00:51:16.710Z
44912026-07-29T00:51:16.710Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/301)
44922026-07-29T00:51:17.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-07-29T00:51:17.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-07-29T00:51:17.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-07-29T00:51:17.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44962026-07-29T00:51:17.322Z
44972026-07-29T00:51:17.322Zinfo: running `cargo check --bins` on support-bundle-collection (275/301)
44982026-07-29T00:51:17.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-07-29T00:51:17.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-07-29T00:51:17.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-07-29T00:51:17.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45022026-07-29T00:51:17.934Z
45032026-07-29T00:51:17.934Zinfo: running `cargo check --bins` on omicron-dev (276/301)
45042026-07-29T00:51:18.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-07-29T00:51:18.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-07-29T00:51:18.803Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45072026-07-29T00:51:18.806Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45082026-07-29T00:51:18.994Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45092026-07-29T00:51:19.024Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45102026-07-29T00:51:19.028Z Checking yansi v1.0.1
45112026-07-29T00:51:19.028Z Checking diff v0.1.13
45122026-07-29T00:51:19.048Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45132026-07-29T00:51:19.076Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45142026-07-29T00:51:19.275Z Checking pretty_assertions v1.4.1
45152026-07-29T00:51:20.037Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45162026-07-29T00:51:20.066Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45172026-07-29T00:51:44.682Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-07-29T00:51:44.685Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45192026-07-29T00:51:44.685Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45202026-07-29T00:51:44.685Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45212026-07-29T00:51:44.685Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45222026-07-29T00:51:44.685Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45232026-07-29T00:51:44.685Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45242026-07-29T00:51:45.545Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45252026-07-29T00:51:45.545Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45262026-07-29T00:51:46.760Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45272026-07-29T00:52:24.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45282026-07-29T00:52:24.659Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45292026-07-29T00:52:24.659Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45302026-07-29T00:52:24.859Z
45312026-07-29T00:52:24.860Zinfo: running `cargo check --bins` on oximeter-load-test (277/301)
45322026-07-29T00:52:25.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-07-29T00:52:25.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-07-29T00:52:25.539Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45352026-07-29T00:52:26.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
45362026-07-29T00:52:26.317Z
45372026-07-29T00:52:26.317Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45382026-07-29T00:52:26.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-07-29T00:52:26.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-07-29T00:52:26.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45412026-07-29T00:52:26.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45422026-07-29T00:52:26.862Z
45432026-07-29T00:52:26.862Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45442026-07-29T00:52:27.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-29T00:52:27.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-29T00:52:27.616Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45472026-07-29T00:52:27.738Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45482026-07-29T00:52:27.741Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45492026-07-29T00:52:54.195Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45502026-07-29T00:52:54.581Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45512026-07-29T00:52:56.344Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45522026-07-29T00:52:56.798Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45532026-07-29T00:52:59.935Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45542026-07-29T00:53:23.849Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45552026-07-29T00:53:24.558Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45562026-07-29T00:53:26.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.32s
45572026-07-29T00:53:26.388Z
45582026-07-29T00:53:26.388Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45592026-07-29T00:53:26.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-07-29T00:53:26.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-07-29T00:53:27.078Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45622026-07-29T00:53:27.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45632026-07-29T00:53:27.948Z
45642026-07-29T00:53:27.948Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45652026-07-29T00:53:28.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-29T00:53:28.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-29T00:53:28.573Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45682026-07-29T00:53:28.679Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45692026-07-29T00:53:28.679Z Checking digest-io v0.1.0
45702026-07-29T00:53:28.683Z Checking sha2 v0.11.0
45712026-07-29T00:53:28.695Z Checking rawzip v0.4.4
45722026-07-29T00:53:28.703Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45732026-07-29T00:53:28.712Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45742026-07-29T00:53:28.716Z Checking shell-words v1.1.1
45752026-07-29T00:53:29.137Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45762026-07-29T00:53:29.355Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45772026-07-29T00:53:30.361Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45782026-07-29T00:53:31.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
45792026-07-29T00:53:31.571Z
45802026-07-29T00:53:31.571Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45812026-07-29T00:53:32.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-07-29T00:53:32.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-07-29T00:53:32.188Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45842026-07-29T00:53:32.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
45852026-07-29T00:53:32.854Z
45862026-07-29T00:53:32.854Zinfo: running `cargo check --bins` on schema (283/301)
45872026-07-29T00:53:33.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-07-29T00:53:33.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-07-29T00:53:33.564Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45902026-07-29T00:53:34.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45912026-07-29T00:53:34.441Z
45922026-07-29T00:53:34.441Zinfo: running `cargo check --bins` on xtask (284/301)
45932026-07-29T00:53:34.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-07-29T00:53:34.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-07-29T00:53:34.836Z Checking serde_core v1.0.228
45962026-07-29T00:53:34.837Z Checking libc v0.2.185
45972026-07-29T00:53:34.919Z Checking bitflags v2.11.0
45982026-07-29T00:53:34.923Z Checking scroll v0.12.0
45992026-07-29T00:53:34.926Z Checking thiserror v1.0.69
46002026-07-29T00:53:34.935Z Checking log v0.4.29
46012026-07-29T00:53:34.942Z Checking indexmap v2.14.0
46022026-07-29T00:53:34.945Z Checking zerocopy v0.7.35
46032026-07-29T00:53:35.015Z Checking syn v2.0.117
46042026-07-29T00:53:35.055Z Checking dtrace-parser v0.2.0
46052026-07-29T00:53:35.075Z Checking once_cell v1.21.3
46062026-07-29T00:53:35.135Z Checking goblin v0.8.2
46072026-07-29T00:53:35.195Z Checking errno v0.3.14
46082026-07-29T00:53:35.246Z Checking getrandom v0.4.1
46092026-07-29T00:53:35.284Z Checking thread-id v4.2.2
46102026-07-29T00:53:35.311Z Checking rustix v1.1.3
46112026-07-29T00:53:35.358Z Checking memmap v0.7.0
46122026-07-29T00:53:35.375Z Checking thiserror v2.0.18
46132026-07-29T00:53:35.423Z Checking fs-err v3.3.0
46142026-07-29T00:53:35.470Z Checking anyhow v1.0.102
46152026-07-29T00:53:35.473Z Checking tabled v0.15.0
46162026-07-29T00:53:36.070Z Checking terminal_size v0.4.3
46172026-07-29T00:53:36.070Z Checking tempfile v3.25.0
46182026-07-29T00:53:36.181Z Checking clap_builder v4.6.0
46192026-07-29T00:53:36.181Z Checking textwrap v0.16.2
46202026-07-29T00:53:36.356Z Checking serde v1.0.228
46212026-07-29T00:53:36.359Z Checking serde_json v1.0.151
46222026-07-29T00:53:36.359Z Checking camino v1.2.2
46232026-07-29T00:53:36.385Z Checking semver v1.0.28
46242026-07-29T00:53:36.554Z Checking cargo-platform v0.3.2
46252026-07-29T00:53:36.598Z Checking camino-tempfile v1.4.1
46262026-07-29T00:53:36.761Z Checking toml_datetime v0.6.11
46272026-07-29T00:53:36.762Z Checking serde_spanned v0.6.9
46282026-07-29T00:53:36.765Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46292026-07-29T00:53:36.765Z Checking macaddr v1.0.1
46302026-07-29T00:53:36.942Z Checking toml_edit v0.22.27
46312026-07-29T00:53:36.954Z Checking dof v0.3.0
46322026-07-29T00:53:36.957Z Checking cargo_metadata v0.23.1
46332026-07-29T00:53:37.214Z Checking usdt-impl v0.5.0
46342026-07-29T00:53:37.372Z Checking clap v4.6.1
46352026-07-29T00:53:37.471Z Checking usdt v0.5.0
46362026-07-29T00:53:37.909Z Checking toml v0.8.23
46372026-07-29T00:53:38.175Z Checking cargo_toml v0.21.0
46382026-07-29T00:53:38.809Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46392026-07-29T00:53:39.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
46402026-07-29T00:53:39.302Z
46412026-07-29T00:53:39.302Zinfo: running `cargo check --bins` on dnsadm (285/301)
46422026-07-29T00:53:39.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-07-29T00:53:39.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-07-29T00:53:39.910Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46452026-07-29T00:53:40.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
46462026-07-29T00:53:40.563Z
46472026-07-29T00:53:40.563Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46482026-07-29T00:53:41.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-07-29T00:53:41.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-07-29T00:53:41.344Z Checking cpubits v0.1.1
46512026-07-29T00:53:41.471Z Checking pem-rfc7468 v1.0.0
46522026-07-29T00:53:41.482Z Checking hmac v0.13.0
46532026-07-29T00:53:41.482Z Checking universal-hash v0.6.1
46542026-07-29T00:53:41.504Z Checking ctr v0.10.1
46552026-07-29T00:53:41.504Z Checking aead v0.6.1
46562026-07-29T00:53:41.532Z Checking crypto-bigint v0.7.5
46572026-07-29T00:53:41.532Z Checking aes v0.9.1
46582026-07-29T00:53:41.559Z Checking salsa20 v0.11.0
46592026-07-29T00:53:41.604Z Checking polyval v0.7.1
46602026-07-29T00:53:41.618Z Checking der v0.8.0
46612026-07-29T00:53:41.632Z Checking pbkdf2 v0.13.0
46622026-07-29T00:53:41.648Z Checking cbc v0.2.1
46632026-07-29T00:53:41.678Z Checking ff v0.14.0
46642026-07-29T00:53:41.728Z Checking signature v3.0.0
46652026-07-29T00:53:41.746Z Checking scrypt v0.12.0
46662026-07-29T00:53:41.770Z Checking ghash v0.6.0
46672026-07-29T00:53:41.823Z Checking base16ct v1.0.0
46682026-07-29T00:53:41.840Z Checking group v0.14.0
46692026-07-29T00:53:41.877Z Checking hkdf v0.13.0
46702026-07-29T00:53:41.897Z Compiling curve25519-dalek v5.0.0
46712026-07-29T00:53:41.917Z Checking keccak v0.2.0
46722026-07-29T00:53:41.933Z Checking aes-gcm v0.11.0
46732026-07-29T00:53:41.951Z Checking poly1305 v0.9.0
46742026-07-29T00:53:41.988Z Checking wnaf v0.14.0
46752026-07-29T00:53:42.008Z Checking blowfish v0.10.0
46762026-07-29T00:53:42.074Z Checking blake2 v0.11.0-rc.6
46772026-07-29T00:53:42.092Z Checking sha3 v0.11.0
46782026-07-29T00:53:42.153Z Checking bcrypt-pbkdf v0.11.0
46792026-07-29T00:53:42.169Z Checking kem v0.3.0
46802026-07-29T00:53:42.219Z Checking module-lattice v0.2.3
46812026-07-29T00:53:42.282Z Checking sponge-cursor v0.1.0
46822026-07-29T00:53:42.320Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46832026-07-29T00:53:42.334Z Checking argon2 v0.6.0-rc.8
46842026-07-29T00:53:42.406Z Checking sha3 v0.12.0
46852026-07-29T00:53:42.421Z Checking spki v0.8.0
46862026-07-29T00:53:42.434Z Checking sec1 v0.8.1
46872026-07-29T00:53:42.437Z Checking ml-kem v0.3.2
46882026-07-29T00:53:42.500Z Checking internal-russh-num-bigint v0.5.0
46892026-07-29T00:53:42.589Z Checking pkcs5 v0.8.1
46902026-07-29T00:53:42.604Z Checking pkcs1 v0.8.0-rc.4
46912026-07-29T00:53:42.636Z Checking num-bigint v0.4.6
46922026-07-29T00:53:42.652Z Checking generic-array v1.4.3
46932026-07-29T00:53:42.806Z Checking russh-util v0.52.0
46942026-07-29T00:53:42.879Z Checking pkcs8 v0.11.0
46952026-07-29T00:53:42.929Z Compiling enum_dispatch v0.3.13
46962026-07-29T00:53:43.047Z Compiling delegate v0.13.5
46972026-07-29T00:53:43.076Z Checking ed25519 v3.0.0
46982026-07-29T00:53:43.190Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46992026-07-29T00:53:43.229Z Checking md5 v0.8.0
47002026-07-29T00:53:43.276Z Checking ed25519-dalek v3.0.0
47012026-07-29T00:53:43.360Z Checking hex-literal v1.1.0
47022026-07-29T00:53:43.422Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47032026-07-29T00:53:43.461Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47042026-07-29T00:53:43.495Z Checking socket2 v0.5.10
47052026-07-29T00:53:43.568Z Checking internet-checksum v0.2.1
47062026-07-29T00:53:43.603Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47072026-07-29T00:53:43.780Z Checking elliptic-curve v0.14.1
47082026-07-29T00:53:43.780Z Checking primefield v0.14.0
47092026-07-29T00:53:43.784Z Checking rfc6979 v0.6.0
47102026-07-29T00:53:43.784Z Checking ssh-encoding v0.3.0
47112026-07-29T00:53:43.886Z Checking crypto-primes v0.7.2
47122026-07-29T00:53:44.005Z Checking ssh-cipher v0.3.0
47132026-07-29T00:53:44.008Z Checking russh-cryptovec v0.62.0
47142026-07-29T00:53:44.180Z Checking primeorder v0.14.0
47152026-07-29T00:53:44.180Z Checking ecdsa v0.17.0
47162026-07-29T00:53:44.549Z Checking p521 v0.14.0
47172026-07-29T00:53:44.549Z Checking p256 v0.14.0
47182026-07-29T00:53:44.552Z Checking p384 v0.14.0
47192026-07-29T00:53:44.809Z Checking rsa v0.10.0-rc.18
47202026-07-29T00:53:47.404Z Checking ssh-key v0.7.0-rc.11
47212026-07-29T00:53:48.153Z Checking russh v0.62.4
47222026-07-29T00:54:01.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.77s
47232026-07-29T00:54:01.344Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47242026-07-29T00:54:01.344Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47252026-07-29T00:54:01.541Z
47262026-07-29T00:54:01.541Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47272026-07-29T00:54:02.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-07-29T00:54:02.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-07-29T00:54:02.159Z Checking termios v0.3.3
47302026-07-29T00:54:02.351Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47312026-07-29T00:54:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
47322026-07-29T00:54:03.095Z
47332026-07-29T00:54:03.095Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47342026-07-29T00:54:03.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-07-29T00:54:03.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-07-29T00:54:03.768Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47372026-07-29T00:54:04.472Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47382026-07-29T00:54:06.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
47392026-07-29T00:54:06.293Z
47402026-07-29T00:54:06.293Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47412026-07-29T00:54:06.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-07-29T00:54:06.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-07-29T00:54:06.901Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47442026-07-29T00:54:07.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
47452026-07-29T00:54:07.491Z
47462026-07-29T00:54:07.492Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47472026-07-29T00:54:07.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-07-29T00:54:07.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-07-29T00:54:07.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47502026-07-29T00:54:07.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47512026-07-29T00:54:08.040Z
47522026-07-29T00:54:08.040Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47532026-07-29T00:54:08.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47542026-07-29T00:54:08.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47552026-07-29T00:54:08.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47562026-07-29T00:54:08.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47572026-07-29T00:54:08.585Z
47582026-07-29T00:54:08.585Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47592026-07-29T00:54:09.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-07-29T00:54:09.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-07-29T00:54:09.311Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47622026-07-29T00:54:09.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
47632026-07-29T00:54:10.094Z
47642026-07-29T00:54:10.094Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47652026-07-29T00:54:10.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-07-29T00:54:10.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-07-29T00:54:10.711Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47682026-07-29T00:54:10.711Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47692026-07-29T00:54:11.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
47702026-07-29T00:54:11.763Z
47712026-07-29T00:54:11.763Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47722026-07-29T00:54:12.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-07-29T00:54:12.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-07-29T00:54:12.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47752026-07-29T00:54:12.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47762026-07-29T00:54:12.306Z
47772026-07-29T00:54:12.306Zinfo: running `cargo check --bins` on omicron-package (295/301)
47782026-07-29T00:54:12.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-07-29T00:54:12.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-07-29T00:54:12.957Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47812026-07-29T00:54:14.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47822026-07-29T00:54:14.205Z
47832026-07-29T00:54:14.205Zinfo: running `cargo check --bins` on tqdb (296/301)
47842026-07-29T00:54:14.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47852026-07-29T00:54:14.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47862026-07-29T00:54:14.955Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47872026-07-29T00:54:15.311Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47882026-07-29T00:54:15.819Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47892026-07-29T00:54:15.820Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47902026-07-29T00:54:21.946Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47912026-07-29T00:54:21.949Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47922026-07-29T00:54:22.518Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47932026-07-29T00:54:22.521Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47942026-07-29T00:54:22.521Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47952026-07-29T00:54:22.522Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47962026-07-29T00:54:23.275Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47972026-07-29T00:54:24.274Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47982026-07-29T00:54:25.085Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47992026-07-29T00:54:25.693Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48002026-07-29T00:54:30.533Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48012026-07-29T00:54:37.244Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48022026-07-29T00:54:37.245Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48032026-07-29T00:54:37.247Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48042026-07-29T00:54:37.247Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48052026-07-29T00:54:38.735Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48062026-07-29T00:54:40.053Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48072026-07-29T00:54:40.725Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48082026-07-29T00:54:41.950Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48092026-07-29T00:54:42.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.28s
48102026-07-29T00:54:42.691Z
48112026-07-29T00:54:42.691Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48122026-07-29T00:54:43.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48132026-07-29T00:54:43.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48142026-07-29T00:54:43.363Z Checking rtoolbox v0.0.3
48152026-07-29T00:54:43.366Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48162026-07-29T00:54:43.485Z Checking tui-tree-widget v0.23.1
48172026-07-29T00:54:43.579Z Checking rpassword v7.5.4
48182026-07-29T00:54:46.462Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48192026-07-29T00:54:48.291Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48202026-07-29T00:54:49.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.47s
48212026-07-29T00:54:49.176Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48222026-07-29T00:54:49.176Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48232026-07-29T00:54:49.357Z
48242026-07-29T00:54:49.357Zinfo: running `cargo check --bins` on wicket (298/301)
48252026-07-29T00:54:49.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48262026-07-29T00:54:49.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48272026-07-29T00:54:50.026Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48282026-07-29T00:54:50.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48292026-07-29T00:54:50.380Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48302026-07-29T00:54:50.380Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48312026-07-29T00:54:50.555Z
48322026-07-29T00:54:50.555Zinfo: running `cargo check --bins` on wicketd (299/301)
48332026-07-29T00:54:51.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48342026-07-29T00:54:51.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48352026-07-29T00:54:51.231Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48362026-07-29T00:54:54.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
48372026-07-29T00:54:54.790Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48382026-07-29T00:54:54.790Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48392026-07-29T00:54:54.967Z
48402026-07-29T00:54:54.967Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48412026-07-29T00:54:55.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-07-29T00:54:55.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-07-29T00:54:55.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48442026-07-29T00:54:55.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48452026-07-29T00:54:55.506Z
48462026-07-29T00:54:55.506Zinfo: running `cargo check --bins` on zone-setup (301/301)
48472026-07-29T00:54:55.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48482026-07-29T00:54:55.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48492026-07-29T00:54:56.147Z Checking uzers v0.12.2
48502026-07-29T00:54:56.416Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48512026-07-29T00:54:57.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48522026-07-29T00:54:57.357Z
48532026-07-29T00:54:57.357Zreal 13:45.036869794
48542026-07-29T00:54:57.357Zuser 20:44.132047036
48552026-07-29T00:54:57.357Zsys 4:10.757268233
48562026-07-29T00:54:57.357Ztrap 0.321649230
48572026-07-29T00:54:57.357Ztflt 0.612748072
48582026-07-29T00:54:57.357Zdflt 0.986558898
48592026-07-29T00:54:57.357Zkflt 0.004680810
48602026-07-29T00:54:57.360Zlock 1:29:33.741072064
48612026-07-29T00:54:57.360Zslp 1:39:15.988888049
48622026-07-29T00:54:57.360Zlat 58.052813638
48632026-07-29T00:54:57.360Zstop 4:00.373422452
48642026-07-29T00:54:57.360Zprocess exited: duration 955706 ms, exit code 0
 
48652026-07-29T00:54:57.367Zfound 0 output files