01M0BXG2ZZA106ETVARNXQE98A: 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: 01M0BXGES5CA24F10NAY5F2WET

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T02:28:07.330Zjob assigned to worker 01M0BXGHV1R0A8KRHN1MX4NVMZ [factory aws, i-049330b17162f5672] (queued for 45 s)
 
22026-08-19T02:28:13.470Zstarting task 0: "setup"
32026-08-19T02:28:13.474Z++ uname -s
42026-08-19T02:28:13.477Z+ kern=SunOS
52026-08-19T02:28:13.477Z+ build_user=build
62026-08-19T02:28:13.477Z+ build_uid=12345
72026-08-19T02:28:13.477Z+ work_dir=/work
82026-08-19T02:28:13.477Z+ input_dir=/input
92026-08-19T02:28:13.477Z+ [[ 0 == 12345 ]]
102026-08-19T02:28:13.477Z+ case "$kern" in
112026-08-19T02:28:13.477Z+ groupadd -g 12345 build
122026-08-19T02:28:13.480Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T02:28:15.484Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T02:28:15.643Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T02:28:15.647Z+ home_fs=zfs
162026-08-19T02:28:15.647Z+ [[ zfs == autofs ]]
172026-08-19T02:28:15.647Z+ mkdir -p /home/build
182026-08-19T02:28:15.647Z+ chown build:build /home/build /work
192026-08-19T02:28:17.647Z+ chmod 0700 /home/build /work
202026-08-19T02:28:17.652Zprocess exited: duration 4180 ms, exit code 0
 
212026-08-19T02:28:17.658Zstarting task 1: "rust-toolchain"
222026-08-19T02:28:17.661Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T02:28:17.661Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-19T02:28:17.662Z * rust toolchain channel = "1.97.1"
252026-08-19T02:28:17.665Z * rust toolchain profile = "default"
262026-08-19T02:28:17.665Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T02:28:17.665Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T02:28:17.665Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T02:28:17.665Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T02:28:17.743Zinfo: downloading installer
312026-08-19T02:28:19.117Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T02:28:19.117Zwarn: /home/build/.rustup/settings.toml
332026-08-19T02:28:19.117Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T02:28:19.117Zwarn: instead of the one inferred from the default host triple.
352026-08-19T02:28:19.129Zinfo: profile set to default
362026-08-19T02:28:19.129Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T02:28:19.132Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T02:28:19.277Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T02:28:19.281Zinfo: downloading 6 components
402026-08-19T02:28:34.499Z
412026-08-19T02:28:34.499Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-19T02:28:34.534Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T02:28:34.534Z
442026-08-19T02:28:34.537Z
452026-08-19T02:28:34.537ZRust is installed now. Great!
462026-08-19T02:28:34.537Z
472026-08-19T02:28:34.537ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T02:28:34.537Zenvironment variable. This has not been done automatically.
492026-08-19T02:28:34.537Z
502026-08-19T02:28:34.537ZTo configure your current shell, you need to source
512026-08-19T02:28:34.538Zthe corresponding env file under $HOME/.cargo.
522026-08-19T02:28:34.538Z
532026-08-19T02:28:34.538ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T02:28:34.538Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T02:28:34.538Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T02:28:34.538Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T02:28:34.538Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T02:28:34.538Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T02:28:34.538Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T02:28:34.538Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T02:28:34.538Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T02:28:34.629Z+ rustup --version
632026-08-19T02:28:34.638Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T02:28:34.641Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T02:28:34.659Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T02:28:34.662Z+ cargo --version
672026-08-19T02:28:34.676Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T02:28:34.679Z+ rustc --version
692026-08-19T02:28:34.698Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T02:28:34.701Zprocess exited: duration 17042 ms, exit code 0
 
712026-08-19T02:28:34.707Zstarting task 2: "authentication"
722026-08-19T02:28:34.724Zprocess exited: duration 16 ms, exit code 0
 
732026-08-19T02:28:34.730Zstarting task 3: "clone repository"
742026-08-19T02:28:34.733Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T02:28:34.736Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T02:28:34.767ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T02:28:47.744Z+ cd /work/oxidecomputer/omicron
782026-08-19T02:28:47.744Z+ git fetch origin 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
792026-08-19T02:28:48.061ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T02:28:48.061Z * branch 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c -> FETCH_HEAD
812026-08-19T02:28:48.072Z+ [[ -n '' ]]
822026-08-19T02:28:48.074Z+ git reset --hard 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
832026-08-19T02:28:48.325ZHEAD is now at 9c058b23a rebase on main
842026-08-19T02:28:48.329Zprocess exited: duration 13597 ms, exit code 0
 
