01M03FZ0SWYC368JW4AKX3PHX2: 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: 01M03FZC89CZ1Y6F7BJS1FK98S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-15T19:57:43.772Zjob assigned to worker 01M03FZKD1ZQPE2KAEFVXD8MW8 [factory aws, i-096af09d1c69ecfb1] (queued for 48 s)
 
22026-08-15T19:57:50.312Zstarting task 0: "setup"
32026-08-15T19:57:50.318Z++ uname -s
42026-08-15T19:57:50.322Z+ kern=SunOS
52026-08-15T19:57:50.322Z+ build_user=build
62026-08-15T19:57:50.322Z+ build_uid=12345
72026-08-15T19:57:50.322Z+ work_dir=/work
82026-08-15T19:57:50.322Z+ input_dir=/input
92026-08-15T19:57:50.322Z+ [[ 0 == 12345 ]]
102026-08-15T19:57:50.322Z+ case "$kern" in
112026-08-15T19:57:50.322Z+ groupadd -g 12345 build
122026-08-15T19:57:50.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-15T19:57:52.328Z+ zfs create -o mountpoint=/work rpool/work
142026-08-15T19:57:52.386Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-15T19:57:52.389Z+ home_fs=zfs
162026-08-15T19:57:52.390Z+ [[ zfs == autofs ]]
172026-08-15T19:57:52.390Z+ mkdir -p /home/build
182026-08-15T19:57:52.390Z+ chown build:build /home/build /work
192026-08-15T19:57:54.391Z+ chmod 0700 /home/build /work
202026-08-15T19:57:54.393Zprocess exited: duration 4079 ms, exit code 0
 
212026-08-15T19:57:54.399Zstarting task 1: "rust-toolchain"
222026-08-15T19:57:54.403Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-15T19:57:54.403Z * rust toolchain channel = "1.97.1"
242026-08-15T19:57:54.403Z * rust toolchain profile = "default"
252026-08-15T19:57:54.403Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-15T19:57:54.403Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-15T19:57:54.403Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-15T19:57:54.406Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-15T19:57:54.406Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-15T19:57:54.509Zinfo: downloading installer
312026-08-15T19:57:55.939Zwarn: It looks like you have an existing rustup settings file at:
322026-08-15T19:57:55.939Zwarn: /home/build/.rustup/settings.toml
332026-08-15T19:57:55.939Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-15T19:57:55.939Zwarn: instead of the one inferred from the default host triple.
352026-08-15T19:57:55.952Zinfo: profile set to default
362026-08-15T19:57:55.952Zinfo: default host triple is x86_64-unknown-illumos
372026-08-15T19:57:55.957Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-15T19:57:56.104Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-15T19:57:56.107Zinfo: downloading 6 components
402026-08-15T19:58:11.809Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-15T19:58:11.809Z
422026-08-15T19:58:11.836Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-15T19:58:11.836Z
442026-08-15T19:58:11.836Z
452026-08-15T19:58:11.836ZRust is installed now. Great!
462026-08-15T19:58:11.836Z
472026-08-15T19:58:11.841ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-15T19:58:11.841Zenvironment variable. This has not been done automatically.
492026-08-15T19:58:11.842Z
502026-08-15T19:58:11.842ZTo configure your current shell, you need to source
512026-08-15T19:58:11.842Zthe corresponding env file under $HOME/.cargo.
522026-08-15T19:58:11.842Z
532026-08-15T19:58:11.842ZThis is usually done by running one of the following (note the leading DOT):
542026-08-15T19:58:11.842Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-15T19:58:11.842Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-15T19:58:11.842Zsource "~/.cargo/env.nu" # For nushell
572026-08-15T19:58:11.842Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-15T19:58:11.842Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-15T19:58:11.842Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-15T19:58:11.842Zwarn: no default linker (`cc`) was found in your PATH
612026-08-15T19:58:11.842Zwarn: many Rust crates require a system C toolchain to build
622026-08-15T19:58:11.920Z+ rustup --version
632026-08-15T19:58:11.928Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-15T19:58:11.932Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-15T19:58:11.949Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-15T19:58:11.953Z+ cargo --version
672026-08-15T19:58:11.966Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-15T19:58:11.969Z+ rustc --version
692026-08-15T19:58:11.988Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-15T19:58:11.991Zprocess exited: duration 17590 ms, exit code 0
 
712026-08-15T19:58:11.997Zstarting task 2: "authentication"
722026-08-15T19:58:12.014Zprocess exited: duration 16 ms, exit code 0
 
732026-08-15T19:58:12.020Zstarting task 3: "clone repository"
742026-08-15T19:58:12.023Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-15T19:58:12.026Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-15T19:58:12.056ZCloning into '/work/oxidecomputer/omicron'...
772026-08-15T19:58:30.770Z+ cd /work/oxidecomputer/omicron
782026-08-15T19:58:30.770Z+ git fetch origin bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c
792026-08-15T19:58:31.111ZFrom https://github.com/oxidecomputer/omicron
802026-08-15T19:58:31.111Z * branch bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c -> FETCH_HEAD
812026-08-15T19:58:31.121Z+ [[ -n '' ]]
822026-08-15T19:58:31.121Z+ git reset --hard bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c
832026-08-15T19:58:31.375ZHEAD is now at bcbde49b9 Advance sush to the macOS build fix
842026-08-15T19:58:31.378Zprocess exited: duration 19356 ms, exit code 0
 
852026-08-15T19:58:31.384Zstarting task 4: "build"
862026-08-15T19:58:31.388Z+ source .github/buildomat/ci-env.sh
872026-08-15T19:58:31.391Z++ export CARGO_TERM_COLOR=always
882026-08-15T19:58:31.392Z++ CARGO_TERM_COLOR=always
892026-08-15T19:58:31.392Z+++ uname -s
902026-08-15T19:58:31.392Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-15T19:58:31.392Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-15T19:58:31.395Z+ cargo --version
932026-08-15T19:58:31.401Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-15T19:58:31.405Z+ rustc --version
952026-08-15T19:58:31.424Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-15T19:58:31.427Z+ source ./env.sh
972026-08-15T19:58:31.427Z++ OLD_SHELL_OPTS=ehxB
982026-08-15T19:58:31.427Z++ set -o xtrace
992026-08-15T19:58:31.430Z++++ dirname ./env.sh
1002026-08-15T19:58:31.430Z+++ readlink -f .
1012026-08-15T19:58:31.433Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-15T19:58:31.433Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-15T19:58:31.433Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-15T19:58:31.433Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-15T19:58:31.433Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-15T19:58:31.433Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-15T19:58:31.433Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-15T19:58:31.433Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-15T19:58:31.433Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-15T19:58:31.433Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-15T19:58:31.433Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-15T19:58:31.433Z++ case $OLD_SHELL_OPTS in
1132026-08-15T19:58:31.433Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-15T19:58:31.433Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1152026-08-15T19:58:31.433Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-08-15T19:58:31.433Z+ banner prerequisites
1172026-08-15T19:58:31.437Z
1182026-08-15T19:58:31.437Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-15T19:58:31.437Z # # # # # # # # # # # # # # #
1202026-08-15T19:58:31.437Z # # # # ##### # # ##### # # # # # #### #
1212026-08-15T19:58:31.437Z ##### ##### # ##### # # # # # # # # #
1222026-08-15T19:58:31.437Z # # # # # # # # # # # # # # #
1232026-08-15T19:58:31.437Z # # # ###### # # ###### ### # #### # #### #
1242026-08-15T19:58:31.437Z
1252026-08-15T19:58:31.437Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-15T19:58:33.165Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-15T19:58:33.478Z Startup: Caching catalogs ... Done
1282026-08-15T19:58:35.195ZPlanning: Solver setup ... Done (1.615s)
1292026-08-15T19:58:35.251ZPlanning: Running solver ... Done (0.053s)
1302026-08-15T19:58:35.290ZPlanning: Finding local manifests ... Done (0.002s)
1312026-08-15T19:58:35.300ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-15T19:58:35.318ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-15T19:58:35.329ZPlanning: Package planning ... Done (0.013s)
1342026-08-15T19:58:35.332ZPlanning: Merging actions ... Done (0.001s)
1352026-08-15T19:58:35.492ZPlanning: Checking for conflicting actions ... Done (0.161s)
1362026-08-15T19:58:35.495ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-15T19:58:36.293ZPlanning: Evaluating mediators ... Done (0.798s)
1382026-08-15T19:58:36.298ZPlanning: Planning completed in 2.78 seconds
1392026-08-15T19:58:36.303Z Packages to install: 2
1402026-08-15T19:58:36.303Z Estimated space available: 156.01 GB
1412026-08-15T19:58:36.303ZEstimated space to be consumed: 67.96 MB
1422026-08-15T19:58:36.303Z Create boot environment: No
1432026-08-15T19:58:36.303ZCreate backup boot environment: No
1442026-08-15T19:58:36.304Z Rebuild boot archive: No
1452026-08-15T19:58:36.304Z
1462026-08-15T19:58:36.304ZChanged packages:
1472026-08-15T19:58:36.304Zhelios
1482026-08-15T19:58:36.304Z developer/build-essential
1492026-08-15T19:58:36.304Z None -> 11-3.0
1502026-08-15T19:58:36.304Z library/libxmlsec1
1512026-08-15T19:58:36.304Z None -> 1.2.35-3.0
1522026-08-15T19:58:36.325Z
1532026-08-15T19:58:36.325ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-15T19:58:36.392ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1552026-08-15T19:58:36.462Z Actions: 1/268 actions (Installing new actions)
1562026-08-15T19:58:36.500Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-15T19:58:36.529ZFinalize: Updating package state database ... Done (0.029s)
1582026-08-15T19:58:36.529ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-15T19:58:36.600ZFinalize: Updating image state ... Done (0.072s)
1602026-08-15T19:58:39.032ZFinalize: Creating fast lookup database ... Done (2.387s)
1612026-08-15T19:58:39.098ZFinalize: Reading search index ... Done (0.012s)
1622026-08-15T19:58:39.101ZFinalize: Updating search index ... Done (0.000s)
1632026-08-15T19:58:39.189ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-15T19:58:39.547ZPlanning: Evaluating mediator changes ... Done
1652026-08-15T19:58:39.651ZPlanning: Checking for conflicting actions ... Done
1662026-08-15T19:58:39.655ZPlanning: Consolidating action changes ... Done
1672026-08-15T19:58:39.807ZPlanning: Evaluating mediators ... Done
1682026-08-15T19:58:39.810ZPlanning: Planning completed in 0.26 seconds
1692026-08-15T19:58:39.830Z Mediators to change: 2
1702026-08-15T19:58:39.830Z Create boot environment: No
1712026-08-15T19:58:39.830ZCreate backup boot environment: No
1722026-08-15T19:58:39.873ZFinalize: Updating package state database ... Done
1732026-08-15T19:58:39.873ZFinalize: Updating package cache ... Done
1742026-08-15T19:58:39.916ZFinalize: Updating image state ... Done
1752026-08-15T19:58:41.846ZFinalize: Creating fast lookup database ... Done
1762026-08-15T19:58:41.910ZFinalize: Reading search index ... Done
1772026-08-15T19:58:41.913ZFinalize: Updating search index ... Done
1782026-08-15T19:58:41.971ZFinalize: Updating package cache ... Done
1792026-08-15T19:58:42.254ZPlanning: Evaluating mediator changes ... Done
1802026-08-15T19:58:42.360ZPlanning: Checking for conflicting actions ... Done
1812026-08-15T19:58:42.367ZPlanning: Consolidating action changes ... Done
1822026-08-15T19:58:42.525ZPlanning: Evaluating mediators ... Done
1832026-08-15T19:58:42.529ZPlanning: Planning completed in 0.26 seconds
1842026-08-15T19:58:42.538Z Mediators to change: 1
1852026-08-15T19:58:42.538Z Create boot environment: No
1862026-08-15T19:58:42.538ZCreate backup boot environment: No
1872026-08-15T19:58:42.577ZFinalize: Updating package state database ... Done
1882026-08-15T19:58:42.577ZFinalize: Updating package cache ... Done
1892026-08-15T19:58:42.620ZFinalize: Updating image state ... Done
1902026-08-15T19:58:44.558ZFinalize: Creating fast lookup database ... Done
1912026-08-15T19:58:44.634ZFinalize: Reading search index ... Done
1922026-08-15T19:58:44.638ZFinalize: Updating search index ... Done
1932026-08-15T19:58:44.694ZFinalize: Updating package cache ... Done
1942026-08-15T19:58:45.009ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-15T19:58:45.009Zapache system 2.4 system
1962026-08-15T19:58:45.009Zclang system 15 system
1972026-08-15T19:58:45.009Zcsh system system illumos
1982026-08-15T19:58:45.009Zctags system system illumos
1992026-08-15T19:58:45.009Zfile vendor vendor darwinsys
2002026-08-15T19:58:45.009Zfile system system illumos
2012026-08-15T19:58:45.009Zgcc vendor 14 vendor
2022026-08-15T19:58:45.009Zgcc system 13 system
2032026-08-15T19:58:45.009Zgcc system 10 system
2042026-08-15T19:58:45.009Zgo system 1.25 system
2052026-08-15T19:58:45.009Zllvm system 15 system
2062026-08-15T19:58:45.010Zmariadb system 11.4 system
2072026-08-15T19:58:45.010Zmta vendor vendor dma
2082026-08-15T19:58:45.010Zopenjdk system 17 system
2092026-08-15T19:58:45.010Zopenjdk system 11 system
2102026-08-15T19:58:45.010Zopenssl vendor 3 vendor
2112026-08-15T19:58:45.010Zperl system 5.40 system
2122026-08-15T19:58:45.010Zpostgresql system 18 system
2132026-08-15T19:58:45.010Zpostgresql system 17 system
2142026-08-15T19:58:45.010Zpython vendor 3 vendor
2152026-08-15T19:58:45.010Zpython system 2 system
2162026-08-15T19:58:45.010Zpython3 vendor 3.13 vendor
2172026-08-15T19:58:45.010Zruby system 3.4 system
2182026-08-15T19:58:45.010Zruby system 3.0 system
2192026-08-15T19:58:45.010Zwords vendor vendor american-english
2202026-08-15T19:58:45.011Zwords system system australian-english
2212026-08-15T19:58:45.011Zwords system system british-english
2222026-08-15T19:58:45.011Zwords system system canadian-english
2232026-08-15T19:58:45.011Zwords system system french
2242026-08-15T19:58:45.011Zwords system system italian
2252026-08-15T19:58:45.011Zwords system system ngerman
2262026-08-15T19:58:45.011Zwords system system ogerman
2272026-08-15T19:58:45.011Zwords system system spanish
2282026-08-15T19:58:45.263ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-15T19:58:45.263Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-15T19:58:45.702ZFMRI IFO
2312026-08-15T19:58:45.702Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-15T19:58:45.702Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-15T19:58:45.702Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-15T19:58:45.702Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-15T19:58:45.702Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-15T19:58:45.702Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-15T19:58:45.702Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-15T19:58:45.702Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-15T19:58:45.702Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-15T19:58:46.013Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-15T19:58:46.330Z Updating crates.io index
2422026-08-15T19:58:46.333Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-15T19:58:46.625Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-15T19:58:47.034Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-15T19:58:48.348Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-15T19:58:48.991Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-15T19:58:50.933Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-15T19:58:52.208Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-15T19:58:52.499Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-15T19:58:52.862Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-15T19:58:54.200Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-15T19:58:54.509Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-15T19:58:54.903Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-15T19:58:55.200Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-15T19:58:55.466Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-15T19:58:55.732Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-15T19:58:56.016Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-15T19:58:56.288Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-15T19:58:56.586Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-15T19:58:56.910Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-15T19:58:57.483Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-08-15T19:58:57.948Z Updating git repository `https://github.com/oxidecomputer/sush`
2632026-08-15T19:58:58.547Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-15T19:58:58.927Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652026-08-15T19:58:59.205Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2662026-08-15T19:58:59.801Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-08-15T19:59:00.164Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-08-15T19:59:00.452Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-08-15T19:59:00.975Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-08-15T19:59:01.283Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-08-15T19:59:01.635Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-08-15T19:59:02.324Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-08-15T19:59:02.597Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-08-15T19:59:02.918Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-08-15T19:59:03.336Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-08-15T19:59:03.745Z Updating git repository `https://github.com/oxidecomputer/tough`
2772026-08-15T19:59:04.456Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-08-15T19:59:04.719Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-08-15T19:59:04.991Z Updating git repository `https://github.com/oxidecomputer/rumors`
2802026-08-15T19:59:09.486Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-15T19:59:09.942Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-15T19:59:10.361Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-15T19:59:10.630Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-15T19:59:10.941Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-15T19:59:11.218Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-15T19:59:11.536Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-15T19:59:11.821Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-15T19:59:15.050Z Downloading crates ...
2892026-08-15T19:59:15.095Z Downloaded heck v0.4.1
2902026-08-15T19:59:15.096Z Downloaded autocfg v1.5.0
2912026-08-15T19:59:15.096Z Downloaded is_terminal_polyfill v1.70.2
2922026-08-15T19:59:15.096Z Downloaded anstream v1.0.0
2932026-08-15T19:59:15.133Z Downloaded bytecount v0.6.9
2942026-08-15T19:59:15.133Z Downloaded cargo_metadata v0.23.1
2952026-08-15T19:59:15.133Z Downloaded colorchoice v1.0.4
2962026-08-15T19:59:15.133Z Downloaded fastrand v2.3.0
2972026-08-15T19:59:15.133Z Downloaded itoa v1.0.17
2982026-08-15T19:59:15.133Z Downloaded anstyle-parse v1.0.0
2992026-08-15T19:59:15.133Z Downloaded clap_derive v4.6.1
3002026-08-15T19:59:15.133Z Downloaded zmij v1.0.21
3012026-08-15T19:59:15.133Z Downloaded zerocopy-derive v0.7.35
3022026-08-15T19:59:15.133Z Downloaded equivalent v1.0.2
3032026-08-15T19:59:15.133Z Downloaded goblin v0.8.2
3042026-08-15T19:59:15.134Z Downloaded cpufeatures v0.2.17
3052026-08-15T19:59:15.134Z Downloaded zerocopy v0.7.35
3062026-08-15T19:59:15.134Z Downloaded serde_core v1.0.228
3072026-08-15T19:59:15.134Z Downloaded clap_lex v1.0.0
3082026-08-15T19:59:15.134Z Downloaded dtrace-parser v0.2.0
3092026-08-15T19:59:15.134Z Downloaded generic-array v0.14.7
3102026-08-15T19:59:15.185Z Downloaded cfg-if v1.0.4
3112026-08-15T19:59:15.185Z Downloaded heck v0.5.0
3122026-08-15T19:59:15.186Z Downloaded byteorder v1.5.0
3132026-08-15T19:59:15.186Z Downloaded block-buffer v0.10.4
3142026-08-15T19:59:15.186Z Downloaded errno v0.3.14
3152026-08-15T19:59:15.186Z Downloaded cargo-platform v0.3.2
3162026-08-15T19:59:15.186Z Downloaded version_check v0.9.5
3172026-08-15T19:59:15.186Z Downloaded anstyle-query v1.1.5
3182026-08-15T19:59:15.186Z Downloaded macaddr v1.0.1
3192026-08-15T19:59:15.186Z Downloaded dof v0.3.0
3202026-08-15T19:59:15.186Z Downloaded strsim v0.11.1
3212026-08-15T19:59:15.186Z Downloaded swrite v0.1.0
3222026-08-15T19:59:15.186Z Downloaded cargo_toml v0.21.0
3232026-08-15T19:59:15.186Z Downloaded once_cell v1.21.3
3242026-08-15T19:59:15.235Z Downloaded terminal_size v0.4.3
3252026-08-15T19:59:15.235Z Downloaded fnv v1.0.7
3262026-08-15T19:59:15.235Z Downloaded crypto-common v0.1.7
3272026-08-15T19:59:15.235Z Downloaded toml_write v0.1.2
3282026-08-15T19:59:15.235Z Downloaded usdt v0.5.0
3292026-08-15T19:59:15.235Z Downloaded serde_spanned v0.6.9
3302026-08-15T19:59:15.235Z Downloaded utf8parse v0.2.2
3312026-08-15T19:59:15.235Z Downloaded proc-macro-error-attr v1.0.4
3322026-08-15T19:59:15.235Z Downloaded thread-id v4.2.2
3332026-08-15T19:59:15.235Z Downloaded unicode-linebreak v0.1.5
3342026-08-15T19:59:15.235Z Downloaded pretty-hex v0.4.1
3352026-08-15T19:59:15.235Z Downloaded scroll_derive v0.12.1
3362026-08-15T19:59:15.235Z Downloaded usdt-attr-macro v0.5.0
3372026-08-15T19:59:15.235Z Downloaded memmap v0.7.0
3382026-08-15T19:59:15.235Z Downloaded smawk v0.3.2
3392026-08-15T19:59:15.235Z Downloaded plain v0.2.3
3402026-08-15T19:59:15.235Z Downloaded usdt-macro v0.5.0
3412026-08-15T19:59:15.279Z Downloaded scroll v0.12.0
3422026-08-15T19:59:15.279Z Downloaded usdt-impl v0.5.0
3432026-08-15T19:59:15.279Z Downloaded anstyle v1.0.14
3442026-08-15T19:59:15.279Z Downloaded digest v0.10.7
3452026-08-15T19:59:15.279Z Downloaded tabled_derive v0.7.0
3462026-08-15T19:59:15.279Z Downloaded proc-macro-error v1.0.4
3472026-08-15T19:59:15.279Z Downloaded serde_tokenstream v0.2.3
3482026-08-15T19:59:15.279Z Downloaded sha2 v0.10.9
3492026-08-15T19:59:15.279Z Downloaded fs-err v3.3.0
3502026-08-15T19:59:15.279Z Downloaded thiserror v1.0.69
3512026-08-15T19:59:15.279Z Downloaded thiserror-impl v1.0.69
3522026-08-15T19:59:15.279Z Downloaded thiserror-impl v2.0.18
3532026-08-15T19:59:15.279Z Downloaded thiserror v2.0.18
3542026-08-15T19:59:15.304Z Downloaded quote v1.0.45
3552026-08-15T19:59:15.304Z Downloaded bitflags v2.11.0
3562026-08-15T19:59:15.304Z Downloaded pest_generator v2.8.6
3572026-08-15T19:59:15.304Z Downloaded anyhow v1.0.104
3582026-08-15T19:59:15.304Z Downloaded pest_meta v2.8.6
3592026-08-15T19:59:15.304Z Downloaded camino-tempfile v1.4.1
3602026-08-15T19:59:15.304Z Downloaded pest_derive v2.8.6
3612026-08-15T19:59:15.304Z Downloaded toml v0.8.23
3622026-08-15T19:59:15.304Z Downloaded toml_datetime v0.6.11
3632026-08-15T19:59:15.304Z Downloaded ucd-trie v0.1.7
3642026-08-15T19:59:15.304Z Downloaded semver v1.0.28
3652026-08-15T19:59:15.304Z Downloaded tempfile v3.27.0
3662026-08-15T19:59:15.304Z Downloaded papergrid v0.11.0
3672026-08-15T19:59:15.304Z Downloaded camino v1.2.5
3682026-08-15T19:59:15.330Z Downloaded log v0.4.33
3692026-08-15T19:59:15.330Z Downloaded clap v4.6.1
3702026-08-15T19:59:15.330Z Downloaded serde_derive v1.0.228
3712026-08-15T19:59:15.330Z Downloaded unicode-ident v1.0.24
3722026-08-15T19:59:15.331Z Downloaded textwrap v0.16.2
3732026-08-15T19:59:15.331Z Downloaded proc-macro2 v1.0.106
3742026-08-15T19:59:15.342Z Downloaded memchr v2.8.0
3752026-08-15T19:59:15.351Z Downloaded getrandom v0.3.4
3762026-08-15T19:59:15.352Z Downloaded serde v1.0.228
3772026-08-15T19:59:15.352Z Downloaded toml_edit v0.22.27
3782026-08-15T19:59:15.352Z Downloaded indexmap v2.14.0
3792026-08-15T19:59:15.361Z Downloaded typenum v1.20.1
3802026-08-15T19:59:15.376Z Downloaded pest v2.8.6
3812026-08-15T19:59:15.395Z Downloaded clap_builder v4.6.0
3822026-08-15T19:59:15.409Z Downloaded serde_json v1.0.151
3832026-08-15T19:59:15.421Z Downloaded hashbrown v0.17.0
3842026-08-15T19:59:15.421Z Downloaded winnow v0.7.14
3852026-08-15T19:59:15.431Z Downloaded tabled v0.15.0
3862026-08-15T19:59:15.452Z Downloaded unicode-width v0.2.0
3872026-08-15T19:59:15.463Z Downloaded syn v1.0.109
3882026-08-15T19:59:15.463Z Downloaded syn v2.0.117
3892026-08-15T19:59:15.475Z Downloaded unicode-width v0.1.14
3902026-08-15T19:59:15.482Z Downloaded rustix v1.1.4
3912026-08-15T19:59:15.501Z Downloaded libc v0.2.185
3922026-08-15T19:59:15.557Z Compiling proc-macro2 v1.0.106
3932026-08-15T19:59:15.557Z Compiling unicode-ident v1.0.24
3942026-08-15T19:59:15.557Z Compiling quote v1.0.45
3952026-08-15T19:59:15.557Z Compiling serde_core v1.0.228
3962026-08-15T19:59:15.565Z Compiling libc v0.2.185
3972026-08-15T19:59:15.565Z Compiling version_check v0.9.5
3982026-08-15T19:59:15.565Z Compiling memchr v2.8.0
3992026-08-15T19:59:15.565Z Compiling serde v1.0.228
4002026-08-15T19:59:15.907Z Compiling zmij v1.0.21
4012026-08-15T19:59:16.086Z Compiling ucd-trie v0.1.7
4022026-08-15T19:59:16.178Z Compiling thiserror v1.0.69
4032026-08-15T19:59:16.210Z Compiling itoa v1.0.17
4042026-08-15T19:59:16.358Z Compiling pest v2.8.6
4052026-08-15T19:59:16.392Z Compiling byteorder v1.5.0
4062026-08-15T19:59:16.571Z Compiling rustix v1.1.4
4072026-08-15T19:59:16.616Z Compiling errno v0.3.14
4082026-08-15T19:59:16.649Z Compiling serde_json v1.0.151
4092026-08-15T19:59:16.762Z Compiling bitflags v2.11.0
4102026-08-15T19:59:16.986Z Compiling thread-id v4.2.2
4112026-08-15T19:59:17.049Z Compiling syn v2.0.117
4122026-08-15T19:59:17.080Z Compiling usdt-impl v0.5.0
4132026-08-15T19:59:17.101Z Compiling proc-macro-error-attr v1.0.4
4142026-08-15T19:59:17.163Z Compiling camino v1.2.5
4152026-08-15T19:59:17.290Z Compiling syn v1.0.109
4162026-08-15T19:59:17.419Z Compiling pest_meta v2.8.6
4172026-08-15T19:59:17.586Z Compiling proc-macro-error v1.0.4
4182026-08-15T19:59:17.602Z Compiling utf8parse v0.2.2
4192026-08-15T19:59:17.655Z Compiling log v0.4.33
4202026-08-15T19:59:17.706Z Compiling getrandom v0.3.4
4212026-08-15T19:59:17.760Z Compiling hashbrown v0.17.0
4222026-08-15T19:59:17.843Z Compiling equivalent v1.0.2
4232026-08-15T19:59:18.071Z Compiling plain v0.2.3
4242026-08-15T19:59:18.185Z Compiling terminal_size v0.4.3
4252026-08-15T19:59:18.253Z Compiling indexmap v2.14.0
4262026-08-15T19:59:18.366Z Compiling anstyle-parse v1.0.0
4272026-08-15T19:59:18.869Z Compiling pretty-hex v0.4.1
4282026-08-15T19:59:18.899Z Compiling is_terminal_polyfill v1.70.2
4292026-08-15T19:59:18.952Z Compiling colorchoice v1.0.4
4302026-08-15T19:59:18.955Z Compiling anstyle-query v1.1.5
4312026-08-15T19:59:19.011Z Compiling anstyle v1.0.14
4322026-08-15T19:59:19.028Z Compiling winnow v0.7.14
4332026-08-15T19:59:19.031Z Compiling autocfg v1.5.0
4342026-08-15T19:59:19.067Z Compiling cfg-if v1.0.4
4352026-08-15T19:59:19.083Z Compiling thiserror v2.0.18
4362026-08-15T19:59:19.141Z Compiling toml_write v0.1.2
4372026-08-15T19:59:19.234Z Compiling anstream v1.0.0
4382026-08-15T19:59:19.343Z Compiling pest_generator v2.8.6
4392026-08-15T19:59:19.466Z Compiling fs-err v3.3.0
4402026-08-15T19:59:19.630Z Compiling fnv v1.0.7
4412026-08-15T19:59:19.652Z Compiling fastrand v2.3.0
4422026-08-15T19:59:19.691Z Compiling heck v0.5.0
4432026-08-15T19:59:19.765Z Compiling strsim v0.11.1
4442026-08-15T19:59:19.948Z Compiling unicode-width v0.1.14
4452026-08-15T19:59:19.965Z Compiling bytecount v0.6.9
4462026-08-15T19:59:19.981Z Compiling clap_lex v1.0.0
4472026-08-15T19:59:20.087Z Compiling once_cell v1.21.3
4482026-08-15T19:59:20.105Z Compiling heck v0.4.1
4492026-08-15T19:59:20.123Z Compiling anyhow v1.0.104
4502026-08-15T19:59:20.219Z Compiling clap_builder v4.6.0
4512026-08-15T19:59:20.236Z Compiling papergrid v0.11.0
4522026-08-15T19:59:20.307Z Compiling tempfile v3.27.0
4532026-08-15T19:59:20.442Z Compiling semver v1.0.28
4542026-08-15T19:59:20.581Z Compiling cargo-platform v0.3.2
4552026-08-15T19:59:20.598Z Compiling tabled_derive v0.7.0
4562026-08-15T19:59:20.646Z Compiling memmap v0.7.0
4572026-08-15T19:59:20.682Z Compiling unicode-linebreak v0.1.5
4582026-08-15T19:59:20.773Z Compiling unicode-width v0.2.0
4592026-08-15T19:59:20.833Z Compiling smawk v0.3.2
4602026-08-15T19:59:20.933Z Compiling camino-tempfile v1.4.1
4612026-08-15T19:59:20.997Z Compiling serde_derive v1.0.228
4622026-08-15T19:59:21.053Z Compiling thiserror-impl v1.0.69
4632026-08-15T19:59:21.165Z Compiling zerocopy-derive v0.7.35
4642026-08-15T19:59:21.215Z Compiling pest_derive v2.8.6
4652026-08-15T19:59:21.268Z Compiling scroll_derive v0.12.1
4662026-08-15T19:59:21.520Z Compiling thiserror-impl v2.0.18
4672026-08-15T19:59:21.665Z Compiling clap_derive v4.6.1
4682026-08-15T19:59:21.697Z Compiling tabled v0.15.0
4692026-08-15T19:59:21.943Z Compiling scroll v0.12.0
4702026-08-15T19:59:22.043Z Compiling zerocopy v0.7.35
4712026-08-15T19:59:22.214Z Compiling goblin v0.8.2
4722026-08-15T19:59:22.416Z Compiling dtrace-parser v0.2.0
4732026-08-15T19:59:22.602Z Compiling textwrap v0.16.2
4742026-08-15T19:59:22.979Z Compiling swrite v0.1.0
4752026-08-15T19:59:23.407Z Compiling clap v4.6.1
4762026-08-15T19:59:24.016Z Compiling dof v0.3.0
4772026-08-15T19:59:24.016Z Compiling serde_tokenstream v0.2.3
4782026-08-15T19:59:24.034Z Compiling serde_spanned v0.6.9
4792026-08-15T19:59:24.048Z Compiling toml_datetime v0.6.11
4802026-08-15T19:59:24.051Z Compiling cargo_metadata v0.23.1
4812026-08-15T19:59:24.096Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-15T19:59:24.096Z Compiling macaddr v1.0.1
4832026-08-15T19:59:24.240Z Compiling toml_edit v0.22.27
4842026-08-15T19:59:24.865Z Compiling usdt-attr-macro v0.5.0
4852026-08-15T19:59:24.868Z Compiling usdt-macro v0.5.0
4862026-08-15T19:59:25.494Z Compiling usdt v0.5.0
4872026-08-15T19:59:25.648Z Compiling toml v0.8.23
4882026-08-15T19:59:25.980Z Compiling cargo_toml v0.21.0
4892026-08-15T19:59:27.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-15T19:59:29.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.39s
4912026-08-15T19:59:29.450Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-15T19:59:29.992Z Downloading crates ...
4932026-08-15T19:59:30.047Z Downloaded addr2line v0.25.1
4942026-08-15T19:59:30.051Z Downloaded base64 v0.21.7
4952026-08-15T19:59:30.055Z Downloaded adler2 v2.0.1
4962026-08-15T19:59:30.060Z Downloaded aead v0.5.2
4972026-08-15T19:59:30.063Z Downloaded base16ct v1.0.0
4982026-08-15T19:59:30.063Z Downloaded argon2 v0.5.3
4992026-08-15T19:59:30.067Z Downloaded console v0.15.11
5002026-08-15T19:59:30.067Z Downloaded anstream v0.6.21
5012026-08-15T19:59:30.071Z Downloaded arc-swap v1.8.2
5022026-08-15T19:59:30.071Z Downloaded find-msvc-tools v0.1.9
5032026-08-15T19:59:30.071Z Downloaded arrayref v0.3.9
5042026-08-15T19:59:30.075Z Downloaded async-stream v0.3.6
5052026-08-15T19:59:30.075Z Downloaded bb8 v0.8.6
5062026-08-15T19:59:30.075Z Downloaded endian-type v0.1.2
5072026-08-15T19:59:30.075Z Downloaded env_logger v0.11.11
5082026-08-15T19:59:30.075Z Downloaded futures-core v0.3.32
5092026-08-15T19:59:30.078Z Downloaded bitfield-macros v0.19.4
5102026-08-15T19:59:30.079Z Downloaded env_filter v2.0.0
5112026-08-15T19:59:30.079Z Downloaded ff v0.14.0
5122026-08-15T19:59:30.079Z Downloaded anstyle-parse v0.2.7
5132026-08-15T19:59:30.079Z Downloaded futures-macro v0.3.32
5142026-08-15T19:59:30.082Z Downloaded atomic-waker v1.1.2
5152026-08-15T19:59:30.082Z Downloaded array-init v0.0.4
5162026-08-15T19:59:30.082Z Downloaded base16ct v0.2.0
5172026-08-15T19:59:30.082Z Downloaded bit-set v0.5.3
5182026-08-15T19:59:30.082Z Downloaded fixedbitset v0.5.7
5192026-08-15T19:59:30.086Z Downloaded aead v0.6.1
5202026-08-15T19:59:30.086Z Downloaded async-recursion v1.1.1
5212026-08-15T19:59:30.086Z Downloaded async-stream-impl v0.3.6
5222026-08-15T19:59:30.086Z Downloaded async-trait v0.1.89
5232026-08-15T19:59:30.090Z Downloaded atomicwrites v0.4.4
5242026-08-15T19:59:30.090Z Downloaded bitfield-struct v0.6.2
5252026-08-15T19:59:30.090Z Downloaded foreign-types-shared v0.3.1
5262026-08-15T19:59:30.090Z Downloaded bit-vec v0.6.3
5272026-08-15T19:59:30.090Z Downloaded form_urlencoded v1.2.2
5282026-08-15T19:59:30.094Z Downloaded flagset v0.4.7
5292026-08-15T19:59:30.094Z Downloaded futures-io v0.3.32
5302026-08-15T19:59:30.094Z Downloaded foreign-types-macros v0.2.3
5312026-08-15T19:59:30.097Z Downloaded block-padding v0.4.2
5322026-08-15T19:59:30.101Z Downloaded cfg_aliases v0.2.1
5332026-08-15T19:59:30.101Z Downloaded float-ord v0.3.2
5342026-08-15T19:59:30.101Z Downloaded embedded-io v0.6.1
5352026-08-15T19:59:30.104Z Downloaded embedded-io v0.4.0
5362026-08-15T19:59:30.109Z Downloaded flate2 v1.1.9
5372026-08-15T19:59:30.113Z Downloaded foreign-types v0.3.2
5382026-08-15T19:59:30.113Z Downloaded ff v0.13.1
5392026-08-15T19:59:30.113Z Downloaded futures-task v0.3.32
5402026-08-15T19:59:30.113Z Downloaded hostname v0.4.2
5412026-08-15T19:59:30.117Z Downloaded float-cmp v0.10.0
5422026-08-15T19:59:30.117Z Downloaded fd-lock v4.0.4
5432026-08-15T19:59:30.121Z Downloaded http-body v1.0.1
5442026-08-15T19:59:30.121Z Downloaded bcrypt-pbkdf v0.11.0
5452026-08-15T19:59:30.121Z Downloaded foreign-types v0.5.0
5462026-08-15T19:59:30.121Z Downloaded hash32 v0.3.1
5472026-08-15T19:59:30.125Z Downloaded multimap v0.10.1
5482026-08-15T19:59:30.129Z Downloaded backtrace-ext v0.2.1
5492026-08-15T19:59:30.129Z Downloaded funty v2.0.0
5502026-08-15T19:59:30.129Z Downloaded either v1.15.0
5512026-08-15T19:59:30.129Z Downloaded ena v0.14.4
5522026-08-15T19:59:30.129Z Downloaded enum_dispatch v0.3.13
5532026-08-15T19:59:30.133Z Downloaded headers-core v0.3.0
5542026-08-15T19:59:30.133Z Downloaded erased-serde v0.3.31
5552026-08-15T19:59:30.137Z Downloaded filetime v0.2.27
5562026-08-15T19:59:30.137Z Downloaded atty v0.2.14
5572026-08-15T19:59:30.137Z Downloaded cobs v0.3.0
5582026-08-15T19:59:30.137Z Downloaded compression-core v0.4.31
5592026-08-15T19:59:30.137Z Downloaded bit-set v0.8.0
5602026-08-15T19:59:30.137Z Downloaded fixedbitset v0.4.2
5612026-08-15T19:59:30.137Z Downloaded foldhash v0.1.5
5622026-08-15T19:59:30.142Z Downloaded glob v0.3.3
5632026-08-15T19:59:30.142Z Downloaded foldhash v0.2.0
5642026-08-15T19:59:30.142Z Downloaded hex v0.4.3
5652026-08-15T19:59:30.142Z Downloaded futures-sink v0.3.32
5662026-08-15T19:59:30.142Z Downloaded block-buffer v0.12.1
5672026-08-15T19:59:30.142Z Downloaded enum-as-inner v0.6.1
5682026-08-15T19:59:30.147Z Downloaded git-stub v1.0.0
5692026-08-15T19:59:30.147Z Downloaded globwalk v0.9.1
5702026-08-15T19:59:30.147Z Downloaded ciborium-io v0.2.2
5712026-08-15T19:59:30.147Z Downloaded hex-literal v1.1.0
5722026-08-15T19:59:30.151Z Downloaded newline-converter v0.3.0
5732026-08-15T19:59:30.151Z Downloaded foreign-types-shared v0.1.1
5742026-08-15T19:59:30.159Z Downloaded assert_matches v1.5.0
5752026-08-15T19:59:30.159Z Downloaded cfg_aliases v0.1.1
5762026-08-15T19:59:30.159Z Downloaded normalize-line-endings v0.3.0
5772026-08-15T19:59:30.159Z Downloaded ascii-canvas v3.0.0
5782026-08-15T19:59:30.159Z Downloaded nibble_vec v0.1.0
5792026-08-15T19:59:30.164Z Downloaded ghash v0.6.0
5802026-08-15T19:59:30.164Z Downloaded backoff v0.4.0
5812026-08-15T19:59:30.164Z Downloaded bitfield v0.19.4
5822026-08-15T19:59:30.164Z Downloaded byte-wrapper v0.1.0
5832026-08-15T19:59:30.168Z Downloaded gethostname v0.5.0
5842026-08-15T19:59:30.168Z Downloaded fxhash v0.2.1
5852026-08-15T19:59:30.168Z Downloaded chacha20 v0.9.1
5862026-08-15T19:59:30.171Z Downloaded cassowary v0.3.0
5872026-08-15T19:59:30.171Z Downloaded hostname v0.3.1
5882026-08-15T19:59:30.171Z Downloaded ed25519 v2.2.3
5892026-08-15T19:59:30.171Z Downloaded bytesize v2.7.0
5902026-08-15T19:59:30.175Z Downloaded futures-executor v0.3.32
5912026-08-15T19:59:30.175Z Downloaded group v0.13.0
5922026-08-15T19:59:30.175Z Downloaded highway v1.3.0
5932026-08-15T19:59:30.179Z Downloaded ciborium-ll v0.2.2
5942026-08-15T19:59:30.179Z Downloaded fs_extra v1.3.0
5952026-08-15T19:59:30.183Z Downloaded futures-channel v0.3.32
5962026-08-15T19:59:30.183Z Downloaded git-stub-vcs v0.1.0
5972026-08-15T19:59:30.183Z Downloaded num_enum_derive v0.5.11
5982026-08-15T19:59:30.183Z Downloaded nodrop v0.1.14
5992026-08-15T19:59:30.183Z Downloaded num-iter v0.1.45
6002026-08-15T19:59:30.186Z Downloaded olpc-cjson v0.1.4
6012026-08-15T19:59:30.186Z Downloaded packed_struct_codegen v0.10.1
6022026-08-15T19:59:30.191Z Downloaded ed25519 v3.0.0
6032026-08-15T19:59:30.195Z Downloaded proc-macro-error-attr2 v2.0.0
6042026-08-15T19:59:30.195Z Downloaded progenitor-client v0.14.0
6052026-08-15T19:59:30.199Z Downloaded psl-types v2.0.11
6062026-08-15T19:59:30.199Z Downloaded ar_archive_writer v0.5.1
6072026-08-15T19:59:30.202Z Downloaded buf-list v1.1.2
6082026-08-15T19:59:30.202Z Downloaded recursive v0.1.1
6092026-08-15T19:59:30.203Z Downloaded rfc6979 v0.6.0
6102026-08-15T19:59:30.203Z Downloaded rustc-hash v2.1.1
6112026-08-15T19:59:30.208Z Downloaded fallible-iterator v0.2.0
6122026-08-15T19:59:30.215Z Downloaded compression-codecs v0.4.37
6132026-08-15T19:59:30.218Z Downloaded cmov v0.5.4
6142026-08-15T19:59:30.218Z Downloaded globset v0.4.18
6152026-08-15T19:59:30.222Z Downloaded fs-err v2.11.0
6162026-08-15T19:59:30.222Z Downloaded group v0.14.0
6172026-08-15T19:59:30.226Z Downloaded cipher v0.4.4
6182026-08-15T19:59:30.226Z Downloaded cipher v0.5.2
6192026-08-15T19:59:30.226Z Downloaded hash32 v0.2.1
6202026-08-15T19:59:30.226Z Downloaded bs58 v0.5.1
6212026-08-15T19:59:30.229Z Downloaded castaway v0.2.4
6222026-08-15T19:59:30.229Z Downloaded cmake v0.1.57
6232026-08-15T19:59:30.230Z Downloaded arrayvec v0.7.6
6242026-08-15T19:59:30.230Z Downloaded bcs v0.1.6
6252026-08-15T19:59:30.233Z Downloaded bit-vec v0.8.0
6262026-08-15T19:59:30.237Z Downloaded argon2 v0.6.0-rc.8
6272026-08-15T19:59:30.240Z Downloaded async-bb8-diesel v0.2.1
6282026-08-15T19:59:30.241Z Downloaded backon v1.6.0
6292026-08-15T19:59:30.241Z Downloaded scopeguard v1.2.0
6302026-08-15T19:59:30.244Z Downloaded cexpr v0.6.0
6312026-08-15T19:59:30.244Z Downloaded colored v2.2.0
6322026-08-15T19:59:30.248Z Downloaded semver v0.1.20
6332026-08-15T19:59:30.248Z Downloaded secrecy v0.10.3
6342026-08-15T19:59:30.248Z Downloaded fatfs v0.3.6
6352026-08-15T19:59:30.251Z Downloaded home v0.5.12
6362026-08-15T19:59:30.251Z Downloaded siphasher v1.0.2
6372026-08-15T19:59:30.254Z Downloaded slog-bunyan v2.5.0
6382026-08-15T19:59:30.254Z Downloaded sponge-cursor v0.1.0
6392026-08-15T19:59:30.254Z Downloaded shell-words v1.1.1
6402026-08-15T19:59:30.254Z Downloaded strum v0.26.3
6412026-08-15T19:59:30.258Z Downloaded base64 v0.22.1
6422026-08-15T19:59:30.261Z Downloaded parse-display-derive v0.10.0
6432026-08-15T19:59:30.261Z Downloaded owo-colors v4.3.0
6442026-08-15T19:59:30.261Z Downloaded password-hash v0.6.1
6452026-08-15T19:59:30.264Z Downloaded num-integer v0.1.46
6462026-08-15T19:59:30.264Z Downloaded packed_struct v0.10.1
6472026-08-15T19:59:30.264Z Downloaded pin-project-internal v1.1.11
6482026-08-15T19:59:30.268Z Downloaded polyval v0.7.1
6492026-08-15T19:59:30.268Z Downloaded pem-rfc7468 v1.0.0
6502026-08-15T19:59:30.272Z Downloaded peg-macros v0.8.5
6512026-08-15T19:59:30.272Z Downloaded psm v0.1.30
6522026-08-15T19:59:30.272Z Downloaded recursive-proc-macro-impl v0.1.1
6532026-08-15T19:59:30.272Z Downloaded port-file v0.1.0
6542026-08-15T19:59:30.276Z Downloaded progenitor-client v0.13.0
6552026-08-15T19:59:30.276Z Downloaded ssh-cipher v0.2.0
6562026-08-15T19:59:30.276Z Downloaded take_mut v0.2.2
6572026-08-15T19:59:30.276Z Downloaded supports-color v3.0.2
6582026-08-15T19:59:30.276Z Downloaded tagptr v0.2.0
6592026-08-15T19:59:30.276Z Downloaded sync_wrapper v1.0.2
6602026-08-15T19:59:30.282Z Downloaded tinyvec_macros v0.1.1
6612026-08-15T19:59:30.282Z Downloaded trait-variant v0.1.2
6622026-08-15T19:59:30.287Z Downloaded usdt-attr-macro v0.6.0
6632026-08-15T19:59:30.287Z Downloaded tower-service v0.3.3
6642026-08-15T19:59:30.287Z Downloaded base64ct v1.8.3
6652026-08-15T19:59:30.287Z Downloaded blake2 v0.10.6
6662026-08-15T19:59:30.291Z Downloaded bzip2 v0.6.1
6672026-08-15T19:59:30.294Z Downloaded blowfish v0.10.0
6682026-08-15T19:59:30.294Z Downloaded borsh-derive v1.8.0
6692026-08-15T19:59:30.294Z Downloaded bzip2 v0.4.4
6702026-08-15T19:59:30.294Z Downloaded ciborium v0.2.2
6712026-08-15T19:59:30.298Z Downloaded bitflags v1.3.2
6722026-08-15T19:59:30.298Z Downloaded camino-tempfile-ext v0.3.3
6732026-08-15T19:59:30.298Z Downloaded cbc v0.2.1
6742026-08-15T19:59:30.301Z Downloaded chacha20 v0.10.0
6752026-08-15T19:59:30.301Z Downloaded half v1.8.3
6762026-08-15T19:59:30.301Z Downloaded blake2 v0.11.0-rc.6
6772026-08-15T19:59:30.304Z Downloaded getrandom v0.2.17
6782026-08-15T19:59:30.304Z Downloaded untrusted v0.7.1
6792026-08-15T19:59:30.304Z Downloaded void v1.0.2
6802026-08-15T19:59:30.309Z Downloaded cancel-safe-futures v0.1.5
6812026-08-15T19:59:30.309Z Downloaded clang-sys v1.8.1
6822026-08-15T19:59:30.312Z Downloaded ahash v0.8.12
6832026-08-15T19:59:30.312Z Downloaded colored v3.1.1
6842026-08-15T19:59:30.318Z Downloaded sec1 v0.8.1
6852026-08-15T19:59:30.318Z Downloaded secrecy v0.8.0
6862026-08-15T19:59:30.321Z Downloaded elliptic-curve v0.14.1
6872026-08-15T19:59:30.321Z Downloaded schemars_derive v0.8.22
6882026-08-15T19:59:30.324Z Downloaded darling_macro v0.20.11
6892026-08-15T19:59:30.324Z Downloaded hmac v0.13.0
6902026-08-15T19:59:30.327Z Downloaded half v2.7.1
6912026-08-15T19:59:30.330Z Downloaded shlex v1.3.0
6922026-08-15T19:59:30.330Z Downloaded zerofrom v0.1.6
6932026-08-15T19:59:30.330Z Downloaded zerofrom-derive v0.1.6
6942026-08-15T19:59:30.334Z Downloaded oxnet v0.1.6
6952026-08-15T19:59:30.337Z Downloaded poly1305 v0.8.0
6962026-08-15T19:59:30.341Z Downloaded poly1305 v0.9.0
6972026-08-15T19:59:30.341Z Downloaded slog-async v2.8.0
6982026-08-15T19:59:30.341Z Downloaded time-macros v0.2.27
6992026-08-15T19:59:30.344Z Downloaded tokio-dtrace v0.1.1
7002026-08-15T19:59:30.344Z Downloaded strum_macros v0.27.2
7012026-08-15T19:59:30.344Z Downloaded cpufeatures v0.3.0
7022026-08-15T19:59:30.347Z Downloaded darling_macro v0.13.4
7032026-08-15T19:59:30.348Z Downloaded defmt-parser v1.0.0
7042026-08-15T19:59:30.348Z Downloaded crypto-common v0.2.2
7052026-08-15T19:59:30.348Z Downloaded dof v0.4.0
7062026-08-15T19:59:30.351Z Downloaded thiserror-no-std v2.0.2
7072026-08-15T19:59:30.366Z Downloaded unicase v2.9.0
7082026-08-15T19:59:30.369Z Downloaded utf8_iter v1.0.4
7092026-08-15T19:59:30.370Z Downloaded indent_write v2.2.0
7102026-08-15T19:59:30.374Z Downloaded dirs-sys-next v0.1.2
7112026-08-15T19:59:30.374Z Downloaded dsl_auto_type v0.2.0
7122026-08-15T19:59:30.374Z Downloaded allocator-api2 v0.2.21
7132026-08-15T19:59:30.377Z Downloaded compact_str v0.8.1
7142026-08-15T19:59:30.378Z Downloaded http-range-header v0.4.2
7152026-08-15T19:59:30.378Z Downloaded hubpack_derive v0.1.1
7162026-08-15T19:59:30.378Z Downloaded ident_case v1.0.1
7172026-08-15T19:59:30.378Z Downloaded inout v0.1.4
7182026-08-15T19:59:30.378Z Downloaded vsss-rs v3.3.4
7192026-08-15T19:59:30.381Z Downloaded is-terminal v0.4.17
7202026-08-15T19:59:30.381Z Downloaded linked-hash-map v0.5.6
7212026-08-15T19:59:30.384Z Downloaded lru v0.12.5
7222026-08-15T19:59:30.384Z Downloaded uzers v0.12.2
7232026-08-15T19:59:30.384Z Downloaded getrandom v0.4.3
7242026-08-15T19:59:30.388Z Downloaded generic-array v1.4.3
7252026-08-15T19:59:30.391Z Downloaded hmac v0.12.1
7262026-08-15T19:59:30.394Z Downloaded lru-cache v0.1.2
7272026-08-15T19:59:30.397Z Downloaded memoffset v0.9.1
7282026-08-15T19:59:30.397Z Downloaded num v0.4.3
7292026-08-15T19:59:30.400Z Downloaded num_threads v0.1.7
7302026-08-15T19:59:30.403Z Downloaded num-derive v0.4.2
7312026-08-15T19:59:30.403Z Downloaded openssl-probe v0.1.6
7322026-08-15T19:59:30.406Z Downloaded openssl-macros v0.1.1
7332026-08-15T19:59:30.406Z Downloaded openssl-probe v0.2.1
7342026-08-15T19:59:30.406Z Downloaded lazy_static v1.5.0
7352026-08-15T19:59:30.409Z Downloaded delegate v0.13.5
7362026-08-15T19:59:30.412Z Downloaded elliptic-curve v0.13.8
7372026-08-15T19:59:30.417Z Downloaded futures v0.3.32
7382026-08-15T19:59:30.419Z Downloaded serde_with_macros v3.21.0
7392026-08-15T19:59:30.419Z Downloaded tokio-rustls v0.26.4
7402026-08-15T19:59:30.420Z Downloaded constant_time_eq v0.4.2
7412026-08-15T19:59:30.420Z Downloaded const_format_proc_macros v0.2.34
7422026-08-15T19:59:30.423Z Downloaded newtype_derive v0.1.6
7432026-08-15T19:59:30.426Z Downloaded smallvec v1.15.1
7442026-08-15T19:59:30.429Z Downloaded string_cache v0.8.9
7452026-08-15T19:59:30.432Z Downloaded precomputed-hash v0.1.1
7462026-08-15T19:59:30.436Z Downloaded chumsky v0.9.3
7472026-08-15T19:59:30.440Z Downloaded oxide-update-engine-types v0.1.2
7482026-08-15T19:59:30.444Z Downloaded pkcs5 v0.8.1
7492026-08-15T19:59:30.448Z Downloaded bytes v1.11.1
7502026-08-15T19:59:30.449Z Downloaded rcgen v0.12.1
7512026-08-15T19:59:30.456Z Downloaded ecdsa v0.16.9
7522026-08-15T19:59:30.461Z Downloaded quick-error v1.2.3
7532026-08-15T19:59:30.464Z Downloaded ref-cast-impl v1.0.25
7542026-08-15T19:59:30.476Z Downloaded russh-cryptovec v0.62.0
7552026-08-15T19:59:30.476Z Downloaded russh-util v0.52.0
7562026-08-15T19:59:30.476Z Downloaded rustls-platform-verifier v0.6.2
7572026-08-15T19:59:30.476Z Downloaded knus-derive v3.4.0
7582026-08-15T19:59:30.481Z Downloaded serde-big-array v0.5.1
7592026-08-15T19:59:30.481Z Downloaded serde_repr v0.1.20
7602026-08-15T19:59:30.481Z Downloaded indoc v2.0.7
7612026-08-15T19:59:30.481Z Downloaded crc32fast v1.5.0
7622026-08-15T19:59:30.481Z Downloaded sha1 v0.10.6
7632026-08-15T19:59:30.481Z Downloaded seq-macro v0.3.6
7642026-08-15T19:59:30.486Z Downloaded structmeta v0.3.0
7652026-08-15T19:59:30.486Z Downloaded heapless v0.8.0
7662026-08-15T19:59:30.489Z Downloaded lru v0.18.2
7672026-08-15T19:59:30.489Z Downloaded ml-kem v0.3.2
7682026-08-15T19:59:30.492Z Downloaded ryu v1.0.23
7692026-08-15T19:59:30.495Z Downloaded inout v0.2.2
7702026-08-15T19:59:30.499Z Downloaded libsw-core v0.3.2
7712026-08-15T19:59:30.499Z Downloaded signal-hook-tokio v0.3.1
7722026-08-15T19:59:30.499Z Downloaded test-strategy v0.4.5
7732026-08-15T19:59:30.502Z Downloaded tokio-stream v0.1.18
7742026-08-15T19:59:30.502Z Downloaded typify v0.6.2
7752026-08-15T19:59:30.506Z Downloaded console v0.16.2
7762026-08-15T19:59:30.506Z Downloaded derive_builder v0.20.2
7772026-08-15T19:59:30.509Z Downloaded des v0.9.0
7782026-08-15T19:59:30.509Z Downloaded parking_lot_core v0.8.6
7792026-08-15T19:59:30.510Z Downloaded signature v2.2.0
7802026-08-15T19:59:30.510Z Downloaded serde_yaml v0.9.34+deprecated
7812026-08-15T19:59:30.513Z Downloaded slog v2.8.2
7822026-08-15T19:59:30.513Z Downloaded phf v0.13.1
7832026-08-15T19:59:30.517Z Downloaded pkg-config v0.3.32
7842026-08-15T19:59:30.526Z Downloaded strsim v0.10.0
7852026-08-15T19:59:30.529Z Downloaded darling v0.23.0
7862026-08-15T19:59:30.529Z Downloaded socket2 v0.6.3
7872026-08-15T19:59:30.529Z Downloaded pin-project-lite v0.2.17
7882026-08-15T19:59:30.533Z Downloaded termtree v0.5.1
7892026-08-15T19:59:30.533Z Downloaded chacha20poly1305 v0.10.1
7902026-08-15T19:59:30.533Z Downloaded primeorder v0.13.6
7912026-08-15T19:59:30.536Z Downloaded primeorder v0.14.0
7922026-08-15T19:59:30.536Z Downloaded ssh-encoding v0.2.0
7932026-08-15T19:59:30.536Z Downloaded thread-id v5.1.0
7942026-08-15T19:59:30.536Z Downloaded borsh v1.8.0
7952026-08-15T19:59:30.539Z Downloaded tokio-test v0.4.5
7962026-08-15T19:59:30.539Z Downloaded untrusted v0.9.0
7972026-08-15T19:59:30.542Z Downloaded wait-timeout v0.2.1
7982026-08-15T19:59:30.542Z Downloaded ed25519-dalek v2.2.0
7992026-08-15T19:59:30.542Z Downloaded cc v1.2.56
8002026-08-15T19:59:30.546Z Downloaded hyper-rustls v0.27.7
8012026-08-15T19:59:30.546Z Downloaded toml v1.1.2+spec-1.1.0
8022026-08-15T19:59:30.549Z Downloaded iana-time-zone v0.1.65
8032026-08-15T19:59:30.549Z Downloaded unicode-properties v0.1.4
8042026-08-15T19:59:30.552Z Downloaded backtrace v0.3.76
8052026-08-15T19:59:30.552Z Downloaded r2d2 v0.8.10
8062026-08-15T19:59:30.556Z Downloaded rand_chacha v0.9.0
8072026-08-15T19:59:30.556Z Downloaded rand_core v0.6.4
8082026-08-15T19:59:30.556Z Downloaded rpassword v7.5.4
8092026-08-15T19:59:30.556Z Downloaded rustversion v1.0.22
8102026-08-15T19:59:30.560Z Downloaded unicode-truncate v1.1.0
8112026-08-15T19:59:30.561Z Downloaded schemars v0.8.22
8122026-08-15T19:59:30.563Z Downloaded usdt-macro v0.6.0
8132026-08-15T19:59:30.563Z Downloaded async-compression v0.4.41
8142026-08-15T19:59:30.567Z Downloaded scroll v0.13.0
8152026-08-15T19:59:30.569Z Downloaded xattr v1.6.1
8162026-08-15T19:59:30.570Z Downloaded zone_cfg_derive v0.3.1
8172026-08-15T19:59:30.570Z Downloaded crunchy v0.2.4
8182026-08-15T19:59:30.570Z Downloaded heapless v0.7.17
8192026-08-15T19:59:30.573Z Downloaded uuid v1.23.4
8202026-08-15T19:59:30.573Z Downloaded headers v0.4.1
8212026-08-15T19:59:30.576Z Downloaded hickory-resolver v0.25.2
8222026-08-15T19:59:30.579Z Downloaded sec1 v0.7.3
8232026-08-15T19:59:30.579Z Downloaded slog-dtrace v0.3.0
8242026-08-15T19:59:30.579Z Downloaded hickory-resolver v0.24.4
8252026-08-15T19:59:30.582Z Downloaded aes v0.9.1
8262026-08-15T19:59:30.585Z Downloaded convert_case v0.4.0
8272026-08-15T19:59:30.585Z Downloaded cpubits v0.1.1
8282026-08-15T19:59:30.585Z Downloaded expectorate v1.2.0
8292026-08-15T19:59:30.585Z Downloaded hashbrown v0.13.2
8302026-08-15T19:59:30.588Z Downloaded module-lattice v0.2.3
8312026-08-15T19:59:30.588Z Downloaded zerocopy v0.6.6
8322026-08-15T19:59:30.588Z Downloaded curve25519-dalek-derive v0.1.1
8332026-08-15T19:59:30.589Z Downloaded parking_lot v0.11.2
8342026-08-15T19:59:30.592Z Downloaded parking_lot v0.12.5
8352026-08-15T19:59:30.592Z Downloaded pkcs8 v0.11.0
8362026-08-15T19:59:30.595Z Downloaded difflib v0.4.0
8372026-08-15T19:59:30.595Z Downloaded flume v0.11.1
8382026-08-15T19:59:30.595Z Downloaded ed25519-dalek v3.0.0
8392026-08-15T19:59:30.598Z Downloaded synstructure v0.13.2
8402026-08-15T19:59:30.598Z Downloaded slog-stdlog v4.1.1
8412026-08-15T19:59:30.598Z Downloaded slog-term v2.9.2
8422026-08-15T19:59:30.602Z Downloaded ssh-encoding v0.3.0
8432026-08-15T19:59:30.602Z Downloaded thread_local v1.1.9
8442026-08-15T19:59:30.602Z Downloaded derive_builder_macro v0.20.2
8452026-08-15T19:59:30.602Z Downloaded httpdate v1.0.3
8462026-08-15T19:59:30.602Z Downloaded darling_macro v0.21.3
8472026-08-15T19:59:30.602Z Downloaded darling_macro v0.23.0
8482026-08-15T19:59:30.605Z Downloaded display-error-chain v0.2.2
8492026-08-15T19:59:30.605Z Downloaded toml_edit v0.23.10+spec-1.0.0
8502026-08-15T19:59:30.605Z Downloaded tungstenite v0.23.0
8512026-08-15T19:59:30.610Z Downloaded vergen-git2 v9.1.0
8522026-08-15T19:59:30.614Z Downloaded indoc v1.0.9
8532026-08-15T19:59:30.618Z Downloaded keccak v0.1.6
8542026-08-15T19:59:30.621Z Downloaded managed v0.8.0
8552026-08-15T19:59:30.621Z Downloaded lzss v0.8.2
8562026-08-15T19:59:30.625Z Downloaded num-conv v0.2.0
8572026-08-15T19:59:30.625Z Downloaded hickory-server v0.25.2
8582026-08-15T19:59:30.636Z Downloaded num-traits v0.2.19
8592026-08-15T19:59:30.639Z Downloaded rustls-pki-types v1.14.0
8602026-08-15T19:59:30.639Z Downloaded spin v0.9.8
8612026-08-15T19:59:30.643Z Downloaded corncobs v0.1.4
8622026-08-15T19:59:30.643Z Downloaded libbz2-rs-sys v0.2.2
8632026-08-15T19:59:30.648Z Downloaded opaque-debug v0.3.1
8642026-08-15T19:59:30.652Z Downloaded oso-derive v0.27.3
8652026-08-15T19:59:30.652Z Downloaded bumpalo v3.20.2
8662026-08-15T19:59:30.652Z Downloaded darling_core v0.23.0
8672026-08-15T19:59:30.655Z Downloaded proc-macro-crate v3.4.0
8682026-08-15T19:59:30.663Z Downloaded serde_plain v1.0.2
8692026-08-15T19:59:30.666Z Downloaded sha1 v0.11.0
8702026-08-15T19:59:30.667Z Downloaded signal-hook-mio v0.2.5
8712026-08-15T19:59:30.670Z Downloaded der_derive v0.7.3
8722026-08-15T19:59:30.674Z Downloaded rand v0.9.2
8732026-08-15T19:59:30.677Z Downloaded rtoolbox v0.0.3
8742026-08-15T19:59:30.677Z Downloaded rustc_version v0.4.1
8752026-08-15T19:59:30.680Z Downloaded prefix-trie v0.7.0
8762026-08-15T19:59:30.684Z Downloaded progenitor-impl v0.13.0
8772026-08-15T19:59:30.684Z Downloaded progenitor-impl v0.14.0
8782026-08-15T19:59:30.684Z Downloaded rand v0.8.6
8792026-08-15T19:59:30.688Z Downloaded yoke v0.8.1
8802026-08-15T19:59:30.688Z Downloaded toml_parser v1.1.2+spec-1.1.0
8812026-08-15T19:59:30.688Z Downloaded tracing-attributes v0.1.31
8822026-08-15T19:59:30.691Z Downloaded ingot v0.2.1
8832026-08-15T19:59:30.698Z Downloaded supports-unicode v3.0.0
8842026-08-15T19:59:30.698Z Downloaded tap v1.0.1
8852026-08-15T19:59:30.701Z Downloaded hyper-staticfile v0.10.1
8862026-08-15T19:59:30.701Z Downloaded unicode-xid v0.2.6
8872026-08-15T19:59:30.701Z Downloaded try-lock v0.2.5
8882026-08-15T19:59:30.701Z Downloaded usdt v0.6.0
8892026-08-15T19:59:30.704Z Downloaded yoke-derive v0.8.1
8902026-08-15T19:59:30.704Z Downloaded http v1.4.2
8912026-08-15T19:59:30.707Z Downloaded kstat-rs v0.2.5
8922026-08-15T19:59:30.707Z Downloaded pem v3.0.6
8932026-08-15T19:59:30.707Z Downloaded hashbrown v0.12.3
8942026-08-15T19:59:30.710Z Downloaded yansi v1.0.1
8952026-08-15T19:59:30.710Z Downloaded libsw v3.5.0
8962026-08-15T19:59:30.710Z Downloaded miette-derive v7.6.0
8972026-08-15T19:59:30.710Z Downloaded zeroize_derive v1.5.0
8982026-08-15T19:59:30.713Z Downloaded oxide-update-engine-display v0.1.2
8992026-08-15T19:59:30.713Z Downloaded pem-rfc7468 v0.7.0
9002026-08-15T19:59:30.716Z Downloaded crossbeam-channel v0.5.15
9012026-08-15T19:59:30.724Z Downloaded mime v0.3.17
9022026-08-15T19:59:30.727Z Downloaded mime_guess v2.0.5
9032026-08-15T19:59:30.727Z Downloaded num_enum v0.5.11
9042026-08-15T19:59:30.731Z Downloaded oxide-update-engine v0.1.2
9052026-08-15T19:59:30.731Z Downloaded derive_builder_core v0.20.2
9062026-08-15T19:59:30.731Z Downloaded progenitor-extras v0.2.0
9072026-08-15T19:59:30.731Z Downloaded oxide-tokio-rt v0.1.4
9082026-08-15T19:59:30.735Z Downloaded ppv-lite86 v0.2.21
9092026-08-15T19:59:30.735Z Downloaded serde-hex v0.1.0
9102026-08-15T19:59:30.738Z Downloaded signal-hook-registry v1.4.8
9112026-08-15T19:59:30.742Z Downloaded papergrid v0.18.0
9122026-08-15T19:59:30.745Z Downloaded dropshot-api-manager-types v0.7.2
9132026-08-15T19:59:30.745Z Downloaded socket2 v0.5.10
9142026-08-15T19:59:30.748Z Downloaded dunce v1.0.5
9152026-08-15T19:59:30.751Z Downloaded radium v0.7.0
9162026-08-15T19:59:30.752Z Downloaded rand_core v0.9.5
9172026-08-15T19:59:30.752Z Downloaded darling v0.20.11
9182026-08-15T19:59:30.755Z Downloaded rustls-native-certs v0.8.3
9192026-08-15T19:59:30.755Z Downloaded litemap v0.8.1
9202026-08-15T19:59:30.755Z Downloaded icu_collections v2.1.1
9212026-08-15T19:59:30.758Z Downloaded rsa v0.10.0-rc.18
9222026-08-15T19:59:30.761Z Downloaded vte v0.14.1
9232026-08-15T19:59:30.765Z Downloaded smf v0.2.3
9242026-08-15T19:59:30.765Z Downloaded ecdsa v0.17.0
9252026-08-15T19:59:30.765Z Downloaded snafu-derive v0.8.9
9262026-08-15T19:59:30.768Z Downloaded static_assertions v1.1.0
9272026-08-15T19:59:30.768Z Downloaded hubpack v0.1.2
9282026-08-15T19:59:30.768Z Downloaded strum_macros v0.26.4
9292026-08-15T19:59:30.771Z Downloaded tls_codec_derive v0.4.2
9302026-08-15T19:59:30.776Z Downloaded stacker v0.1.23
9312026-08-15T19:59:30.779Z Downloaded tungstenite v0.21.0
9322026-08-15T19:59:30.782Z Downloaded pkcs1 v0.8.0-rc.4
9332026-08-15T19:59:30.786Z Downloaded whoami v2.1.0
9342026-08-15T19:59:30.786Z Downloaded tokio-tungstenite v0.21.0
9352026-08-15T19:59:30.791Z Downloaded usdt-impl v0.6.0
9362026-08-15T19:59:30.791Z Downloaded internet-checksum v0.2.1
9372026-08-15T19:59:30.794Z Downloaded jiff-static v0.2.34
9382026-08-15T19:59:30.798Z Downloaded pkcs1 v0.7.5
9392026-08-15T19:59:30.801Z Downloaded crossbeam-epoch v0.9.18
9402026-08-15T19:59:30.801Z Downloaded new_debug_unreachable v1.0.6
9412026-08-15T19:59:30.804Z Downloaded zeroize v1.9.0
9422026-08-15T19:59:30.807Z Downloaded md-5 v0.10.6
9432026-08-15T19:59:30.810Z Downloaded peg-runtime v0.8.5
9442026-08-15T19:59:30.810Z Downloaded serde_path_to_error v0.1.20
9452026-08-15T19:59:30.810Z Downloaded ssh-key v0.6.7
9462026-08-15T19:59:30.815Z Downloaded derive_more-impl v2.1.1
9472026-08-15T19:59:30.819Z Downloaded ctutils v0.4.2
9482026-08-15T19:59:30.822Z Downloaded parse-display v0.10.0
9492026-08-15T19:59:30.826Z Downloaded derive_more v2.1.1
9502026-08-15T19:59:30.829Z Downloaded tar v0.4.46
9512026-08-15T19:59:30.832Z Downloaded predicates-tree v1.0.13
9522026-08-15T19:59:30.832Z Downloaded progenitor-macro v0.13.0
9532026-08-15T19:59:30.832Z Downloaded progenitor-macro v0.14.0
9542026-08-15T19:59:30.832Z Downloaded rand_xorshift v0.4.0
9552026-08-15T19:59:30.832Z Downloaded defmt v1.0.1
9562026-08-15T19:59:30.835Z Downloaded deranged v0.5.8
9572026-08-15T19:59:30.836Z Downloaded ingot-types v0.2.0
9582026-08-15T19:59:30.839Z Downloaded drift v0.2.0
9592026-08-15T19:59:30.842Z Downloaded num-bigint-dig v0.8.6
9602026-08-15T19:59:30.845Z Downloaded unicode-segmentation v1.12.0
9612026-08-15T19:59:30.848Z Downloaded diesel-dtrace v0.5.0
9622026-08-15T19:59:30.848Z Downloaded humantime v2.3.0
9632026-08-15T19:59:30.848Z Downloaded serde_urlencoded v0.7.1
9642026-08-15T19:59:30.848Z Downloaded serde_spanned v1.1.1
9652026-08-15T19:59:30.851Z Downloaded ignore v0.4.25
9662026-08-15T19:59:30.854Z Downloaded term v0.7.0
9672026-08-15T19:59:30.854Z Downloaded sqlparser_derive v0.5.0
9682026-08-15T19:59:30.858Z Downloaded indexmap v1.9.3
9692026-08-15T19:59:30.860Z Downloaded time-core v0.1.8
9702026-08-15T19:59:30.861Z Downloaded p256 v0.13.2
9712026-08-15T19:59:30.864Z Downloaded tungstenite v0.28.0
9722026-08-15T19:59:30.867Z Downloaded tokio-tungstenite v0.23.1
9732026-08-15T19:59:30.871Z Downloaded hashbrown v0.14.5
9742026-08-15T19:59:30.874Z Downloaded rustls-webpki v0.103.13
9752026-08-15T19:59:30.877Z Downloaded ipnet v2.12.1
9762026-08-15T19:59:30.878Z Downloaded rustyline v14.0.0
9772026-08-15T19:59:30.881Z Downloaded supports-hyperlinks v3.2.0
9782026-08-15T19:59:30.881Z Downloaded cookie_store v0.22.1
9792026-08-15T19:59:30.884Z Downloaded subprocess v0.2.15
9802026-08-15T19:59:30.884Z Downloaded cookie v0.18.1
9812026-08-15T19:59:30.887Z Downloaded libloading v0.8.9
9822026-08-15T19:59:30.888Z Downloaded lru-slab v0.1.2
9832026-08-15T19:59:30.891Z Downloaded num-rational v0.4.2
9842026-08-15T19:59:30.894Z Downloaded unit-prefix v0.5.2
9852026-08-15T19:59:30.901Z Downloaded crossbeam-utils v0.8.21
9862026-08-15T19:59:30.904Z Downloaded num_enum v0.7.6
9872026-08-15T19:59:30.907Z Downloaded darling v0.21.3
9882026-08-15T19:59:30.910Z Downloaded phf v0.12.1
9892026-08-15T19:59:30.910Z Downloaded potential_utf v0.1.4
9902026-08-15T19:59:30.915Z Downloaded http-range v0.1.5
9912026-08-15T19:59:30.918Z Downloaded rustc-demangle v0.1.27
9922026-08-15T19:59:30.918Z Downloaded defmt v0.3.100
9932026-08-15T19:59:30.918Z Downloaded hashbrown v0.15.5
9942026-08-15T19:59:30.921Z Downloaded aes-gcm v0.11.0
9952026-08-15T19:59:30.925Z Downloaded toml_edit v0.19.15
9962026-08-15T19:59:30.932Z Downloaded scrypt v0.12.0
9972026-08-15T19:59:30.935Z Downloaded slog-json v2.6.1
9982026-08-15T19:59:30.935Z Downloaded slog-scope v4.4.1
9992026-08-15T19:59:30.935Z Downloaded strum v0.27.2
10002026-08-15T19:59:30.939Z Downloaded sqlformat v0.3.5
10012026-08-15T19:59:30.939Z Downloaded libscf-sys v1.2.0
10022026-08-15T19:59:30.942Z Downloaded x509-cert v0.2.5
10032026-08-15T19:59:30.945Z Downloaded hashbrown v0.16.1
10042026-08-15T19:59:30.948Z Downloaded unsafe-libyaml v0.2.11
10052026-08-15T19:59:30.952Z Downloaded aho-corasick v1.1.4
10062026-08-15T19:59:30.955Z Downloaded tls_codec v0.4.2
10072026-08-15T19:59:30.958Z Downloaded futures-util v0.3.32
10082026-08-15T19:59:30.962Z Downloaded unicode-bidi v0.3.18
10092026-08-15T19:59:30.965Z Downloaded zip v4.6.1
10102026-08-15T19:59:30.969Z Downloaded tokio-tungstenite v0.28.0
10112026-08-15T19:59:30.969Z Downloaded nom v7.1.3
10122026-08-15T19:59:30.972Z Downloaded vergen-lib v9.1.0
10132026-08-15T19:59:30.972Z Downloaded whoami v1.6.1
10142026-08-15T19:59:30.972Z Downloaded wyz v0.5.1
10152026-08-15T19:59:30.972Z Downloaded parse-size v1.1.0
10162026-08-15T19:59:30.972Z Downloaded pretty_assertions v1.4.1
10172026-08-15T19:59:30.975Z Downloaded toml_writer v1.1.1+spec-1.1.0
10182026-08-15T19:59:30.975Z Downloaded topological-sort v0.2.2
10192026-08-15T19:59:30.975Z Downloaded miette v7.6.0
10202026-08-15T19:59:30.978Z Downloaded proc-macro-crate v1.3.1
10212026-08-15T19:59:30.978Z Downloaded ref-cast v1.0.25
10222026-08-15T19:59:30.978Z Downloaded critical-section v1.2.0
10232026-08-15T19:59:30.981Z Downloaded same-file v1.0.6
10242026-08-15T19:59:30.981Z Downloaded scroll_derive v0.13.1
10252026-08-15T19:59:30.981Z Downloaded ssh-key v0.7.0-rc.11
10262026-08-15T19:59:30.984Z Downloaded signal-hook v0.3.18
10272026-08-15T19:59:30.988Z Downloaded tokio-macros v2.7.0
10282026-08-15T19:59:30.988Z Downloaded parking_lot_core v0.9.12
10292026-08-15T19:59:30.988Z Downloaded pkcs8 v0.10.2
10302026-08-15T19:59:30.991Z Downloaded tough v0.22.0
10312026-08-15T19:59:30.994Z Downloaded daft v0.1.7
10322026-08-15T19:59:30.994Z Downloaded derive-ex v0.1.8
10332026-08-15T19:59:30.994Z Downloaded darling_core v0.21.3
10342026-08-15T19:59:30.998Z Downloaded tabwriter v1.4.1
10352026-08-15T19:59:30.998Z Downloaded displaydoc v0.2.5
10362026-08-15T19:59:31.002Z Downloaded universal-hash v0.6.1
10372026-08-15T19:59:31.010Z Downloaded impl-trait-for-tuples v0.2.3
10382026-08-15T19:59:31.013Z Downloaded keccak v0.2.0
10392026-08-15T19:59:31.013Z Downloaded serde_derive_internals v0.29.1
10402026-08-15T19:59:31.013Z Downloaded xshell-macros v0.2.7
10412026-08-15T19:59:31.013Z Downloaded crc-catalog v2.4.0
10422026-08-15T19:59:31.017Z Downloaded indicatif v0.18.4
10432026-08-15T19:59:31.019Z Downloaded salsa20 v0.11.0
10442026-08-15T19:59:31.023Z Downloaded icu_properties v2.1.2
10452026-08-15T19:59:31.025Z Downloaded tracing-core v0.1.36
10462026-08-15T19:59:31.026Z Downloaded term v1.2.1
10472026-08-15T19:59:31.028Z Downloaded hkdf v0.12.4
10482026-08-15T19:59:31.028Z Downloaded h2 v0.4.15
10492026-08-15T19:59:31.031Z Downloaded newtype-uuid v1.3.2
10502026-08-15T19:59:31.036Z Downloaded num-primitive v0.2.1
10512026-08-15T19:59:31.036Z Downloaded crucible-workspace-hack v0.1.0
10522026-08-15T19:59:31.036Z Downloaded instant v0.1.13
10532026-08-15T19:59:31.036Z Downloaded nonempty v0.12.0
10542026-08-15T19:59:31.040Z Downloaded primefield v0.14.0
10552026-08-15T19:59:31.044Z Downloaded jiff-core v0.1.0
10562026-08-15T19:59:31.047Z Downloaded zerotrie v0.2.3
10572026-08-15T19:59:31.050Z Downloaded password-hash v0.5.0
10582026-08-15T19:59:31.050Z Downloaded const-oid v0.9.6
10592026-08-15T19:59:31.054Z Downloaded downcast-rs v2.0.2
10602026-08-15T19:59:31.054Z Downloaded illumos-nvpair v0.3.0
10612026-08-15T19:59:31.054Z Downloaded rlimit v0.10.2
10622026-08-15T19:59:31.054Z Downloaded smallvec v0.6.14
10632026-08-15T19:59:31.057Z Downloaded publicsuffix v2.3.0
10642026-08-15T19:59:31.060Z Downloaded schemars v1.2.1
10652026-08-15T19:59:31.069Z Downloaded dropshot-api-manager v0.7.2
10662026-08-15T19:59:31.072Z Downloaded spki v0.7.3
10672026-08-15T19:59:31.075Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10682026-08-15T19:59:31.075Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10692026-08-15T19:59:31.075Z Downloaded typify-macro v0.6.2
10702026-08-15T19:59:31.075Z Downloaded strum_macros v0.24.3
10712026-08-15T19:59:31.078Z Downloaded phf_shared v0.11.3
10722026-08-15T19:59:31.078Z Downloaded predicates-core v1.0.10
10732026-08-15T19:59:31.078Z Downloaded pwd v1.4.0
10742026-08-15T19:59:31.081Z Downloaded rand_chacha v0.3.1
10752026-08-15T19:59:31.081Z Downloaded reqwest v0.12.28
10762026-08-15T19:59:31.084Z Downloaded crossterm v0.28.1
10772026-08-15T19:59:31.088Z Downloaded minimal-lexical v0.2.1
10782026-08-15T19:59:31.091Z Downloaded icu_provider v2.1.1
10792026-08-15T19:59:31.094Z Downloaded vergen-lib v0.1.6
10802026-08-15T19:59:31.094Z Downloaded zerocopy-derive v0.8.56
10812026-08-15T19:59:31.098Z Downloaded strip-ansi-escapes v0.2.1
10822026-08-15T19:59:31.101Z Downloaded subtle v2.6.1
10832026-08-15T19:59:31.101Z Downloaded unarray v0.1.4
10842026-08-15T19:59:31.101Z Downloaded scheduled-thread-pool v0.2.7
10852026-08-15T19:59:31.101Z Downloaded structmeta-derive v0.3.0
10862026-08-15T19:59:31.102Z Downloaded want v0.3.1
10872026-08-15T19:59:31.107Z Downloaded slog-envlogger v2.2.0
10882026-08-15T19:59:31.110Z Downloaded twox-hash v2.1.2
10892026-08-15T19:59:31.110Z Downloaded cstr-argument v0.1.2
10902026-08-15T19:59:31.110Z Downloaded hkdf v0.13.0
10912026-08-15T19:59:31.114Z Downloaded daft-derive v0.1.7
10922026-08-15T19:59:31.117Z Downloaded url v2.5.8
10932026-08-15T19:59:31.120Z Downloaded data-encoding v2.10.0
10942026-08-15T19:59:31.120Z Downloaded nu-ansi-term v0.50.3
10952026-08-15T19:59:31.120Z Downloaded hyper-tls v0.6.0
10962026-08-15T19:59:31.123Z Downloaded dirs-next v2.0.0
10972026-08-15T19:59:31.123Z Downloaded kem v0.3.0
10982026-08-15T19:59:31.123Z Downloaded illumos-nvpair-sys v0.2.0
10992026-08-15T19:59:31.124Z Downloaded http-body-util v0.1.3
11002026-08-15T19:59:31.127Z Downloaded knus v3.4.0
11012026-08-15T19:59:31.128Z Downloaded iri-string v0.7.10
11022026-08-15T19:59:31.131Z Downloaded postgres-types v0.2.12
11032026-08-15T19:59:31.134Z Downloaded rand_core v0.10.0
11042026-08-15T19:59:31.134Z Downloaded const-oid v0.10.2
11052026-08-15T19:59:31.138Z Downloaded lock_api v0.4.14
11062026-08-15T19:59:31.139Z Downloaded maplit v1.0.2
11072026-08-15T19:59:31.139Z Downloaded lalrpop-util v0.19.12
11082026-08-15T19:59:31.141Z Downloaded newtype-uuid-macros v0.1.0
11092026-08-15T19:59:31.142Z Downloaded maybe-uninit v2.0.0
11102026-08-15T19:59:31.145Z Downloaded num_enum_derive v0.7.6
11112026-08-15T19:59:31.145Z Downloaded path-slash v0.1.5
11122026-08-15T19:59:31.149Z Downloaded diff v0.1.13
11132026-08-15T19:59:31.149Z Downloaded dropshot_endpoint v0.17.1
11142026-08-15T19:59:31.158Z Downloaded sapling-renderdag v0.1.0
11152026-08-15T19:59:31.161Z Downloaded rustc_version v0.1.7
11162026-08-15T19:59:31.161Z Downloaded crc v3.4.0
11172026-08-15T19:59:31.164Z Downloaded prettyplease v0.2.37
11182026-08-15T19:59:31.167Z Downloaded thiserror-impl-no-std v2.0.2
11192026-08-15T19:59:31.171Z Downloaded zerovec v0.11.5
11202026-08-15T19:59:31.178Z Downloaded rusty-fork v0.3.1
11212026-08-15T19:59:31.181Z Downloaded yasna v0.5.2
11222026-08-15T19:59:31.184Z Downloaded dtrace-parser v0.3.0
11232026-08-15T19:59:31.184Z Downloaded diesel_table_macro_syntax v0.3.0
11242026-08-15T19:59:31.187Z Downloaded spki v0.8.0
11252026-08-15T19:59:31.190Z Downloaded unicode-normalization v0.1.25
11262026-08-15T19:59:31.194Z Downloaded tokio-native-tls v0.3.1
11272026-08-15T19:59:31.194Z Downloaded zstd v0.13.3
11282026-08-15T19:59:31.194Z Downloaded csv-core v0.1.13
11292026-08-15T19:59:31.200Z Downloaded instability v0.3.11
11302026-08-15T19:59:31.204Z Downloaded is_ci v1.2.0
11312026-08-15T19:59:31.204Z Downloaded rfc6979 v0.4.0
11322026-08-15T19:59:31.208Z Downloaded sha3 v0.12.0
11332026-08-15T19:59:31.211Z Downloaded litrs v1.0.0
11342026-08-15T19:59:31.215Z Downloaded md5 v0.8.0
11352026-08-15T19:59:31.215Z Downloaded phf_shared v0.12.1
11362026-08-15T19:59:31.215Z Downloaded similar v2.7.0
11372026-08-15T19:59:31.219Z Downloaded match_cfg v0.1.0
11382026-08-15T19:59:31.219Z Downloaded ron v0.8.1
11392026-08-15T19:59:31.224Z Downloaded signature v3.0.0
11402026-08-15T19:59:31.224Z Downloaded utf-8 v0.7.6
11412026-08-15T19:59:31.224Z Downloaded debug-ignore v1.0.5
11422026-08-15T19:59:31.224Z Downloaded universal-hash v0.5.1
11432026-08-15T19:59:31.230Z Downloaded zip v0.6.6
11442026-08-15T19:59:31.230Z Downloaded phc v0.6.1
11452026-08-15T19:59:31.233Z Downloaded postgres-protocol v0.6.10
11462026-08-15T19:59:31.237Z Downloaded postcard v1.1.3
11472026-08-15T19:59:31.240Z Downloaded progenitor v0.13.0
11482026-08-15T19:59:31.243Z Downloaded slab v0.4.12
11492026-08-15T19:59:31.244Z Downloaded support-bundle-viewer v0.1.2
11502026-08-15T19:59:31.244Z Downloaded zone v0.3.1
11512026-08-15T19:59:31.247Z Downloaded phf_shared v0.13.1
11522026-08-15T19:59:31.255Z Downloaded tui-tree-widget v0.23.1
11532026-08-15T19:59:31.258Z Downloaded winnow v1.0.3
11542026-08-15T19:59:31.261Z Downloaded zerovec-derive v0.11.2
11552026-08-15T19:59:31.264Z Downloaded dyn-clone v1.0.20
11562026-08-15T19:59:31.265Z Downloaded convert_case v0.10.0
11572026-08-15T19:59:31.268Z Downloaded walkdir v2.5.0
11582026-08-15T19:59:31.268Z Downloaded blake3 v1.8.5
11592026-08-15T19:59:31.271Z Downloaded sync-ptr v0.1.4
11602026-08-15T19:59:31.275Z Downloaded miniz_oxide v0.8.9
11612026-08-15T19:59:31.279Z Downloaded derive-where v1.6.0
11622026-08-15T19:59:31.283Z Downloaded digest-io v0.1.0
11632026-08-15T19:59:31.283Z Downloaded vergen v9.1.0
11642026-08-15T19:59:31.283Z Downloaded jobserver v0.1.34
11652026-08-15T19:59:31.285Z Downloaded waitgroup v0.1.2
11662026-08-15T19:59:31.286Z Downloaded pbkdf2 v0.13.0
11672026-08-15T19:59:31.286Z Downloaded proc-macro-error2 v2.0.1
11682026-08-15T19:59:31.289Z Downloaded tower v0.5.3
11692026-08-15T19:59:31.292Z Downloaded ipnetwork v0.21.1
11702026-08-15T19:59:31.295Z Downloaded native-tls v0.2.18
11712026-08-15T19:59:31.295Z Downloaded stringprep v0.1.5
11722026-08-15T19:59:31.295Z Downloaded tiny-keccak v2.0.2
11732026-08-15T19:59:31.298Z Downloaded vergen-gitcl v1.0.8
11742026-08-15T19:59:31.298Z Downloaded multer v3.1.0
11752026-08-15T19:59:31.298Z Downloaded rand_pcg v0.10.2
11762026-08-15T19:59:31.301Z Downloaded tinystr v0.8.2
11772026-08-15T19:59:31.302Z Downloaded document-features v0.2.12
11782026-08-15T19:59:31.302Z Downloaded portable-atomic v1.13.1
11792026-08-15T19:59:31.305Z Downloaded serde_bytes v0.11.19
11802026-08-15T19:59:31.310Z Downloaded crypto-bigint v0.5.5
11812026-08-15T19:59:31.314Z Downloaded tokio-util v0.7.18
11822026-08-15T19:59:31.318Z Downloaded darling_core v0.20.11
11832026-08-15T19:59:31.321Z Downloaded quinn-udp v0.5.14
11842026-08-15T19:59:31.321Z Downloaded sha2 v0.11.0
11852026-08-15T19:59:31.324Z Downloaded sigpipe v0.1.3
11862026-08-15T19:59:31.324Z Downloaded peg v0.8.5
11872026-08-15T19:59:31.327Z Downloaded percent-encoding v2.3.2
11882026-08-15T19:59:31.327Z Downloaded testing_table v0.3.0
11892026-08-15T19:59:31.327Z Downloaded powerfmt v0.2.0
11902026-08-15T19:59:31.327Z Downloaded bitvec v1.0.1
11912026-08-15T19:59:31.334Z Downloaded rayon v1.11.0
11922026-08-15T19:59:31.338Z Downloaded const_format v0.2.35
11932026-08-15T19:59:31.341Z Downloaded dashu-base v0.5.1
11942026-08-15T19:59:31.344Z Downloaded diesel_derives v2.3.7
11952026-08-15T19:59:31.347Z Downloaded serde_with_macros v1.5.2
11962026-08-15T19:59:31.347Z Downloaded bindgen v0.71.1
11972026-08-15T19:59:31.350Z Downloaded iddqd v0.4.2
11982026-08-15T19:59:31.354Z Downloaded serdect v0.4.3
11992026-08-15T19:59:31.359Z Downloaded crossbeam-deque v0.8.6
12002026-08-15T19:59:31.359Z Downloaded nanorand v0.7.0
12012026-08-15T19:59:31.359Z Downloaded icu_locale_core v2.1.1
12022026-08-15T19:59:31.362Z Downloaded crc-any v2.5.0
12032026-08-15T19:59:31.362Z Downloaded git2 v0.20.4
12042026-08-15T19:59:31.365Z Downloaded resolv-conf v0.7.6
12052026-08-15T19:59:31.369Z Downloaded ssh-cipher v0.3.0
12062026-08-15T19:59:31.369Z Downloaded xshell v0.2.7
12072026-08-15T19:59:31.369Z Downloaded stable_deref_trait v1.2.1
12082026-08-15T19:59:31.369Z Downloaded simd-adler32 v0.3.8
12092026-08-15T19:59:31.372Z Downloaded libefi-sys v0.1.0
12102026-08-15T19:59:31.372Z Downloaded mio v1.2.0
12112026-08-15T19:59:31.375Z Downloaded idna_adapter v1.2.1
12122026-08-15T19:59:31.375Z Downloaded crc8 v0.1.1
12132026-08-15T19:59:31.375Z Downloaded memmap2 v0.9.10
12142026-08-15T19:59:31.375Z Downloaded defmt-macros v1.0.1
12152026-08-15T19:59:31.380Z Downloaded wnaf v0.14.0
12162026-08-15T19:59:31.380Z Downloaded reedline v0.40.0
12172026-08-15T19:59:31.388Z Downloaded steno v0.4.1
12182026-08-15T19:59:31.392Z Downloaded p256 v0.14.0
12192026-08-15T19:59:31.392Z Downloaded p384 v0.14.0
12202026-08-15T19:59:31.395Z Downloaded rand v0.10.1
12212026-08-15T19:59:31.395Z Downloaded hybrid-array v0.4.13
12222026-08-15T19:59:31.398Z Downloaded writeable v0.6.2
12232026-08-15T19:59:31.398Z Downloaded paste v1.0.15
12242026-08-15T19:59:31.398Z Downloaded ctr v0.10.1
12252026-08-15T19:59:31.398Z Downloaded linear-map v1.2.0
12262026-08-15T19:59:31.403Z Downloaded internal-russh-num-bigint v0.5.0
12272026-08-15T19:59:31.403Z Downloaded aws-lc-rs v1.16.3
12282026-08-15T19:59:31.411Z Downloaded rayon-core v1.13.0
12292026-08-15T19:59:31.417Z Downloaded num-modular v0.6.4
12302026-08-15T19:59:31.417Z Downloaded predicates v3.1.4
12312026-08-15T19:59:31.417Z Downloaded serde_with v1.14.0
12322026-08-15T19:59:31.417Z Downloaded nom v8.0.0
12332026-08-15T19:59:31.417Z Downloaded rustls-pemfile v2.2.0
12342026-08-15T19:59:31.420Z Downloaded chrono v0.4.45
12352026-08-15T19:59:31.423Z Downloaded winnow v0.6.26
12362026-08-15T19:59:31.427Z Downloaded itertools v0.14.0
12372026-08-15T19:59:31.430Z Downloaded zstd-safe v7.2.4
12382026-08-15T19:59:31.430Z Downloaded ingot-macros v0.2.0
12392026-08-15T19:59:31.435Z Downloaded progenitor v0.14.0
12402026-08-15T19:59:31.435Z Downloaded quinn v0.11.11
12412026-08-15T19:59:31.435Z Downloaded zlib-rs v0.6.2
12422026-08-15T19:59:31.438Z Downloaded rand_seeder v0.4.0
12432026-08-15T19:59:31.438Z Downloaded termios v0.3.3
12442026-08-15T19:59:31.438Z Downloaded digest v0.11.3
12452026-08-15T19:59:31.441Z Downloaded tower-layer v0.3.3
12462026-08-15T19:59:31.441Z Downloaded num-complex v0.4.6
12472026-08-15T19:59:31.441Z Downloaded petname v2.0.2
12482026-08-15T19:59:31.452Z Downloaded hyper-util v0.1.20
12492026-08-15T19:59:31.458Z Downloaded quinn-proto v0.11.16
12502026-08-15T19:59:31.462Z Downloaded icu_properties_data v2.1.2
12512026-08-15T19:59:31.465Z Downloaded rsa v0.9.10
12522026-08-15T19:59:31.469Z Downloaded scuffle v0.1.0
12532026-08-15T19:59:31.469Z Downloaded icu_normalizer v2.1.1
12542026-08-15T19:59:31.473Z Downloaded derive_more v0.99.20
12552026-08-15T19:59:31.478Z Downloaded goblin v0.10.5
12562026-08-15T19:59:31.482Z Downloaded serde_cbor v0.11.2
12572026-08-15T19:59:31.482Z Downloaded tinyvec v1.12.0
12582026-08-15T19:59:31.482Z Downloaded der v0.7.10
12592026-08-15T19:59:31.485Z Downloaded httparse v1.10.1
12602026-08-15T19:59:31.485Z Downloaded darling v0.13.4
12612026-08-15T19:59:31.485Z Downloaded toml v0.7.8
12622026-08-15T19:59:31.490Z Downloaded p521 v0.14.0
12632026-08-15T19:59:31.490Z Downloaded object v0.30.4
12642026-08-15T19:59:31.493Z Downloaded darling_core v0.13.4
12652026-08-15T19:59:31.496Z Downloaded pin-project v1.1.11
12662026-08-15T19:59:31.500Z Downloaded snafu v0.8.9
12672026-08-15T19:59:31.505Z Downloaded zopfli v0.8.3
12682026-08-15T19:59:31.508Z Downloaded schemars v0.9.0
12692026-08-15T19:59:31.511Z Downloaded hyper v1.10.1
12702026-08-15T19:59:31.519Z Downloaded omicron-zone-package v0.12.3
12712026-08-15T19:59:31.522Z Downloaded libxml v0.3.3
12722026-08-15T19:59:31.522Z Downloaded libm v0.2.16
12732026-08-15T19:59:31.535Z Downloaded der v0.8.0
12742026-08-15T19:59:31.535Z Downloaded polar-core v0.27.3
12752026-08-15T19:59:31.535Z Downloaded reqwest v0.13.2
12762026-08-15T19:59:31.538Z Downloaded openssl-sys v0.9.117
12772026-08-15T19:59:31.538Z Downloaded samael v0.0.19
12782026-08-15T19:59:31.541Z Downloaded tokio-postgres v0.7.16
12792026-08-15T19:59:31.545Z Downloaded unicode_categories v0.1.1
12802026-08-15T19:59:31.545Z Downloaded itertools v0.12.1
12812026-08-15T19:59:31.548Z Downloaded qorb v0.4.1
12822026-08-15T19:59:31.551Z Downloaded icu_normalizer_data v2.1.1
12832026-08-15T19:59:31.554Z Downloaded p521 v0.13.3
12842026-08-15T19:59:31.558Z Downloaded gimli v0.32.3
12852026-08-15T19:59:31.560Z Downloaded moka v0.12.13
12862026-08-15T19:59:31.576Z Downloaded radix_trie v0.2.1
12872026-08-15T19:59:31.579Z Downloaded idna v1.1.0
12882026-08-15T19:59:31.583Z Downloaded oso v0.27.3
12892026-08-15T19:59:31.586Z Downloaded itertools v0.13.0
12902026-08-15T19:59:31.597Z Downloaded proptest v1.11.0
12912026-08-15T19:59:31.605Z Downloaded crypto-primes v0.7.2
12922026-08-15T19:59:31.608Z Downloaded lalrpop v0.19.12
12932026-08-15T19:59:31.614Z Downloaded itertools v0.10.5
12942026-08-15T19:59:31.637Z Downloaded typed-path v0.9.3
12952026-08-15T19:59:31.645Z Downloaded crypto-bigint v0.7.5
12962026-08-15T19:59:31.653Z Downloaded regex v1.12.3
12972026-08-15T19:59:31.657Z Downloaded winnow v0.5.40
12982026-08-15T19:59:31.662Z Downloaded time v0.3.47
12992026-08-15T19:59:31.668Z Downloaded curve25519-dalek v4.1.3
13002026-08-15T19:59:31.672Z Downloaded crossterm v0.29.0
13012026-08-15T19:59:31.675Z Downloaded dashu-int v0.5.1
13022026-08-15T19:59:31.680Z Downloaded num-bigint v0.4.6
13032026-08-15T19:59:31.683Z Downloaded salty v0.3.0
13042026-08-15T19:59:31.686Z Downloaded p384 v0.13.1
13052026-08-15T19:59:31.693Z Downloaded tower-http v0.6.8
13062026-08-15T19:59:31.697Z Downloaded bstr v1.12.1
13072026-08-15T19:59:31.713Z Downloaded openssl v0.10.80
13082026-08-15T19:59:31.719Z Downloaded rawzip v0.4.4
13092026-08-15T19:59:31.722Z Downloaded serde_with v3.21.0
13102026-08-15T19:59:31.729Z Downloaded itertools v0.15.0
13112026-08-15T19:59:31.733Z Downloaded object v0.37.3
13122026-08-15T19:59:31.739Z Downloaded curve25519-dalek v5.0.0
13132026-08-15T19:59:31.744Z Downloaded tabled v0.21.0
13142026-08-15T19:59:31.753Z Downloaded vcpkg v0.2.15
13152026-08-15T19:59:31.774Z Downloaded rustls v0.23.41
13162026-08-15T19:59:31.781Z Downloaded quick-xml v0.37.5
13172026-08-15T19:59:31.784Z Downloaded regex-syntax v0.6.29
13182026-08-15T19:59:31.788Z Downloaded zerocopy v0.8.56
13192026-08-15T19:59:31.798Z Downloaded hickory-proto v0.25.2
13202026-08-15T19:59:31.806Z Downloaded regex-syntax v0.8.10
13212026-08-15T19:59:31.810Z Downloaded hickory-proto v0.24.4
13222026-08-15T19:59:31.818Z Downloaded nix v0.28.0
13232026-08-15T19:59:31.824Z Downloaded russh v0.62.4
13242026-08-15T19:59:31.830Z Downloaded regress v0.10.5
13252026-08-15T19:59:31.834Z Downloaded smoltcp v0.9.1
13262026-08-15T19:59:31.839Z Downloaded regress v0.11.1
13272026-08-15T19:59:31.845Z Downloaded nix v0.27.1
13282026-08-15T19:59:31.856Z Downloaded rustix v0.38.44
13292026-08-15T19:59:31.868Z Downloaded nix v0.31.2
13302026-08-15T19:59:31.876Z Downloaded openapiv3 v2.2.0
13312026-08-15T19:59:31.905Z Downloaded diesel v2.3.7
13322026-08-15T19:59:31.917Z Downloaded smoltcp v0.11.0
13332026-08-15T19:59:31.923Z Downloaded sqlparser v0.61.0
13342026-08-15T19:59:31.929Z Downloaded sha3 v0.11.0
13352026-08-15T19:59:31.944Z Downloaded ratatui v0.29.0
13362026-08-15T19:59:31.955Z Downloaded bzip2-sys v0.1.13+1.0.8
13372026-08-15T19:59:31.966Z Downloaded dropshot v0.17.1
13382026-08-15T19:59:31.978Z Downloaded typify-impl v0.6.2
13392026-08-15T19:59:31.990Z Downloaded sled v0.34.7
13402026-08-15T19:59:32.001Z Downloaded tracing v0.1.44
13412026-08-15T19:59:32.013Z Downloaded jiff v0.2.34
13422026-08-15T19:59:32.025Z Downloaded zerocopy-derive v0.6.6
13432026-08-15T19:59:32.031Z Downloaded chrono-tz v0.10.4
13442026-08-15T19:59:32.041Z Downloaded petgraph v0.8.3
13452026-08-15T19:59:32.054Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13462026-08-15T19:59:32.065Z Downloaded petgraph v0.6.5
13472026-08-15T19:59:32.074Z Downloaded regex-automata v0.4.14
13482026-08-15T19:59:32.139Z Downloaded tokio v1.52.1
13492026-08-15T19:59:32.162Z Downloaded csv v1.4.0
13502026-08-15T19:59:32.173Z Downloaded sha3 v0.10.8
13512026-08-15T19:59:32.177Z Downloaded libz-sys v1.1.24
13522026-08-15T19:59:32.220Z Downloaded encoding_rs v0.8.35
13532026-08-15T19:59:32.233Z Downloaded ring v0.17.14
13542026-08-15T19:59:32.291Z Downloaded libgit2-sys v0.18.3+1.9.2
13552026-08-15T19:59:32.842Z Downloaded dsi-bitstream v0.10.1
13562026-08-15T19:59:33.074Z Downloaded aws-lc-sys v0.40.0
13572026-08-15T19:59:33.382Z Compiling libc v0.2.185
13582026-08-15T19:59:33.382Z Compiling serde_core v1.0.228
13592026-08-15T19:59:33.386Z Compiling serde v1.0.228
13602026-08-15T19:59:33.386Z Compiling portable-atomic v1.13.1
13612026-08-15T19:59:33.386Z Compiling log v0.4.33
13622026-08-15T19:59:33.540Z Compiling smallvec v1.15.1
13632026-08-15T19:59:33.549Z Compiling critical-section v1.2.0
13642026-08-15T19:59:33.552Z Compiling syn v2.0.117
13652026-08-15T19:59:33.674Z Compiling subtle v2.6.1
13662026-08-15T19:59:33.745Z Compiling allocator-api2 v0.2.21
13672026-08-15T19:59:33.794Z Compiling zerocopy v0.8.56
13682026-08-15T19:59:33.852Z Compiling typenum v1.20.1
13692026-08-15T19:59:33.867Z Compiling scopeguard v1.2.0
13702026-08-15T19:59:33.974Z Compiling foldhash v0.2.0
13712026-08-15T19:59:34.101Z Compiling lock_api v0.4.14
13722026-08-15T19:59:34.209Z Compiling shlex v1.3.0
13732026-08-15T19:59:34.242Z Compiling find-msvc-tools v0.1.9
13742026-08-15T19:59:34.334Z Compiling hashbrown v0.17.0
13752026-08-15T19:59:34.402Z Compiling errno v0.3.14
13762026-08-15T19:59:34.433Z Compiling getrandom v0.2.17
13772026-08-15T19:59:34.513Z Compiling jobserver v0.1.34
13782026-08-15T19:59:34.554Z Compiling once_cell v1.21.3
13792026-08-15T19:59:34.601Z Compiling rand_core v0.6.4
13802026-08-15T19:59:34.667Z Compiling stable_deref_trait v1.2.1
13812026-08-15T19:59:34.693Z Compiling generic-array v0.14.7
13822026-08-15T19:59:34.749Z Compiling cc v1.2.56
13832026-08-15T19:59:34.767Z Compiling serde_json v1.0.151
13842026-08-15T19:59:34.878Z Compiling const-oid v0.9.6
13852026-08-15T19:59:34.894Z Compiling libm v0.2.16
13862026-08-15T19:59:34.936Z Compiling num-traits v0.2.19
13872026-08-15T19:59:34.951Z Compiling getrandom v0.3.4
13882026-08-15T19:59:34.983Z Compiling parking_lot_core v0.9.12
13892026-08-15T19:59:35.224Z Compiling percent-encoding v2.3.2
13902026-08-15T19:59:35.279Z Compiling pin-project-lite v0.2.17
13912026-08-15T19:59:35.379Z Compiling litemap v0.8.1
13922026-08-15T19:59:35.414Z Compiling writeable v0.6.2
13932026-08-15T19:59:35.620Z Compiling icu_normalizer_data v2.1.1
13942026-08-15T19:59:35.634Z Compiling icu_properties_data v2.1.2
13952026-08-15T19:59:35.650Z Compiling bitflags v2.11.0
13962026-08-15T19:59:35.650Z Compiling indexmap v2.14.0
13972026-08-15T19:59:35.821Z Compiling semver v1.0.28
13982026-08-15T19:59:36.148Z Compiling signal-hook-registry v1.4.8
13992026-08-15T19:59:36.217Z Compiling rustix v1.1.4
14002026-08-15T19:59:36.317Z Compiling parking_lot v0.12.5
14012026-08-15T19:59:36.409Z Compiling mio v1.2.0
14022026-08-15T19:59:36.425Z Compiling pkg-config v0.3.32
14032026-08-15T19:59:36.492Z Compiling synstructure v0.13.2
14042026-08-15T19:59:36.671Z Compiling futures-core v0.3.32
14052026-08-15T19:59:36.692Z Compiling socket2 v0.6.3
14062026-08-15T19:59:36.832Z Compiling utf8_iter v1.0.4
14072026-08-15T19:59:36.867Z Compiling base64ct v1.8.3
14082026-08-15T19:59:36.931Z Compiling form_urlencoded v1.2.2
14092026-08-15T19:59:36.969Z Compiling cfg_aliases v0.2.1
14102026-08-15T19:59:36.985Z Compiling flagset v0.4.7
14112026-08-15T19:59:37.044Z Compiling getrandom v0.4.3
14122026-08-15T19:59:37.086Z Compiling winnow v1.0.3
14132026-08-15T19:59:37.102Z Compiling pem-rfc7468 v0.7.0
14142026-08-15T19:59:37.105Z Compiling rand_core v0.10.0
14152026-08-15T19:59:37.135Z Compiling futures-sink v0.3.32
14162026-08-15T19:59:37.212Z Compiling toml_datetime v0.7.5+spec-1.1.0
14172026-08-15T19:59:37.294Z Compiling futures-channel v0.3.32
14182026-08-15T19:59:37.315Z Compiling futures-io v0.3.32
14192026-08-15T19:59:37.430Z Compiling slab v0.4.12
14202026-08-15T19:59:37.470Z Compiling rustversion v1.0.22
14212026-08-15T19:59:37.515Z Compiling futures-task v0.3.32
14222026-08-15T19:59:37.530Z Compiling borsh v1.8.0
14232026-08-15T19:59:37.615Z Compiling base64 v0.22.1
14242026-08-15T19:59:37.666Z Compiling iana-time-zone v0.1.65
14252026-08-15T19:59:37.691Z Compiling cpufeatures v0.2.17
14262026-08-15T19:59:37.767Z Compiling ident_case v1.0.1
14272026-08-15T19:59:37.801Z Compiling simd-adler32 v0.3.8
14282026-08-15T19:59:37.878Z Compiling terminal_size v0.4.3
14292026-08-15T19:59:37.892Z Compiling rustc_version v0.4.1
14302026-08-15T19:59:37.932Z Compiling syn v1.0.109
14312026-08-15T19:59:38.010Z Compiling adler2 v2.0.1
14322026-08-15T19:59:38.047Z Compiling toml_parser v1.1.2+spec-1.1.0
14332026-08-15T19:59:38.139Z Compiling miniz_oxide v0.8.9
14342026-08-15T19:59:38.176Z Compiling serde_derive v1.0.228
14352026-08-15T19:59:38.176Z Compiling zeroize_derive v1.5.0
14362026-08-15T19:59:38.206Z Compiling zerocopy-derive v0.8.56
14372026-08-15T19:59:38.214Z Compiling zerofrom-derive v0.1.6
14382026-08-15T19:59:38.245Z Compiling yoke-derive v0.8.1
14392026-08-15T19:59:38.466Z Compiling zerovec-derive v0.11.2
14402026-08-15T19:59:38.726Z Compiling displaydoc v0.2.5
14412026-08-15T19:59:38.782Z Compiling thiserror-impl v2.0.18
14422026-08-15T19:59:38.877Z Compiling zeroize v1.9.0
14432026-08-15T19:59:39.418Z Compiling tokio-macros v2.7.0
14442026-08-15T19:59:39.468Z Compiling der_derive v0.7.3
14452026-08-15T19:59:39.582Z Compiling toml_edit v0.23.10+spec-1.0.0
14462026-08-15T19:59:39.598Z Compiling zerofrom v0.1.6
14472026-08-15T19:59:39.664Z Compiling crypto-common v0.1.7
14482026-08-15T19:59:39.722Z Compiling yoke v0.8.1
14492026-08-15T19:59:39.816Z Compiling block-buffer v0.10.4
14502026-08-15T19:59:39.904Z Compiling zerovec v0.11.5
14512026-08-15T19:59:39.982Z Compiling digest v0.10.7
14522026-08-15T19:59:40.127Z Compiling zerotrie v0.2.3
14532026-08-15T19:59:40.141Z Compiling thiserror v2.0.18
14542026-08-15T19:59:40.229Z Compiling futures-macro v0.3.32
14552026-08-15T19:59:40.247Z Compiling proc-macro-crate v3.4.0
14562026-08-15T19:59:40.408Z Compiling tinystr v0.8.2
14572026-08-15T19:59:40.423Z Compiling potential_utf v0.1.4
14582026-08-15T19:59:40.427Z Compiling der v0.7.10
14592026-08-15T19:59:40.583Z Compiling icu_locale_core v2.1.1
14602026-08-15T19:59:40.602Z Compiling icu_collections v2.1.1
14612026-08-15T19:59:40.617Z Compiling thiserror-impl v1.0.69
14622026-08-15T19:59:40.776Z Compiling borsh-derive v1.8.0
14632026-08-15T19:59:41.031Z Compiling futures-util v0.3.32
14642026-08-15T19:59:41.069Z Compiling hmac v0.12.1
14652026-08-15T19:59:41.223Z Compiling icu_provider v2.1.1
14662026-08-15T19:59:41.461Z Compiling icu_properties v2.1.2
14672026-08-15T19:59:41.512Z Compiling icu_normalizer v2.1.1
14682026-08-15T19:59:41.609Z Compiling bytes v1.11.1
14692026-08-15T19:59:41.641Z Compiling spki v0.7.3
14702026-08-15T19:59:41.835Z Compiling pkcs8 v0.10.2
14712026-08-15T19:59:41.851Z Compiling chrono v0.4.45
14722026-08-15T19:59:42.038Z Compiling thiserror v1.0.69
14732026-08-15T19:59:42.078Z Compiling tokio v1.52.1
14742026-08-15T19:59:42.140Z Compiling ipnet v2.12.1
14752026-08-15T19:59:42.207Z Compiling sha2 v0.10.9
14762026-08-15T19:59:42.498Z Compiling idna_adapter v1.2.1
14772026-08-15T19:59:42.530Z Compiling uuid v1.23.4
14782026-08-15T19:59:42.622Z Compiling ppv-lite86 v0.2.21
14792026-08-15T19:59:42.637Z Compiling idna v1.1.0
14802026-08-15T19:59:42.844Z Compiling serde_derive_internals v0.29.1
14812026-08-15T19:59:42.937Z Compiling url v2.5.8
14822026-08-15T19:59:43.200Z Compiling rand_chacha v0.3.1
14832026-08-15T19:59:43.276Z Compiling cmake v0.1.57
14842026-08-15T19:59:43.315Z Compiling spin v0.9.8
14852026-08-15T19:59:43.330Z Compiling ahash v0.8.12
14862026-08-15T19:59:43.525Z Compiling dyn-clone v1.0.20
14872026-08-15T19:59:43.540Z Compiling dunce v1.0.5
14882026-08-15T19:59:43.591Z Compiling schemars v0.8.22
14892026-08-15T19:59:43.636Z Compiling fs_extra v1.3.0
14902026-08-15T19:59:43.680Z Compiling rand v0.8.6
14912026-08-15T19:59:43.777Z Compiling schemars_derive v0.8.22
14922026-08-15T19:59:43.792Z Compiling hex v0.4.3
14932026-08-15T19:59:43.825Z Compiling signature v2.2.0
14942026-08-15T19:59:43.909Z Compiling aws-lc-sys v0.40.0
14952026-08-15T19:59:44.012Z Compiling tracing-attributes v0.1.31
14962026-08-15T19:59:44.053Z Compiling rand_core v0.9.5
14972026-08-15T19:59:44.075Z Compiling tracing-core v0.1.36
14982026-08-15T19:59:44.325Z Compiling regex-syntax v0.8.10
14992026-08-15T19:59:44.498Z Compiling clap_builder v4.6.0
15002026-08-15T19:59:44.621Z Compiling pest_generator v2.8.6
15012026-08-15T19:59:45.319Z Compiling tracing v0.1.44
15022026-08-15T19:59:45.560Z Compiling clap_derive v4.6.1
15032026-08-15T19:59:45.587Z Compiling tinyvec_macros v0.1.1
15042026-08-15T19:59:45.659Z Compiling tinyvec v1.12.0
15052026-08-15T19:59:46.008Z Compiling tokio-util v0.7.18
15062026-08-15T19:59:46.335Z Compiling pest_derive v2.8.6
15072026-08-15T19:59:46.585Z Compiling rand_chacha v0.9.0
15082026-08-15T19:59:46.780Z Compiling http v1.4.2
15092026-08-15T19:59:47.051Z Compiling num-integer v0.1.46
15102026-08-15T19:59:47.286Z Compiling aws-lc-rs v1.16.3
15112026-08-15T19:59:47.302Z Compiling clap v4.6.1
15122026-08-15T19:59:47.372Z Compiling anyhow v1.0.104
15132026-08-15T19:59:47.388Z Compiling vcpkg v0.2.15
15142026-08-15T19:59:47.465Z Compiling object v0.37.3
15152026-08-15T19:59:47.519Z Compiling num-bigint-dig v0.8.6
15162026-08-15T19:59:47.567Z Compiling tempfile v3.27.0
15172026-08-15T19:59:47.690Z Compiling num-iter v0.1.45
15182026-08-15T19:59:47.742Z Compiling rand v0.9.2
15192026-08-15T19:59:47.775Z Compiling lazy_static v1.5.0
15202026-08-15T19:59:47.809Z Compiling rustls-pki-types v1.14.0
15212026-08-15T19:59:47.827Z Compiling ff v0.13.1
15222026-08-15T19:59:47.867Z Compiling base16ct v0.2.0
15232026-08-15T19:59:47.883Z Compiling gimli v0.32.3
15242026-08-15T19:59:47.934Z Compiling group v0.13.0
15252026-08-15T19:59:48.042Z Compiling sec1 v0.7.3
15262026-08-15T19:59:48.083Z Compiling openssl-sys v0.9.117
15272026-08-15T19:59:48.319Z Compiling http-body v1.0.1
15282026-08-15T19:59:48.357Z Compiling pkcs1 v0.7.5
15292026-08-15T19:59:48.499Z Compiling x509-cert v0.2.5
15302026-08-15T19:59:48.545Z Compiling hkdf v0.12.4
15312026-08-15T19:59:48.714Z Compiling crypto-bigint v0.5.5
15322026-08-15T19:59:48.752Z Compiling httparse v1.10.1
15332026-08-15T19:59:48.856Z Compiling rustc-demangle v0.1.27
15342026-08-15T19:59:49.093Z Compiling untrusted v0.7.1
15352026-08-15T19:59:49.222Z Compiling owo-colors v4.3.0
15362026-08-15T19:59:49.246Z Compiling crc32fast v1.5.0
15372026-08-15T19:59:49.514Z Compiling cmov v0.5.4
15382026-08-15T19:59:49.538Z Compiling openssl-probe v0.2.1
15392026-08-15T19:59:49.713Z Compiling addr2line v0.25.1
15402026-08-15T19:59:49.728Z Compiling elliptic-curve v0.13.8
15412026-08-15T19:59:49.856Z Compiling ctutils v0.4.2
15422026-08-15T19:59:50.102Z Compiling rsa v0.9.10
15432026-08-15T19:59:50.129Z Compiling camino v1.2.5
15442026-08-15T19:59:50.142Z Compiling curve25519-dalek v4.1.3
15452026-08-15T19:59:50.160Z Compiling scroll_derive v0.12.1
15462026-08-15T19:59:50.462Z Compiling async-trait v0.1.89
15472026-08-15T19:59:50.498Z Compiling darling_core v0.23.0
15482026-08-15T19:59:50.804Z Compiling backtrace v0.3.76
15492026-08-15T19:59:50.820Z Compiling proc-macro-error-attr2 v2.0.0
15502026-08-15T19:59:51.071Z Compiling aho-corasick v1.1.4
15512026-08-15T19:59:51.198Z Compiling atomic-waker v1.1.2
15522026-08-15T19:59:51.324Z Compiling tower-layer v0.3.3
15532026-08-15T19:59:51.459Z Compiling try-lock v0.2.5
15542026-08-15T19:59:51.485Z Compiling tower-service v0.3.3
15552026-08-15T19:59:51.569Z Compiling untrusted v0.9.0
15562026-08-15T19:59:51.585Z Compiling is_ci v1.2.0
15572026-08-15T19:59:51.692Z Compiling rustls v0.23.41
15582026-08-15T19:59:51.716Z Compiling radium v0.7.0
15592026-08-15T19:59:51.861Z Compiling textwrap v0.16.2
15602026-08-15T19:59:51.948Z Compiling regex-automata v0.4.14
15612026-08-15T19:59:51.983Z Compiling supports-color v3.0.2
15622026-08-15T19:59:52.147Z Compiling want v0.3.1
15632026-08-15T19:59:52.303Z Compiling h2 v0.4.15
15642026-08-15T19:59:52.320Z Compiling backtrace-ext v0.2.1
15652026-08-15T19:59:52.482Z Compiling proc-macro-error2 v2.0.1
15662026-08-15T19:59:52.725Z Compiling scroll v0.12.0
15672026-08-15T19:59:52.948Z Compiling darling_macro v0.23.0
15682026-08-15T19:59:53.150Z Compiling hybrid-array v0.4.13
15692026-08-15T19:59:53.164Z Compiling hashbrown v0.14.5
15702026-08-15T19:59:53.376Z Compiling toml_datetime v0.6.11
15712026-08-15T19:59:53.431Z Compiling serde_tokenstream v0.2.3
15722026-08-15T19:59:53.623Z Compiling serde_spanned v0.6.9
15732026-08-15T19:59:53.739Z Compiling rfc6979 v0.4.0
15742026-08-15T19:59:53.753Z Compiling slog v2.8.2
15752026-08-15T19:59:53.756Z Compiling curve25519-dalek-derive v0.1.1
15762026-08-15T19:59:53.780Z Compiling zerocopy-derive v0.7.35
15772026-08-15T19:59:53.856Z Compiling miette-derive v7.6.0
15782026-08-15T19:59:53.944Z Compiling scroll_derive v0.13.1
15792026-08-15T19:59:53.960Z Compiling darling_core v0.20.11
15802026-08-15T19:59:54.382Z Compiling httpdate v1.0.3
15812026-08-15T19:59:54.606Z Compiling openssl v0.10.80
15822026-08-15T19:59:54.638Z Compiling time-core v0.1.8
15832026-08-15T19:59:54.731Z Compiling powerfmt v0.2.0
15842026-08-15T19:59:54.782Z Compiling supports-unicode v3.0.0
15852026-08-15T19:59:54.830Z Compiling supports-hyperlinks v3.2.0
15862026-08-15T19:59:54.926Z Compiling num-conv v0.2.0
15872026-08-15T19:59:54.926Z Compiling foreign-types-shared v0.1.1
15882026-08-15T19:59:54.976Z Compiling tap v1.0.1
15892026-08-15T19:59:54.991Z Compiling keccak v0.1.6
15902026-08-15T19:59:55.011Z Compiling maybe-uninit v2.0.0
15912026-08-15T19:59:55.063Z Compiling time-macros v0.2.27
15922026-08-15T19:59:55.085Z Compiling wyz v0.5.1
15932026-08-15T19:59:55.271Z Compiling sha3 v0.10.8
15942026-08-15T19:59:55.332Z Compiling foreign-types v0.3.2
15952026-08-15T19:59:55.404Z Compiling hyper v1.10.1
15962026-08-15T19:59:55.707Z Compiling miette v7.6.0
15972026-08-15T19:59:55.710Z Compiling deranged v0.5.8
15982026-08-15T19:59:56.026Z Compiling scroll v0.13.0
15992026-08-15T19:59:56.096Z Compiling zerocopy v0.7.35
16002026-08-15T19:59:56.179Z Compiling darling_macro v0.20.11
16012026-08-15T19:59:56.365Z Compiling ecdsa v0.16.9
16022026-08-15T19:59:56.639Z Compiling chumsky v0.9.3
16032026-08-15T19:59:56.656Z Compiling darling v0.23.0
16042026-08-15T19:59:56.685Z Compiling goblin v0.8.2
16052026-08-15T19:59:56.741Z Compiling knus-derive v3.4.0
16062026-08-15T19:59:56.816Z Compiling primeorder v0.13.6
16072026-08-15T19:59:56.969Z Compiling hubpack_derive v0.1.1
16082026-08-15T19:59:57.062Z Compiling unicode-normalization v0.1.25
16092026-08-15T19:59:57.358Z Compiling ed25519 v2.2.3
16102026-08-15T19:59:57.421Z Compiling half v2.7.1
16112026-08-15T19:59:57.522Z Compiling erased-serde v0.3.31
16122026-08-15T19:59:57.716Z Compiling openssl-macros v0.1.1
16132026-08-15T19:59:57.836Z Compiling zstd-sys v2.0.16+zstd.1.5.7
16142026-08-15T19:59:58.016Z Compiling bzip2-sys v0.1.13+1.0.8
16152026-08-15T19:59:58.119Z Compiling wait-timeout v0.2.1
16162026-08-15T19:59:58.174Z Compiling socket2 v0.5.10
16172026-08-15T19:59:58.232Z Compiling env_filter v2.0.0
16182026-08-15T19:59:58.294Z Compiling native-tls v0.2.18
16192026-08-15T19:59:58.344Z Compiling funty v2.0.0
16202026-08-15T19:59:58.390Z Compiling ciborium-io v0.2.2
16212026-08-15T19:59:58.488Z Compiling quick-error v1.2.3
16222026-08-15T19:59:58.504Z Compiling num_threads v0.1.7
16232026-08-15T19:59:58.568Z Compiling crossbeam-utils v0.8.21
16242026-08-15T19:59:58.594Z Compiling bit-vec v0.8.0
16252026-08-15T19:59:58.594Z Compiling packed_struct v0.10.1
16262026-08-15T19:59:58.626Z Compiling time v0.3.47
16272026-08-15T19:59:58.832Z Compiling bit-set v0.8.0
16282026-08-15T19:59:58.879Z Compiling bitvec v1.0.1
16292026-08-15T19:59:58.894Z Compiling rusty-fork v0.3.1
16302026-08-15T19:59:58.943Z Compiling dof v0.3.0
16312026-08-15T19:59:58.994Z Compiling hyper-util v0.1.20
16322026-08-15T19:59:59.208Z Compiling ciborium-ll v0.2.2
16332026-08-15T19:59:59.291Z Compiling env_logger v0.11.11
16342026-08-15T19:59:59.658Z Compiling knus v3.4.0
16352026-08-15T20:00:00.206Z Compiling ed25519-dalek v2.2.0
16362026-08-15T20:00:00.509Z Compiling hubpack v0.1.2
16372026-08-15T20:00:00.542Z Compiling p384 v0.13.1
16382026-08-15T20:00:00.560Z Compiling serde_with_macros v3.21.0
16392026-08-15T20:00:00.692Z Compiling darling v0.20.11
16402026-08-15T20:00:00.707Z Compiling goblin v0.10.5
16412026-08-15T20:00:00.772Z Compiling packed_struct_codegen v0.10.1
16422026-08-15T20:00:00.788Z Compiling dtrace-parser v0.2.0
16432026-08-15T20:00:01.068Z Compiling rand_xorshift v0.4.0
16442026-08-15T20:00:01.230Z Compiling sha1 v0.10.6
16452026-08-15T20:00:01.441Z Compiling strum_macros v0.26.4
16462026-08-15T20:00:01.505Z Compiling zerocopy-derive v0.6.6
16472026-08-15T20:00:01.653Z Compiling bitfield-macros v0.19.4
16482026-08-15T20:00:01.811Z Compiling sync_wrapper v1.0.2
16492026-08-15T20:00:01.921Z Compiling thread-id v4.2.2
16502026-08-15T20:00:02.006Z Compiling indexmap v1.9.3
16512026-08-15T20:00:02.207Z Compiling paste v1.0.15
16522026-08-15T20:00:02.322Z Compiling usdt-impl v0.6.0
16532026-08-15T20:00:02.361Z Compiling crc-catalog v2.4.0
16542026-08-15T20:00:02.454Z Compiling unarray v0.1.4
16552026-08-15T20:00:02.469Z Compiling nodrop v0.1.14
16562026-08-15T20:00:02.519Z Compiling zlib-rs v0.6.2
16572026-08-15T20:00:02.560Z Compiling unicode-segmentation v1.12.0
16582026-08-15T20:00:02.575Z Compiling siphasher v1.0.2
16592026-08-15T20:00:02.757Z Compiling salty v0.3.0
16602026-08-15T20:00:02.933Z Compiling array-init v0.0.4
16612026-08-15T20:00:02.999Z Compiling proptest v1.11.0
16622026-08-15T20:00:03.142Z Compiling crc v3.4.0
16632026-08-15T20:00:03.163Z Compiling strum v0.26.3
16642026-08-15T20:00:03.316Z Compiling bitfield v0.19.4
16652026-08-15T20:00:03.355Z Compiling zerocopy v0.6.6
16662026-08-15T20:00:03.614Z Compiling dof v0.4.0
16672026-08-15T20:00:03.665Z Compiling usdt-impl v0.5.0
16682026-08-15T20:00:03.680Z Compiling tower v0.5.3
16692026-08-15T20:00:04.226Z Compiling serde_with v3.21.0
16702026-08-15T20:00:04.752Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16712026-08-15T20:00:04.943Z Compiling smallvec v0.6.14
16722026-08-15T20:00:05.140Z Compiling derive_builder_core v0.20.2
16732026-08-15T20:00:05.414Z Compiling flate2 v1.1.9
16742026-08-15T20:00:05.806Z Compiling ciborium v0.2.2
16752026-08-15T20:00:05.971Z Compiling http-body-util v0.1.3
16762026-08-15T20:00:05.990Z Compiling dtrace-parser v0.3.0
16772026-08-15T20:00:06.137Z Compiling ipnetwork v0.21.1
16782026-08-15T20:00:06.208Z Compiling heapless v0.7.17
16792026-08-15T20:00:06.341Z Compiling structmeta-derive v0.3.0
16802026-08-15T20:00:06.361Z Compiling enum-as-inner v0.6.1
16812026-08-15T20:00:06.443Z Compiling thread-id v5.1.0
16822026-08-15T20:00:06.520Z Compiling cookie v0.18.1
16832026-08-15T20:00:06.535Z Compiling signal-hook v0.3.18
16842026-08-15T20:00:06.698Z Compiling hashbrown v0.12.3
16852026-08-15T20:00:06.702Z Compiling ryu v1.0.23
16862026-08-15T20:00:06.702Z Compiling iri-string v0.7.10
16872026-08-15T20:00:06.853Z Compiling zstd-safe v7.2.4
16882026-08-15T20:00:06.905Z Compiling data-encoding v2.10.0
16892026-08-15T20:00:07.045Z Compiling winnow v0.5.40
16902026-08-15T20:00:07.169Z Compiling base64 v0.21.7
16912026-08-15T20:00:07.392Z Compiling unicode-properties v0.1.4
16922026-08-15T20:00:07.483Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
16932026-08-15T20:00:07.597Z Compiling static_assertions v1.1.0
16942026-08-15T20:00:07.612Z Compiling unicode-bidi v0.3.18
16952026-08-15T20:00:07.681Z Compiling ron v0.8.1
16962026-08-15T20:00:07.699Z Compiling structmeta v0.3.0
16972026-08-15T20:00:07.915Z Compiling tower-http v0.6.8
16982026-08-15T20:00:08.135Z Compiling stringprep v0.1.5
16992026-08-15T20:00:08.345Z Compiling toml_edit v0.19.15
17002026-08-15T20:00:08.498Z Compiling serde_urlencoded v0.7.1
17012026-08-15T20:00:08.658Z Compiling oxnet v0.1.6
17022026-08-15T20:00:08.692Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17032026-08-15T20:00:08.878Z Compiling derive_builder_macro v0.20.2
17042026-08-15T20:00:09.093Z Compiling bzip2 v0.4.4
17052026-08-15T20:00:09.236Z Compiling newtype-uuid v1.3.2
17062026-08-15T20:00:09.306Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17072026-08-15T20:00:09.351Z Compiling serde-hex v0.1.0
17082026-08-15T20:00:09.406Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17092026-08-15T20:00:09.566Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17102026-08-15T20:00:09.753Z Compiling tokio-native-tls v0.3.1
17112026-08-15T20:00:10.429Z Compiling heck v0.4.1
17122026-08-15T20:00:10.456Z Compiling bstr v1.12.1
17132026-08-15T20:00:10.658Z Compiling crypto-common v0.2.2
17142026-08-15T20:00:10.730Z Compiling block-padding v0.4.2
17152026-08-15T20:00:10.898Z Compiling block-buffer v0.12.1
17162026-08-15T20:00:10.984Z Compiling rustls-native-certs v0.8.3
17172026-08-15T20:00:11.086Z Compiling hashbrown v0.13.2
17182026-08-15T20:00:11.105Z Compiling futures-executor v0.3.32
17192026-08-15T20:00:11.109Z Compiling serde-big-array v0.5.1
17202026-08-15T20:00:11.259Z Compiling md-5 v0.10.6
17212026-08-15T20:00:11.274Z Compiling vergen-lib v9.1.0
17222026-08-15T20:00:11.363Z Compiling pin-project-internal v1.1.11
17232026-08-15T20:00:11.424Z Compiling daft-derive v0.1.7
17242026-08-15T20:00:11.453Z Compiling hash32 v0.2.1
17252026-08-15T20:00:11.571Z Compiling memoffset v0.9.1
17262026-08-15T20:00:11.645Z Compiling thread_local v1.1.9
17272026-08-15T20:00:11.767Z Compiling encoding_rs v0.8.35
17282026-08-15T20:00:11.900Z Compiling fallible-iterator v0.2.0
17292026-08-15T20:00:12.144Z Compiling crc-any v2.5.0
17302026-08-15T20:00:12.220Z Compiling linked-hash-map v0.5.6
17312026-08-15T20:00:12.374Z Compiling slog-async v2.8.0
17322026-08-15T20:00:12.374Z Compiling smoltcp v0.9.1
17332026-08-15T20:00:12.407Z Compiling psl-types v2.0.11
17342026-08-15T20:00:12.477Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17352026-08-15T20:00:12.532Z Compiling litrs v1.0.0
17362026-08-15T20:00:12.640Z Compiling mime v0.3.17
17372026-08-15T20:00:12.659Z Compiling rustix v0.38.44
17382026-08-15T20:00:12.712Z Compiling ref-cast v1.0.25
17392026-08-15T20:00:12.987Z Compiling toml_edit v0.22.27
17402026-08-15T20:00:13.044Z Compiling document-features v0.2.12
17412026-08-15T20:00:13.063Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17422026-08-15T20:00:13.085Z Compiling publicsuffix v2.3.0
17432026-08-15T20:00:13.288Z Compiling pin-project v1.1.11
17442026-08-15T20:00:13.308Z Compiling lru-cache v0.1.2
17452026-08-15T20:00:13.391Z Compiling postgres-protocol v0.6.10
17462026-08-15T20:00:13.435Z Compiling daft v0.1.7
17472026-08-15T20:00:13.779Z Compiling object v0.30.4
17482026-08-15T20:00:13.950Z Compiling futures v0.3.32
17492026-08-15T20:00:13.953Z Compiling inout v0.2.2
17502026-08-15T20:00:13.979Z Compiling snafu-derive v0.8.9
17512026-08-15T20:00:14.030Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17522026-08-15T20:00:14.199Z Compiling hyper-tls v0.6.0
17532026-08-15T20:00:14.262Z Compiling toml v0.7.8
17542026-08-15T20:00:14.427Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17552026-08-15T20:00:14.547Z Compiling derive_builder v0.20.2
17562026-08-15T20:00:14.667Z Compiling zip v0.6.6
17572026-08-15T20:00:15.229Z Compiling derive-ex v0.1.8
17582026-08-15T20:00:15.380Z Compiling hickory-proto v0.24.4
17592026-08-15T20:00:15.442Z Compiling crossbeam-channel v0.5.15
17602026-08-15T20:00:15.771Z Compiling usdt-attr-macro v0.5.0
17612026-08-15T20:00:15.882Z Compiling usdt-macro v0.5.0
17622026-08-15T20:00:15.895Z Compiling phf_shared v0.13.1
17632026-08-15T20:00:16.137Z Compiling regex v1.12.3
17642026-08-15T20:00:16.549Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
17652026-08-15T20:00:16.574Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17662026-08-15T20:00:16.604Z Compiling vergen v9.1.0
17672026-08-15T20:00:16.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17682026-08-15T20:00:16.744Z Compiling ref-cast-impl v1.0.25
17692026-08-15T20:00:16.787Z Compiling strum_macros v0.27.2
17702026-08-15T20:00:16.873Z Compiling nix v0.31.2
17712026-08-15T20:00:16.889Z Compiling cargo-platform v0.3.2
17722026-08-15T20:00:17.037Z Compiling is-terminal v0.4.17
17732026-08-15T20:00:17.140Z Compiling memmap v0.7.0
17742026-08-15T20:00:17.161Z Compiling fs-err v3.3.0
17752026-08-15T20:00:17.245Z Compiling bitflags v1.3.2
17762026-08-15T20:00:17.298Z Compiling managed v0.8.0
17772026-08-15T20:00:17.322Z Compiling path-slash v0.1.5
17782026-08-15T20:00:17.338Z Compiling take_mut v0.2.2
17792026-08-15T20:00:17.352Z Compiling same-file v1.0.6
17802026-08-15T20:00:17.449Z Compiling libbz2-rs-sys v0.2.2
17812026-08-15T20:00:17.449Z Compiling foldhash v0.1.5
17822026-08-15T20:00:17.513Z Compiling bumpalo v3.20.2
17832026-08-15T20:00:17.516Z Compiling term v1.2.1
17842026-08-15T20:00:17.634Z Compiling corncobs v0.1.4
17852026-08-15T20:00:17.770Z Compiling resolv-conf v0.7.6
17862026-08-15T20:00:17.812Z Compiling jiff-core v0.1.0
17872026-08-15T20:00:18.109Z Compiling hickory-resolver v0.24.4
17882026-08-15T20:00:18.113Z Compiling bzip2 v0.6.1
17892026-08-15T20:00:18.140Z Compiling slog-term v2.9.2
17902026-08-15T20:00:18.379Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17912026-08-15T20:00:18.593Z Compiling jiff v0.2.34
17922026-08-15T20:00:18.719Z Compiling zopfli v0.8.3
17932026-08-15T20:00:18.782Z Compiling hashbrown v0.15.5
17942026-08-15T20:00:18.797Z Compiling strum v0.27.2
17952026-08-15T20:00:18.943Z Compiling walkdir v2.5.0
17962026-08-15T20:00:19.264Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17972026-08-15T20:00:19.601Z Compiling usdt v0.5.0
17982026-08-15T20:00:19.760Z Compiling cargo_metadata v0.23.1
17992026-08-15T20:00:19.816Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18002026-08-15T20:00:19.864Z Compiling test-strategy v0.4.5
18012026-08-15T20:00:19.994Z Compiling phf v0.13.1
18022026-08-15T20:00:20.163Z Compiling snafu v0.8.9
18032026-08-15T20:00:20.526Z Compiling signal-hook-mio v0.2.5
18042026-08-15T20:00:20.652Z Compiling cookie_store v0.22.1
18052026-08-15T20:00:20.685Z Compiling zstd v0.13.3
18062026-08-15T20:00:21.099Z Compiling toml v0.8.23
18072026-08-15T20:00:21.306Z Compiling reqwest v0.12.28
18082026-08-15T20:00:21.323Z Compiling cipher v0.5.2
18092026-08-15T20:00:21.424Z Compiling postgres-types v0.2.12
18102026-08-15T20:00:21.720Z Compiling globset v0.4.18
18112026-08-15T20:00:21.873Z Compiling usdt-macro v0.6.0
18122026-08-15T20:00:21.977Z Compiling usdt-attr-macro v0.6.0
18132026-08-15T20:00:22.163Z Compiling phf_shared v0.11.3
18142026-08-15T20:00:22.220Z Compiling olpc-cjson v0.1.4
18152026-08-15T20:00:22.350Z Compiling tokio-stream v0.1.18
18162026-08-15T20:00:22.383Z Compiling byte-wrapper v0.1.0
18172026-08-15T20:00:22.399Z Compiling serde_plain v1.0.2
18182026-08-15T20:00:22.595Z Compiling inout v0.1.4
18192026-08-15T20:00:22.628Z Compiling secrecy v0.8.0
18202026-08-15T20:00:22.710Z Compiling derive-where v1.6.0
18212026-08-15T20:00:22.738Z Compiling async-recursion v1.1.1
18222026-08-15T20:00:22.760Z Compiling serde_repr v0.1.20
18232026-08-15T20:00:22.774Z Compiling pem v3.0.6
18242026-08-15T20:00:22.788Z Compiling float-cmp v0.10.0
18252026-08-15T20:00:22.805Z Compiling memmap2 v0.9.10
18262026-08-15T20:00:22.933Z Compiling hashbrown v0.16.1
18272026-08-15T20:00:23.024Z Compiling debug-ignore v1.0.5
18282026-08-15T20:00:23.094Z Compiling const-oid v0.10.2
18292026-08-15T20:00:23.133Z Compiling whoami v2.1.0
18302026-08-15T20:00:23.304Z Compiling typed-path v0.9.3
18312026-08-15T20:00:23.320Z Compiling cpufeatures v0.3.0
18322026-08-15T20:00:23.399Z Compiling fixedbitset v0.4.2
18332026-08-15T20:00:23.414Z Compiling new_debug_unreachable v1.0.6
18342026-08-15T20:00:23.489Z Compiling normalize-line-endings v0.3.0
18352026-08-15T20:00:23.562Z Compiling either v1.15.0
18362026-08-15T20:00:23.585Z Compiling precomputed-hash v0.1.1
18372026-08-15T20:00:23.599Z Compiling difflib v0.4.0
18382026-08-15T20:00:23.623Z Compiling predicates-core v1.0.10
18392026-08-15T20:00:23.673Z Compiling fixedbitset v0.5.7
18402026-08-15T20:00:23.776Z Compiling itertools v0.13.0
18412026-08-15T20:00:23.801Z Compiling string_cache v0.8.9
18422026-08-15T20:00:23.986Z Compiling petgraph v0.8.3
18432026-08-15T20:00:24.041Z Compiling predicates v3.1.4
18442026-08-15T20:00:24.058Z Compiling qorb v0.4.1
18452026-08-15T20:00:24.163Z Compiling petgraph v0.6.5
18462026-08-15T20:00:24.567Z Compiling iddqd v0.4.2
18472026-08-15T20:00:24.692Z Compiling tokio-postgres v0.7.16
18482026-08-15T20:00:25.046Z Compiling chacha20 v0.10.0
18492026-08-15T20:00:25.116Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18502026-08-15T20:00:25.415Z Compiling digest v0.11.3
18512026-08-15T20:00:25.649Z Compiling usdt v0.6.0
18522026-08-15T20:00:25.684Z Compiling cipher v0.4.4
18532026-08-15T20:00:25.830Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18542026-08-15T20:00:25.915Z Compiling crossterm v0.28.1
18552026-08-15T20:00:26.003Z Compiling zip v4.6.1
18562026-08-15T20:00:26.742Z Compiling similar v2.7.0
18572026-08-15T20:00:26.903Z Compiling hickory-proto v0.25.2
18582026-08-15T20:00:26.941Z Compiling crossbeam-epoch v0.9.18
18592026-08-15T20:00:27.177Z Compiling buf-list v1.1.2
18602026-08-15T20:00:27.270Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18612026-08-15T20:00:27.311Z Compiling openapiv3 v2.2.0
18622026-08-15T20:00:27.451Z Compiling peg-runtime v0.8.5
18632026-08-15T20:00:27.577Z Compiling lalrpop-util v0.19.12
18642026-08-15T20:00:27.592Z Compiling filetime v0.2.27
18652026-08-15T20:00:27.607Z Compiling xattr v1.6.1
18662026-08-15T20:00:27.731Z Compiling tar v0.4.46
18672026-08-15T20:00:27.764Z Compiling camino-tempfile v1.4.1
18682026-08-15T20:00:34.784Z Compiling rustls-webpki v0.103.13
18692026-08-15T20:00:37.503Z Compiling tokio-rustls v0.26.4
18702026-08-15T20:00:37.503Z Compiling rustls-platform-verifier v0.6.2
18712026-08-15T20:00:37.506Z Compiling tough v0.22.0
18722026-08-15T20:00:37.711Z Compiling hyper-rustls v0.27.7
18732026-08-15T20:00:37.914Z Compiling reqwest v0.13.2
18742026-08-15T20:00:40.193Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18752026-08-15T20:00:40.407Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18762026-08-15T20:00:43.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
18772026-08-15T20:00:43.363Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18782026-08-15T20:00:43.363Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18792026-08-15T20:00:43.531Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18802026-08-15T20:00:43.573ZAug 15 20:00:41.761 INFO Starting download, target: Cockroach
18812026-08-15T20:00:43.574ZAug 15 20:00:41.761 INFO Starting download, target: Clickhouse
18822026-08-15T20:00:43.574ZAug 15 20:00:41.761 INFO Starting download, target: Console
18832026-08-15T20:00:43.577ZAug 15 20:00:41.761 INFO Starting download, target: DendriteStub
18842026-08-15T20:00:43.577ZAug 15 20:00:41.761 INFO Starting download, target: MaghemiteMgd
18852026-08-15T20:00:43.577ZAug 15 20:00:41.761 INFO Starting download, target: MaghemiteDdmd
18862026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Starting download, target: TransceiverControl
18872026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18882026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18892026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18902026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18912026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18922026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18932026-08-15T20:00:43.578ZAug 15 20:00:41.761 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18942026-08-15T20:00:44.375ZAug 15 20:00:42.551 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18952026-08-15T20:00:44.594ZAug 15 20:00:42.763 INFO Download complete, target: TransceiverControl
18962026-08-15T20:00:45.425ZAug 15 20:00:43.603 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18972026-08-15T20:00:45.453ZAug 15 20:00:43.623 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18982026-08-15T20:00:45.659ZAug 15 20:00:43.851 INFO Download complete, target: Console
18992026-08-15T20:00:46.066ZAug 15 20:00:44.256 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
19002026-08-15T20:00:46.180ZAug 15 20:00:44.371 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
19012026-08-15T20:00:46.255ZAug 15 20:00:44.443 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
19022026-08-15T20:00:46.642ZAug 15 20:00:44.835 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
19032026-08-15T20:00:46.642ZAug 15 20:00:44.835 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
19042026-08-15T20:00:48.019ZAug 15 20:00:46.210 INFO Download complete, target: MaghemiteDdmd
19052026-08-15T20:00:48.681ZAug 15 20:00:46.871 INFO Download complete, target: DendriteStub
19062026-08-15T20:00:48.827ZAug 15 20:00:47.019 INFO Download complete, target: MaghemiteMgd
19072026-08-15T20:00:51.318ZAug 15 20:00:49.510 INFO Checking that binary works, target: Cockroach
19082026-08-15T20:00:51.432ZAug 15 20:00:49.624 INFO Download complete, target: Cockroach
19092026-08-15T20:00:52.265ZAug 15 20:00:50.457 INFO Checking that binary works, target: Clickhouse
19102026-08-15T20:00:52.403ZAug 15 20:00:50.596 INFO Download complete, target: Clickhouse
19112026-08-15T20:00:52.419ZAll builder prerequisites installed successfully, and PATH looks valid
19122026-08-15T20:00:52.423Z
19132026-08-15T20:00:52.423Zreal 2:20.982538890
19142026-08-15T20:00:52.423Zuser 7:48.108476028
19152026-08-15T20:00:52.423Zsys 1:35.206898474
19162026-08-15T20:00:52.423Ztrap 0.265571520
19172026-08-15T20:00:52.423Ztflt 0.591119657
19182026-08-15T20:00:52.424Zdflt 1.061654454
19192026-08-15T20:00:52.424Zkflt 0.024443854
19202026-08-15T20:00:52.424Zlock 29:01.842718519
19212026-08-15T20:00:52.424Zslp 23:24.026835325
19222026-08-15T20:00:52.424Zlat 55.379182482
19232026-08-15T20:00:52.424Zstop 3:07.421023435
19242026-08-15T20:00:52.424Z+ banner hack-check
19252026-08-15T20:00:52.424Z
19262026-08-15T20:00:52.424Z # # ## #### # # #### # # ###### #### # #
19272026-08-15T20:00:52.424Z # # # # # # # # # # # # # # # # #
19282026-08-15T20:00:52.424Z ###### # # # #### ##### # ###### ##### # ####
19292026-08-15T20:00:52.424Z # # ###### # # # # # # # # # #
19302026-08-15T20:00:52.425Z # # # # # # # # # # # # # # # # #
19312026-08-15T20:00:52.425Z # # # # #### # # #### # # ###### #### # #
19322026-08-15T20:00:52.425Z
19332026-08-15T20:00:52.425Z+ export CARGO_INCREMENTAL=0
19342026-08-15T20:00:52.425Z+ CARGO_INCREMENTAL=0
19352026-08-15T20:00:52.425Z+ ptime -m timeout 2h cargo xtask check-features --ci
19362026-08-15T20:00:52.914Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
19372026-08-15T20:00:53.212Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
19382026-08-15T20:00:55.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
19392026-08-15T20:00:55.119Z Running `target/debug/xtask check-features --ci`
19402026-08-15T20:00:55.146Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
19412026-08-15T20:00:55.146Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
19422026-08-15T20:00:55.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19432026-08-15T20:00:55.613Z Running `target/debug/xtask download cargo-hack`
19442026-08-15T20:00:56.431Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-08-15T20:00:56.749Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
19462026-08-15T20:00:59.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
19472026-08-15T20:00:59.383Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19482026-08-15T20:00:59.383Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19492026-08-15T20:00:59.548Z Running `target/debug/xtask-downloader cargo-hack`
19502026-08-15T20:00:59.590ZAug 15 20:00:57.782 INFO Starting download, target: CargoHack
19512026-08-15T20:00:59.593ZAug 15 20:00:57.783 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
19522026-08-15T20:01:00.164ZAug 15 20:00:58.357 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
19532026-08-15T20:01:00.213ZAug 15 20:00:58.405 INFO Download complete, target: CargoHack
19542026-08-15T20:01:00.216Zrunning: "/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"
19552026-08-15T20:01:00.230Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
19562026-08-15T20:01:00.392Zinfo: running `cargo check --bins` on api_identity (1/336)
19572026-08-15T20:01:00.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-08-15T20:01:00.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-08-15T20:01:00.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-08-15T20:01:00.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19612026-08-15T20:01:00.976Z
19622026-08-15T20:01:00.976Zinfo: running `cargo check --bins` on bootstore (2/336)
19632026-08-15T20:01:01.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-08-15T20:01:01.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-08-15T20:01:01.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-08-15T20:01:01.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19672026-08-15T20:01:01.560Z
19682026-08-15T20:01:01.560Zinfo: running `cargo check --bins` on omicron-ledger (3/336)
19692026-08-15T20:01:02.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-08-15T20:01:02.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-08-15T20:01:02.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-08-15T20:01:02.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19732026-08-15T20:01:02.146Z
19742026-08-15T20:01:02.146Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/336)
19752026-08-15T20:01:02.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-08-15T20:01:02.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-08-15T20:01:02.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-08-15T20:01:02.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19792026-08-15T20:01:02.730Z
19802026-08-15T20:01:02.730Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/336)
19812026-08-15T20:01:03.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-08-15T20:01:03.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-08-15T20:01:03.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-08-15T20:01:03.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19852026-08-15T20:01:03.323Z
19862026-08-15T20:01:03.323Zinfo: running `cargo check --bins` on omicron-certificates (6/336)
19872026-08-15T20:01:03.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-08-15T20:01:03.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-08-15T20:01:03.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-08-15T20:01:03.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19912026-08-15T20:01:03.919Z
19922026-08-15T20:01:03.919Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/336)
19932026-08-15T20:01:04.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-08-15T20:01:04.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-08-15T20:01:04.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-08-15T20:01:04.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19972026-08-15T20:01:04.515Z
19982026-08-15T20:01:04.515Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/336)
19992026-08-15T20:01:05.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-08-15T20:01:05.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-08-15T20:01:05.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-08-15T20:01:05.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20032026-08-15T20:01:05.105Z
20042026-08-15T20:01:05.105Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/336)
20052026-08-15T20:01:05.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-08-15T20:01:05.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-08-15T20:01:05.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-08-15T20:01:05.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20092026-08-15T20:01:05.540Z
20102026-08-15T20:01:05.540Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/336)
20112026-08-15T20:01:05.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-08-15T20:01:05.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-08-15T20:01:05.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-08-15T20:01:05.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20152026-08-15T20:01:05.979Z
20162026-08-15T20:01:05.979Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/336)
20172026-08-15T20:01:06.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-08-15T20:01:06.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-08-15T20:01:06.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-08-15T20:01:06.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20212026-08-15T20:01:06.416Z
20222026-08-15T20:01:06.416Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/336)
20232026-08-15T20:01:06.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-08-15T20:01:06.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-08-15T20:01:06.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-08-15T20:01:06.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20272026-08-15T20:01:06.852Z
20282026-08-15T20:01:06.853Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/336)
20292026-08-15T20:01:07.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-08-15T20:01:07.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-08-15T20:01:07.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-08-15T20:01:07.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20332026-08-15T20:01:07.293Z
20342026-08-15T20:01:07.293Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/336)
20352026-08-15T20:01:07.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-08-15T20:01:07.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-08-15T20:01:07.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-08-15T20:01:07.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20392026-08-15T20:01:07.734Z
20402026-08-15T20:01:07.734Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/336)
20412026-08-15T20:01:08.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-08-15T20:01:08.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-08-15T20:01:08.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-08-15T20:01:08.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20452026-08-15T20:01:08.171Z
20462026-08-15T20:01:08.171Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/336)
20472026-08-15T20:01:08.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-08-15T20:01:08.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-08-15T20:01:08.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-08-15T20:01:08.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20512026-08-15T20:01:08.605Z
20522026-08-15T20:01:08.605Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/336)
20532026-08-15T20:01:08.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-08-15T20:01:08.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-08-15T20:01:08.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-08-15T20:01:08.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20572026-08-15T20:01:09.048Z
20582026-08-15T20:01:09.048Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/336)
20592026-08-15T20:01:09.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-08-15T20:01:09.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-08-15T20:01:09.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-08-15T20:01:09.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20632026-08-15T20:01:09.481Z
20642026-08-15T20:01:09.482Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/336)
20652026-08-15T20:01:09.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-08-15T20:01:09.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-08-15T20:01:09.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-08-15T20:01:09.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20692026-08-15T20:01:09.916Z
20702026-08-15T20:01:09.916Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/336)
20712026-08-15T20:01:10.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-08-15T20:01:10.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-08-15T20:01:10.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-08-15T20:01:10.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20752026-08-15T20:01:10.350Z
20762026-08-15T20:01:10.350Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/336)
20772026-08-15T20:01:10.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-08-15T20:01:10.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-08-15T20:01:10.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-08-15T20:01:10.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20812026-08-15T20:01:10.784Z
20822026-08-15T20:01:10.784Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/336)
20832026-08-15T20:01:11.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-08-15T20:01:11.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-08-15T20:01:11.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-08-15T20:01:11.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20872026-08-15T20:01:11.225Z
20882026-08-15T20:01:11.225Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/336)
20892026-08-15T20:01:11.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-08-15T20:01:11.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-08-15T20:01:11.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-08-15T20:01:11.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20932026-08-15T20:01:11.666Z
20942026-08-15T20:01:11.666Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/336)
20952026-08-15T20:01:12.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-08-15T20:01:12.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-08-15T20:01:12.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-08-15T20:01:12.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20992026-08-15T20:01:12.102Z
21002026-08-15T20:01:12.102Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/336)
21012026-08-15T20:01:12.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-08-15T20:01:12.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-08-15T20:01:12.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-08-15T20:01:12.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21052026-08-15T20:01:12.538Z
21062026-08-15T20:01:12.538Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/336)
21072026-08-15T20:01:12.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-08-15T20:01:12.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-08-15T20:01:12.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-08-15T20:01:12.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21112026-08-15T20:01:12.972Z
21122026-08-15T20:01:12.972Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/336)
21132026-08-15T20:01:13.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-08-15T20:01:13.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-08-15T20:01:13.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-08-15T20:01:13.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21172026-08-15T20:01:13.408Z
21182026-08-15T20:01:13.408Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/336)
21192026-08-15T20:01:13.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-08-15T20:01:13.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-08-15T20:01:13.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-08-15T20:01:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21232026-08-15T20:01:13.845Z
21242026-08-15T20:01:13.845Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/336)
21252026-08-15T20:01:14.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-08-15T20:01:14.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-08-15T20:01:14.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-08-15T20:01:14.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21292026-08-15T20:01:14.281Z
21302026-08-15T20:01:14.281Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/336)
21312026-08-15T20:01:14.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-08-15T20:01:14.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-08-15T20:01:14.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-08-15T20:01:14.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21352026-08-15T20:01:14.715Z
21362026-08-15T20:01:14.716Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/336)
21372026-08-15T20:01:15.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-08-15T20:01:15.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-08-15T20:01:15.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-08-15T20:01:15.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21412026-08-15T20:01:15.155Z
21422026-08-15T20:01:15.155Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/336)
21432026-08-15T20:01:15.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-08-15T20:01:15.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-08-15T20:01:15.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-08-15T20:01:15.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21472026-08-15T20:01:15.587Z
21482026-08-15T20:01:15.587Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/336)
21492026-08-15T20:01:15.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-08-15T20:01:15.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-08-15T20:01:15.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-08-15T20:01:15.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21532026-08-15T20:01:16.019Z
21542026-08-15T20:01:16.019Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/336)
21552026-08-15T20:01:16.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-08-15T20:01:16.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-08-15T20:01:16.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-08-15T20:01:16.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21592026-08-15T20:01:16.452Z
21602026-08-15T20:01:16.452Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/336)
21612026-08-15T20:01:16.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-08-15T20:01:16.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-08-15T20:01:16.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-08-15T20:01:16.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21652026-08-15T20:01:16.888Z
21662026-08-15T20:01:16.888Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/336)
21672026-08-15T20:01:17.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-08-15T20:01:17.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-08-15T20:01:17.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-08-15T20:01:17.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21712026-08-15T20:01:17.320Z
21722026-08-15T20:01:17.320Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/336)
21732026-08-15T20:01:17.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-08-15T20:01:17.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-08-15T20:01:17.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-08-15T20:01:17.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21772026-08-15T20:01:17.754Z
21782026-08-15T20:01:17.754Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/336)
21792026-08-15T20:01:18.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-08-15T20:01:18.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-08-15T20:01:18.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-08-15T20:01:18.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21832026-08-15T20:01:18.189Z
21842026-08-15T20:01:18.189Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/336)
21852026-08-15T20:01:18.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-08-15T20:01:18.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-08-15T20:01:18.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-08-15T20:01:18.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21892026-08-15T20:01:18.623Z
21902026-08-15T20:01:18.623Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/336)
21912026-08-15T20:01:19.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-08-15T20:01:19.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-08-15T20:01:19.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-08-15T20:01:19.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
21952026-08-15T20:01:19.059Z
21962026-08-15T20:01:19.060Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/336)
21972026-08-15T20:01:19.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-08-15T20:01:19.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-08-15T20:01:19.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-08-15T20:01:19.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22012026-08-15T20:01:19.496Z
22022026-08-15T20:01:19.496Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/336)
22032026-08-15T20:01:19.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-08-15T20:01:19.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-08-15T20:01:19.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-08-15T20:01:19.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22072026-08-15T20:01:19.934Z
22082026-08-15T20:01:19.934Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/336)
22092026-08-15T20:01:20.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-08-15T20:01:20.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-08-15T20:01:20.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-08-15T20:01:20.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22132026-08-15T20:01:20.372Z
22142026-08-15T20:01:20.372Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/336)
22152026-08-15T20:01:20.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-08-15T20:01:20.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-08-15T20:01:20.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-08-15T20:01:20.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22192026-08-15T20:01:20.809Z
22202026-08-15T20:01:20.810Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/336)
22212026-08-15T20:01:21.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-08-15T20:01:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-08-15T20:01:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-08-15T20:01:21.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22252026-08-15T20:01:21.250Z
22262026-08-15T20:01:21.251Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/336)
22272026-08-15T20:01:21.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-08-15T20:01:21.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-08-15T20:01:21.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-08-15T20:01:21.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22312026-08-15T20:01:21.691Z
22322026-08-15T20:01:21.691Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/336)
22332026-08-15T20:01:22.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-08-15T20:01:22.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-08-15T20:01:22.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-08-15T20:01:22.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22372026-08-15T20:01:22.132Z
22382026-08-15T20:01:22.132Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/336)
22392026-08-15T20:01:22.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-08-15T20:01:22.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-08-15T20:01:22.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-08-15T20:01:22.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
22432026-08-15T20:01:22.569Z
22442026-08-15T20:01:22.569Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/336)
22452026-08-15T20:01:23.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-08-15T20:01:23.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-08-15T20:01:23.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-08-15T20:01:23.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22492026-08-15T20:01:23.199Z
22502026-08-15T20:01:23.200Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/336)
22512026-08-15T20:01:23.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-08-15T20:01:23.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-08-15T20:01:23.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-08-15T20:01:23.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22552026-08-15T20:01:23.833Z
22562026-08-15T20:01:23.833Zinfo: running `cargo check --bins` on nexus-config (51/336)
22572026-08-15T20:01:24.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-08-15T20:01:24.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-08-15T20:01:24.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-08-15T20:01:24.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22612026-08-15T20:01:24.468Z
22622026-08-15T20:01:24.468Zinfo: running `cargo check --bins` on nexus-types (52/336)
22632026-08-15T20:01:25.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-08-15T20:01:25.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-08-15T20:01:25.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-08-15T20:01:25.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22672026-08-15T20:01:25.107Z
22682026-08-15T20:01:25.107Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/336)
22692026-08-15T20:01:25.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-08-15T20:01:25.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-08-15T20:01:25.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-08-15T20:01:25.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22732026-08-15T20:01:25.705Z
22742026-08-15T20:01:25.705Zinfo: running `cargo check --bins` on omicron-passwords (54/336)
22752026-08-15T20:01:26.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-08-15T20:01:26.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-08-15T20:01:26.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-08-15T20:01:26.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22792026-08-15T20:01:26.281Z
22802026-08-15T20:01:26.281Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/336)
22812026-08-15T20:01:26.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-08-15T20:01:26.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-08-15T20:01:26.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-08-15T20:01:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22852026-08-15T20:01:26.877Z
22862026-08-15T20:01:26.877Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/336)
22872026-08-15T20:01:27.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-08-15T20:01:27.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-08-15T20:01:27.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-08-15T20:01:27.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22912026-08-15T20:01:27.476Z
22922026-08-15T20:01:27.476Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/336)
22932026-08-15T20:01:27.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-08-15T20:01:27.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-08-15T20:01:27.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962026-08-15T20:01:27.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22972026-08-15T20:01:28.073Z
22982026-08-15T20:01:28.073Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/336)
22992026-08-15T20:01:28.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002026-08-15T20:01:28.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012026-08-15T20:01:28.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022026-08-15T20:01:28.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23032026-08-15T20:01:28.676Z
23042026-08-15T20:01:28.676Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/336)
23052026-08-15T20:01:29.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062026-08-15T20:01:29.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072026-08-15T20:01:29.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082026-08-15T20:01:29.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23092026-08-15T20:01:29.265Z
23102026-08-15T20:01:29.265Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/336)
23112026-08-15T20:01:29.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122026-08-15T20:01:29.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132026-08-15T20:01:29.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142026-08-15T20:01:29.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23152026-08-15T20:01:29.847Z
23162026-08-15T20:01:29.847Zinfo: running `cargo check --bins --no-default-features` on gfss (61/336)
23172026-08-15T20:01:30.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182026-08-15T20:01:30.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192026-08-15T20:01:30.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202026-08-15T20:01:30.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23212026-08-15T20:01:30.423Z
23222026-08-15T20:01:30.423Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/336)
23232026-08-15T20:01:30.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242026-08-15T20:01:30.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252026-08-15T20:01:30.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262026-08-15T20:01:30.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23272026-08-15T20:01:31.000Z
23282026-08-15T20:01:31.000Zinfo: running `cargo check --bins` on wicketd-commission-types (63/336)
23292026-08-15T20:01:31.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302026-08-15T20:01:31.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312026-08-15T20:01:31.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322026-08-15T20:01:31.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23332026-08-15T20:01:31.596Z
23342026-08-15T20:01:31.596Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/336)
23352026-08-15T20:01:32.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362026-08-15T20:01:32.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372026-08-15T20:01:32.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382026-08-15T20:01:32.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23392026-08-15T20:01:32.192Z
23402026-08-15T20:01:32.192Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/336)
23412026-08-15T20:01:32.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422026-08-15T20:01:32.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432026-08-15T20:01:32.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442026-08-15T20:01:32.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23452026-08-15T20:01:32.773Z
23462026-08-15T20:01:32.773Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/336)
23472026-08-15T20:01:33.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482026-08-15T20:01:33.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492026-08-15T20:01:33.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502026-08-15T20:01:33.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23512026-08-15T20:01:33.358Z
23522026-08-15T20:01:33.358Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/336)
23532026-08-15T20:01:33.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542026-08-15T20:01:33.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552026-08-15T20:01:33.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562026-08-15T20:01:33.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23572026-08-15T20:01:33.950Z
23582026-08-15T20:01:33.950Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/336)
23592026-08-15T20:01:34.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602026-08-15T20:01:34.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612026-08-15T20:01:34.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622026-08-15T20:01:34.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23632026-08-15T20:01:34.544Z
23642026-08-15T20:01:34.544Zinfo: running `cargo check --bins` on cockroach-admin-types (69/336)
23652026-08-15T20:01:35.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662026-08-15T20:01:35.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672026-08-15T20:01:35.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682026-08-15T20:01:35.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23692026-08-15T20:01:35.124Z
23702026-08-15T20:01:35.124Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/336)
23712026-08-15T20:01:35.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722026-08-15T20:01:35.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732026-08-15T20:01:35.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742026-08-15T20:01:35.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23752026-08-15T20:01:35.709Z
23762026-08-15T20:01:35.709Zinfo: running `cargo check --bins` on ereport-types (71/336)
23772026-08-15T20:01:36.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782026-08-15T20:01:36.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792026-08-15T20:01:36.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802026-08-15T20:01:36.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23812026-08-15T20:01:36.301Z
23822026-08-15T20:01:36.301Zinfo: running `cargo check --bins` on gateway-client (72/336)
23832026-08-15T20:01:36.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842026-08-15T20:01:36.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852026-08-15T20:01:36.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862026-08-15T20:01:36.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23872026-08-15T20:01:36.895Z
23882026-08-15T20:01:36.895Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/336)
23892026-08-15T20:01:37.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902026-08-15T20:01:37.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912026-08-15T20:01:37.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922026-08-15T20:01:37.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23932026-08-15T20:01:37.482Z
23942026-08-15T20:01:37.482Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/336)
23952026-08-15T20:01:37.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962026-08-15T20:01:37.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972026-08-15T20:01:37.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982026-08-15T20:01:37.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23992026-08-15T20:01:38.074Z
24002026-08-15T20:01:38.074Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/336)
24012026-08-15T20:01:38.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022026-08-15T20:01:38.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032026-08-15T20:01:38.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042026-08-15T20:01:38.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24052026-08-15T20:01:38.677Z
24062026-08-15T20:01:38.677Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/336)
24072026-08-15T20:01:39.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082026-08-15T20:01:39.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092026-08-15T20:01:39.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102026-08-15T20:01:39.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24112026-08-15T20:01:39.284Z
24122026-08-15T20:01:39.284Zinfo: running `cargo check --bins` on key-manager-types (77/336)
24132026-08-15T20:01:39.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142026-08-15T20:01:39.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152026-08-15T20:01:39.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162026-08-15T20:01:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24172026-08-15T20:01:39.867Z
24182026-08-15T20:01:39.867Zinfo: running `cargo check --bins` on oxlog (78/336)
24192026-08-15T20:01:40.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202026-08-15T20:01:40.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212026-08-15T20:01:40.507Z Checking cfg-if v1.0.4
24222026-08-15T20:01:40.616Z Checking libc v0.2.185
24232026-08-15T20:01:40.619Z Checking serde_core v1.0.228
24242026-08-15T20:01:40.631Z Checking zeroize v1.9.0
24252026-08-15T20:01:40.672Z Checking memchr v2.8.0
24262026-08-15T20:01:40.677Z Checking smallvec v1.15.1
24272026-08-15T20:01:40.677Z Checking log v0.4.33
24282026-08-15T20:01:40.677Z Checking subtle v2.6.1
24292026-08-15T20:01:40.689Z Checking itoa v1.0.17
24302026-08-15T20:01:40.781Z Checking typenum v1.20.1
24312026-08-15T20:01:40.821Z Checking stable_deref_trait v1.2.1
24322026-08-15T20:01:40.821Z Checking scopeguard v1.2.0
24332026-08-15T20:01:40.824Z Checking zerocopy v0.8.56
24342026-08-15T20:01:40.858Z Checking zerofrom v0.1.6
24352026-08-15T20:01:40.906Z Checking const-oid v0.9.6
24362026-08-15T20:01:40.920Z Checking lock_api v0.4.14
24372026-08-15T20:01:40.968Z Checking yoke v0.8.1
24382026-08-15T20:01:41.008Z Checking portable-atomic v1.13.1
24392026-08-15T20:01:41.021Z Checking errno v0.3.14
24402026-08-15T20:01:41.117Z Checking getrandom v0.2.17
24412026-08-15T20:01:41.129Z Checking zerovec v0.11.5
24422026-08-15T20:01:41.142Z Checking critical-section v1.2.0
24432026-08-15T20:01:41.238Z Checking zmij v1.0.21
24442026-08-15T20:01:41.258Z Checking rand_core v0.6.4
24452026-08-15T20:01:41.414Z Checking once_cell v1.21.3
24462026-08-15T20:01:41.432Z Checking litemap v0.8.1
24472026-08-15T20:01:41.446Z Checking writeable v0.6.2
24482026-08-15T20:01:41.516Z Checking generic-array v0.14.7
24492026-08-15T20:01:41.558Z Checking tinystr v0.8.2
24502026-08-15T20:01:41.577Z Checking pin-project-lite v0.2.17
24512026-08-15T20:01:41.589Z Checking percent-encoding v2.3.2
24522026-08-15T20:01:41.600Z Checking potential_utf v0.1.4
24532026-08-15T20:01:41.612Z Checking zerotrie v0.2.3
24542026-08-15T20:01:41.665Z Checking libm v0.2.16
24552026-08-15T20:01:41.723Z Checking icu_locale_core v2.1.1
24562026-08-15T20:01:41.735Z Checking icu_collections v2.1.1
24572026-08-15T20:01:41.747Z Checking signal-hook-registry v1.4.8
24582026-08-15T20:01:41.847Z Checking parking_lot_core v0.9.12
24592026-08-15T20:01:41.906Z Checking mio v1.2.0
24602026-08-15T20:01:41.965Z Checking crypto-common v0.1.7
24612026-08-15T20:01:42.029Z Checking parking_lot v0.12.5
24622026-08-15T20:01:42.033Z Checking icu_normalizer_data v2.1.1
24632026-08-15T20:01:42.086Z Checking icu_properties_data v2.1.2
24642026-08-15T20:01:42.111Z Checking serde v1.0.228
24652026-08-15T20:01:42.112Z Checking bitflags v2.11.0
24662026-08-15T20:01:42.184Z Checking serde_json v1.0.151
24672026-08-15T20:01:42.207Z Checking block-buffer v0.10.4
24682026-08-15T20:01:42.213Z Checking futures-core v0.3.32
24692026-08-15T20:01:42.270Z Checking icu_provider v2.1.1
24702026-08-15T20:01:42.284Z Checking socket2 v0.6.3
24712026-08-15T20:01:42.371Z Checking num-traits v0.2.19
24722026-08-15T20:01:42.383Z Checking digest v0.10.7
24732026-08-15T20:01:42.383Z Checking utf8_iter v1.0.4
24742026-08-15T20:01:42.496Z Checking icu_normalizer v2.1.1
24752026-08-15T20:01:42.510Z Checking icu_properties v2.1.2
24762026-08-15T20:01:42.521Z Checking allocator-api2 v0.2.21
24772026-08-15T20:01:42.533Z Checking bytes v1.11.1
24782026-08-15T20:01:42.587Z Checking equivalent v1.0.2
24792026-08-15T20:01:42.670Z Checking form_urlencoded v1.2.2
24802026-08-15T20:01:42.795Z Checking getrandom v0.3.4
24812026-08-15T20:01:42.810Z Checking foldhash v0.2.0
24822026-08-15T20:01:42.821Z Checking rand_core v0.10.0
24832026-08-15T20:01:42.853Z Checking futures-sink v0.3.32
24842026-08-15T20:01:42.886Z Checking byteorder v1.5.0
24852026-08-15T20:01:42.936Z Checking base64ct v1.8.3
24862026-08-15T20:01:42.949Z Checking futures-channel v0.3.32
24872026-08-15T20:01:42.960Z Checking getrandom v0.4.3
24882026-08-15T20:01:42.964Z Checking hashbrown v0.17.0
24892026-08-15T20:01:42.985Z Checking tokio v1.52.1
24902026-08-15T20:01:43.085Z Checking slab v0.4.12
24912026-08-15T20:01:43.103Z Checking flagset v0.4.7
24922026-08-15T20:01:43.136Z Checking futures-io v0.3.32
24932026-08-15T20:01:43.163Z Checking pem-rfc7468 v0.7.0
24942026-08-15T20:01:43.223Z Checking futures-task v0.3.32
24952026-08-15T20:01:43.243Z Checking rustix v1.1.4
24962026-08-15T20:01:43.260Z Checking iana-time-zone v0.1.65
24972026-08-15T20:01:43.321Z Checking der v0.7.10
24982026-08-15T20:01:43.339Z Checking idna_adapter v1.2.1
24992026-08-15T20:01:43.362Z Checking futures-util v0.3.32
25002026-08-15T20:01:43.365Z Checking chrono v0.4.45
25012026-08-15T20:01:43.456Z Checking idna v1.1.0
25022026-08-15T20:01:43.495Z Checking indexmap v2.14.0
25032026-08-15T20:01:43.637Z Checking ppv-lite86 v0.2.21
25042026-08-15T20:01:43.696Z Checking url v2.5.8
25052026-08-15T20:01:43.922Z Checking borsh v1.8.0
25062026-08-15T20:01:44.043Z Checking thiserror v2.0.18
25072026-08-15T20:01:44.060Z Checking spki v0.7.3
25082026-08-15T20:01:44.125Z Checking dyn-clone v1.0.20
25092026-08-15T20:01:44.144Z Checking fnv v1.0.7
25102026-08-15T20:01:44.213Z Checking pkcs8 v0.10.2
25112026-08-15T20:01:44.229Z Checking rand_core v0.9.5
25122026-08-15T20:01:44.243Z Checking semver v1.0.28
25132026-08-15T20:01:44.246Z Checking tracing-core v0.1.36
25142026-08-15T20:01:44.266Z Checking uuid v1.23.4
25152026-08-15T20:01:44.269Z Checking thiserror v1.0.69
25162026-08-15T20:01:44.363Z Checking utf8parse v0.2.2
25172026-08-15T20:01:44.363Z Checking cpufeatures v0.2.17
25182026-08-15T20:01:44.400Z Checking anstyle v1.0.14
25192026-08-15T20:01:44.434Z Checking is_terminal_polyfill v1.70.2
25202026-08-15T20:01:44.454Z Checking colorchoice v1.0.4
25212026-08-15T20:01:44.470Z Checking anstyle-parse v1.0.0
25222026-08-15T20:01:44.523Z Checking anstyle-query v1.1.5
25232026-08-15T20:01:44.548Z Checking tracing v0.1.44
25242026-08-15T20:01:44.551Z Checking tinyvec_macros v0.1.1
25252026-08-15T20:01:44.576Z Checking base64 v0.22.1
25262026-08-15T20:01:44.610Z Checking regex-syntax v0.8.10
25272026-08-15T20:01:44.624Z Checking tinyvec v1.12.0
25282026-08-15T20:01:44.624Z Checking anstream v1.0.0
25292026-08-15T20:01:44.647Z Checking schemars v0.8.22
25302026-08-15T20:01:44.754Z Checking sha2 v0.10.9
25312026-08-15T20:01:44.804Z Checking rand_chacha v0.9.0
25322026-08-15T20:01:44.829Z Checking terminal_size v0.4.3
25332026-08-15T20:01:44.923Z Checking http v1.4.2
25342026-08-15T20:01:44.943Z Checking hmac v0.12.1
25352026-08-15T20:01:45.005Z Checking rand v0.9.2
25362026-08-15T20:01:45.028Z Checking signature v2.2.0
25372026-08-15T20:01:45.075Z Checking hex v0.4.3
25382026-08-15T20:01:45.157Z Checking ipnet v2.12.1
25392026-08-15T20:01:45.290Z Checking rustls-pki-types v1.14.0
25402026-08-15T20:01:45.305Z Checking fastrand v2.3.0
25412026-08-15T20:01:45.309Z Checking strsim v0.11.1
25422026-08-15T20:01:45.413Z Checking clap_lex v1.0.0
25432026-08-15T20:01:45.471Z Checking rand_chacha v0.3.1
25442026-08-15T20:01:45.485Z Checking tempfile v3.27.0
25452026-08-15T20:01:45.485Z Checking http-body v1.0.1
25462026-08-15T20:01:45.508Z Checking aws-lc-sys v0.40.0
25472026-08-15T20:01:45.560Z Checking clap_builder v4.6.0
25482026-08-15T20:01:45.574Z Checking spin v0.9.8
25492026-08-15T20:01:45.614Z Checking untrusted v0.7.1
25502026-08-15T20:01:45.677Z Checking openssl-probe v0.2.1
25512026-08-15T20:01:45.690Z Checking cmov v0.5.4
25522026-08-15T20:01:45.722Z Checking plain v0.2.3
25532026-08-15T20:01:45.751Z Checking rand v0.8.6
25542026-08-15T20:01:45.783Z Checking ucd-trie v0.1.7
25552026-08-15T20:01:45.826Z Checking unicode-ident v1.0.24
25562026-08-15T20:01:45.875Z Checking ctutils v0.4.2
25572026-08-15T20:01:45.896Z Checking atomic-waker v1.1.2
25582026-08-15T20:01:45.917Z Checking untrusted v0.9.0
25592026-08-15T20:01:45.932Z Checking try-lock v0.2.5
25602026-08-15T20:01:45.993Z Checking tower-service v0.3.3
25612026-08-15T20:01:46.006Z Checking aws-lc-rs v1.16.3
25622026-08-15T20:01:46.023Z Checking tower-layer v0.3.3
25632026-08-15T20:01:46.026Z Checking want v0.3.1
25642026-08-15T20:01:46.081Z Checking proc-macro2 v1.0.106
25652026-08-15T20:01:46.094Z Checking hybrid-array v0.4.13
25662026-08-15T20:01:46.154Z Checking pest v2.8.6
25672026-08-15T20:01:46.170Z Checking crossbeam-utils v0.8.21
25682026-08-15T20:01:46.236Z Checking tokio-util v0.7.18
25692026-08-15T20:01:46.276Z Checking httparse v1.10.1
25702026-08-15T20:01:46.385Z Checking crc32fast v1.5.0
25712026-08-15T20:01:46.484Z Checking toml_datetime v0.6.11
25722026-08-15T20:01:46.504Z Checking serde_spanned v0.6.9
25732026-08-15T20:01:46.525Z Checking ff v0.13.1
25742026-08-15T20:01:46.628Z Checking aho-corasick v1.1.4
25752026-08-15T20:01:46.653Z Checking pretty-hex v0.4.1
25762026-08-15T20:01:46.666Z Checking foreign-types-shared v0.1.1
25772026-08-15T20:01:46.749Z Checking simd-adler32 v0.3.8
25782026-08-15T20:01:46.770Z Checking tap v1.0.1
25792026-08-15T20:01:46.802Z Checking clap v4.6.1
25802026-08-15T20:01:46.828Z Checking rustls-webpki v0.103.13
25812026-08-15T20:01:46.841Z Checking httpdate v1.0.3
25822026-08-15T20:01:46.853Z Checking h2 v0.4.15
25832026-08-15T20:01:46.867Z Checking base16ct v0.2.0
25842026-08-15T20:01:46.880Z Checking powerfmt v0.2.0
25852026-08-15T20:01:46.914Z Checking wyz v0.5.1
25862026-08-15T20:01:46.981Z Checking foreign-types v0.3.2
25872026-08-15T20:01:46.994Z Checking sec1 v0.7.3
25882026-08-15T20:01:47.024Z Checking deranged v0.5.8
25892026-08-15T20:01:47.049Z Checking group v0.13.0
25902026-08-15T20:01:47.087Z Checking quote v1.0.45
25912026-08-15T20:01:47.195Z Checking hkdf v0.12.4
25922026-08-15T20:01:47.195Z Checking unicode-normalization v0.1.25
25932026-08-15T20:01:47.223Z Checking x509-cert v0.2.5
25942026-08-15T20:01:47.235Z Checking rustls v0.23.41
25952026-08-15T20:01:47.251Z Checking radium v0.7.0
25962026-08-15T20:01:47.313Z Checking regex-automata v0.4.14
25972026-08-15T20:01:47.337Z Checking half v2.7.1
25982026-08-15T20:01:47.418Z Checking openssl-sys v0.9.117
25992026-08-15T20:01:47.591Z Checking num-integer v0.1.46
26002026-08-15T20:01:47.595Z Checking erased-serde v0.3.31
26012026-08-15T20:01:47.782Z Checking crypto-bigint v0.5.5
26022026-08-15T20:01:47.829Z Checking socket2 v0.5.10
26032026-08-15T20:01:47.874Z Checking wait-timeout v0.2.1
26042026-08-15T20:01:47.949Z Checking env_filter v2.0.0
26052026-08-15T20:01:47.973Z Checking num_threads v0.1.7
26062026-08-15T20:01:47.995Z Checking ciborium-io v0.2.2
26072026-08-15T20:01:48.058Z Checking adler2 v2.0.1
26082026-08-15T20:01:48.071Z Checking num-conv v0.2.0
26092026-08-15T20:01:48.084Z Checking time-core v0.1.8
26102026-08-15T20:01:48.096Z Checking funty v2.0.0
26112026-08-15T20:01:48.164Z Checking quick-error v1.2.3
26122026-08-15T20:01:48.196Z Checking bit-vec v0.8.0
26132026-08-15T20:01:48.235Z Checking time v0.3.47
26142026-08-15T20:01:48.265Z Checking rusty-fork v0.3.1
26152026-08-15T20:01:48.390Z Checking bit-set v0.8.0
26162026-08-15T20:01:48.412Z Checking bitvec v1.0.1
26172026-08-15T20:01:48.440Z Checking miniz_oxide v0.8.9
26182026-08-15T20:01:48.536Z Checking env_logger v0.11.11
26192026-08-15T20:01:48.716Z Checking elliptic-curve v0.13.8
26202026-08-15T20:01:48.731Z Checking ciborium-ll v0.2.2
26212026-08-15T20:01:48.799Z Checking slog v2.8.2
26222026-08-15T20:01:48.899Z Checking num-iter v0.1.45
26232026-08-15T20:01:49.011Z Checking openssl v0.10.80
26242026-08-15T20:01:49.025Z Checking syn v2.0.117
26252026-08-15T20:01:49.060Z Checking lazy_static v1.5.0
26262026-08-15T20:01:49.151Z Checking rand_xorshift v0.4.0
26272026-08-15T20:01:49.171Z Checking hubpack v0.1.2
26282026-08-15T20:01:49.273Z Checking maybe-uninit v2.0.0
26292026-08-15T20:01:49.337Z Checking scroll v0.12.0
26302026-08-15T20:01:49.350Z Checking sync_wrapper v1.0.2
26312026-08-15T20:01:49.368Z Checking nodrop v0.1.14
26322026-08-15T20:01:49.457Z Checking unarray v0.1.4
26332026-08-15T20:01:49.463Z Checking siphasher v1.0.2
26342026-08-15T20:01:49.511Z Checking zlib-rs v0.6.2
26352026-08-15T20:01:49.553Z Checking crc-catalog v2.4.0
26362026-08-15T20:01:49.567Z Checking goblin v0.8.2
26372026-08-15T20:01:49.615Z Checking proptest v1.11.0
26382026-08-15T20:01:49.642Z Checking crc v3.4.0
26392026-08-15T20:01:49.692Z Checking hyper v1.10.1
26402026-08-15T20:01:49.808Z Checking array-init v0.0.4
26412026-08-15T20:01:49.946Z Checking packed_struct v0.10.1
26422026-08-15T20:01:50.099Z Checking tower v0.5.3
26432026-08-15T20:01:50.386Z Checking flate2 v1.1.9
26442026-08-15T20:01:50.484Z Checking smallvec v0.6.14
26452026-08-15T20:01:50.613Z Checking hyper-util v0.1.20
26462026-08-15T20:01:50.670Z Checking num-bigint-dig v0.8.6
26472026-08-15T20:01:50.684Z Checking ciborium v0.2.2
26482026-08-15T20:01:50.978Z Checking native-tls v0.2.18
26492026-08-15T20:01:51.009Z Checking http-body-util v0.1.3
26502026-08-15T20:01:51.107Z Checking ipnetwork v0.21.1
26512026-08-15T20:01:51.157Z Checking serde_with v3.21.0
26522026-08-15T20:01:51.228Z Checking rfc6979 v0.4.0
26532026-08-15T20:01:51.269Z Checking zerocopy v0.6.6
26542026-08-15T20:01:51.324Z Checking bitfield v0.19.4
26552026-08-15T20:01:51.345Z Checking strum v0.26.3
26562026-08-15T20:01:51.387Z Checking bzip2-sys v0.1.13+1.0.8
26572026-08-15T20:01:51.428Z Checking pkcs1 v0.7.5
26582026-08-15T20:01:51.453Z Checking scroll v0.13.0
26592026-08-15T20:01:51.470Z Checking zerocopy v0.7.35
26602026-08-15T20:01:51.482Z Checking ahash v0.8.12
26612026-08-15T20:01:51.562Z Checking iri-string v0.7.10
26622026-08-15T20:01:51.586Z Checking static_assertions v1.1.0
26632026-08-15T20:01:51.633Z Checking keccak v0.1.6
26642026-08-15T20:01:51.654Z Checking hashbrown v0.12.3
26652026-08-15T20:01:51.670Z Checking base64 v0.21.7
26662026-08-15T20:01:51.683Z Checking ryu v1.0.23
26672026-08-15T20:01:51.795Z Checking unicode-properties v0.1.4
26682026-08-15T20:01:51.816Z Checking unicode-bidi v0.3.18
26692026-08-15T20:01:51.888Z Checking winnow v0.5.40
26702026-08-15T20:01:51.904Z Checking data-encoding v2.10.0
26712026-08-15T20:01:51.951Z Checking dof v0.3.0
26722026-08-15T20:01:51.980Z Checking ron v0.8.1
26732026-08-15T20:01:52.054Z Checking indexmap v1.9.3
26742026-08-15T20:01:52.108Z Checking stringprep v0.1.5
26752026-08-15T20:01:52.174Z Checking serde_urlencoded v0.7.1
26762026-08-15T20:01:52.230Z Checking sha3 v0.10.8
26772026-08-15T20:01:52.259Z Checking goblin v0.10.5
26782026-08-15T20:01:52.363Z Checking hashbrown v0.13.2
26792026-08-15T20:01:52.377Z Checking rsa v0.9.10
26802026-08-15T20:01:52.429Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26812026-08-15T20:01:52.489Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26822026-08-15T20:01:52.578Z Checking tower-http v0.6.8
26832026-08-15T20:01:52.641Z Checking bzip2 v0.4.4
26842026-08-15T20:01:52.655Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26852026-08-15T20:01:52.783Z Checking newtype-uuid v1.3.2
26862026-08-15T20:01:52.812Z Checking ecdsa v0.16.9
26872026-08-15T20:01:52.848Z Checking oxnet v0.1.6
26882026-08-15T20:01:52.863Z Checking tokio-native-tls v0.3.1
26892026-08-15T20:01:53.006Z Checking serde-hex v0.1.0
26902026-08-15T20:01:53.021Z Checking tokio-rustls v0.26.4
26912026-08-15T20:01:53.043Z Checking toml_edit v0.19.15
26922026-08-15T20:01:53.109Z Checking bstr v1.12.1
26932026-08-15T20:01:53.140Z Checking primeorder v0.13.6
26942026-08-15T20:01:53.255Z Checking dtrace-parser v0.2.0
26952026-08-15T20:01:53.285Z Checking block-buffer v0.12.1
26962026-08-15T20:01:53.400Z Checking block-padding v0.4.2
26972026-08-15T20:01:53.445Z Checking crypto-common v0.2.2
26982026-08-15T20:01:53.491Z Checking crossbeam-epoch v0.9.18
26992026-08-15T20:01:53.522Z Checking rustls-native-certs v0.8.3
27002026-08-15T20:01:53.536Z Checking futures-executor v0.3.32
27012026-08-15T20:01:53.650Z Checking ed25519 v2.2.3
27022026-08-15T20:01:53.681Z Checking salty v0.3.0
27032026-08-15T20:01:53.709Z Checking zstd-sys v2.0.16+zstd.1.5.7
27042026-08-15T20:01:53.820Z Checking curve25519-dalek v4.1.3
27052026-08-15T20:01:53.835Z Checking hash32 v0.2.1
27062026-08-15T20:01:53.934Z Checking md-5 v0.10.6
27072026-08-15T20:01:53.986Z Checking serde-big-array v0.5.1
27082026-08-15T20:01:54.045Z Checking thread-id v4.2.2
27092026-08-15T20:01:54.071Z Checking thread_local v1.1.9
27102026-08-15T20:01:54.085Z Checking encoding_rs v0.8.35
27112026-08-15T20:01:54.119Z Checking psl-types v2.0.11
27122026-08-15T20:01:54.131Z Checking toml_write v0.1.2
27132026-08-15T20:01:54.235Z Checking fallible-iterator v0.2.0
27142026-08-15T20:01:54.238Z Checking linked-hash-map v0.5.6
27152026-08-15T20:01:54.292Z Checking mime v0.3.17
27162026-08-15T20:01:54.406Z Checking winnow v0.7.14
27172026-08-15T20:01:54.466Z Checking crc-any v2.5.0
27182026-08-15T20:01:54.502Z Checking postgres-protocol v0.6.10
27192026-08-15T20:01:54.517Z Checking lru-cache v0.1.2
27202026-08-15T20:01:54.577Z Checking ed25519-dalek v2.2.0
27212026-08-15T20:01:54.591Z Checking dof v0.4.0
27222026-08-15T20:01:54.629Z Checking publicsuffix v2.3.0
27232026-08-15T20:01:54.643Z Checking usdt-impl v0.5.0
27242026-08-15T20:01:54.788Z Checking toml v0.7.8
27252026-08-15T20:01:54.806Z Checking heapless v0.7.17
27262026-08-15T20:01:54.827Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27272026-08-15T20:01:54.927Z Checking zstd-safe v7.2.4
27282026-08-15T20:01:55.024Z Checking futures v0.3.32
27292026-08-15T20:01:55.090Z Checking inout v0.2.2
27302026-08-15T20:01:55.103Z Checking p384 v0.13.1
27312026-08-15T20:01:55.115Z Checking daft v0.1.7
27322026-08-15T20:01:55.215Z Checking hyper-tls v0.6.0
27332026-08-15T20:01:55.229Z Checking zip v0.6.6
27342026-08-15T20:01:55.230Z Checking object v0.30.4
27352026-08-15T20:01:55.254Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27362026-08-15T20:01:55.366Z Checking hickory-proto v0.24.4
27372026-08-15T20:01:55.386Z Checking phf_shared v0.13.1
27382026-08-15T20:01:55.411Z Checking cookie v0.18.1
27392026-08-15T20:01:55.476Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27402026-08-15T20:01:55.507Z Checking dtrace-parser v0.3.0
27412026-08-15T20:01:55.555Z Checking crossbeam-channel v0.5.15
27422026-08-15T20:01:55.580Z Checking pin-project v1.1.11
27432026-08-15T20:01:55.604Z Checking toml_edit v0.22.27
27442026-08-15T20:01:55.640Z Checking signal-hook v0.3.18
27452026-08-15T20:01:55.670Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27462026-08-15T20:01:55.742Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27472026-08-15T20:01:55.801Z Checking thread-id v5.1.0
27482026-08-15T20:01:55.829Z Checking memmap v0.7.0
27492026-08-15T20:01:55.879Z Checking is-terminal v0.4.17
27502026-08-15T20:01:55.893Z Checking same-file v1.0.6
27512026-08-15T20:01:55.926Z Compiling rayon-core v1.13.0
27522026-08-15T20:01:55.955Z Checking bumpalo v3.20.2
27532026-08-15T20:01:55.969Z Checking jiff-core v0.1.0
27542026-08-15T20:01:56.005Z Checking either v1.15.0
27552026-08-15T20:01:56.102Z Checking resolv-conf v0.7.6
27562026-08-15T20:01:56.151Z Checking term v1.2.1
27572026-08-15T20:01:56.191Z Checking path-slash v0.1.5
27582026-08-15T20:01:56.280Z Checking foldhash v0.1.5
27592026-08-15T20:01:56.293Z Checking managed v0.8.0
27602026-08-15T20:01:56.369Z Checking corncobs v0.1.4
27612026-08-15T20:01:56.413Z Checking libbz2-rs-sys v0.2.2
27622026-08-15T20:01:56.448Z Checking bitflags v1.3.2
27632026-08-15T20:01:56.472Z Checking take_mut v0.2.2
27642026-08-15T20:01:56.492Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27652026-08-15T20:01:56.518Z Checking smoltcp v0.9.1
27662026-08-15T20:01:56.573Z Checking slog-async v2.8.0
27672026-08-15T20:01:56.643Z Checking jiff v0.2.34
27682026-08-15T20:01:56.703Z Checking toml v0.8.23
27692026-08-15T20:01:56.739Z Checking hashbrown v0.15.5
27702026-08-15T20:01:56.752Z Checking slog-term v2.9.2
27712026-08-15T20:01:56.800Z Checking bzip2 v0.6.1
27722026-08-15T20:01:56.964Z Checking zopfli v0.8.3
27732026-08-15T20:01:57.022Z Checking walkdir v2.5.0
27742026-08-15T20:01:57.037Z Checking usdt v0.5.0
27752026-08-15T20:01:57.111Z Checking usdt-impl v0.6.0
27762026-08-15T20:01:57.159Z Checking hickory-resolver v0.24.4
27772026-08-15T20:01:57.183Z Checking signal-hook-mio v0.2.5
27782026-08-15T20:01:57.202Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27792026-08-15T20:01:57.205Z Checking snafu v0.8.9
27802026-08-15T20:01:57.286Z Checking cookie_store v0.22.1
27812026-08-15T20:01:57.314Z Checking phf v0.13.1
27822026-08-15T20:01:57.344Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27832026-08-15T20:01:57.396Z Checking reqwest v0.12.28
27842026-08-15T20:01:57.439Z Checking cipher v0.5.2
27852026-08-15T20:01:57.452Z Checking zstd v0.13.3
27862026-08-15T20:01:57.621Z Checking postgres-types v0.2.12
27872026-08-15T20:01:57.635Z Checking crossbeam-deque v0.8.6
27882026-08-15T20:01:57.662Z Checking hyper-rustls v0.27.7
27892026-08-15T20:01:57.677Z Checking rustls-platform-verifier v0.6.2
27902026-08-15T20:01:57.677Z Checking globset v0.4.18
27912026-08-15T20:01:57.808Z Checking phf_shared v0.11.3
27922026-08-15T20:01:57.822Z Checking regex v1.12.3
27932026-08-15T20:01:57.869Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27942026-08-15T20:01:57.897Z Checking ref-cast v1.0.25
27952026-08-15T20:01:57.933Z Checking strum v0.27.2
27962026-08-15T20:01:57.949Z Checking olpc-cjson v0.1.4
27972026-08-15T20:01:57.959Z Checking memoffset v0.9.1
27982026-08-15T20:01:57.973Z Checking rustix v0.38.44
27992026-08-15T20:01:57.991Z Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
28002026-08-15T20:01:58.035Z Checking tokio-stream v0.1.18
28012026-08-15T20:01:58.049Z Checking byte-wrapper v0.1.0
28022026-08-15T20:01:58.076Z Checking pem v3.0.6
28032026-08-15T20:01:58.094Z Checking camino v1.2.5
28042026-08-15T20:01:58.118Z Checking anyhow v1.0.104
28052026-08-15T20:01:58.146Z Checking hashbrown v0.16.1
28062026-08-15T20:01:58.242Z Checking float-cmp v0.10.0
28072026-08-15T20:01:58.256Z Checking serde_plain v1.0.2
28082026-08-15T20:01:58.324Z Checking inout v0.1.4
28092026-08-15T20:01:58.356Z Checking memmap2 v0.9.10
28102026-08-15T20:01:58.370Z Checking secrecy v0.8.0
28112026-08-15T20:01:58.401Z Checking predicates-core v1.0.10
28122026-08-15T20:01:58.423Z Checking unicode-segmentation v1.12.0
28132026-08-15T20:01:58.460Z Checking const-oid v0.10.2
28142026-08-15T20:01:58.484Z Checking unicode-linebreak v0.1.5
28152026-08-15T20:01:58.518Z Checking normalize-line-endings v0.3.0
28162026-08-15T20:01:58.529Z Checking cpufeatures v0.3.0
28172026-08-15T20:01:58.568Z Checking new_debug_unreachable v1.0.6
28182026-08-15T20:01:58.598Z Checking difflib v0.4.0
28192026-08-15T20:01:58.611Z Checking smawk v0.3.2
28202026-08-15T20:01:58.623Z Checking winnow v1.0.3
28212026-08-15T20:01:58.635Z Checking fixedbitset v0.4.2
28222026-08-15T20:01:58.674Z Checking unicode-width v0.2.0
28232026-08-15T20:01:58.691Z Checking fixedbitset v0.5.7
28242026-08-15T20:01:58.732Z Checking whoami v2.1.0
28252026-08-15T20:01:58.746Z Checking debug-ignore v1.0.5
28262026-08-15T20:01:58.774Z Checking precomputed-hash v0.1.1
28272026-08-15T20:01:58.787Z Checking typed-path v0.9.3
28282026-08-15T20:01:58.809Z Checking crossterm v0.28.1
28292026-08-15T20:01:58.837Z Checking qorb v0.4.1
28302026-08-15T20:01:58.855Z Checking string_cache v0.8.9
28312026-08-15T20:01:58.884Z Checking petgraph v0.8.3
28322026-08-15T20:01:58.919Z Checking textwrap v0.16.2
28332026-08-15T20:01:58.923Z Checking tokio-postgres v0.7.16
28342026-08-15T20:01:59.017Z Checking petgraph v0.6.5
28352026-08-15T20:01:59.138Z Checking predicates v3.1.4
28362026-08-15T20:01:59.436Z Checking similar v2.7.0
28372026-08-15T20:01:59.461Z Checking toml_parser v1.1.2+spec-1.1.0
28382026-08-15T20:01:59.511Z Checking iddqd v0.4.2
28392026-08-15T20:01:59.542Z Checking tough v0.22.0
28402026-08-15T20:01:59.786Z Checking digest v0.11.3
28412026-08-15T20:01:59.813Z Checking chacha20 v0.10.0
28422026-08-15T20:01:59.965Z Checking zip v4.6.1
28432026-08-15T20:02:00.007Z Checking usdt v0.6.0
28442026-08-15T20:02:00.066Z Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
28452026-08-15T20:02:00.175Z Checking cipher v0.4.4
28462026-08-15T20:02:00.179Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28472026-08-15T20:02:00.260Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28482026-08-15T20:02:00.377Z Checking nix v0.31.2
28492026-08-15T20:02:00.421Z Checking reqwest v0.13.2
28502026-08-15T20:02:00.538Z Checking itertools v0.13.0
28512026-08-15T20:02:00.642Z Checking hickory-proto v0.25.2
28522026-08-15T20:02:00.790Z Checking fs-err v3.3.0
28532026-08-15T20:02:00.794Z Checking buf-list v1.1.2
28542026-08-15T20:02:00.984Z Checking object v0.37.3
28552026-08-15T20:02:01.097Z Checking openapiv3 v2.2.0
28562026-08-15T20:02:01.280Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28572026-08-15T20:02:01.547Z Checking lalrpop-util v0.19.12
28582026-08-15T20:02:01.573Z Checking peg-runtime v0.8.5
28592026-08-15T20:02:01.586Z Checking rayon v1.11.0
28602026-08-15T20:02:01.586Z Checking sigpipe v0.1.3
28612026-08-15T20:02:01.674Z Checking glob v0.3.3
28622026-08-15T20:02:03.321Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28632026-08-15T20:02:03.391Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28642026-08-15T20:02:03.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.82s
28652026-08-15T20:02:03.700Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
28662026-08-15T20:02:03.700Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
28672026-08-15T20:02:03.863Z
28682026-08-15T20:02:03.863Zinfo: running `cargo check --bins` on internal-dns-types (79/336)
28692026-08-15T20:02:04.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-08-15T20:02:04.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-08-15T20:02:04.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-08-15T20:02:04.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-08-15T20:02:04.463Z
28742026-08-15T20:02:04.463Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/336)
28752026-08-15T20:02:04.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-08-15T20:02:04.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-08-15T20:02:04.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-08-15T20:02:04.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-08-15T20:02:05.061Z
28802026-08-15T20:02:05.061Zinfo: running `cargo check --bins` on nexus-types-versions (81/336)
28812026-08-15T20:02:05.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-08-15T20:02:05.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-08-15T20:02:05.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-08-15T20:02:05.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28852026-08-15T20:02:05.673Z
28862026-08-15T20:02:05.673Zinfo: running `cargo check --bins` on oxql-types (82/336)
28872026-08-15T20:02:06.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-08-15T20:02:06.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-08-15T20:02:06.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-08-15T20:02:06.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-08-15T20:02:06.264Z
28922026-08-15T20:02:06.264Zinfo: running `cargo check --bins` on oximeter-types (83/336)
28932026-08-15T20:02:06.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-08-15T20:02:06.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-08-15T20:02:06.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-08-15T20:02:06.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-08-15T20:02:06.861Z
28982026-08-15T20:02:06.861Zinfo: running `cargo check --bins` on oximeter-types-versions (84/336)
28992026-08-15T20:02:07.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-08-15T20:02:07.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-08-15T20:02:07.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-08-15T20:02:07.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-08-15T20:02:07.458Z
29042026-08-15T20:02:07.458Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/336)
29052026-08-15T20:02:07.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-08-15T20:02:07.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-08-15T20:02:07.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-08-15T20:02:07.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29092026-08-15T20:02:08.040Z
29102026-08-15T20:02:08.040Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/336)
29112026-08-15T20:02:08.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-08-15T20:02:08.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-08-15T20:02:08.755Z Compiling multer v3.1.0
29142026-08-15T20:02:08.871Z Compiling async-stream-impl v0.3.6
29152026-08-15T20:02:08.884Z Compiling dropshot v0.17.1
29162026-08-15T20:02:08.895Z Compiling parse-display-derive v0.10.0
29172026-08-15T20:02:08.905Z Compiling newtype-uuid-macros v0.1.0
29182026-08-15T20:02:08.908Z Compiling dropshot_endpoint v0.17.1
29192026-08-15T20:02:08.935Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29202026-08-15T20:02:08.960Z Checking match_cfg v0.1.0
29212026-08-15T20:02:09.045Z Checking compression-core v0.4.31
29222026-08-15T20:02:09.079Z Checking hostname v0.3.1
29232026-08-15T20:02:09.105Z Checking atomicwrites v0.4.4
29242026-08-15T20:02:09.164Z Checking compression-codecs v0.4.37
29252026-08-15T20:02:09.174Z Checking slog-json v2.6.1
29262026-08-15T20:02:09.229Z Checking toml_datetime v1.1.1+spec-1.1.0
29272026-08-15T20:02:09.341Z Checking serde_spanned v1.1.1
29282026-08-15T20:02:09.363Z Checking toml_writer v1.1.1+spec-1.1.0
29292026-08-15T20:02:09.380Z Checking slog-bunyan v2.5.0
29302026-08-15T20:02:09.425Z Checking async-compression v0.4.41
29312026-08-15T20:02:09.439Z Checking async-stream v0.3.6
29322026-08-15T20:02:09.490Z Checking progenitor-client v0.14.0
29332026-08-15T20:02:09.545Z Checking toml v1.1.2+spec-1.1.0
29342026-08-15T20:02:09.566Z Checking sha1 v0.11.0
29352026-08-15T20:02:09.661Z Checking waitgroup v0.1.2
29362026-08-15T20:02:09.676Z Checking rustls-pemfile v2.2.0
29372026-08-15T20:02:09.689Z Checking backon v1.6.0
29382026-08-15T20:02:09.722Z Checking serde_path_to_error v0.1.20
29392026-08-15T20:02:09.749Z Checking hostname v0.4.2
29402026-08-15T20:02:09.762Z Checking instant v0.1.13
29412026-08-15T20:02:09.844Z Checking backoff v0.4.0
29422026-08-15T20:02:09.847Z Checking progenitor-extras v0.2.0
29432026-08-15T20:02:09.991Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29442026-08-15T20:02:10.031Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29452026-08-15T20:02:10.059Z Checking itertools v0.14.0
29462026-08-15T20:02:10.075Z Checking regress v0.10.5
29472026-08-15T20:02:10.206Z Checking macaddr v1.0.1
29482026-08-15T20:02:10.384Z Checking humantime v2.3.0
29492026-08-15T20:02:10.543Z Checking parse-display v0.10.0
29502026-08-15T20:02:11.206Z Compiling prettyplease v0.2.37
29512026-08-15T20:02:11.461Z Checking num-rational v0.4.2
29522026-08-15T20:02:11.728Z Checking num-complex v0.4.6
29532026-08-15T20:02:12.207Z Compiling num v0.4.3
29542026-08-15T20:02:12.289Z Compiling float-ord v0.3.2
29552026-08-15T20:02:12.322Z Compiling convert_case v0.4.0
29562026-08-15T20:02:12.391Z Checking newline-converter v0.3.0
29572026-08-15T20:02:12.416Z Checking console v0.15.11
29582026-08-15T20:02:12.500Z Compiling minimal-lexical v0.2.1
29592026-08-15T20:02:12.617Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29602026-08-15T20:02:12.682Z Compiling derive_more v0.99.20
29612026-08-15T20:02:12.696Z Checking expectorate v1.2.0
29622026-08-15T20:02:12.710Z Compiling nom v7.1.3
29632026-08-15T20:02:12.824Z Checking camino-tempfile v1.4.1
29642026-08-15T20:02:12.985Z Checking phf_shared v0.12.1
29652026-08-15T20:02:13.128Z Compiling slog-dtrace v0.3.0
29662026-08-15T20:02:13.288Z Checking heck v0.5.0
29672026-08-15T20:02:13.350Z Compiling chrono-tz v0.10.4
29682026-08-15T20:02:13.416Z Compiling unicode-xid v0.2.6
29692026-08-15T20:02:13.540Z Checking phf v0.12.1
29702026-08-15T20:02:13.553Z Compiling const_format_proc_macros v0.2.34
29712026-08-15T20:02:13.564Z Checking tokio-dtrace v0.1.1
29722026-08-15T20:02:13.683Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29732026-08-15T20:02:13.968Z Checking highway v1.3.0
29742026-08-15T20:02:14.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-08-15T20:02:14.223Z Checking oxide-tokio-rt v0.1.4
29762026-08-15T20:02:14.398Z Checking const_format v0.2.35
29772026-08-15T20:02:14.638Z Checking gethostname v0.5.0
29782026-08-15T20:02:14.728Z Checking bcs v0.1.6
29792026-08-15T20:02:14.858Z Checking termtree v0.5.1
29802026-08-15T20:02:15.295Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29812026-08-15T20:02:15.597Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29822026-08-15T20:02:15.600Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29832026-08-15T20:02:17.008Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29842026-08-15T20:02:17.056Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29852026-08-15T20:02:17.319Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29862026-08-15T20:02:17.320Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29872026-08-15T20:02:20.079Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29882026-08-15T20:02:23.206Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29892026-08-15T20:02:25.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.44s
29902026-08-15T20:02:25.496Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29912026-08-15T20:02:25.496Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29922026-08-15T20:02:25.673Z
29932026-08-15T20:02:25.673Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/336)
29942026-08-15T20:02:26.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-08-15T20:02:26.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-08-15T20:02:26.376Z Compiling ar_archive_writer v0.5.1
29972026-08-15T20:02:26.489Z Compiling stacker v0.1.23
29982026-08-15T20:02:26.497Z Compiling cfg_aliases v0.1.1
29992026-08-15T20:02:26.503Z Compiling convert_case v0.10.0
30002026-08-15T20:02:26.506Z Checking unicode-width v0.1.14
30012026-08-15T20:02:26.519Z Compiling proc-macro-error v1.0.4
30022026-08-15T20:02:26.529Z Checking fd-lock v4.0.4
30032026-08-15T20:02:26.529Z Checking nibble_vec v0.1.0
30042026-08-15T20:02:26.554Z Compiling nix v0.28.0
30052026-08-15T20:02:26.640Z Checking vte v0.14.1
30062026-08-15T20:02:26.656Z Compiling recursive-proc-macro-impl v0.1.1
30072026-08-15T20:02:26.746Z Checking bytecount v0.6.9
30082026-08-15T20:02:26.746Z Checking endian-type v0.1.2
30092026-08-15T20:02:26.784Z Compiling derive_more-impl v2.1.1
30102026-08-15T20:02:26.787Z Checking strip-ansi-escapes v0.2.1
30112026-08-15T20:02:26.809Z Compiling tabled_derive v0.7.0
30122026-08-15T20:02:26.845Z Checking papergrid v0.11.0
30132026-08-15T20:02:26.878Z Checking radix_trie v0.2.1
30142026-08-15T20:02:26.904Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-08-15T20:02:27.058Z Compiling peg-macros v0.8.5
30162026-08-15T20:02:27.085Z Checking winnow v0.6.26
30172026-08-15T20:02:27.292Z Compiling psm v0.1.30
30182026-08-15T20:02:27.369Z Compiling sqlparser_derive v0.5.0
30192026-08-15T20:02:27.453Z Checking unicode_categories v0.1.1
30202026-08-15T20:02:27.607Z Checking derive_more v2.1.1
30212026-08-15T20:02:27.621Z Checking nu-ansi-term v0.50.3
30222026-08-15T20:02:27.687Z Checking home v0.5.12
30232026-08-15T20:02:27.760Z Checking tabled v0.15.0
30242026-08-15T20:02:27.797Z Checking crossterm v0.29.0
30252026-08-15T20:02:27.825Z Checking reedline v0.40.0
30262026-08-15T20:02:27.838Z Checking rustyline v14.0.0
30272026-08-15T20:02:28.060Z Checking recursive v0.1.1
30282026-08-15T20:02:28.144Z Checking display-error-chain v0.2.2
30292026-08-15T20:02:28.156Z Checking sqlparser v0.61.0
30302026-08-15T20:02:28.288Z Checking sqlformat v0.3.5
30312026-08-15T20:02:28.392Z Checking peg v0.8.5
30322026-08-15T20:02:39.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
30332026-08-15T20:02:39.587Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30342026-08-15T20:02:39.587Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30352026-08-15T20:02:39.759Z
30362026-08-15T20:02:39.759Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/336)
30372026-08-15T20:02:40.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-15T20:02:40.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-15T20:02:40.470Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-08-15T20:02:44.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
30412026-08-15T20:02:44.071Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30422026-08-15T20:02:44.071Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30432026-08-15T20:02:44.251Z
30442026-08-15T20:02:44.252Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/336)
30452026-08-15T20:02:44.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-08-15T20:02:44.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-08-15T20:02:44.954Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-08-15T20:02:47.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
30492026-08-15T20:02:47.520Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30502026-08-15T20:02:47.520Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30512026-08-15T20:02:47.705Z
30522026-08-15T20:02:47.705Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/336)
30532026-08-15T20:02:48.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-08-15T20:02:48.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-08-15T20:02:48.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30562026-08-15T20:02:51.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
30572026-08-15T20:02:51.744Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30582026-08-15T20:02:51.744Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30592026-08-15T20:02:51.926Z
30602026-08-15T20:02:51.926Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/336)
30612026-08-15T20:02:52.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-08-15T20:02:52.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-08-15T20:02:52.620Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30642026-08-15T20:02:56.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
30652026-08-15T20:02:56.027Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30662026-08-15T20:02:56.027Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30672026-08-15T20:02:56.210Z
30682026-08-15T20:02:56.210Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/336)
30692026-08-15T20:02:56.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-08-15T20:02:56.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-08-15T20:02:56.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30722026-08-15T20:02:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
30732026-08-15T20:02:59.655Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30742026-08-15T20:02:59.655Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30752026-08-15T20:02:59.829Z
30762026-08-15T20:02:59.829Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/336)
30772026-08-15T20:03:00.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-08-15T20:03:00.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-08-15T20:03:00.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30802026-08-15T20:03:03.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
30812026-08-15T20:03:03.305Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30822026-08-15T20:03:03.305Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30832026-08-15T20:03:03.476Z
30842026-08-15T20:03:03.476Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/336)
30852026-08-15T20:03:03.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-08-15T20:03:03.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-08-15T20:03:04.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30882026-08-15T20:03:07.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
30892026-08-15T20:03:07.722Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30902026-08-15T20:03:07.722Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30912026-08-15T20:03:07.901Z
30922026-08-15T20:03:07.901Zinfo: running `cargo check --bins` on oximeter (95/336)
30932026-08-15T20:03:08.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-08-15T20:03:08.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-08-15T20:03:08.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-08-15T20:03:08.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-08-15T20:03:08.501Z
30982026-08-15T20:03:08.501Zinfo: running `cargo check --bins` on oximeter-schema (96/336)
30992026-08-15T20:03:09.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-08-15T20:03:09.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-08-15T20:03:09.157Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31022026-08-15T20:03:09.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31032026-08-15T20:03:09.551Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31042026-08-15T20:03:09.551Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31052026-08-15T20:03:09.721Z
31062026-08-15T20:03:09.721Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/336)
31072026-08-15T20:03:10.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-08-15T20:03:10.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-08-15T20:03:10.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-08-15T20:03:10.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-08-15T20:03:10.313Z
31122026-08-15T20:03:10.313Zinfo: running `cargo check --bins` on oximeter-test-utils (98/336)
31132026-08-15T20:03:10.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-08-15T20:03:10.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-08-15T20:03:10.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-08-15T20:03:10.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31172026-08-15T20:03:10.938Z
31182026-08-15T20:03:10.938Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/336)
31192026-08-15T20:03:11.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-08-15T20:03:11.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-08-15T20:03:11.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-08-15T20:03:11.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31232026-08-15T20:03:11.544Z
31242026-08-15T20:03:11.544Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/336)
31252026-08-15T20:03:12.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-08-15T20:03:12.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-08-15T20:03:12.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-08-15T20:03:12.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-08-15T20:03:12.148Z
31302026-08-15T20:03:12.148Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/336)
31312026-08-15T20:03:12.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-08-15T20:03:12.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-08-15T20:03:12.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-08-15T20:03:12.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-08-15T20:03:12.750Z
31362026-08-15T20:03:12.750Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/336)
31372026-08-15T20:03:13.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-08-15T20:03:13.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-08-15T20:03:13.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-08-15T20:03:13.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-08-15T20:03:13.360Z
31422026-08-15T20:03:13.360Zinfo: running `cargo check --bins` on trust-quorum-types (103/336)
31432026-08-15T20:03:13.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-08-15T20:03:13.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-08-15T20:03:13.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-08-15T20:03:13.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31472026-08-15T20:03:13.949Z
31482026-08-15T20:03:13.949Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/336)
31492026-08-15T20:03:14.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-08-15T20:03:14.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-08-15T20:03:14.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-08-15T20:03:14.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-08-15T20:03:14.552Z
31542026-08-15T20:03:14.552Zinfo: running `cargo check --bins` on reconfigurator-cli (105/336)
31552026-08-15T20:03:15.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-08-15T20:03:15.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-08-15T20:03:15.407Z Compiling regress v0.11.1
31582026-08-15T20:03:15.407Z Checking secrecy v0.10.3
31592026-08-15T20:03:15.407Z Compiling crucible-workspace-hack v0.1.0
31602026-08-15T20:03:15.411Z Compiling proc-macro-crate v1.3.1
31612026-08-15T20:03:15.411Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31622026-08-15T20:03:15.411Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-15T20:03:15.545Z Checking universal-hash v0.5.1
31642026-08-15T20:03:15.641Z Compiling thiserror-impl-no-std v2.0.2
31652026-08-15T20:03:15.682Z Checking opaque-debug v0.3.1
31662026-08-15T20:03:15.751Z Checking poly1305 v0.8.0
31672026-08-15T20:03:15.779Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-15T20:03:15.796Z Checking chacha20 v0.9.1
31692026-08-15T20:03:15.882Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31702026-08-15T20:03:15.953Z Checking password-hash v0.5.0
31712026-08-15T20:03:15.989Z Checking blake2 v0.10.6
31722026-08-15T20:03:16.016Z Checking aead v0.5.2
31732026-08-15T20:03:16.074Z Checking indent_write v2.2.0
31742026-08-15T20:03:16.156Z Compiling unsafe-libyaml v0.2.11
31752026-08-15T20:03:16.173Z Checking chacha20poly1305 v0.10.1
31762026-08-15T20:03:16.207Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31772026-08-15T20:03:16.222Z Checking argon2 v0.5.3
31782026-08-15T20:03:16.286Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31792026-08-15T20:03:16.301Z Compiling num_enum_derive v0.7.6
31802026-08-15T20:03:16.566Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31812026-08-15T20:03:16.786Z Compiling serde_yaml v0.9.34+deprecated
31822026-08-15T20:03:16.813Z Checking thiserror-no-std v2.0.2
31832026-08-15T20:03:16.839Z Compiling itertools v0.15.0
31842026-08-15T20:03:16.898Z Compiling heapless v0.8.0
31852026-08-15T20:03:16.914Z Checking vsss-rs v3.3.4
31862026-08-15T20:03:17.047Z Checking typify-impl v0.6.2
31872026-08-15T20:03:17.395Z Checking num_enum v0.7.6
31882026-08-15T20:03:17.692Z Checking hash32 v0.3.1
31892026-08-15T20:03:17.826Z Compiling smoltcp v0.11.0
31902026-08-15T20:03:17.959Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31912026-08-15T20:03:18.008Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-08-15T20:03:18.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31932026-08-15T20:03:18.155Z Compiling ingot-macros v0.2.0
31942026-08-15T20:03:18.232Z Checking tabwriter v1.4.1
31952026-08-15T20:03:18.245Z Checking cobs v0.3.0
31962026-08-15T20:03:18.316Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31972026-08-15T20:03:18.383Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-15T20:03:18.398Z Checking postcard v1.1.3
31992026-08-15T20:03:18.523Z Compiling foreign-types-macros v0.2.3
32002026-08-15T20:03:18.600Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32012026-08-15T20:03:18.702Z Checking swrite v0.1.0
32022026-08-15T20:03:18.790Z Checking colored v3.1.1
32032026-08-15T20:03:18.806Z Checking foreign-types-shared v0.3.1
32042026-08-15T20:03:18.963Z Compiling num_enum_derive v0.5.11
32052026-08-15T20:03:18.994Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32062026-08-15T20:03:19.025Z Checking cstr-argument v0.1.2
32072026-08-15T20:03:19.116Z Checking foreign-types v0.5.0
32082026-08-15T20:03:19.152Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-08-15T20:03:19.168Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32102026-08-15T20:03:19.196Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32112026-08-15T20:03:19.405Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32122026-08-15T20:03:19.429Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32132026-08-15T20:03:19.542Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32142026-08-15T20:03:19.577Z Checking rand v0.10.1
32152026-08-15T20:03:19.601Z Checking itertools v0.12.1
32162026-08-15T20:03:19.693Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32172026-08-15T20:03:19.807Z Compiling zone_cfg_derive v0.3.1
32182026-08-15T20:03:19.993Z Checking num_enum v0.5.11
32192026-08-15T20:03:20.021Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32202026-08-15T20:03:20.109Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32212026-08-15T20:03:20.134Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-08-15T20:03:20.285Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32232026-08-15T20:03:20.461Z Compiling num-derive v0.4.2
32242026-08-15T20:03:20.476Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32252026-08-15T20:03:20.633Z Compiling semver v0.1.20
32262026-08-15T20:03:20.690Z Checking zone v0.3.1
32272026-08-15T20:03:20.912Z Compiling rustc_version v0.1.7
32282026-08-15T20:03:20.930Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32292026-08-15T20:03:21.010Z Checking ingot-types v0.2.0
32302026-08-15T20:03:21.090Z Checking smf v0.2.3
32312026-08-15T20:03:21.132Z Checking nom v8.0.0
32322026-08-15T20:03:21.211Z Checking csv-core v0.1.13
32332026-08-15T20:03:21.328Z Checking whoami v1.6.1
32342026-08-15T20:03:21.376Z Checking ingot v0.2.1
32352026-08-15T20:03:21.392Z Checking csv v1.4.0
32362026-08-15T20:03:21.406Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32372026-08-15T20:03:21.507Z Compiling newtype_derive v0.1.6
32382026-08-15T20:03:21.630Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-08-15T20:03:21.697Z Compiling cancel-safe-futures v0.1.5
32402026-08-15T20:03:21.735Z Compiling typify-macro v0.6.2
32412026-08-15T20:03:21.751Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-08-15T20:03:21.767Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32432026-08-15T20:03:21.900Z Compiling libefi-sys v0.1.0
32442026-08-15T20:03:21.938Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32452026-08-15T20:03:22.165Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-08-15T20:03:22.189Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-08-15T20:03:22.206Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-08-15T20:03:22.253Z Checking oxide-update-engine-types v0.1.2
32492026-08-15T20:03:22.343Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32502026-08-15T20:03:22.394Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32512026-08-15T20:03:22.645Z Compiling bitfield-struct v0.6.2
32522026-08-15T20:03:22.700Z Checking linear-map v1.2.0
32532026-08-15T20:03:22.875Z Checking steno v0.4.1
32542026-08-15T20:03:22.979Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32552026-08-15T20:03:23.056Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32562026-08-15T20:03:23.083Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32572026-08-15T20:03:23.147Z Checking oxide-update-engine v0.1.2
32582026-08-15T20:03:23.285Z Checking sha1 v0.10.6
32592026-08-15T20:03:23.335Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32602026-08-15T20:03:23.459Z Checking owo-colors v4.3.0
32612026-08-15T20:03:23.526Z Compiling typify v0.6.2
32622026-08-15T20:03:23.637Z Compiling progenitor-impl v0.14.0
32632026-08-15T20:03:23.653Z Checking utf-8 v0.7.6
32642026-08-15T20:03:23.790Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32652026-08-15T20:03:23.871Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32662026-08-15T20:03:23.976Z Checking tungstenite v0.21.0
32672026-08-15T20:03:24.026Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32682026-08-15T20:03:24.110Z Checking ignore v0.4.25
32692026-08-15T20:03:24.140Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32702026-08-15T20:03:24.186Z Checking anstyle-parse v0.2.7
32712026-08-15T20:03:24.351Z Compiling xshell-macros v0.2.7
32722026-08-15T20:03:24.416Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32732026-08-15T20:03:24.521Z Checking globwalk v0.9.1
32742026-08-15T20:03:24.626Z Checking tokio-tungstenite v0.21.0
32752026-08-15T20:03:24.644Z Checking anstream v0.6.21
32762026-08-15T20:03:24.699Z Checking predicates-tree v1.0.13
32772026-08-15T20:03:24.740Z Checking xshell v0.2.7
32782026-08-15T20:03:24.815Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32792026-08-15T20:03:24.850Z Checking filetime v0.2.27
32802026-08-15T20:03:24.906Z Checking tagptr v0.2.0
32812026-08-15T20:03:24.935Z Checking xattr v1.6.1
32822026-08-15T20:03:24.988Z Checking camino-tempfile-ext v0.3.3
32832026-08-15T20:03:25.052Z Checking moka v0.12.13
32842026-08-15T20:03:25.071Z Checking tar v0.4.46
32852026-08-15T20:03:25.182Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32862026-08-15T20:03:25.198Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32872026-08-15T20:03:25.214Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32882026-08-15T20:03:25.348Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
32892026-08-15T20:03:25.380Z Checking rand_seeder v0.4.0
32902026-08-15T20:03:25.412Z Checking half v1.8.3
32912026-08-15T20:03:25.448Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32922026-08-15T20:03:25.492Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
32932026-08-15T20:03:25.525Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32942026-08-15T20:03:25.608Z Checking serde_cbor v0.11.2
32952026-08-15T20:03:25.718Z Checking sha2 v0.11.0
32962026-08-15T20:03:25.718Z Checking hickory-resolver v0.25.2
32972026-08-15T20:03:25.829Z Checking digest-io v0.1.0
32982026-08-15T20:03:25.960Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32992026-08-15T20:03:25.993Z Compiling petname v2.0.2
33002026-08-15T20:03:26.240Z Compiling progenitor-macro v0.14.0
33012026-08-15T20:03:26.386Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33022026-08-15T20:03:26.447Z Checking rawzip v0.4.4
33032026-08-15T20:03:26.597Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-08-15T20:03:26.692Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33052026-08-15T20:03:26.751Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33062026-08-15T20:03:26.928Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33072026-08-15T20:03:27.016Z Checking sapling-renderdag v0.1.0
33082026-08-15T20:03:27.077Z Checking subprocess v0.2.15
33092026-08-15T20:03:27.110Z Checking sync-ptr v0.1.4
33102026-08-15T20:03:27.125Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33112026-08-15T20:03:27.244Z Checking colored v2.2.0
33122026-08-15T20:03:27.273Z Checking assert_matches v1.5.0
33132026-08-15T20:03:27.359Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33142026-08-15T20:03:27.441Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33152026-08-15T20:03:27.457Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
33162026-08-15T20:03:28.761Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33172026-08-15T20:03:28.995Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33182026-08-15T20:03:29.304Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33192026-08-15T20:03:29.367Z Checking progenitor v0.14.0
33202026-08-15T20:03:29.502Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33212026-08-15T20:03:29.505Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-08-15T20:03:29.505Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33232026-08-15T20:03:29.505Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33242026-08-15T20:03:29.505Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33252026-08-15T20:03:29.505Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33262026-08-15T20:03:30.043Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33272026-08-15T20:03:30.060Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33282026-08-15T20:03:30.136Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33292026-08-15T20:03:30.217Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33302026-08-15T20:03:30.922Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33312026-08-15T20:03:31.236Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33322026-08-15T20:03:32.475Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-08-15T20:03:41.023Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-08-15T20:03:48.305Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33352026-08-15T20:03:48.305Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33362026-08-15T20:03:48.308Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33372026-08-15T20:03:49.808Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33382026-08-15T20:03:51.084Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33392026-08-15T20:03:53.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.79s
33402026-08-15T20:03:53.356Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33412026-08-15T20:03:53.356Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33422026-08-15T20:03:53.566Z
33432026-08-15T20:03:53.566Zinfo: running `cargo check --bins` on nexus-inventory (106/336)
33442026-08-15T20:03:54.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-08-15T20:03:54.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-08-15T20:03:54.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-08-15T20:03:54.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33482026-08-15T20:03:54.204Z
33492026-08-15T20:03:54.204Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/336)
33502026-08-15T20:03:54.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-08-15T20:03:54.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-08-15T20:03:54.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-08-15T20:03:54.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33542026-08-15T20:03:54.806Z
33552026-08-15T20:03:54.807Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/336)
33562026-08-15T20:03:55.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-08-15T20:03:55.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-08-15T20:03:55.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-08-15T20:03:55.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33602026-08-15T20:03:55.408Z
33612026-08-15T20:03:55.408Zinfo: running `cargo check --bins` on dns-service-client (109/336)
33622026-08-15T20:03:55.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-08-15T20:03:55.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-08-15T20:03:55.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-08-15T20:03:55.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33662026-08-15T20:03:56.011Z
33672026-08-15T20:03:56.011Zinfo: running `cargo check --bins` on ntp-admin-client (110/336)
33682026-08-15T20:03:56.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-08-15T20:03:56.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-08-15T20:03:56.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-08-15T20:03:56.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722026-08-15T20:03:56.601Z
33732026-08-15T20:03:56.601Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/336)
33742026-08-15T20:03:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-08-15T20:03:57.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-08-15T20:03:57.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-08-15T20:03:57.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33782026-08-15T20:03:57.195Z
33792026-08-15T20:03:57.195Zinfo: running `cargo check --bins` on cockroach-admin-client (112/336)
33802026-08-15T20:03:57.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-08-15T20:03:57.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-08-15T20:03:57.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-08-15T20:03:57.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33842026-08-15T20:03:57.779Z
33852026-08-15T20:03:57.779Zinfo: running `cargo check --bins` on parallel-task-set (113/336)
33862026-08-15T20:03:58.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-08-15T20:03:58.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-08-15T20:03:58.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-08-15T20:03:58.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33902026-08-15T20:03:58.367Z
33912026-08-15T20:03:58.367Zinfo: running `cargo check --bins` on sled-agent-client (114/336)
33922026-08-15T20:03:58.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-08-15T20:03:58.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-08-15T20:03:58.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-08-15T20:03:58.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33962026-08-15T20:03:58.971Z
33972026-08-15T20:03:58.971Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/336)
33982026-08-15T20:03:59.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-08-15T20:03:59.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-08-15T20:03:59.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-08-15T20:03:59.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34022026-08-15T20:03:59.584Z
34032026-08-15T20:03:59.584Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/336)
34042026-08-15T20:04:00.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-08-15T20:04:00.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-08-15T20:04:00.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-08-15T20:04:00.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34082026-08-15T20:04:00.198Z
34092026-08-15T20:04:00.198Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/336)
34102026-08-15T20:04:00.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-08-15T20:04:00.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-08-15T20:04:00.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-08-15T20:04:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34142026-08-15T20:04:00.814Z
34152026-08-15T20:04:00.814Zinfo: running `cargo check --bins` on key-manager (118/336)
34162026-08-15T20:04:01.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-08-15T20:04:01.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-08-15T20:04:01.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-08-15T20:04:01.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34202026-08-15T20:04:01.417Z
34212026-08-15T20:04:01.418Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/336)
34222026-08-15T20:04:01.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-08-15T20:04:01.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-08-15T20:04:01.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-08-15T20:04:01.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34262026-08-15T20:04:02.032Z
34272026-08-15T20:04:02.032Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/336)
34282026-08-15T20:04:02.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-08-15T20:04:02.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-08-15T20:04:02.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-08-15T20:04:02.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34322026-08-15T20:04:02.648Z
34332026-08-15T20:04:02.648Zinfo: running `cargo check --bins` on typed-rng (121/336)
34342026-08-15T20:04:03.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-08-15T20:04:03.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-08-15T20:04:03.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-08-15T20:04:03.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34382026-08-15T20:04:03.236Z
34392026-08-15T20:04:03.236Zinfo: running `cargo check --bins` on gateway-test-utils (122/336)
34402026-08-15T20:04:03.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-08-15T20:04:03.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-08-15T20:04:03.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-08-15T20:04:03.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34442026-08-15T20:04:03.878Z
34452026-08-15T20:04:03.878Zinfo: running `cargo check --bins` on omicron-gateway (123/336)
34462026-08-15T20:04:04.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-08-15T20:04:04.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-08-15T20:04:04.638Z Checking void v1.0.2
34492026-08-15T20:04:04.638Z Checking tungstenite v0.23.0
34502026-08-15T20:04:04.638Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34512026-08-15T20:04:04.639Z Checking nix v0.27.1
34522026-08-15T20:04:04.642Z Checking dropshot-api-manager-types v0.7.2
34532026-08-15T20:04:04.642Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34542026-08-15T20:04:04.642Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34552026-08-15T20:04:04.643Z Checking kstat-rs v0.2.5
34562026-08-15T20:04:04.894Z Checking lzss v0.8.2
34572026-08-15T20:04:04.908Z Checking fxhash v0.2.1
34582026-08-15T20:04:04.923Z Checking serde_bytes v0.11.19
34592026-08-15T20:04:04.937Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34602026-08-15T20:04:05.017Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34612026-08-15T20:04:05.069Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34622026-08-15T20:04:05.085Z Checking signal-hook-tokio v0.3.1
34632026-08-15T20:04:05.192Z Checking tokio-tungstenite v0.23.1
34642026-08-15T20:04:05.234Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34652026-08-15T20:04:06.330Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-08-15T20:04:06.885Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34672026-08-15T20:04:09.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
34682026-08-15T20:04:09.068Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34692026-08-15T20:04:09.069Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34702026-08-15T20:04:09.261Z
34712026-08-15T20:04:09.261Zinfo: running `cargo check --bins` on gateway-api (124/336)
34722026-08-15T20:04:09.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-15T20:04:09.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-15T20:04:09.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-15T20:04:09.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-08-15T20:04:09.855Z
34772026-08-15T20:04:09.855Zinfo: running `cargo check --bins` on ipcc (125/336)
34782026-08-15T20:04:10.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-15T20:04:10.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-15T20:04:10.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-15T20:04:10.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-08-15T20:04:10.451Z
34832026-08-15T20:04:10.451Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/336)
34842026-08-15T20:04:10.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-15T20:04:10.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-15T20:04:10.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-15T20:04:10.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-08-15T20:04:11.040Z
34892026-08-15T20:04:11.040Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/336)
34902026-08-15T20:04:11.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-15T20:04:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-15T20:04:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-15T20:04:11.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34942026-08-15T20:04:11.654Z
34952026-08-15T20:04:11.654Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/336)
34962026-08-15T20:04:12.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-15T20:04:12.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-15T20:04:12.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-15T20:04:12.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-08-15T20:04:12.253Z
35012026-08-15T20:04:12.253Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/336)
35022026-08-15T20:04:12.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-15T20:04:12.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-15T20:04:12.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-15T20:04:12.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35062026-08-15T20:04:12.851Z
35072026-08-15T20:04:12.851Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/336)
35082026-08-15T20:04:13.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-15T20:04:13.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-15T20:04:13.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-15T20:04:13.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-08-15T20:04:13.444Z
35132026-08-15T20:04:13.444Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/336)
35142026-08-15T20:04:13.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-15T20:04:13.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-15T20:04:13.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-15T20:04:13.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35182026-08-15T20:04:14.058Z
35192026-08-15T20:04:14.058Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/336)
35202026-08-15T20:04:14.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-15T20:04:14.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-15T20:04:14.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-15T20:04:14.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-08-15T20:04:14.653Z
35252026-08-15T20:04:14.653Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/336)
35262026-08-15T20:04:15.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-15T20:04:15.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-15T20:04:15.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-15T20:04:15.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-08-15T20:04:15.253Z
35312026-08-15T20:04:15.253Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/336)
35322026-08-15T20:04:15.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-15T20:04:15.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-15T20:04:15.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-15T20:04:15.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-08-15T20:04:15.851Z
35372026-08-15T20:04:15.851Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/336)
35382026-08-15T20:04:16.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-15T20:04:16.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-15T20:04:16.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-15T20:04:16.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35422026-08-15T20:04:16.451Z
35432026-08-15T20:04:16.451Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/336)
35442026-08-15T20:04:16.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-15T20:04:16.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-15T20:04:16.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-15T20:04:16.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35482026-08-15T20:04:17.050Z
35492026-08-15T20:04:17.050Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/336)
35502026-08-15T20:04:17.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-15T20:04:17.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-15T20:04:17.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-15T20:04:17.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-15T20:04:17.646Z
35552026-08-15T20:04:17.646Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/336)
35562026-08-15T20:04:18.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-15T20:04:18.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-15T20:04:18.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-15T20:04:18.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-15T20:04:18.243Z
35612026-08-15T20:04:18.243Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/336)
35622026-08-15T20:04:18.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-15T20:04:18.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-15T20:04:18.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-15T20:04:18.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-15T20:04:18.841Z
35672026-08-15T20:04:18.841Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/336)
35682026-08-15T20:04:19.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-15T20:04:19.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-15T20:04:19.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-15T20:04:19.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-15T20:04:19.439Z
35732026-08-15T20:04:19.439Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/336)
35742026-08-15T20:04:19.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-15T20:04:19.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-15T20:04:19.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-15T20:04:19.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-08-15T20:04:20.038Z
35792026-08-15T20:04:20.038Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/336)
35802026-08-15T20:04:20.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-15T20:04:20.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-15T20:04:20.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-15T20:04:20.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-15T20:04:20.634Z
35852026-08-15T20:04:20.634Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/336)
35862026-08-15T20:04:21.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-15T20:04:21.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-15T20:04:21.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-15T20:04:21.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-15T20:04:21.232Z
35912026-08-15T20:04:21.232Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/336)
35922026-08-15T20:04:21.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-15T20:04:21.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-15T20:04:21.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-15T20:04:21.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35962026-08-15T20:04:21.830Z
35972026-08-15T20:04:21.830Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/336)
35982026-08-15T20:04:22.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-15T20:04:22.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-15T20:04:22.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-15T20:04:22.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-08-15T20:04:22.426Z
36032026-08-15T20:04:22.426Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/336)
36042026-08-15T20:04:22.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-15T20:04:22.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-15T20:04:22.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-15T20:04:22.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-08-15T20:04:23.043Z
36092026-08-15T20:04:23.043Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/336)
36102026-08-15T20:04:23.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-15T20:04:23.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-15T20:04:23.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-15T20:04:23.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-08-15T20:04:23.657Z
36152026-08-15T20:04:23.657Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/336)
36162026-08-15T20:04:24.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-15T20:04:24.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-15T20:04:24.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-15T20:04:24.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36202026-08-15T20:04:24.267Z
36212026-08-15T20:04:24.267Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/336)
36222026-08-15T20:04:24.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-15T20:04:24.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-15T20:04:24.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-15T20:04:24.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36262026-08-15T20:04:24.878Z
36272026-08-15T20:04:24.878Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/336)
36282026-08-15T20:04:25.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-15T20:04:25.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-15T20:04:25.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-15T20:04:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36322026-08-15T20:04:25.491Z
36332026-08-15T20:04:25.491Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/336)
36342026-08-15T20:04:26.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-15T20:04:26.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-15T20:04:26.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-15T20:04:26.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36382026-08-15T20:04:26.117Z
36392026-08-15T20:04:26.117Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/336)
36402026-08-15T20:04:26.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-15T20:04:26.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-15T20:04:26.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-15T20:04:26.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36442026-08-15T20:04:26.747Z
36452026-08-15T20:04:26.747Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/336)
36462026-08-15T20:04:27.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-15T20:04:27.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-15T20:04:27.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-15T20:04:27.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36502026-08-15T20:04:27.379Z
36512026-08-15T20:04:27.380Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/336)
36522026-08-15T20:04:27.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-15T20:04:27.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-15T20:04:27.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-15T20:04:27.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36562026-08-15T20:04:27.996Z
36572026-08-15T20:04:27.996Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/336)
36582026-08-15T20:04:28.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-15T20:04:28.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-15T20:04:28.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-15T20:04:28.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36622026-08-15T20:04:28.624Z
36632026-08-15T20:04:28.624Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/336)
36642026-08-15T20:04:29.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-15T20:04:29.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-15T20:04:29.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-15T20:04:29.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36682026-08-15T20:04:29.253Z
36692026-08-15T20:04:29.253Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/336)
36702026-08-15T20:04:29.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-15T20:04:29.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-15T20:04:29.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-15T20:04:29.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36742026-08-15T20:04:29.878Z
36752026-08-15T20:04:29.878Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/336)
36762026-08-15T20:04:30.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-15T20:04:30.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-15T20:04:30.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-15T20:04:30.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36802026-08-15T20:04:30.489Z
36812026-08-15T20:04:30.489Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/336)
36822026-08-15T20:04:31.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-15T20:04:31.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-15T20:04:31.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-15T20:04:31.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36862026-08-15T20:04:31.099Z
36872026-08-15T20:04:31.099Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/336)
36882026-08-15T20:04:31.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-15T20:04:31.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-15T20:04:31.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-15T20:04:31.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36922026-08-15T20:04:31.717Z
36932026-08-15T20:04:31.717Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/336)
36942026-08-15T20:04:32.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-15T20:04:32.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-15T20:04:32.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-15T20:04:32.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-08-15T20:04:32.340Z
36992026-08-15T20:04:32.340Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/336)
37002026-08-15T20:04:32.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-15T20:04:32.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-15T20:04:32.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-15T20:04:32.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-08-15T20:04:32.961Z
37052026-08-15T20:04:32.961Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/336)
37062026-08-15T20:04:33.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-15T20:04:33.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-15T20:04:33.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-15T20:04:33.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-08-15T20:04:33.579Z
37112026-08-15T20:04:33.580Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/336)
37122026-08-15T20:04:34.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-15T20:04:34.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-15T20:04:34.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-15T20:04:34.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-08-15T20:04:34.178Z
37172026-08-15T20:04:34.178Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/336)
37182026-08-15T20:04:34.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-15T20:04:34.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-15T20:04:34.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-15T20:04:34.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-08-15T20:04:34.781Z
37232026-08-15T20:04:34.781Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/336)
37242026-08-15T20:04:35.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-15T20:04:35.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-15T20:04:35.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-15T20:04:35.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-08-15T20:04:35.382Z
37292026-08-15T20:04:35.382Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/336)
37302026-08-15T20:04:35.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-15T20:04:35.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-15T20:04:35.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-15T20:04:35.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37342026-08-15T20:04:35.983Z
37352026-08-15T20:04:35.983Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/336)
37362026-08-15T20:04:36.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-15T20:04:36.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-15T20:04:36.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-15T20:04:36.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-08-15T20:04:36.586Z
37412026-08-15T20:04:36.587Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/336)
37422026-08-15T20:04:37.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-15T20:04:37.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-15T20:04:37.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-15T20:04:37.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37462026-08-15T20:04:37.195Z
37472026-08-15T20:04:37.195Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/336)
37482026-08-15T20:04:37.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-15T20:04:37.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-15T20:04:37.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-15T20:04:37.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37522026-08-15T20:04:37.801Z
37532026-08-15T20:04:37.801Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/336)
37542026-08-15T20:04:38.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-15T20:04:38.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-15T20:04:38.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-15T20:04:38.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37582026-08-15T20:04:38.404Z
37592026-08-15T20:04:38.404Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/336)
37602026-08-15T20:04:38.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-15T20:04:38.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-15T20:04:38.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-15T20:04:38.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37642026-08-15T20:04:39.005Z
37652026-08-15T20:04:39.005Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/336)
37662026-08-15T20:04:39.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-15T20:04:39.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-15T20:04:39.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-15T20:04:39.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37702026-08-15T20:04:39.608Z
37712026-08-15T20:04:39.608Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/336)
37722026-08-15T20:04:40.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-15T20:04:40.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-15T20:04:40.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-15T20:04:40.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-08-15T20:04:40.213Z
37772026-08-15T20:04:40.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/336)
37782026-08-15T20:04:40.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-15T20:04:40.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-15T20:04:40.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-15T20:04:40.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-08-15T20:04:40.815Z
37832026-08-15T20:04:40.815Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/336)
37842026-08-15T20:04:41.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-15T20:04:41.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-15T20:04:41.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-15T20:04:41.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-08-15T20:04:41.417Z
37892026-08-15T20:04:41.417Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/336)
37902026-08-15T20:04:41.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-15T20:04:41.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-15T20:04:41.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-15T20:04:41.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-08-15T20:04:42.022Z
37952026-08-15T20:04:42.022Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/336)
37962026-08-15T20:04:42.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-15T20:04:42.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-15T20:04:42.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-15T20:04:42.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-08-15T20:04:42.625Z
38012026-08-15T20:04:42.625Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/336)
38022026-08-15T20:04:43.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-15T20:04:43.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-15T20:04:43.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-15T20:04:43.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-08-15T20:04:43.222Z
38072026-08-15T20:04:43.222Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/336)
38082026-08-15T20:04:43.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-15T20:04:43.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-15T20:04:43.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-15T20:04:43.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-08-15T20:04:43.838Z
38132026-08-15T20:04:43.838Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/336)
38142026-08-15T20:04:44.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-15T20:04:44.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-15T20:04:44.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-08-15T20:04:44.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-08-15T20:04:44.452Z
38192026-08-15T20:04:44.452Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/336)
38202026-08-15T20:04:44.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-08-15T20:04:44.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-08-15T20:04:44.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-08-15T20:04:44.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-08-15T20:04:45.072Z
38252026-08-15T20:04:45.072Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/336)
38262026-08-15T20:04:45.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-08-15T20:04:45.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-08-15T20:04:45.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-08-15T20:04:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-08-15T20:04:45.687Z
38312026-08-15T20:04:45.687Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/336)
38322026-08-15T20:04:46.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-08-15T20:04:46.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-08-15T20:04:46.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-08-15T20:04:46.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-08-15T20:04:46.305Z
38372026-08-15T20:04:46.305Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/336)
38382026-08-15T20:04:46.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-08-15T20:04:46.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-08-15T20:04:46.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-08-15T20:04:46.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-08-15T20:04:46.924Z
38432026-08-15T20:04:46.924Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/336)
38442026-08-15T20:04:47.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-08-15T20:04:47.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-08-15T20:04:47.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-08-15T20:04:47.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-08-15T20:04:47.540Z
38492026-08-15T20:04:47.540Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/336)
38502026-08-15T20:04:48.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-08-15T20:04:48.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-08-15T20:04:48.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-08-15T20:04:48.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-08-15T20:04:48.152Z
38552026-08-15T20:04:48.152Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/336)
38562026-08-15T20:04:48.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-08-15T20:04:48.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-08-15T20:04:48.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-08-15T20:04:48.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-08-15T20:04:48.767Z
38612026-08-15T20:04:48.767Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/336)
38622026-08-15T20:04:49.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-08-15T20:04:49.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-08-15T20:04:49.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-08-15T20:04:49.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-08-15T20:04:49.384Z
38672026-08-15T20:04:49.384Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/336)
38682026-08-15T20:04:49.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-08-15T20:04:49.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-08-15T20:04:49.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-08-15T20:04:49.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-08-15T20:04:50.002Z
38732026-08-15T20:04:50.002Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/336)
38742026-08-15T20:04:50.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-08-15T20:04:50.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-08-15T20:04:50.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-08-15T20:04:50.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38782026-08-15T20:04:50.614Z
38792026-08-15T20:04:50.615Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/336)
38802026-08-15T20:04:51.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-08-15T20:04:51.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-08-15T20:04:51.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-08-15T20:04:51.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38842026-08-15T20:04:51.229Z
38852026-08-15T20:04:51.229Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/336)
38862026-08-15T20:04:51.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-08-15T20:04:51.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-08-15T20:04:51.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-08-15T20:04:51.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38902026-08-15T20:04:51.849Z
38912026-08-15T20:04:51.849Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/336)
38922026-08-15T20:04:52.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-08-15T20:04:52.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-08-15T20:04:52.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-08-15T20:04:52.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38962026-08-15T20:04:52.472Z
38972026-08-15T20:04:52.472Zinfo: running `cargo check --bins` on oximeter-producer (195/336)
38982026-08-15T20:04:53.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-08-15T20:04:53.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-08-15T20:04:53.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-08-15T20:04:53.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39022026-08-15T20:04:53.101Z
39032026-08-15T20:04:53.101Zinfo: running `cargo check --bins` on internal-dns-resolver (196/336)
39042026-08-15T20:04:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-08-15T20:04:53.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-08-15T20:04:53.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-08-15T20:04:53.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39082026-08-15T20:04:53.704Z
39092026-08-15T20:04:53.704Zinfo: running `cargo check --bins` on dns-server (197/336)
39102026-08-15T20:04:54.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-08-15T20:04:54.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-08-15T20:04:54.387Z Compiling parking_lot_core v0.8.6
39132026-08-15T20:04:54.387Z Compiling git-stub v1.0.0
39142026-08-15T20:04:54.391Z Checking prefix-trie v0.7.0
39152026-08-15T20:04:54.508Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39162026-08-15T20:04:54.620Z Compiling git-stub-vcs v0.1.0
39172026-08-15T20:04:54.776Z Checking hickory-server v0.25.2
39182026-08-15T20:04:54.894Z Checking parking_lot v0.11.2
39192026-08-15T20:04:54.922Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39202026-08-15T20:04:55.064Z Checking sled v0.34.7
39212026-08-15T20:04:57.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
39222026-08-15T20:04:57.037Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39232026-08-15T20:04:57.037Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39242026-08-15T20:04:57.209Z
39252026-08-15T20:04:57.209Zinfo: running `cargo check --bins` on dns-server-api (198/336)
39262026-08-15T20:04:57.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-08-15T20:04:57.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-08-15T20:04:57.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-08-15T20:04:57.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39302026-08-15T20:04:57.812Z
39312026-08-15T20:04:57.812Zinfo: running `cargo check --bins` on nexus-client (199/336)
39322026-08-15T20:04:58.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-08-15T20:04:58.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-08-15T20:04:58.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-08-15T20:04:58.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39362026-08-15T20:04:58.456Z
39372026-08-15T20:04:58.456Zinfo: running `cargo check --bins` on oximeter-producer-api (200/336)
39382026-08-15T20:04:58.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-08-15T20:04:58.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-08-15T20:04:58.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-08-15T20:04:58.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39422026-08-15T20:04:59.062Z
39432026-08-15T20:04:59.063Zinfo: running `cargo check --bins` on sp-sim (201/336)
39442026-08-15T20:04:59.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-08-15T20:04:59.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-08-15T20:04:59.806Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
39472026-08-15T20:05:00.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
39482026-08-15T20:05:00.337Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39492026-08-15T20:05:00.337Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39502026-08-15T20:05:00.527Z
39512026-08-15T20:05:00.528Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/336)
39522026-08-15T20:05:01.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-08-15T20:05:01.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-08-15T20:05:01.396Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
39552026-08-15T20:05:01.529Z Checking libscf-sys v1.2.0
39562026-08-15T20:05:01.556Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39572026-08-15T20:05:01.556Z Compiling blake3 v1.8.5
39582026-08-15T20:05:01.563Z Compiling dashu-int v0.5.1
39592026-08-15T20:05:01.566Z Checking papergrid v0.18.0
39602026-08-15T20:05:01.566Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
39612026-08-15T20:05:01.566Z Checking ssh-encoding v0.2.0
39622026-08-15T20:05:01.661Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
39632026-08-15T20:05:01.746Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39642026-08-15T20:05:01.767Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
39652026-08-15T20:05:01.835Z Checking num-modular v0.6.4
39662026-08-15T20:05:01.861Z Checking constant_time_eq v0.4.2
39672026-08-15T20:05:01.957Z Checking arrayref v0.3.9
39682026-08-15T20:05:01.991Z Checking dashu-base v0.5.1
39692026-08-15T20:05:02.024Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
39702026-08-15T20:05:02.038Z Compiling rlimit v0.10.2
39712026-08-15T20:05:02.233Z Checking arrayvec v0.7.6
39722026-08-15T20:05:02.320Z Checking ssh-cipher v0.2.0
39732026-08-15T20:05:02.374Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
39742026-08-15T20:05:02.389Z Checking tabled v0.21.0
39752026-08-15T20:05:02.403Z Checking tungstenite v0.28.0
39762026-08-15T20:05:02.434Z Checking p256 v0.13.2
39772026-08-15T20:05:02.450Z Checking itertools v0.15.0
39782026-08-15T20:05:02.681Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39792026-08-15T20:05:02.699Z Checking num-primitive v0.2.1
39802026-08-15T20:05:02.760Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
39812026-08-15T20:05:02.838Z Compiling illumos-nvpair-sys v0.2.0
39822026-08-15T20:05:03.018Z Compiling unicase v2.9.0
39832026-08-15T20:05:03.054Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
39842026-08-15T20:05:03.224Z Compiling mime_guess v2.0.5
39852026-08-15T20:05:03.227Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39862026-08-15T20:05:03.254Z Checking dsi-bitstream v0.10.1
39872026-08-15T20:05:03.409Z Checking tokio-tungstenite v0.28.0
39882026-08-15T20:05:03.524Z Checking ssh-key v0.6.7
39892026-08-15T20:05:03.563Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
39902026-08-15T20:05:03.674Z Compiling progenitor-impl v0.13.0
39912026-08-15T20:05:03.717Z Checking http-range-header v0.4.2
39922026-08-15T20:05:03.779Z Checking crc8 v0.1.1
39932026-08-15T20:05:03.850Z Checking bytesize v2.7.0
39942026-08-15T20:05:03.902Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
39952026-08-15T20:05:03.921Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
39962026-08-15T20:05:04.090Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39972026-08-15T20:05:04.487Z Checking progenitor-client v0.13.0
39982026-08-15T20:05:04.522Z Checking http-range v0.1.5
39992026-08-15T20:05:04.723Z Compiling seq-macro v0.3.6
40002026-08-15T20:05:05.036Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40012026-08-15T20:05:05.056Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
40022026-08-15T20:05:05.135Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40032026-08-15T20:05:05.206Z Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
40042026-08-15T20:05:05.223Z Checking illumos-nvpair v0.3.0
40052026-08-15T20:05:05.237Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
40062026-08-15T20:05:05.377Z Checking scuffle v0.1.0
40072026-08-15T20:05:05.545Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40082026-08-15T20:05:05.764Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40092026-08-15T20:05:05.788Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
40102026-08-15T20:05:05.944Z Checking pwd v1.4.0
40112026-08-15T20:05:06.019Z Checking before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
40122026-08-15T20:05:06.086Z Checking lru v0.18.2
40132026-08-15T20:05:06.157Z Checking nanorand v0.7.0
40142026-08-15T20:05:06.183Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
40152026-08-15T20:05:06.247Z Compiling progenitor-macro v0.13.0
40162026-08-15T20:05:06.263Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
40172026-08-15T20:05:06.347Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
40182026-08-15T20:05:06.363Z Checking flume v0.11.1
40192026-08-15T20:05:06.462Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
40202026-08-15T20:05:06.524Z Checking hyper-staticfile v0.10.1
40212026-08-15T20:05:06.610Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40222026-08-15T20:05:06.810Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
40232026-08-15T20:05:06.828Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
40242026-08-15T20:05:06.832Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40252026-08-15T20:05:06.881Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
40262026-08-15T20:05:07.038Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
40272026-08-15T20:05:07.228Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
40282026-08-15T20:05:07.246Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40292026-08-15T20:05:07.542Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40302026-08-15T20:05:07.569Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
40312026-08-15T20:05:09.861Z Checking progenitor v0.13.0
40322026-08-15T20:05:10.008Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
40332026-08-15T20:05:10.110Z Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
40342026-08-15T20:05:11.174Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
40352026-08-15T20:05:11.343Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
40362026-08-15T20:05:26.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.51s
40372026-08-15T20:05:26.050Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40382026-08-15T20:05:26.050Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40392026-08-15T20:05:26.254Z
40402026-08-15T20:05:26.254Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/336)
40412026-08-15T20:05:26.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-15T20:05:26.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-15T20:05:27.067Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40442026-08-15T20:05:37.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
40452026-08-15T20:05:37.917Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40462026-08-15T20:05:37.917Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40472026-08-15T20:05:38.122Z
40482026-08-15T20:05:38.122Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/336)
40492026-08-15T20:05:38.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-15T20:05:38.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-15T20:05:38.930Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40522026-08-15T20:05:49.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
40532026-08-15T20:05:49.759Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40542026-08-15T20:05:49.759Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40552026-08-15T20:05:49.971Z
40562026-08-15T20:05:49.971Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/336)
40572026-08-15T20:05:50.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-08-15T20:05:50.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-08-15T20:05:50.781Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40602026-08-15T20:06:01.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
40612026-08-15T20:06:01.726Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40622026-08-15T20:06:01.726Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40632026-08-15T20:06:01.931Z
40642026-08-15T20:06:01.931Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/336)
40652026-08-15T20:06:02.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-15T20:06:02.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-15T20:06:02.739Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40682026-08-15T20:06:13.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
40692026-08-15T20:06:13.599Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40702026-08-15T20:06:13.599Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40712026-08-15T20:06:13.812Z
40722026-08-15T20:06:13.812Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/336)
40732026-08-15T20:06:14.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-08-15T20:06:14.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-08-15T20:06:14.619Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40762026-08-15T20:06:25.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
40772026-08-15T20:06:25.475Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40782026-08-15T20:06:25.475Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40792026-08-15T20:06:25.682Z
40802026-08-15T20:06:25.682Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/336)
40812026-08-15T20:06:26.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-15T20:06:26.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-15T20:06:26.496Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40842026-08-15T20:06:37.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
40852026-08-15T20:06:37.318Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40862026-08-15T20:06:37.318Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40872026-08-15T20:06:37.525Z
40882026-08-15T20:06:37.525Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/336)
40892026-08-15T20:06:38.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-15T20:06:38.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-15T20:06:38.341Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40922026-08-15T20:06:49.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
40932026-08-15T20:06:49.182Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
40942026-08-15T20:06:49.182Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
40952026-08-15T20:06:49.384Z
40962026-08-15T20:06:49.384Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/336)
40972026-08-15T20:06:49.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-08-15T20:06:49.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-08-15T20:06:49.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-08-15T20:06:49.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41012026-08-15T20:06:49.991Z
41022026-08-15T20:06:49.991Zinfo: running `cargo check --bins` on installinator-common (211/336)
41032026-08-15T20:06:50.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-15T20:06:50.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-15T20:06:50.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-08-15T20:06:50.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41072026-08-15T20:06:50.607Z
41082026-08-15T20:06:50.607Zinfo: running `cargo check --bins` on installinator-common-versions (212/336)
41092026-08-15T20:06:51.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-08-15T20:06:51.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-08-15T20:06:51.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-08-15T20:06:51.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41132026-08-15T20:06:51.197Z
41142026-08-15T20:06:51.197Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/336)
41152026-08-15T20:06:51.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-15T20:06:51.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-15T20:06:51.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-08-15T20:06:51.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41192026-08-15T20:06:51.834Z
41202026-08-15T20:06:51.834Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/336)
41212026-08-15T20:06:52.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-08-15T20:06:52.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-08-15T20:06:52.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-08-15T20:06:52.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41252026-08-15T20:06:52.442Z
41262026-08-15T20:06:52.442Zinfo: running `cargo check --bins` on range-requests (215/336)
41272026-08-15T20:06:52.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-08-15T20:06:52.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-08-15T20:06:52.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-08-15T20:06:52.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41312026-08-15T20:06:53.051Z
41322026-08-15T20:06:53.051Zinfo: running `cargo check --bins` on repo-depot-api (216/336)
41332026-08-15T20:06:53.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-08-15T20:06:53.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-08-15T20:06:53.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-08-15T20:06:53.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41372026-08-15T20:06:53.651Z
41382026-08-15T20:06:53.651Zinfo: running `cargo check --bins` on repo-depot-client (217/336)
41392026-08-15T20:06:54.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-08-15T20:06:54.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-08-15T20:06:54.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-08-15T20:06:54.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41432026-08-15T20:06:54.248Z
41442026-08-15T20:06:54.248Zinfo: running `cargo check --bins` on sled-agent-api (218/336)
41452026-08-15T20:06:54.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-08-15T20:06:54.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-08-15T20:06:54.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41482026-08-15T20:06:54.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41492026-08-15T20:06:54.871Z
41502026-08-15T20:06:54.871Zinfo: running `cargo check --bins` on sled-diagnostics (219/336)
41512026-08-15T20:06:55.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-08-15T20:06:55.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-08-15T20:06:55.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-08-15T20:06:55.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41552026-08-15T20:06:55.489Z
41562026-08-15T20:06:55.489Zinfo: running `cargo check --bins` on zfs-test-harness (220/336)
41572026-08-15T20:06:56.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-08-15T20:06:56.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-08-15T20:06:56.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41602026-08-15T20:06:56.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41612026-08-15T20:06:56.114Z
41622026-08-15T20:06:56.114Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/336)
41632026-08-15T20:06:56.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-08-15T20:06:56.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-08-15T20:06:56.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-08-15T20:06:56.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41672026-08-15T20:06:56.744Z
41682026-08-15T20:06:56.744Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/336)
41692026-08-15T20:06:57.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-08-15T20:06:57.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-08-15T20:06:57.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-08-15T20:06:57.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41732026-08-15T20:06:57.374Z
41742026-08-15T20:06:57.374Zinfo: running `cargo check --bins` on sled-agent-early-networking (223/336)
41752026-08-15T20:06:57.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-08-15T20:06:57.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-08-15T20:06:57.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-08-15T20:06:57.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41792026-08-15T20:06:57.991Z
41802026-08-15T20:06:57.991Zinfo: running `cargo check --bins` on sled-agent-health-monitor (224/336)
41812026-08-15T20:06:58.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-08-15T20:06:58.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-08-15T20:06:58.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41842026-08-15T20:06:58.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41852026-08-15T20:06:58.619Z
41862026-08-15T20:06:58.619Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/336)
41872026-08-15T20:06:59.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-08-15T20:06:59.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-08-15T20:06:59.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-08-15T20:06:59.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41912026-08-15T20:06:59.247Z
41922026-08-15T20:06:59.247Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/336)
41932026-08-15T20:06:59.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-08-15T20:06:59.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-08-15T20:06:59.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-08-15T20:06:59.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41972026-08-15T20:06:59.871Z
41982026-08-15T20:06:59.871Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (227/336)
41992026-08-15T20:07:00.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-15T20:07:00.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-15T20:07:00.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-08-15T20:07:00.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42032026-08-15T20:07:00.500Z
42042026-08-15T20:07:00.500Zinfo: running `cargo check --bins` on sled-agent-rack-setup (228/336)
42052026-08-15T20:07:01.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-08-15T20:07:01.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-08-15T20:07:01.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-08-15T20:07:01.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42092026-08-15T20:07:01.145Z
42102026-08-15T20:07:01.145Zinfo: running `cargo check --bins` on trust-quorum (229/336)
42112026-08-15T20:07:01.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-08-15T20:07:01.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-08-15T20:07:01.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-08-15T20:07:01.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42152026-08-15T20:07:01.778Z
42162026-08-15T20:07:01.778Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (230/336)
42172026-08-15T20:07:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-08-15T20:07:02.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-08-15T20:07:02.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-08-15T20:07:02.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42212026-08-15T20:07:02.420Z
42222026-08-15T20:07:02.420Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (231/336)
42232026-08-15T20:07:02.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-15T20:07:02.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-15T20:07:02.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-08-15T20:07:02.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42272026-08-15T20:07:03.079Z
42282026-08-15T20:07:03.079Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (232/336)
42292026-08-15T20:07:03.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-08-15T20:07:03.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-08-15T20:07:03.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-08-15T20:07:03.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-08-15T20:07:03.731Z
42342026-08-15T20:07:03.731Zinfo: running `cargo check --bins` on omicron-deployment-graph (233/336)
42352026-08-15T20:07:04.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-08-15T20:07:04.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-08-15T20:07:04.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-08-15T20:07:04.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-08-15T20:07:04.327Z
42402026-08-15T20:07:04.327Zinfo: running `cargo check --bins` on transient-dns-server (234/336)
42412026-08-15T20:07:04.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-08-15T20:07:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-08-15T20:07:04.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-08-15T20:07:04.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42452026-08-15T20:07:04.950Z
42462026-08-15T20:07:04.950Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/336)
42472026-08-15T20:07:05.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-15T20:07:05.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-15T20:07:05.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-08-15T20:07:05.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42512026-08-15T20:07:05.575Z
42522026-08-15T20:07:05.575Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/336)
42532026-08-15T20:07:06.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-15T20:07:06.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-15T20:07:06.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-15T20:07:06.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42572026-08-15T20:07:06.202Z
42582026-08-15T20:07:06.202Zinfo: running `cargo check --bins` on omicron-rpaths (237/336)
42592026-08-15T20:07:06.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-15T20:07:06.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-15T20:07:06.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-15T20:07:06.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42632026-08-15T20:07:06.801Z
42642026-08-15T20:07:06.801Zinfo: running `cargo check --bins` on omicron-repl-utils (238/336)
42652026-08-15T20:07:07.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-15T20:07:07.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-15T20:07:07.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-15T20:07:07.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42692026-08-15T20:07:07.399Z
42702026-08-15T20:07:07.399Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (239/336)
42712026-08-15T20:07:07.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-15T20:07:07.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-15T20:07:08.137Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
42742026-08-15T20:07:08.557Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42752026-08-15T20:07:09.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
42762026-08-15T20:07:09.773Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42772026-08-15T20:07:09.773Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42782026-08-15T20:07:09.966Z
42792026-08-15T20:07:09.966Zinfo: running `cargo check --bins` on clickhouse-admin-api (240/336)
42802026-08-15T20:07:10.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-08-15T20:07:10.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-08-15T20:07:10.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-08-15T20:07:10.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42842026-08-15T20:07:10.562Z
42852026-08-15T20:07:10.562Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (241/336)
42862026-08-15T20:07:11.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-08-15T20:07:11.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-08-15T20:07:11.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-08-15T20:07:11.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42902026-08-15T20:07:11.159Z
42912026-08-15T20:07:11.159Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/336)
42922026-08-15T20:07:11.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-15T20:07:11.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-15T20:07:11.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-15T20:07:11.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42962026-08-15T20:07:11.763Z
42972026-08-15T20:07:11.763Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (243/336)
42982026-08-15T20:07:12.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-15T20:07:12.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-15T20:07:12.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-08-15T20:07:12.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43022026-08-15T20:07:12.370Z
43032026-08-15T20:07:12.370Zinfo: running `cargo check --bins` on installinator-client (244/336)
43042026-08-15T20:07:12.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-08-15T20:07:12.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-08-15T20:07:12.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-08-15T20:07:12.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43082026-08-15T20:07:12.971Z
43092026-08-15T20:07:12.971Zinfo: running `cargo check --bins` on oxide-client (245/336)
43102026-08-15T20:07:13.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-15T20:07:13.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-15T20:07:13.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-08-15T20:07:13.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43142026-08-15T20:07:13.565Z
43152026-08-15T20:07:13.565Zinfo: running `cargo check --bins` on oximeter-client (246/336)
43162026-08-15T20:07:14.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-15T20:07:14.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-15T20:07:14.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-08-15T20:07:14.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43202026-08-15T20:07:14.164Z
43212026-08-15T20:07:14.164Zinfo: running `cargo check --bins` on wicketd-client (247/336)
43222026-08-15T20:07:14.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-08-15T20:07:14.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-08-15T20:07:14.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-08-15T20:07:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43262026-08-15T20:07:14.784Z
43272026-08-15T20:07:14.785Zinfo: running `cargo check --bins` on wicket-common (248/336)
43282026-08-15T20:07:15.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-15T20:07:15.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-15T20:07:15.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-08-15T20:07:15.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43322026-08-15T20:07:15.398Z
43332026-08-15T20:07:15.399Zinfo: running `cargo check --bins` on wicketd-commission-client (249/336)
43342026-08-15T20:07:15.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-15T20:07:15.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-15T20:07:15.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-08-15T20:07:15.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43382026-08-15T20:07:16.005Z
43392026-08-15T20:07:16.005Zinfo: running `cargo check --bins` on omicron-cockroach-admin (250/336)
43402026-08-15T20:07:16.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-15T20:07:16.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-15T20:07:16.708Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43432026-08-15T20:07:16.711Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
43442026-08-15T20:07:17.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
43452026-08-15T20:07:17.928Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
43462026-08-15T20:07:17.928Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
43472026-08-15T20:07:18.108Z
43482026-08-15T20:07:18.108Zinfo: running `cargo check --bins` on cockroach-admin-api (251/336)
43492026-08-15T20:07:18.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-15T20:07:18.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-15T20:07:18.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-15T20:07:18.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43532026-08-15T20:07:18.701Z
43542026-08-15T20:07:18.702Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (252/336)
43552026-08-15T20:07:19.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-15T20:07:19.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-15T20:07:19.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-08-15T20:07:19.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43592026-08-15T20:07:19.375Z
43602026-08-15T20:07:19.375Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/336)
43612026-08-15T20:07:19.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-08-15T20:07:19.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-08-15T20:07:19.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43642026-08-15T20:07:19.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43652026-08-15T20:07:20.057Z
43662026-08-15T20:07:20.057Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (254/336)
43672026-08-15T20:07:20.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-08-15T20:07:20.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-08-15T20:07:20.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-08-15T20:07:20.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43712026-08-15T20:07:20.702Z
43722026-08-15T20:07:20.702Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/336)
43732026-08-15T20:07:21.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-08-15T20:07:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-08-15T20:07:21.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43762026-08-15T20:07:21.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43772026-08-15T20:07:21.352Z
43782026-08-15T20:07:21.352Zinfo: running `cargo check --bins` on db-macros (256/336)
43792026-08-15T20:07:21.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-08-15T20:07:21.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-08-15T20:07:21.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-08-15T20:07:21.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43832026-08-15T20:07:21.939Z
43842026-08-15T20:07:21.939Zinfo: running `cargo check --bins` on nexus-macros-common (257/336)
43852026-08-15T20:07:22.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-15T20:07:22.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-15T20:07:22.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-08-15T20:07:22.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43892026-08-15T20:07:22.526Z
43902026-08-15T20:07:22.526Zinfo: running `cargo check --bins` on nexus-auth (258/336)
43912026-08-15T20:07:23.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-15T20:07:23.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-15T20:07:23.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-08-15T20:07:23.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43952026-08-15T20:07:23.171Z
43962026-08-15T20:07:23.171Zinfo: running `cargo check --bins` on authz-macros (259/336)
43972026-08-15T20:07:23.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-15T20:07:23.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-15T20:07:23.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-08-15T20:07:23.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44012026-08-15T20:07:23.762Z
44022026-08-15T20:07:23.762Zinfo: running `cargo check --bins` on nexus-db-fixed-data (260/336)
44032026-08-15T20:07:24.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-15T20:07:24.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-15T20:07:24.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-15T20:07:24.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44072026-08-15T20:07:24.403Z
44082026-08-15T20:07:24.403Zinfo: running `cargo check --bins` on nexus-db-model (261/336)
44092026-08-15T20:07:24.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-15T20:07:24.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-15T20:07:24.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-15T20:07:24.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44132026-08-15T20:07:25.050Z
44142026-08-15T20:07:25.051Zinfo: running `cargo check --bins` on nexus-db-schema (262/336)
44152026-08-15T20:07:25.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-15T20:07:25.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-15T20:07:25.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-08-15T20:07:25.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44192026-08-15T20:07:25.644Z
44202026-08-15T20:07:25.644Zinfo: running `cargo check --bins` on nexus-defaults (263/336)
44212026-08-15T20:07:26.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-15T20:07:26.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-15T20:07:26.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-08-15T20:07:26.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44252026-08-15T20:07:26.248Z
44262026-08-15T20:07:26.248Zinfo: running `cargo check --bins` on omicron-git-version (264/336)
44272026-08-15T20:07:26.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-08-15T20:07:26.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-08-15T20:07:26.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-08-15T20:07:26.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44312026-08-15T20:07:26.844Z
44322026-08-15T20:07:26.844Zinfo: running `cargo check --bins` on nexus-db-errors (265/336)
44332026-08-15T20:07:27.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-08-15T20:07:27.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-08-15T20:07:27.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-08-15T20:07:27.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44372026-08-15T20:07:27.485Z
44382026-08-15T20:07:27.485Zinfo: running `cargo check --bins` on nexus-db-lookup (266/336)
44392026-08-15T20:07:28.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-08-15T20:07:28.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-08-15T20:07:28.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-08-15T20:07:28.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44432026-08-15T20:07:28.132Z
44442026-08-15T20:07:28.134Zinfo: running `cargo check --bins` on nexus-test-interface (267/336)
44452026-08-15T20:07:28.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-08-15T20:07:28.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-08-15T20:07:28.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-08-15T20:07:28.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44492026-08-15T20:07:28.777Z
44502026-08-15T20:07:28.777Zinfo: running `cargo check --bins` on oximeter-collector (268/336)
44512026-08-15T20:07:29.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-08-15T20:07:29.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-08-15T20:07:29.517Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44542026-08-15T20:07:29.517Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44552026-08-15T20:07:30.200Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44562026-08-15T20:07:31.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
44572026-08-15T20:07:31.930Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44582026-08-15T20:07:31.930Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44592026-08-15T20:07:32.128Z
44602026-08-15T20:07:32.129Zinfo: running `cargo check --bins` on oximeter-api (269/336)
44612026-08-15T20:07:32.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-08-15T20:07:32.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-08-15T20:07:32.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-08-15T20:07:32.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44652026-08-15T20:07:32.726Z
44662026-08-15T20:07:32.726Zinfo: running `cargo check --bins` on cert-dev (270/336)
44672026-08-15T20:07:33.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-15T20:07:33.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-15T20:07:33.381Z Checking yasna v0.5.2
44702026-08-15T20:07:33.788Z Checking rcgen v0.12.1
44712026-08-15T20:07:34.066Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
44722026-08-15T20:07:34.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44732026-08-15T20:07:34.257Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44742026-08-15T20:07:34.257Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44752026-08-15T20:07:34.416Z
44762026-08-15T20:07:34.416Zinfo: running `cargo check --bins` on clickana (271/336)
44772026-08-15T20:07:34.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-08-15T20:07:34.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-08-15T20:07:35.093Z Compiling instability v0.3.11
44802026-08-15T20:07:35.093Z Checking castaway v0.2.4
44812026-08-15T20:07:35.096Z Compiling indoc v2.0.7
44822026-08-15T20:07:35.096Z Checking lru v0.12.5
44832026-08-15T20:07:35.096Z Checking unicode-truncate v1.1.0
44842026-08-15T20:07:35.231Z Checking cassowary v0.3.0
44852026-08-15T20:07:35.292Z Checking compact_str v0.8.1
44862026-08-15T20:07:36.101Z Checking ratatui v0.29.0
44872026-08-15T20:07:37.147Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
44882026-08-15T20:07:37.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
44892026-08-15T20:07:37.917Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44902026-08-15T20:07:37.917Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44912026-08-15T20:07:38.088Z
44922026-08-15T20:07:38.088Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (272/336)
44932026-08-15T20:07:38.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-08-15T20:07:38.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-08-15T20:07:38.848Z Checking headers-core v0.3.0
44962026-08-15T20:07:38.852Z Checking port-file v0.1.0
44972026-08-15T20:07:38.852Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44982026-08-15T20:07:39.048Z Checking headers v0.4.1
44992026-08-15T20:07:39.416Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45002026-08-15T20:07:40.373Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45012026-08-15T20:07:40.904Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45022026-08-15T20:07:41.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
45032026-08-15T20:07:41.353Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45042026-08-15T20:07:41.353Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45052026-08-15T20:07:41.545Z
45062026-08-15T20:07:41.545Zinfo: running `cargo check --bins` on ch-dev (273/336)
45072026-08-15T20:07:42.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-08-15T20:07:42.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-08-15T20:07:42.297Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
45102026-08-15T20:07:43.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45112026-08-15T20:07:43.072Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45122026-08-15T20:07:43.072Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45132026-08-15T20:07:43.264Z
45142026-08-15T20:07:43.264Zinfo: running `cargo check --bins` on dev-tools-common (274/336)
45152026-08-15T20:07:43.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-08-15T20:07:43.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-08-15T20:07:43.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-08-15T20:07:43.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
45192026-08-15T20:07:43.695Z
45202026-08-15T20:07:43.695Zinfo: running `cargo check --bins` on corpus-adjust (275/336)
45212026-08-15T20:07:44.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-08-15T20:07:44.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-08-15T20:07:44.365Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
45242026-08-15T20:07:44.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
45252026-08-15T20:07:44.754Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45262026-08-15T20:07:44.754Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45272026-08-15T20:07:44.925Z
45282026-08-15T20:07:44.925Zinfo: running `cargo check --bins` on crdb-seed (276/336)
45292026-08-15T20:07:45.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-15T20:07:45.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-15T20:07:45.673Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45322026-08-15T20:07:46.775Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45332026-08-15T20:07:47.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
45342026-08-15T20:07:47.146Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45352026-08-15T20:07:47.146Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45362026-08-15T20:07:47.339Z
45372026-08-15T20:07:47.339Zinfo: running `cargo check --bins` on db-dev (277/336)
45382026-08-15T20:07:47.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-08-15T20:07:47.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-08-15T20:07:48.092Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45412026-08-15T20:07:48.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45422026-08-15T20:07:48.876Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45432026-08-15T20:07:48.876Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45442026-08-15T20:07:49.068Z
45452026-08-15T20:07:49.068Zinfo: running `cargo check --bins` on omicron-dev-lib (278/336)
45462026-08-15T20:07:49.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-08-15T20:07:49.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-08-15T20:07:49.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-08-15T20:07:49.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45502026-08-15T20:07:49.714Z
45512026-08-15T20:07:49.714Zinfo: running `cargo check --bins` on xtask-downloader (279/336)
45522026-08-15T20:07:50.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-08-15T20:07:50.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-08-15T20:07:50.377Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45552026-08-15T20:07:51.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45562026-08-15T20:07:51.093Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45572026-08-15T20:07:51.093Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45582026-08-15T20:07:51.258Z
45592026-08-15T20:07:51.258Zinfo: running `cargo check --bins` on omicron-dropshot-apis (280/336)
45602026-08-15T20:07:51.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-08-15T20:07:51.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-08-15T20:07:52.044Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45632026-08-15T20:07:52.044Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45642026-08-15T20:07:52.047Z Checking git-stub v1.0.0
45652026-08-15T20:07:52.047Z Compiling trait-variant v0.1.2
45662026-08-15T20:07:52.179Z Checking is_ci v1.2.0
45672026-08-15T20:07:52.182Z Checking maplit v1.0.2
45682026-08-15T20:07:52.206Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45692026-08-15T20:07:52.209Z Checking drift v0.2.0
45702026-08-15T20:07:52.269Z Checking supports-color v3.0.2
45712026-08-15T20:07:52.269Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45722026-08-15T20:07:52.304Z Checking git-stub-vcs v0.1.0
45732026-08-15T20:07:52.388Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45742026-08-15T20:07:52.396Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
45752026-08-15T20:07:52.459Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45762026-08-15T20:07:52.495Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
45772026-08-15T20:07:52.545Z Checking dropshot-api-manager v0.7.2
45782026-08-15T20:07:52.631Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
45792026-08-15T20:07:52.680Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45802026-08-15T20:07:52.910Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
45812026-08-15T20:07:53.407Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45822026-08-15T20:07:54.375Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45832026-08-15T20:07:55.397Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45842026-08-15T20:07:56.105Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
45852026-08-15T20:07:56.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
45862026-08-15T20:07:56.568Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45872026-08-15T20:07:56.568Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45882026-08-15T20:07:56.752Z
45892026-08-15T20:07:56.753Zinfo: running `cargo check --bins` on installinator-api (281/336)
45902026-08-15T20:07:57.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-08-15T20:07:57.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-08-15T20:07:57.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45932026-08-15T20:07:57.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45942026-08-15T20:07:57.352Z
45952026-08-15T20:07:57.352Zinfo: running `cargo check --bins` on nexus-external-api (282/336)
45962026-08-15T20:07:57.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-08-15T20:07:57.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-08-15T20:07:57.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45992026-08-15T20:07:57.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46002026-08-15T20:07:57.983Z
46012026-08-15T20:07:57.983Zinfo: running `cargo check --bins` on nexus-internal-api (283/336)
46022026-08-15T20:07:58.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-08-15T20:07:58.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-08-15T20:07:58.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46052026-08-15T20:07:58.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46062026-08-15T20:07:58.616Z
46072026-08-15T20:07:58.616Zinfo: running `cargo check --bins` on nexus-lockstep-api (284/336)
46082026-08-15T20:07:59.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-08-15T20:07:59.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-08-15T20:07:59.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46112026-08-15T20:07:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46122026-08-15T20:07:59.249Z
46132026-08-15T20:07:59.249Zinfo: running `cargo check --bins` on ntp-admin-api (285/336)
46142026-08-15T20:07:59.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-15T20:07:59.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-15T20:07:59.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-08-15T20:07:59.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46182026-08-15T20:07:59.861Z
46192026-08-15T20:07:59.861Zinfo: running `cargo check --bins` on ntp-admin-types-versions (286/336)
46202026-08-15T20:08:00.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-15T20:08:00.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-15T20:08:00.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-08-15T20:08:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46242026-08-15T20:08:00.457Z
46252026-08-15T20:08:00.457Zinfo: running `cargo check --bins` on wicketd-api (287/336)
46262026-08-15T20:08:00.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-08-15T20:08:00.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-08-15T20:08:00.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46292026-08-15T20:08:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46302026-08-15T20:08:01.064Z
46312026-08-15T20:08:01.064Zinfo: running `cargo check --bins` on wicketd-commission-api (288/336)
46322026-08-15T20:08:01.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-08-15T20:08:01.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-08-15T20:08:01.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46352026-08-15T20:08:01.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46362026-08-15T20:08:01.662Z
46372026-08-15T20:08:01.663Zinfo: running `cargo check --bins` on omicron-ls-apis (289/336)
46382026-08-15T20:08:02.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-08-15T20:08:02.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-08-15T20:08:02.316Z Checking cargo-platform v0.3.2
46412026-08-15T20:08:02.316Z Checking topological-sort v0.2.2
46422026-08-15T20:08:02.319Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
46432026-08-15T20:08:02.532Z Checking omicron-zone-package v0.12.3
46442026-08-15T20:08:02.565Z Checking cargo_metadata v0.23.1
46452026-08-15T20:08:03.270Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
46462026-08-15T20:08:04.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
46472026-08-15T20:08:04.122Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46482026-08-15T20:08:04.122Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46492026-08-15T20:08:04.296Z
46502026-08-15T20:08:04.297Zinfo: running `cargo check --bins` on mgs-dev (290/336)
46512026-08-15T20:08:04.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-08-15T20:08:04.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-08-15T20:08:05.045Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46542026-08-15T20:08:05.688Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
46552026-08-15T20:08:06.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
46562026-08-15T20:08:06.211Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
46572026-08-15T20:08:06.211Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
46582026-08-15T20:08:06.405Z
46592026-08-15T20:08:06.405Zinfo: running `cargo check --bins` on omicron-omdb (291/336)
46602026-08-15T20:08:06.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-08-15T20:08:06.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-08-15T20:08:07.432Z Compiling darling_core v0.21.3
46632026-08-15T20:08:07.432Z Compiling vergen-lib v0.1.6
46642026-08-15T20:08:07.432Z Compiling diesel_derives v2.3.7
46652026-08-15T20:08:07.435Z Checking scheduled-thread-pool v0.2.7
46662026-08-15T20:08:07.435Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46672026-08-15T20:08:07.435Z Compiling vergen-gitcl v1.0.8
46682026-08-15T20:08:07.435Z Compiling diesel_table_macro_syntax v0.3.0
46692026-08-15T20:08:07.599Z Compiling dirs-sys-next v0.1.2
46702026-08-15T20:08:07.766Z Compiling crunchy v0.2.4
46712026-08-15T20:08:07.782Z Compiling glob v0.3.3
46722026-08-15T20:08:07.798Z Checking r2d2 v0.8.10
46732026-08-15T20:08:07.877Z Compiling dirs-next v2.0.0
46742026-08-15T20:08:07.894Z Compiling tiny-keccak v2.0.2
46752026-08-15T20:08:07.975Z Checking downcast-rs v2.0.2
46762026-08-15T20:08:07.999Z Compiling term v0.7.0
46772026-08-15T20:08:08.114Z Compiling bit-vec v0.6.3
46782026-08-15T20:08:08.153Z Compiling clang-sys v1.8.1
46792026-08-15T20:08:08.170Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
46802026-08-15T20:08:08.335Z Compiling bit-set v0.5.3
46812026-08-15T20:08:08.369Z Compiling ascii-canvas v3.0.0
46822026-08-15T20:08:08.500Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
46832026-08-15T20:08:08.542Z Compiling itertools v0.10.5
46842026-08-15T20:08:08.558Z Compiling ena v0.14.4
46852026-08-15T20:08:08.574Z Compiling libloading v0.8.9
46862026-08-15T20:08:08.617Z Compiling regex-syntax v0.6.29
46872026-08-15T20:08:08.649Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
46882026-08-15T20:08:08.667Z Compiling bindgen v0.71.1
46892026-08-15T20:08:08.769Z Compiling diff v0.1.13
46902026-08-15T20:08:09.073Z Compiling cexpr v0.6.0
46912026-08-15T20:08:09.090Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
46922026-08-15T20:08:09.274Z Compiling rustc-hash v2.1.1
46932026-08-15T20:08:09.292Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46942026-08-15T20:08:09.605Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
46952026-08-15T20:08:09.623Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
46962026-08-15T20:08:09.649Z Compiling libxml v0.3.3
46972026-08-15T20:08:09.728Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
46982026-08-15T20:08:09.903Z Compiling strum_macros v0.24.3
46992026-08-15T20:08:09.924Z Compiling lalrpop v0.19.12
47002026-08-15T20:08:09.924Z Compiling indoc v1.0.9
47012026-08-15T20:08:10.185Z Compiling darling_macro v0.21.3
47022026-08-15T20:08:10.699Z Compiling darling v0.21.3
47032026-08-15T20:08:10.795Z Compiling dsl_auto_type v0.2.0
47042026-08-15T20:08:10.874Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47052026-08-15T20:08:11.067Z Checking derive_builder v0.20.2
47062026-08-15T20:08:11.187Z Compiling oso-derive v0.27.3
47072026-08-15T20:08:11.231Z Checking quick-xml v0.37.5
47082026-08-15T20:08:11.289Z Compiling impl-trait-for-tuples v0.2.3
47092026-08-15T20:08:11.701Z Checking openssl-probe v0.1.6
47102026-08-15T20:08:11.846Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47112026-08-15T20:08:12.114Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47122026-08-15T20:08:12.305Z Checking bb8 v0.8.6
47132026-08-15T20:08:12.363Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47142026-08-15T20:08:12.578Z Checking nonempty v0.12.0
47152026-08-15T20:08:12.596Z Compiling libz-sys v1.1.24
47162026-08-15T20:08:12.612Z Compiling strsim v0.10.0
47172026-08-15T20:08:12.743Z Compiling libgit2-sys v0.18.3+1.9.2
47182026-08-15T20:08:12.823Z Compiling darling_core v0.13.4
47192026-08-15T20:08:12.944Z Compiling vergen-git2 v9.1.0
47202026-08-15T20:08:13.185Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47212026-08-15T20:08:13.208Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47222026-08-15T20:08:13.398Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47232026-08-15T20:08:13.615Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47242026-08-15T20:08:13.805Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47252026-08-15T20:08:13.995Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47262026-08-15T20:08:14.186Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47272026-08-15T20:08:14.252Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47282026-08-15T20:08:14.374Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47292026-08-15T20:08:14.566Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47302026-08-15T20:08:14.754Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47312026-08-15T20:08:14.788Z Compiling darling_macro v0.13.4
47322026-08-15T20:08:14.944Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47332026-08-15T20:08:15.276Z Compiling darling v0.13.4
47342026-08-15T20:08:15.349Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47352026-08-15T20:08:15.372Z Compiling serde_with_macros v1.5.2
47362026-08-15T20:08:15.735Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47372026-08-15T20:08:16.197Z Compiling serde_with v1.14.0
47382026-08-15T20:08:16.329Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47392026-08-15T20:08:16.523Z Checking twox-hash v2.1.2
47402026-08-15T20:08:16.599Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47412026-08-15T20:08:16.677Z Checking diesel v2.3.7
47422026-08-15T20:08:16.822Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47432026-08-15T20:08:17.330Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
47442026-08-15T20:08:18.325Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47452026-08-15T20:08:18.690Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47462026-08-15T20:08:18.956Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47472026-08-15T20:08:19.407Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
47482026-08-15T20:08:19.824Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47492026-08-15T20:08:19.937Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47502026-08-15T20:08:19.972Z Checking libsw-core v0.3.2
47512026-08-15T20:08:20.128Z Checking atty v0.2.14
47522026-08-15T20:08:20.232Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47532026-08-15T20:08:20.474Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47542026-08-15T20:08:20.777Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47552026-08-15T20:08:20.940Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
47562026-08-15T20:08:21.089Z Checking libsw v3.5.0
47572026-08-15T20:08:21.257Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
47582026-08-15T20:08:22.115Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47592026-08-15T20:08:22.259Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47602026-08-15T20:08:22.849Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47612026-08-15T20:08:23.380Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47622026-08-15T20:08:23.575Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47632026-08-15T20:08:23.764Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47642026-08-15T20:08:23.913Z Checking fatfs v0.3.6
47652026-08-15T20:08:24.369Z Checking console v0.16.2
47662026-08-15T20:08:24.372Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47672026-08-15T20:08:24.677Z Checking unit-prefix v0.5.2
47682026-08-15T20:08:24.818Z Checking indicatif v0.18.4
47692026-08-15T20:08:25.234Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47702026-08-15T20:08:25.474Z Checking oxide-update-engine-display v0.1.2
47712026-08-15T20:08:25.697Z Checking support-bundle-viewer v0.1.2
47722026-08-15T20:08:25.785Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47732026-08-15T20:08:25.885Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47742026-08-15T20:08:25.948Z Checking multimap v0.10.1
47752026-08-15T20:08:32.031Z Checking async-bb8-diesel v0.2.1
47762026-08-15T20:08:32.395Z Checking diesel-dtrace v0.5.0
47772026-08-15T20:08:35.357Z Compiling samael v0.0.19
47782026-08-15T20:08:40.069Z Compiling git2 v0.20.4
47792026-08-15T20:08:41.140Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
47802026-08-15T20:08:42.338Z Compiling polar-core v0.27.3
47812026-08-15T20:08:42.530Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
47822026-08-15T20:08:46.840Z Checking oso v0.27.3
47832026-08-15T20:09:19.544Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
47842026-08-15T20:10:34.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
47852026-08-15T20:10:34.647Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47862026-08-15T20:10:34.647Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47872026-08-15T20:10:34.869Z
47882026-08-15T20:10:34.869Zinfo: running `cargo check --bins` on nexus-networking (292/336)
47892026-08-15T20:10:35.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-08-15T20:10:35.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-08-15T20:10:35.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-08-15T20:10:35.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
47932026-08-15T20:10:35.566Z
47942026-08-15T20:10:35.566Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (293/336)
47952026-08-15T20:10:36.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-08-15T20:10:36.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-08-15T20:10:36.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47982026-08-15T20:10:36.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
47992026-08-15T20:10:36.223Z
48002026-08-15T20:10:36.223Zinfo: running `cargo check --bins` on nexus-saga-recovery (294/336)
48012026-08-15T20:10:36.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-15T20:10:36.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-15T20:10:36.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-08-15T20:10:36.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48052026-08-15T20:10:36.880Z
48062026-08-15T20:10:36.880Zinfo: running `cargo check --bins` on nexus-test-utils-macros (295/336)
48072026-08-15T20:10:37.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-15T20:10:37.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-15T20:10:37.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-15T20:10:37.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48112026-08-15T20:10:37.464Z
48122026-08-15T20:10:37.464Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (296/336)
48132026-08-15T20:10:38.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-15T20:10:38.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-15T20:10:38.328Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48162026-08-15T20:10:39.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48172026-08-15T20:10:39.095Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48182026-08-15T20:10:39.095Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48192026-08-15T20:10:39.311Z
48202026-08-15T20:10:39.311Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/336)
48212026-08-15T20:10:39.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-08-15T20:10:39.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-08-15T20:10:40.163Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48242026-08-15T20:11:19.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.25s
48252026-08-15T20:11:19.572Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48262026-08-15T20:11:19.572Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48272026-08-15T20:11:19.783Z
48282026-08-15T20:11:19.784Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/336)
48292026-08-15T20:11:20.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-08-15T20:11:20.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-08-15T20:11:20.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48322026-08-15T20:11:20.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48332026-08-15T20:11:20.375Z
48342026-08-15T20:11:20.375Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/336)
48352026-08-15T20:11:20.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-08-15T20:11:20.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-08-15T20:11:20.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48382026-08-15T20:11:20.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48392026-08-15T20:11:20.969Z
48402026-08-15T20:11:20.969Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (300/336)
48412026-08-15T20:11:21.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-08-15T20:11:21.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-08-15T20:11:21.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48442026-08-15T20:11:21.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48452026-08-15T20:11:21.612Z
48462026-08-15T20:11:21.612Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/336)
48472026-08-15T20:11:22.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48482026-08-15T20:11:22.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48492026-08-15T20:11:22.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48502026-08-15T20:11:22.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48512026-08-15T20:11:22.259Z
48522026-08-15T20:11:22.259Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (302/336)
48532026-08-15T20:11:22.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48542026-08-15T20:11:22.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48552026-08-15T20:11:22.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48562026-08-15T20:11:22.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48572026-08-15T20:11:22.905Z
48582026-08-15T20:11:22.905Zinfo: running `cargo check --bins` on nexus-mgs-updates (303/336)
48592026-08-15T20:11:23.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48602026-08-15T20:11:23.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48612026-08-15T20:11:23.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48622026-08-15T20:11:23.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48632026-08-15T20:11:23.545Z
48642026-08-15T20:11:23.545Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (304/336)
48652026-08-15T20:11:24.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48662026-08-15T20:11:24.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48672026-08-15T20:11:24.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48682026-08-15T20:11:24.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48692026-08-15T20:11:24.201Z
48702026-08-15T20:11:24.201Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/336)
48712026-08-15T20:11:24.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48722026-08-15T20:11:24.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48732026-08-15T20:11:24.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48742026-08-15T20:11:24.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48752026-08-15T20:11:24.847Z
48762026-08-15T20:11:24.847Zinfo: running `cargo check --bins` on nexus-switch-config (306/336)
48772026-08-15T20:11:25.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48782026-08-15T20:11:25.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48792026-08-15T20:11:25.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48802026-08-15T20:11:25.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
48812026-08-15T20:11:25.484Z
48822026-08-15T20:11:25.484Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (307/336)
48832026-08-15T20:11:26.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48842026-08-15T20:11:26.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48852026-08-15T20:11:26.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48862026-08-15T20:11:26.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48872026-08-15T20:11:26.145Z
48882026-08-15T20:11:26.145Zinfo: running `cargo check --bins` on support-bundle-collection (308/336)
48892026-08-15T20:11:26.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48902026-08-15T20:11:26.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48912026-08-15T20:11:26.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48922026-08-15T20:11:26.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
48932026-08-15T20:11:26.803Z
48942026-08-15T20:11:26.803Zinfo: running `cargo check --bins` on omicron-dev (309/336)
48952026-08-15T20:11:27.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48962026-08-15T20:11:27.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48972026-08-15T20:11:27.750Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48982026-08-15T20:11:27.753Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48992026-08-15T20:11:27.947Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
49002026-08-15T20:11:27.979Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49012026-08-15T20:11:27.982Z Checking yansi v1.0.1
49022026-08-15T20:11:27.982Z Checking diff v0.1.13
49032026-08-15T20:11:28.024Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
49042026-08-15T20:11:28.027Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49052026-08-15T20:11:28.243Z Checking pretty_assertions v1.4.1
49062026-08-15T20:11:29.020Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49072026-08-15T20:11:29.059Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
49082026-08-15T20:11:54.178Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49092026-08-15T20:11:54.181Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49102026-08-15T20:11:54.181Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
49112026-08-15T20:11:54.181Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
49122026-08-15T20:11:54.181Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49132026-08-15T20:11:54.181Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49142026-08-15T20:11:54.181Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49152026-08-15T20:11:55.039Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49162026-08-15T20:11:55.039Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49172026-08-15T20:11:56.333Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49182026-08-15T20:12:35.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
49192026-08-15T20:12:35.260Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49202026-08-15T20:12:35.260Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49212026-08-15T20:12:35.476Z
49222026-08-15T20:12:35.476Zinfo: running `cargo check --bins` on oximeter-load-test (310/336)
49232026-08-15T20:12:36.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49242026-08-15T20:12:36.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49252026-08-15T20:12:36.222Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
49262026-08-15T20:12:36.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
49272026-08-15T20:12:36.884Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49282026-08-15T20:12:36.884Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49292026-08-15T20:12:37.091Z
49302026-08-15T20:12:37.091Zinfo: running `cargo check --bins` on omicron-pins (311/336)
49312026-08-15T20:12:37.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49322026-08-15T20:12:37.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49332026-08-15T20:12:37.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49342026-08-15T20:12:37.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49352026-08-15T20:12:37.691Z
49362026-08-15T20:12:37.691Zinfo: running `cargo check --bins` on rack-init-config (312/336)
49372026-08-15T20:12:38.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49382026-08-15T20:12:38.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49392026-08-15T20:12:38.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49402026-08-15T20:12:38.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49412026-08-15T20:12:38.307Z
49422026-08-15T20:12:38.307Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (313/336)
49432026-08-15T20:12:38.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49442026-08-15T20:12:38.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49452026-08-15T20:12:39.121Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
49462026-08-15T20:12:39.249Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
49472026-08-15T20:12:39.257Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49482026-08-15T20:13:06.341Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
49492026-08-15T20:13:06.757Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
49502026-08-15T20:13:08.544Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49512026-08-15T20:13:09.032Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
49522026-08-15T20:13:12.168Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
49532026-08-15T20:13:36.341Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49542026-08-15T20:13:37.094Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49552026-08-15T20:13:38.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
49562026-08-15T20:13:38.809Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49572026-08-15T20:13:38.809Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49582026-08-15T20:13:39.018Z
49592026-08-15T20:13:39.018Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (314/336)
49602026-08-15T20:13:39.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49612026-08-15T20:13:39.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49622026-08-15T20:13:39.764Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49632026-08-15T20:13:40.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
49642026-08-15T20:13:40.490Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49652026-08-15T20:13:40.490Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49662026-08-15T20:13:40.683Z
49672026-08-15T20:13:40.683Zinfo: running `cargo check --bins` on omicron-releng (315/336)
49682026-08-15T20:13:41.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49692026-08-15T20:13:41.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49702026-08-15T20:13:41.342Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
49712026-08-15T20:13:41.345Z Compiling fs-err v2.11.0
49722026-08-15T20:13:41.466Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
49732026-08-15T20:13:41.477Z Checking parse-size v1.1.0
49742026-08-15T20:13:41.485Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49752026-08-15T20:13:41.489Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49762026-08-15T20:13:41.489Z Checking shell-words v1.1.1
49772026-08-15T20:13:41.574Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49782026-08-15T20:13:41.907Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49792026-08-15T20:13:42.090Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49802026-08-15T20:13:42.767Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49812026-08-15T20:13:43.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
49822026-08-15T20:13:43.748Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49832026-08-15T20:13:43.748Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49842026-08-15T20:13:43.921Z
49852026-08-15T20:13:43.921Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (316/336)
49862026-08-15T20:13:44.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49872026-08-15T20:13:44.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49882026-08-15T20:13:44.596Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49892026-08-15T20:13:45.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
49902026-08-15T20:13:45.113Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49912026-08-15T20:13:45.113Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49922026-08-15T20:13:45.289Z
49932026-08-15T20:13:45.289Zinfo: running `cargo check --bins` on schema (317/336)
49942026-08-15T20:13:45.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49952026-08-15T20:13:45.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49962026-08-15T20:13:46.050Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
49972026-08-15T20:13:46.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
49982026-08-15T20:13:46.770Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49992026-08-15T20:13:46.770Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50002026-08-15T20:13:46.972Z
50012026-08-15T20:13:46.972Zinfo: running `cargo check --bins` on xtask (318/336)
50022026-08-15T20:13:47.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50032026-08-15T20:13:47.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50042026-08-15T20:13:47.394Z Checking serde_core v1.0.228
50052026-08-15T20:13:47.394Z Checking libc v0.2.185
50062026-08-15T20:13:47.397Z Checking bitflags v2.11.0
50072026-08-15T20:13:47.482Z Checking scroll v0.12.0
50082026-08-15T20:13:47.485Z Checking thiserror v1.0.69
50092026-08-15T20:13:47.488Z Checking hashbrown v0.17.0
50102026-08-15T20:13:47.493Z Checking log v0.4.33
50112026-08-15T20:13:47.508Z Checking zerocopy v0.7.35
50122026-08-15T20:13:47.574Z Checking syn v2.0.117
50132026-08-15T20:13:47.615Z Checking dtrace-parser v0.2.0
50142026-08-15T20:13:47.636Z Checking once_cell v1.21.3
50152026-08-15T20:13:47.692Z Checking goblin v0.8.2
50162026-08-15T20:13:47.753Z Checking errno v0.3.14
50172026-08-15T20:13:47.807Z Checking getrandom v0.3.4
50182026-08-15T20:13:47.843Z Checking thread-id v4.2.2
50192026-08-15T20:13:47.867Z Checking rustix v1.1.4
50202026-08-15T20:13:47.919Z Checking memmap v0.7.0
50212026-08-15T20:13:47.934Z Checking thiserror v2.0.18
50222026-08-15T20:13:47.952Z Checking indexmap v2.14.0
50232026-08-15T20:13:48.001Z Checking fs-err v3.3.0
50242026-08-15T20:13:48.030Z Checking tabled v0.15.0
50252026-08-15T20:13:48.043Z Checking anyhow v1.0.104
50262026-08-15T20:13:48.648Z Checking terminal_size v0.4.3
50272026-08-15T20:13:48.649Z Checking tempfile v3.27.0
50282026-08-15T20:13:48.758Z Checking clap_builder v4.6.0
50292026-08-15T20:13:48.761Z Checking textwrap v0.16.2
50302026-08-15T20:13:48.936Z Checking serde v1.0.228
50312026-08-15T20:13:48.939Z Checking serde_json v1.0.151
50322026-08-15T20:13:48.939Z Checking camino v1.2.5
50332026-08-15T20:13:48.966Z Checking semver v1.0.28
50342026-08-15T20:13:49.126Z Checking cargo-platform v0.3.2
50352026-08-15T20:13:49.189Z Checking camino-tempfile v1.4.1
50362026-08-15T20:13:49.346Z Checking toml_datetime v0.6.11
50372026-08-15T20:13:49.346Z Checking serde_spanned v0.6.9
50382026-08-15T20:13:49.350Z Checking macaddr v1.0.1
50392026-08-15T20:13:49.350Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50402026-08-15T20:13:49.526Z Checking cargo_metadata v0.23.1
50412026-08-15T20:13:49.537Z Checking toml_edit v0.22.27
50422026-08-15T20:13:49.540Z Checking dof v0.3.0
50432026-08-15T20:13:49.795Z Checking usdt-impl v0.5.0
50442026-08-15T20:13:49.937Z Checking clap v4.6.1
50452026-08-15T20:13:50.053Z Checking usdt v0.5.0
50462026-08-15T20:13:50.495Z Checking toml v0.8.23
50472026-08-15T20:13:50.754Z Checking cargo_toml v0.21.0
50482026-08-15T20:13:51.402Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
50492026-08-15T20:13:51.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
50502026-08-15T20:13:51.910Z
50512026-08-15T20:13:51.910Zinfo: running `cargo check --bins` on dnsadm (319/336)
50522026-08-15T20:13:52.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50532026-08-15T20:13:52.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50542026-08-15T20:13:52.595Z Checking arc-swap v1.8.2
50552026-08-15T20:13:52.882Z Checking slog-scope v4.4.1
50562026-08-15T20:13:52.994Z Checking slog-stdlog v4.1.1
50572026-08-15T20:13:53.091Z Checking slog-envlogger v2.2.0
50582026-08-15T20:13:53.209Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50592026-08-15T20:13:53.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
50602026-08-15T20:13:53.667Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50612026-08-15T20:13:53.667Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50622026-08-15T20:13:53.835Z
50632026-08-15T20:13:53.835Zinfo: running `cargo check --bins` on end-to-end-tests (320/336)
50642026-08-15T20:13:54.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50652026-08-15T20:13:54.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50662026-08-15T20:13:54.681Z Checking cpubits v0.1.1
50672026-08-15T20:13:54.812Z Checking pem-rfc7468 v1.0.0
50682026-08-15T20:13:54.825Z Checking hmac v0.13.0
50692026-08-15T20:13:54.825Z Checking universal-hash v0.6.1
50702026-08-15T20:13:54.848Z Checking ctr v0.10.1
50712026-08-15T20:13:54.848Z Checking aead v0.6.1
50722026-08-15T20:13:54.877Z Checking crypto-bigint v0.7.5
50732026-08-15T20:13:54.877Z Checking aes v0.9.1
50742026-08-15T20:13:54.904Z Checking salsa20 v0.11.0
50752026-08-15T20:13:54.946Z Checking polyval v0.7.1
50762026-08-15T20:13:54.961Z Checking der v0.8.0
50772026-08-15T20:13:54.965Z Checking pbkdf2 v0.13.0
50782026-08-15T20:13:55.033Z Checking cbc v0.2.1
50792026-08-15T20:13:55.059Z Checking ff v0.14.0
50802026-08-15T20:13:55.080Z Checking signature v3.0.0
50812026-08-15T20:13:55.106Z Checking scrypt v0.12.0
50822026-08-15T20:13:55.148Z Checking ghash v0.6.0
50832026-08-15T20:13:55.168Z Checking base16ct v1.0.0
50842026-08-15T20:13:55.192Z Checking group v0.14.0
50852026-08-15T20:13:55.226Z Checking hkdf v0.13.0
50862026-08-15T20:13:55.263Z Checking aes-gcm v0.11.0
50872026-08-15T20:13:55.281Z Compiling curve25519-dalek v5.0.0
50882026-08-15T20:13:55.300Z Checking keccak v0.2.0
50892026-08-15T20:13:55.317Z Checking poly1305 v0.9.0
50902026-08-15T20:13:55.338Z Checking wnaf v0.14.0
50912026-08-15T20:13:55.358Z Checking blowfish v0.10.0
50922026-08-15T20:13:55.424Z Checking blake2 v0.11.0-rc.6
50932026-08-15T20:13:55.458Z Checking sha3 v0.11.0
50942026-08-15T20:13:55.501Z Checking kem v0.3.0
50952026-08-15T20:13:55.517Z Checking bcrypt-pbkdf v0.11.0
50962026-08-15T20:13:55.577Z Checking module-lattice v0.2.3
50972026-08-15T20:13:55.617Z Checking sponge-cursor v0.1.0
50982026-08-15T20:13:55.669Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50992026-08-15T20:13:55.685Z Checking argon2 v0.6.0-rc.8
51002026-08-15T20:13:55.742Z Checking sha3 v0.12.0
51012026-08-15T20:13:55.789Z Checking internal-russh-num-bigint v0.5.0
51022026-08-15T20:13:55.804Z Checking ml-kem v0.3.2
51032026-08-15T20:13:55.808Z Checking spki v0.8.0
51042026-08-15T20:13:55.847Z Checking sec1 v0.8.1
51052026-08-15T20:13:55.936Z Checking num-bigint v0.4.6
51062026-08-15T20:13:55.986Z Checking pkcs5 v0.8.1
51072026-08-15T20:13:56.002Z Checking pkcs1 v0.8.0-rc.4
51082026-08-15T20:13:56.053Z Checking generic-array v1.4.3
51092026-08-15T20:13:56.204Z Checking russh-util v0.52.0
51102026-08-15T20:13:56.275Z Checking pkcs8 v0.11.0
51112026-08-15T20:13:56.330Z Compiling enum_dispatch v0.3.13
51122026-08-15T20:13:56.458Z Compiling delegate v0.13.5
51132026-08-15T20:13:56.475Z Checking ed25519 v3.0.0
51142026-08-15T20:13:56.583Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
51152026-08-15T20:13:56.583Z Checking md5 v0.8.0
51162026-08-15T20:13:56.654Z Checking hex-literal v1.1.0
51172026-08-15T20:13:56.674Z Checking ed25519-dalek v3.0.0
51182026-08-15T20:13:56.771Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
51192026-08-15T20:13:56.790Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
51202026-08-15T20:13:56.865Z Checking internet-checksum v0.2.1
51212026-08-15T20:13:56.988Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
51222026-08-15T20:13:57.132Z Checking elliptic-curve v0.14.1
51232026-08-15T20:13:57.132Z Checking primefield v0.14.0
51242026-08-15T20:13:57.136Z Checking rfc6979 v0.6.0
51252026-08-15T20:13:57.136Z Checking ssh-encoding v0.3.0
51262026-08-15T20:13:57.273Z Checking crypto-primes v0.7.2
51272026-08-15T20:13:57.382Z Checking ssh-cipher v0.3.0
51282026-08-15T20:13:57.382Z Checking russh-cryptovec v0.62.0
51292026-08-15T20:13:57.525Z Checking ecdsa v0.17.0
51302026-08-15T20:13:57.529Z Checking primeorder v0.14.0
51312026-08-15T20:13:57.893Z Checking p256 v0.14.0
51322026-08-15T20:13:57.893Z Checking p521 v0.14.0
51332026-08-15T20:13:57.896Z Checking p384 v0.14.0
51342026-08-15T20:13:58.197Z Checking rsa v0.10.0-rc.18
51352026-08-15T20:14:00.721Z Checking ssh-key v0.7.0-rc.11
51362026-08-15T20:14:01.474Z Checking russh v0.62.4
51372026-08-15T20:14:15.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.17s
51382026-08-15T20:14:15.033Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51392026-08-15T20:14:15.033Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51402026-08-15T20:14:15.240Z
51412026-08-15T20:14:15.240Zinfo: running `cargo check --bins` on gateway-cli (321/336)
51422026-08-15T20:14:15.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51432026-08-15T20:14:15.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51442026-08-15T20:14:15.919Z Checking termios v0.3.3
51452026-08-15T20:14:16.118Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51462026-08-15T20:14:16.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
51472026-08-15T20:14:16.738Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51482026-08-15T20:14:16.738Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51492026-08-15T20:14:16.920Z
51502026-08-15T20:14:16.920Zinfo: running `cargo check --bins --no-default-features` on installinator (322/336)
51512026-08-15T20:14:17.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51522026-08-15T20:14:17.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51532026-08-15T20:14:17.641Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51542026-08-15T20:14:18.344Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51552026-08-15T20:14:19.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
51562026-08-15T20:14:19.961Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51572026-08-15T20:14:19.961Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51582026-08-15T20:14:20.154Z
51592026-08-15T20:14:20.154Zinfo: running `cargo check --bins` on internal-dns-cli (323/336)
51602026-08-15T20:14:20.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51612026-08-15T20:14:20.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51622026-08-15T20:14:20.828Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51632026-08-15T20:14:21.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
51642026-08-15T20:14:21.281Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51652026-08-15T20:14:21.281Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51662026-08-15T20:14:21.460Z
51672026-08-15T20:14:21.460Zinfo: running `cargo check --bins` on omicron-live-tests (324/336)
51682026-08-15T20:14:21.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51692026-08-15T20:14:21.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51702026-08-15T20:14:21.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51712026-08-15T20:14:21.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
51722026-08-15T20:14:22.061Z
51732026-08-15T20:14:22.061Zinfo: running `cargo check --bins` on live-tests-macros (325/336)
51742026-08-15T20:14:22.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51752026-08-15T20:14:22.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51762026-08-15T20:14:22.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51772026-08-15T20:14:22.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
51782026-08-15T20:14:22.655Z
51792026-08-15T20:14:22.655Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (326/336)
51802026-08-15T20:14:23.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51812026-08-15T20:14:23.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51822026-08-15T20:14:23.432Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
51832026-08-15T20:14:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
51842026-08-15T20:14:24.039Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51852026-08-15T20:14:24.040Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51862026-08-15T20:14:24.235Z
51872026-08-15T20:14:24.235Zinfo: running `cargo check --bins` on omicron-ntp-admin (327/336)
51882026-08-15T20:14:24.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51892026-08-15T20:14:24.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51902026-08-15T20:14:24.917Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
51912026-08-15T20:14:24.920Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
51922026-08-15T20:14:25.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
51932026-08-15T20:14:25.870Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
51942026-08-15T20:14:25.871Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
51952026-08-15T20:14:26.051Z
51962026-08-15T20:14:26.051Zinfo: running `cargo check --bins` on ntp-admin-types (328/336)
51972026-08-15T20:14:26.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51982026-08-15T20:14:26.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51992026-08-15T20:14:26.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52002026-08-15T20:14:26.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
52012026-08-15T20:14:26.654Z
52022026-08-15T20:14:26.654Zinfo: running `cargo check --bins` on omicron-package (329/336)
52032026-08-15T20:14:27.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52042026-08-15T20:14:27.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52052026-08-15T20:14:27.364Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52062026-08-15T20:14:28.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
52072026-08-15T20:14:28.476Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52082026-08-15T20:14:28.476Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52092026-08-15T20:14:28.658Z
52102026-08-15T20:14:28.658Zinfo: running `cargo check --bins` on sush-proxy (330/336)
52112026-08-15T20:14:29.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52122026-08-15T20:14:29.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52132026-08-15T20:14:29.350Z Checking sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
52142026-08-15T20:14:30.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
52152026-08-15T20:14:30.265Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52162026-08-15T20:14:30.265Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52172026-08-15T20:14:30.454Z
52182026-08-15T20:14:30.454Zinfo: running `cargo check --bins` on tqdb (331/336)
52192026-08-15T20:14:30.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52202026-08-15T20:14:30.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52212026-08-15T20:14:31.257Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
52222026-08-15T20:14:31.616Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
52232026-08-15T20:14:32.130Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
52242026-08-15T20:14:32.130Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
52252026-08-15T20:14:38.374Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
52262026-08-15T20:14:38.374Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
52272026-08-15T20:14:38.377Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
52282026-08-15T20:14:39.008Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
52292026-08-15T20:14:39.008Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
52302026-08-15T20:14:39.012Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
52312026-08-15T20:14:39.788Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
52322026-08-15T20:14:40.246Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
52332026-08-15T20:14:40.490Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
52342026-08-15T20:14:40.886Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
52352026-08-15T20:14:41.763Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52362026-08-15T20:14:42.418Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52372026-08-15T20:14:47.299Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52382026-08-15T20:14:54.673Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52392026-08-15T20:14:54.673Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52402026-08-15T20:14:54.676Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52412026-08-15T20:14:54.676Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
52422026-08-15T20:14:56.207Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52432026-08-15T20:14:57.520Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52442026-08-15T20:14:58.208Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
52452026-08-15T20:14:59.502Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
52462026-08-15T20:15:00.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s
52472026-08-15T20:15:00.069Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52482026-08-15T20:15:00.069Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52492026-08-15T20:15:00.273Z
52502026-08-15T20:15:00.273Zinfo: running `cargo check --bins` on wicket-dbg (332/336)
52512026-08-15T20:15:00.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52522026-08-15T20:15:00.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52532026-08-15T20:15:01.021Z Checking rtoolbox v0.0.3
52542026-08-15T20:15:01.024Z Checking tui-tree-widget v0.23.1
52552026-08-15T20:15:01.141Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
52562026-08-15T20:15:01.149Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
52572026-08-15T20:15:01.244Z Checking rpassword v7.5.4
52582026-08-15T20:15:04.132Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52592026-08-15T20:15:06.011Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52602026-08-15T20:15:06.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
52612026-08-15T20:15:06.972Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52622026-08-15T20:15:06.972Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52632026-08-15T20:15:07.169Z
52642026-08-15T20:15:07.169Zinfo: running `cargo check --bins` on wicket (333/336)
52652026-08-15T20:15:07.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52662026-08-15T20:15:07.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52672026-08-15T20:15:07.901Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52682026-08-15T20:15:08.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
52692026-08-15T20:15:08.285Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52702026-08-15T20:15:08.285Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52712026-08-15T20:15:08.475Z
52722026-08-15T20:15:08.475Zinfo: running `cargo check --bins` on wicketd (334/336)
52732026-08-15T20:15:09.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52742026-08-15T20:15:09.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52752026-08-15T20:15:09.211Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
52762026-08-15T20:15:12.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
52772026-08-15T20:15:12.886Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52782026-08-15T20:15:12.886Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52792026-08-15T20:15:13.076Z
52802026-08-15T20:15:13.076Zinfo: running `cargo check --bins` on omicron-workspace-hack (335/336)
52812026-08-15T20:15:13.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52822026-08-15T20:15:13.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52832026-08-15T20:15:13.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52842026-08-15T20:15:13.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
52852026-08-15T20:15:13.680Z
52862026-08-15T20:15:13.680Zinfo: running `cargo check --bins` on zone-setup (336/336)
52872026-08-15T20:15:14.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52882026-08-15T20:15:14.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52892026-08-15T20:15:14.389Z Checking uzers v0.12.2
52902026-08-15T20:15:14.662Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
52912026-08-15T20:15:15.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
52922026-08-15T20:15:15.465Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52932026-08-15T20:15:15.466Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52942026-08-15T20:15:15.672Z
52952026-08-15T20:15:15.676Zreal 14:23.242235876
52962026-08-15T20:15:15.676Zuser 21:32.994438944
52972026-08-15T20:15:15.676Zsys 4:28.706926492
52982026-08-15T20:15:15.676Ztrap 0.330243552
52992026-08-15T20:15:15.676Ztflt 0.561698326
53002026-08-15T20:15:15.676Zdflt 0.984252945
53012026-08-15T20:15:15.676Zkflt 0.005246060
53022026-08-15T20:15:15.676Zlock 1:30:31.279826413
53032026-08-15T20:15:15.676Zslp 1:42:26.288297755
53042026-08-15T20:15:15.676Zlat 58.640734684
53052026-08-15T20:15:15.676Zstop 4:15.547630141
53062026-08-15T20:15:15.676Zprocess exited: duration 1004280 ms, exit code 0
 
53072026-08-15T20:15:15.683Zfound 0 output files