852026-08-19T02:28:48.335Zstarting task 4: "build"
862026-08-19T02:28:48.339Z+ source .github/buildomat/ci-env.sh
872026-08-19T02:28:48.342Z++ export CARGO_TERM_COLOR=always
882026-08-19T02:28:48.342Z++ CARGO_TERM_COLOR=always
892026-08-19T02:28:48.342Z+++ uname -s
902026-08-19T02:28:48.342Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-19T02:28:48.342Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-19T02:28:48.345Z+ cargo --version
932026-08-19T02:28:48.351Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-19T02:28:48.355Z+ rustc --version
952026-08-19T02:28:48.373Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-19T02:28:48.376Z+ source ./env.sh
972026-08-19T02:28:48.376Z++ OLD_SHELL_OPTS=ehxB
982026-08-19T02:28:48.376Z++ set -o xtrace
992026-08-19T02:28:48.379Z++++ dirname ./env.sh
1002026-08-19T02:28:48.379Z+++ readlink -f .
1012026-08-19T02:28:48.382Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-19T02:28:48.382Z++ 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-19T02:28:48.382Z++ 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-19T02:28:48.382Z++ 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-19T02:28:48.382Z++ 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-19T02:28:48.382Z++ 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-19T02:28:48.383Z++ 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-19T02:28:48.383Z++ 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-19T02:28:48.383Z++ 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-19T02:28:48.383Z++ 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-19T02:28:48.383Z++ 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-19T02:28:48.383Z++ case $OLD_SHELL_OPTS in
1132026-08-19T02:28:48.383Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-19T02:28:48.383Z+ 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-19T02:28:48.383Z+ 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-19T02:28:48.383Z+ banner prerequisites
1172026-08-19T02:28:48.386Z
1182026-08-19T02:28:48.386Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-19T02:28:48.387Z # # # # # # # # # # # # # # #
1202026-08-19T02:28:48.387Z # # # # ##### # # ##### # # # # # #### #
1212026-08-19T02:28:48.387Z ##### ##### # ##### # # # # # # # # #
1222026-08-19T02:28:48.387Z # # # # # # # # # # # # # # #
1232026-08-19T02:28:48.387Z # # # ###### # # ###### ### # #### # #### #
1242026-08-19T02:28:48.387Z
1252026-08-19T02:28:48.387Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-19T02:28:50.217Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-19T02:28:50.535Z Startup: Caching catalogs ... Done
1282026-08-19T02:28:52.311ZPlanning: Solver setup ... Done (1.677s)
1292026-08-19T02:28:52.365ZPlanning: Running solver ... Done (0.054s)
1302026-08-19T02:28:52.412ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-19T02:28:52.423ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-19T02:28:52.441ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-19T02:28:52.455ZPlanning: Package planning ... Done (0.014s)
1342026-08-19T02:28:52.460ZPlanning: Merging actions ... Done (0.001s)
1352026-08-19T02:28:52.616ZPlanning: Checking for conflicting actions ... Done (0.159s)
1362026-08-19T02:28:52.619ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-19T02:28:53.408ZPlanning: Evaluating mediators ... Done (0.791s)
1382026-08-19T02:28:53.411ZPlanning: Planning completed in 2.84 seconds
1392026-08-19T02:28:53.417Z Packages to install: 2
1402026-08-19T02:28:53.417Z Estimated space available: 156.01 GB
1412026-08-19T02:28:53.420ZEstimated space to be consumed: 69.36 MB
1422026-08-19T02:28:53.420Z Create boot environment: No
1432026-08-19T02:28:53.421ZCreate backup boot environment: No
1442026-08-19T02:28:53.421Z Rebuild boot archive: No
1452026-08-19T02:28:53.421Z
1462026-08-19T02:28:53.421ZChanged packages:
1472026-08-19T02:28:53.421Zhelios
1482026-08-19T02:28:53.421Z developer/build-essential
1492026-08-19T02:28:53.421Z None -> 11-3.0
1502026-08-19T02:28:53.421Z library/libxmlsec1
1512026-08-19T02:28:53.421Z None -> 1.2.35-3.0
1522026-08-19T02:28:53.442Z
1532026-08-19T02:28:53.442ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-19T02:28:53.509ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1552026-08-19T02:28:53.565Z Actions: 1/268 actions (Installing new actions)
1562026-08-19T02:28:53.602Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-19T02:28:53.632ZFinalize: Updating package state database ... Done (0.030s)
1582026-08-19T02:28:53.635ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-19T02:28:53.706ZFinalize: Updating image state ... Done (0.074s)
1602026-08-19T02:28:56.137ZFinalize: Creating fast lookup database ... Done (2.385s)
1612026-08-19T02:28:56.201ZFinalize: Reading search index ... Done (0.012s)
1622026-08-19T02:28:56.204ZFinalize: Updating search index ... Done (0.000s)
1632026-08-19T02:28:56.299ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-19T02:28:56.659ZPlanning: Evaluating mediator changes ... Done
1652026-08-19T02:28:56.763ZPlanning: Checking for conflicting actions ... Done
1662026-08-19T02:28:56.766ZPlanning: Consolidating action changes ... Done
1672026-08-19T02:28:56.919ZPlanning: Evaluating mediators ... Done
1682026-08-19T02:28:56.922ZPlanning: Planning completed in 0.26 seconds
1692026-08-19T02:28:56.941Z Mediators to change: 2
1702026-08-19T02:28:56.942Z Create boot environment: No
1712026-08-19T02:28:56.942ZCreate backup boot environment: No
1722026-08-19T02:28:56.981ZFinalize: Updating package state database ... Done
1732026-08-19T02:28:56.982ZFinalize: Updating package cache ... Done
1742026-08-19T02:28:57.025ZFinalize: Updating image state ... Done
1752026-08-19T02:28:58.948ZFinalize: Creating fast lookup database ... Done
1762026-08-19T02:28:59.010ZFinalize: Reading search index ... Done
1772026-08-19T02:28:59.013ZFinalize: Updating search index ... Done
1782026-08-19T02:28:59.070ZFinalize: Updating package cache ... Done
1792026-08-19T02:28:59.354ZPlanning: Evaluating mediator changes ... Done
1802026-08-19T02:28:59.458ZPlanning: Checking for conflicting actions ... Done
1812026-08-19T02:28:59.461ZPlanning: Consolidating action changes ... Done
1822026-08-19T02:28:59.615ZPlanning: Evaluating mediators ... Done
1832026-08-19T02:28:59.618ZPlanning: Planning completed in 0.26 seconds
1842026-08-19T02:28:59.637Z Mediators to change: 1
1852026-08-19T02:28:59.638Z Create boot environment: No
1862026-08-19T02:28:59.641ZCreate backup boot environment: No
1872026-08-19T02:28:59.675ZFinalize: Updating package state database ... Done
1882026-08-19T02:28:59.675ZFinalize: Updating package cache ... Done
1892026-08-19T02:28:59.719ZFinalize: Updating image state ... Done
1902026-08-19T02:29:01.657ZFinalize: Creating fast lookup database ... Done
1912026-08-19T02:29:01.716ZFinalize: Reading search index ... Done
1922026-08-19T02:29:01.719ZFinalize: Updating search index ... Done
1932026-08-19T02:29:01.785ZFinalize: Updating package cache ... Done
1942026-08-19T02:29:02.095ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-19T02:29:02.095Zapache system 2.4 system
1962026-08-19T02:29:02.095Zclang system 15 system
1972026-08-19T02:29:02.095Zcsh system system illumos
1982026-08-19T02:29:02.095Zctags system system illumos
1992026-08-19T02:29:02.095Zfile vendor vendor darwinsys
2002026-08-19T02:29:02.095Zfile system system illumos
2012026-08-19T02:29:02.095Zgcc vendor 14 vendor
2022026-08-19T02:29:02.095Zgcc system 13 system
2032026-08-19T02:29:02.096Zgcc system 10 system
2042026-08-19T02:29:02.096Zgo system 1.25 system
2052026-08-19T02:29:02.096Zllvm system 15 system
2062026-08-19T02:29:02.096Zmariadb system 11.4 system
2072026-08-19T02:29:02.096Zmta vendor vendor dma
2082026-08-19T02:29:02.096Zopenjdk system 17 system
2092026-08-19T02:29:02.096Zopenjdk system 11 system
2102026-08-19T02:29:02.096Zopenssl vendor 3 vendor
2112026-08-19T02:29:02.096Zperl system 5.40 system
2122026-08-19T02:29:02.096Zpostgresql system 18 system
2132026-08-19T02:29:02.096Zpostgresql system 17 system
2142026-08-19T02:29:02.096Zpython vendor 3 vendor
2152026-08-19T02:29:02.096Zpython system 2 system
2162026-08-19T02:29:02.096Zpython3 vendor 3.13 vendor
2172026-08-19T02:29:02.096Zruby system 3.4 system
2182026-08-19T02:29:02.096Zruby system 3.0 system
2192026-08-19T02:29:02.096Zwords vendor vendor american-english
2202026-08-19T02:29:02.096Zwords system system australian-english
2212026-08-19T02:29:02.096Zwords system system british-english
2222026-08-19T02:29:02.096Zwords system system canadian-english
2232026-08-19T02:29:02.096Zwords system system french
2242026-08-19T02:29:02.096Zwords system system italian
2252026-08-19T02:29:02.096Zwords system system ngerman
2262026-08-19T02:29:02.096Zwords system system ogerman
2272026-08-19T02:29:02.096Zwords system system spanish
2282026-08-19T02:29:02.348ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-19T02:29:02.348Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-19T02:29:02.793ZFMRI IFO
2312026-08-19T02:29:02.793Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-19T02:29:02.793Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-19T02:29:02.793Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-19T02:29:02.793Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-19T02:29:02.793Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-19T02:29:02.793Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-19T02:29:02.793Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-19T02:29:02.793Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-19T02:29:02.793Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-19T02:29:03.112Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-19T02:29:03.437Z Updating crates.io index
2422026-08-19T02:29:03.440Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-19T02:29:03.742Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-19T02:29:04.112Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-19T02:29:05.192Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-19T02:29:05.734Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-19T02:29:07.677Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-19T02:29:08.606Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-19T02:29:09.024Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-19T02:29:09.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-19T02:29:10.591Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-19T02:29:10.903Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-19T02:29:11.297Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-19T02:29:11.908Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-19T02:29:12.189Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-19T02:29:12.458Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-19T02:29:12.737Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-19T02:29:13.005Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-19T02:29:13.301Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-19T02:29:13.757Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-19T02:29:14.155Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-19T02:29:14.679Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-19T02:29:15.002Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-19T02:29:15.604Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-19T02:29:15.961Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-19T02:29:16.229Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-19T02:29:16.653Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-19T02:29:16.940Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-19T02:29:17.364Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-19T02:29:17.902Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-19T02:29:18.193Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-19T02:29:18.532Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-19T02:29:18.919Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-19T02:29:19.486Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-19T02:29:19.755Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-19T02:29:20.036Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-19T02:29:20.327Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-19T02:29:20.980Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-19T02:29:21.254Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-19T02:29:21.560Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-19T02:29:21.865Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-19T02:29:22.156Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-19T02:29:22.425Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-19T02:29:25.181Z Downloading crates ...
2852026-08-19T02:29:25.256Z Downloaded heck v0.5.0
2862026-08-19T02:29:25.263Z Downloaded block-buffer v0.10.4
2872026-08-19T02:29:25.266Z Downloaded anstyle-query v1.1.5
2882026-08-19T02:29:25.269Z Downloaded anstream v1.0.0
2892026-08-19T02:29:25.269Z Downloaded autocfg v1.5.0
2902026-08-19T02:29:25.272Z Downloaded bitflags v2.11.0
2912026-08-19T02:29:25.275Z Downloaded strsim v0.11.1
2922026-08-19T02:29:25.275Z Downloaded anstyle-parse v1.0.0
2932026-08-19T02:29:25.278Z Downloaded usdt-macro v0.5.0
2942026-08-19T02:29:25.286Z Downloaded crypto-common v0.1.7
2952026-08-19T02:29:25.289Z Downloaded zmij v1.0.21
2962026-08-19T02:29:25.289Z Downloaded fnv v1.0.7
2972026-08-19T02:29:25.289Z Downloaded zerocopy v0.7.35
2982026-08-19T02:29:25.297Z Downloaded heck v0.4.1
2992026-08-19T02:29:25.299Z Downloaded zerocopy-derive v0.7.35
3002026-08-19T02:29:25.299Z Downloaded colorchoice v1.0.4
3012026-08-19T02:29:25.302Z Downloaded dtrace-parser v0.2.0
3022026-08-19T02:29:25.303Z Downloaded cargo-platform v0.3.2
3032026-08-19T02:29:25.303Z Downloaded errno v0.3.14
3042026-08-19T02:29:25.303Z Downloaded clap v4.6.1
3052026-08-19T02:29:25.306Z Downloaded anyhow v1.0.104
3062026-08-19T02:29:25.309Z Downloaded itoa v1.0.17
3072026-08-19T02:29:25.309Z Downloaded fastrand v2.3.0
3082026-08-19T02:29:25.309Z Downloaded macaddr v1.0.1
3092026-08-19T02:29:25.312Z Downloaded memmap v0.7.0
3102026-08-19T02:29:25.312Z Downloaded serde_tokenstream v0.2.3
3112026-08-19T02:29:25.315Z Downloaded digest v0.10.7
3122026-08-19T02:29:25.315Z Downloaded cargo_metadata v0.23.1
3132026-08-19T02:29:25.320Z Downloaded byteorder v1.5.0
3142026-08-19T02:29:25.323Z Downloaded equivalent v1.0.2
3152026-08-19T02:29:25.327Z Downloaded clap_lex v1.0.0
3162026-08-19T02:29:25.327Z Downloaded cpufeatures v0.2.17
3172026-08-19T02:29:25.327Z Downloaded cfg-if v1.0.4
3182026-08-19T02:29:25.327Z Downloaded generic-array v0.14.7
3192026-08-19T02:29:25.331Z Downloaded fs-err v3.3.0
3202026-08-19T02:29:25.334Z Downloaded dof v0.3.0
3212026-08-19T02:29:25.334Z Downloaded is_terminal_polyfill v1.70.2
3222026-08-19T02:29:25.340Z Downloaded usdt v0.5.0
3232026-08-19T02:29:25.344Z Downloaded version_check v0.9.5
3242026-08-19T02:29:25.344Z Downloaded toml_write v0.1.2
3252026-08-19T02:29:25.351Z Downloaded pest_derive v2.8.6
3262026-08-19T02:29:25.354Z Downloaded cargo_toml v0.21.0
3272026-08-19T02:29:25.359Z Downloaded utf8parse v0.2.2
3282026-08-19T02:29:25.362Z Downloaded pretty-hex v0.4.1
3292026-08-19T02:29:25.362Z Downloaded scroll_derive v0.12.1
3302026-08-19T02:29:25.368Z Downloaded swrite v0.1.0
3312026-08-19T02:29:25.371Z Downloaded usdt-attr-macro v0.5.0
3322026-08-19T02:29:25.371Z Downloaded thread-id v4.2.2
3332026-08-19T02:29:25.374Z Downloaded toml_datetime v0.6.11
3342026-08-19T02:29:25.377Z Downloaded serde_spanned v0.6.9
3352026-08-19T02:29:25.377Z Downloaded plain v0.2.3
3362026-08-19T02:29:25.377Z Downloaded proc-macro-error-attr v1.0.4
3372026-08-19T02:29:25.380Z Downloaded terminal_size v0.4.3
3382026-08-19T02:29:25.380Z Downloaded smawk v0.3.2
3392026-08-19T02:29:25.383Z Downloaded camino-tempfile v1.4.1
3402026-08-19T02:29:25.386Z Downloaded tabled_derive v0.7.0
3412026-08-19T02:29:25.393Z Downloaded bytecount v0.6.9
3422026-08-19T02:29:25.396Z Downloaded unicode-linebreak v0.1.5
3432026-08-19T02:29:25.399Z Downloaded anstyle v1.0.14
3442026-08-19T02:29:25.399Z Downloaded proc-macro-error v1.0.4
3452026-08-19T02:29:25.402Z Downloaded camino v1.2.5
3462026-08-19T02:29:25.405Z Downloaded thiserror v1.0.69
3472026-08-19T02:29:25.410Z Downloaded thiserror-impl v2.0.18
3482026-08-19T02:29:25.414Z Downloaded scroll v0.12.0
3492026-08-19T02:29:25.417Z Downloaded thiserror-impl v1.0.69
3502026-08-19T02:29:25.421Z Downloaded usdt-impl v0.5.0
3512026-08-19T02:29:25.421Z Downloaded quote v1.0.45
3522026-08-19T02:29:25.425Z Downloaded clap_derive v4.6.1
3532026-08-19T02:29:25.427Z Downloaded thiserror v2.0.18
3542026-08-19T02:29:25.433Z Downloaded once_cell v1.21.3
3552026-08-19T02:29:25.437Z Downloaded ucd-trie v0.1.7
3562026-08-19T02:29:25.440Z Downloaded log v0.4.33
3572026-08-19T02:29:25.440Z Downloaded papergrid v0.11.0
3582026-08-19T02:29:25.443Z Downloaded toml v0.8.23
3592026-08-19T02:29:25.454Z Downloaded pest_generator v2.8.6
3602026-08-19T02:29:25.459Z Downloaded sha2 v0.10.9
3612026-08-19T02:29:25.461Z Downloaded semver v1.0.28
3622026-08-19T02:29:25.464Z Downloaded serde_core v1.0.228
3632026-08-19T02:29:25.474Z Downloaded unicode-ident v1.0.24
3642026-08-19T02:29:25.477Z Downloaded textwrap v0.16.2
3652026-08-19T02:29:25.477Z Downloaded proc-macro2 v1.0.106
3662026-08-19T02:29:25.480Z Downloaded tempfile v3.27.0
3672026-08-19T02:29:25.485Z Downloaded getrandom v0.3.4
3682026-08-19T02:29:25.492Z Downloaded pest_meta v2.8.6
3692026-08-19T02:29:25.497Z Downloaded toml_edit v0.22.27
3702026-08-19T02:29:25.507Z Downloaded serde_derive v1.0.228
3712026-08-19T02:29:25.514Z Downloaded memchr v2.8.0
3722026-08-19T02:29:25.517Z Downloaded serde v1.0.228
3732026-08-19T02:29:25.520Z Downloaded indexmap v2.14.0
3742026-08-19T02:29:25.532Z Downloaded pest v2.8.6
3752026-08-19T02:29:25.536Z Downloaded typenum v1.20.1
3762026-08-19T02:29:25.543Z Downloaded winnow v0.7.14
3772026-08-19T02:29:25.560Z Downloaded clap_builder v4.6.0
3782026-08-19T02:29:25.565Z Downloaded hashbrown v0.17.0
3792026-08-19T02:29:25.568Z Downloaded serde_json v1.0.151
3802026-08-19T02:29:25.572Z Downloaded goblin v0.8.2
3812026-08-19T02:29:25.588Z Downloaded tabled v0.15.0
3822026-08-19T02:29:25.596Z Downloaded unicode-width v0.1.14
3832026-08-19T02:29:25.599Z Downloaded syn v1.0.109
3842026-08-19T02:29:25.617Z Downloaded unicode-width v0.2.0
3852026-08-19T02:29:25.621Z Downloaded syn v2.0.117
3862026-08-19T02:29:25.631Z Downloaded rustix v1.1.4
3872026-08-19T02:29:25.659Z Downloaded libc v0.2.185
3882026-08-19T02:29:25.721Z Compiling proc-macro2 v1.0.106
3892026-08-19T02:29:25.721Z Compiling unicode-ident v1.0.24
3902026-08-19T02:29:25.721Z Compiling quote v1.0.45
3912026-08-19T02:29:25.721Z Compiling serde_core v1.0.228
3922026-08-19T02:29:25.724Z Compiling libc v0.2.185
3932026-08-19T02:29:25.724Z Compiling version_check v0.9.5
3942026-08-19T02:29:25.724Z Compiling memchr v2.8.0
3952026-08-19T02:29:25.724Z Compiling serde v1.0.228
3962026-08-19T02:29:26.041Z Compiling zmij v1.0.21
3972026-08-19T02:29:26.285Z Compiling thiserror v1.0.69
3982026-08-19T02:29:26.350Z Compiling ucd-trie v0.1.7
3992026-08-19T02:29:26.570Z Compiling itoa v1.0.17
4002026-08-19T02:29:26.632Z Compiling pest v2.8.6
4012026-08-19T02:29:26.681Z Compiling byteorder v1.5.0
4022026-08-19T02:29:26.784Z Compiling rustix v1.1.4
4032026-08-19T02:29:26.805Z Compiling errno v0.3.14
4042026-08-19T02:29:26.965Z Compiling serde_json v1.0.151
4052026-08-19T02:29:27.093Z Compiling bitflags v2.11.0
4062026-08-19T02:29:27.133Z Compiling syn v2.0.117
4072026-08-19T02:29:27.257Z Compiling thread-id v4.2.2
4082026-08-19T02:29:27.324Z Compiling usdt-impl v0.5.0
4092026-08-19T02:29:27.343Z Compiling proc-macro-error-attr v1.0.4
4102026-08-19T02:29:27.449Z Compiling syn v1.0.109
4112026-08-19T02:29:27.531Z Compiling camino v1.2.5
4122026-08-19T02:29:27.707Z Compiling pest_meta v2.8.6
4132026-08-19T02:29:27.810Z Compiling proc-macro-error v1.0.4
4142026-08-19T02:29:27.911Z Compiling plain v0.2.3
4152026-08-19T02:29:27.928Z Compiling hashbrown v0.17.0
4162026-08-19T02:29:27.999Z Compiling getrandom v0.3.4
4172026-08-19T02:29:28.025Z Compiling equivalent v1.0.2
4182026-08-19T02:29:28.119Z Compiling log v0.4.33
4192026-08-19T02:29:28.309Z Compiling utf8parse v0.2.2
4202026-08-19T02:29:28.475Z Compiling indexmap v2.14.0
4212026-08-19T02:29:28.493Z Compiling anstyle-parse v1.0.0
4222026-08-19T02:29:28.537Z Compiling terminal_size v0.4.3
4232026-08-19T02:29:29.085Z Compiling anstyle v1.0.14
4242026-08-19T02:29:29.170Z Compiling anstyle-query v1.1.5
4252026-08-19T02:29:29.262Z Compiling colorchoice v1.0.4
4262026-08-19T02:29:29.286Z Compiling toml_write v0.1.2
4272026-08-19T02:29:29.304Z Compiling thiserror v2.0.18
4282026-08-19T02:29:29.319Z Compiling cfg-if v1.0.4
4292026-08-19T02:29:29.336Z Compiling winnow v0.7.14
4302026-08-19T02:29:29.380Z Compiling pretty-hex v0.4.1
4312026-08-19T02:29:29.396Z Compiling autocfg v1.5.0
4322026-08-19T02:29:29.438Z Compiling pest_generator v2.8.6
4332026-08-19T02:29:29.489Z Compiling is_terminal_polyfill v1.70.2
4342026-08-19T02:29:29.593Z Compiling anstream v1.0.0
4352026-08-19T02:29:29.842Z Compiling fs-err v3.3.0
4362026-08-19T02:29:29.858Z Compiling clap_lex v1.0.0
4372026-08-19T02:29:29.899Z Compiling strsim v0.11.1
4382026-08-19T02:29:30.028Z Compiling anyhow v1.0.104
4392026-08-19T02:29:30.091Z Compiling fnv v1.0.7
4402026-08-19T02:29:30.124Z Compiling bytecount v0.6.9
4412026-08-19T02:29:30.141Z Compiling unicode-width v0.1.14
4422026-08-19T02:29:30.200Z Compiling heck v0.5.0
4432026-08-19T02:29:30.240Z Compiling fastrand v2.3.0
4442026-08-19T02:29:30.263Z Compiling heck v0.4.1
4452026-08-19T02:29:30.331Z Compiling once_cell v1.21.3
4462026-08-19T02:29:30.416Z Compiling papergrid v0.11.0
4472026-08-19T02:29:30.484Z Compiling clap_builder v4.6.0
4482026-08-19T02:29:30.501Z Compiling tempfile v3.27.0
4492026-08-19T02:29:30.645Z Compiling semver v1.0.28
4502026-08-19T02:29:30.662Z Compiling cargo-platform v0.3.2
4512026-08-19T02:29:30.702Z Compiling tabled_derive v0.7.0
4522026-08-19T02:29:30.814Z Compiling memmap v0.7.0
4532026-08-19T02:29:30.868Z Compiling smawk v0.3.2
4542026-08-19T02:29:30.936Z Compiling unicode-linebreak v0.1.5
4552026-08-19T02:29:30.964Z Compiling unicode-width v0.2.0
4562026-08-19T02:29:30.997Z Compiling camino-tempfile v1.4.1
4572026-08-19T02:29:31.103Z Compiling serde_derive v1.0.228
4582026-08-19T02:29:31.176Z Compiling thiserror-impl v1.0.69
4592026-08-19T02:29:31.225Z Compiling zerocopy-derive v0.7.35
4602026-08-19T02:29:31.254Z Compiling pest_derive v2.8.6
4612026-08-19T02:29:31.291Z Compiling scroll_derive v0.12.1
4622026-08-19T02:29:31.590Z Compiling thiserror-impl v2.0.18
4632026-08-19T02:29:31.687Z Compiling clap_derive v4.6.1
4642026-08-19T02:29:31.886Z Compiling tabled v0.15.0
4652026-08-19T02:29:31.992Z Compiling scroll v0.12.0
4662026-08-19T02:29:32.141Z Compiling zerocopy v0.7.35
4672026-08-19T02:29:32.271Z Compiling goblin v0.8.2
4682026-08-19T02:29:32.614Z Compiling dtrace-parser v0.2.0
4692026-08-19T02:29:32.743Z Compiling textwrap v0.16.2
4702026-08-19T02:29:33.202Z Compiling swrite v0.1.0
4712026-08-19T02:29:33.491Z Compiling clap v4.6.1
4722026-08-19T02:29:34.228Z Compiling serde_spanned v0.6.9
4732026-08-19T02:29:34.228Z Compiling toml_datetime v0.6.11
4742026-08-19T02:29:34.231Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-08-19T02:29:34.231Z Compiling macaddr v1.0.1
4762026-08-19T02:29:34.231Z Compiling cargo_metadata v0.23.1
4772026-08-19T02:29:34.311Z Compiling dof v0.3.0
4782026-08-19T02:29:34.326Z Compiling serde_tokenstream v0.2.3
4792026-08-19T02:29:34.479Z Compiling toml_edit v0.22.27
4802026-08-19T02:29:35.054Z Compiling usdt-attr-macro v0.5.0
4812026-08-19T02:29:35.059Z Compiling usdt-macro v0.5.0
4822026-08-19T02:29:35.643Z Compiling usdt v0.5.0
4832026-08-19T02:29:35.796Z Compiling toml v0.8.23
4842026-08-19T02:29:36.121Z Compiling cargo_toml v0.21.0
4852026-08-19T02:29:37.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-19T02:29:39.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s
4872026-08-19T02:29:39.601Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-19T02:29:40.110Z Downloading crates ...
4892026-08-19T02:29:40.174Z Downloaded atomic-waker v1.1.2
4902026-08-19T02:29:40.178Z Downloaded bb8 v0.8.6
4912026-08-19T02:29:40.181Z Downloaded aead v0.6.1
4922026-08-19T02:29:40.181Z Downloaded anstream v0.6.21
4932026-08-19T02:29:40.184Z Downloaded addr2line v0.25.1
4942026-08-19T02:29:40.187Z Downloaded async-recursion v1.1.1
4952026-08-19T02:29:40.190Z Downloaded fd-lock v4.0.4
4962026-08-19T02:29:40.193Z Downloaded chumsky v0.9.3
4972026-08-19T02:29:40.194Z Downloaded aead v0.5.2
4982026-08-19T02:29:40.197Z Downloaded fs_extra v1.3.0
4992026-08-19T02:29:40.202Z Downloaded funty v2.0.0
5002026-08-19T02:29:40.204Z Downloaded base16ct v1.0.0
5012026-08-19T02:29:40.204Z Downloaded bzip2 v0.4.4
5022026-08-19T02:29:40.205Z Downloaded clang-sys v1.8.1
5032026-08-19T02:29:40.208Z Downloaded elliptic-curve v0.14.1
5042026-08-19T02:29:40.208Z Downloaded ascii-canvas v3.0.0
5052026-08-19T02:29:40.208Z Downloaded enum-as-inner v0.6.1
5062026-08-19T02:29:40.211Z Downloaded hash32 v0.3.1
5072026-08-19T02:29:40.211Z Downloaded hostname v0.3.1
5082026-08-19T02:29:40.211Z Downloaded bit-set v0.5.3
5092026-08-19T02:29:40.211Z Downloaded bitfield-macros v0.19.4
5102026-08-19T02:29:40.211Z Downloaded env_filter v2.0.0
5112026-08-19T02:29:40.211Z Downloaded async-stream v0.3.6
5122026-08-19T02:29:40.214Z Downloaded filetime v0.2.27
5132026-08-19T02:29:40.214Z Downloaded flagset v0.4.7
5142026-08-19T02:29:40.214Z Downloaded embedded-io v0.4.0
5152026-08-19T02:29:40.214Z Downloaded fixedbitset v0.4.2
5162026-08-19T02:29:40.217Z Downloaded foreign-types-macros v0.2.3
5172026-08-19T02:29:40.217Z Downloaded assert_matches v1.5.0
5182026-08-19T02:29:40.220Z Downloaded futures-sink v0.3.32
5192026-08-19T02:29:40.220Z Downloaded adler2 v2.0.1
5202026-08-19T02:29:40.223Z Downloaded bcrypt-pbkdf v0.11.0
5212026-08-19T02:29:40.223Z Downloaded fxhash v0.2.1
5222026-08-19T02:29:40.223Z Downloaded atomicwrites v0.4.4
5232026-08-19T02:29:40.227Z Downloaded bitfield-struct v0.6.2
5242026-08-19T02:29:40.227Z Downloaded arrayref v0.3.9
5252026-08-19T02:29:40.227Z Downloaded foreign-types v0.3.2
5262026-08-19T02:29:40.227Z Downloaded http-body-util v0.1.3
5272026-08-19T02:29:40.229Z Downloaded glob v0.3.3
5282026-08-19T02:29:40.232Z Downloaded futures-macro v0.3.32
5292026-08-19T02:29:40.232Z Downloaded fs-err v2.11.0
5302026-08-19T02:29:40.235Z Downloaded enum_dispatch v0.3.13
5312026-08-19T02:29:40.235Z Downloaded fallible-iterator v0.2.0
5322026-08-19T02:29:40.235Z Downloaded fixedbitset v0.5.7
5332026-08-19T02:29:40.239Z Downloaded bcs v0.1.6
5342026-08-19T02:29:40.242Z Downloaded futures-io v0.3.32
5352026-08-19T02:29:40.242Z Downloaded chacha20poly1305 v0.10.1
5362026-08-19T02:29:40.242Z Downloaded foreign-types v0.5.0
5372026-08-19T02:29:40.242Z Downloaded gethostname v0.5.0
5382026-08-19T02:29:40.245Z Downloaded endian-type v0.1.2
5392026-08-19T02:29:40.245Z Downloaded atty v0.2.14
5402026-08-19T02:29:40.248Z Downloaded foreign-types-shared v0.1.1
5412026-08-19T02:29:40.248Z Downloaded http-range v0.1.5
5422026-08-19T02:29:40.251Z Downloaded float-ord v0.3.2
5432026-08-19T02:29:40.256Z Downloaded embedded-io v0.6.1
5442026-08-19T02:29:40.259Z Downloaded ff v0.13.1
5452026-08-19T02:29:40.259Z Downloaded float-cmp v0.10.0
5462026-08-19T02:29:40.259Z Downloaded bit-set v0.8.0
5472026-08-19T02:29:40.259Z Downloaded base16ct v0.2.0
5482026-08-19T02:29:40.259Z Downloaded ciborium-io v0.2.2
5492026-08-19T02:29:40.263Z Downloaded foldhash v0.1.5
5502026-08-19T02:29:40.263Z Downloaded hmac v0.12.1
5512026-08-19T02:29:40.263Z Downloaded headers-core v0.3.0
5522026-08-19T02:29:40.266Z Downloaded anstyle-parse v0.2.7
5532026-08-19T02:29:40.268Z Downloaded argon2 v0.5.3
5542026-08-19T02:29:40.268Z Downloaded hex v0.4.3
5552026-08-19T02:29:40.268Z Downloaded form_urlencoded v1.2.2
5562026-08-19T02:29:40.271Z Downloaded array-init v0.0.4
5572026-08-19T02:29:40.271Z Downloaded async-stream-impl v0.3.6
5582026-08-19T02:29:40.271Z Downloaded foreign-types-shared v0.3.1
5592026-08-19T02:29:40.271Z Downloaded futures-task v0.3.32
5602026-08-19T02:29:40.275Z Downloaded hash32 v0.2.1
5612026-08-19T02:29:40.277Z Downloaded cfg_aliases v0.2.1
5622026-08-19T02:29:40.277Z Downloaded hex-literal v1.1.0
5632026-08-19T02:29:40.280Z Downloaded http-body v1.0.1
5642026-08-19T02:29:40.280Z Downloaded backtrace-ext v0.2.1
5652026-08-19T02:29:40.283Z Downloaded castaway v0.2.4
5662026-08-19T02:29:40.286Z Downloaded home v0.5.12
5672026-08-19T02:29:40.289Z Downloaded cobs v0.3.0
5682026-08-19T02:29:40.289Z Downloaded hubpack v0.1.2
5692026-08-19T02:29:40.289Z Downloaded hostname v0.4.2
5702026-08-19T02:29:40.292Z Downloaded hubpack_derive v0.1.1
5712026-08-19T02:29:40.292Z Downloaded block-padding v0.4.2
5722026-08-19T02:29:40.292Z Downloaded cfg_aliases v0.1.1
5732026-08-19T02:29:40.297Z Downloaded httpdate v1.0.3
5742026-08-19T02:29:40.299Z Downloaded ghash v0.6.0
5752026-08-19T02:29:40.302Z Downloaded git-stub v1.0.0
5762026-08-19T02:29:40.302Z Downloaded ciborium-ll v0.2.2
5772026-08-19T02:29:40.305Z Downloaded block-buffer v0.12.1
5782026-08-19T02:29:40.308Z Downloaded openssl-macros v0.1.1
5792026-08-19T02:29:40.311Z Downloaded ena v0.14.4
5802026-08-19T02:29:40.311Z Downloaded compression-core v0.4.31
5812026-08-19T02:29:40.311Z Downloaded futures-core v0.3.32
5822026-08-19T02:29:40.314Z Downloaded ff v0.14.0
5832026-08-19T02:29:40.317Z Downloaded erased-serde v0.3.31
5842026-08-19T02:29:40.321Z Downloaded find-msvc-tools v0.1.9
5852026-08-19T02:29:40.324Z Downloaded bitfield v0.19.4
5862026-08-19T02:29:40.324Z Downloaded group v0.14.0
5872026-08-19T02:29:40.324Z Downloaded foldhash v0.2.0
5882026-08-19T02:29:40.327Z Downloaded const-oid v0.10.2
5892026-08-19T02:29:40.327Z Downloaded base64ct v1.8.3
5902026-08-19T02:29:40.331Z Downloaded bit-vec v0.8.0
5912026-08-19T02:29:40.331Z Downloaded nibble_vec v0.1.0
5922026-08-19T02:29:40.334Z Downloaded normalize-line-endings v0.3.0
5932026-08-19T02:29:40.334Z Downloaded path-slash v0.1.5
5942026-08-19T02:29:40.334Z Downloaded password-hash v0.6.1
5952026-08-19T02:29:40.337Z Downloaded newline-converter v0.3.0
5962026-08-19T02:29:40.337Z Downloaded nodrop v0.1.14
5972026-08-19T02:29:40.337Z Downloaded proc-macro-error-attr2 v2.0.0
5982026-08-19T02:29:40.337Z Downloaded potential_utf v0.1.4
5992026-08-19T02:29:40.340Z Downloaded powerfmt v0.2.0
6002026-08-19T02:29:40.340Z Downloaded psl-types v2.0.11
6012026-08-19T02:29:40.340Z Downloaded rand_pcg v0.10.2
6022026-08-19T02:29:40.340Z Downloaded ref-cast v1.0.25
6032026-08-19T02:29:40.344Z Downloaded recursive v0.1.1
6042026-08-19T02:29:40.344Z Downloaded russh-util v0.52.0
6052026-08-19T02:29:40.344Z Downloaded async-trait v0.1.89
6062026-08-19T02:29:40.347Z Downloaded rustc_version v0.4.1
6072026-08-19T02:29:40.350Z Downloaded chacha20 v0.9.1
6082026-08-19T02:29:40.353Z Downloaded num_threads v0.1.7
6092026-08-19T02:29:40.353Z Downloaded percent-encoding v2.3.2
6102026-08-19T02:29:40.353Z Downloaded cbc v0.2.1
6112026-08-19T02:29:40.358Z Downloaded futures-executor v0.3.32
6122026-08-19T02:29:40.361Z Downloaded globwalk v0.9.1
6132026-08-19T02:29:40.364Z Downloaded git-stub-vcs v0.1.0
6142026-08-19T02:29:40.367Z Downloaded highway v1.3.0
6152026-08-19T02:29:40.370Z Downloaded quick-error v1.2.3
6162026-08-19T02:29:40.373Z Downloaded radium v0.7.0
6172026-08-19T02:29:40.376Z Downloaded signal-hook-tokio v0.3.1
6182026-08-19T02:29:40.381Z Downloaded seq-macro v0.3.6
6192026-08-19T02:29:40.384Z Downloaded sigpipe v0.1.3
6202026-08-19T02:29:40.384Z Downloaded cmov v0.5.4
6212026-08-19T02:29:40.385Z Downloaded env_logger v0.11.11
6222026-08-19T02:29:40.387Z Downloaded futures v0.3.32
6232026-08-19T02:29:40.390Z Downloaded paste v1.0.15
6242026-08-19T02:29:40.391Z Downloaded cexpr v0.6.0
6252026-08-19T02:29:40.391Z Downloaded pin-project-internal v1.1.11
6262026-08-19T02:29:40.395Z Downloaded cipher v0.4.4
6272026-08-19T02:29:40.395Z Downloaded cipher v0.5.2
6282026-08-19T02:29:40.395Z Downloaded num_enum v0.5.11
6292026-08-19T02:29:40.399Z Downloaded bit-vec v0.6.3
6302026-08-19T02:29:40.399Z Downloaded blowfish v0.10.0
6312026-08-19T02:29:40.399Z Downloaded cassowary v0.3.0
6322026-08-19T02:29:40.399Z Downloaded httparse v1.10.1
6332026-08-19T02:29:40.399Z Downloaded futures-channel v0.3.32
6342026-08-19T02:29:40.399Z Downloaded compression-codecs v0.4.37
6352026-08-19T02:29:40.402Z Downloaded fatfs v0.3.6
6362026-08-19T02:29:40.402Z Downloaded generic-array v1.4.3
6372026-08-19T02:29:40.405Z Downloaded cmake v0.1.57
6382026-08-19T02:29:40.405Z Downloaded bitflags v1.3.2
6392026-08-19T02:29:40.408Z Downloaded bs58 v0.5.1
6402026-08-19T02:29:40.408Z Downloaded sqlparser_derive v0.5.0
6412026-08-19T02:29:40.408Z Downloaded strum v0.27.2
6422026-08-19T02:29:40.408Z Downloaded sapling-renderdag v0.1.0
6432026-08-19T02:29:40.408Z Downloaded take_mut v0.2.2
6442026-08-19T02:29:40.411Z Downloaded arrayvec v0.7.6
6452026-08-19T02:29:40.411Z Downloaded byte-wrapper v0.1.0
6462026-08-19T02:29:40.411Z Downloaded pkcs8 v0.10.2
6472026-08-19T02:29:40.414Z Downloaded rand_chacha v0.9.0
6482026-08-19T02:29:40.415Z Downloaded rustc_version v0.1.7
6492026-08-19T02:29:40.420Z Downloaded schemars_derive v0.8.22
6502026-08-19T02:29:40.423Z Downloaded camino-tempfile-ext v0.3.3
6512026-08-19T02:29:40.423Z Downloaded sha1 v0.10.6
6522026-08-19T02:29:40.426Z Downloaded unarray v0.1.4
6532026-08-19T02:29:40.432Z Downloaded utf-8 v0.7.6
6542026-08-19T02:29:40.436Z Downloaded strip-ansi-escapes v0.2.1
6552026-08-19T02:29:40.436Z Downloaded supports-hyperlinks v3.2.0
6562026-08-19T02:29:40.439Z Downloaded ahash v0.8.12
6572026-08-19T02:29:40.442Z Downloaded backoff v0.4.0
6582026-08-19T02:29:40.442Z Downloaded backon v1.6.0
6592026-08-19T02:29:40.445Z Downloaded group v0.13.0
6602026-08-19T02:29:40.445Z Downloaded half v1.8.3
6612026-08-19T02:29:40.446Z Downloaded num-integer v0.1.46
6622026-08-19T02:29:40.450Z Downloaded getrandom v0.2.17
6632026-08-19T02:29:40.450Z Downloaded oxide-tokio-rt v0.1.4
6642026-08-19T02:29:40.450Z Downloaded oxide-update-engine v0.1.2
6652026-08-19T02:29:40.450Z Downloaded parse-display-derive v0.10.0
6662026-08-19T02:29:40.453Z Downloaded oxide-update-engine-display v0.1.2
6672026-08-19T02:29:40.453Z Downloaded progenitor v0.14.0
6682026-08-19T02:29:40.456Z Downloaded globset v0.4.18
6692026-08-19T02:29:40.456Z Downloaded sec1 v0.8.1
6702026-08-19T02:29:40.459Z Downloaded serde-big-array v0.5.1
6712026-08-19T02:29:40.459Z Downloaded shlex v1.3.0
6722026-08-19T02:29:40.462Z Downloaded xattr v1.6.1
6732026-08-19T02:29:40.465Z Downloaded yoke-derive v0.8.1
6742026-08-19T02:29:40.468Z Downloaded argon2 v0.6.0-rc.8
6752026-08-19T02:29:40.468Z Downloaded console v0.16.2
6762026-08-19T02:29:40.474Z Downloaded async-bb8-diesel v0.2.1
6772026-08-19T02:29:40.477Z Downloaded buf-list v1.1.2
6782026-08-19T02:29:40.477Z Downloaded bzip2 v0.6.1
6792026-08-19T02:29:40.480Z Downloaded colored v3.1.1
6802026-08-19T02:29:40.480Z Downloaded chacha20 v0.10.0
6812026-08-19T02:29:40.486Z Downloaded colored v2.2.0
6822026-08-19T02:29:40.486Z Downloaded console v0.15.11
6832026-08-19T02:29:40.489Z Downloaded slog-stdlog v4.1.1
6842026-08-19T02:29:40.489Z Downloaded zone v0.3.1
6852026-08-19T02:29:40.490Z Downloaded smf v0.2.3
6862026-08-19T02:29:40.490Z Downloaded strum_macros v0.24.3
6872026-08-19T02:29:40.490Z Downloaded darling_macro v0.20.11
6882026-08-19T02:29:40.490Z Downloaded darling_macro v0.21.3
6892026-08-19T02:29:40.490Z Downloaded thread_local v1.1.9
6902026-08-19T02:29:40.493Z Downloaded defmt-parser v1.0.0
6912026-08-19T02:29:40.493Z Downloaded blake2 v0.10.6
6922026-08-19T02:29:40.497Z Downloaded postgres-types v0.2.12
6932026-08-19T02:29:40.500Z Downloaded salsa20 v0.11.0
6942026-08-19T02:29:40.503Z Downloaded termios v0.3.3
6952026-08-19T02:29:40.503Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6962026-08-19T02:29:40.503Z Downloaded tui-tree-widget v0.23.1
6972026-08-19T02:29:40.503Z Downloaded zerofrom v0.1.6
6982026-08-19T02:29:40.507Z Downloaded crunchy v0.2.4
6992026-08-19T02:29:40.507Z Downloaded ar_archive_writer v0.5.1
7002026-08-19T02:29:40.507Z Downloaded serdect v0.4.3
7012026-08-19T02:29:40.510Z Downloaded difflib v0.4.0
7022026-08-19T02:29:40.511Z Downloaded dirs-sys-next v0.1.2
7032026-08-19T02:29:40.513Z Downloaded inout v0.2.2
7042026-08-19T02:29:40.513Z Downloaded snafu-derive v0.8.9
7052026-08-19T02:29:40.516Z Downloaded synstructure v0.13.2
7062026-08-19T02:29:40.519Z Downloaded is_ci v1.2.0
7072026-08-19T02:29:40.519Z Downloaded dof v0.4.0
7082026-08-19T02:29:40.522Z Downloaded half v2.7.1
7092026-08-19T02:29:40.522Z Downloaded uzers v0.12.2
7102026-08-19T02:29:40.527Z Downloaded tls_codec v0.4.2
7112026-08-19T02:29:40.532Z Downloaded hmac v0.13.0
7122026-08-19T02:29:40.535Z Downloaded primeorder v0.13.6
7132026-08-19T02:29:40.538Z Downloaded getrandom v0.4.3
7142026-08-19T02:29:40.543Z Downloaded toml_writer v1.1.1+spec-1.1.0
7152026-08-19T02:29:40.543Z Downloaded usdt v0.6.0
7162026-08-19T02:29:40.547Z Downloaded libscf-sys v1.2.0
7172026-08-19T02:29:40.547Z Downloaded vergen-lib v0.1.6
7182026-08-19T02:29:40.547Z Downloaded jiff-static v0.2.34
7192026-08-19T02:29:40.547Z Downloaded kem v0.3.0
7202026-08-19T02:29:40.547Z Downloaded mime v0.3.17
7212026-08-19T02:29:40.551Z Downloaded heapless v0.8.0
7222026-08-19T02:29:40.554Z Downloaded oso v0.27.3
7232026-08-19T02:29:40.557Z Downloaded serde-hex v0.1.0
7242026-08-19T02:29:40.557Z Downloaded const-oid v0.9.6
7252026-08-19T02:29:40.560Z Downloaded flume v0.11.1
7262026-08-19T02:29:40.560Z Downloaded heapless v0.7.17
7272026-08-19T02:29:40.563Z Downloaded allocator-api2 v0.2.21
7282026-08-19T02:29:40.563Z Downloaded ciborium v0.2.2
7292026-08-19T02:29:40.566Z Downloaded vsss-rs v3.3.4
7302026-08-19T02:29:40.568Z Downloaded critical-section v1.2.0
7312026-08-19T02:29:40.568Z Downloaded lru-slab v0.1.2
7322026-08-19T02:29:40.571Z Downloaded der_derive v0.7.3
7332026-08-19T02:29:40.571Z Downloaded blake2 v0.11.0-rc.6
7342026-08-19T02:29:40.574Z Downloaded oso-derive v0.27.3
7352026-08-19T02:29:40.574Z Downloaded precomputed-hash v0.1.1
7362026-08-19T02:29:40.574Z Downloaded base64 v0.22.1
7372026-08-19T02:29:40.577Z Downloaded oxide-update-engine-types v0.1.2
7382026-08-19T02:29:40.581Z Downloaded time-macros v0.2.27
7392026-08-19T02:29:40.581Z Downloaded pkcs8 v0.11.0
7402026-08-19T02:29:40.584Z Downloaded tokio-stream v0.1.18
7412026-08-19T02:29:40.584Z Downloaded tracing-attributes v0.1.31
7422026-08-19T02:29:40.587Z Downloaded lzss v0.8.2
7432026-08-19T02:29:40.587Z Downloaded new_debug_unreachable v1.0.6
7442026-08-19T02:29:40.587Z Downloaded num-iter v0.1.45
7452026-08-19T02:29:40.587Z Downloaded unicode-properties v0.1.4
7462026-08-19T02:29:40.590Z Downloaded diesel-dtrace v0.5.0
7472026-08-19T02:29:40.590Z Downloaded olpc-cjson v0.1.4
7482026-08-19T02:29:40.590Z Downloaded openssl-probe v0.1.6
7492026-08-19T02:29:40.590Z Downloaded openssl-probe v0.2.1
7502026-08-19T02:29:40.590Z Downloaded dropshot-api-manager-types v0.8.0
7512026-08-19T02:29:40.593Z Downloaded cancel-safe-futures v0.1.5
7522026-08-19T02:29:40.597Z Downloaded ctr v0.10.1
7532026-08-19T02:29:40.599Z Downloaded curve25519-dalek-derive v0.1.1
7542026-08-19T02:29:40.600Z Downloaded daft v0.1.7
7552026-08-19T02:29:40.600Z Downloaded rtoolbox v0.0.3
7562026-08-19T02:29:40.603Z Downloaded scopeguard v1.2.0
7572026-08-19T02:29:40.610Z Downloaded tls_codec_derive v0.4.2
7582026-08-19T02:29:40.613Z Downloaded daft-derive v0.1.7
7592026-08-19T02:29:40.621Z Downloaded libefi-sys v0.1.0
7602026-08-19T02:29:40.625Z Downloaded omicron-zone-package v0.12.3
7612026-08-19T02:29:40.625Z Downloaded pkcs5 v0.8.1
7622026-08-19T02:29:40.628Z Downloaded term v1.2.1
7632026-08-19T02:29:40.631Z Downloaded multer v3.1.0
7642026-08-19T02:29:40.634Z Downloaded flate2 v1.1.9
7652026-08-19T02:29:40.637Z Downloaded ipnet v2.12.0
7662026-08-19T02:29:40.640Z Downloaded ref-cast-impl v1.0.25
7672026-08-19T02:29:40.640Z Downloaded secrecy v0.8.0
7682026-08-19T02:29:40.643Z Downloaded serde_plain v1.0.2
7692026-08-19T02:29:40.646Z Downloaded rand_chacha v0.3.1
7702026-08-19T02:29:40.650Z Downloaded const_format_proc_macros v0.2.34
7712026-08-19T02:29:40.653Z Downloaded compact_str v0.8.1
7722026-08-19T02:29:40.656Z Downloaded owo-colors v4.3.0
7732026-08-19T02:29:40.659Z Downloaded pbkdf2 v0.13.0
7742026-08-19T02:29:40.659Z Downloaded tap v1.0.1
7752026-08-19T02:29:40.662Z Downloaded keccak v0.2.0
7762026-08-19T02:29:40.667Z Downloaded ppv-lite86 v0.2.21
7772026-08-19T02:29:40.673Z Downloaded num-rational v0.4.2
7782026-08-19T02:29:40.677Z Downloaded sha1 v0.11.0
7792026-08-19T02:29:40.680Z Downloaded hyper-rustls v0.27.7
7802026-08-19T02:29:40.683Z Downloaded ingot-macros v0.2.0
7812026-08-19T02:29:40.683Z Downloaded port-file v0.1.0
7822026-08-19T02:29:40.686Z Downloaded proc-macro-error2 v2.0.1
7832026-08-19T02:29:40.686Z Downloaded progenitor v0.13.0
7842026-08-19T02:29:40.686Z Downloaded sync_wrapper v1.0.2
7852026-08-19T02:29:40.686Z Downloaded universal-hash v0.6.1
7862026-08-19T02:29:40.689Z Downloaded untrusted v0.7.1
7872026-08-19T02:29:40.689Z Downloaded structmeta-derive v0.3.0
7882026-08-19T02:29:40.689Z Downloaded thread-id v5.1.0
7892026-08-19T02:29:40.689Z Downloaded slog v2.8.2
7902026-08-19T02:29:40.694Z Downloaded socket2 v0.5.10
7912026-08-19T02:29:40.694Z Downloaded universal-hash v0.5.1
7922026-08-19T02:29:40.694Z Downloaded derive_builder_core v0.20.2
7932026-08-19T02:29:40.697Z Downloaded pem-rfc7468 v1.0.0
7942026-08-19T02:29:40.697Z Downloaded pin-project-lite v0.2.17
7952026-08-19T02:29:40.698Z Downloaded headers v0.4.1
7962026-08-19T02:29:40.701Z Downloaded hickory-resolver v0.25.2
7972026-08-19T02:29:40.704Z Downloaded xshell-macros v0.2.7
7982026-08-19T02:29:40.708Z Downloaded derive_builder v0.20.2
7992026-08-19T02:29:40.711Z Downloaded pem v3.0.6
8002026-08-19T02:29:40.714Z Downloaded pem-rfc7468 v0.7.0
8012026-08-19T02:29:40.714Z Downloaded base64 v0.21.7
8022026-08-19T02:29:40.717Z Downloaded backtrace v0.3.76
8032026-08-19T02:29:40.717Z Downloaded hybrid-array v0.4.13
8042026-08-19T02:29:40.720Z Downloaded memmap2 v0.9.10
8052026-08-19T02:29:40.720Z Downloaded unsafe-libyaml v0.2.11
8062026-08-19T02:29:40.724Z Downloaded rustls-pemfile v2.2.0
8072026-08-19T02:29:40.724Z Downloaded progenitor-impl v0.14.0
8082026-08-19T02:29:40.724Z Downloaded crc-catalog v2.4.0
8092026-08-19T02:29:40.724Z Downloaded crucible-workspace-hack v0.1.0
8102026-08-19T02:29:40.724Z Downloaded zeroize_derive v1.5.0
8112026-08-19T02:29:40.724Z Downloaded cstr-argument v0.1.2
8122026-08-19T02:29:40.727Z Downloaded dyn-clone v1.0.20
8132026-08-19T02:29:40.727Z Downloaded crc-any v2.5.0
8142026-08-19T02:29:40.727Z Downloaded psm v0.1.30
8152026-08-19T02:29:40.730Z Downloaded serde_with_macros v1.5.2
8162026-08-19T02:29:40.730Z Downloaded litrs v1.0.0
8172026-08-19T02:29:40.730Z Downloaded convert_case v0.4.0
8182026-08-19T02:29:40.730Z Downloaded rand_core v0.6.4
8192026-08-19T02:29:40.733Z Downloaded spki v0.7.3
8202026-08-19T02:29:40.736Z Downloaded ssh-cipher v0.3.0
8212026-08-19T02:29:40.736Z Downloaded bytes v1.11.1
8222026-08-19T02:29:40.739Z Downloaded idna_adapter v1.2.1
8232026-08-19T02:29:40.739Z Downloaded static_assertions v1.1.0
8242026-08-19T02:29:40.743Z Downloaded support-bundle-viewer v0.1.2
8252026-08-19T02:29:40.746Z Downloaded bumpalo v3.20.2
8262026-08-19T02:29:40.749Z Downloaded is-terminal v0.4.17
8272026-08-19T02:29:40.749Z Downloaded dirs-next v2.0.0
8282026-08-19T02:29:40.754Z Downloaded tinystr v0.8.2
8292026-08-19T02:29:40.757Z Downloaded postgres-protocol v0.6.10
8302026-08-19T02:29:40.762Z Downloaded whoami v1.6.1
8312026-08-19T02:29:40.766Z Downloaded slog-scope v4.4.1
8322026-08-19T02:29:40.766Z Downloaded vergen-gitcl v1.0.8
8332026-08-19T02:29:40.769Z Downloaded match_cfg v0.1.0
8342026-08-19T02:29:40.769Z Downloaded memoffset v0.9.1
8352026-08-19T02:29:40.769Z Downloaded stacker v0.1.23
8362026-08-19T02:29:40.772Z Downloaded hyper-tls v0.6.0
8372026-08-19T02:29:40.776Z Downloaded hashbrown v0.13.2
8382026-08-19T02:29:40.779Z Downloaded rustls-pki-types v1.14.0
8392026-08-19T02:29:40.788Z Downloaded hickory-resolver v0.24.4
8402026-08-19T02:29:40.791Z Downloaded tokio-dtrace v0.1.1
8412026-08-19T02:29:40.794Z Downloaded vergen-git2 v9.1.0
8422026-08-19T02:29:40.797Z Downloaded schemars v1.2.1
8432026-08-19T02:29:40.803Z Downloaded darling v0.13.4
8442026-08-19T02:29:40.805Z Downloaded expectorate v1.2.0
8452026-08-19T02:29:40.806Z Downloaded lru v0.12.5
8462026-08-19T02:29:40.808Z Downloaded async-compression v0.4.41
8472026-08-19T02:29:40.843Z Downloaded writeable v0.6.2
8482026-08-19T02:29:40.843Z Downloaded zip v0.6.6
8492026-08-19T02:29:40.843Z Downloaded zeroize v1.9.0
8502026-08-19T02:29:40.843Z Downloaded const_format v0.2.35
8512026-08-19T02:29:40.843Z Downloaded parse-display v0.10.0
8522026-08-19T02:29:40.843Z Downloaded peg-runtime v0.8.5
8532026-08-19T02:29:40.843Z Downloaded predicates-core v1.0.10
8542026-08-19T02:29:40.843Z Downloaded steno v0.4.1
8552026-08-19T02:29:40.843Z Downloaded packed_struct_codegen v0.10.1
8562026-08-19T02:29:40.843Z Downloaded proc-macro-crate v3.4.0
8572026-08-19T02:29:40.843Z Downloaded cc v1.2.56
8582026-08-19T02:29:40.843Z Downloaded impl-trait-for-tuples v0.2.3
8592026-08-19T02:29:40.843Z Downloaded russh-cryptovec v0.62.0
8602026-08-19T02:29:40.843Z Downloaded strsim v0.10.0
8612026-08-19T02:29:40.843Z Downloaded arc-swap v1.8.2
8622026-08-19T02:29:40.843Z Downloaded unicode_categories v0.1.1
8632026-08-19T02:29:40.843Z Downloaded dropshot_endpoint v0.17.1
8642026-08-19T02:29:40.843Z Downloaded serde_cbor v0.11.2
8652026-08-19T02:29:40.847Z Downloaded lazy_static v1.5.0
8662026-08-19T02:29:40.847Z Downloaded signal-hook-mio v0.2.5
8672026-08-19T02:29:40.847Z Downloaded data-encoding v2.10.0
8682026-08-19T02:29:40.847Z Downloaded defmt-macros v1.0.1
8692026-08-19T02:29:40.847Z Downloaded digest v0.11.3
8702026-08-19T02:29:40.850Z Downloaded digest-io v0.1.0
8712026-08-19T02:29:40.850Z Downloaded delegate v0.13.5
8722026-08-19T02:29:40.850Z Downloaded ed25519 v3.0.0
8732026-08-19T02:29:40.850Z Downloaded sponge-cursor v0.1.0
8742026-08-19T02:29:40.850Z Downloaded supports-unicode v3.0.0
8752026-08-19T02:29:40.853Z Downloaded sync-ptr v0.1.4
8762026-08-19T02:29:40.853Z Downloaded cookie_store v0.22.1
8772026-08-19T02:29:40.853Z Downloaded proc-macro-crate v1.3.1
8782026-08-19T02:29:40.854Z Downloaded rand_xorshift v0.4.0
8792026-08-19T02:29:40.854Z Downloaded recursive-proc-macro-impl v0.1.1
8802026-08-19T02:29:40.858Z Downloaded hashbrown v0.12.3
8812026-08-19T02:29:40.861Z Downloaded humantime v2.3.0
8822026-08-19T02:29:40.864Z Downloaded hickory-server v0.25.2
8832026-08-19T02:29:40.868Z Downloaded sha2 v0.11.0
8842026-08-19T02:29:40.870Z Downloaded unit-prefix v0.5.2
8852026-08-19T02:29:40.871Z Downloaded indoc v2.0.7
8862026-08-19T02:29:40.874Z Downloaded instability v0.3.11
8872026-08-19T02:29:40.874Z Downloaded hyper-staticfile v0.10.1
8882026-08-19T02:29:40.883Z Downloaded ipnetwork v0.21.1
8892026-08-19T02:29:40.886Z Downloaded twox-hash v2.1.2
8902026-08-19T02:29:40.892Z Downloaded slog-envlogger v2.2.0
8912026-08-19T02:29:40.895Z Downloaded supports-color v3.0.2
8922026-08-19T02:29:40.895Z Downloaded cpubits v0.1.1
8932026-08-19T02:29:40.898Z Downloaded tinyvec_macros v0.1.1
8942026-08-19T02:29:40.901Z Downloaded crossbeam-channel v0.5.15
8952026-08-19T02:29:40.904Z Downloaded predicates v3.1.4
8962026-08-19T02:29:40.904Z Downloaded serde_repr v0.1.20
8972026-08-19T02:29:40.907Z Downloaded test-strategy v0.4.5
8982026-08-19T02:29:40.907Z Downloaded derive_builder_macro v0.20.2
8992026-08-19T02:29:40.907Z Downloaded qorb v0.4.1
9002026-08-19T02:29:40.910Z Downloaded icu_normalizer_data v2.1.1
9012026-08-19T02:29:40.913Z Downloaded icu_properties v2.1.2
9022026-08-19T02:29:40.913Z Downloaded indicatif v0.18.4
9032026-08-19T02:29:40.917Z Downloaded document-features v0.2.12
9042026-08-19T02:29:40.917Z Downloaded tokio-rustls v0.26.4
9052026-08-19T02:29:40.917Z Downloaded newtype-uuid v1.3.2
9062026-08-19T02:29:40.917Z Downloaded slab v0.4.12
9072026-08-19T02:29:40.922Z Downloaded usdt-attr-macro v0.6.0
9082026-08-19T02:29:40.924Z Downloaded wait-timeout v0.2.1
9092026-08-19T02:29:40.924Z Downloaded crossbeam-epoch v0.9.18
9102026-08-19T02:29:40.924Z Downloaded illumos-nvpair v0.3.0
9112026-08-19T02:29:40.924Z Downloaded indoc v1.0.9
9122026-08-19T02:29:40.928Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9132026-08-19T02:29:40.931Z Downloaded vte v0.14.1
9142026-08-19T02:29:40.934Z Downloaded http v1.4.2
9152026-08-19T02:29:40.938Z Downloaded zopfli v0.8.3
9162026-08-19T02:29:40.941Z Downloaded crc8 v0.1.1
9172026-08-19T02:29:40.941Z Downloaded debug-ignore v1.0.5
9182026-08-19T02:29:40.949Z Downloaded whoami v2.1.0
9192026-08-19T02:29:40.952Z Downloaded display-error-chain v0.2.2
9202026-08-19T02:29:40.955Z Downloaded instant v0.1.13
9212026-08-19T02:29:40.955Z Downloaded lru-cache v0.1.2
9222026-08-19T02:29:40.956Z Downloaded newtype_derive v0.1.6
9232026-08-19T02:29:40.964Z Downloaded toml v0.7.8
9242026-08-19T02:29:40.967Z Downloaded toml v1.1.2+spec-1.1.0
9252026-08-19T02:29:40.970Z Downloaded derive_more v0.99.20
9262026-08-19T02:29:40.970Z Downloaded parking_lot_core v0.9.12
9272026-08-19T02:29:40.972Z Downloaded pkcs1 v0.7.5
9282026-08-19T02:29:40.974Z Downloaded serde_derive_internals v0.29.1
9292026-08-19T02:29:40.977Z Downloaded zstd v0.13.3
9302026-08-19T02:29:40.977Z Downloaded lalrpop-util v0.19.12
9312026-08-19T02:29:40.977Z Downloaded opaque-debug v0.3.1
9322026-08-19T02:29:40.977Z Downloaded kstat-rs v0.2.5
9332026-08-19T02:29:40.977Z Downloaded multimap v0.10.1
9342026-08-19T02:29:40.983Z Downloaded rusty-fork v0.3.1
9352026-08-19T02:29:40.986Z Downloaded serde_path_to_error v0.1.20
9362026-08-19T02:29:40.988Z Downloaded secrecy v0.10.3
9372026-08-19T02:29:40.991Z Downloaded rayon-core v1.13.0
9382026-08-19T02:29:40.998Z Downloaded scrypt v0.12.0
9392026-08-19T02:29:41.002Z Downloaded smallvec v1.15.1
9402026-08-19T02:29:41.005Z Downloaded stringprep v0.1.5
9412026-08-19T02:29:41.005Z Downloaded parse-size v1.1.0
9422026-08-19T02:29:41.011Z Downloaded tokio-macros v2.7.0
9432026-08-19T02:29:41.016Z Downloaded rsa v0.9.10
9442026-08-19T02:29:41.019Z Downloaded num-traits v0.2.19
9452026-08-19T02:29:41.022Z Downloaded poly1305 v0.9.0
9462026-08-19T02:29:41.025Z Downloaded hashbrown v0.16.1
9472026-08-19T02:29:41.028Z Downloaded hashbrown v0.15.5
9482026-08-19T02:29:41.031Z Downloaded hashbrown v0.14.5
9492026-08-19T02:29:41.031Z Downloaded serde_urlencoded v0.7.1
9502026-08-19T02:29:41.035Z Downloaded maybe-uninit v2.0.0
9512026-08-19T02:29:41.035Z Downloaded rustls-native-certs v0.8.3
9522026-08-19T02:29:41.039Z Downloaded aes-gcm v0.11.0
9532026-08-19T02:29:41.044Z Downloaded rsa v0.10.0-rc.18
9542026-08-19T02:29:41.048Z Downloaded either v1.15.0
9552026-08-19T02:29:41.048Z Downloaded futures-util v0.3.32
9562026-08-19T02:29:41.054Z Downloaded samael v0.0.19
9572026-08-19T02:29:41.057Z Downloaded mime_guess v2.0.5
9582026-08-19T02:29:41.060Z Downloaded subtle v2.6.1
9592026-08-19T02:29:41.060Z Downloaded yoke v0.8.1
9602026-08-19T02:29:41.060Z Downloaded openssl-sys v0.9.117
9612026-08-19T02:29:41.062Z Downloaded displaydoc v0.2.5
9622026-08-19T02:29:41.066Z Downloaded num-bigint-dig v0.8.6
9632026-08-19T02:29:41.066Z Downloaded crypto-common v0.2.2
9642026-08-19T02:29:41.069Z Downloaded knus-derive v3.4.0
9652026-08-19T02:29:41.069Z Downloaded tungstenite v0.23.0
9662026-08-19T02:29:41.069Z Downloaded darling v0.21.3
9672026-08-19T02:29:41.071Z Downloaded tower-service v0.3.3
9682026-08-19T02:29:41.072Z Downloaded typify-macro v0.6.2
9692026-08-19T02:29:41.074Z Downloaded untrusted v0.9.0
9702026-08-19T02:29:41.074Z Downloaded zerocopy v0.6.6
9712026-08-19T02:29:41.077Z Downloaded num_enum v0.7.6
9722026-08-19T02:29:41.080Z Downloaded progenitor-client v0.14.0
9732026-08-19T02:29:41.080Z Downloaded progenitor-extras v0.2.0
9742026-08-19T02:29:41.080Z Downloaded rpassword v7.5.4
9752026-08-19T02:29:41.080Z Downloaded rustversion v1.0.22
9762026-08-19T02:29:41.083Z Downloaded parking_lot_core v0.8.6
9772026-08-19T02:29:41.084Z Downloaded poly1305 v0.8.0
9782026-08-19T02:29:41.087Z Downloaded aes v0.9.1
9792026-08-19T02:29:41.096Z Downloaded stable_deref_trait v1.2.1
9802026-08-19T02:29:41.098Z Downloaded ident_case v1.0.1
9812026-08-19T02:29:41.101Z Downloaded linked-hash-map v0.5.6
9822026-08-19T02:29:41.104Z Downloaded num-conv v0.2.0
9832026-08-19T02:29:41.104Z Downloaded pkg-config v0.3.32
9842026-08-19T02:29:41.107Z Downloaded cpufeatures v0.3.0
9852026-08-19T02:29:41.107Z Downloaded darling_macro v0.13.4
9862026-08-19T02:29:41.107Z Downloaded downcast-rs v2.0.2
9872026-08-19T02:29:41.113Z Downloaded itertools v0.10.5
9882026-08-19T02:29:41.117Z Downloaded r2d2 v0.8.10
9892026-08-19T02:29:41.121Z Downloaded typify v0.6.2
9902026-08-19T02:29:41.128Z Downloaded walkdir v2.5.0
9912026-08-19T02:29:41.131Z Downloaded phf_shared v0.13.1
9922026-08-19T02:29:41.134Z Downloaded nonempty v0.12.0
9932026-08-19T02:29:41.134Z Downloaded hkdf v0.13.0
9942026-08-19T02:29:41.136Z Downloaded signal-hook-registry v1.4.8
9952026-08-19T02:29:41.141Z Downloaded aho-corasick v1.1.4
9962026-08-19T02:29:41.143Z Downloaded slog-async v2.8.0
9972026-08-19T02:29:41.147Z Downloaded progenitor-macro v0.13.0
9982026-08-19T02:29:41.150Z Downloaded rfc6979 v0.6.0
9992026-08-19T02:29:41.159Z Downloaded num-bigint v0.4.6
10002026-08-19T02:29:41.166Z Downloaded serde_spanned v1.1.1
10012026-08-19T02:29:41.170Z Downloaded tokio-test v0.4.5
10022026-08-19T02:29:41.170Z Downloaded unicode-truncate v1.1.0
10032026-08-19T02:29:41.173Z Downloaded tokio-util v0.7.18
10042026-08-19T02:29:41.175Z Downloaded ed25519-dalek v3.0.0
10052026-08-19T02:29:41.185Z Downloaded ryu v1.0.23
10062026-08-19T02:29:41.191Z Downloaded dtrace-parser v0.3.0
10072026-08-19T02:29:41.194Z Downloaded inout v0.1.4
10082026-08-19T02:29:41.194Z Downloaded parking_lot v0.12.5
10092026-08-19T02:29:41.194Z Downloaded parking_lot v0.11.2
10102026-08-19T02:29:41.197Z Downloaded structmeta v0.3.0
10112026-08-19T02:29:41.200Z Downloaded term v0.7.0
10122026-08-19T02:29:41.203Z Downloaded module-lattice v0.2.3
10132026-08-19T02:29:41.206Z Downloaded hkdf v0.12.4
10142026-08-19T02:29:41.209Z Downloaded p384 v0.14.0
10152026-08-19T02:29:41.213Z Downloaded vergen v9.1.0
10162026-08-19T02:29:41.216Z Downloaded dunce v1.0.5
10172026-08-19T02:29:41.216Z Downloaded md5 v0.8.0
10182026-08-19T02:29:41.216Z Downloaded md-5 v0.10.6
10192026-08-19T02:29:41.219Z Downloaded h2 v0.4.15
10202026-08-19T02:29:41.223Z Downloaded tagptr v0.2.0
10212026-08-19T02:29:41.226Z Downloaded topological-sort v0.2.2
10222026-08-19T02:29:41.230Z Downloaded crossbeam-utils v0.8.21
10232026-08-19T02:29:41.233Z Downloaded darling v0.23.0
10242026-08-19T02:29:41.235Z Downloaded usdt-macro v0.6.0
10252026-08-19T02:29:41.235Z Downloaded void v1.0.2
10262026-08-19T02:29:41.235Z Downloaded dsl_auto_type v0.2.0
10272026-08-19T02:29:41.235Z Downloaded zerocopy-derive v0.8.55
10282026-08-19T02:29:41.240Z Downloaded num_enum_derive v0.5.11
10292026-08-19T02:29:41.247Z Downloaded slog-term v2.9.2
10302026-08-19T02:29:41.250Z Downloaded ecdsa v0.17.0
10312026-08-19T02:29:41.253Z Downloaded signature v2.2.0
10322026-08-19T02:29:41.253Z Downloaded slog-json v2.6.1
10332026-08-19T02:29:41.253Z Downloaded darling_macro v0.23.0
10342026-08-19T02:29:41.253Z Downloaded peg-macros v0.8.5
10352026-08-19T02:29:41.256Z Downloaded scroll_derive v0.13.1
10362026-08-19T02:29:41.259Z Downloaded dropshot-api-manager v0.8.0
10372026-08-19T02:29:41.262Z Downloaded peg v0.8.5
10382026-08-19T02:29:41.265Z Downloaded spin v0.9.8
10392026-08-19T02:29:41.268Z Downloaded tower v0.5.3
10402026-08-19T02:29:41.271Z Downloaded unicode-segmentation v1.12.0
10412026-08-19T02:29:41.274Z Downloaded thiserror-no-std v2.0.2
10422026-08-19T02:29:41.276Z Downloaded testing_table v0.3.0
10432026-08-19T02:29:41.277Z Downloaded linear-map v1.2.0
10442026-08-19T02:29:41.280Z Downloaded rand_core v0.10.0
10452026-08-19T02:29:41.280Z Downloaded scheduled-thread-pool v0.2.7
10462026-08-19T02:29:41.282Z Downloaded wyz v0.5.1
10472026-08-19T02:29:41.282Z Downloaded phf_shared v0.11.3
10482026-08-19T02:29:41.282Z Downloaded phf_shared v0.12.1
10492026-08-19T02:29:41.287Z Downloaded toml_edit v0.19.15
10502026-08-19T02:29:41.295Z Downloaded toml_parser v1.1.2+spec-1.1.0
10512026-08-19T02:29:41.298Z Downloaded tinyvec v1.10.0
10522026-08-19T02:29:41.298Z Downloaded ecdsa v0.16.9
10532026-08-19T02:29:41.301Z Downloaded tower-http v0.6.8
10542026-08-19T02:29:41.304Z Downloaded try-lock v0.2.5
10552026-08-19T02:29:41.304Z Downloaded tracing-core v0.1.36
10562026-08-19T02:29:41.307Z Downloaded nom v8.0.0
10572026-08-19T02:29:41.310Z Downloaded diff v0.1.13
10582026-08-19T02:29:41.310Z Downloaded same-file v1.0.6
10592026-08-19T02:29:41.310Z Downloaded spki v0.8.0
10602026-08-19T02:29:41.313Z Downloaded zerotrie v0.2.3
10612026-08-19T02:29:41.313Z Downloaded nu-ansi-term v0.50.3
10622026-08-19T02:29:41.313Z Downloaded typed-path v0.9.3
10632026-08-19T02:29:41.318Z Downloaded prettyplease v0.2.37
10642026-08-19T02:29:41.326Z Downloaded publicsuffix v2.3.0
10652026-08-19T02:29:41.328Z Downloaded scroll v0.13.0
10662026-08-19T02:29:41.328Z Downloaded primefield v0.14.0
10672026-08-19T02:29:41.329Z Downloaded rustc-demangle v0.1.27
10682026-08-19T02:29:41.332Z Downloaded zone_cfg_derive v0.3.1
10692026-08-19T02:29:41.332Z Downloaded diesel_table_macro_syntax v0.3.0
10702026-08-19T02:29:41.332Z Downloaded vergen-lib v9.1.0
10712026-08-19T02:29:41.332Z Downloaded constant_time_eq v0.4.2
10722026-08-19T02:29:41.332Z Downloaded zstd-safe v7.2.4
10732026-08-19T02:29:41.335Z Downloaded internet-checksum v0.2.1
10742026-08-19T02:29:41.335Z Downloaded darling_core v0.21.3
10752026-08-19T02:29:41.338Z Downloaded newtype-uuid-macros v0.1.0
10762026-08-19T02:29:41.341Z Downloaded rand_core v0.9.5
10772026-08-19T02:29:41.341Z Downloaded ctutils v0.4.2
10782026-08-19T02:29:41.345Z Downloaded mio v1.2.0
10792026-08-19T02:29:41.348Z Downloaded icu_collections v2.1.1
10802026-08-19T02:29:41.348Z Downloaded icu_provider v2.1.1
10812026-08-19T02:29:41.352Z Downloaded jobserver v0.1.34
10822026-08-19T02:29:41.355Z Downloaded waitgroup v0.1.2
10832026-08-19T02:29:41.358Z Downloaded slog-bunyan v2.5.0
10842026-08-19T02:29:41.361Z Downloaded nom v7.1.3
10852026-08-19T02:29:41.364Z Downloaded strum_macros v0.27.2
10862026-08-19T02:29:41.367Z Downloaded tar v0.4.46
10872026-08-19T02:29:41.372Z Downloaded tungstenite v0.21.0
10882026-08-19T02:29:41.375Z Downloaded tokio-native-tls v0.3.1
10892026-08-19T02:29:41.378Z Downloaded utf8_iter v1.0.4
10902026-08-19T02:29:41.382Z Downloaded rand v0.10.1
10912026-08-19T02:29:41.385Z Downloaded x509-cert v0.2.5
10922026-08-19T02:29:41.387Z Downloaded packed_struct v0.10.1
10932026-08-19T02:29:41.388Z Downloaded minimal-lexical v0.2.1
10942026-08-19T02:29:41.391Z Downloaded progenitor-impl v0.13.0
10952026-08-19T02:29:41.394Z Downloaded ron v0.8.1
10962026-08-19T02:29:41.396Z Downloaded zerovec-derive v0.11.2
10972026-08-19T02:29:41.403Z Downloaded rand v0.8.6
10982026-08-19T02:29:41.406Z Downloaded miette-derive v7.6.0
10992026-08-19T02:29:41.409Z Downloaded progenitor-macro v0.14.0
11002026-08-19T02:29:41.409Z Downloaded lock_api v0.4.14
11012026-08-19T02:29:41.412Z Downloaded termtree v0.5.1
11022026-08-19T02:29:41.418Z Downloaded icu_properties_data v2.1.2
11032026-08-19T02:29:41.430Z Downloaded slog-dtrace v0.3.0
11042026-08-19T02:29:41.434Z Downloaded phf v0.13.1
11052026-08-19T02:29:41.434Z Downloaded shell-words v1.1.1
11062026-08-19T02:29:41.434Z Downloaded thiserror-impl-no-std v2.0.2
11072026-08-19T02:29:41.434Z Downloaded polyval v0.7.1
11082026-08-19T02:29:41.437Z Downloaded sec1 v0.7.3
11092026-08-19T02:29:41.437Z Downloaded sqlformat v0.3.5
11102026-08-19T02:29:41.438Z Downloaded wnaf v0.14.0
11112026-08-19T02:29:41.448Z Downloaded illumos-nvpair-sys v0.2.0
11122026-08-19T02:29:41.451Z Downloaded rfc6979 v0.4.0
11132026-08-19T02:29:41.451Z Downloaded serde_bytes v0.11.19
11142026-08-19T02:29:41.454Z Downloaded semver v0.1.20
11152026-08-19T02:29:41.454Z Downloaded xshell v0.2.7
11162026-08-19T02:29:41.457Z Downloaded litemap v0.8.1
11172026-08-19T02:29:41.464Z Downloaded crossbeam-deque v0.8.6
11182026-08-19T02:29:41.467Z Downloaded derive-ex v0.1.8
11192026-08-19T02:29:41.470Z Downloaded want v0.3.1
11202026-08-19T02:29:41.473Z Downloaded indent_write v2.2.0
11212026-08-19T02:29:41.473Z Downloaded managed v0.8.0
11222026-08-19T02:29:41.476Z Downloaded libxml v0.3.3
11232026-08-19T02:29:41.479Z Downloaded crypto-primes v0.7.2
11242026-08-19T02:29:41.483Z Downloaded derive_more v2.1.1
11252026-08-19T02:29:41.488Z Downloaded scuffle v0.1.0
11262026-08-19T02:29:41.490Z Downloaded deranged v0.5.8
11272026-08-19T02:29:41.490Z Downloaded primeorder v0.14.0
11282026-08-19T02:29:41.494Z Downloaded num v0.4.3
11292026-08-19T02:29:41.494Z Downloaded smallvec v0.6.14
11302026-08-19T02:29:41.494Z Downloaded diesel_derives v2.3.7
11312026-08-19T02:29:41.500Z Downloaded hyper v1.10.1
11322026-08-19T02:29:41.503Z Downloaded ssh-encoding v0.3.0
11332026-08-19T02:29:41.506Z Downloaded tabwriter v1.4.1
11342026-08-19T02:29:41.507Z Downloaded reedline v0.40.0
11352026-08-19T02:29:41.510Z Downloaded signal-hook v0.3.18
11362026-08-19T02:29:41.513Z Downloaded defmt v0.3.100
11372026-08-19T02:29:41.513Z Downloaded num_enum_derive v0.7.6
11382026-08-19T02:29:41.513Z Downloaded libloading v0.8.9
11392026-08-19T02:29:41.516Z Downloaded progenitor-client v0.13.0
11402026-08-19T02:29:41.518Z Downloaded git2 v0.20.4
11412026-08-19T02:29:41.523Z Downloaded libsw v3.5.0
11422026-08-19T02:29:41.526Z Downloaded blake3 v1.8.5
11432026-08-19T02:29:41.536Z Downloaded zerovec v0.11.5
11442026-08-19T02:29:41.539Z Downloaded crc32fast v1.5.0
11452026-08-19T02:29:41.542Z Downloaded subprocess v0.2.15
11462026-08-19T02:29:41.542Z Downloaded password-hash v0.5.0
11472026-08-19T02:29:41.545Z Downloaded trait-variant v0.1.2
11482026-08-19T02:29:41.545Z Downloaded der v0.7.10
11492026-08-19T02:29:41.548Z Downloaded predicates-tree v1.0.13
11502026-08-19T02:29:41.551Z Downloaded winnow v0.6.26
11512026-08-19T02:29:41.555Z Downloaded ingot v0.2.1
11522026-08-19T02:29:41.555Z Downloaded native-tls v0.2.18
11532026-08-19T02:29:41.555Z Downloaded crc v3.4.0
11542026-08-19T02:29:41.558Z Downloaded aws-lc-rs v1.16.3
11552026-08-19T02:29:41.562Z Downloaded libm v0.2.16
11562026-08-19T02:29:41.566Z Downloaded des v0.9.0
11572026-08-19T02:29:41.570Z Downloaded num-complex v0.4.6
11582026-08-19T02:29:41.573Z Downloaded signature v3.0.0
11592026-08-19T02:29:41.573Z Downloaded csv-core v0.1.13
11602026-08-19T02:29:41.573Z Downloaded unicode-xid v0.2.6
11612026-08-19T02:29:41.577Z Downloaded zerofrom-derive v0.1.6
11622026-08-19T02:29:41.580Z Downloaded rustc-hash v2.1.1
11632026-08-19T02:29:41.585Z Downloaded siphasher v1.0.2
11642026-08-19T02:29:41.589Z Downloaded tower-layer v0.3.3
11652026-08-19T02:29:41.589Z Downloaded socket2 v0.6.3
11662026-08-19T02:29:41.589Z Downloaded pretty_assertions v1.4.1
11672026-08-19T02:29:41.592Z Downloaded string_cache v0.8.9
11682026-08-19T02:29:41.596Z Downloaded strum_macros v0.26.4
11692026-08-19T02:29:41.599Z Downloaded jiff-core v0.1.0
11702026-08-19T02:29:41.603Z Downloaded toml_edit v0.23.10+spec-1.0.0
11712026-08-19T02:29:41.603Z Downloaded strum v0.26.3
11722026-08-19T02:29:41.603Z Downloaded nanorand v0.7.0
11732026-08-19T02:29:41.606Z Downloaded phf v0.12.1
11742026-08-19T02:29:41.606Z Downloaded rustyline v14.0.0
11752026-08-19T02:29:41.611Z Downloaded tiny-keccak v2.0.2
11762026-08-19T02:29:41.611Z Downloaded unicase v2.9.0
11772026-08-19T02:29:41.611Z Downloaded time-core v0.1.8
11782026-08-19T02:29:41.611Z Downloaded defmt v1.0.1
11792026-08-19T02:29:41.616Z Downloaded sha3 v0.12.0
11802026-08-19T02:29:41.616Z Downloaded regex v1.12.3
11812026-08-19T02:29:41.630Z Downloaded icu_normalizer v2.1.1
11822026-08-19T02:29:41.633Z Downloaded pin-project v1.1.11
11832026-08-19T02:29:41.638Z Downloaded tokio-tungstenite v0.21.0
11842026-08-19T02:29:41.641Z Downloaded winnow v1.0.3
11852026-08-19T02:29:41.644Z Downloaded maplit v1.0.2
11862026-08-19T02:29:41.647Z Downloaded bitvec v1.0.1
11872026-08-19T02:29:41.652Z Downloaded tokio-tungstenite v0.23.1
11882026-08-19T02:29:41.655Z Downloaded schemars v0.8.22
11892026-08-19T02:29:41.659Z Downloaded similar v2.7.0
11902026-08-19T02:29:41.662Z Downloaded darling v0.20.11
11912026-08-19T02:29:41.665Z Downloaded der v0.8.0
11922026-08-19T02:29:41.668Z Downloaded ed25519 v2.2.3
11932026-08-19T02:29:41.669Z Downloaded simd-adler32 v0.3.8
11942026-08-19T02:29:41.672Z Downloaded libbz2-rs-sys v0.2.2
11952026-08-19T02:29:41.672Z Downloaded darling_core v0.23.0
11962026-08-19T02:29:41.674Z Downloaded ingot-types v0.2.0
11972026-08-19T02:29:41.675Z Downloaded ml-kem v0.3.2
11982026-08-19T02:29:41.675Z Downloaded url v2.5.8
11992026-08-19T02:29:41.677Z Downloaded resolv-conf v0.7.6
12002026-08-19T02:29:41.677Z Downloaded serde_with_macros v3.21.0
12012026-08-19T02:29:41.680Z Downloaded unicode-bidi v0.3.18
12022026-08-19T02:29:41.680Z Downloaded num-derive v0.4.2
12032026-08-19T02:29:41.680Z Downloaded yasna v0.5.2
12042026-08-19T02:29:41.685Z Downloaded darling_core v0.13.4
12052026-08-19T02:29:41.688Z Downloaded p256 v0.14.0
12062026-08-19T02:29:41.691Z Downloaded cookie v0.18.1
12072026-08-19T02:29:41.691Z Downloaded keccak v0.1.6
12082026-08-19T02:29:41.691Z Downloaded rand_seeder v0.4.0
12092026-08-19T02:29:41.694Z Downloaded icu_locale_core v2.1.1
12102026-08-19T02:29:41.697Z Downloaded phc v0.6.1
12112026-08-19T02:29:41.697Z Downloaded corncobs v0.1.4
12122026-08-19T02:29:41.697Z Downloaded ed25519-dalek v2.2.0
12132026-08-19T02:29:41.700Z Downloaded convert_case v0.10.0
12142026-08-19T02:29:41.700Z Downloaded serde_yaml v0.9.34+deprecated
12152026-08-19T02:29:41.703Z Downloaded rustls-platform-verifier v0.6.2
12162026-08-19T02:29:41.706Z Downloaded postcard v1.1.3
12172026-08-19T02:29:41.710Z Downloaded pkcs1 v0.8.0-rc.4
12182026-08-19T02:29:41.719Z Downloaded goblin v0.10.5
12192026-08-19T02:29:41.723Z Downloaded iana-time-zone v0.1.65
12202026-08-19T02:29:41.725Z Downloaded libsw-core v0.3.2
12212026-08-19T02:29:41.728Z Downloaded serde_with v1.14.0
12222026-08-19T02:29:41.731Z Downloaded salty v0.3.0
12232026-08-19T02:29:41.734Z Downloaded itertools v0.13.0
12242026-08-19T02:29:41.737Z Downloaded oxnet v0.1.6
12252026-08-19T02:29:41.741Z Downloaded usdt-impl v0.6.0
12262026-08-19T02:29:41.747Z Downloaded prefix-trie v0.7.0
12272026-08-19T02:29:41.765Z Downloaded quinn-udp v0.5.14
12282026-08-19T02:29:41.765Z Downloaded indexmap v1.9.3
12292026-08-19T02:29:41.765Z Downloaded rcgen v0.12.1
12302026-08-19T02:29:41.765Z Downloaded zip v4.6.1
12312026-08-19T02:29:41.765Z Downloaded drift v0.2.0
12322026-08-19T02:29:41.771Z Downloaded crossterm v0.29.0
12332026-08-19T02:29:41.780Z Downloaded knus v3.4.0
12342026-08-19T02:29:41.780Z Downloaded derive-where v1.6.0
12352026-08-19T02:29:41.782Z Downloaded schemars v0.9.0
12362026-08-19T02:29:41.790Z Downloaded bindgen v0.71.1
12372026-08-19T02:29:41.794Z Downloaded hyper-util v0.1.20
12382026-08-19T02:29:41.802Z Downloaded miette v7.6.0
12392026-08-19T02:29:41.805Z Downloaded tough v0.22.0
12402026-08-19T02:29:41.809Z Downloaded crypto-bigint v0.5.5
12412026-08-19T02:29:41.812Z Downloaded serde_with v3.21.0
12422026-08-19T02:29:41.819Z Downloaded crossterm v0.28.1
12432026-08-19T02:29:41.822Z Downloaded elliptic-curve v0.13.8
12442026-08-19T02:29:41.825Z Downloaded gimli v0.32.3
12452026-08-19T02:29:41.828Z Downloaded iri-string v0.7.10
12462026-08-19T02:29:41.833Z Downloaded chrono v0.4.45
12472026-08-19T02:29:41.836Z Downloaded ignore v0.4.25
12482026-08-19T02:29:41.839Z Downloaded papergrid v0.18.0
12492026-08-19T02:29:41.842Z Downloaded darling_core v0.20.11
12502026-08-19T02:29:41.845Z Downloaded uuid v1.23.4
12512026-08-19T02:29:41.845Z Downloaded idna v1.1.0
12522026-08-19T02:29:41.848Z Downloaded p521 v0.14.0
12532026-08-19T02:29:41.855Z Downloaded moka v0.12.13
12542026-08-19T02:29:41.859Z Downloaded proptest v1.11.0
12552026-08-19T02:29:41.864Z Downloaded tokio-postgres v0.7.16
12562026-08-19T02:29:41.867Z Downloaded quinn v0.11.11
12572026-08-19T02:29:41.870Z Downloaded miniz_oxide v0.8.9
12582026-08-19T02:29:41.873Z Downloaded p384 v0.13.1
12592026-08-19T02:29:41.876Z Downloaded derive_more-impl v2.1.1
12602026-08-19T02:29:41.876Z Downloaded reqwest v0.13.2
12612026-08-19T02:29:41.879Z Downloaded quick-xml v0.37.5
12622026-08-19T02:29:41.882Z Downloaded time v0.3.47
12632026-08-19T02:29:41.889Z Downloaded itertools v0.12.1
12642026-08-19T02:29:41.892Z Downloaded yansi v1.0.1
12652026-08-19T02:29:41.896Z Downloaded ssh-key v0.7.0-rc.11
12662026-08-19T02:29:41.899Z Downloaded rustls-webpki v0.103.13
12672026-08-19T02:29:41.902Z Downloaded vcpkg v0.2.15
12682026-08-19T02:29:41.921Z Downloaded reqwest v0.12.28
12692026-08-19T02:29:41.925Z Downloaded itertools v0.15.0
12702026-08-19T02:29:41.928Z Downloaded rand v0.9.2
12712026-08-19T02:29:41.931Z Downloaded snafu v0.8.9
12722026-08-19T02:29:41.934Z Downloaded rawzip v0.4.4
12732026-08-19T02:29:41.937Z Downloaded itertools v0.14.0
12742026-08-19T02:29:41.940Z Downloaded internal-russh-num-bigint v0.5.0
12752026-08-19T02:29:41.943Z Downloaded iddqd v0.4.2
12762026-08-19T02:29:41.946Z Downloaded radix_trie v0.2.1
12772026-08-19T02:29:41.949Z Downloaded winnow v0.5.40
12782026-08-19T02:29:41.952Z Downloaded smoltcp v0.9.1
12792026-08-19T02:29:41.968Z Downloaded regress v0.10.5
12802026-08-19T02:29:41.973Z Downloaded curve25519-dalek v4.1.3
12812026-08-19T02:29:41.978Z Downloaded nix v0.27.1
12822026-08-19T02:29:41.991Z Downloaded regress v0.11.1
12832026-08-19T02:29:41.995Z Downloaded portable-atomic v1.13.1
12842026-08-19T02:29:42.000Z Downloaded regex-syntax v0.8.10
12852026-08-19T02:29:42.004Z Downloaded unicode-normalization v0.1.25
12862026-08-19T02:29:42.007Z Downloaded hickory-proto v0.24.4
12872026-08-19T02:29:42.013Z Downloaded polar-core v0.27.3
12882026-08-19T02:29:42.018Z Downloaded lalrpop v0.19.12
12892026-08-19T02:29:42.024Z Downloaded object v0.30.4
12902026-08-19T02:29:42.028Z Downloaded hickory-proto v0.25.2
12912026-08-19T02:29:42.036Z Downloaded openssl v0.10.80
12922026-08-19T02:29:42.041Z Downloaded bstr v1.12.1
12932026-08-19T02:29:42.046Z Downloaded rustix v0.38.44
12942026-08-19T02:29:42.057Z Downloaded curve25519-dalek v5.0.0
12952026-08-19T02:29:42.063Z Downloaded rayon v1.11.0
12962026-08-19T02:29:42.067Z Downloaded zlib-rs v0.6.2
12972026-08-19T02:29:42.080Z Downloaded nix v0.31.2
12982026-08-19T02:29:42.089Z Downloaded zerocopy v0.8.55
12992026-08-19T02:29:42.099Z Downloaded sqlparser v0.61.0
13002026-08-19T02:29:42.104Z Downloaded russh v0.62.4
13012026-08-19T02:29:42.113Z Downloaded smoltcp v0.11.0
13022026-08-19T02:29:42.120Z Downloaded nix v0.28.0
13032026-08-19T02:29:42.126Z Downloaded regex-syntax v0.6.29
13042026-08-19T02:29:42.135Z Downloaded petname v2.0.2
13052026-08-19T02:29:42.157Z Downloaded quinn-proto v0.11.16
13062026-08-19T02:29:42.161Z Downloaded diesel v2.3.7
13072026-08-19T02:29:42.172Z Downloaded tabled v0.21.0
13082026-08-19T02:29:42.182Z Downloaded tracing v0.1.44
13092026-08-19T02:29:42.192Z Downloaded crypto-bigint v0.7.5
13102026-08-19T02:29:42.200Z Downloaded typify-impl v0.6.2
13112026-08-19T02:29:42.207Z Downloaded dropshot v0.17.1
13122026-08-19T02:29:42.219Z Downloaded ratatui v0.29.0
13132026-08-19T02:29:42.230Z Downloaded sha3 v0.11.0
13142026-08-19T02:29:42.233Z Downloaded rustls v0.23.41
13152026-08-19T02:29:42.238Z Downloaded sled v0.34.7
13162026-08-19T02:29:42.244Z Downloaded object v0.37.3
13172026-08-19T02:29:42.266Z Downloaded zerocopy-derive v0.6.6
13182026-08-19T02:29:42.271Z Downloaded openapiv3 v2.2.0
13192026-08-19T02:29:42.355Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-08-19T02:29:42.359Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-08-19T02:29:42.371Z Downloaded petgraph v0.8.3
13222026-08-19T02:29:42.383Z Downloaded sha3 v0.10.8
13232026-08-19T02:29:42.386Z Downloaded regex-automata v0.4.14
13242026-08-19T02:29:42.394Z Downloaded csv v1.4.0
13252026-08-19T02:29:42.405Z Downloaded petgraph v0.6.5
13262026-08-19T02:29:42.427Z Downloaded chrono-tz v0.10.4
13272026-08-19T02:29:42.436Z Downloaded jiff v0.2.34
13282026-08-19T02:29:42.452Z Downloaded libz-sys v1.1.24
13292026-08-19T02:29:42.464Z Downloaded tokio v1.52.1
13302026-08-19T02:29:42.488Z Downloaded encoding_rs v0.8.35
13312026-08-19T02:29:42.505Z Downloaded ring v0.17.14
13322026-08-19T02:29:42.539Z Downloaded libgit2-sys v0.18.3+1.9.2
13332026-08-19T02:29:43.167Z Downloaded aws-lc-sys v0.40.0
13342026-08-19T02:29:43.434Z Compiling serde_core v1.0.228
13352026-08-19T02:29:43.434Z Compiling libc v0.2.185
13362026-08-19T02:29:43.434Z Compiling serde v1.0.228
13372026-08-19T02:29:43.437Z Compiling log v0.4.33
13382026-08-19T02:29:43.437Z Compiling smallvec v1.15.1
13392026-08-19T02:29:43.573Z Compiling shlex v1.3.0
13402026-08-19T02:29:43.584Z Compiling find-msvc-tools v0.1.9
13412026-08-19T02:29:43.587Z Compiling syn v2.0.117
13422026-08-19T02:29:43.798Z Compiling subtle v2.6.1
13432026-08-19T02:29:43.824Z Compiling scopeguard v1.2.0
13442026-08-19T02:29:43.851Z Compiling typenum v1.20.1
13452026-08-19T02:29:43.892Z Compiling stable_deref_trait v1.2.1
13462026-08-19T02:29:43.907Z Compiling lock_api v0.4.14
13472026-08-19T02:29:43.936Z Compiling zerocopy v0.8.55
13482026-08-19T02:29:43.963Z Compiling portable-atomic v1.13.1
13492026-08-19T02:29:43.978Z Compiling serde_json v1.0.151
13502026-08-19T02:29:44.141Z Compiling critical-section v1.2.0
13512026-08-19T02:29:44.186Z Compiling libm v0.2.16
13522026-08-19T02:29:44.246Z Compiling num-traits v0.2.19
13532026-08-19T02:29:44.375Z Compiling pkg-config v0.3.32
13542026-08-19T02:29:44.415Z Compiling errno v0.3.14
13552026-08-19T02:29:44.429Z Compiling jobserver v0.1.34
13562026-08-19T02:29:44.489Z Compiling getrandom v0.2.17
13572026-08-19T02:29:44.660Z Compiling cc v1.2.56
13582026-08-19T02:29:44.723Z Compiling rand_core v0.6.4
13592026-08-19T02:29:44.917Z Compiling generic-array v0.14.7
13602026-08-19T02:29:44.958Z Compiling once_cell v1.21.3
13612026-08-19T02:29:44.988Z Compiling parking_lot_core v0.9.12
13622026-08-19T02:29:45.020Z Compiling pin-project-lite v0.2.17
13632026-08-19T02:29:45.105Z Compiling const-oid v0.9.6
13642026-08-19T02:29:45.165Z Compiling getrandom v0.3.4
13652026-08-19T02:29:45.180Z Compiling signal-hook-registry v1.4.8
13662026-08-19T02:29:45.515Z Compiling futures-core v0.3.32
13672026-08-19T02:29:45.658Z Compiling bitflags v2.11.0
13682026-08-19T02:29:45.790Z Compiling percent-encoding v2.3.2
13692026-08-19T02:29:45.806Z Compiling litemap v0.8.1
13702026-08-19T02:29:45.822Z Compiling writeable v0.6.2
13712026-08-19T02:29:45.973Z Compiling semver v1.0.28
13722026-08-19T02:29:45.992Z Compiling parking_lot v0.12.5
13732026-08-19T02:29:46.028Z Compiling mio v1.2.0
13742026-08-19T02:29:46.059Z Compiling icu_properties_data v2.1.2
13752026-08-19T02:29:46.120Z Compiling icu_normalizer_data v2.1.1
13762026-08-19T02:29:46.171Z Compiling socket2 v0.6.3
13772026-08-19T02:29:46.300Z Compiling getrandom v0.4.3
13782026-08-19T02:29:46.329Z Compiling synstructure v0.13.2
13792026-08-19T02:29:46.389Z Compiling rustix v1.1.4
13802026-08-19T02:29:46.450Z Compiling futures-sink v0.3.32
13812026-08-19T02:29:46.474Z Compiling rand_core v0.10.0
13822026-08-19T02:29:46.555Z Compiling futures-channel v0.3.32
13832026-08-19T02:29:46.570Z Compiling indexmap v2.14.0
13842026-08-19T02:29:46.636Z Compiling futures-task v0.3.32
13852026-08-19T02:29:46.803Z Compiling futures-io v0.3.32
13862026-08-19T02:29:46.851Z Compiling slab v0.4.12
13872026-08-19T02:29:46.854Z Compiling utf8_iter v1.0.4
13882026-08-19T02:29:46.964Z Compiling form_urlencoded v1.2.2
13892026-08-19T02:29:46.979Z Compiling rustversion v1.0.22
13902026-08-19T02:29:46.994Z Compiling iana-time-zone v0.1.65
13912026-08-19T02:29:46.997Z Compiling base64ct v1.8.3
13922026-08-19T02:29:47.035Z Compiling cmake v0.1.57
13932026-08-19T02:29:47.135Z Compiling flagset v0.4.7
13942026-08-19T02:29:47.183Z Compiling regex-syntax v0.8.10
13952026-08-19T02:29:47.268Z Compiling pem-rfc7468 v0.7.0
13962026-08-19T02:29:47.302Z Compiling dunce v1.0.5
13972026-08-19T02:29:47.317Z Compiling ident_case v1.0.1
13982026-08-19T02:29:47.417Z Compiling fs_extra v1.3.0
13992026-08-19T02:29:47.437Z Compiling uuid v1.23.4
14002026-08-19T02:29:47.456Z Compiling rand_core v0.9.5
14012026-08-19T02:29:47.570Z Compiling base64 v0.22.1
14022026-08-19T02:29:47.685Z Compiling aws-lc-sys v0.40.0
14032026-08-19T02:29:47.738Z Compiling syn v1.0.109
14042026-08-19T02:29:47.902Z Compiling vcpkg v0.2.15
14052026-08-19T02:29:47.933Z Compiling serde_derive_internals v0.29.1
14062026-08-19T02:29:48.099Z Compiling rustc_version v0.4.1
14072026-08-19T02:29:48.137Z Compiling tracing-core v0.1.36
14082026-08-19T02:29:48.153Z Compiling serde_derive v1.0.228
14092026-08-19T02:29:48.168Z Compiling zeroize_derive v1.5.0
14102026-08-19T02:29:48.429Z Compiling zerocopy-derive v0.8.55
14112026-08-19T02:29:48.643Z Compiling zerofrom-derive v0.1.6
14122026-08-19T02:29:48.711Z Compiling yoke-derive v0.8.1
14132026-08-19T02:29:48.823Z Compiling zerovec-derive v0.11.2
14142026-08-19T02:29:48.841Z Compiling displaydoc v0.2.5
14152026-08-19T02:29:49.532Z Compiling tokio-macros v2.7.0
14162026-08-19T02:29:49.591Z Compiling futures-macro v0.3.32
14172026-08-19T02:29:49.903Z Compiling thiserror-impl v2.0.18
14182026-08-19T02:29:49.980Z Compiling der_derive v0.7.3
14192026-08-19T02:29:50.071Z Compiling zerofrom v0.1.6
14202026-08-19T02:29:50.196Z Compiling yoke v0.8.1
14212026-08-19T02:29:50.258Z Compiling openssl-sys v0.9.117
14222026-08-19T02:29:50.384Z Compiling zerovec v0.11.5
14232026-08-19T02:29:50.415Z Compiling zerotrie v0.2.3
14242026-08-19T02:29:50.714Z Compiling futures-util v0.3.32
14252026-08-19T02:29:50.769Z Compiling tracing-attributes v0.1.31
14262026-08-19T02:29:50.887Z Compiling tinystr v0.8.2
14272026-08-19T02:29:50.945Z Compiling potential_utf v0.1.4
14282026-08-19T02:29:51.091Z Compiling icu_locale_core v2.1.1
14292026-08-19T02:29:51.117Z Compiling icu_collections v2.1.1
14302026-08-19T02:29:51.241Z Compiling thiserror v2.0.18
14312026-08-19T02:29:51.348Z Compiling aws-lc-rs v1.16.3
14322026-08-19T02:29:51.584Z Compiling cpufeatures v0.2.17
14332026-08-19T02:29:51.624Z Compiling zeroize v1.9.0
14342026-08-19T02:29:51.658Z Compiling bytes v1.11.1
14352026-08-19T02:29:51.674Z Compiling chrono v0.4.45
14362026-08-19T02:29:51.981Z Compiling icu_provider v2.1.1
14372026-08-19T02:29:52.085Z Compiling der v0.7.10
14382026-08-19T02:29:52.274Z Compiling icu_properties v2.1.2
14392026-08-19T02:29:52.325Z Compiling icu_normalizer v2.1.1
14402026-08-19T02:29:52.465Z Compiling block-buffer v0.10.4
14412026-08-19T02:29:52.638Z Compiling crypto-common v0.1.7
14422026-08-19T02:29:52.793Z Compiling tokio v1.52.1
14432026-08-19T02:29:52.856Z Compiling digest v0.10.7
14442026-08-19T02:29:53.046Z Compiling ppv-lite86 v0.2.21
14452026-08-19T02:29:53.089Z Compiling spki v0.7.3
14462026-08-19T02:29:53.105Z Compiling http v1.4.2
14472026-08-19T02:29:53.120Z Compiling idna_adapter v1.2.1
14482026-08-19T02:29:53.263Z Compiling idna v1.1.0
14492026-08-19T02:29:53.284Z Compiling dyn-clone v1.0.20
14502026-08-19T02:29:53.305Z Compiling schemars v0.8.22
14512026-08-19T02:29:53.365Z Compiling rand_chacha v0.9.0
14522026-08-19T02:29:53.380Z Compiling simd-adler32 v0.3.8
14532026-08-19T02:29:53.419Z Compiling pkcs8 v0.10.2
14542026-08-19T02:29:53.518Z Compiling tracing v0.1.44
14552026-08-19T02:29:53.588Z Compiling url v2.5.8
14562026-08-19T02:29:53.677Z Compiling rand v0.9.2
14572026-08-19T02:29:53.783Z Compiling http-body v1.0.1
14582026-08-19T02:29:53.901Z Compiling rustls-pki-types v1.14.0
14592026-08-19T02:29:54.003Z Compiling schemars_derive v0.8.22
14602026-08-19T02:29:54.056Z Compiling spin v0.9.8
14612026-08-19T02:29:54.262Z Compiling crc32fast v1.5.0
14622026-08-19T02:29:54.338Z Compiling cmov v0.5.4
14632026-08-19T02:29:54.366Z Compiling httparse v1.10.1
14642026-08-19T02:29:54.424Z Compiling adler2 v2.0.1
14652026-08-19T02:29:54.515Z Compiling tinyvec_macros v0.1.1
14662026-08-19T02:29:54.538Z Compiling openssl-probe v0.2.1
14672026-08-19T02:29:54.581Z Compiling tinyvec v1.10.0
14682026-08-19T02:29:54.596Z Compiling miniz_oxide v0.8.9
14692026-08-19T02:29:54.705Z Compiling ctutils v0.4.2
14702026-08-19T02:29:54.736Z Compiling tempfile v3.27.0
14712026-08-19T02:29:54.918Z Compiling pest_generator v2.8.6
14722026-08-19T02:29:54.933Z Compiling sha2 v0.10.9
14732026-08-19T02:29:55.098Z Compiling terminal_size v0.4.3
14742026-08-19T02:29:55.182Z Compiling aho-corasick v1.1.4
14752026-08-19T02:29:55.232Z Compiling tower-layer v0.3.3
14762026-08-19T02:29:55.394Z Compiling untrusted v0.7.1
14772026-08-19T02:29:55.521Z Compiling try-lock v0.2.5
14782026-08-19T02:29:55.582Z Compiling atomic-waker v1.1.2
14792026-08-19T02:29:55.628Z Compiling tower-service v0.3.3
14802026-08-19T02:29:55.704Z Compiling radium v0.7.0
14812026-08-19T02:29:55.723Z Compiling want v0.3.1
14822026-08-19T02:29:55.880Z Compiling pest_derive v2.8.6
14832026-08-19T02:29:55.960Z Compiling hybrid-array v0.4.13
14842026-08-19T02:29:56.220Z Compiling regex-automata v0.4.14
14852026-08-19T02:29:56.609Z Compiling tokio-util v0.7.18
14862026-08-19T02:29:56.630Z Compiling ipnet v2.12.0
14872026-08-19T02:29:56.719Z Compiling scroll_derive v0.13.1
14882026-08-19T02:29:56.819Z Compiling darling_core v0.20.11
14892026-08-19T02:29:57.171Z Compiling httpdate v1.0.3
14902026-08-19T02:29:57.406Z Compiling h2 v0.4.15
14912026-08-19T02:29:57.575Z Compiling rustls v0.23.41
14922026-08-19T02:29:57.679Z Compiling untrusted v0.9.0
14932026-08-19T02:29:57.742Z Compiling foreign-types-shared v0.1.1
14942026-08-19T02:29:57.760Z Compiling maybe-uninit v2.0.0
14952026-08-19T02:29:57.800Z Compiling openssl v0.10.80
14962026-08-19T02:29:57.828Z Compiling tap v1.0.1
14972026-08-19T02:29:57.940Z Compiling wyz v0.5.1
14982026-08-19T02:29:58.055Z Compiling foreign-types v0.3.2
14992026-08-19T02:29:58.069Z Compiling scroll v0.13.0
15002026-08-19T02:29:58.141Z Compiling unicode-normalization v0.1.25
15012026-08-19T02:29:58.335Z Compiling rand_chacha v0.3.1
15022026-08-19T02:29:58.464Z Compiling signature v2.2.0
15032026-08-19T02:29:58.590Z Compiling hex v0.4.3
15042026-08-19T02:29:58.648Z Compiling thiserror-impl v1.0.69
15052026-08-19T02:29:58.712Z Compiling openssl-macros v0.1.1
15062026-08-19T02:29:58.855Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15072026-08-19T02:29:59.058Z Compiling darling_macro v0.20.11
15082026-08-19T02:29:59.094Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-08-19T02:29:59.108Z Compiling num-integer v0.1.46
15102026-08-19T02:29:59.227Z Compiling wait-timeout v0.2.1
15112026-08-19T02:29:59.365Z Compiling ahash v0.8.12
15122026-08-19T02:29:59.420Z Compiling funty v2.0.0
15132026-08-19T02:29:59.487Z Compiling num-bigint-dig v0.8.6
15142026-08-19T02:29:59.532Z Compiling time-core v0.1.8
15152026-08-19T02:29:59.566Z Compiling num-conv v0.2.0
15162026-08-19T02:29:59.665Z Compiling packed_struct v0.10.1
15172026-08-19T02:29:59.679Z Compiling powerfmt v0.2.0
15182026-08-19T02:29:59.694Z Compiling quick-error v1.2.3
15192026-08-19T02:29:59.800Z Compiling native-tls v0.2.18
15202026-08-19T02:29:59.860Z Compiling bit-vec v0.8.0
15212026-08-19T02:29:59.876Z Compiling thiserror v1.0.69
15222026-08-19T02:29:59.919Z Compiling deranged v0.5.8
15232026-08-19T02:29:59.977Z Compiling rusty-fork v0.3.1
15242026-08-19T02:29:59.992Z Compiling bitvec v1.0.1
15252026-08-19T02:30:00.023Z Compiling time-macros v0.2.27
15262026-08-19T02:30:00.090Z Compiling bit-set v0.8.0
15272026-08-19T02:30:00.275Z Compiling clap_builder v4.6.0
15282026-08-19T02:30:00.316Z Compiling darling v0.20.11
15292026-08-19T02:30:00.398Z Compiling num-iter v0.1.45
15302026-08-19T02:30:00.516Z Compiling hyper v1.10.1
15312026-08-19T02:30:01.093Z Compiling rand v0.8.6
15322026-08-19T02:30:01.399Z Compiling goblin v0.10.5
15332026-08-19T02:30:01.560Z Compiling packed_struct_codegen v0.10.1
15342026-08-19T02:30:01.932Z Compiling hyper-util v0.1.20
15352026-08-19T02:30:02.147Z Compiling lazy_static v1.5.0
15362026-08-19T02:30:02.242Z Compiling hmac v0.12.1
15372026-08-19T02:30:02.407Z Compiling toml_datetime v0.6.11
15382026-08-19T02:30:02.648Z Compiling serde_spanned v0.6.9
15392026-08-19T02:30:02.670Z Compiling zerocopy-derive v0.6.6
15402026-08-19T02:30:02.791Z Compiling bitfield-macros v0.19.4
15412026-08-19T02:30:03.318Z Compiling clap_derive v4.6.1
15422026-08-19T02:30:03.492Z Compiling rand_xorshift v0.4.0
15432026-08-19T02:30:03.495Z Compiling sync_wrapper v1.0.2
15442026-08-19T02:30:03.614Z Compiling indexmap v1.9.3
15452026-08-19T02:30:03.658Z Compiling paste v1.0.15
15462026-08-19T02:30:03.674Z Compiling zlib-rs v0.6.2
15472026-08-19T02:30:03.794Z Compiling object v0.37.3
15482026-08-19T02:30:03.923Z Compiling siphasher v1.0.2
15492026-08-19T02:30:04.056Z Compiling unarray v0.1.4
15502026-08-19T02:30:04.080Z Compiling crc-catalog v2.4.0
15512026-08-19T02:30:04.106Z Compiling num_threads v0.1.7
15522026-08-19T02:30:04.165Z Compiling nodrop v0.1.14
15532026-08-19T02:30:04.179Z Compiling usdt-impl v0.6.0
15542026-08-19T02:30:04.200Z Compiling crossbeam-utils v0.8.21
15552026-08-19T02:30:04.256Z Compiling array-init v0.0.4
15562026-08-19T02:30:04.397Z Compiling time v0.3.47
15572026-08-19T02:30:04.501Z Compiling crc v3.4.0
15582026-08-19T02:30:04.598Z Compiling proptest v1.11.0
15592026-08-19T02:30:04.698Z Compiling dof v0.4.0
15602026-08-19T02:30:05.048Z Compiling clap v4.6.1
15612026-08-19T02:30:05.247Z Compiling tower v0.5.3
15622026-08-19T02:30:05.620Z Compiling zerocopy v0.6.6
15632026-08-19T02:30:05.712Z Compiling bitfield v0.19.4
15642026-08-19T02:30:05.991Z Compiling smallvec v0.6.14
15652026-08-19T02:30:06.195Z Compiling derive_builder_core v0.20.2
15662026-08-19T02:30:06.467Z Compiling dtrace-parser v0.3.0
15672026-08-19T02:30:06.923Z Compiling flate2 v1.1.9
15682026-08-19T02:30:07.028Z Compiling ipnetwork v0.21.1
15692026-08-19T02:30:07.236Z Compiling http-body-util v0.1.3
15702026-08-19T02:30:07.252Z Compiling pkcs1 v0.7.5
15712026-08-19T02:30:07.336Z Compiling heapless v0.7.17
15722026-08-19T02:30:07.382Z Compiling structmeta-derive v0.3.0
15732026-08-19T02:30:07.421Z Compiling scroll_derive v0.12.1
15742026-08-19T02:30:07.476Z Compiling slog v2.8.2
15752026-08-19T02:30:07.577Z Compiling darling_core v0.23.0
15762026-08-19T02:30:07.648Z Compiling thread-id v5.1.0
15772026-08-19T02:30:07.662Z Compiling cookie v0.18.1
15782026-08-19T02:30:07.735Z Compiling env_filter v2.0.0
15792026-08-19T02:30:07.842Z Compiling allocator-api2 v0.2.21
15802026-08-19T02:30:08.029Z Compiling zstd-safe v7.2.4
15812026-08-19T02:30:08.090Z Compiling gimli v0.32.3
15822026-08-19T02:30:08.173Z Compiling anyhow v1.0.104
15832026-08-19T02:30:08.221Z Compiling hashbrown v0.12.3
15842026-08-19T02:30:08.454Z Compiling ryu v1.0.23
15852026-08-19T02:30:08.476Z Compiling unicode-properties v0.1.4
15862026-08-19T02:30:08.631Z Compiling base64 v0.21.7
15872026-08-19T02:30:08.682Z Compiling unicode-bidi v0.3.18
15882026-08-19T02:30:08.699Z Compiling winnow v0.5.40
15892026-08-19T02:30:08.939Z Compiling signal-hook v0.3.18
15902026-08-19T02:30:09.109Z Compiling iri-string v0.7.10
15912026-08-19T02:30:09.228Z Compiling stringprep v0.1.5
15922026-08-19T02:30:09.661Z Compiling ron v0.8.1
15932026-08-19T02:30:09.990Z Compiling toml_edit v0.19.15
15942026-08-19T02:30:10.096Z Compiling darling_macro v0.23.0
15952026-08-19T02:30:10.115Z Compiling addr2line v0.25.1
15962026-08-19T02:30:10.463Z Compiling tower-http v0.6.8
15972026-08-19T02:30:10.600Z Compiling serde_urlencoded v0.7.1
15982026-08-19T02:30:10.826Z Compiling structmeta v0.3.0
15992026-08-19T02:30:10.858Z Compiling scroll v0.12.0
16002026-08-19T02:30:10.875Z Compiling env_logger v0.11.11
16012026-08-19T02:30:11.103Z Compiling rsa v0.9.10
16022026-08-19T02:30:11.216Z Compiling oxnet v0.1.6
16032026-08-19T02:30:11.249Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16042026-08-19T02:30:11.385Z Compiling derive_builder_macro v0.20.2
16052026-08-19T02:30:11.570Z Compiling newtype-uuid v1.3.2
16062026-08-19T02:30:11.643Z Compiling hashbrown v0.13.2
16072026-08-19T02:30:11.907Z Compiling bzip2 v0.4.4
16082026-08-19T02:30:11.939Z Compiling serde-hex v0.1.0
16092026-08-19T02:30:12.121Z Compiling tokio-native-tls v0.3.1
16102026-08-19T02:30:12.156Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16112026-08-19T02:30:12.629Z Compiling camino v1.2.5
16122026-08-19T02:30:13.015Z Compiling bstr v1.12.1
16132026-08-19T02:30:13.301Z Compiling block-padding v0.4.2
16142026-08-19T02:30:13.487Z Compiling block-buffer v0.12.1
16152026-08-19T02:30:13.644Z Compiling crypto-common v0.2.2
16162026-08-19T02:30:13.678Z Compiling rustls-native-certs v0.8.3
16172026-08-19T02:30:13.707Z Compiling x509-cert v0.2.5
16182026-08-19T02:30:13.968Z Compiling md-5 v0.10.6
16192026-08-19T02:30:14.141Z Compiling erased-serde v0.3.31
16202026-08-19T02:30:14.222Z Compiling serde_tokenstream v0.2.3
16212026-08-19T02:30:14.535Z Compiling curve25519-dalek v4.1.3
16222026-08-19T02:30:14.623Z Compiling pin-project-internal v1.1.11
16232026-08-19T02:30:14.863Z Compiling async-trait v0.1.89
16242026-08-19T02:30:15.134Z Compiling zerocopy-derive v0.7.35
16252026-08-19T02:30:15.292Z Compiling daft-derive v0.1.7
16262026-08-19T02:30:15.362Z Compiling vergen-lib v9.1.0
16272026-08-19T02:30:15.503Z Compiling hash32 v0.2.1
16282026-08-19T02:30:15.540Z Compiling memoffset v0.9.1
16292026-08-19T02:30:15.693Z Compiling encoding_rs v0.8.35
16302026-08-19T02:30:15.724Z Compiling cfg_aliases v0.2.1
16312026-08-19T02:30:15.738Z Compiling fallible-iterator v0.2.0
16322026-08-19T02:30:15.797Z Compiling owo-colors v4.3.0
16332026-08-19T02:30:15.817Z Compiling rustc-demangle v0.1.27
16342026-08-19T02:30:15.874Z Compiling crc-any v2.5.0
16352026-08-19T02:30:15.995Z Compiling rustix v0.38.44
16362026-08-19T02:30:16.014Z Compiling litrs v1.0.0
16372026-08-19T02:30:16.048Z Compiling psl-types v2.0.11
16382026-08-19T02:30:16.098Z Compiling ref-cast v1.0.25
16392026-08-19T02:30:16.098Z Compiling smoltcp v0.9.1
16402026-08-19T02:30:16.166Z Compiling mime v0.3.17
16412026-08-19T02:30:16.203Z Compiling publicsuffix v2.3.0
16422026-08-19T02:30:16.406Z Compiling backtrace v0.3.76
16432026-08-19T02:30:16.421Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16442026-08-19T02:30:16.424Z Compiling daft v0.1.7
16452026-08-19T02:30:16.448Z Compiling postgres-protocol v0.6.10
16462026-08-19T02:30:16.482Z Compiling zerocopy v0.7.35
16472026-08-19T02:30:16.499Z Compiling document-features v0.2.12
16482026-08-19T02:30:16.707Z Compiling nix v0.31.2
16492026-08-19T02:30:17.051Z Compiling pin-project v1.1.11
16502026-08-19T02:30:17.155Z Compiling inout v0.2.2
16512026-08-19T02:30:17.196Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-08-19T02:30:17.211Z Compiling hyper-tls v0.6.0
16532026-08-19T02:30:17.330Z Compiling object v0.30.4
16542026-08-19T02:30:17.431Z Compiling zip v0.6.6
16552026-08-19T02:30:17.478Z Compiling derive_builder v0.20.2
16562026-08-19T02:30:17.526Z Compiling toml v0.7.8
16572026-08-19T02:30:17.571Z Compiling goblin v0.8.2
16582026-08-19T02:30:17.601Z Compiling derive-ex v0.1.8
16592026-08-19T02:30:18.112Z Compiling darling v0.23.0
16602026-08-19T02:30:18.303Z Compiling phf_shared v0.13.1
16612026-08-19T02:30:18.345Z Compiling regex v1.12.3
16622026-08-19T02:30:18.492Z Compiling hubpack_derive v0.1.1
16632026-08-19T02:30:18.539Z Compiling futures-executor v0.3.32
16642026-08-19T02:30:18.768Z Compiling snafu-derive v0.8.9
16652026-08-19T02:30:18.794Z Compiling curve25519-dalek-derive v0.1.1
16662026-08-19T02:30:18.933Z Compiling strum_macros v0.27.2
16672026-08-19T02:30:19.248Z Compiling ref-cast-impl v1.0.25
16682026-08-19T02:30:19.424Z Compiling vergen v9.1.0
16692026-08-19T02:30:19.603Z Compiling cargo-platform v0.3.2
16702026-08-19T02:30:19.789Z Compiling ff v0.13.1
16712026-08-19T02:30:19.879Z Compiling fs-err v3.3.0
16722026-08-19T02:30:19.964Z Compiling bitflags v1.3.2
16732026-08-19T02:30:20.007Z Compiling managed v0.8.0
16742026-08-19T02:30:20.063Z Compiling is_ci v1.2.0
16752026-08-19T02:30:20.163Z Compiling foldhash v0.1.5
16762026-08-19T02:30:20.195Z Compiling base16ct v0.2.0
16772026-08-19T02:30:20.220Z Compiling foldhash v0.2.0
16782026-08-19T02:30:20.328Z Compiling libbz2-rs-sys v0.2.2
16792026-08-19T02:30:20.373Z Compiling path-slash v0.1.5
16802026-08-19T02:30:20.440Z Compiling same-file v1.0.6
16812026-08-19T02:30:20.499Z Compiling bumpalo v3.20.2
16822026-08-19T02:30:20.602Z Compiling either v1.15.0
16832026-08-19T02:30:20.637Z Compiling jiff-core v0.1.0
16842026-08-19T02:30:20.746Z Compiling unicode-segmentation v1.12.0
16852026-08-19T02:30:20.813Z Compiling textwrap v0.16.2
16862026-08-19T02:30:20.882Z Compiling strum v0.27.2
16872026-08-19T02:30:20.966Z Compiling bzip2 v0.6.1
16882026-08-19T02:30:21.012Z Compiling zopfli v0.8.3
16892026-08-19T02:30:21.027Z Compiling snafu v0.8.9
16902026-08-19T02:30:21.124Z Compiling walkdir v2.5.0
16912026-08-19T02:30:21.192Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16922026-08-19T02:30:21.263Z Compiling hashbrown v0.16.1
16932026-08-19T02:30:21.376Z Compiling jiff v0.2.34
16942026-08-19T02:30:21.423Z Compiling sec1 v0.7.3
16952026-08-19T02:30:21.650Z Compiling hashbrown v0.15.5
16962026-08-19T02:30:21.716Z Compiling supports-color v3.0.2
16972026-08-19T02:30:21.908Z Compiling group v0.13.0
16982026-08-19T02:30:22.089Z Compiling cargo_metadata v0.23.1
16992026-08-19T02:30:22.103Z Compiling dof v0.3.0
17002026-08-19T02:30:22.523Z Compiling test-strategy v0.4.5
17012026-08-19T02:30:22.671Z Compiling hubpack v0.1.2
17022026-08-19T02:30:22.828Z Compiling futures v0.3.32
17032026-08-19T02:30:22.895Z Compiling phf v0.13.1
17042026-08-19T02:30:22.912Z Compiling signal-hook-mio v0.2.5
17052026-08-19T02:30:23.054Z Compiling serde_with_macros v3.21.0
17062026-08-19T02:30:23.396Z Compiling cookie_store v0.22.1
17072026-08-19T02:30:23.448Z Compiling zstd v0.13.3
17082026-08-19T02:30:23.707Z Compiling reqwest v0.12.28
17092026-08-19T02:30:23.985Z Compiling cipher v0.5.2
17102026-08-19T02:30:24.149Z Compiling backtrace-ext v0.2.1
17112026-08-19T02:30:24.198Z Compiling postgres-types v0.2.12
17122026-08-19T02:30:24.749Z Compiling usdt-attr-macro v0.6.0
17132026-08-19T02:30:24.959Z Compiling usdt-macro v0.6.0
17142026-08-19T02:30:25.030Z Compiling globset v0.4.18
17152026-08-19T02:30:25.215Z Compiling phf_shared v0.11.3
17162026-08-19T02:30:25.395Z Compiling hkdf v0.12.4
17172026-08-19T02:30:25.410Z Compiling dtrace-parser v0.2.0
17182026-08-19T02:30:25.537Z Compiling byte-wrapper v0.1.0
17192026-08-19T02:30:25.561Z Compiling ed25519 v2.2.3
17202026-08-19T02:30:25.575Z Compiling olpc-cjson v0.1.4
17212026-08-19T02:30:25.688Z Compiling crypto-bigint v0.5.5
17222026-08-19T02:30:25.721Z Compiling serde_plain v1.0.2
17232026-08-19T02:30:25.736Z Compiling serde-big-array v0.5.1
17242026-08-19T02:30:25.859Z Compiling strum_macros v0.26.4
17252026-08-19T02:30:25.877Z Compiling serde_repr v0.1.20
17262026-08-19T02:30:25.912Z Compiling miette-derive v7.6.0
17272026-08-19T02:30:26.154Z Compiling async-recursion v1.1.1
17282026-08-19T02:30:26.418Z Compiling enum-as-inner v0.6.1
17292026-08-19T02:30:26.455Z Compiling pem v3.0.6
17302026-08-19T02:30:26.831Z Compiling float-cmp v0.10.0
17312026-08-19T02:30:26.846Z Compiling thread-id v4.2.2
17322026-08-19T02:30:26.932Z Compiling memmap2 v0.9.10
17332026-08-19T02:30:26.960Z Compiling winnow v1.0.3
17342026-08-19T02:30:26.981Z Compiling keccak v0.1.6
17352026-08-19T02:30:27.108Z Compiling supports-hyperlinks v3.2.0
17362026-08-19T02:30:27.155Z Compiling normalize-line-endings v0.3.0
17372026-08-19T02:30:27.260Z Compiling static_assertions v1.1.0
17382026-08-19T02:30:27.264Z Compiling fixedbitset v0.5.7
17392026-08-19T02:30:27.352Z Compiling typed-path v0.9.3
17402026-08-19T02:30:27.472Z Compiling difflib v0.4.0
17412026-08-19T02:30:27.583Z Compiling new_debug_unreachable v1.0.6
17422026-08-19T02:30:27.639Z Compiling predicates-core v1.0.10
17432026-08-19T02:30:27.657Z Compiling cpufeatures v0.3.0
17442026-08-19T02:30:27.744Z Compiling data-encoding v2.10.0
17452026-08-19T02:30:27.744Z Compiling supports-unicode v3.0.0
17462026-08-19T02:30:27.816Z Compiling whoami v2.1.0
17472026-08-19T02:30:27.844Z Compiling const-oid v0.10.2
17482026-08-19T02:30:27.883Z Compiling precomputed-hash v0.1.1
17492026-08-19T02:30:27.975Z Compiling fixedbitset v0.4.2
17502026-08-19T02:30:28.030Z Compiling tokio-postgres v0.7.16
17512026-08-19T02:30:28.053Z Compiling hickory-proto v0.25.2
17522026-08-19T02:30:28.066Z Compiling digest v0.11.3
17532026-08-19T02:30:28.186Z Compiling petgraph v0.6.5
17542026-08-19T02:30:28.186Z Compiling string_cache v0.8.9
17552026-08-19T02:30:28.291Z Compiling toml_parser v1.1.2+spec-1.1.0
17562026-08-19T02:30:28.404Z Compiling toml_edit v0.22.27
17572026-08-19T02:30:28.425Z Compiling miette v7.6.0
17582026-08-19T02:30:28.586Z Compiling predicates v3.1.4
17592026-08-19T02:30:28.919Z Compiling chacha20 v0.10.0
17602026-08-19T02:30:29.212Z Compiling strum v0.26.3
17612026-08-19T02:30:29.300Z Compiling petgraph v0.8.3
17622026-08-19T02:30:29.343Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-19T02:30:29.551Z Compiling sha3 v0.10.8
17642026-08-19T02:30:29.647Z Compiling usdt v0.6.0
17652026-08-19T02:30:29.912Z Compiling usdt-impl v0.5.0
17662026-08-19T02:30:30.009Z Compiling elliptic-curve v0.13.8
17672026-08-19T02:30:30.241Z Compiling ed25519-dalek v2.2.0
17682026-08-19T02:30:30.417Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17692026-08-19T02:30:30.495Z Compiling crossterm v0.28.1
17702026-08-19T02:30:30.762Z Compiling serde_with v3.21.0
17712026-08-19T02:30:31.238Z Compiling zip v4.6.1
17722026-08-19T02:30:31.941Z Compiling iddqd v0.4.2
17732026-08-19T02:30:32.165Z Compiling similar v2.7.0
17742026-08-19T02:30:32.220Z Compiling heck v0.4.1
17752026-08-19T02:30:32.444Z Compiling itertools v0.13.0
17762026-08-19T02:30:32.562Z Compiling itertools v0.15.0
17772026-08-19T02:30:32.581Z Compiling crossbeam-epoch v0.9.18
17782026-08-19T02:30:32.771Z Compiling tokio-stream v0.1.18
17792026-08-19T02:30:32.811Z Compiling buf-list v1.1.2
17802026-08-19T02:30:32.901Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-08-19T02:30:33.008Z Compiling openapiv3 v2.2.0
17822026-08-19T02:30:33.079Z Compiling peg-runtime v0.8.5
17832026-08-19T02:30:33.198Z Compiling lalrpop-util v0.19.12
17842026-08-19T02:30:33.212Z Compiling thread_local v1.1.9
17852026-08-19T02:30:33.229Z Compiling slog-async v2.8.0
17862026-08-19T02:30:33.354Z Compiling crossbeam-channel v0.5.15
17872026-08-19T02:30:33.401Z Compiling is-terminal v0.4.17
17882026-08-19T02:30:33.459Z Compiling filetime v0.2.27
17892026-08-19T02:30:33.488Z Compiling xattr v1.6.1
17902026-08-19T02:30:33.536Z Compiling take_mut v0.2.2
17912026-08-19T02:30:33.626Z Compiling term v1.2.1
17922026-08-19T02:30:33.648Z Compiling tar v0.4.46
17932026-08-19T02:30:33.667Z Compiling camino-tempfile v1.4.1
17942026-08-19T02:30:33.879Z Compiling slog-term v2.9.2
17952026-08-19T02:30:39.967Z Compiling rustls-webpki v0.103.13
17962026-08-19T02:30:42.652Z Compiling tokio-rustls v0.26.4
17972026-08-19T02:30:42.652Z Compiling rustls-platform-verifier v0.6.2
17982026-08-19T02:30:42.652Z Compiling tough v0.22.0
17992026-08-19T02:30:42.868Z Compiling hyper-rustls v0.27.7
18002026-08-19T02:30:43.065Z Compiling reqwest v0.13.2
18012026-08-19T02:30:45.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022026-08-19T02:30:45.503Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18032026-08-19T02:30:48.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18042026-08-19T02:30:48.560Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18052026-08-19T02:30:48.615ZAug 19 02:30:47.380 INFO Starting download, target: Console
18062026-08-19T02:30:48.615ZAug 19 02:30:47.381 INFO Starting download, target: Clickhouse
18072026-08-19T02:30:48.615ZAug 19 02:30:47.381 INFO Starting download, target: Cockroach
18082026-08-19T02:30:48.615ZAug 19 02:30:47.381 INFO Starting download, target: DendriteStub
18092026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Starting download, target: MaghemiteMgd
18102026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Starting download, target: MaghemiteDdmd
18112026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Starting download, target: TransceiverControl
18122026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18132026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18142026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18152026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18162026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18172026-08-19T02:30:48.619ZAug 19 02:30:47.381 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18182026-08-19T02:30:48.620ZAug 19 02:30:47.381 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18192026-08-19T02:30:50.632ZAug 19 02:30:49.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18202026-08-19T02:30:50.640ZAug 19 02:30:49.402 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18212026-08-19T02:30:50.856ZAug 19 02:30:49.615 INFO Download complete, target: TransceiverControl
18222026-08-19T02:30:50.887ZAug 19 02:30:49.643 INFO Download complete, target: Console
18232026-08-19T02:30:51.950ZAug 19 02:30:50.712 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18242026-08-19T02:30:52.032ZAug 19 02:30:50.792 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18252026-08-19T02:30:52.062ZAug 19 02:30:50.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18262026-08-19T02:30:52.157ZAug 19 02:30:50.920 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18272026-08-19T02:30:52.869ZAug 19 02:30:51.634 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18282026-08-19T02:30:52.869ZAug 19 02:30:51.634 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18292026-08-19T02:30:54.049ZAug 19 02:30:52.814 INFO Download complete, target: MaghemiteDdmd
18302026-08-19T02:30:54.460ZAug 19 02:30:53.226 INFO Download complete, target: DendriteStub
18312026-08-19T02:30:54.799ZAug 19 02:30:53.561 INFO Download complete, target: MaghemiteMgd
18322026-08-19T02:30:57.639ZAug 19 02:30:56.396 INFO Checking that binary works, target: Cockroach
18332026-08-19T02:30:57.753ZAug 19 02:30:56.516 INFO Download complete, target: Cockroach
18342026-08-19T02:30:58.854ZAug 19 02:30:57.614 INFO Checking that binary works, target: Clickhouse
18352026-08-19T02:30:58.987ZAug 19 02:30:57.745 INFO Download complete, target: Clickhouse
18362026-08-19T02:30:58.999ZAll builder prerequisites installed successfully, and PATH looks valid
18372026-08-19T02:30:59.009Z
18382026-08-19T02:30:59.009Zreal 2:10.608643394
18392026-08-19T02:30:59.009Zuser 7:18.776619143
18402026-08-19T02:30:59.009Zsys 1:26.495992633
18412026-08-19T02:30:59.010Ztrap 0.252332230
18422026-08-19T02:30:59.010Ztflt 0.529367983
18432026-08-19T02:30:59.010Zdflt 0.883115480
18442026-08-19T02:30:59.010Zkflt 0.023592693
18452026-08-19T02:30:59.010Zlock 28:03.098416342
18462026-08-19T02:30:59.010Zslp 22:02.235411661
18472026-08-19T02:30:59.010Zlat 48.358011969
18482026-08-19T02:30:59.010Zstop 2:41.912515893
18492026-08-19T02:30:59.010Z+ banner hack-check
18502026-08-19T02:30:59.010Z
18512026-08-19T02:30:59.011Z # # ## #### # # #### # # ###### #### # #
18522026-08-19T02:30:59.011Z # # # # # # # # # # # # # # # # #
18532026-08-19T02:30:59.011Z ###### # # # #### ##### # ###### ##### # ####
18542026-08-19T02:30:59.011Z # # ###### # # # # # # # # # #
18552026-08-19T02:30:59.012Z # # # # # # # # # # # # # # # # #
18562026-08-19T02:30:59.012Z # # # # #### # # #### # # ###### #### # #
18572026-08-19T02:30:59.012Z
18582026-08-19T02:30:59.012Z+ export CARGO_INCREMENTAL=0
18592026-08-19T02:30:59.012Z+ CARGO_INCREMENTAL=0
18602026-08-19T02:30:59.012Z+ ptime -m timeout 2h cargo xtask check-features --ci
18612026-08-19T02:30:59.465Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18622026-08-19T02:30:59.752Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18632026-08-19T02:31:01.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18642026-08-19T02:31:01.627Z Running `target/debug/xtask check-features --ci`
18652026-08-19T02:31:01.653Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18662026-08-19T02:31:01.657Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18672026-08-19T02:31:02.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18682026-08-19T02:31:02.105Z Running `target/debug/xtask download cargo-hack`
18692026-08-19T02:31:02.880Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18702026-08-19T02:31:03.190Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18712026-08-19T02:31:05.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18722026-08-19T02:31:05.930Z Running `target/debug/xtask-downloader cargo-hack`
18732026-08-19T02:31:05.971ZAug 19 02:31:04.736 INFO Starting download, target: CargoHack
18742026-08-19T02:31:05.974ZAug 19 02:31:04.736 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18752026-08-19T02:31:06.341ZAug 19 02:31:05.107 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18762026-08-19T02:31:06.391ZAug 19 02:31:05.157 INFO Download complete, target: CargoHack
18772026-08-19T02:31:06.394Zrunning: "/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"
18782026-08-19T02:31:06.407Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18792026-08-19T02:31:06.566Zinfo: running `cargo check --bins` on api_identity (1/337)
18802026-08-19T02:31:07.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-19T02:31:07.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-19T02:31:07.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-19T02:31:07.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-19T02:31:07.113Z
18852026-08-19T02:31:07.113Zinfo: running `cargo check --bins` on bootstore (2/337)
18862026-08-19T02:31:07.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-19T02:31:07.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-19T02:31:07.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-19T02:31:07.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-08-19T02:31:07.665Z
18912026-08-19T02:31:07.665Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18922026-08-19T02:31:08.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-19T02:31:08.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-19T02:31:08.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-19T02:31:08.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18962026-08-19T02:31:08.210Z
18972026-08-19T02:31:08.210Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
18982026-08-19T02:31:08.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-19T02:31:08.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-19T02:31:08.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-19T02:31:08.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-19T02:31:08.766Z
19032026-08-19T02:31:08.766Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19042026-08-19T02:31:09.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-19T02:31:09.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-19T02:31:09.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-19T02:31:09.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19082026-08-19T02:31:09.314Z
19092026-08-19T02:31:09.314Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19102026-08-19T02:31:09.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-19T02:31:09.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-19T02:31:09.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-19T02:31:09.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-19T02:31:09.868Z
19152026-08-19T02:31:09.868Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19162026-08-19T02:31:10.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-19T02:31:10.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-19T02:31:10.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-19T02:31:10.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19202026-08-19T02:31:10.483Z
19212026-08-19T02:31:10.483Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19222026-08-19T02:31:10.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-19T02:31:10.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-19T02:31:10.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-19T02:31:10.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-19T02:31:10.989Z
19272026-08-19T02:31:10.989Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19282026-08-19T02:31:11.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-19T02:31:11.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-19T02:31:11.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-19T02:31:11.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-19T02:31:11.405Z
19332026-08-19T02:31:11.406Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19342026-08-19T02:31:11.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-19T02:31:11.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-19T02:31:11.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-19T02:31:11.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-19T02:31:11.822Z
19392026-08-19T02:31:11.822Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19402026-08-19T02:31:12.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-19T02:31:12.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-19T02:31:12.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-19T02:31:12.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-19T02:31:12.240Z
19452026-08-19T02:31:12.240Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19462026-08-19T02:31:12.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-19T02:31:12.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-19T02:31:12.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-19T02:31:12.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-19T02:31:12.653Z
19512026-08-19T02:31:12.653Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19522026-08-19T02:31:13.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-19T02:31:13.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-19T02:31:13.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-19T02:31:13.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-19T02:31:13.067Z
19572026-08-19T02:31:13.067Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19582026-08-19T02:31:13.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-19T02:31:13.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-19T02:31:13.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-19T02:31:13.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-19T02:31:13.482Z
19632026-08-19T02:31:13.482Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19642026-08-19T02:31:13.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-19T02:31:13.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-19T02:31:13.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-19T02:31:13.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-19T02:31:13.898Z
19692026-08-19T02:31:13.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19702026-08-19T02:31:14.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-19T02:31:14.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-19T02:31:14.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-19T02:31:14.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-19T02:31:14.319Z
19752026-08-19T02:31:14.319Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19762026-08-19T02:31:14.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-19T02:31:14.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-19T02:31:14.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-19T02:31:14.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-19T02:31:14.737Z
19812026-08-19T02:31:14.737Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19822026-08-19T02:31:15.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-19T02:31:15.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-19T02:31:15.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-19T02:31:15.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-19T02:31:15.151Z
19872026-08-19T02:31:15.151Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19882026-08-19T02:31:15.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-19T02:31:15.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-19T02:31:15.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-19T02:31:15.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-19T02:31:15.568Z
19932026-08-19T02:31:15.568Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
19942026-08-19T02:31:15.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-19T02:31:15.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-19T02:31:15.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-19T02:31:15.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-19T02:31:15.991Z
19992026-08-19T02:31:15.991Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20002026-08-19T02:31:16.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-19T02:31:16.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-19T02:31:16.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-19T02:31:16.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-19T02:31:16.410Z
20052026-08-19T02:31:16.410Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20062026-08-19T02:31:16.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-19T02:31:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-19T02:31:16.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-19T02:31:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-19T02:31:16.828Z
20112026-08-19T02:31:16.828Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20122026-08-19T02:31:17.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-19T02:31:17.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-19T02:31:17.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-19T02:31:17.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-19T02:31:17.249Z
20172026-08-19T02:31:17.249Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20182026-08-19T02:31:17.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-19T02:31:17.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-19T02:31:17.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-19T02:31:17.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-19T02:31:17.667Z
20232026-08-19T02:31:17.667Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20242026-08-19T02:31:18.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-19T02:31:18.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-19T02:31:18.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-19T02:31:18.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-19T02:31:18.086Z
20292026-08-19T02:31:18.086Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20302026-08-19T02:31:18.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-19T02:31:18.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-19T02:31:18.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-19T02:31:18.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-19T02:31:18.505Z
20352026-08-19T02:31:18.505Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20362026-08-19T02:31:18.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-19T02:31:18.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-19T02:31:18.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-19T02:31:18.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-19T02:31:18.923Z
20412026-08-19T02:31:18.923Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20422026-08-19T02:31:19.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-19T02:31:19.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-19T02:31:19.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-19T02:31:19.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-19T02:31:19.346Z
20472026-08-19T02:31:19.346Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20482026-08-19T02:31:19.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-19T02:31:19.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-19T02:31:19.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-19T02:31:19.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-19T02:31:19.765Z
20532026-08-19T02:31:19.766Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20542026-08-19T02:31:20.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-19T02:31:20.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-19T02:31:20.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-19T02:31:20.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-19T02:31:20.185Z
20592026-08-19T02:31:20.186Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20602026-08-19T02:31:20.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-19T02:31:20.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-19T02:31:20.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-19T02:31:20.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-19T02:31:20.606Z
20652026-08-19T02:31:20.606Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20662026-08-19T02:31:20.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-19T02:31:20.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-19T02:31:20.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-19T02:31:20.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-19T02:31:21.024Z
20712026-08-19T02:31:21.024Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20722026-08-19T02:31:21.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-19T02:31:21.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-19T02:31:21.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-19T02:31:21.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-19T02:31:21.445Z
20772026-08-19T02:31:21.445Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20782026-08-19T02:31:21.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-19T02:31:21.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-19T02:31:21.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-19T02:31:21.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-19T02:31:21.864Z
20832026-08-19T02:31:21.864Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20842026-08-19T02:31:22.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-19T02:31:22.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-19T02:31:22.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-19T02:31:22.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-19T02:31:22.287Z
20892026-08-19T02:31:22.288Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20902026-08-19T02:31:22.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-19T02:31:22.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-19T02:31:22.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-19T02:31:22.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-19T02:31:22.711Z
20952026-08-19T02:31:22.711Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
20962026-08-19T02:31:23.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-19T02:31:23.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-19T02:31:23.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-19T02:31:23.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-19T02:31:23.132Z
21012026-08-19T02:31:23.132Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21022026-08-19T02:31:23.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-19T02:31:23.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-19T02:31:23.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-19T02:31:23.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-19T02:31:23.554Z
21072026-08-19T02:31:23.554Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21082026-08-19T02:31:23.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-19T02:31:23.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-19T02:31:23.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-19T02:31:23.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-19T02:31:23.970Z
21132026-08-19T02:31:23.970Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21142026-08-19T02:31:24.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-19T02:31:24.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-19T02:31:24.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-19T02:31:24.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-19T02:31:24.389Z
21192026-08-19T02:31:24.389Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21202026-08-19T02:31:24.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-19T02:31:24.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-19T02:31:24.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-19T02:31:24.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-19T02:31:24.809Z
21252026-08-19T02:31:24.809Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21262026-08-19T02:31:25.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-19T02:31:25.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-19T02:31:25.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-19T02:31:25.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-19T02:31:25.230Z
21312026-08-19T02:31:25.230Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21322026-08-19T02:31:25.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-19T02:31:25.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-19T02:31:25.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-19T02:31:25.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-19T02:31:25.646Z
21372026-08-19T02:31:25.646Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21382026-08-19T02:31:26.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-19T02:31:26.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-19T02:31:26.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-19T02:31:26.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-19T02:31:26.063Z
21432026-08-19T02:31:26.063Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21442026-08-19T02:31:26.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-19T02:31:26.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-19T02:31:26.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-19T02:31:26.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-19T02:31:26.485Z
21492026-08-19T02:31:26.485Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21502026-08-19T02:31:26.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-19T02:31:26.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-19T02:31:26.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-19T02:31:26.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-19T02:31:26.910Z
21552026-08-19T02:31:26.910Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21562026-08-19T02:31:27.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-19T02:31:27.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-19T02:31:27.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-19T02:31:27.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-19T02:31:27.332Z
21612026-08-19T02:31:27.332Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21622026-08-19T02:31:27.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-19T02:31:27.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-19T02:31:27.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-19T02:31:27.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-19T02:31:27.757Z
21672026-08-19T02:31:27.757Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21682026-08-19T02:31:28.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-19T02:31:28.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-19T02:31:28.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-19T02:31:28.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-08-19T02:31:28.367Z
21732026-08-19T02:31:28.367Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21742026-08-19T02:31:28.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-19T02:31:28.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-19T02:31:28.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-19T02:31:28.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-08-19T02:31:28.966Z
21792026-08-19T02:31:28.966Zinfo: running `cargo check --bins` on nexus-config (51/337)
21802026-08-19T02:31:29.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-19T02:31:29.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-19T02:31:29.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-19T02:31:29.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-08-19T02:31:29.563Z
21852026-08-19T02:31:29.563Zinfo: running `cargo check --bins` on nexus-types (52/337)
21862026-08-19T02:31:30.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-19T02:31:30.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-19T02:31:30.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-19T02:31:30.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-19T02:31:30.170Z
21912026-08-19T02:31:30.170Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21922026-08-19T02:31:30.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-19T02:31:30.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-19T02:31:30.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-19T02:31:30.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-08-19T02:31:30.749Z
21972026-08-19T02:31:30.749Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
21982026-08-19T02:31:31.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-19T02:31:31.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-19T02:31:31.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-19T02:31:31.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22022026-08-19T02:31:31.304Z
22032026-08-19T02:31:31.304Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22042026-08-19T02:31:31.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-19T02:31:31.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-19T02:31:31.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-19T02:31:31.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-08-19T02:31:31.882Z
22092026-08-19T02:31:31.883Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22102026-08-19T02:31:32.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-19T02:31:32.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-19T02:31:32.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-19T02:31:32.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-19T02:31:32.467Z
22152026-08-19T02:31:32.467Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22162026-08-19T02:31:32.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-19T02:31:32.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-19T02:31:32.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-19T02:31:32.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-08-19T02:31:33.037Z
22212026-08-19T02:31:33.037Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22222026-08-19T02:31:33.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-19T02:31:33.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-19T02:31:33.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-19T02:31:33.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-08-19T02:31:33.617Z
22272026-08-19T02:31:33.617Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22282026-08-19T02:31:34.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-19T02:31:34.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-19T02:31:34.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-19T02:31:34.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22322026-08-19T02:31:34.179Z
22332026-08-19T02:31:34.179Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22342026-08-19T02:31:34.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-19T02:31:34.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-19T02:31:34.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-19T02:31:34.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-19T02:31:34.743Z
22392026-08-19T02:31:34.743Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22402026-08-19T02:31:35.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-19T02:31:35.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-19T02:31:35.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-19T02:31:35.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22442026-08-19T02:31:35.303Z
22452026-08-19T02:31:35.303Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22462026-08-19T02:31:35.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-19T02:31:35.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-19T02:31:35.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-19T02:31:35.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-08-19T02:31:35.862Z
22512026-08-19T02:31:35.862Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22522026-08-19T02:31:36.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-19T02:31:36.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-19T02:31:36.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-19T02:31:36.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-19T02:31:36.426Z
22572026-08-19T02:31:36.426Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22582026-08-19T02:31:36.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-19T02:31:36.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-19T02:31:36.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-19T02:31:36.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-19T02:31:37.004Z
22632026-08-19T02:31:37.004Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22642026-08-19T02:31:37.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-19T02:31:37.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-19T02:31:37.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-19T02:31:37.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22682026-08-19T02:31:37.583Z
22692026-08-19T02:31:37.583Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22702026-08-19T02:31:38.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-19T02:31:38.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-19T02:31:38.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-19T02:31:38.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-19T02:31:38.150Z
22752026-08-19T02:31:38.150Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22762026-08-19T02:31:38.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-19T02:31:38.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-19T02:31:38.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-19T02:31:38.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22802026-08-19T02:31:38.719Z
22812026-08-19T02:31:38.720Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22822026-08-19T02:31:39.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-19T02:31:39.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-19T02:31:39.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-19T02:31:39.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-19T02:31:39.293Z
22872026-08-19T02:31:39.293Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22882026-08-19T02:31:39.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-19T02:31:39.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-19T02:31:39.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-19T02:31:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-19T02:31:39.867Z
22932026-08-19T02:31:39.867Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
22942026-08-19T02:31:40.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-19T02:31:40.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-19T02:31:40.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-19T02:31:40.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22982026-08-19T02:31:40.432Z
22992026-08-19T02:31:40.432Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23002026-08-19T02:31:40.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-19T02:31:40.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-19T02:31:40.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-19T02:31:40.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23042026-08-19T02:31:40.980Z
23052026-08-19T02:31:40.980Zinfo: running `cargo check --bins` on ereport-types (72/337)
23062026-08-19T02:31:41.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-19T02:31:41.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-19T02:31:41.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-19T02:31:41.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-19T02:31:41.543Z
23112026-08-19T02:31:41.543Zinfo: running `cargo check --bins` on gateway-client (73/337)
23122026-08-19T02:31:42.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-19T02:31:42.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-19T02:31:42.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-19T02:31:42.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-19T02:31:42.108Z
23172026-08-19T02:31:42.108Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23182026-08-19T02:31:42.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-19T02:31:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-19T02:31:42.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-19T02:31:42.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-19T02:31:42.666Z
23232026-08-19T02:31:42.666Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23242026-08-19T02:31:43.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-19T02:31:43.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-19T02:31:43.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-19T02:31:43.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-19T02:31:43.224Z
23292026-08-19T02:31:43.224Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23302026-08-19T02:31:43.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-19T02:31:43.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-19T02:31:43.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-19T02:31:43.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23342026-08-19T02:31:43.808Z
23352026-08-19T02:31:43.808Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23362026-08-19T02:31:44.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-19T02:31:44.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-19T02:31:44.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-19T02:31:44.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-19T02:31:44.390Z
23412026-08-19T02:31:44.390Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23422026-08-19T02:31:44.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-19T02:31:44.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-19T02:31:44.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-19T02:31:44.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23462026-08-19T02:31:44.947Z
23472026-08-19T02:31:44.947Zinfo: running `cargo check --bins` on oxlog (79/337)
23482026-08-19T02:31:45.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-19T02:31:45.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-19T02:31:45.550Z Checking cfg-if v1.0.4
23512026-08-19T02:31:45.553Z Checking serde_core v1.0.228
23522026-08-19T02:31:45.655Z Checking libc v0.2.185
23532026-08-19T02:31:45.670Z Checking memchr v2.8.0
23542026-08-19T02:31:45.679Z Checking log v0.4.33
23552026-08-19T02:31:45.679Z Checking smallvec v1.15.1
23562026-08-19T02:31:45.701Z Checking subtle v2.6.1
23572026-08-19T02:31:45.712Z Checking itoa v1.0.17
23582026-08-19T02:31:45.724Z Checking scopeguard v1.2.0
23592026-08-19T02:31:45.820Z Checking lock_api v0.4.14
23602026-08-19T02:31:45.843Z Checking stable_deref_trait v1.2.1
23612026-08-19T02:31:45.847Z Checking typenum v1.20.1
23622026-08-19T02:31:45.867Z Checking zerofrom v0.1.6
23632026-08-19T02:31:45.880Z Checking portable-atomic v1.13.1
23642026-08-19T02:31:45.922Z Checking zerocopy v0.8.55
23652026-08-19T02:31:45.979Z Checking yoke v0.8.1
23662026-08-19T02:31:46.016Z Checking critical-section v1.2.0
23672026-08-19T02:31:46.035Z Checking pin-project-lite v0.2.17
23682026-08-19T02:31:46.048Z Checking errno v0.3.14
23692026-08-19T02:31:46.108Z Checking getrandom v0.2.17
23702026-08-19T02:31:46.124Z Checking const-oid v0.9.6
23712026-08-19T02:31:46.141Z Checking zerovec v0.11.5
23722026-08-19T02:31:46.162Z Checking libm v0.2.16
23732026-08-19T02:31:46.252Z Checking rand_core v0.6.4
23742026-08-19T02:31:46.286Z Checking once_cell v1.21.3
23752026-08-19T02:31:46.427Z Checking zmij v1.0.21
23762026-08-19T02:31:46.459Z Checking signal-hook-registry v1.4.8
23772026-08-19T02:31:46.571Z Checking tinystr v0.8.2
23782026-08-19T02:31:46.583Z Checking parking_lot_core v0.9.12
23792026-08-19T02:31:46.622Z Checking percent-encoding v2.3.2
23802026-08-19T02:31:46.634Z Checking writeable v0.6.2
23812026-08-19T02:31:46.744Z Checking futures-core v0.3.32
23822026-08-19T02:31:46.761Z Checking litemap v0.8.1
23832026-08-19T02:31:46.773Z Checking parking_lot v0.12.5
23842026-08-19T02:31:46.789Z Checking potential_utf v0.1.4
23852026-08-19T02:31:46.801Z Checking zerotrie v0.2.3
23862026-08-19T02:31:46.864Z Checking mio v1.2.0
23872026-08-19T02:31:46.867Z Checking num-traits v0.2.19
23882026-08-19T02:31:46.915Z Checking equivalent v1.0.2
23892026-08-19T02:31:46.929Z Checking icu_locale_core v2.1.1
23902026-08-19T02:31:46.954Z Checking icu_collections v2.1.1
23912026-08-19T02:31:46.998Z Checking getrandom v0.3.4
23922026-08-19T02:31:47.040Z Checking socket2 v0.6.3
23932026-08-19T02:31:47.140Z Checking icu_properties_data v2.1.2
23942026-08-19T02:31:47.153Z Checking serde v1.0.228
23952026-08-19T02:31:47.164Z Checking bitflags v2.11.0
23962026-08-19T02:31:47.262Z Checking serde_json v1.0.151
23972026-08-19T02:31:47.264Z Checking icu_normalizer_data v2.1.1
23982026-08-19T02:31:47.286Z Checking byteorder v1.5.0
23992026-08-19T02:31:47.329Z Checking hashbrown v0.17.0
24002026-08-19T02:31:47.343Z Checking futures-sink v0.3.32
24012026-08-19T02:31:47.410Z Checking rand_core v0.10.0
24022026-08-19T02:31:47.440Z Checking futures-channel v0.3.32
24032026-08-19T02:31:47.473Z Checking icu_provider v2.1.1
24042026-08-19T02:31:47.486Z Checking utf8_iter v1.0.4
24052026-08-19T02:31:47.549Z Checking getrandom v0.4.3
24062026-08-19T02:31:47.563Z Checking zeroize v1.9.0
24072026-08-19T02:31:47.604Z Checking bytes v1.11.1
24082026-08-19T02:31:47.626Z Checking slab v0.4.12
24092026-08-19T02:31:47.693Z Checking futures-io v0.3.32
24102026-08-19T02:31:47.707Z Checking icu_normalizer v2.1.1
24112026-08-19T02:31:47.728Z Checking generic-array v0.14.7
24122026-08-19T02:31:47.780Z Checking icu_properties v2.1.2
24132026-08-19T02:31:47.799Z Checking indexmap v2.14.0
24142026-08-19T02:31:47.812Z Checking futures-task v0.3.32
24152026-08-19T02:31:47.937Z Checking rustix v1.1.4
24162026-08-19T02:31:47.950Z Checking futures-util v0.3.32
24172026-08-19T02:31:48.005Z Checking form_urlencoded v1.2.2
24182026-08-19T02:31:48.041Z Checking tokio v1.52.1
24192026-08-19T02:31:48.134Z Checking fnv v1.0.7
24202026-08-19T02:31:48.179Z Checking block-buffer v0.10.4
24212026-08-19T02:31:48.227Z Checking crypto-common v0.1.7
24222026-08-19T02:31:48.320Z Checking base64ct v1.8.3
24232026-08-19T02:31:48.359Z Checking digest v0.10.7
24242026-08-19T02:31:48.363Z Checking flagset v0.4.7
24252026-08-19T02:31:48.493Z Checking iana-time-zone v0.1.65
24262026-08-19T02:31:48.558Z Checking pem-rfc7468 v0.7.0
24272026-08-19T02:31:48.572Z Checking uuid v1.23.4
24282026-08-19T02:31:48.643Z Checking chrono v0.4.45
24292026-08-19T02:31:48.649Z Checking idna_adapter v1.2.1
24302026-08-19T02:31:48.694Z Checking ppv-lite86 v0.2.21
24312026-08-19T02:31:48.715Z Checking der v0.7.10
24322026-08-19T02:31:48.730Z Checking idna v1.1.0
24332026-08-19T02:31:48.784Z Checking rand_core v0.9.5
24342026-08-19T02:31:48.896Z Checking base64 v0.22.1
24352026-08-19T02:31:48.961Z Checking regex-syntax v0.8.10
24362026-08-19T02:31:48.974Z Checking url v2.5.8
24372026-08-19T02:31:48.988Z Checking http v1.4.2
24382026-08-19T02:31:49.139Z Checking rand_chacha v0.9.0
24392026-08-19T02:31:49.343Z Checking tracing-core v0.1.36
24402026-08-19T02:31:49.413Z Checking simd-adler32 v0.3.8
24412026-08-19T02:31:49.443Z Checking spki v0.7.3
24422026-08-19T02:31:49.457Z Checking dyn-clone v1.0.20
24432026-08-19T02:31:49.547Z Checking cpufeatures v0.2.17
24442026-08-19T02:31:49.559Z Checking http-body v1.0.1
24452026-08-19T02:31:49.582Z Checking rand v0.9.2
24462026-08-19T02:31:49.611Z Checking pkcs8 v0.10.2
24472026-08-19T02:31:49.624Z Checking rustls-pki-types v1.14.0
24482026-08-19T02:31:49.653Z Checking tracing v0.1.44
24492026-08-19T02:31:49.689Z Checking semver v1.0.28
24502026-08-19T02:31:49.767Z Checking spin v0.9.8
24512026-08-19T02:31:49.856Z Checking tinyvec_macros v0.1.1
24522026-08-19T02:31:49.871Z Checking utf8parse v0.2.2
24532026-08-19T02:31:49.897Z Checking anstyle v1.0.14
24542026-08-19T02:31:49.921Z Checking openssl-probe v0.2.1
24552026-08-19T02:31:49.925Z Checking adler2 v2.0.1
24562026-08-19T02:31:49.950Z Checking cmov v0.5.4
24572026-08-19T02:31:49.965Z Checking anstyle-parse v1.0.0
24582026-08-19T02:31:50.014Z Checking tinyvec v1.10.0
24592026-08-19T02:31:50.028Z Checking miniz_oxide v0.8.9
24602026-08-19T02:31:50.051Z Checking schemars v0.8.22
24612026-08-19T02:31:50.075Z Checking sha2 v0.10.9
24622026-08-19T02:31:50.115Z Checking terminal_size v0.4.3
24632026-08-19T02:31:50.137Z Checking ctutils v0.4.2
24642026-08-19T02:31:50.228Z Checking aws-lc-sys v0.40.0
24652026-08-19T02:31:50.258Z Checking thiserror v2.0.18
24662026-08-19T02:31:50.325Z Checking tower-layer v0.3.3
24672026-08-19T02:31:50.346Z Checking anstyle-query v1.1.5
24682026-08-19T02:31:50.349Z Checking fastrand v2.3.0
24692026-08-19T02:31:50.372Z Checking untrusted v0.7.1
24702026-08-19T02:31:50.384Z Checking atomic-waker v1.1.2
24712026-08-19T02:31:50.439Z Checking try-lock v0.2.5
24722026-08-19T02:31:50.472Z Checking colorchoice v1.0.4
24732026-08-19T02:31:50.484Z Checking is_terminal_polyfill v1.70.2
24742026-08-19T02:31:50.490Z Checking tower-service v0.3.3
24752026-08-19T02:31:50.534Z Checking tempfile v3.27.0
24762026-08-19T02:31:50.537Z Checking want v0.3.1
24772026-08-19T02:31:50.567Z Checking hybrid-array v0.4.13
24782026-08-19T02:31:50.583Z Checking ipnet v2.12.0
24792026-08-19T02:31:50.596Z Checking anstream v1.0.0
24802026-08-19T02:31:50.679Z Checking httparse v1.10.1
24812026-08-19T02:31:50.708Z Checking crc32fast v1.5.0
24822026-08-19T02:31:50.730Z Checking aws-lc-rs v1.16.3
24832026-08-19T02:31:50.747Z Checking aho-corasick v1.1.4
24842026-08-19T02:31:50.800Z Checking plain v0.2.3
24852026-08-19T02:31:50.839Z Checking tap v1.0.1
24862026-08-19T02:31:50.851Z Checking foreign-types-shared v0.1.1
24872026-08-19T02:31:50.886Z Checking untrusted v0.9.0
24882026-08-19T02:31:50.894Z Checking httpdate v1.0.3
24892026-08-19T02:31:50.926Z Checking foreign-types v0.3.2
24902026-08-19T02:31:50.941Z Checking wyz v0.5.1
24912026-08-19T02:31:50.978Z Checking unicode-normalization v0.1.25
24922026-08-19T02:31:50.992Z Checking rand_chacha v0.3.1
24932026-08-19T02:31:51.043Z Checking signature v2.2.0
24942026-08-19T02:31:51.104Z Checking radium v0.7.0
24952026-08-19T02:31:51.170Z Checking hex v0.4.3
24962026-08-19T02:31:51.196Z Checking num-integer v0.1.46
24972026-08-19T02:31:51.285Z Checking openssl-sys v0.9.117
24982026-08-19T02:31:51.330Z Checking wait-timeout v0.2.1
24992026-08-19T02:31:51.334Z Checking tokio-util v0.7.18
25002026-08-19T02:31:51.380Z Checking bit-vec v0.8.0
25012026-08-19T02:31:51.393Z Checking unicode-ident v1.0.24
25022026-08-19T02:31:51.420Z Checking regex-automata v0.4.14
25032026-08-19T02:31:51.426Z Checking clap_lex v1.0.0
25042026-08-19T02:31:51.446Z Checking strsim v0.11.1
25052026-08-19T02:31:51.499Z Checking ucd-trie v0.1.7
25062026-08-19T02:31:51.576Z Checking funty v2.0.0
25072026-08-19T02:31:51.594Z Checking rustls-webpki v0.103.13
25082026-08-19T02:31:51.594Z Checking quick-error v1.2.3
25092026-08-19T02:31:51.615Z Checking clap_builder v4.6.0
25102026-08-19T02:31:51.626Z Checking pest v2.8.6
25112026-08-19T02:31:51.646Z Checking openssl v0.10.80
25122026-08-19T02:31:51.686Z Checking rusty-fork v0.3.1
25132026-08-19T02:31:51.865Z Checking bit-set v0.8.0
25142026-08-19T02:31:51.894Z Checking bitvec v1.0.1
25152026-08-19T02:31:51.942Z Checking h2 v0.4.15
25162026-08-19T02:31:52.010Z Checking proc-macro2 v1.0.106
25172026-08-19T02:31:52.032Z Checking rustls v0.23.41
25182026-08-19T02:31:52.336Z Checking num-iter v0.1.45
25192026-08-19T02:31:52.443Z Checking rand v0.8.6
25202026-08-19T02:31:52.701Z Checking lazy_static v1.5.0
25212026-08-19T02:31:52.789Z Checking rand_xorshift v0.4.0
25222026-08-19T02:31:52.874Z Checking hmac v0.12.1
25232026-08-19T02:31:52.907Z Checking thiserror v1.0.69
25242026-08-19T02:31:52.963Z Checking maybe-uninit v2.0.0
25252026-08-19T02:31:53.004Z Checking serde_spanned v0.6.9
25262026-08-19T02:31:53.017Z Checking toml_datetime v0.6.11
25272026-08-19T02:31:53.030Z Checking sync_wrapper v1.0.2
25282026-08-19T02:31:53.127Z Checking zlib-rs v0.6.2
25292026-08-19T02:31:53.127Z Checking crc-catalog v2.4.0
25302026-08-19T02:31:53.193Z Checking nodrop v0.1.14
25312026-08-19T02:31:53.206Z Checking siphasher v1.0.2
25322026-08-19T02:31:53.225Z Checking unarray v0.1.4
25332026-08-19T02:31:53.239Z Checking pretty-hex v0.4.1
25342026-08-19T02:31:53.278Z Checking powerfmt v0.2.0
25352026-08-19T02:31:53.327Z Checking proptest v1.11.0
25362026-08-19T02:31:53.362Z Checking array-init v0.0.4
25372026-08-19T02:31:53.375Z Checking crc v3.4.0
25382026-08-19T02:31:53.441Z Checking deranged v0.5.8
25392026-08-19T02:31:53.545Z Checking packed_struct v0.10.1
25402026-08-19T02:31:53.657Z Checking tower v0.5.3
25412026-08-19T02:31:53.687Z Checking native-tls v0.2.18
25422026-08-19T02:31:53.875Z Checking smallvec v0.6.14
25432026-08-19T02:31:54.040Z Checking flate2 v1.1.9
25442026-08-19T02:31:54.053Z Checking num-bigint-dig v0.8.6
25452026-08-19T02:31:54.064Z Checking clap v4.6.1
25462026-08-19T02:31:54.142Z Checking quote v1.0.45
25472026-08-19T02:31:54.306Z Checking ipnetwork v0.21.1
25482026-08-19T02:31:55.323Z Checking pkcs1 v0.7.5
25492026-08-19T02:31:55.326Z Checking http-body-util v0.1.3
25502026-08-19T02:31:55.326Z Checking crossbeam-utils v0.8.21
25512026-08-19T02:31:55.326Z Checking zerocopy v0.6.6
25522026-08-19T02:31:55.326Z Checking bitfield v0.19.4
25532026-08-19T02:31:55.327Z Checking ahash v0.8.12
25542026-08-19T02:31:55.327Z Checking bzip2-sys v0.1.13+1.0.8
25552026-08-19T02:31:55.327Z Checking scroll v0.13.0
25562026-08-19T02:31:55.327Z Checking env_filter v2.0.0
25572026-08-19T02:31:55.327Z Checking unicode-bidi v0.3.18
25582026-08-19T02:31:55.327Z Checking time-core v0.1.8
25592026-08-19T02:31:55.327Z Checking hyper v1.10.1
25602026-08-19T02:31:55.327Z Checking gimli v0.32.3
25612026-08-19T02:31:55.327Z Checking unicode-properties v0.1.4
25622026-08-19T02:31:55.327Z Checking iri-string v0.7.10
25632026-08-19T02:31:55.327Z Checking hashbrown v0.12.3
25642026-08-19T02:31:55.327Z Checking ryu v1.0.23
25652026-08-19T02:31:55.327Z Checking num_threads v0.1.7
25662026-08-19T02:31:55.327Z Checking allocator-api2 v0.2.21
25672026-08-19T02:31:55.327Z Checking num-conv v0.2.0
25682026-08-19T02:31:55.327Z Checking base64 v0.21.7
25692026-08-19T02:31:55.327Z Checking winnow v0.5.40
25702026-08-19T02:31:55.327Z Checking time v0.3.47
25712026-08-19T02:31:55.327Z Checking indexmap v1.9.3
25722026-08-19T02:31:55.327Z Checking newtype-uuid v1.3.2
25732026-08-19T02:31:55.349Z Checking ron v0.8.1
25742026-08-19T02:31:55.526Z Checking serde_urlencoded v0.7.1
25752026-08-19T02:31:55.621Z Checking stringprep v0.1.5
25762026-08-19T02:31:55.730Z Checking goblin v0.10.5
25772026-08-19T02:31:55.749Z Checking hyper-util v0.1.20
25782026-08-19T02:31:55.773Z Checking env_logger v0.11.11
25792026-08-19T02:31:55.856Z Checking rsa v0.9.10
25802026-08-19T02:31:55.875Z Checking tower-http v0.6.8
25812026-08-19T02:31:55.960Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-08-19T02:31:56.120Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25832026-08-19T02:31:56.152Z Checking hashbrown v0.13.2
25842026-08-19T02:31:56.294Z Checking toml_edit v0.19.15
25852026-08-19T02:31:56.325Z Checking crossbeam-epoch v0.9.18
25862026-08-19T02:31:56.338Z Checking bzip2 v0.4.4
25872026-08-19T02:31:56.368Z Checking addr2line v0.25.1
25882026-08-19T02:31:56.494Z Checking oxnet v0.1.6
25892026-08-19T02:31:56.547Z Checking syn v2.0.117
25902026-08-19T02:31:56.580Z Checking serde-hex v0.1.0
25912026-08-19T02:31:56.634Z Checking tokio-native-tls v0.3.1
25922026-08-19T02:31:56.754Z Checking bstr v1.12.1
25932026-08-19T02:31:56.800Z Checking block-buffer v0.12.1
25942026-08-19T02:31:56.976Z Checking block-padding v0.4.2
25952026-08-19T02:31:57.028Z Checking crypto-common v0.2.2
25962026-08-19T02:31:57.121Z Checking rustls-native-certs v0.8.3
25972026-08-19T02:31:57.159Z Checking x509-cert v0.2.5
25982026-08-19T02:31:57.260Z Checking scroll v0.12.0
25992026-08-19T02:31:57.309Z Checking object v0.37.3
26002026-08-19T02:31:57.484Z Checking zstd-sys v2.0.16+zstd.1.5.7
26012026-08-19T02:31:57.597Z Checking md-5 v0.10.6
26022026-08-19T02:31:57.634Z Checking hash32 v0.2.1
26032026-08-19T02:31:57.738Z Checking encoding_rs v0.8.35
26042026-08-19T02:31:57.793Z Checking psl-types v2.0.11
26052026-08-19T02:31:57.817Z Checking crc-any v2.5.0
26062026-08-19T02:31:57.908Z Checking either v1.15.0
26072026-08-19T02:31:57.990Z Checking mime v0.3.17
26082026-08-19T02:31:58.033Z Checking fallible-iterator v0.2.0
26092026-08-19T02:31:58.068Z Checking rustc-demangle v0.1.27
26102026-08-19T02:31:58.104Z Checking dof v0.4.0
26112026-08-19T02:31:58.162Z Checking publicsuffix v2.3.0
26122026-08-19T02:31:58.291Z Checking heapless v0.7.17
26132026-08-19T02:31:58.306Z Checking postgres-protocol v0.6.10
26142026-08-19T02:31:58.330Z Checking zstd-safe v7.2.4
26152026-08-19T02:31:58.500Z Checking goblin v0.8.2
26162026-08-19T02:31:58.631Z Checking toml v0.7.8
26172026-08-19T02:31:58.712Z Checking inout v0.2.2
26182026-08-19T02:31:58.712Z Checking hyper-tls v0.6.0
26192026-08-19T02:31:58.754Z Checking daft v0.1.7
26202026-08-19T02:31:58.844Z Checking object v0.30.4
26212026-08-19T02:31:58.872Z Checking zip v0.6.6
26222026-08-19T02:31:58.885Z Checking cookie v0.18.1
26232026-08-19T02:31:58.948Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-08-19T02:31:59.000Z Checking tokio-rustls v0.26.4
26252026-08-19T02:31:59.108Z Checking phf_shared v0.13.1
26262026-08-19T02:31:59.121Z Checking dtrace-parser v0.3.0
26272026-08-19T02:31:59.161Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26282026-08-19T02:31:59.195Z Checking zerocopy v0.7.35
26292026-08-19T02:31:59.227Z Checking pin-project v1.1.11
26302026-08-19T02:31:59.310Z Checking signal-hook v0.3.18
26312026-08-19T02:31:59.323Z Checking futures-executor v0.3.32
26322026-08-19T02:31:59.352Z Checking ff v0.13.1
26332026-08-19T02:31:59.467Z Checking thread-id v5.1.0
26342026-08-19T02:31:59.480Z Checking is_ci v1.2.0
26352026-08-19T02:31:59.497Z Checking managed v0.8.0
26362026-08-19T02:31:59.544Z Checking libbz2-rs-sys v0.2.2
26372026-08-19T02:31:59.574Z Checking jiff-core v0.1.0
26382026-08-19T02:31:59.648Z Checking backtrace v0.3.76
26392026-08-19T02:31:59.673Z Checking bitflags v1.3.2
26402026-08-19T02:31:59.686Z Checking base16ct v0.2.0
26412026-08-19T02:31:59.744Z Checking foldhash v0.2.0
26422026-08-19T02:31:59.809Z Checking bumpalo v3.20.2
26432026-08-19T02:31:59.899Z Checking unicode-linebreak v0.1.5
26442026-08-19T02:31:59.933Z Compiling rayon-core v1.13.0
26452026-08-19T02:31:59.946Z Checking unicode-width v0.2.0
26462026-08-19T02:32:00.003Z Checking path-slash v0.1.5
26472026-08-19T02:32:00.103Z Checking foldhash v0.1.5
26482026-08-19T02:32:00.106Z Checking same-file v1.0.6
26492026-08-19T02:32:00.106Z Checking smawk v0.3.2
26502026-08-19T02:32:00.159Z Checking zopfli v0.8.3
26512026-08-19T02:32:00.186Z Checking backtrace-ext v0.2.1
26522026-08-19T02:32:00.325Z Checking walkdir v2.5.0
26532026-08-19T02:32:00.331Z Checking textwrap v0.16.2
26542026-08-19T02:32:00.331Z Checking hashbrown v0.15.5
26552026-08-19T02:32:00.331Z Checking jiff v0.2.34
26562026-08-19T02:32:00.331Z Checking bzip2 v0.6.1
26572026-08-19T02:32:00.395Z Checking hashbrown v0.16.1
26582026-08-19T02:32:00.418Z Checking dof v0.3.0
26592026-08-19T02:32:00.448Z Checking sec1 v0.7.3
26602026-08-19T02:32:00.467Z Checking smoltcp v0.9.1
26612026-08-19T02:32:00.489Z Checking supports-color v3.0.2
26622026-08-19T02:32:00.614Z Checking usdt-impl v0.6.0
26632026-08-19T02:32:00.668Z Checking signal-hook-mio v0.2.5
26642026-08-19T02:32:00.699Z Checking group v0.13.0
26652026-08-19T02:32:00.719Z Checking futures v0.3.32
26662026-08-19T02:32:00.764Z Checking snafu v0.8.9
26672026-08-19T02:32:00.795Z Checking phf v0.13.1
26682026-08-19T02:32:00.844Z Checking hyper-rustls v0.27.7
26692026-08-19T02:32:00.895Z Checking cookie_store v0.22.1
26702026-08-19T02:32:00.908Z Checking reqwest v0.12.28
26712026-08-19T02:32:00.943Z Checking cipher v0.5.2
26722026-08-19T02:32:00.947Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-08-19T02:32:01.003Z Checking postgres-types v0.2.12
26742026-08-19T02:32:01.050Z Checking zstd v0.13.3
26752026-08-19T02:32:01.069Z Checking rustls-platform-verifier v0.6.2
26762026-08-19T02:32:01.183Z Checking globset v0.4.18
26772026-08-19T02:32:01.203Z Checking crossbeam-deque v0.8.6
26782026-08-19T02:32:01.225Z Checking phf_shared v0.11.3
26792026-08-19T02:32:01.238Z Checking regex v1.12.3
26802026-08-19T02:32:01.289Z Checking hkdf v0.12.4
26812026-08-19T02:32:01.310Z Checking dtrace-parser v0.2.0
26822026-08-19T02:32:01.365Z Checking byte-wrapper v0.1.0
26832026-08-19T02:32:01.378Z Checking ref-cast v1.0.25
26842026-08-19T02:32:01.424Z Checking curve25519-dalek v4.1.3
26852026-08-19T02:32:01.436Z Checking strum v0.27.2
26862026-08-19T02:32:01.471Z Checking olpc-cjson v0.1.4
26872026-08-19T02:32:01.513Z Checking hubpack v0.1.2
26882026-08-19T02:32:01.541Z Checking ed25519 v2.2.3
26892026-08-19T02:32:01.544Z Checking memoffset v0.9.1
26902026-08-19T02:32:01.569Z Checking rustix v0.38.44
26912026-08-19T02:32:01.602Z Checking owo-colors v4.3.0
26922026-08-19T02:32:01.629Z Checking pem v3.0.6
26932026-08-19T02:32:01.653Z Checking crypto-bigint v0.5.5
26942026-08-19T02:32:01.678Z Checking erased-serde v0.3.31
26952026-08-19T02:32:01.728Z Checking serde-big-array v0.5.1
26962026-08-19T02:32:01.780Z Checking serde_plain v1.0.2
26972026-08-19T02:32:01.860Z Checking float-cmp v0.10.0
26982026-08-19T02:32:01.922Z Checking memmap2 v0.9.10
26992026-08-19T02:32:01.985Z Checking thread-id v4.2.2
27002026-08-19T02:32:02.057Z Checking cpufeatures v0.3.0
27012026-08-19T02:32:02.070Z Checking new_debug_unreachable v1.0.6
27022026-08-19T02:32:02.082Z Checking keccak v0.1.6
27032026-08-19T02:32:02.127Z Checking unicode-segmentation v1.12.0
27042026-08-19T02:32:02.139Z Checking normalize-line-endings v0.3.0
27052026-08-19T02:32:02.151Z Checking winnow v1.0.3
27062026-08-19T02:32:02.180Z Checking whoami v2.1.0
27072026-08-19T02:32:02.199Z Checking supports-hyperlinks v3.2.0
27082026-08-19T02:32:02.223Z Checking toml_write v0.1.2
27092026-08-19T02:32:02.244Z Checking const-oid v0.10.2
27102026-08-19T02:32:02.305Z Checking fixedbitset v0.5.7
27112026-08-19T02:32:02.372Z Checking precomputed-hash v0.1.1
27122026-08-19T02:32:02.385Z Checking typed-path v0.9.3
27132026-08-19T02:32:02.396Z Checking difflib v0.4.0
27142026-08-19T02:32:02.409Z Checking static_assertions v1.1.0
27152026-08-19T02:32:02.439Z Checking data-encoding v2.10.0
27162026-08-19T02:32:02.451Z Checking winnow v0.7.14
27172026-08-19T02:32:02.474Z Checking fixedbitset v0.4.2
27182026-08-19T02:32:02.498Z Checking predicates-core v1.0.10
27192026-08-19T02:32:02.569Z Checking supports-unicode v3.0.0
27202026-08-19T02:32:02.587Z Checking unicode-width v0.1.14
27212026-08-19T02:32:02.618Z Checking petgraph v0.6.5
27222026-08-19T02:32:02.621Z Checking predicates v3.1.4
27232026-08-19T02:32:02.673Z Checking elliptic-curve v0.13.8
27242026-08-19T02:32:02.710Z Checking hickory-proto v0.25.2
27252026-08-19T02:32:02.831Z Checking miette v7.6.0
27262026-08-19T02:32:02.928Z Checking petgraph v0.8.3
27272026-08-19T02:32:02.987Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27282026-08-19T02:32:02.999Z Checking toml_parser v1.1.2+spec-1.1.0
27292026-08-19T02:32:03.148Z Checking tough v0.22.0
27302026-08-19T02:32:03.338Z Checking string_cache v0.8.9
27312026-08-19T02:32:03.364Z Checking similar v2.7.0
27322026-08-19T02:32:03.512Z Checking digest v0.11.3
27332026-08-19T02:32:03.648Z Checking toml_edit v0.22.27
27342026-08-19T02:32:03.702Z Checking crossterm v0.28.1
27352026-08-19T02:32:03.755Z Checking tokio-postgres v0.7.16
27362026-08-19T02:32:03.924Z Checking sha3 v0.10.8
27372026-08-19T02:32:04.137Z Checking ed25519-dalek v2.2.0
27382026-08-19T02:32:04.372Z Checking zip v4.6.1
27392026-08-19T02:32:04.396Z Checking chacha20 v0.10.0
27402026-08-19T02:32:04.520Z Checking usdt v0.6.0
27412026-08-19T02:32:04.656Z Checking usdt-impl v0.5.0
27422026-08-19T02:32:04.780Z Checking slog v2.8.2
27432026-08-19T02:32:04.784Z Checking nix v0.31.2
27442026-08-19T02:32:04.931Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27452026-08-19T02:32:04.946Z Checking iddqd v0.4.2
27462026-08-19T02:32:05.022Z Checking reqwest v0.13.2
27472026-08-19T02:32:05.189Z Checking itertools v0.15.0
27482026-08-19T02:32:05.286Z Checking itertools v0.13.0
27492026-08-19T02:32:05.299Z Checking strum v0.26.3
27502026-08-19T02:32:05.411Z Checking serde_with v3.21.0
27512026-08-19T02:32:05.504Z Checking fs-err v3.3.0
27522026-08-19T02:32:05.518Z Checking tokio-stream v0.1.18
27532026-08-19T02:32:05.801Z Checking buf-list v1.1.2
27542026-08-19T02:32:05.848Z Checking camino v1.2.5
27552026-08-19T02:32:05.876Z Checking anyhow v1.0.104
27562026-08-19T02:32:05.901Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-08-19T02:32:05.914Z Checking openapiv3 v2.2.0
27582026-08-19T02:32:05.982Z Checking peg-runtime v0.8.5
27592026-08-19T02:32:06.072Z Checking lalrpop-util v0.19.12
27602026-08-19T02:32:06.096Z Checking rayon v1.11.0
27612026-08-19T02:32:06.122Z Checking sigpipe v0.1.3
27622026-08-19T02:32:06.160Z Checking glob v0.3.3
27632026-08-19T02:32:07.086Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27642026-08-19T02:32:07.429Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27652026-08-19T02:32:07.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.76s
27662026-08-19T02:32:07.866Z
27672026-08-19T02:32:07.867Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27682026-08-19T02:32:08.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-19T02:32:08.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-19T02:32:08.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-19T02:32:08.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27722026-08-19T02:32:08.437Z
27732026-08-19T02:32:08.437Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27742026-08-19T02:32:08.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-19T02:32:08.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-19T02:32:08.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-19T02:32:08.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27782026-08-19T02:32:09.002Z
27792026-08-19T02:32:09.002Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27802026-08-19T02:32:09.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-19T02:32:09.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-19T02:32:09.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-19T02:32:09.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27842026-08-19T02:32:09.578Z
27852026-08-19T02:32:09.578Zinfo: running `cargo check --bins` on oxql-types (83/337)
27862026-08-19T02:32:10.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-19T02:32:10.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-19T02:32:10.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-19T02:32:10.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27902026-08-19T02:32:10.139Z
27912026-08-19T02:32:10.139Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27922026-08-19T02:32:10.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-19T02:32:10.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-19T02:32:10.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-19T02:32:10.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27962026-08-19T02:32:10.705Z
27972026-08-19T02:32:10.705Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
27982026-08-19T02:32:11.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-19T02:32:11.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-19T02:32:11.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-19T02:32:11.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-19T02:32:11.276Z
28032026-08-19T02:32:11.276Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28042026-08-19T02:32:11.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-19T02:32:11.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-19T02:32:11.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-19T02:32:11.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28082026-08-19T02:32:11.828Z
28092026-08-19T02:32:11.829Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28102026-08-19T02:32:12.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-19T02:32:12.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-19T02:32:12.503Z Compiling multer v3.1.0
28132026-08-19T02:32:12.619Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28142026-08-19T02:32:12.622Z Compiling async-stream-impl v0.3.6
28152026-08-19T02:32:12.633Z Compiling dropshot v0.17.1
28162026-08-19T02:32:12.646Z Compiling parse-display-derive v0.10.0
28172026-08-19T02:32:12.658Z Compiling newtype-uuid-macros v0.1.0
28182026-08-19T02:32:12.661Z Compiling dropshot_endpoint v0.17.1
28192026-08-19T02:32:12.687Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28202026-08-19T02:32:12.833Z Checking thread_local v1.1.9
28212026-08-19T02:32:12.857Z Checking compression-core v0.4.31
28222026-08-19T02:32:12.984Z Checking match_cfg v0.1.0
28232026-08-19T02:32:13.002Z Checking compression-codecs v0.4.37
28242026-08-19T02:32:13.024Z Checking crossbeam-channel v0.5.15
28252026-08-19T02:32:13.062Z Checking hostname v0.3.1
28262026-08-19T02:32:13.079Z Checking atomicwrites v0.4.4
28272026-08-19T02:32:13.157Z Checking slog-json v2.6.1
28282026-08-19T02:32:13.188Z Checking toml_datetime v1.1.1+spec-1.1.0
28292026-08-19T02:32:13.202Z Checking serde_spanned v1.1.1
28302026-08-19T02:32:13.206Z Checking is-terminal v0.4.17
28312026-08-19T02:32:13.291Z Checking toml_writer v1.1.1+spec-1.1.0
28322026-08-19T02:32:13.315Z Checking take_mut v0.2.2
28332026-08-19T02:32:13.361Z Checking term v1.2.1
28342026-08-19T02:32:13.397Z Checking debug-ignore v1.0.5
28352026-08-19T02:32:13.412Z Checking slog-async v2.8.0
28362026-08-19T02:32:13.412Z Checking slog-bunyan v2.5.0
28372026-08-19T02:32:13.412Z Checking async-compression v0.4.41
28382026-08-19T02:32:13.482Z Checking toml v1.1.2+spec-1.1.0
28392026-08-19T02:32:13.497Z Checking async-stream v0.3.6
28402026-08-19T02:32:13.537Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28412026-08-19T02:32:13.583Z Checking slog-term v2.9.2
28422026-08-19T02:32:13.612Z Checking progenitor-client v0.14.0
28432026-08-19T02:32:13.625Z Checking sha1 v0.11.0
28442026-08-19T02:32:13.660Z Checking waitgroup v0.1.2
28452026-08-19T02:32:13.759Z Checking rustls-pemfile v2.2.0
28462026-08-19T02:32:13.813Z Checking backon v1.6.0
28472026-08-19T02:32:13.840Z Checking serde_path_to_error v0.1.20
28482026-08-19T02:32:13.853Z Checking hostname v0.4.2
28492026-08-19T02:32:13.866Z Checking instant v0.1.13
28502026-08-19T02:32:13.947Z Checking backoff v0.4.0
28512026-08-19T02:32:13.973Z Checking progenitor-extras v0.2.0
28522026-08-19T02:32:14.108Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28532026-08-19T02:32:14.111Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28542026-08-19T02:32:14.111Z Checking regress v0.10.5
28552026-08-19T02:32:14.137Z Checking itertools v0.14.0
28562026-08-19T02:32:14.314Z Checking macaddr v1.0.1
28572026-08-19T02:32:14.342Z Checking parse-display v0.10.0
28582026-08-19T02:32:14.487Z Checking humantime v2.3.0
28592026-08-19T02:32:15.307Z Compiling prettyplease v0.2.37
28602026-08-19T02:32:15.527Z Checking num-rational v0.4.2
28612026-08-19T02:32:15.800Z Checking num-complex v0.4.6
28622026-08-19T02:32:16.313Z Compiling num v0.4.3
28632026-08-19T02:32:16.364Z Compiling usdt-attr-macro v0.5.0
28642026-08-19T02:32:16.388Z Compiling usdt-macro v0.5.0
28652026-08-19T02:32:16.404Z Checking memmap v0.7.0
28662026-08-19T02:32:16.421Z Compiling float-ord v0.3.2
28672026-08-19T02:32:16.436Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-08-19T02:32:16.533Z Compiling convert_case v0.4.0
28692026-08-19T02:32:16.893Z Checking newline-converter v0.3.0
28702026-08-19T02:32:16.906Z Compiling derive_more v0.99.20
28712026-08-19T02:32:17.007Z Checking console v0.15.11
28722026-08-19T02:32:17.116Z Compiling toml v0.8.23
28732026-08-19T02:32:17.142Z Checking usdt v0.5.0
28742026-08-19T02:32:17.283Z Checking linked-hash-map v0.5.6
28752026-08-19T02:32:17.314Z Compiling minimal-lexical v0.2.1
28762026-08-19T02:32:17.455Z Checking lru-cache v0.1.2
28772026-08-19T02:32:17.573Z Compiling nom v7.1.3
28782026-08-19T02:32:17.576Z Checking expectorate v1.2.0
28792026-08-19T02:32:17.781Z Checking camino-tempfile v1.4.1
28802026-08-19T02:32:17.946Z Checking hickory-proto v0.24.4
28812026-08-19T02:32:18.055Z Checking phf_shared v0.12.1
28822026-08-19T02:32:18.199Z Compiling slog-dtrace v0.3.0
28832026-08-19T02:32:18.223Z Compiling unicode-xid v0.2.6
28842026-08-19T02:32:18.422Z Checking resolv-conf v0.7.6
28852026-08-19T02:32:18.606Z Compiling chrono-tz v0.10.4
28862026-08-19T02:32:18.685Z Checking heck v0.5.0
28872026-08-19T02:32:18.821Z Compiling const_format_proc_macros v0.2.34
28882026-08-19T02:32:18.859Z Checking phf v0.12.1
28892026-08-19T02:32:18.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28902026-08-19T02:32:19.005Z Checking tokio-dtrace v0.1.1
28912026-08-19T02:32:19.202Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28922026-08-19T02:32:19.458Z Compiling derive-where v1.6.0
28932026-08-19T02:32:19.475Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28942026-08-19T02:32:19.506Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28952026-08-19T02:32:19.745Z Checking highway v1.3.0
28962026-08-19T02:32:19.795Z Checking hickory-resolver v0.24.4
28972026-08-19T02:32:19.977Z Checking const_format v0.2.35
28982026-08-19T02:32:20.209Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28992026-08-19T02:32:20.571Z Checking oxide-tokio-rt v0.1.4
29002026-08-19T02:32:20.767Z Checking qorb v0.4.1
29012026-08-19T02:32:20.940Z Checking gethostname v0.5.0
29022026-08-19T02:32:20.972Z Checking bcs v0.1.6
29032026-08-19T02:32:21.053Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29042026-08-19T02:32:21.053Z Checking termtree v0.5.1
29052026-08-19T02:32:21.053Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29062026-08-19T02:32:21.272Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29072026-08-19T02:32:21.273Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29082026-08-19T02:32:24.330Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29092026-08-19T02:32:27.431Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29102026-08-19T02:32:29.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.85s
29112026-08-19T02:32:29.855Z
29122026-08-19T02:32:29.855Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29132026-08-19T02:32:30.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-19T02:32:30.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-19T02:32:30.526Z Compiling ar_archive_writer v0.5.1
29162026-08-19T02:32:30.637Z Compiling stacker v0.1.23
29172026-08-19T02:32:30.642Z Compiling cfg_aliases v0.1.1
29182026-08-19T02:32:30.653Z Compiling convert_case v0.10.0
29192026-08-19T02:32:30.662Z Compiling proc-macro-error v1.0.4
29202026-08-19T02:32:30.671Z Checking fd-lock v4.0.4
29212026-08-19T02:32:30.675Z Checking nibble_vec v0.1.0
29222026-08-19T02:32:30.675Z Checking vte v0.14.1
29232026-08-19T02:32:30.704Z Compiling nix v0.28.0
29242026-08-19T02:32:30.785Z Compiling recursive-proc-macro-impl v0.1.1
29252026-08-19T02:32:30.798Z Checking bytecount v0.6.9
29262026-08-19T02:32:30.836Z Checking endian-type v0.1.2
29272026-08-19T02:32:30.892Z Checking strip-ansi-escapes v0.2.1
29282026-08-19T02:32:30.905Z Checking papergrid v0.11.0
29292026-08-19T02:32:31.014Z Compiling derive_more-impl v2.1.1
29302026-08-19T02:32:31.023Z Compiling tabled_derive v0.7.0
29312026-08-19T02:32:31.023Z Checking radix_trie v0.2.1
29322026-08-19T02:32:31.023Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-19T02:32:31.167Z Compiling peg-macros v0.8.5
29342026-08-19T02:32:31.186Z Checking winnow v0.6.26
29352026-08-19T02:32:31.455Z Compiling psm v0.1.30
29362026-08-19T02:32:31.458Z Compiling sqlparser_derive v0.5.0
29372026-08-19T02:32:31.520Z Checking nu-ansi-term v0.50.3
29382026-08-19T02:32:31.734Z Checking unicode_categories v0.1.1
29392026-08-19T02:32:31.737Z Checking derive_more v2.1.1
29402026-08-19T02:32:31.827Z Checking home v0.5.12
29412026-08-19T02:32:31.892Z Checking crossterm v0.29.0
29422026-08-19T02:32:31.914Z Checking tabled v0.15.0
29432026-08-19T02:32:31.933Z Checking reedline v0.40.0
29442026-08-19T02:32:31.974Z Checking rustyline v14.0.0
29452026-08-19T02:32:32.253Z Checking display-error-chain v0.2.2
29462026-08-19T02:32:32.278Z Checking recursive v0.1.1
29472026-08-19T02:32:32.353Z Checking sqlformat v0.3.5
29482026-08-19T02:32:32.367Z Checking sqlparser v0.61.0
29492026-08-19T02:32:32.503Z Checking peg v0.8.5
29502026-08-19T02:32:43.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
29512026-08-19T02:32:43.825Z
29522026-08-19T02:32:43.825Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29532026-08-19T02:32:44.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-19T02:32:44.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-19T02:32:44.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-19T02:32:48.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29572026-08-19T02:32:48.208Z
29582026-08-19T02:32:48.208Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29592026-08-19T02:32:48.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-19T02:32:48.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-19T02:32:48.876Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-19T02:32:51.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29632026-08-19T02:32:51.593Z
29642026-08-19T02:32:51.593Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29652026-08-19T02:32:52.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-19T02:32:52.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-19T02:32:52.254Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-19T02:32:55.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29692026-08-19T02:32:55.747Z
29702026-08-19T02:32:55.747Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29712026-08-19T02:32:56.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-19T02:32:56.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-19T02:32:56.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-19T02:32:59.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29752026-08-19T02:32:59.974Z
29762026-08-19T02:32:59.974Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29772026-08-19T02:33:00.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-19T02:33:00.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-19T02:33:00.643Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-19T02:33:03.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
29812026-08-19T02:33:03.527Z
29822026-08-19T02:33:03.527Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29832026-08-19T02:33:04.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-19T02:33:04.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-19T02:33:04.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-19T02:33:06.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29872026-08-19T02:33:07.073Z
29882026-08-19T02:33:07.073Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29892026-08-19T02:33:07.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-19T02:33:07.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-19T02:33:07.740Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-19T02:33:11.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
29932026-08-19T02:33:11.403Z
29942026-08-19T02:33:11.403Zinfo: running `cargo check --bins` on oximeter (96/337)
29952026-08-19T02:33:11.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-19T02:33:11.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-19T02:33:11.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-19T02:33:11.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29992026-08-19T02:33:11.971Z
30002026-08-19T02:33:11.971Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30012026-08-19T02:33:12.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-19T02:33:12.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-19T02:33:12.597Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30042026-08-19T02:33:12.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30052026-08-19T02:33:13.144Z
30062026-08-19T02:33:13.144Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30072026-08-19T02:33:13.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-19T02:33:13.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-19T02:33:13.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-19T02:33:13.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30112026-08-19T02:33:13.705Z
30122026-08-19T02:33:13.705Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30132026-08-19T02:33:14.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-19T02:33:14.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-19T02:33:14.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-19T02:33:14.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30172026-08-19T02:33:14.310Z
30182026-08-19T02:33:14.310Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30192026-08-19T02:33:14.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-19T02:33:14.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-19T02:33:14.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-19T02:33:14.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30232026-08-19T02:33:14.883Z
30242026-08-19T02:33:14.883Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30252026-08-19T02:33:15.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-19T02:33:15.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-19T02:33:15.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-19T02:33:15.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-19T02:33:15.460Z
30302026-08-19T02:33:15.460Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30312026-08-19T02:33:15.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-19T02:33:15.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-19T02:33:15.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-19T02:33:15.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-19T02:33:16.032Z
30362026-08-19T02:33:16.032Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30372026-08-19T02:33:16.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-19T02:33:16.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-19T02:33:16.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-19T02:33:16.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-19T02:33:16.607Z
30422026-08-19T02:33:16.607Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30432026-08-19T02:33:17.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-19T02:33:17.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-19T02:33:17.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-19T02:33:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-19T02:33:17.180Z
30482026-08-19T02:33:17.180Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30492026-08-19T02:33:17.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-19T02:33:17.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-19T02:33:17.995Z Compiling regress v0.11.1
30522026-08-19T02:33:17.995Z Checking secrecy v0.10.3
30532026-08-19T02:33:17.998Z Compiling crucible-workspace-hack v0.1.0
30542026-08-19T02:33:17.998Z Checking half v2.7.1
30552026-08-19T02:33:17.998Z Checking ciborium-io v0.2.2
30562026-08-19T02:33:17.998Z Checking inout v0.1.4
30572026-08-19T02:33:17.998Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30582026-08-19T02:33:18.205Z Checking universal-hash v0.5.1
30592026-08-19T02:33:18.280Z Checking cipher v0.4.4
30602026-08-19T02:33:18.295Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30612026-08-19T02:33:18.325Z Compiling thiserror-impl-no-std v2.0.2
30622026-08-19T02:33:18.392Z Checking ciborium-ll v0.2.2
30632026-08-19T02:33:18.437Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30642026-08-19T02:33:18.455Z Compiling toml_datetime v0.7.5+spec-1.1.0
30652026-08-19T02:33:18.481Z Checking opaque-debug v0.3.1
30662026-08-19T02:33:18.531Z Checking chacha20 v0.9.1
30672026-08-19T02:33:18.552Z Checking poly1305 v0.8.0
30682026-08-19T02:33:18.566Z Checking ciborium v0.2.2
30692026-08-19T02:33:18.698Z Compiling toml_edit v0.23.10+spec-1.0.0
30702026-08-19T02:33:18.730Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-19T02:33:18.815Z Checking password-hash v0.5.0
30722026-08-19T02:33:18.844Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30732026-08-19T02:33:18.986Z Checking blake2 v0.10.6
30742026-08-19T02:33:19.014Z Checking aead v0.5.2
30752026-08-19T02:33:19.043Z Compiling unsafe-libyaml v0.2.11
30762026-08-19T02:33:19.164Z Checking indent_write v2.2.0
30772026-08-19T02:33:19.233Z Checking argon2 v0.5.3
30782026-08-19T02:33:19.298Z Compiling proc-macro-crate v3.4.0
30792026-08-19T02:33:19.506Z Checking thiserror-no-std v2.0.2
30802026-08-19T02:33:19.588Z Compiling serde_yaml v0.9.34+deprecated
30812026-08-19T02:33:19.603Z Checking vsss-rs v3.3.4
30822026-08-19T02:33:19.618Z Checking typify-impl v0.6.2
30832026-08-19T02:33:19.785Z Checking chacha20poly1305 v0.10.1
30842026-08-19T02:33:19.853Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30852026-08-19T02:33:19.916Z Compiling num_enum_derive v0.7.6
30862026-08-19T02:33:20.459Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-19T02:33:20.544Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30882026-08-19T02:33:20.646Z Compiling heapless v0.8.0
30892026-08-19T02:33:20.667Z Compiling ingot-macros v0.2.0
30902026-08-19T02:33:20.707Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30912026-08-19T02:33:20.753Z Checking hash32 v0.3.1
30922026-08-19T02:33:20.887Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-08-19T02:33:20.949Z Checking num_enum v0.7.6
30942026-08-19T02:33:21.026Z Compiling smoltcp v0.11.0
30952026-08-19T02:33:21.068Z Checking tabwriter v1.4.1
30962026-08-19T02:33:21.128Z Checking cobs v0.3.0
30972026-08-19T02:33:21.220Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30982026-08-19T02:33:21.280Z Checking postcard v1.1.3
30992026-08-19T02:33:21.316Z Compiling proc-macro-crate v1.3.1
31002026-08-19T02:33:21.384Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31012026-08-19T02:33:21.425Z Compiling foreign-types-macros v0.2.3
31022026-08-19T02:33:21.574Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31032026-08-19T02:33:21.597Z Checking colored v3.1.1
31042026-08-19T02:33:21.733Z Checking swrite v0.1.0
31052026-08-19T02:33:21.765Z Checking foreign-types-shared v0.3.1
31062026-08-19T02:33:21.822Z Compiling num_enum_derive v0.5.11
31072026-08-19T02:33:21.838Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31082026-08-19T02:33:21.961Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-08-19T02:33:21.980Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31102026-08-19T02:33:22.025Z Checking foreign-types v0.5.0
31112026-08-19T02:33:22.107Z Checking cstr-argument v0.1.2
31122026-08-19T02:33:22.235Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31132026-08-19T02:33:22.395Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-08-19T02:33:22.438Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-08-19T02:33:22.457Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31162026-08-19T02:33:22.504Z Checking rand v0.10.1
31172026-08-19T02:33:22.607Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-08-19T02:33:22.624Z Compiling zone_cfg_derive v0.3.1
31192026-08-19T02:33:22.695Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-08-19T02:33:22.815Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31212026-08-19T02:33:22.852Z Checking num_enum v0.5.11
31222026-08-19T02:33:22.934Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31232026-08-19T02:33:22.968Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31242026-08-19T02:33:23.111Z Checking itertools v0.12.1
31252026-08-19T02:33:23.147Z Compiling num-derive v0.4.2
31262026-08-19T02:33:23.283Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-08-19T02:33:23.522Z Compiling semver v0.1.20
31282026-08-19T02:33:23.537Z Checking ingot-types v0.2.0
31292026-08-19T02:33:23.818Z Compiling rustc_version v0.1.7
31302026-08-19T02:33:23.916Z Checking ingot v0.2.1
31312026-08-19T02:33:24.053Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31322026-08-19T02:33:24.114Z Checking smf v0.2.3
31332026-08-19T02:33:24.133Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31342026-08-19T02:33:24.161Z Checking zone v0.3.1
31352026-08-19T02:33:24.214Z Checking nom v8.0.0
31362026-08-19T02:33:24.357Z Checking csv-core v0.1.13
31372026-08-19T02:33:24.373Z Compiling typify-macro v0.6.2
31382026-08-19T02:33:24.387Z Checking whoami v1.6.1
31392026-08-19T02:33:24.454Z Compiling newtype_derive v0.1.6
31402026-08-19T02:33:24.526Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31412026-08-19T02:33:24.545Z Checking csv v1.4.0
31422026-08-19T02:33:24.564Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31432026-08-19T02:33:24.648Z Compiling cancel-safe-futures v0.1.5
31442026-08-19T02:33:24.716Z Compiling libefi-sys v0.1.0
31452026-08-19T02:33:24.878Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31462026-08-19T02:33:24.914Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31472026-08-19T02:33:25.032Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31482026-08-19T02:33:25.137Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31492026-08-19T02:33:25.177Z Checking oxide-update-engine-types v0.1.2
31502026-08-19T02:33:25.236Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31512026-08-19T02:33:25.338Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-08-19T02:33:25.518Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31532026-08-19T02:33:25.551Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31542026-08-19T02:33:25.573Z Compiling bitfield-struct v0.6.2
31552026-08-19T02:33:25.590Z Checking linear-map v1.2.0
31562026-08-19T02:33:25.761Z Checking steno v0.4.1
31572026-08-19T02:33:26.080Z Checking oxide-update-engine v0.1.2
31582026-08-19T02:33:26.114Z Compiling typify v0.6.2
31592026-08-19T02:33:26.170Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31602026-08-19T02:33:26.205Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31612026-08-19T02:33:26.229Z Compiling progenitor-impl v0.14.0
31622026-08-19T02:33:26.441Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31632026-08-19T02:33:26.505Z Checking sha1 v0.10.6
31642026-08-19T02:33:26.607Z Checking utf-8 v0.7.6
31652026-08-19T02:33:26.658Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31662026-08-19T02:33:26.680Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31672026-08-19T02:33:26.744Z Checking tungstenite v0.21.0
31682026-08-19T02:33:26.761Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31692026-08-19T02:33:26.774Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31702026-08-19T02:33:26.929Z Checking ignore v0.4.25
31712026-08-19T02:33:26.995Z Checking anstyle-parse v0.2.7
31722026-08-19T02:33:27.152Z Compiling xshell-macros v0.2.7
31732026-08-19T02:33:27.155Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-08-19T02:33:27.181Z Checking tokio-tungstenite v0.21.0
31752026-08-19T02:33:27.336Z Checking globwalk v0.9.1
31762026-08-19T02:33:27.370Z Checking anstream v0.6.21
31772026-08-19T02:33:27.460Z Checking predicates-tree v1.0.13
31782026-08-19T02:33:27.530Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31792026-08-19T02:33:27.559Z Checking xshell v0.2.7
31802026-08-19T02:33:27.574Z Checking filetime v0.2.27
31812026-08-19T02:33:27.577Z Checking tagptr v0.2.0
31822026-08-19T02:33:27.687Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31832026-08-19T02:33:27.711Z Checking xattr v1.6.1
31842026-08-19T02:33:27.728Z Checking moka v0.12.13
31852026-08-19T02:33:27.753Z Checking camino-tempfile-ext v0.3.3
31862026-08-19T02:33:27.846Z Checking tar v0.4.46
31872026-08-19T02:33:27.901Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31882026-08-19T02:33:27.917Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31892026-08-19T02:33:27.946Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31902026-08-19T02:33:28.050Z Checking rand_seeder v0.4.0
31912026-08-19T02:33:28.085Z Checking half v1.8.3
31922026-08-19T02:33:28.102Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31932026-08-19T02:33:28.199Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31942026-08-19T02:33:28.221Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31952026-08-19T02:33:28.286Z Checking serde_cbor v0.11.2
31962026-08-19T02:33:28.425Z Checking hickory-resolver v0.25.2
31972026-08-19T02:33:28.508Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31982026-08-19T02:33:28.537Z Checking sha2 v0.11.0
31992026-08-19T02:33:28.723Z Checking digest-io v0.1.0
32002026-08-19T02:33:28.853Z Compiling progenitor-macro v0.14.0
32012026-08-19T02:33:28.867Z Compiling petname v2.0.2
32022026-08-19T02:33:29.157Z Checking rawzip v0.4.4
32032026-08-19T02:33:29.172Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32042026-08-19T02:33:29.209Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32052026-08-19T02:33:29.587Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32062026-08-19T02:33:29.605Z Checking sapling-renderdag v0.1.0
32072026-08-19T02:33:29.621Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32082026-08-19T02:33:29.667Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32092026-08-19T02:33:29.763Z Checking subprocess v0.2.15
32102026-08-19T02:33:29.846Z Checking sync-ptr v0.1.4
32112026-08-19T02:33:29.963Z Checking colored v2.2.0
32122026-08-19T02:33:30.040Z Checking assert_matches v1.5.0
32132026-08-19T02:33:30.056Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32142026-08-19T02:33:30.097Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32152026-08-19T02:33:30.235Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32162026-08-19T02:33:30.340Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32172026-08-19T02:33:31.616Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32182026-08-19T02:33:31.838Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32192026-08-19T02:33:32.034Z Checking progenitor v0.14.0
32202026-08-19T02:33:32.144Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32212026-08-19T02:33:32.164Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32222026-08-19T02:33:32.164Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32232026-08-19T02:33:32.167Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32242026-08-19T02:33:32.167Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32252026-08-19T02:33:32.167Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32262026-08-19T02:33:32.167Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32272026-08-19T02:33:32.716Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32282026-08-19T02:33:32.793Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32292026-08-19T02:33:33.052Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32302026-08-19T02:33:33.069Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32312026-08-19T02:33:33.767Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32322026-08-19T02:33:33.943Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32332026-08-19T02:33:35.094Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32342026-08-19T02:33:43.575Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-08-19T02:33:50.748Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32362026-08-19T02:33:50.751Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-08-19T02:33:50.751Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-08-19T02:33:52.256Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-08-19T02:33:53.524Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32402026-08-19T02:33:55.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.56s
32412026-08-19T02:33:55.957Z
32422026-08-19T02:33:55.957Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32432026-08-19T02:33:56.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-08-19T02:33:56.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-08-19T02:33:56.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-08-19T02:33:56.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32472026-08-19T02:33:56.565Z
32482026-08-19T02:33:56.565Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32492026-08-19T02:33:57.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-19T02:33:57.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-19T02:33:57.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-19T02:33:57.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32532026-08-19T02:33:57.137Z
32542026-08-19T02:33:57.137Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32552026-08-19T02:33:57.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-19T02:33:57.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-19T02:33:57.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-19T02:33:57.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32592026-08-19T02:33:57.710Z
32602026-08-19T02:33:57.710Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32612026-08-19T02:33:58.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-19T02:33:58.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-19T02:33:58.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-19T02:33:58.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-19T02:33:58.282Z
32662026-08-19T02:33:58.282Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32672026-08-19T02:33:58.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-19T02:33:58.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-19T02:33:58.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-19T02:33:58.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32712026-08-19T02:33:58.833Z
32722026-08-19T02:33:58.833Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32732026-08-19T02:33:59.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-19T02:33:59.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-19T02:33:59.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-19T02:33:59.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-19T02:33:59.390Z
32782026-08-19T02:33:59.390Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32792026-08-19T02:33:59.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-19T02:33:59.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-19T02:33:59.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-19T02:33:59.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32832026-08-19T02:33:59.945Z
32842026-08-19T02:33:59.945Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32852026-08-19T02:34:00.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-19T02:34:00.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-19T02:34:00.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-19T02:34:00.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32892026-08-19T02:34:00.497Z
32902026-08-19T02:34:00.497Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32912026-08-19T02:34:00.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-19T02:34:00.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-19T02:34:00.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-19T02:34:00.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32952026-08-19T02:34:01.078Z
32962026-08-19T02:34:01.078Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
32972026-08-19T02:34:01.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-19T02:34:01.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-19T02:34:01.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-19T02:34:01.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33012026-08-19T02:34:01.669Z
33022026-08-19T02:34:01.669Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33032026-08-19T02:34:02.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-19T02:34:02.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-19T02:34:02.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-19T02:34:02.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33072026-08-19T02:34:02.251Z
33082026-08-19T02:34:02.251Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33092026-08-19T02:34:02.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-19T02:34:02.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-19T02:34:02.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-19T02:34:02.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-19T02:34:02.837Z
33142026-08-19T02:34:02.837Zinfo: running `cargo check --bins` on key-manager (118/337)
33152026-08-19T02:34:03.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-19T02:34:03.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-19T02:34:03.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-19T02:34:03.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33192026-08-19T02:34:03.401Z
33202026-08-19T02:34:03.401Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33212026-08-19T02:34:03.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-19T02:34:03.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-19T02:34:03.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-19T02:34:03.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33252026-08-19T02:34:03.983Z
33262026-08-19T02:34:03.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33272026-08-19T02:34:04.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-19T02:34:04.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-19T02:34:04.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-19T02:34:04.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-19T02:34:04.565Z
33322026-08-19T02:34:04.565Zinfo: running `cargo check --bins` on typed-rng (121/337)
33332026-08-19T02:34:05.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-19T02:34:05.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-19T02:34:05.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-19T02:34:05.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33372026-08-19T02:34:05.114Z
33382026-08-19T02:34:05.114Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33392026-08-19T02:34:05.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-19T02:34:05.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-19T02:34:05.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-19T02:34:05.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-08-19T02:34:05.727Z
33442026-08-19T02:34:05.727Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33452026-08-19T02:34:06.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-19T02:34:06.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-19T02:34:06.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-08-19T02:34:06.457Z Checking void v1.0.2
33492026-08-19T02:34:06.460Z Checking tungstenite v0.23.0
33502026-08-19T02:34:06.460Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33512026-08-19T02:34:06.575Z Checking nix v0.27.1
33522026-08-19T02:34:06.582Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-08-19T02:34:06.594Z Checking dropshot-api-manager-types v0.8.0
33542026-08-19T02:34:06.597Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-08-19T02:34:06.659Z Checking lzss v0.8.2
33562026-08-19T02:34:06.750Z Checking kstat-rs v0.2.5
33572026-08-19T02:34:06.797Z Checking fxhash v0.2.1
33582026-08-19T02:34:06.834Z Checking serde_bytes v0.11.19
33592026-08-19T02:34:06.837Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-08-19T02:34:06.909Z Checking signal-hook-tokio v0.3.1
33612026-08-19T02:34:06.944Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33622026-08-19T02:34:06.962Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-08-19T02:34:06.996Z Checking tokio-tungstenite v0.23.1
33642026-08-19T02:34:07.054Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33652026-08-19T02:34:08.193Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33662026-08-19T02:34:08.733Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-08-19T02:34:10.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
33682026-08-19T02:34:11.034Z
33692026-08-19T02:34:11.034Zinfo: running `cargo check --bins` on gateway-api (124/337)
33702026-08-19T02:34:11.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-08-19T02:34:11.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-08-19T02:34:11.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-08-19T02:34:11.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33742026-08-19T02:34:11.601Z
33752026-08-19T02:34:11.601Zinfo: running `cargo check --bins` on ipcc (125/337)
33762026-08-19T02:34:12.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-19T02:34:12.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-19T02:34:12.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-19T02:34:12.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33802026-08-19T02:34:12.170Z
33812026-08-19T02:34:12.170Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33822026-08-19T02:34:12.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-19T02:34:12.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-19T02:34:12.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-19T02:34:12.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33862026-08-19T02:34:12.726Z
33872026-08-19T02:34:12.727Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33882026-08-19T02:34:13.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-19T02:34:13.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-19T02:34:13.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-19T02:34:13.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33922026-08-19T02:34:13.313Z
33932026-08-19T02:34:13.313Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
33942026-08-19T02:34:13.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-19T02:34:13.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-19T02:34:13.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-19T02:34:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33982026-08-19T02:34:13.882Z
33992026-08-19T02:34:13.882Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34002026-08-19T02:34:14.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-19T02:34:14.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-19T02:34:14.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-19T02:34:14.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34042026-08-19T02:34:14.449Z
34052026-08-19T02:34:14.449Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34062026-08-19T02:34:14.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-19T02:34:14.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-19T02:34:14.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-19T02:34:14.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-19T02:34:15.020Z
34112026-08-19T02:34:15.020Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34122026-08-19T02:34:15.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-19T02:34:15.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-19T02:34:15.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-19T02:34:15.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-08-19T02:34:15.610Z
34172026-08-19T02:34:15.610Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34182026-08-19T02:34:16.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-19T02:34:16.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-19T02:34:16.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-19T02:34:16.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34222026-08-19T02:34:16.178Z
34232026-08-19T02:34:16.178Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34242026-08-19T02:34:16.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-19T02:34:16.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-19T02:34:16.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-19T02:34:16.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34282026-08-19T02:34:16.746Z
34292026-08-19T02:34:16.746Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34302026-08-19T02:34:17.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-19T02:34:17.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-19T02:34:17.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-19T02:34:17.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-19T02:34:17.313Z
34352026-08-19T02:34:17.313Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34362026-08-19T02:34:17.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-19T02:34:17.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-19T02:34:17.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-19T02:34:17.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-19T02:34:17.883Z
34412026-08-19T02:34:17.883Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34422026-08-19T02:34:18.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-19T02:34:18.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-19T02:34:18.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-19T02:34:18.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-19T02:34:18.462Z
34472026-08-19T02:34:18.462Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34482026-08-19T02:34:18.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-19T02:34:18.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-19T02:34:18.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-19T02:34:18.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-19T02:34:19.034Z
34532026-08-19T02:34:19.034Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34542026-08-19T02:34:19.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-19T02:34:19.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-19T02:34:19.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-19T02:34:19.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-19T02:34:19.611Z
34592026-08-19T02:34:19.611Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34602026-08-19T02:34:20.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-19T02:34:20.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-19T02:34:20.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-19T02:34:20.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34642026-08-19T02:34:20.179Z
34652026-08-19T02:34:20.179Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34662026-08-19T02:34:20.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-19T02:34:20.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-19T02:34:20.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-19T02:34:20.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-19T02:34:20.755Z
34712026-08-19T02:34:20.755Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34722026-08-19T02:34:21.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-19T02:34:21.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-19T02:34:21.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-19T02:34:21.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34762026-08-19T02:34:21.337Z
34772026-08-19T02:34:21.337Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34782026-08-19T02:34:21.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-19T02:34:21.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-19T02:34:21.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-19T02:34:21.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-19T02:34:21.915Z
34832026-08-19T02:34:21.915Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34842026-08-19T02:34:22.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-19T02:34:22.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-19T02:34:22.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-19T02:34:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-08-19T02:34:22.490Z
34892026-08-19T02:34:22.490Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34902026-08-19T02:34:22.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-19T02:34:22.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-19T02:34:22.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-19T02:34:22.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-19T02:34:23.068Z
34952026-08-19T02:34:23.068Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
34962026-08-19T02:34:23.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-19T02:34:23.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-19T02:34:23.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-19T02:34:23.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-19T02:34:23.643Z
35012026-08-19T02:34:23.643Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35022026-08-19T02:34:24.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-19T02:34:24.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-19T02:34:24.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-19T02:34:24.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-08-19T02:34:24.239Z
35072026-08-19T02:34:24.239Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35082026-08-19T02:34:24.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-19T02:34:24.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-19T02:34:24.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-19T02:34:24.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-08-19T02:34:24.837Z
35132026-08-19T02:34:24.837Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35142026-08-19T02:34:25.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-19T02:34:25.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-19T02:34:25.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-19T02:34:25.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-08-19T02:34:25.434Z
35192026-08-19T02:34:25.434Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35202026-08-19T02:34:25.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-19T02:34:25.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-19T02:34:25.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-19T02:34:25.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-08-19T02:34:26.028Z
35252026-08-19T02:34:26.028Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35262026-08-19T02:34:26.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-19T02:34:26.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-19T02:34:26.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-19T02:34:26.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-08-19T02:34:26.620Z
35312026-08-19T02:34:26.620Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35322026-08-19T02:34:27.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-19T02:34:27.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-19T02:34:27.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-19T02:34:27.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-19T02:34:27.201Z
35372026-08-19T02:34:27.201Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35382026-08-19T02:34:27.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-19T02:34:27.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-19T02:34:27.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-19T02:34:27.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-08-19T02:34:27.784Z
35432026-08-19T02:34:27.784Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35442026-08-19T02:34:28.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-19T02:34:28.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-19T02:34:28.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-19T02:34:28.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-19T02:34:28.373Z
35492026-08-19T02:34:28.373Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35502026-08-19T02:34:28.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-19T02:34:28.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-19T02:34:28.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-19T02:34:28.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-19T02:34:28.961Z
35552026-08-19T02:34:28.961Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35562026-08-19T02:34:29.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-19T02:34:29.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-19T02:34:29.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-19T02:34:29.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-19T02:34:29.548Z
35612026-08-19T02:34:29.549Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35622026-08-19T02:34:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-19T02:34:30.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-19T02:34:30.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-19T02:34:30.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-19T02:34:30.143Z
35672026-08-19T02:34:30.143Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35682026-08-19T02:34:30.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-19T02:34:30.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-19T02:34:30.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-19T02:34:30.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-19T02:34:30.736Z
35732026-08-19T02:34:30.736Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35742026-08-19T02:34:31.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-19T02:34:31.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-19T02:34:31.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-19T02:34:31.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-19T02:34:31.327Z
35792026-08-19T02:34:31.328Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35802026-08-19T02:34:31.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-19T02:34:31.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-19T02:34:31.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-19T02:34:31.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-19T02:34:31.917Z
35852026-08-19T02:34:31.917Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35862026-08-19T02:34:32.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-19T02:34:32.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-19T02:34:32.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-19T02:34:32.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-19T02:34:32.505Z
35912026-08-19T02:34:32.505Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35922026-08-19T02:34:32.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-19T02:34:32.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-19T02:34:32.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-19T02:34:33.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35962026-08-19T02:34:33.093Z
35972026-08-19T02:34:33.093Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
35982026-08-19T02:34:33.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-19T02:34:33.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-19T02:34:33.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-19T02:34:33.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-08-19T02:34:33.687Z
36032026-08-19T02:34:33.687Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36042026-08-19T02:34:34.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-19T02:34:34.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-19T02:34:34.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-19T02:34:34.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-19T02:34:34.269Z
36092026-08-19T02:34:34.269Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36102026-08-19T02:34:34.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-19T02:34:34.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-19T02:34:34.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-19T02:34:34.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36142026-08-19T02:34:34.833Z
36152026-08-19T02:34:34.834Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36162026-08-19T02:34:35.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-19T02:34:35.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-19T02:34:35.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-19T02:34:35.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-08-19T02:34:35.402Z
36212026-08-19T02:34:35.402Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36222026-08-19T02:34:35.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-19T02:34:35.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-19T02:34:35.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-19T02:34:35.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-19T02:34:35.970Z
36272026-08-19T02:34:35.970Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36282026-08-19T02:34:36.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-19T02:34:36.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-19T02:34:36.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-19T02:34:36.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36322026-08-19T02:34:36.540Z
36332026-08-19T02:34:36.540Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36342026-08-19T02:34:37.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-19T02:34:37.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-19T02:34:37.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-19T02:34:37.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-19T02:34:37.108Z
36392026-08-19T02:34:37.108Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36402026-08-19T02:34:37.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-19T02:34:37.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-19T02:34:37.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-19T02:34:37.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-19T02:34:37.671Z
36452026-08-19T02:34:37.671Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36462026-08-19T02:34:38.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-19T02:34:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-19T02:34:38.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-19T02:34:38.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-19T02:34:38.236Z
36512026-08-19T02:34:38.236Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36522026-08-19T02:34:38.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-19T02:34:38.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-19T02:34:38.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-19T02:34:38.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-19T02:34:38.806Z
36572026-08-19T02:34:38.806Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36582026-08-19T02:34:39.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-19T02:34:39.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-19T02:34:39.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-19T02:34:39.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-19T02:34:39.375Z
36632026-08-19T02:34:39.375Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36642026-08-19T02:34:39.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-19T02:34:39.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-19T02:34:39.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-19T02:34:39.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-19T02:34:39.943Z
36692026-08-19T02:34:39.943Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36702026-08-19T02:34:40.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-19T02:34:40.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-19T02:34:40.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-19T02:34:40.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-19T02:34:40.514Z
36752026-08-19T02:34:40.514Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36762026-08-19T02:34:40.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-19T02:34:40.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-19T02:34:40.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-19T02:34:41.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-19T02:34:41.086Z
36812026-08-19T02:34:41.086Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36822026-08-19T02:34:41.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-19T02:34:41.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-19T02:34:41.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-19T02:34:41.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-19T02:34:41.650Z
36872026-08-19T02:34:41.650Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36882026-08-19T02:34:42.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-19T02:34:42.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-19T02:34:42.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-19T02:34:42.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36922026-08-19T02:34:42.214Z
36932026-08-19T02:34:42.214Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
36942026-08-19T02:34:42.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-19T02:34:42.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-19T02:34:42.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-19T02:34:42.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-19T02:34:42.783Z
36992026-08-19T02:34:42.783Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37002026-08-19T02:34:43.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-19T02:34:43.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-19T02:34:43.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-19T02:34:43.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-19T02:34:43.354Z
37052026-08-19T02:34:43.354Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37062026-08-19T02:34:43.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-19T02:34:43.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-19T02:34:43.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-19T02:34:43.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37102026-08-19T02:34:43.939Z
37112026-08-19T02:34:43.939Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37122026-08-19T02:34:44.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-19T02:34:44.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-19T02:34:44.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-19T02:34:44.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-08-19T02:34:44.519Z
37172026-08-19T02:34:44.519Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37182026-08-19T02:34:45.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-19T02:34:45.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-19T02:34:45.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-19T02:34:45.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37222026-08-19T02:34:45.104Z
37232026-08-19T02:34:45.104Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37242026-08-19T02:34:45.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-19T02:34:45.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-19T02:34:45.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-19T02:34:45.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-08-19T02:34:45.689Z
37292026-08-19T02:34:45.689Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37302026-08-19T02:34:46.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-19T02:34:46.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-19T02:34:46.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-19T02:34:46.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-08-19T02:34:46.278Z
37352026-08-19T02:34:46.279Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37362026-08-19T02:34:46.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-19T02:34:46.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-19T02:34:46.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-19T02:34:46.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-08-19T02:34:46.849Z
37412026-08-19T02:34:46.849Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37422026-08-19T02:34:47.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-19T02:34:47.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-19T02:34:47.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-19T02:34:47.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37462026-08-19T02:34:47.429Z
37472026-08-19T02:34:47.429Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37482026-08-19T02:34:47.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-19T02:34:47.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-19T02:34:47.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-19T02:34:47.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-19T02:34:48.012Z
37532026-08-19T02:34:48.012Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37542026-08-19T02:34:48.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-19T02:34:48.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-19T02:34:48.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-19T02:34:48.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37582026-08-19T02:34:48.598Z
37592026-08-19T02:34:48.598Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37602026-08-19T02:34:49.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-19T02:34:49.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-19T02:34:49.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-19T02:34:49.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37642026-08-19T02:34:49.177Z
37652026-08-19T02:34:49.177Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37662026-08-19T02:34:49.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-19T02:34:49.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-19T02:34:49.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-19T02:34:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37702026-08-19T02:34:49.757Z
37712026-08-19T02:34:49.758Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37722026-08-19T02:34:50.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-19T02:34:50.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-19T02:34:50.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-19T02:34:50.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37762026-08-19T02:34:50.343Z
37772026-08-19T02:34:50.343Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37782026-08-19T02:34:50.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-19T02:34:50.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-19T02:34:50.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-19T02:34:50.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-19T02:34:50.928Z
37832026-08-19T02:34:50.928Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37842026-08-19T02:34:51.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-19T02:34:51.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-19T02:34:51.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-19T02:34:51.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37882026-08-19T02:34:51.515Z
37892026-08-19T02:34:51.515Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37902026-08-19T02:34:52.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-19T02:34:52.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-19T02:34:52.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-19T02:34:52.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37942026-08-19T02:34:52.096Z
37952026-08-19T02:34:52.096Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
37962026-08-19T02:34:52.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-19T02:34:52.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-19T02:34:52.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-19T02:34:52.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-08-19T02:34:52.698Z
38012026-08-19T02:34:52.699Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38022026-08-19T02:34:53.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-19T02:34:53.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-19T02:34:53.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-19T02:34:53.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38062026-08-19T02:34:53.268Z
38072026-08-19T02:34:53.268Zinfo: running `cargo check --bins` on dns-server (197/337)
38082026-08-19T02:34:54.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-19T02:34:54.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-19T02:34:54.756Z Compiling parking_lot_core v0.8.6
38112026-08-19T02:34:54.756Z Compiling git-stub v1.0.0
38122026-08-19T02:34:54.756Z Checking prefix-trie v0.7.0
38132026-08-19T02:34:54.756Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38142026-08-19T02:34:54.756Z Compiling git-stub-vcs v0.1.0
38152026-08-19T02:34:54.756Z Checking hickory-server v0.25.2
38162026-08-19T02:34:54.756Z Checking parking_lot v0.11.2
38172026-08-19T02:34:54.756Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38182026-08-19T02:34:54.756Z Checking sled v0.34.7
38192026-08-19T02:34:56.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
38202026-08-19T02:34:56.686Z
38212026-08-19T02:34:56.686Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38222026-08-19T02:34:57.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-08-19T02:34:57.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-08-19T02:34:57.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-08-19T02:34:57.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38262026-08-19T02:34:57.254Z
38272026-08-19T02:34:57.254Zinfo: running `cargo check --bins` on nexus-client (199/337)
38282026-08-19T02:34:57.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-19T02:34:57.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-19T02:34:57.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-19T02:34:57.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38322026-08-19T02:34:57.860Z
38332026-08-19T02:34:57.861Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38342026-08-19T02:34:58.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-19T02:34:58.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-19T02:34:58.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-19T02:34:58.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38382026-08-19T02:34:58.753Z
38392026-08-19T02:34:58.753Zinfo: running `cargo check --bins` on sp-sim (201/337)
38402026-08-19T02:34:58.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-19T02:34:58.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-19T02:34:59.135Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38432026-08-19T02:34:59.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38442026-08-19T02:34:59.840Z
38452026-08-19T02:34:59.840Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38462026-08-19T02:35:00.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-19T02:35:00.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-19T02:35:00.661Z Compiling proc-macro-error-attr2 v2.0.0
38492026-08-19T02:35:00.789Z Compiling hashbrown v0.14.5
38502026-08-19T02:35:00.789Z Compiling rfc6979 v0.4.0
38512026-08-19T02:35:00.805Z Compiling salty v0.3.0
38522026-08-19T02:35:00.814Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38532026-08-19T02:35:00.829Z Compiling primeorder v0.13.6
38542026-08-19T02:35:00.839Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38552026-08-19T02:35:00.909Z Compiling ecdsa v0.16.9
38562026-08-19T02:35:00.967Z Compiling sha1 v0.10.6
38572026-08-19T02:35:01.092Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-19T02:35:01.155Z Compiling proc-macro-error2 v2.0.1
38592026-08-19T02:35:01.269Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38602026-08-19T02:35:01.285Z Compiling chumsky v0.9.3
38612026-08-19T02:35:01.300Z Compiling p384 v0.13.1
38622026-08-19T02:35:01.351Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38632026-08-19T02:35:01.465Z Compiling knus-derive v3.4.0
38642026-08-19T02:35:01.517Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38652026-08-19T02:35:01.533Z Checking libscf-sys v1.2.0
38662026-08-19T02:35:01.578Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38672026-08-19T02:35:01.661Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38682026-08-19T02:35:01.850Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38692026-08-19T02:35:01.867Z Checking corncobs v0.1.4
38702026-08-19T02:35:01.980Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38712026-08-19T02:35:01.992Z Checking papergrid v0.18.0
38722026-08-19T02:35:02.007Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38732026-08-19T02:35:02.029Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38742026-08-19T02:35:02.043Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-19T02:35:02.180Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38762026-08-19T02:35:02.204Z Checking secrecy v0.8.0
38772026-08-19T02:35:02.293Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38782026-08-19T02:35:02.330Z Compiling unicase v2.9.0
38792026-08-19T02:35:02.497Z Compiling illumos-nvpair-sys v0.2.0
38802026-08-19T02:35:02.530Z Compiling mime_guess v2.0.5
38812026-08-19T02:35:02.545Z Compiling progenitor-impl v0.13.0
38822026-08-19T02:35:02.560Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38832026-08-19T02:35:02.696Z Checking crc8 v0.1.1
38842026-08-19T02:35:02.775Z Checking tabled v0.21.0
38852026-08-19T02:35:02.787Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38862026-08-19T02:35:02.819Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38872026-08-19T02:35:02.848Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38882026-08-19T02:35:02.902Z Compiling knus v3.4.0
38892026-08-19T02:35:02.920Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38902026-08-19T02:35:03.435Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38912026-08-19T02:35:03.680Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38922026-08-19T02:35:03.793Z Checking progenitor-client v0.13.0
38932026-08-19T02:35:03.850Z Checking http-range v0.1.5
38942026-08-19T02:35:03.978Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-19T02:35:03.993Z Checking illumos-nvpair v0.3.0
38962026-08-19T02:35:04.033Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38972026-08-19T02:35:04.154Z Checking scuffle v0.1.0
38982026-08-19T02:35:04.162Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38992026-08-19T02:35:04.440Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39002026-08-19T02:35:04.720Z Checking nanorand v0.7.0
39012026-08-19T02:35:04.840Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39022026-08-19T02:35:04.917Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39032026-08-19T02:35:04.929Z Checking flume v0.11.1
39042026-08-19T02:35:04.986Z Checking hyper-staticfile v0.10.1
39052026-08-19T02:35:05.049Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39062026-08-19T02:35:05.159Z Compiling progenitor-macro v0.13.0
39072026-08-19T02:35:05.174Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39082026-08-19T02:35:05.210Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39092026-08-19T02:35:05.270Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39102026-08-19T02:35:05.344Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39112026-08-19T02:35:05.534Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39122026-08-19T02:35:05.568Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39132026-08-19T02:35:05.595Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39142026-08-19T02:35:05.734Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39152026-08-19T02:35:05.954Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39162026-08-19T02:35:06.041Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39172026-08-19T02:35:06.060Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39182026-08-19T02:35:07.481Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39192026-08-19T02:35:08.480Z Checking progenitor v0.13.0
39202026-08-19T02:35:08.620Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39212026-08-19T02:35:09.494Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39222026-08-19T02:35:10.570Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39232026-08-19T02:35:10.848Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39242026-08-19T02:35:11.024Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39252026-08-19T02:35:11.028Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39262026-08-19T02:35:24.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.76s
39272026-08-19T02:35:24.611Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39282026-08-19T02:35:24.611Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39292026-08-19T02:35:24.804Z
39302026-08-19T02:35:24.804Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39312026-08-19T02:35:25.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-08-19T02:35:25.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-08-19T02:35:25.578Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39342026-08-19T02:35:36.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39352026-08-19T02:35:36.133Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39362026-08-19T02:35:36.133Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39372026-08-19T02:35:36.332Z
39382026-08-19T02:35:36.332Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39392026-08-19T02:35:36.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-19T02:35:36.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-19T02:35:37.102Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39422026-08-19T02:35:47.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
39432026-08-19T02:35:47.651Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39442026-08-19T02:35:47.652Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39452026-08-19T02:35:47.853Z
39462026-08-19T02:35:47.853Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39472026-08-19T02:35:48.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-19T02:35:48.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-19T02:35:48.635Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39502026-08-19T02:35:59.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39512026-08-19T02:35:59.255Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39522026-08-19T02:35:59.255Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39532026-08-19T02:35:59.459Z
39542026-08-19T02:35:59.459Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39552026-08-19T02:35:59.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-08-19T02:35:59.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-08-19T02:36:00.220Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39582026-08-19T02:36:10.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39592026-08-19T02:36:10.932Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39602026-08-19T02:36:10.932Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39612026-08-19T02:36:11.133Z
39622026-08-19T02:36:11.133Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39632026-08-19T02:36:11.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-19T02:36:11.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-19T02:36:11.895Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39662026-08-19T02:36:22.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
39672026-08-19T02:36:22.464Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39682026-08-19T02:36:22.464Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39692026-08-19T02:36:22.666Z
39702026-08-19T02:36:22.666Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39712026-08-19T02:36:23.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-19T02:36:23.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-19T02:36:23.440Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39742026-08-19T02:36:34.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
39752026-08-19T02:36:34.056Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39762026-08-19T02:36:34.056Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39772026-08-19T02:36:34.262Z
39782026-08-19T02:36:34.262Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39792026-08-19T02:36:34.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-08-19T02:36:34.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-08-19T02:36:35.024Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39822026-08-19T02:36:45.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39832026-08-19T02:36:45.575Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39842026-08-19T02:36:45.576Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39852026-08-19T02:36:45.776Z
39862026-08-19T02:36:45.776Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39872026-08-19T02:36:46.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-19T02:36:46.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-19T02:36:46.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-19T02:36:46.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39912026-08-19T02:36:46.351Z
39922026-08-19T02:36:46.351Zinfo: running `cargo check --bins` on installinator-common (211/337)
39932026-08-19T02:36:46.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-19T02:36:46.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-19T02:36:46.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-19T02:36:46.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-19T02:36:46.933Z
39982026-08-19T02:36:46.934Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
39992026-08-19T02:36:47.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-19T02:36:47.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-19T02:36:47.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-19T02:36:47.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40032026-08-19T02:36:47.487Z
40042026-08-19T02:36:47.487Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40052026-08-19T02:36:47.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-19T02:36:47.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-19T02:36:47.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-19T02:36:48.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40092026-08-19T02:36:48.090Z
40102026-08-19T02:36:48.090Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40112026-08-19T02:36:48.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-19T02:36:48.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-19T02:36:48.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-19T02:36:48.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40152026-08-19T02:36:48.668Z
40162026-08-19T02:36:48.668Zinfo: running `cargo check --bins` on range-requests (215/337)
40172026-08-19T02:36:49.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-19T02:36:49.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-19T02:36:49.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-19T02:36:49.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40212026-08-19T02:36:49.224Z
40222026-08-19T02:36:49.224Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40232026-08-19T02:36:49.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-19T02:36:49.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-19T02:36:49.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-19T02:36:49.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40272026-08-19T02:36:49.788Z
40282026-08-19T02:36:49.788Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40292026-08-19T02:36:50.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-19T02:36:50.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-19T02:36:50.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-19T02:36:50.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-19T02:36:50.342Z
40342026-08-19T02:36:50.342Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40352026-08-19T02:36:50.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-19T02:36:50.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-19T02:36:50.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-19T02:36:50.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40392026-08-19T02:36:50.926Z
40402026-08-19T02:36:50.926Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40412026-08-19T02:36:51.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-19T02:36:51.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-19T02:36:51.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-19T02:36:51.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40452026-08-19T02:36:51.508Z
40462026-08-19T02:36:51.508Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40472026-08-19T02:36:51.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-19T02:36:51.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-19T02:36:51.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-19T02:36:52.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-19T02:36:52.087Z
40522026-08-19T02:36:52.087Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40532026-08-19T02:36:52.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-19T02:36:52.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-19T02:36:52.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-19T02:36:52.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-19T02:36:52.680Z
40582026-08-19T02:36:52.680Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40592026-08-19T02:36:53.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-19T02:36:53.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-19T02:36:53.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-19T02:36:53.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-08-19T02:36:53.266Z
40642026-08-19T02:36:53.266Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40652026-08-19T02:36:53.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-19T02:36:53.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-19T02:36:53.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-19T02:36:53.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-08-19T02:36:53.851Z
40702026-08-19T02:36:53.851Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40712026-08-19T02:36:54.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-19T02:36:54.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-19T02:36:54.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-19T02:36:54.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40752026-08-19T02:36:54.442Z
40762026-08-19T02:36:54.442Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40772026-08-19T02:36:54.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-19T02:36:54.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-19T02:36:54.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-19T02:36:54.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40812026-08-19T02:36:55.031Z
40822026-08-19T02:36:55.031Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40832026-08-19T02:36:55.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-19T02:36:55.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-19T02:36:55.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-19T02:36:55.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40872026-08-19T02:36:55.613Z
40882026-08-19T02:36:55.613Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40892026-08-19T02:36:56.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-19T02:36:56.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-19T02:36:56.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-19T02:36:56.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40932026-08-19T02:36:56.201Z
40942026-08-19T02:36:56.201Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
40952026-08-19T02:36:56.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-19T02:36:56.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-19T02:36:56.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-19T02:36:56.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40992026-08-19T02:36:56.779Z
41002026-08-19T02:36:56.779Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41012026-08-19T02:36:57.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-19T02:36:57.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-19T02:36:57.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-19T02:36:57.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-08-19T02:36:57.365Z
41062026-08-19T02:36:57.365Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41072026-08-19T02:36:57.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-19T02:36:57.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-19T02:36:57.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-19T02:36:57.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41112026-08-19T02:36:57.970Z
41122026-08-19T02:36:57.970Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41132026-08-19T02:36:58.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-19T02:36:58.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-19T02:36:58.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-19T02:36:58.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41172026-08-19T02:36:58.579Z
41182026-08-19T02:36:58.579Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41192026-08-19T02:36:59.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-19T02:36:59.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-19T02:36:59.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-19T02:36:59.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41232026-08-19T02:36:59.180Z
41242026-08-19T02:36:59.180Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41252026-08-19T02:36:59.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-19T02:36:59.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-19T02:36:59.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-19T02:36:59.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41292026-08-19T02:36:59.792Z
41302026-08-19T02:36:59.792Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41312026-08-19T02:37:00.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-19T02:37:00.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-19T02:37:00.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-19T02:37:00.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-19T02:37:00.409Z
41362026-08-19T02:37:00.409Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41372026-08-19T02:37:00.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-19T02:37:00.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-19T02:37:00.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-19T02:37:00.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41412026-08-19T02:37:00.963Z
41422026-08-19T02:37:00.963Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41432026-08-19T02:37:01.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-19T02:37:01.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-19T02:37:01.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-19T02:37:01.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-08-19T02:37:01.539Z
41482026-08-19T02:37:01.539Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41492026-08-19T02:37:02.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-19T02:37:02.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-19T02:37:02.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-19T02:37:02.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-19T02:37:02.121Z
41542026-08-19T02:37:02.121Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41552026-08-19T02:37:02.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-19T02:37:02.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-19T02:37:02.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-19T02:37:02.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-19T02:37:02.703Z
41602026-08-19T02:37:02.703Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41612026-08-19T02:37:03.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-19T02:37:03.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-19T02:37:03.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-19T02:37:03.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41652026-08-19T02:37:03.253Z
41662026-08-19T02:37:03.253Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41672026-08-19T02:37:03.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-19T02:37:03.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-19T02:37:03.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-19T02:37:03.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-19T02:37:03.808Z
41722026-08-19T02:37:03.808Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41732026-08-19T02:37:04.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-19T02:37:04.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-19T02:37:04.498Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41762026-08-19T02:37:04.912Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41772026-08-19T02:37:06.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
41782026-08-19T02:37:06.280Z
41792026-08-19T02:37:06.280Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41802026-08-19T02:37:06.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-19T02:37:06.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-19T02:37:06.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41832026-08-19T02:37:06.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41842026-08-19T02:37:06.845Z
41852026-08-19T02:37:06.845Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41862026-08-19T02:37:07.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-19T02:37:07.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-19T02:37:07.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-19T02:37:07.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41902026-08-19T02:37:07.410Z
41912026-08-19T02:37:07.410Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41922026-08-19T02:37:07.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-19T02:37:07.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-19T02:37:07.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-19T02:37:07.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-19T02:37:07.984Z
41972026-08-19T02:37:07.984Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
41982026-08-19T02:37:08.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-19T02:37:08.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-19T02:37:08.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-19T02:37:08.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-08-19T02:37:08.563Z
42032026-08-19T02:37:08.564Zinfo: running `cargo check --bins` on installinator-client (246/337)
42042026-08-19T02:37:09.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-19T02:37:09.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-19T02:37:09.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-19T02:37:09.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42082026-08-19T02:37:09.135Z
42092026-08-19T02:37:09.135Zinfo: running `cargo check --bins` on oxide-client (247/337)
42102026-08-19T02:37:09.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-19T02:37:09.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-19T02:37:09.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-19T02:37:09.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42142026-08-19T02:37:09.693Z
42152026-08-19T02:37:09.693Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42162026-08-19T02:37:10.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-19T02:37:10.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-19T02:37:10.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-19T02:37:10.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42202026-08-19T02:37:10.263Z
42212026-08-19T02:37:10.263Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42222026-08-19T02:37:10.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-19T02:37:10.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-19T02:37:10.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-19T02:37:10.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42262026-08-19T02:37:10.854Z
42272026-08-19T02:37:10.854Zinfo: running `cargo check --bins` on wicket-common (250/337)
42282026-08-19T02:37:11.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-19T02:37:11.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-19T02:37:11.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-19T02:37:11.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42322026-08-19T02:37:11.439Z
42332026-08-19T02:37:11.439Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42342026-08-19T02:37:11.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-19T02:37:11.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-19T02:37:11.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-19T02:37:11.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42382026-08-19T02:37:12.014Z
42392026-08-19T02:37:12.014Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42402026-08-19T02:37:12.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-19T02:37:12.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-19T02:37:12.679Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42432026-08-19T02:37:12.788Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42442026-08-19T02:37:13.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42452026-08-19T02:37:14.037Z
42462026-08-19T02:37:14.037Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42472026-08-19T02:37:14.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-19T02:37:14.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-19T02:37:14.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-08-19T02:37:14.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42512026-08-19T02:37:14.601Z
42522026-08-19T02:37:14.601Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42532026-08-19T02:37:15.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-19T02:37:15.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-19T02:37:15.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-19T02:37:15.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42572026-08-19T02:37:15.249Z
42582026-08-19T02:37:15.249Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42592026-08-19T02:37:15.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-19T02:37:15.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-19T02:37:15.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-19T02:37:15.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42632026-08-19T02:37:15.895Z
42642026-08-19T02:37:15.895Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42652026-08-19T02:37:16.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-19T02:37:16.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-19T02:37:16.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-19T02:37:16.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42692026-08-19T02:37:16.517Z
42702026-08-19T02:37:16.517Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42712026-08-19T02:37:17.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-19T02:37:17.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-19T02:37:17.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-19T02:37:17.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-19T02:37:17.136Z
42762026-08-19T02:37:17.136Zinfo: running `cargo check --bins` on db-macros (258/337)
42772026-08-19T02:37:17.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-19T02:37:17.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-19T02:37:17.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-19T02:37:17.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42812026-08-19T02:37:17.689Z
42822026-08-19T02:37:17.689Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42832026-08-19T02:37:18.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-19T02:37:18.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-19T02:37:18.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-19T02:37:18.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42872026-08-19T02:37:18.242Z
42882026-08-19T02:37:18.242Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42892026-08-19T02:37:18.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-19T02:37:18.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-19T02:37:18.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-19T02:37:18.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42932026-08-19T02:37:18.855Z
42942026-08-19T02:37:18.856Zinfo: running `cargo check --bins` on authz-macros (261/337)
42952026-08-19T02:37:19.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-19T02:37:19.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-19T02:37:19.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-19T02:37:19.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42992026-08-19T02:37:19.411Z
43002026-08-19T02:37:19.411Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43012026-08-19T02:37:19.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-19T02:37:19.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-19T02:37:19.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-19T02:37:19.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43052026-08-19T02:37:20.021Z
43062026-08-19T02:37:20.021Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43072026-08-19T02:37:20.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-19T02:37:20.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-19T02:37:20.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-19T02:37:20.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43112026-08-19T02:37:20.634Z
43122026-08-19T02:37:20.634Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43132026-08-19T02:37:21.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-19T02:37:21.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-19T02:37:21.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-19T02:37:21.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43172026-08-19T02:37:21.193Z
43182026-08-19T02:37:21.193Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43192026-08-19T02:37:21.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-19T02:37:21.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-19T02:37:21.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-19T02:37:21.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43232026-08-19T02:37:21.758Z
43242026-08-19T02:37:21.758Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43252026-08-19T02:37:22.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-19T02:37:22.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-19T02:37:22.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-19T02:37:22.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43292026-08-19T02:37:22.313Z
43302026-08-19T02:37:22.313Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43312026-08-19T02:37:22.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-19T02:37:22.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-19T02:37:22.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-19T02:37:22.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43352026-08-19T02:37:22.928Z
43362026-08-19T02:37:22.928Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43372026-08-19T02:37:23.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-19T02:37:23.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-19T02:37:23.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-19T02:37:23.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-19T02:37:23.546Z
43422026-08-19T02:37:23.546Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43432026-08-19T02:37:24.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-19T02:37:24.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-19T02:37:24.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-19T02:37:24.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-19T02:37:24.163Z
43482026-08-19T02:37:24.163Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43492026-08-19T02:37:24.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-19T02:37:24.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-19T02:37:24.871Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43522026-08-19T02:37:24.875Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43532026-08-19T02:37:25.544Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43542026-08-19T02:37:27.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
43552026-08-19T02:37:27.440Z
43562026-08-19T02:37:27.440Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43572026-08-19T02:37:27.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-19T02:37:27.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-19T02:37:27.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-19T02:37:27.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43612026-08-19T02:37:28.004Z
43622026-08-19T02:37:28.004Zinfo: running `cargo check --bins` on cert-dev (272/337)
43632026-08-19T02:37:28.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-19T02:37:28.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-19T02:37:28.611Z Checking yasna v0.5.2
43662026-08-19T02:37:29.011Z Checking rcgen v0.12.1
43672026-08-19T02:37:29.263Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43682026-08-19T02:37:29.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43692026-08-19T02:37:29.621Z
43702026-08-19T02:37:29.621Zinfo: running `cargo check --bins` on clickana (273/337)
43712026-08-19T02:37:30.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-19T02:37:30.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-19T02:37:30.253Z Compiling instability v0.3.11
43742026-08-19T02:37:30.253Z Checking castaway v0.2.4
43752026-08-19T02:37:30.256Z Compiling indoc v2.0.7
43762026-08-19T02:37:30.256Z Checking unicode-truncate v1.1.0
43772026-08-19T02:37:30.360Z Checking lru v0.12.5
43782026-08-19T02:37:30.368Z Checking cassowary v0.3.0
43792026-08-19T02:37:30.447Z Checking compact_str v0.8.1
43802026-08-19T02:37:31.232Z Checking ratatui v0.29.0
43812026-08-19T02:37:32.286Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43822026-08-19T02:37:33.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
43832026-08-19T02:37:33.201Z
43842026-08-19T02:37:33.201Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43852026-08-19T02:37:33.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-19T02:37:33.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-19T02:37:33.920Z Checking headers-core v0.3.0
43882026-08-19T02:37:33.923Z Checking port-file v0.1.0
43892026-08-19T02:37:33.923Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43902026-08-19T02:37:34.120Z Checking headers v0.4.1
43912026-08-19T02:37:34.487Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43922026-08-19T02:37:35.444Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43932026-08-19T02:37:35.958Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43942026-08-19T02:37:36.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43952026-08-19T02:37:36.591Z
43962026-08-19T02:37:36.591Zinfo: running `cargo check --bins` on ch-dev (275/337)
43972026-08-19T02:37:37.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-19T02:37:37.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-19T02:37:37.294Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44002026-08-19T02:37:38.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44012026-08-19T02:37:38.243Z
44022026-08-19T02:37:38.243Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44032026-08-19T02:37:38.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-19T02:37:38.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-19T02:37:38.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-19T02:37:38.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44072026-08-19T02:37:38.660Z
44082026-08-19T02:37:38.660Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44092026-08-19T02:37:39.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-19T02:37:39.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-19T02:37:39.280Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44122026-08-19T02:37:39.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44132026-08-19T02:37:39.824Z
44142026-08-19T02:37:39.824Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44152026-08-19T02:37:40.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-19T02:37:40.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-19T02:37:40.532Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44182026-08-19T02:37:41.632Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44192026-08-19T02:37:41.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
44202026-08-19T02:37:42.175Z
44212026-08-19T02:37:42.175Zinfo: running `cargo check --bins` on db-dev (279/337)
44222026-08-19T02:37:42.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-19T02:37:42.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-19T02:37:42.884Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44252026-08-19T02:37:43.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44262026-08-19T02:37:43.840Z
44272026-08-19T02:37:43.840Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44282026-08-19T02:37:44.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-19T02:37:44.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-19T02:37:44.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-08-19T02:37:44.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44322026-08-19T02:37:44.452Z
44332026-08-19T02:37:44.452Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44342026-08-19T02:37:44.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-19T02:37:44.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-19T02:37:45.062Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44372026-08-19T02:37:45.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
44382026-08-19T02:37:45.916Z
44392026-08-19T02:37:45.916Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44402026-08-19T02:37:46.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-19T02:37:46.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-19T02:37:46.647Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44432026-08-19T02:37:46.648Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44442026-08-19T02:37:46.652Z Checking git-stub v1.0.0
44452026-08-19T02:37:46.652Z Compiling trait-variant v0.1.2
44462026-08-19T02:37:46.771Z Checking maplit v1.0.2
44472026-08-19T02:37:46.794Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44482026-08-19T02:37:46.799Z Checking drift v0.2.0
44492026-08-19T02:37:46.799Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44502026-08-19T02:37:46.856Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44512026-08-19T02:37:46.915Z Checking git-stub-vcs v0.1.0
44522026-08-19T02:37:46.980Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44532026-08-19T02:37:46.997Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44542026-08-19T02:37:47.105Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44552026-08-19T02:37:47.145Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44562026-08-19T02:37:47.160Z Checking dropshot-api-manager v0.8.0
44572026-08-19T02:37:47.287Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44582026-08-19T02:37:47.495Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44592026-08-19T02:37:47.990Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44602026-08-19T02:37:48.940Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44612026-08-19T02:37:49.940Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44622026-08-19T02:37:50.778Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44632026-08-19T02:37:51.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
44642026-08-19T02:37:51.424Z
44652026-08-19T02:37:51.424Zinfo: running `cargo check --bins` on installinator-api (283/337)
44662026-08-19T02:37:51.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-19T02:37:51.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-19T02:37:51.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-08-19T02:37:51.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44702026-08-19T02:37:51.988Z
44712026-08-19T02:37:51.989Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44722026-08-19T02:37:52.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-19T02:37:52.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-19T02:37:52.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-19T02:37:52.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44762026-08-19T02:37:52.592Z
44772026-08-19T02:37:52.592Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44782026-08-19T02:37:53.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-19T02:37:53.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-19T02:37:53.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-19T02:37:53.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-08-19T02:37:53.193Z
44832026-08-19T02:37:53.193Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44842026-08-19T02:37:53.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-19T02:37:53.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-19T02:37:53.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-19T02:37:53.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44882026-08-19T02:37:53.795Z
44892026-08-19T02:37:53.795Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44902026-08-19T02:37:54.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-19T02:37:54.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-19T02:37:54.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-19T02:37:54.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44942026-08-19T02:37:54.357Z
44952026-08-19T02:37:54.357Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
44962026-08-19T02:37:54.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-19T02:37:54.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-19T02:37:54.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-19T02:37:54.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45002026-08-19T02:37:54.908Z
45012026-08-19T02:37:54.908Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45022026-08-19T02:37:55.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-19T02:37:55.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-19T02:37:55.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-19T02:37:55.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45062026-08-19T02:37:55.491Z
45072026-08-19T02:37:55.491Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45082026-08-19T02:37:55.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-19T02:37:55.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-19T02:37:55.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-19T02:37:55.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45122026-08-19T02:37:56.063Z
45132026-08-19T02:37:56.063Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45142026-08-19T02:37:56.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-19T02:37:56.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-19T02:37:56.675Z Compiling blake3 v1.8.5
45172026-08-19T02:37:56.784Z Checking arrayvec v0.7.6
45182026-08-19T02:37:56.787Z Checking arrayref v0.3.9
45192026-08-19T02:37:56.798Z Checking constant_time_eq v0.4.2
45202026-08-19T02:37:56.806Z Checking cargo-platform v0.3.2
45212026-08-19T02:37:56.809Z Checking topological-sort v0.2.2
45222026-08-19T02:37:56.809Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45232026-08-19T02:37:56.965Z Checking cargo_metadata v0.23.1
45242026-08-19T02:37:57.554Z Checking omicron-zone-package v0.12.3
45252026-08-19T02:37:58.259Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45262026-08-19T02:37:59.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
45272026-08-19T02:37:59.268Z
45282026-08-19T02:37:59.268Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45292026-08-19T02:37:59.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-19T02:37:59.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-19T02:37:59.977Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45322026-08-19T02:38:00.605Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45332026-08-19T02:38:01.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45342026-08-19T02:38:01.315Z
45352026-08-19T02:38:01.315Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45362026-08-19T02:38:01.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-19T02:38:01.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-19T02:38:02.276Z Compiling darling_core v0.21.3
45392026-08-19T02:38:02.281Z Compiling vergen-lib v0.1.6
45402026-08-19T02:38:02.281Z Compiling diesel_derives v2.3.7
45412026-08-19T02:38:02.281Z Checking scheduled-thread-pool v0.2.7
45422026-08-19T02:38:02.281Z Compiling vergen-gitcl v1.0.8
45432026-08-19T02:38:02.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45442026-08-19T02:38:02.282Z Compiling diesel_table_macro_syntax v0.3.0
45452026-08-19T02:38:02.282Z Compiling dirs-sys-next v0.1.2
45462026-08-19T02:38:02.541Z Compiling crunchy v0.2.4
45472026-08-19T02:38:02.601Z Compiling glob v0.3.3
45482026-08-19T02:38:02.680Z Compiling dirs-next v2.0.0
45492026-08-19T02:38:02.718Z Checking r2d2 v0.8.10
45502026-08-19T02:38:02.729Z Compiling tiny-keccak v2.0.2
45512026-08-19T02:38:02.813Z Checking downcast-rs v2.0.2
45522026-08-19T02:38:02.946Z Compiling term v0.7.0
45532026-08-19T02:38:02.977Z Compiling bit-vec v0.6.3
45542026-08-19T02:38:02.993Z Compiling clang-sys v1.8.1
45552026-08-19T02:38:03.069Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45562026-08-19T02:38:03.194Z Compiling bit-set v0.5.3
45572026-08-19T02:38:03.255Z Compiling ascii-canvas v3.0.0
45582026-08-19T02:38:03.372Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45592026-08-19T02:38:03.389Z Compiling itertools v0.10.5
45602026-08-19T02:38:03.424Z Compiling ena v0.14.4
45612026-08-19T02:38:03.504Z Compiling libloading v0.8.9
45622026-08-19T02:38:03.520Z Compiling regex-syntax v0.6.29
45632026-08-19T02:38:03.524Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45642026-08-19T02:38:03.553Z Compiling diff v0.1.13
45652026-08-19T02:38:03.639Z Compiling bindgen v0.71.1
45662026-08-19T02:38:03.842Z Compiling cexpr v0.6.0
45672026-08-19T02:38:04.045Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45682026-08-19T02:38:04.141Z Compiling rustc-hash v2.1.1
45692026-08-19T02:38:04.259Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45702026-08-19T02:38:04.439Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45712026-08-19T02:38:04.456Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45722026-08-19T02:38:04.510Z Compiling libxml v0.3.3
45732026-08-19T02:38:04.607Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45742026-08-19T02:38:04.753Z Compiling strum_macros v0.24.3
45752026-08-19T02:38:04.773Z Compiling indoc v1.0.9
45762026-08-19T02:38:04.995Z Compiling darling_macro v0.21.3
45772026-08-19T02:38:05.212Z Compiling lalrpop v0.19.12
45782026-08-19T02:38:05.502Z Compiling darling v0.21.3
45792026-08-19T02:38:05.596Z Compiling dsl_auto_type v0.2.0
45802026-08-19T02:38:05.613Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-08-19T02:38:05.687Z Checking derive_builder v0.20.2
45822026-08-19T02:38:05.798Z Compiling oso-derive v0.27.3
45832026-08-19T02:38:05.814Z Checking quick-xml v0.37.5
45842026-08-19T02:38:06.093Z Compiling impl-trait-for-tuples v0.2.3
45852026-08-19T02:38:06.311Z Checking openssl-probe v0.1.6
45862026-08-19T02:38:06.457Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45872026-08-19T02:38:06.689Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45882026-08-19T02:38:06.877Z Checking bb8 v0.8.6
45892026-08-19T02:38:07.188Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45902026-08-19T02:38:07.205Z Checking nonempty v0.12.0
45912026-08-19T02:38:07.294Z Compiling libz-sys v1.1.24
45922026-08-19T02:38:07.370Z Compiling strsim v0.10.0
45932026-08-19T02:38:07.411Z Compiling libgit2-sys v0.18.3+1.9.2
45942026-08-19T02:38:07.625Z Compiling darling_core v0.13.4
45952026-08-19T02:38:07.697Z Compiling vergen-git2 v9.1.0
45962026-08-19T02:38:07.861Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45972026-08-19T02:38:07.915Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45982026-08-19T02:38:08.075Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45992026-08-19T02:38:08.291Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46002026-08-19T02:38:08.521Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46012026-08-19T02:38:08.709Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46022026-08-19T02:38:08.897Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46032026-08-19T02:38:08.929Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-19T02:38:09.087Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46052026-08-19T02:38:09.277Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46062026-08-19T02:38:09.465Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46072026-08-19T02:38:09.579Z Compiling darling_macro v0.13.4
46082026-08-19T02:38:09.651Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46092026-08-19T02:38:10.039Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46102026-08-19T02:38:10.076Z Compiling darling v0.13.4
46112026-08-19T02:38:10.170Z Compiling serde_with_macros v1.5.2
46122026-08-19T02:38:10.412Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46132026-08-19T02:38:11.000Z Compiling serde_with v1.14.0
46142026-08-19T02:38:11.019Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46152026-08-19T02:38:11.206Z Checking twox-hash v2.1.2
46162026-08-19T02:38:11.374Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46172026-08-19T02:38:11.475Z Checking diesel v2.3.7
46182026-08-19T02:38:11.507Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46192026-08-19T02:38:12.149Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46202026-08-19T02:38:13.064Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46212026-08-19T02:38:13.294Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46222026-08-19T02:38:13.816Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46232026-08-19T02:38:14.031Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46242026-08-19T02:38:14.480Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46252026-08-19T02:38:14.731Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46262026-08-19T02:38:14.887Z Checking libsw-core v0.3.2
46272026-08-19T02:38:15.049Z Checking atty v0.2.14
46282026-08-19T02:38:15.157Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46292026-08-19T02:38:15.239Z Checking libsw v3.5.0
46302026-08-19T02:38:15.401Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46312026-08-19T02:38:15.420Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46322026-08-19T02:38:15.574Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46332026-08-19T02:38:15.605Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46342026-08-19T02:38:16.888Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46352026-08-19T02:38:17.029Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46362026-08-19T02:38:17.594Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46372026-08-19T02:38:17.663Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46382026-08-19T02:38:18.296Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46392026-08-19T02:38:18.495Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46402026-08-19T02:38:18.639Z Checking fatfs v0.3.6
46412026-08-19T02:38:18.657Z Checking console v0.16.2
46422026-08-19T02:38:18.972Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46432026-08-19T02:38:19.103Z Compiling seq-macro v0.3.6
46442026-08-19T02:38:19.615Z Checking unit-prefix v0.5.2
46452026-08-19T02:38:19.755Z Checking indicatif v0.18.4
46462026-08-19T02:38:20.169Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46472026-08-19T02:38:20.294Z Checking oxide-update-engine-display v0.1.2
46482026-08-19T02:38:20.351Z Checking support-bundle-viewer v0.1.2
46492026-08-19T02:38:20.594Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46502026-08-19T02:38:20.598Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-08-19T02:38:20.808Z Checking multimap v0.10.1
46522026-08-19T02:38:26.785Z Checking async-bb8-diesel v0.2.1
46532026-08-19T02:38:27.139Z Checking diesel-dtrace v0.5.0
46542026-08-19T02:38:30.250Z Compiling samael v0.0.19
46552026-08-19T02:38:34.945Z Compiling git2 v0.20.4
46562026-08-19T02:38:35.942Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46572026-08-19T02:38:37.305Z Compiling polar-core v0.27.3
46582026-08-19T02:38:37.422Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46592026-08-19T02:38:41.775Z Checking oso v0.27.3
46602026-08-19T02:39:13.903Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46612026-08-19T02:40:28.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46622026-08-19T02:40:28.777Z
46632026-08-19T02:40:28.777Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46642026-08-19T02:40:29.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-08-19T02:40:29.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-08-19T02:40:29.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46672026-08-19T02:40:29.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46682026-08-19T02:40:29.443Z
46692026-08-19T02:40:29.443Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46702026-08-19T02:40:29.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-19T02:40:29.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-19T02:40:29.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-19T02:40:29.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46742026-08-19T02:40:30.067Z
46752026-08-19T02:40:30.068Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46762026-08-19T02:40:30.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-19T02:40:30.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-19T02:40:30.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-19T02:40:30.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46802026-08-19T02:40:30.698Z
46812026-08-19T02:40:30.698Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46822026-08-19T02:40:31.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-19T02:40:31.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-19T02:40:31.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-19T02:40:31.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46862026-08-19T02:40:31.257Z
46872026-08-19T02:40:31.257Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46882026-08-19T02:40:31.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-19T02:40:31.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-19T02:40:32.076Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46912026-08-19T02:40:32.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46922026-08-19T02:40:33.031Z
46932026-08-19T02:40:33.031Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
46942026-08-19T02:40:33.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-19T02:40:33.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-19T02:40:33.836Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-19T02:41:12.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s
46982026-08-19T02:41:12.791Z
46992026-08-19T02:41:12.791Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47002026-08-19T02:41:13.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-19T02:41:13.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-19T02:41:13.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47032026-08-19T02:41:13.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47042026-08-19T02:41:13.347Z
47052026-08-19T02:41:13.347Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47062026-08-19T02:41:13.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-19T02:41:13.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-19T02:41:13.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-19T02:41:13.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-19T02:41:13.902Z
47112026-08-19T02:41:13.902Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47122026-08-19T02:41:14.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-19T02:41:14.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-19T02:41:14.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-19T02:41:14.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47162026-08-19T02:41:14.514Z
47172026-08-19T02:41:14.514Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47182026-08-19T02:41:15.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-19T02:41:15.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-19T02:41:15.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-19T02:41:15.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-19T02:41:15.135Z
47232026-08-19T02:41:15.135Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47242026-08-19T02:41:15.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-19T02:41:15.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-19T02:41:15.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-19T02:41:15.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-19T02:41:15.753Z
47292026-08-19T02:41:15.753Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47302026-08-19T02:41:16.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-19T02:41:16.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-19T02:41:16.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-19T02:41:16.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-19T02:41:16.355Z
47352026-08-19T02:41:16.355Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47362026-08-19T02:41:16.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-19T02:41:16.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-19T02:41:16.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-19T02:41:16.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-19T02:41:16.977Z
47412026-08-19T02:41:16.978Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47422026-08-19T02:41:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-19T02:41:17.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-19T02:41:17.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-19T02:41:17.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-19T02:41:17.610Z
47472026-08-19T02:41:17.610Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47482026-08-19T02:41:18.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-19T02:41:18.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-19T02:41:18.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-19T02:41:18.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47522026-08-19T02:41:18.226Z
47532026-08-19T02:41:18.226Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47542026-08-19T02:41:18.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-19T02:41:18.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-19T02:41:18.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-19T02:41:18.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47582026-08-19T02:41:18.860Z
47592026-08-19T02:41:18.860Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47602026-08-19T02:41:19.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-19T02:41:19.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-19T02:41:19.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-19T02:41:19.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47642026-08-19T02:41:19.494Z
47652026-08-19T02:41:19.494Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47662026-08-19T02:41:20.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-19T02:41:20.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-19T02:41:20.393Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47692026-08-19T02:41:20.397Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47702026-08-19T02:41:20.586Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47712026-08-19T02:41:20.615Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47722026-08-19T02:41:20.634Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47732026-08-19T02:41:20.649Z Checking yansi v1.0.1
47742026-08-19T02:41:20.652Z Checking diff v0.1.13
47752026-08-19T02:41:20.678Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47762026-08-19T02:41:20.718Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47772026-08-19T02:41:20.894Z Checking pretty_assertions v1.4.1
47782026-08-19T02:41:21.652Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47792026-08-19T02:41:21.687Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47802026-08-19T02:41:46.658Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47812026-08-19T02:41:46.662Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47822026-08-19T02:41:46.662Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47832026-08-19T02:41:46.662Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47842026-08-19T02:41:46.662Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47852026-08-19T02:41:46.662Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47862026-08-19T02:41:46.662Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47872026-08-19T02:41:47.527Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47882026-08-19T02:41:47.530Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47892026-08-19T02:41:48.819Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47902026-08-19T02:42:27.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47912026-08-19T02:42:27.700Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47922026-08-19T02:42:27.700Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47932026-08-19T02:42:27.910Z
47942026-08-19T02:42:27.910Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
47952026-08-19T02:42:28.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-08-19T02:42:28.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-08-19T02:42:28.624Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47982026-08-19T02:42:29.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47992026-08-19T02:42:29.463Z
48002026-08-19T02:42:29.464Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48012026-08-19T02:42:29.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-19T02:42:29.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-19T02:42:29.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-08-19T02:42:29.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48052026-08-19T02:42:30.023Z
48062026-08-19T02:42:30.023Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48072026-08-19T02:42:30.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-19T02:42:30.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-19T02:42:30.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-19T02:42:30.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48112026-08-19T02:42:30.609Z
48122026-08-19T02:42:30.609Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48132026-08-19T02:42:31.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-19T02:42:31.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-19T02:42:31.388Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48162026-08-19T02:42:31.513Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48172026-08-19T02:42:31.520Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48182026-08-19T02:42:58.475Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48192026-08-19T02:42:58.876Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48202026-08-19T02:43:00.632Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48212026-08-19T02:43:01.112Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48222026-08-19T02:43:04.225Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48232026-08-19T02:43:28.251Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48242026-08-19T02:43:28.984Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48252026-08-19T02:43:30.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48262026-08-19T02:43:30.862Z
48272026-08-19T02:43:30.863Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48282026-08-19T02:43:31.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-08-19T02:43:31.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-08-19T02:43:31.582Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48312026-08-19T02:43:32.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48322026-08-19T02:43:32.473Z
48332026-08-19T02:43:32.473Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48342026-08-19T02:43:32.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-19T02:43:32.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-19T02:43:33.100Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48372026-08-19T02:43:33.103Z Compiling fs-err v2.11.0
48382026-08-19T02:43:33.217Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48392026-08-19T02:43:33.229Z Checking parse-size v1.1.0
48402026-08-19T02:43:33.237Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48412026-08-19T02:43:33.240Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48422026-08-19T02:43:33.240Z Checking shell-words v1.1.1
48432026-08-19T02:43:33.326Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48442026-08-19T02:43:33.653Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48452026-08-19T02:43:33.832Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48462026-08-19T02:43:34.500Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48472026-08-19T02:43:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
48482026-08-19T02:43:35.636Z
48492026-08-19T02:43:35.636Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48502026-08-19T02:43:36.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-08-19T02:43:36.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-08-19T02:43:36.268Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48532026-08-19T02:43:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
48542026-08-19T02:43:36.937Z
48552026-08-19T02:43:36.937Zinfo: running `cargo check --bins` on schema (319/337)
48562026-08-19T02:43:37.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-19T02:43:37.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-19T02:43:37.658Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48592026-08-19T02:43:38.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
48602026-08-19T02:43:38.558Z
48612026-08-19T02:43:38.558Zinfo: running `cargo check --bins` on xtask (320/337)
48622026-08-19T02:43:38.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-19T02:43:38.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-19T02:43:38.956Z Checking serde_core v1.0.228
48652026-08-19T02:43:38.956Z Checking libc v0.2.185
48662026-08-19T02:43:39.036Z Checking bitflags v2.11.0
48672026-08-19T02:43:39.042Z Checking scroll v0.12.0
48682026-08-19T02:43:39.045Z Checking thiserror v1.0.69
48692026-08-19T02:43:39.048Z Checking log v0.4.33
48702026-08-19T02:43:39.059Z Checking zerocopy v0.7.35
48712026-08-19T02:43:39.063Z Checking indexmap v2.14.0
48722026-08-19T02:43:39.132Z Checking syn v2.0.117
48732026-08-19T02:43:39.173Z Checking dtrace-parser v0.2.0
48742026-08-19T02:43:39.186Z Checking once_cell v1.21.3
48752026-08-19T02:43:39.254Z Checking goblin v0.8.2
48762026-08-19T02:43:39.313Z Checking errno v0.3.14
48772026-08-19T02:43:39.354Z Checking getrandom v0.3.4
48782026-08-19T02:43:39.410Z Checking thread-id v4.2.2
48792026-08-19T02:43:39.428Z Checking rustix v1.1.4
48802026-08-19T02:43:39.482Z Checking memmap v0.7.0
48812026-08-19T02:43:39.493Z Checking thiserror v2.0.18
48822026-08-19T02:43:39.541Z Checking fs-err v3.3.0
48832026-08-19T02:43:39.589Z Checking tabled v0.15.0
48842026-08-19T02:43:39.604Z Checking anyhow v1.0.104
48852026-08-19T02:43:40.193Z Checking terminal_size v0.4.3
48862026-08-19T02:43:40.193Z Checking tempfile v3.27.0
48872026-08-19T02:43:40.303Z Checking clap_builder v4.6.0
48882026-08-19T02:43:40.303Z Checking textwrap v0.16.2
48892026-08-19T02:43:40.487Z Checking serde v1.0.228
48902026-08-19T02:43:40.487Z Checking serde_json v1.0.151
48912026-08-19T02:43:40.491Z Checking camino v1.2.5
48922026-08-19T02:43:40.512Z Checking cargo-platform v0.3.2
48932026-08-19T02:43:40.676Z Checking semver v1.0.28
48942026-08-19T02:43:40.732Z Checking camino-tempfile v1.4.1
48952026-08-19T02:43:40.885Z Checking toml_datetime v0.6.11
48962026-08-19T02:43:40.885Z Checking serde_spanned v0.6.9
48972026-08-19T02:43:40.885Z Checking macaddr v1.0.1
48982026-08-19T02:43:40.914Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48992026-08-19T02:43:41.058Z Checking toml_edit v0.22.27
49002026-08-19T02:43:41.091Z Checking dof v0.3.0
49012026-08-19T02:43:41.094Z Checking cargo_metadata v0.23.1
49022026-08-19T02:43:41.360Z Checking usdt-impl v0.5.0
49032026-08-19T02:43:41.469Z Checking clap v4.6.1
49042026-08-19T02:43:41.621Z Checking usdt v0.5.0
49052026-08-19T02:43:42.026Z Checking toml v0.8.23
49062026-08-19T02:43:42.287Z Checking cargo_toml v0.21.0
49072026-08-19T02:43:42.931Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49082026-08-19T02:43:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
49092026-08-19T02:43:43.431Z
49102026-08-19T02:43:43.432Zinfo: running `cargo check --bins` on dnsadm (321/337)
49112026-08-19T02:43:43.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49122026-08-19T02:43:43.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49132026-08-19T02:43:44.057Z Checking arc-swap v1.8.2
49142026-08-19T02:43:44.335Z Checking slog-scope v4.4.1
49152026-08-19T02:43:44.447Z Checking slog-stdlog v4.1.1
49162026-08-19T02:43:44.541Z Checking slog-envlogger v2.2.0
49172026-08-19T02:43:44.659Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49182026-08-19T02:43:45.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
49192026-08-19T02:43:45.251Z
49202026-08-19T02:43:45.251Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49212026-08-19T02:43:45.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-19T02:43:45.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-19T02:43:46.057Z Checking cpubits v0.1.1
49242026-08-19T02:43:46.184Z Checking pem-rfc7468 v1.0.0
49252026-08-19T02:43:46.196Z Checking hmac v0.13.0
49262026-08-19T02:43:46.200Z Checking universal-hash v0.6.1
49272026-08-19T02:43:46.219Z Checking ctr v0.10.1
49282026-08-19T02:43:46.219Z Checking aead v0.6.1
49292026-08-19T02:43:46.248Z Checking aes v0.9.1
49302026-08-19T02:43:46.248Z Checking crypto-bigint v0.7.5
49312026-08-19T02:43:46.276Z Checking salsa20 v0.11.0
49322026-08-19T02:43:46.322Z Checking der v0.8.0
49332026-08-19T02:43:46.325Z Checking polyval v0.7.1
49342026-08-19T02:43:46.350Z Checking pbkdf2 v0.13.0
49352026-08-19T02:43:46.384Z Checking cbc v0.2.1
49362026-08-19T02:43:46.430Z Checking ff v0.14.0
49372026-08-19T02:43:46.450Z Checking signature v3.0.0
49382026-08-19T02:43:46.465Z Checking scrypt v0.12.0
49392026-08-19T02:43:46.503Z Checking ghash v0.6.0
49402026-08-19T02:43:46.545Z Checking base16ct v1.0.0
49412026-08-19T02:43:46.560Z Checking group v0.14.0
49422026-08-19T02:43:46.600Z Checking hkdf v0.13.0
49432026-08-19T02:43:46.629Z Compiling curve25519-dalek v5.0.0
49442026-08-19T02:43:46.647Z Checking keccak v0.2.0
49452026-08-19T02:43:46.650Z Checking aes-gcm v0.11.0
49462026-08-19T02:43:46.678Z Checking poly1305 v0.9.0
49472026-08-19T02:43:46.708Z Checking wnaf v0.14.0
49482026-08-19T02:43:46.739Z Checking blowfish v0.10.0
49492026-08-19T02:43:46.803Z Checking blake2 v0.11.0-rc.6
49502026-08-19T02:43:46.825Z Checking sha3 v0.11.0
49512026-08-19T02:43:46.878Z Checking kem v0.3.0
49522026-08-19T02:43:46.893Z Checking bcrypt-pbkdf v0.11.0
49532026-08-19T02:43:46.953Z Checking module-lattice v0.2.3
49542026-08-19T02:43:46.998Z Checking sponge-cursor v0.1.0
49552026-08-19T02:43:47.052Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49562026-08-19T02:43:47.067Z Checking argon2 v0.6.0-rc.8
49572026-08-19T02:43:47.116Z Checking spki v0.8.0
49582026-08-19T02:43:47.131Z Checking sec1 v0.8.1
49592026-08-19T02:43:47.165Z Checking sha3 v0.12.0
49602026-08-19T02:43:47.180Z Checking ml-kem v0.3.2
49612026-08-19T02:43:47.229Z Checking internal-russh-num-bigint v0.5.0
49622026-08-19T02:43:47.291Z Checking pkcs5 v0.8.1
49632026-08-19T02:43:47.337Z Checking pkcs1 v0.8.0-rc.4
49642026-08-19T02:43:47.369Z Checking num-bigint v0.4.6
49652026-08-19T02:43:47.383Z Checking generic-array v1.4.3
49662026-08-19T02:43:47.547Z Checking russh-util v0.52.0
49672026-08-19T02:43:47.591Z Checking pkcs8 v0.11.0
49682026-08-19T02:43:47.671Z Compiling enum_dispatch v0.3.13
49692026-08-19T02:43:47.780Z Compiling delegate v0.13.5
49702026-08-19T02:43:47.795Z Checking ed25519 v3.0.0
49712026-08-19T02:43:47.910Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49722026-08-19T02:43:47.971Z Checking md5 v0.8.0
49732026-08-19T02:43:47.990Z Checking ed25519-dalek v3.0.0
49742026-08-19T02:43:48.078Z Checking hex-literal v1.1.0
49752026-08-19T02:43:48.161Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49762026-08-19T02:43:48.181Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49772026-08-19T02:43:48.216Z Checking socket2 v0.5.10
49782026-08-19T02:43:48.287Z Checking internet-checksum v0.2.1
49792026-08-19T02:43:48.321Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49802026-08-19T02:43:48.486Z Checking elliptic-curve v0.14.1
49812026-08-19T02:43:48.489Z Checking rfc6979 v0.6.0
49822026-08-19T02:43:48.489Z Checking primefield v0.14.0
49832026-08-19T02:43:48.489Z Checking ssh-encoding v0.3.0
49842026-08-19T02:43:48.611Z Checking crypto-primes v0.7.2
49852026-08-19T02:43:48.742Z Checking ssh-cipher v0.3.0
49862026-08-19T02:43:48.742Z Checking russh-cryptovec v0.62.0
49872026-08-19T02:43:48.894Z Checking ecdsa v0.17.0
49882026-08-19T02:43:48.894Z Checking primeorder v0.14.0
49892026-08-19T02:43:49.257Z Checking p256 v0.14.0
49902026-08-19T02:43:49.257Z Checking p521 v0.14.0
49912026-08-19T02:43:49.261Z Checking p384 v0.14.0
49922026-08-19T02:43:49.535Z Checking rsa v0.10.0-rc.18
49932026-08-19T02:43:52.110Z Checking ssh-key v0.7.0-rc.11
49942026-08-19T02:43:52.843Z Checking russh v0.62.4
49952026-08-19T02:44:06.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s
49962026-08-19T02:44:06.319Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49972026-08-19T02:44:06.319Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49982026-08-19T02:44:06.532Z
49992026-08-19T02:44:06.532Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50002026-08-19T02:44:07.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-19T02:44:07.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-19T02:44:07.168Z Checking termios v0.3.3
50032026-08-19T02:44:07.364Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50042026-08-19T02:44:07.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
50052026-08-19T02:44:08.125Z
50062026-08-19T02:44:08.125Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50072026-08-19T02:44:08.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50082026-08-19T02:44:08.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50092026-08-19T02:44:08.796Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50102026-08-19T02:44:09.494Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50112026-08-19T02:44:11.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
50122026-08-19T02:44:11.262Z
50132026-08-19T02:44:11.262Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50142026-08-19T02:44:11.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-19T02:44:11.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-19T02:44:11.891Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50172026-08-19T02:44:12.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
50182026-08-19T02:44:12.508Z
50192026-08-19T02:44:12.508Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50202026-08-19T02:44:12.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-19T02:44:12.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-19T02:44:12.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50232026-08-19T02:44:12.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50242026-08-19T02:44:13.061Z
50252026-08-19T02:44:13.061Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50262026-08-19T02:44:13.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-19T02:44:13.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-19T02:44:13.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-19T02:44:13.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50302026-08-19T02:44:13.615Z
50312026-08-19T02:44:13.615Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50322026-08-19T02:44:14.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-19T02:44:14.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-19T02:44:14.344Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50352026-08-19T02:44:14.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
50362026-08-19T02:44:15.128Z
50372026-08-19T02:44:15.129Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50382026-08-19T02:44:15.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-19T02:44:15.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-19T02:44:15.765Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50412026-08-19T02:44:15.765Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50422026-08-19T02:44:16.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
50432026-08-19T02:44:16.865Z
50442026-08-19T02:44:16.866Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50452026-08-19T02:44:17.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-19T02:44:17.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-19T02:44:17.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50482026-08-19T02:44:17.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50492026-08-19T02:44:17.422Z
50502026-08-19T02:44:17.422Zinfo: running `cargo check --bins` on omicron-package (331/337)
50512026-08-19T02:44:17.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-19T02:44:17.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-19T02:44:18.090Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50542026-08-19T02:44:19.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50552026-08-19T02:44:19.359Z
50562026-08-19T02:44:19.359Zinfo: running `cargo check --bins` on tqdb (332/337)
50572026-08-19T02:44:19.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-19T02:44:19.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-19T02:44:20.130Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50602026-08-19T02:44:20.482Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50612026-08-19T02:44:20.988Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50622026-08-19T02:44:20.989Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50632026-08-19T02:44:27.314Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50642026-08-19T02:44:27.318Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50652026-08-19T02:44:27.318Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50662026-08-19T02:44:27.921Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50672026-08-19T02:44:27.921Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50682026-08-19T02:44:27.925Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50692026-08-19T02:44:28.698Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50702026-08-19T02:44:29.189Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50712026-08-19T02:44:29.424Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50722026-08-19T02:44:29.740Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50732026-08-19T02:44:30.604Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50742026-08-19T02:44:31.254Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50752026-08-19T02:44:36.113Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50762026-08-19T02:44:43.328Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50772026-08-19T02:44:43.328Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50782026-08-19T02:44:43.332Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50792026-08-19T02:44:43.332Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50802026-08-19T02:44:44.833Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50812026-08-19T02:44:46.104Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50822026-08-19T02:44:46.776Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50832026-08-19T02:44:48.048Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50842026-08-19T02:44:48.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.22s
50852026-08-19T02:44:48.794Z
50862026-08-19T02:44:48.794Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50872026-08-19T02:44:49.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50882026-08-19T02:44:49.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50892026-08-19T02:44:49.495Z Checking rtoolbox v0.0.3
50902026-08-19T02:44:49.499Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50912026-08-19T02:44:49.499Z Checking tui-tree-widget v0.23.1
50922026-08-19T02:44:49.625Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50932026-08-19T02:44:49.715Z Checking rpassword v7.5.4
50942026-08-19T02:44:52.632Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50952026-08-19T02:44:54.457Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50962026-08-19T02:44:55.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
50972026-08-19T02:44:55.571Z
50982026-08-19T02:44:55.571Zinfo: running `cargo check --bins` on wicket (334/337)
50992026-08-19T02:44:56.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51002026-08-19T02:44:56.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51012026-08-19T02:44:56.260Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-19T02:44:56.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
51032026-08-19T02:44:56.808Z
51042026-08-19T02:44:56.808Zinfo: running `cargo check --bins` on wicketd (335/337)
51052026-08-19T02:44:57.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51062026-08-19T02:44:57.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51072026-08-19T02:44:57.506Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51082026-08-19T02:45:01.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
51092026-08-19T02:45:01.293Z
51102026-08-19T02:45:01.293Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51112026-08-19T02:45:01.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51122026-08-19T02:45:01.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51132026-08-19T02:45:01.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51142026-08-19T02:45:01.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51152026-08-19T02:45:01.868Z
51162026-08-19T02:45:01.868Zinfo: running `cargo check --bins` on zone-setup (337/337)
51172026-08-19T02:45:02.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51182026-08-19T02:45:02.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51192026-08-19T02:45:02.544Z Checking uzers v0.12.2
51202026-08-19T02:45:02.808Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51212026-08-19T02:45:03.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
51222026-08-19T02:45:03.785Z
51232026-08-19T02:45:03.786Zreal 14:04.777608211
51242026-08-19T02:45:03.786Zuser 21:25.916164104
51252026-08-19T02:45:03.786Zsys 4:21.914361524
51262026-08-19T02:45:03.786Ztrap 0.341945182
51272026-08-19T02:45:03.786Ztflt 0.593520687
51282026-08-19T02:45:03.786Zdflt 0.860322687
51292026-08-19T02:45:03.786Zkflt 0.005734404
51302026-08-19T02:45:03.786Zlock 1:29:59.687185948
51312026-08-19T02:45:03.786Zslp 1:41:18.612959687
51322026-08-19T02:45:03.786Zlat 1:01.793540489
51332026-08-19T02:45:03.786Zstop 4:13.002423442
51342026-08-19T02:45:03.792Zprocess exited: duration 975441 ms, exit code 0
 
51352026-08-19T02:45:03.803Zfound 0 output files