01M1C315XTCC083SJEV5MXH14K: 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: 01M1C330BGDSSARC23GQN59R15

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T14:21:32.433Zjob assigned to worker 01M1C33FMV8ZJTPT9FX82AYM2P [factory aws, i-0582d346b734da4de] (queued for 57 s)
 
22026-08-31T14:21:38.226Zstarting task 0: "setup"
32026-08-31T14:21:38.240Z++ uname -s
42026-08-31T14:21:38.249Z+ kern=SunOS
52026-08-31T14:21:38.249Z+ build_user=build
62026-08-31T14:21:38.250Z+ build_uid=12345
72026-08-31T14:21:38.250Z+ work_dir=/work
82026-08-31T14:21:38.250Z+ input_dir=/input
92026-08-31T14:21:38.250Z+ [[ 0 == 12345 ]]
102026-08-31T14:21:38.250Z+ case "$kern" in
112026-08-31T14:21:38.250Z+ groupadd -g 12345 build
122026-08-31T14:21:38.250Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T14:21:40.253Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T14:21:40.360Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T14:21:40.375Z+ home_fs=zfs
162026-08-31T14:21:40.375Z+ [[ zfs == autofs ]]
172026-08-31T14:21:40.375Z+ mkdir -p /home/build
182026-08-31T14:21:40.375Z+ chown build:build /home/build /work
192026-08-31T14:21:42.379Z+ chmod 0700 /home/build /work
202026-08-31T14:21:42.395Zprocess exited: duration 4140 ms, exit code 0
 
212026-08-31T14:21:42.436Zstarting task 1: "rust-toolchain"
222026-08-31T14:21:42.446Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T14:21:42.446Z * rust toolchain channel = "1.97.1"
242026-08-31T14:21:42.446Z * rust toolchain profile = "default"
252026-08-31T14:21:42.446Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-31T14:21:42.446Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T14:21:42.446Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T14:21:42.446Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T14:21:42.446Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T14:21:42.540Zinfo: downloading installer
312026-08-31T14:21:43.913Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T14:21:43.913Zwarn: /home/build/.rustup/settings.toml
332026-08-31T14:21:43.913Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T14:21:43.913Zwarn: instead of the one inferred from the default host triple.
352026-08-31T14:21:43.933Zinfo: profile set to default
362026-08-31T14:21:43.933Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T14:21:43.933Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T14:21:44.027Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T14:21:44.031Zinfo: downloading 6 components
402026-08-31T14:21:57.528Z
412026-08-31T14:21:57.528Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-31T14:21:57.561Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T14:21:57.561Z
442026-08-31T14:21:57.561Z
452026-08-31T14:21:57.562ZRust is installed now. Great!
462026-08-31T14:21:57.562Z
472026-08-31T14:21:57.594ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T14:21:57.595Zenvironment variable. This has not been done automatically.
492026-08-31T14:21:57.595Z
502026-08-31T14:21:57.595ZTo configure your current shell, you need to source
512026-08-31T14:21:57.595Zthe corresponding env file under $HOME/.cargo.
522026-08-31T14:21:57.595Z
532026-08-31T14:21:57.595ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T14:21:57.595Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T14:21:57.595Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T14:21:57.595Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T14:21:57.595Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T14:21:57.595Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T14:21:57.595Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T14:21:57.595Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T14:21:57.595Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T14:21:57.661Z+ rustup --version
632026-08-31T14:21:57.691Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T14:21:57.764Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T14:21:57.764Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T14:21:57.764Z+ cargo --version
672026-08-31T14:21:57.788Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T14:21:57.788Z+ rustc --version
692026-08-31T14:21:57.788Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T14:21:57.788Zprocess exited: duration 15302 ms, exit code 0
 
712026-08-31T14:21:57.842Zstarting task 2: "authentication"
722026-08-31T14:21:57.864Zprocess exited: duration 40 ms, exit code 0
 
732026-08-31T14:21:57.908Zstarting task 3: "clone repository"
742026-08-31T14:21:57.924Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T14:21:57.924Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T14:21:57.939ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T14:22:12.412Z+ cd /work/oxidecomputer/omicron
782026-08-31T14:22:12.412Z+ git fetch origin c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6
792026-08-31T14:22:12.713ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T14:22:12.713Z * branch c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6 -> FETCH_HEAD
812026-08-31T14:22:12.721Z+ [[ -n '' ]]
822026-08-31T14:22:12.721Z+ git reset --hard c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6
832026-08-31T14:22:12.942ZHEAD is now at c28413b20 [workspace-hack] regenerate for itertools 0.15 pulled in by the main merge
842026-08-31T14:22:12.953Zprocess exited: duration 15051 ms, exit code 0
 
852026-08-31T14:22:12.961Zstarting task 4: "build"
862026-08-31T14:22:12.968Z+ source .github/buildomat/ci-env.sh
872026-08-31T14:22:12.972Z++ export CARGO_TERM_COLOR=always
882026-08-31T14:22:12.972Z++ CARGO_TERM_COLOR=always
892026-08-31T14:22:12.972Z+++ uname -s
902026-08-31T14:22:12.972Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-31T14:22:12.972Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-31T14:22:12.972Z+ cargo --version
932026-08-31T14:22:12.991Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-31T14:22:13.008Z+ rustc --version
952026-08-31T14:22:13.017Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-31T14:22:13.017Z+ source ./env.sh
972026-08-31T14:22:13.017Z++ OLD_SHELL_OPTS=ehxB
982026-08-31T14:22:13.017Z++ set -o xtrace
992026-08-31T14:22:13.017Z++++ dirname ./env.sh
1002026-08-31T14:22:13.017Z+++ readlink -f .
1012026-08-31T14:22:13.017Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-31T14:22:13.017Z++ 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-31T14:22:13.017Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ 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-31T14:22:13.018Z++ case $OLD_SHELL_OPTS in
1132026-08-31T14:22:13.018Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-31T14:22:13.018Z+ 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-31T14:22:13.018Z+ 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-31T14:22:13.018Z+ banner prerequisites
1172026-08-31T14:22:13.033Z
1182026-08-31T14:22:13.034Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-31T14:22:13.034Z # # # # # # # # # # # # # # #
1202026-08-31T14:22:13.034Z # # # # ##### # # ##### # # # # # #### #
1212026-08-31T14:22:13.034Z ##### ##### # ##### # # # # # # # # #
1222026-08-31T14:22:13.034Z # # # # # # # # # # # # # # #
1232026-08-31T14:22:13.034Z # # # ###### # # ###### ### # #### # #### #
1242026-08-31T14:22:13.034Z
1252026-08-31T14:22:13.034Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-31T14:22:15.101Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-31T14:22:15.497Z Startup: Caching catalogs ... Done
1282026-08-31T14:22:17.757ZPlanning: Solver setup ... Done (2.148s)
1292026-08-31T14:22:17.828ZPlanning: Running solver ... Done (0.064s)
1302026-08-31T14:22:17.879ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-31T14:22:17.887ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-31T14:22:17.909ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-31T14:22:17.922ZPlanning: Package planning ... Done (0.014s)
1342026-08-31T14:22:17.936ZPlanning: Merging actions ... Done (0.001s)
1352026-08-31T14:22:18.144ZPlanning: Checking for conflicting actions ... Done (0.224s)
1362026-08-31T14:22:18.154ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-31T14:22:18.939ZPlanning: Evaluating mediators ... Done (0.793s)
1382026-08-31T14:22:18.943ZPlanning: Planning completed in 3.42 seconds
1392026-08-31T14:22:18.948Z Packages to install: 2
1402026-08-31T14:22:18.948Z Estimated space available: 156.00 GB
1412026-08-31T14:22:18.948ZEstimated space to be consumed: 83.65 MB
1422026-08-31T14:22:18.948Z Create boot environment: No
1432026-08-31T14:22:18.948ZCreate backup boot environment: No
1442026-08-31T14:22:18.948Z Rebuild boot archive: No
1452026-08-31T14:22:18.948Z
1462026-08-31T14:22:18.948ZChanged packages:
1472026-08-31T14:22:18.948Zhelios
1482026-08-31T14:22:18.948Z developer/build-essential
1492026-08-31T14:22:18.948Z None -> 11-3.0
1502026-08-31T14:22:18.948Z library/libxmlsec1
1512026-08-31T14:22:18.948Z None -> 1.2.35-3.0
1522026-08-31T14:22:18.978Z
1532026-08-31T14:22:18.978ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-31T14:22:19.040ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1552026-08-31T14:22:19.113Z Actions: 1/268 actions (Installing new actions)
1562026-08-31T14:22:19.153Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-31T14:22:19.191ZFinalize: Updating package state database ... Done (0.037s)
1582026-08-31T14:22:19.200ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-31T14:22:19.300ZFinalize: Updating image state ... Done (0.096s)
1602026-08-31T14:22:21.781ZFinalize: Creating fast lookup database ... Done (2.411s)
1612026-08-31T14:22:21.864ZFinalize: Reading search index ... Done (0.012s)
1622026-08-31T14:22:21.900ZFinalize: Updating search index ... Done (0.000s)
1632026-08-31T14:22:21.922ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-31T14:22:22.264ZPlanning: Evaluating mediator changes ... Done
1652026-08-31T14:22:22.369ZPlanning: Checking for conflicting actions ... Done
1662026-08-31T14:22:22.375ZPlanning: Consolidating action changes ... Done
1672026-08-31T14:22:22.533ZPlanning: Evaluating mediators ... Done
1682026-08-31T14:22:22.537ZPlanning: Planning completed in 0.26 seconds
1692026-08-31T14:22:22.551Z Mediators to change: 2
1702026-08-31T14:22:22.551Z Create boot environment: No
1712026-08-31T14:22:22.551ZCreate backup boot environment: No
1722026-08-31T14:22:22.588ZFinalize: Updating package state database ... Done
1732026-08-31T14:22:22.588ZFinalize: Updating package cache ... Done
1742026-08-31T14:22:22.646ZFinalize: Updating image state ... Done
1752026-08-31T14:22:24.584ZFinalize: Creating fast lookup database ... Done
1762026-08-31T14:22:24.648ZFinalize: Reading search index ... Done
1772026-08-31T14:22:24.653ZFinalize: Updating search index ... Done
1782026-08-31T14:22:24.740ZFinalize: Updating package cache ... Done
1792026-08-31T14:22:25.022ZPlanning: Evaluating mediator changes ... Done
1802026-08-31T14:22:25.132ZPlanning: Checking for conflicting actions ... Done
1812026-08-31T14:22:25.138ZPlanning: Consolidating action changes ... Done
1822026-08-31T14:22:25.285ZPlanning: Evaluating mediators ... Done
1832026-08-31T14:22:25.291ZPlanning: Planning completed in 0.26 seconds
1842026-08-31T14:22:25.310Z Mediators to change: 1
1852026-08-31T14:22:25.310Z Create boot environment: No
1862026-08-31T14:22:25.310ZCreate backup boot environment: No
1872026-08-31T14:22:25.449ZFinalize: Updating package state database ... Done
1882026-08-31T14:22:25.449ZFinalize: Updating package cache ... Done
1892026-08-31T14:22:25.498ZFinalize: Updating image state ... Done
1902026-08-31T14:22:27.433ZFinalize: Creating fast lookup database ... Done
1912026-08-31T14:22:27.494ZFinalize: Reading search index ... Done
1922026-08-31T14:22:27.500ZFinalize: Updating search index ... Done
1932026-08-31T14:22:27.577ZFinalize: Updating package cache ... Done
1942026-08-31T14:22:27.887ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-31T14:22:27.887Zapache system 2.4 system
1962026-08-31T14:22:27.887Zclang system 15 system
1972026-08-31T14:22:27.887Zcsh system system illumos
1982026-08-31T14:22:27.887Zctags system system illumos
1992026-08-31T14:22:27.887Zfile vendor vendor darwinsys
2002026-08-31T14:22:27.887Zfile system system illumos
2012026-08-31T14:22:27.887Zgcc vendor 14 vendor
2022026-08-31T14:22:27.887Zgcc system 13 system
2032026-08-31T14:22:27.887Zgcc system 10 system
2042026-08-31T14:22:27.888Zgo system 1.25 system
2052026-08-31T14:22:27.888Zllvm system 15 system
2062026-08-31T14:22:27.888Zmariadb system 11.4 system
2072026-08-31T14:22:27.888Zmta vendor vendor dma
2082026-08-31T14:22:27.888Zopenjdk system 17 system
2092026-08-31T14:22:27.888Zopenjdk system 11 system
2102026-08-31T14:22:27.888Zopenssl vendor 3 vendor
2112026-08-31T14:22:27.888Zperl system 5.40 system
2122026-08-31T14:22:27.888Zpostgresql system 18 system
2132026-08-31T14:22:27.888Zpostgresql system 17 system
2142026-08-31T14:22:27.888Zpython vendor 3 vendor
2152026-08-31T14:22:27.888Zpython system 2 system
2162026-08-31T14:22:27.888Zpython3 vendor 3.13 vendor
2172026-08-31T14:22:27.888Zruby system 3.4 system
2182026-08-31T14:22:27.888Zruby system 3.0 system
2192026-08-31T14:22:27.888Zwords vendor vendor american-english
2202026-08-31T14:22:27.888Zwords system system australian-english
2212026-08-31T14:22:27.888Zwords system system british-english
2222026-08-31T14:22:27.888Zwords system system canadian-english
2232026-08-31T14:22:27.888Zwords system system french
2242026-08-31T14:22:27.888Zwords system system italian
2252026-08-31T14:22:27.888Zwords system system ngerman
2262026-08-31T14:22:27.888Zwords system system ogerman
2272026-08-31T14:22:27.888Zwords system system spanish
2282026-08-31T14:22:28.142ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-31T14:22:28.142Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-31T14:22:28.669ZFMRI IFO
2312026-08-31T14:22:28.669Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-31T14:22:28.669Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-31T14:22:28.669Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-31T14:22:28.669Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-31T14:22:28.669Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-31T14:22:28.669Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-31T14:22:28.669Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-31T14:22:28.669Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-31T14:22:28.670Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-31T14:22:28.991Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-31T14:22:29.433Z Updating crates.io index
2422026-08-31T14:22:29.473Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-31T14:22:29.617Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-31T14:22:30.139Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2452026-08-31T14:22:30.335Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-08-31T14:22:31.796Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-31T14:22:32.627Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-31T14:22:34.427Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-31T14:22:35.998Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-31T14:22:36.297Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-08-31T14:22:36.561Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-08-31T14:22:43.348Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-31T14:22:43.348Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-08-31T14:22:43.348Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-08-31T14:22:43.348Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-08-31T14:22:43.348Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-08-31T14:22:43.348Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-08-31T14:22:43.349Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-31T14:22:43.500Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-08-31T14:22:43.773Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-31T14:22:44.163Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-31T14:22:44.719Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-31T14:22:44.978Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-31T14:22:45.526Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-31T14:22:45.807Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-31T14:22:46.106Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-31T14:22:46.596Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-31T14:22:46.883Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-31T14:22:47.282Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-31T14:22:47.981Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-31T14:22:48.268Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-31T14:22:48.699Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-31T14:22:49.234Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-31T14:22:49.701Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-31T14:22:50.495Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-31T14:22:51.169Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-31T14:22:51.379Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-31T14:22:51.380Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-31T14:22:51.399Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-31T14:22:52.322Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-31T14:22:52.531Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-31T14:22:54.426Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-31T14:22:54.717Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-31T14:22:58.101Z Downloading crates ...
2852026-08-31T14:22:58.715Z Downloaded autocfg v1.5.0
2862026-08-31T14:22:58.715Z Downloaded pest_derive v2.8.6
2872026-08-31T14:22:58.715Z Downloaded anstream v1.0.0
2882026-08-31T14:22:58.715Z Downloaded itoa v1.0.17
2892026-08-31T14:22:58.715Z Downloaded is_terminal_polyfill v1.70.2
2902026-08-31T14:22:58.715Z Downloaded fastrand v2.3.0
2912026-08-31T14:22:58.715Z Downloaded crypto-common v0.1.7
2922026-08-31T14:22:58.715Z Downloaded clap_lex v1.0.0
2932026-08-31T14:22:58.715Z Downloaded generic-array v0.14.7
2942026-08-31T14:22:58.715Z Downloaded cfg-if v1.0.4
2952026-08-31T14:22:58.715Z Downloaded equivalent v1.0.2
2962026-08-31T14:22:58.715Z Downloaded fs-err v3.3.0
2972026-08-31T14:22:58.716Z Downloaded zmij v1.0.21
2982026-08-31T14:22:58.716Z Downloaded dtrace-parser v0.2.0
2992026-08-31T14:22:58.716Z Downloaded cpufeatures v0.2.17
3002026-08-31T14:22:58.716Z Downloaded zerocopy v0.7.35
3012026-08-31T14:22:58.716Z Downloaded zerocopy-derive v0.7.35
3022026-08-31T14:22:58.716Z Downloaded memmap v0.7.0
3032026-08-31T14:22:58.716Z Downloaded errno v0.3.14
3042026-08-31T14:22:58.716Z Downloaded anstyle-parse v1.0.0
3052026-08-31T14:22:58.716Z Downloaded winnow v0.7.14
3062026-08-31T14:22:58.716Z Downloaded fnv v1.0.7
3072026-08-31T14:22:58.716Z Downloaded anstyle-query v1.1.5
3082026-08-31T14:22:58.716Z Downloaded colorchoice v1.0.4
3092026-08-31T14:22:58.716Z Downloaded dof v0.3.0
3102026-08-31T14:22:58.716Z Downloaded cargo-platform v0.3.2
3112026-08-31T14:22:58.717Z Downloaded heck v0.5.0
3122026-08-31T14:22:58.717Z Downloaded clap_derive v4.6.1
3132026-08-31T14:22:58.717Z Downloaded indexmap v2.14.0
3142026-08-31T14:22:58.717Z Downloaded cargo_toml v0.21.0
3152026-08-31T14:22:58.717Z Downloaded cargo_metadata v0.23.1
3162026-08-31T14:22:58.717Z Downloaded version_check v0.9.5
3172026-08-31T14:22:58.717Z Downloaded heck v0.4.1
3182026-08-31T14:22:58.717Z Downloaded proc-macro-error-attr v1.0.4
3192026-08-31T14:22:58.717Z Downloaded block-buffer v0.10.4
3202026-08-31T14:22:58.717Z Downloaded scroll_derive v0.12.1
3212026-08-31T14:22:58.717Z Downloaded toml_write v0.1.2
3222026-08-31T14:22:58.717Z Downloaded swrite v0.1.0
3232026-08-31T14:22:58.717Z Downloaded unicode-linebreak v0.1.5
3242026-08-31T14:22:58.717Z Downloaded smawk v0.3.2
3252026-08-31T14:22:58.717Z Downloaded thread-id v4.2.2
3262026-08-31T14:22:58.718Z Downloaded pretty-hex v0.4.1
3272026-08-31T14:22:58.718Z Downloaded strsim v0.11.1
3282026-08-31T14:22:58.718Z Downloaded usdt-attr-macro v0.5.0
3292026-08-31T14:22:58.718Z Downloaded usdt-macro v0.5.0
3302026-08-31T14:22:58.718Z Downloaded serde_spanned v0.6.9
3312026-08-31T14:22:58.718Z Downloaded plain v0.2.3
3322026-08-31T14:22:58.718Z Downloaded usdt v0.5.0
3332026-08-31T14:22:58.718Z Downloaded utf8parse v0.2.2
3342026-08-31T14:22:58.718Z Downloaded bytecount v0.6.9
3352026-08-31T14:22:58.718Z Downloaded camino-tempfile v1.4.1
3362026-08-31T14:22:58.718Z Downloaded macaddr v1.0.1
3372026-08-31T14:22:58.719Z Downloaded tabled_derive v0.7.0
3382026-08-31T14:22:58.719Z Downloaded terminal_size v0.4.3
3392026-08-31T14:22:58.719Z Downloaded thiserror-impl v1.0.69
3402026-08-31T14:22:58.719Z Downloaded anstyle v1.0.14
3412026-08-31T14:22:58.719Z Downloaded byteorder v1.5.0
3422026-08-31T14:22:58.719Z Downloaded digest v0.10.7
3432026-08-31T14:22:58.719Z Downloaded once_cell v1.21.3
3442026-08-31T14:22:58.719Z Downloaded anyhow v1.0.104
3452026-08-31T14:22:58.719Z Downloaded proc-macro-error v1.0.4
3462026-08-31T14:22:58.719Z Downloaded toml_datetime v0.6.11
3472026-08-31T14:22:58.719Z Downloaded quote v1.0.45
3482026-08-31T14:22:58.719Z Downloaded thiserror v1.0.69
3492026-08-31T14:22:58.719Z Downloaded sha2 v0.10.9
3502026-08-31T14:22:58.719Z Downloaded camino v1.2.5
3512026-08-31T14:22:58.719Z Downloaded thiserror v2.0.18
3522026-08-31T14:22:58.719Z Downloaded ucd-trie v0.1.7
3532026-08-31T14:22:58.719Z Downloaded usdt-impl v0.5.0
3542026-08-31T14:22:58.719Z Downloaded pest_meta v2.8.6
3552026-08-31T14:22:58.719Z Downloaded clap v4.6.1
3562026-08-31T14:22:58.719Z Downloaded thiserror-impl v2.0.18
3572026-08-31T14:22:58.719Z Downloaded serde_tokenstream v0.2.3
3582026-08-31T14:22:58.719Z Downloaded pest_generator v2.8.6
3592026-08-31T14:22:58.719Z Downloaded semver v1.0.28
3602026-08-31T14:22:58.719Z Downloaded toml v0.8.23
3612026-08-31T14:22:58.719Z Downloaded scroll v0.12.0
3622026-08-31T14:22:58.719Z Downloaded bitflags v2.11.0
3632026-08-31T14:22:58.719Z Downloaded log v0.4.33
3642026-08-31T14:22:58.719Z Downloaded tempfile v3.27.0
3652026-08-31T14:22:58.719Z Downloaded serde_core v1.0.229
3662026-08-31T14:22:58.719Z Downloaded getrandom v0.4.3
3672026-08-31T14:22:58.719Z Downloaded textwrap v0.16.2
3682026-08-31T14:22:58.719Z Downloaded unicode-ident v1.0.24
3692026-08-31T14:22:58.719Z Downloaded proc-macro2 v1.0.106
3702026-08-31T14:22:58.719Z Downloaded memchr v2.8.0
3712026-08-31T14:22:58.719Z Downloaded papergrid v0.11.0
3722026-08-31T14:22:58.719Z Downloaded toml_edit v0.22.27
3732026-08-31T14:22:58.719Z Downloaded serde v1.0.229
3742026-08-31T14:22:58.719Z Downloaded serde_derive v1.0.229
3752026-08-31T14:22:58.719Z Downloaded hashbrown v0.17.0
3762026-08-31T14:22:58.720Z Downloaded pest v2.8.6
3772026-08-31T14:22:58.720Z Downloaded typenum v1.20.1
3782026-08-31T14:22:58.720Z Downloaded clap_builder v4.6.0
3792026-08-31T14:22:58.720Z Downloaded goblin v0.8.2
3802026-08-31T14:22:58.720Z Downloaded serde_json v1.0.151
3812026-08-31T14:22:58.720Z Downloaded tabled v0.15.0
3822026-08-31T14:22:58.720Z Downloaded syn v1.0.109
3832026-08-31T14:22:58.720Z Downloaded unicode-width v0.2.0
3842026-08-31T14:22:58.720Z Downloaded unicode-width v0.1.14
3852026-08-31T14:22:58.961Z Downloaded syn v2.0.117
3862026-08-31T14:22:58.962Z Downloaded syn v3.0.3
3872026-08-31T14:22:58.962Z Downloaded rustix v1.1.4
3882026-08-31T14:22:58.963Z Downloaded libc v0.2.185
3892026-08-31T14:22:58.963Z Compiling proc-macro2 v1.0.106
3902026-08-31T14:22:58.963Z Compiling unicode-ident v1.0.24
3912026-08-31T14:22:58.963Z Compiling quote v1.0.45
3922026-08-31T14:22:58.963Z Compiling serde_core v1.0.229
3932026-08-31T14:22:58.963Z Compiling libc v0.2.185
3942026-08-31T14:22:58.963Z Compiling version_check v0.9.5
3952026-08-31T14:22:58.963Z Compiling memchr v2.8.0
3962026-08-31T14:22:58.963Z Compiling serde v1.0.229
3972026-08-31T14:22:58.963Z Compiling zmij v1.0.21
3982026-08-31T14:22:58.963Z Compiling thiserror v1.0.69
3992026-08-31T14:22:58.963Z Compiling itoa v1.0.17
4002026-08-31T14:22:58.963Z Compiling ucd-trie v0.1.7
4012026-08-31T14:22:58.963Z Compiling byteorder v1.5.0
4022026-08-31T14:22:58.963Z Compiling pest v2.8.6
4032026-08-31T14:22:58.963Z Compiling rustix v1.1.4
4042026-08-31T14:22:58.964Z Compiling errno v0.3.14
4052026-08-31T14:22:58.964Z Compiling bitflags v2.11.0
4062026-08-31T14:22:58.964Z Compiling serde_json v1.0.151
4072026-08-31T14:22:59.255Z Compiling syn v2.0.117
4082026-08-31T14:22:59.255Z Compiling syn v3.0.3
4092026-08-31T14:22:59.255Z Compiling thread-id v4.2.2
4102026-08-31T14:22:59.255Z Compiling proc-macro-error-attr v1.0.4
4112026-08-31T14:22:59.255Z Compiling usdt-impl v0.5.0
4122026-08-31T14:22:59.475Z Compiling syn v1.0.109
4132026-08-31T14:22:59.475Z Compiling camino v1.2.5
4142026-08-31T14:22:59.631Z Compiling pest_meta v2.8.6
4152026-08-31T14:22:59.738Z Compiling proc-macro-error v1.0.4
4162026-08-31T14:22:59.833Z Compiling plain v0.2.3
4172026-08-31T14:22:59.913Z Compiling log v0.4.33
4182026-08-31T14:23:00.106Z Compiling hashbrown v0.17.0
4192026-08-31T14:23:00.287Z Compiling equivalent v1.0.2
4202026-08-31T14:23:00.400Z Compiling getrandom v0.4.3
4212026-08-31T14:23:00.400Z Compiling utf8parse v0.2.2
4222026-08-31T14:23:00.441Z Compiling indexmap v2.14.0
4232026-08-31T14:23:00.478Z Compiling anstyle-parse v1.0.0
4242026-08-31T14:23:00.618Z Compiling terminal_size v0.4.3
4252026-08-31T14:23:01.108Z Compiling pest_generator v2.8.6
4262026-08-31T14:23:01.394Z Compiling serde_derive v1.0.229
4272026-08-31T14:23:01.395Z Compiling toml_write v0.1.2
4282026-08-31T14:23:01.395Z Compiling winnow v0.7.14
4292026-08-31T14:23:01.395Z Compiling cfg-if v1.0.4
4302026-08-31T14:23:01.395Z Compiling thiserror v2.0.18
4312026-08-31T14:23:01.395Z Compiling anstyle-query v1.1.5
4322026-08-31T14:23:01.638Z Compiling is_terminal_polyfill v1.70.2
4332026-08-31T14:23:01.638Z Compiling colorchoice v1.0.4
4342026-08-31T14:23:01.638Z Compiling pretty-hex v0.4.1
4352026-08-31T14:23:01.638Z Compiling autocfg v1.5.0
4362026-08-31T14:23:01.958Z Compiling anstyle v1.0.14
4372026-08-31T14:23:02.298Z Compiling anstream v1.0.0
4382026-08-31T14:23:02.299Z Compiling clap_lex v1.0.0
4392026-08-31T14:23:02.299Z Compiling fs-err v3.3.0
4402026-08-31T14:23:03.258Z Compiling bytecount v0.6.9
4412026-08-31T14:23:03.258Z Compiling fastrand v2.3.0
4422026-08-31T14:23:03.259Z Compiling anyhow v1.0.104
4432026-08-31T14:23:03.259Z Compiling strsim v0.11.1
4442026-08-31T14:23:03.259Z Compiling heck v0.4.1
4452026-08-31T14:23:03.259Z Compiling once_cell v1.21.3
4462026-08-31T14:23:03.259Z Compiling fnv v1.0.7
4472026-08-31T14:23:03.259Z Compiling unicode-width v0.1.14
4482026-08-31T14:23:03.259Z Compiling heck v0.5.0
4492026-08-31T14:23:03.259Z Compiling tempfile v3.27.0
4502026-08-31T14:23:03.259Z Compiling clap_builder v4.6.0
4512026-08-31T14:23:03.912Z Compiling thiserror-impl v1.0.69
4522026-08-31T14:23:03.913Z Compiling zerocopy-derive v0.7.35
4532026-08-31T14:23:03.913Z Compiling pest_derive v2.8.6
4542026-08-31T14:23:03.913Z Compiling scroll_derive v0.12.1
4552026-08-31T14:23:03.913Z Compiling thiserror-impl v2.0.18
4562026-08-31T14:23:03.913Z Compiling tabled_derive v0.7.0
4572026-08-31T14:23:03.913Z Compiling clap_derive v4.6.1
4582026-08-31T14:23:04.451Z Compiling scroll v0.12.0
4592026-08-31T14:23:04.451Z Compiling zerocopy v0.7.35
4602026-08-31T14:23:04.451Z Compiling goblin v0.8.2
4612026-08-31T14:23:04.452Z Compiling papergrid v0.11.0
4622026-08-31T14:23:04.452Z Compiling dtrace-parser v0.2.0
4632026-08-31T14:23:04.940Z Compiling serde_spanned v0.6.9
4642026-08-31T14:23:04.940Z Compiling toml_datetime v0.6.11
4652026-08-31T14:23:04.940Z Compiling dof v0.3.0
4662026-08-31T14:23:04.940Z Compiling serde_tokenstream v0.2.3
4672026-08-31T14:23:04.940Z Compiling toml_edit v0.22.27
4682026-08-31T14:23:05.343Z Compiling semver v1.0.28
4692026-08-31T14:23:05.343Z Compiling cargo-platform v0.3.2
4702026-08-31T14:23:05.344Z Compiling memmap v0.7.0
4712026-08-31T14:23:05.466Z Compiling unicode-linebreak v0.1.5
4722026-08-31T14:23:05.466Z Compiling smawk v0.3.2
4732026-08-31T14:23:05.466Z Compiling unicode-width v0.2.0
4742026-08-31T14:23:05.467Z Compiling cargo_metadata v0.23.1
4752026-08-31T14:23:05.467Z Compiling clap v4.6.1
4762026-08-31T14:23:05.531Z Compiling tabled v0.15.0
4772026-08-31T14:23:05.531Z Compiling textwrap v0.16.2
4782026-08-31T14:23:05.531Z Compiling usdt-macro v0.5.0
4792026-08-31T14:23:05.670Z Compiling usdt-attr-macro v0.5.0
4802026-08-31T14:23:05.764Z Compiling macaddr v1.0.1
4812026-08-31T14:23:06.352Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-31T14:23:06.888Z Compiling toml v0.8.23
4832026-08-31T14:23:07.171Z Compiling cargo_toml v0.21.0
4842026-08-31T14:23:07.171Z Compiling usdt v0.5.0
4852026-08-31T14:23:07.171Z Compiling camino-tempfile v1.4.1
4862026-08-31T14:23:07.171Z Compiling swrite v0.1.0
4872026-08-31T14:23:08.533Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-08-31T14:23:10.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.14s
4892026-08-31T14:23:12.046Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-08-31T14:23:12.046Z Downloading crates ...
4912026-08-31T14:23:12.046Z Downloaded async-stream v0.3.6
4922026-08-31T14:23:12.046Z Downloaded addr2line v0.25.1
4932026-08-31T14:23:12.047Z Downloaded bit-set v0.5.3
4942026-08-31T14:23:12.047Z Downloaded aead v0.5.2
4952026-08-31T14:23:12.047Z Downloaded async-recursion v1.1.1
4962026-08-31T14:23:12.047Z Downloaded async-stream-impl v0.3.6
4972026-08-31T14:23:12.047Z Downloaded ascii-canvas v3.0.0
4982026-08-31T14:23:12.047Z Downloaded bitfield-struct v0.6.2
4992026-08-31T14:23:12.047Z Downloaded env_filter v2.0.0
5002026-08-31T14:23:12.047Z Downloaded atomic-waker v1.1.2
5012026-08-31T14:23:12.047Z Downloaded atty v0.2.14
5022026-08-31T14:23:12.047Z Downloaded backtrace-ext v0.2.1
5032026-08-31T14:23:12.047Z Downloaded const-oid v0.10.2
5042026-08-31T14:23:12.047Z Downloaded bit-set v0.8.0
5052026-08-31T14:23:12.048Z Downloaded futures-core v0.3.32
5062026-08-31T14:23:12.048Z Downloaded ff v0.14.0
5072026-08-31T14:23:12.048Z Downloaded foreign-types v0.5.0
5082026-08-31T14:23:12.048Z Downloaded env_logger v0.11.11
5092026-08-31T14:23:12.048Z Downloaded array-init v0.0.4
5102026-08-31T14:23:12.048Z Downloaded base16ct v0.2.0
5112026-08-31T14:23:12.048Z Downloaded bb8 v0.8.6
5122026-08-31T14:23:12.049Z Downloaded fatfs v0.3.6
5132026-08-31T14:23:12.049Z Downloaded futures-task v0.3.32
5142026-08-31T14:23:12.049Z Downloaded foreign-types-shared v0.1.1
5152026-08-31T14:23:12.049Z Downloaded funty v2.0.0
5162026-08-31T14:23:12.049Z Downloaded adler2 v2.0.1
5172026-08-31T14:23:12.049Z Downloaded ff v0.13.1
5182026-08-31T14:23:12.049Z Downloaded futures-sink v0.3.32
5192026-08-31T14:23:12.049Z Downloaded generic-array v1.4.3
5202026-08-31T14:23:12.049Z Downloaded base16ct v1.0.0
5212026-08-31T14:23:12.049Z Downloaded bitfield-macros v0.19.4
5222026-08-31T14:23:12.049Z Downloaded futures-executor v0.3.32
5232026-08-31T14:23:12.049Z Downloaded futures-macro v0.3.32
5242026-08-31T14:23:12.049Z Downloaded embedded-io v0.6.1
5252026-08-31T14:23:12.050Z Downloaded enum_dispatch v0.3.13
5262026-08-31T14:23:12.050Z Downloaded assert_matches v1.5.0
5272026-08-31T14:23:12.050Z Downloaded bcrypt-pbkdf v0.11.0
5282026-08-31T14:23:12.050Z Downloaded embedded-io v0.4.0
5292026-08-31T14:23:12.050Z Downloaded http-range v0.1.5
5302026-08-31T14:23:12.050Z Downloaded fixedbitset v0.5.7
5312026-08-31T14:23:12.050Z Downloaded arrayref v0.3.9
5322026-08-31T14:23:12.050Z Downloaded atomicwrites v0.4.4
5332026-08-31T14:23:12.050Z Downloaded cfg_aliases v0.2.1
5342026-08-31T14:23:12.050Z Downloaded futures-channel v0.3.32
5352026-08-31T14:23:12.050Z Downloaded enum-as-inner v0.6.1
5362026-08-31T14:23:12.051Z Downloaded fixedbitset v0.4.2
5372026-08-31T14:23:12.052Z Downloaded castaway v0.2.4
5382026-08-31T14:23:12.052Z Downloaded aead v0.6.1
5392026-08-31T14:23:12.052Z Downloaded float-cmp v0.10.0
5402026-08-31T14:23:12.052Z Downloaded foreign-types-macros v0.2.3
5412026-08-31T14:23:12.052Z Downloaded flagset v0.4.7
5422026-08-31T14:23:12.052Z Downloaded futures-io v0.3.32
5432026-08-31T14:23:12.052Z Downloaded fd-lock v4.0.4
5442026-08-31T14:23:12.053Z Downloaded float-ord v0.3.2
5452026-08-31T14:23:12.053Z Downloaded fxhash v0.2.1
5462026-08-31T14:23:12.053Z Downloaded bit-vec v0.6.3
5472026-08-31T14:23:12.053Z Downloaded bitfield v0.19.4
5482026-08-31T14:23:12.053Z Downloaded hubpack v0.1.2
5492026-08-31T14:23:12.053Z Downloaded endian-type v0.1.2
5502026-08-31T14:23:12.053Z Downloaded futures v0.3.32
5512026-08-31T14:23:12.053Z Downloaded backoff v0.4.0
5522026-08-31T14:23:12.053Z Downloaded foreign-types-shared v0.3.1
5532026-08-31T14:23:12.054Z Downloaded fallible-iterator v0.2.0
5542026-08-31T14:23:12.054Z Downloaded filetime v0.2.27
5552026-08-31T14:23:12.054Z Downloaded ciborium-io v0.2.2
5562026-08-31T14:23:12.054Z Downloaded hostname v0.3.1
5572026-08-31T14:23:12.054Z Downloaded gethostname v0.5.0
5582026-08-31T14:23:12.054Z Downloaded headers-core v0.3.0
5592026-08-31T14:23:12.054Z Downloaded hostname v0.4.2
5602026-08-31T14:23:12.054Z Downloaded ciborium-ll v0.2.2
5612026-08-31T14:23:12.055Z Downloaded http-body v1.0.1
5622026-08-31T14:23:12.055Z Downloaded block-padding v0.4.2
5632026-08-31T14:23:12.056Z Downloaded cfg_aliases v0.1.1
5642026-08-31T14:23:12.056Z Downloaded httpdate v1.0.3
5652026-08-31T14:23:12.056Z Downloaded form_urlencoded v1.2.2
5662026-08-31T14:23:12.056Z Downloaded hex v0.4.3
5672026-08-31T14:23:12.056Z Downloaded globwalk v0.9.1
5682026-08-31T14:23:12.056Z Downloaded hex-literal v1.1.0
5692026-08-31T14:23:12.056Z Downloaded hash32 v0.3.1
5702026-08-31T14:23:12.056Z Downloaded ghash v0.6.0
5712026-08-31T14:23:12.056Z Downloaded cobs v0.3.0
5722026-08-31T14:23:12.056Z Downloaded foldhash v0.1.5
5732026-08-31T14:23:12.056Z Downloaded find-msvc-tools v0.1.9
5742026-08-31T14:23:12.056Z Downloaded foldhash v0.2.0
5752026-08-31T14:23:12.057Z Downloaded git-stub v1.0.0
5762026-08-31T14:23:12.057Z Downloaded newline-converter v0.3.0
5772026-08-31T14:23:12.057Z Downloaded hash32 v0.2.1
5782026-08-31T14:23:12.057Z Downloaded nibble_vec v0.1.0
5792026-08-31T14:23:12.057Z Downloaded nodrop v0.1.14
5802026-08-31T14:23:12.057Z Downloaded anstream v0.6.21
5812026-08-31T14:23:12.057Z Downloaded hubpack_derive v0.1.1
5822026-08-31T14:23:12.057Z Downloaded parse-display v0.10.0
5832026-08-31T14:23:12.058Z Downloaded async-trait v0.1.89
5842026-08-31T14:23:12.058Z Downloaded home v0.5.12
5852026-08-31T14:23:12.084Z Downloaded phf_shared v0.13.1
5862026-08-31T14:23:12.084Z Downloaded anstyle-parse v0.2.7
5872026-08-31T14:23:12.084Z Downloaded compression-core v0.4.31
5882026-08-31T14:23:12.084Z Downloaded bit-vec v0.8.0
5892026-08-31T14:23:12.946Z Downloaded byte-wrapper v0.1.0
5902026-08-31T14:23:12.946Z Downloaded precomputed-hash v0.1.1
5912026-08-31T14:23:12.946Z Downloaded powerfmt v0.2.0
5922026-08-31T14:23:12.946Z Downloaded normalize-line-endings v0.3.0
5932026-08-31T14:23:12.946Z Downloaded num_threads v0.1.7
5942026-08-31T14:23:12.946Z Downloaded foreign-types v0.3.2
5952026-08-31T14:23:12.946Z Downloaded argon2 v0.5.3
5962026-08-31T14:23:12.946Z Downloaded fs-err v2.11.0
5972026-08-31T14:23:12.946Z Downloaded group v0.13.0
5982026-08-31T14:23:12.946Z Downloaded base64ct v1.8.3
5992026-08-31T14:23:12.947Z Downloaded ena v0.14.4
6002026-08-31T14:23:12.947Z Downloaded arrayvec v0.7.6
6012026-08-31T14:23:12.947Z Downloaded async-compression v0.4.41
6022026-08-31T14:23:12.947Z Downloaded openssl-macros v0.1.1
6032026-08-31T14:23:12.947Z Downloaded openssl-probe v0.1.6
6042026-08-31T14:23:12.947Z Downloaded oxide-generation-macros v0.2.0
6052026-08-31T14:23:12.947Z Downloaded psl-types v2.0.11
6062026-08-31T14:23:12.947Z Downloaded rfc6979 v0.4.0
6072026-08-31T14:23:12.947Z Downloaded proc-macro-crate v1.3.1
6082026-08-31T14:23:12.947Z Downloaded radium v0.7.0
6092026-08-31T14:23:12.947Z Downloaded proc-macro-crate v3.4.0
6102026-08-31T14:23:12.947Z Downloaded rustc-hash v2.1.1
6112026-08-31T14:23:12.947Z Downloaded same-file v1.0.6
6122026-08-31T14:23:12.949Z Downloaded scopeguard v1.2.0
6132026-08-31T14:23:12.949Z Downloaded scroll_derive v0.13.1
6142026-08-31T14:23:12.949Z Downloaded block-buffer v0.12.1
6152026-08-31T14:23:12.949Z Downloaded cipher v0.4.4
6162026-08-31T14:23:12.949Z Downloaded cmake v0.1.57
6172026-08-31T14:23:12.949Z Downloaded compression-codecs v0.4.37
6182026-08-31T14:23:12.949Z Downloaded signature v3.0.0
6192026-08-31T14:23:12.949Z Downloaded signature v2.2.0
6202026-08-31T14:23:12.949Z Downloaded bitflags v1.3.2
6212026-08-31T14:23:12.949Z Downloaded sqlparser_derive v0.5.0
6222026-08-31T14:23:12.949Z Downloaded bs58 v0.5.1
6232026-08-31T14:23:12.950Z Downloaded cbc v0.2.1
6242026-08-31T14:23:12.950Z Downloaded blowfish v0.10.0
6252026-08-31T14:23:12.950Z Downloaded chacha20 v0.9.1
6262026-08-31T14:23:12.950Z Downloaded slog-envlogger v2.2.0
6272026-08-31T14:23:12.950Z Downloaded subtle v2.6.1
6282026-08-31T14:23:12.950Z Downloaded supports-unicode v3.0.0
6292026-08-31T14:23:12.950Z Downloaded git-stub-vcs v0.1.0
6302026-08-31T14:23:12.950Z Downloaded glob v0.3.3
6312026-08-31T14:23:12.950Z Downloaded cexpr v0.6.0
6322026-08-31T14:23:12.950Z Downloaded ref-cast v1.0.25
6332026-08-31T14:23:12.950Z Downloaded ref-cast-impl v1.0.25
6342026-08-31T14:23:12.950Z Downloaded highway v1.3.0
6352026-08-31T14:23:12.950Z Downloaded serde_bytes v0.11.19
6362026-08-31T14:23:12.951Z Downloaded globset v0.4.18
6372026-08-31T14:23:12.951Z Downloaded cassowary v0.3.0
6382026-08-31T14:23:12.951Z Downloaded async-bb8-diesel v0.2.1
6392026-08-31T14:23:12.951Z Downloaded argon2 v0.6.0-rc.8
6402026-08-31T14:23:12.951Z Downloaded backon v1.6.0
6412026-08-31T14:23:12.952Z Downloaded group v0.14.0
6422026-08-31T14:23:12.952Z Downloaded http-body-util v0.1.3
6432026-08-31T14:23:12.952Z Downloaded pbkdf2 v0.13.0
6442026-08-31T14:23:12.952Z Downloaded pkg-config v0.3.32
6452026-08-31T14:23:12.952Z Downloaded ppv-lite86 v0.2.21
6462026-08-31T14:23:12.952Z Downloaded structmeta v0.3.0
6472026-08-31T14:23:12.952Z Downloaded supports-hyperlinks v3.2.0
6482026-08-31T14:23:12.952Z Downloaded colored v2.2.0
6492026-08-31T14:23:12.952Z Downloaded console v0.16.2
6502026-08-31T14:23:12.952Z Downloaded fs_extra v1.3.0
6512026-08-31T14:23:12.952Z Downloaded rand_core v0.10.0
6522026-08-31T14:23:12.952Z Downloaded hmac v0.13.0
6532026-08-31T14:23:12.952Z Downloaded stable_deref_trait v1.2.1
6542026-08-31T14:23:12.952Z Downloaded erased-serde v0.3.31
6552026-08-31T14:23:12.953Z Downloaded progenitor-extras v0.2.0
6562026-08-31T14:23:12.953Z Downloaded rand_core v0.9.5
6572026-08-31T14:23:12.953Z Downloaded num-integer v0.1.46
6582026-08-31T14:23:12.953Z Downloaded num_enum v0.5.11
6592026-08-31T14:23:12.953Z Downloaded pem v3.0.6
6602026-08-31T14:23:12.953Z Downloaded pem-rfc7468 v0.7.0
6612026-08-31T14:23:12.953Z Downloaded pem-rfc7468 v1.0.0
6622026-08-31T14:23:12.953Z Downloaded tower-layer v0.3.3
6632026-08-31T14:23:12.953Z Downloaded thiserror-impl-no-std v2.0.2
6642026-08-31T14:23:12.953Z Downloaded rpassword v7.5.4
6652026-08-31T14:23:12.953Z Downloaded universal-hash v0.5.1
6662026-08-31T14:23:12.953Z Downloaded hmac v0.12.1
6672026-08-31T14:23:12.953Z Downloaded unit-prefix v0.5.2
6682026-08-31T14:23:12.953Z Downloaded usdt-attr-macro v0.6.0
6692026-08-31T14:23:12.953Z Downloaded utf8_iter v1.0.4
6702026-08-31T14:23:12.954Z Downloaded ciborium v0.2.2
6712026-08-31T14:23:12.954Z Downloaded cipher v0.5.2
6722026-08-31T14:23:12.954Z Downloaded cancel-safe-futures v0.1.5
6732026-08-31T14:23:12.954Z Downloaded console v0.15.11
6742026-08-31T14:23:12.954Z Downloaded const-oid v0.9.6
6752026-08-31T14:23:12.954Z Downloaded scroll v0.13.0
6762026-08-31T14:23:12.954Z Downloaded serde_tokenstream v0.3.0
6772026-08-31T14:23:12.954Z Downloaded serde_with_macros v1.5.2
6782026-08-31T14:23:12.954Z Downloaded smallvec v0.6.14
6792026-08-31T14:23:12.954Z Downloaded slog-term v2.9.2
6802026-08-31T14:23:12.954Z Downloaded bzip2 v0.4.4
6812026-08-31T14:23:12.954Z Downloaded bzip2 v0.6.1
6822026-08-31T14:23:12.954Z Downloaded camino-tempfile-ext v0.3.3
6832026-08-31T14:23:12.954Z Downloaded serde-hex v0.1.0
6842026-08-31T14:23:12.955Z Downloaded slab v0.4.12
6852026-08-31T14:23:12.955Z Downloaded waitgroup v0.1.2
6862026-08-31T14:23:12.955Z Downloaded zerofrom v0.1.6
6872026-08-31T14:23:12.955Z Downloaded httparse v1.10.1
6882026-08-31T14:23:12.955Z Downloaded blake2 v0.10.6
6892026-08-31T14:23:14.304Z Downloaded getrandom v0.2.17
6902026-08-31T14:23:14.304Z Downloaded half v1.8.3
6912026-08-31T14:23:14.304Z Downloaded parking_lot_core v0.9.12
6922026-08-31T14:23:14.304Z Downloaded pkcs1 v0.7.5
6932026-08-31T14:23:14.304Z Downloaded pkcs8 v0.11.0
6942026-08-31T14:23:14.304Z Downloaded strum_macros v0.24.3
6952026-08-31T14:23:14.304Z Downloaded bcs v0.1.6
6962026-08-31T14:23:14.304Z Downloaded allocator-api2 v0.2.21
6972026-08-31T14:23:14.304Z Downloaded termios v0.3.3
6982026-08-31T14:23:14.304Z Downloaded tiny-keccak v2.0.2
6992026-08-31T14:23:14.304Z Downloaded buf-list v1.1.2
7002026-08-31T14:23:14.304Z Downloaded spki v0.8.0
7012026-08-31T14:23:14.304Z Downloaded stacker v0.1.23
7022026-08-31T14:23:14.304Z Downloaded cstr-argument v0.1.2
7032026-08-31T14:23:14.305Z Downloaded darling_macro v0.21.3
7042026-08-31T14:23:14.305Z Downloaded defmt v0.3.100
7052026-08-31T14:23:14.305Z Downloaded difflib v0.4.0
7062026-08-31T14:23:14.305Z Downloaded ahash v0.8.12
7072026-08-31T14:23:14.305Z Downloaded arc-swap v1.8.2
7082026-08-31T14:23:14.305Z Downloaded clang-sys v1.8.1
7092026-08-31T14:23:14.305Z Downloaded display-error-chain v0.2.2
7102026-08-31T14:23:14.305Z Downloaded tokio-test v0.4.5
7112026-08-31T14:23:14.305Z Downloaded psm v0.1.30
7122026-08-31T14:23:14.305Z Downloaded tinystr v0.8.2
7132026-08-31T14:23:14.305Z Downloaded tokio-native-tls v0.3.1
7142026-08-31T14:23:14.305Z Downloaded instant v0.1.13
7152026-08-31T14:23:14.305Z Downloaded indoc v1.0.9
7162026-08-31T14:23:14.305Z Downloaded managed v0.8.0
7172026-08-31T14:23:14.305Z Downloaded elliptic-curve v0.14.1
7182026-08-31T14:23:14.305Z Downloaded idna_adapter v1.2.1
7192026-08-31T14:23:14.306Z Downloaded vergen-lib v9.1.0
7202026-08-31T14:23:14.306Z Downloaded flate2 v1.1.9
7212026-08-31T14:23:14.306Z Downloaded lzss v0.8.2
7222026-08-31T14:23:14.306Z Downloaded smallvec v1.15.1
7232026-08-31T14:23:14.306Z Downloaded tap v1.0.1
7242026-08-31T14:23:14.306Z Downloaded memoffset v0.9.1
7252026-08-31T14:23:14.307Z Downloaded wyz v0.5.1
7262026-08-31T14:23:14.307Z Downloaded cmov v0.5.4
7272026-08-31T14:23:14.307Z Downloaded colored v3.1.1
7282026-08-31T14:23:14.307Z Downloaded crc-catalog v2.4.0
7292026-08-31T14:23:14.307Z Downloaded blake2 v0.11.0-rc.6
7302026-08-31T14:23:14.307Z Downloaded chacha20 v0.10.0
7312026-08-31T14:23:14.307Z Downloaded wait-timeout v0.2.1
7322026-08-31T14:23:14.307Z Downloaded multimap v0.10.1
7332026-08-31T14:23:14.307Z Downloaded nonempty v0.12.0
7342026-08-31T14:23:14.307Z Downloaded const_format_proc_macros v0.2.34
7352026-08-31T14:23:14.307Z Downloaded constant_time_eq v0.4.2
7362026-08-31T14:23:14.307Z Downloaded getrandom v0.3.4
7372026-08-31T14:23:14.307Z Downloaded base64 v0.22.1
7382026-08-31T14:23:14.307Z Downloaded oxide-update-engine-types v0.1.2
7392026-08-31T14:23:14.307Z Downloaded compact_str v0.8.1
7402026-08-31T14:23:14.307Z Downloaded ctutils v0.4.2
7412026-08-31T14:23:14.308Z Downloaded headers v0.4.1
7422026-08-31T14:23:14.308Z Downloaded progenitor-impl v0.13.0
7432026-08-31T14:23:14.308Z Downloaded daft v0.1.8
7442026-08-31T14:23:14.308Z Downloaded opaque-debug v0.3.1
7452026-08-31T14:23:14.308Z Downloaded derive_builder_core v0.20.2
7462026-08-31T14:23:14.308Z Downloaded password-hash v0.6.1
7472026-08-31T14:23:14.308Z Downloaded unicase v2.9.0
7482026-08-31T14:23:14.308Z Downloaded ed25519 v2.2.3
7492026-08-31T14:23:14.308Z Downloaded potential_utf v0.1.4
7502026-08-31T14:23:14.308Z Downloaded russh-util v0.52.0
7512026-08-31T14:23:14.308Z Downloaded rand_chacha v0.3.1
7522026-08-31T14:23:14.308Z Downloaded semver v0.1.20
7532026-08-31T14:23:14.308Z Downloaded libefi-sys v0.1.0
7542026-08-31T14:23:14.308Z Downloaded lock_api v0.4.14
7552026-08-31T14:23:14.308Z Downloaded expectorate v1.2.0
7562026-08-31T14:23:14.308Z Downloaded rustls-platform-verifier v0.6.2
7572026-08-31T14:23:14.308Z Downloaded defmt v1.0.1
7582026-08-31T14:23:14.309Z Downloaded postcard v1.1.3
7592026-08-31T14:23:14.309Z Downloaded yasna v0.5.2
7602026-08-31T14:23:14.309Z Downloaded crc32fast v1.5.0
7612026-08-31T14:23:14.309Z Downloaded displaydoc v0.2.5
7622026-08-31T14:23:14.309Z Downloaded mime_guess v2.0.5
7632026-08-31T14:23:14.309Z Downloaded sha1 v0.10.6
7642026-08-31T14:23:14.309Z Downloaded sha1 v0.11.0
7652026-08-31T14:23:14.309Z Downloaded tagptr v0.2.0
7662026-08-31T14:23:14.309Z Downloaded ipnetwork v0.21.1
7672026-08-31T14:23:14.309Z Downloaded serde_plain v1.0.2
7682026-08-31T14:23:14.309Z Downloaded serde_urlencoded v0.7.1
7692026-08-31T14:23:14.309Z Downloaded nu-ansi-term v0.50.3
7702026-08-31T14:23:14.309Z Downloaded heapless v0.8.0
7712026-08-31T14:23:14.309Z Downloaded omicron-zone-package v0.12.3
7722026-08-31T14:23:14.309Z Downloaded half v2.7.1
7732026-08-31T14:23:14.309Z Downloaded chacha20poly1305 v0.10.1
7742026-08-31T14:23:14.309Z Downloaded papergrid v0.18.0
7752026-08-31T14:23:14.309Z Downloaded oxnet v0.1.6
7762026-08-31T14:23:14.309Z Downloaded termtree v0.5.1
7772026-08-31T14:23:14.310Z Downloaded tower-service v0.3.3
7782026-08-31T14:23:14.310Z Downloaded void v1.0.2
7792026-08-31T14:23:14.310Z Downloaded newtype-uuid v1.3.2
7802026-08-31T14:23:14.310Z Downloaded siphasher v1.0.2
7812026-08-31T14:23:14.310Z Downloaded heapless v0.7.17
7822026-08-31T14:23:14.310Z Downloaded sync_wrapper v1.0.2
7832026-08-31T14:23:14.310Z Downloaded flume v0.11.1
7842026-08-31T14:23:14.310Z Downloaded darling v0.21.3
7852026-08-31T14:23:14.310Z Downloaded darling v0.23.0
7862026-08-31T14:23:14.310Z Downloaded progenitor v0.13.0
7872026-08-31T14:23:14.310Z Downloaded ed25519 v3.0.0
7882026-08-31T14:23:14.310Z Downloaded bytes v1.11.1
7892026-08-31T14:23:14.987Z Downloaded chumsky v0.9.3
7902026-08-31T14:23:14.987Z Downloaded typify-macro v0.6.2
7912026-08-31T14:23:14.987Z Downloaded rayon-core v1.13.0
7922026-08-31T14:23:14.987Z Downloaded yoke-derive v0.8.1
7932026-08-31T14:23:14.987Z Downloaded iana-time-zone v0.1.65
7942026-08-31T14:23:14.987Z Downloaded toml v0.7.8
7952026-08-31T14:23:14.987Z Downloaded ar_archive_writer v0.5.1
7962026-08-31T14:23:14.987Z Downloaded proc-macro-error2 v2.0.1
7972026-08-31T14:23:14.987Z Downloaded base64 v0.21.7
7982026-08-31T14:23:14.987Z Downloaded num-rational v0.4.2
7992026-08-31T14:23:14.988Z Downloaded num_enum v0.7.6
8002026-08-31T14:23:14.988Z Downloaded oxide-generation v0.1.3
8012026-08-31T14:23:14.988Z Downloaded crc v3.4.0
8022026-08-31T14:23:14.988Z Downloaded crunchy v0.2.4
8032026-08-31T14:23:14.988Z Downloaded darling_macro v0.20.11
8042026-08-31T14:23:14.988Z Downloaded hickory-resolver v0.25.2
8052026-08-31T14:23:14.988Z Downloaded signal-hook v0.3.18
8062026-08-31T14:23:14.988Z Downloaded untrusted v0.7.1
8072026-08-31T14:23:14.988Z Downloaded untrusted v0.9.0
8082026-08-31T14:23:14.988Z Downloaded want v0.3.1
8092026-08-31T14:23:14.988Z Downloaded xattr v1.6.1
8102026-08-31T14:23:14.988Z Downloaded packed_struct v0.10.1
8112026-08-31T14:23:14.988Z Downloaded knus-derive v3.4.0
8122026-08-31T14:23:14.988Z Downloaded ml-kem v0.3.2
8132026-08-31T14:23:14.988Z Downloaded rand_core v0.6.4
8142026-08-31T14:23:14.989Z Downloaded phc v0.6.1
8152026-08-31T14:23:14.989Z Downloaded pkcs8 v0.10.2
8162026-08-31T14:23:14.989Z Downloaded hickory-resolver v0.24.4
8172026-08-31T14:23:14.989Z Downloaded predicates v3.1.4
8182026-08-31T14:23:14.989Z Downloaded rand_chacha v0.9.0
8192026-08-31T14:23:14.989Z Downloaded resolv-conf v0.7.6
8202026-08-31T14:23:14.989Z Downloaded rfc6979 v0.6.0
8212026-08-31T14:23:14.989Z Downloaded parking_lot_core v0.8.6
8222026-08-31T14:23:14.989Z Downloaded p384 v0.14.0
8232026-08-31T14:23:14.989Z Downloaded peg-macros v0.8.5
8242026-08-31T14:23:14.989Z Downloaded dtrace-parser v0.3.0
8252026-08-31T14:23:14.989Z Downloaded dunce v1.0.5
8262026-08-31T14:23:14.989Z Downloaded typify v0.6.2
8272026-08-31T14:23:14.989Z Downloaded tls_codec v0.4.2
8282026-08-31T14:23:14.989Z Downloaded ingot-types v0.2.0
8292026-08-31T14:23:14.989Z Downloaded r2d2 v0.8.10
8302026-08-31T14:23:14.990Z Downloaded illumos-nvpair-sys v0.2.0
8312026-08-31T14:23:14.990Z Downloaded crucible-workspace-hack v0.1.0
8322026-08-31T14:23:14.990Z Downloaded internet-checksum v0.2.1
8332026-08-31T14:23:14.990Z Downloaded is_ci v1.2.0
8342026-08-31T14:23:14.990Z Downloaded slog-stdlog v4.1.1
8352026-08-31T14:23:14.990Z Downloaded smf v0.2.3
8362026-08-31T14:23:14.990Z Downloaded cc v1.2.56
8372026-08-31T14:23:14.990Z Downloaded rustls-pki-types v1.14.0
8382026-08-31T14:23:14.990Z Downloaded salsa20 v0.11.0
8392026-08-31T14:23:14.990Z Downloaded scrypt v0.12.0
8402026-08-31T14:23:14.990Z Downloaded maplit v1.0.2
8412026-08-31T14:23:14.990Z Downloaded md-5 v0.10.6
8422026-08-31T14:23:14.990Z Downloaded md5 v0.8.0
8432026-08-31T14:23:14.990Z Downloaded num v0.4.3
8442026-08-31T14:23:14.990Z Downloaded num-derive v0.4.2
8452026-08-31T14:23:14.991Z Downloaded hashbrown v0.12.3
8462026-08-31T14:23:14.991Z Downloaded signal-hook-registry v1.4.8
8472026-08-31T14:23:14.991Z Downloaded slog-scope v4.4.1
8482026-08-31T14:23:14.991Z Downloaded static_assertions v1.1.0
8492026-08-31T14:23:14.991Z Downloaded dirs-sys-next v0.1.2
8502026-08-31T14:23:14.991Z Downloaded samael v0.0.19
8512026-08-31T14:23:14.991Z Downloaded uuid v1.23.4
8522026-08-31T14:23:14.991Z Downloaded sqlformat v0.3.5
8532026-08-31T14:23:14.991Z Downloaded yansi v1.0.1
8542026-08-31T14:23:14.991Z Downloaded zerotrie v0.2.3
8552026-08-31T14:23:14.991Z Downloaded libbz2-rs-sys v0.2.2
8562026-08-31T14:23:14.991Z Downloaded backtrace v0.3.76
8572026-08-31T14:23:14.991Z Downloaded bumpalo v3.20.2
8582026-08-31T14:23:14.991Z Downloaded peg-runtime v0.8.5
8592026-08-31T14:23:14.992Z Downloaded inout v0.1.4
8602026-08-31T14:23:14.992Z Downloaded lalrpop-util v0.19.12
8612026-08-31T14:23:14.992Z Downloaded libscf-sys v1.2.0
8622026-08-31T14:23:14.992Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8632026-08-31T14:23:14.992Z Downloaded tui-tree-widget v0.23.1
8642026-08-31T14:23:14.992Z Downloaded time-macros v0.2.27
8652026-08-31T14:23:14.992Z Downloaded der_derive v0.7.3
8662026-08-31T14:23:14.992Z Downloaded http v1.4.2
8672026-08-31T14:23:14.992Z Downloaded hashbrown v0.13.2
8682026-08-31T14:23:14.992Z Downloaded term v1.2.1
8692026-08-31T14:23:14.992Z Downloaded parse-size v1.1.0
8702026-08-31T14:23:14.992Z Downloaded postgres-types v0.2.12
8712026-08-31T14:23:14.992Z Downloaded hickory-server v0.25.2
8722026-08-31T14:23:14.992Z Downloaded scheduled-thread-pool v0.2.7
8732026-08-31T14:23:14.993Z Downloaded tokio-tungstenite v0.21.0
8742026-08-31T14:23:14.993Z Downloaded toml_edit v0.23.10+spec-1.0.0
8752026-08-31T14:23:14.993Z Downloaded hyper-staticfile v0.10.1
8762026-08-31T14:23:14.993Z Downloaded zerovec-derive v0.11.2
8772026-08-31T14:23:14.993Z Downloaded serde-big-array v0.5.1
8782026-08-31T14:23:14.993Z Downloaded icu_provider v2.1.1
8792026-08-31T14:23:14.993Z Downloaded ignore v0.4.25
8802026-08-31T14:23:14.993Z Downloaded keccak v0.2.0
8812026-08-31T14:23:14.993Z Downloaded daft-derive v0.1.8
8822026-08-31T14:23:14.993Z Downloaded num_enum_derive v0.7.6
8832026-08-31T14:23:14.993Z Downloaded serde_repr v0.1.20
8842026-08-31T14:23:14.993Z Downloaded knus v3.4.0
8852026-08-31T14:23:14.994Z Downloaded defmt-macros v1.0.1
8862026-08-31T14:23:14.994Z Downloaded native-tls v0.2.18
8872026-08-31T14:23:14.994Z Downloaded trait-variant v0.1.2
8882026-08-31T14:23:14.994Z Downloaded oxide-update-engine-display v0.1.2
8892026-08-31T14:23:15.564Z Downloaded usdt-macro v0.6.0
8902026-08-31T14:23:15.564Z Downloaded wnaf v0.14.0
8912026-08-31T14:23:15.565Z Downloaded progenitor v0.14.0
8922026-08-31T14:23:15.565Z Downloaded progenitor-client v0.13.0
8932026-08-31T14:23:15.565Z Downloaded serde_spanned v1.1.1
8942026-08-31T14:23:15.565Z Downloaded signal-hook-tokio v0.3.1
8952026-08-31T14:23:15.565Z Downloaded peg v0.8.5
8962026-08-31T14:23:15.565Z Downloaded pin-project-internal v1.1.11
8972026-08-31T14:23:15.565Z Downloaded sync-ptr v0.1.4
8982026-08-31T14:23:15.565Z Downloaded tabwriter v1.4.1
8992026-08-31T14:23:15.565Z Downloaded crypto-common v0.2.2
9002026-08-31T14:23:15.565Z Downloaded darling_macro v0.13.4
9012026-08-31T14:23:15.566Z Downloaded derive_builder_macro v0.20.2
9022026-08-31T14:23:15.566Z Downloaded libsw v3.5.0
9032026-08-31T14:23:15.566Z Downloaded derive_builder v0.20.2
9042026-08-31T14:23:15.566Z Downloaded humantime v2.3.0
9052026-08-31T14:23:15.566Z Downloaded rustls-pemfile v2.2.0
9062026-08-31T14:23:15.566Z Downloaded aes v0.9.1
9072026-08-31T14:23:15.567Z Downloaded impl-trait-for-tuples v0.2.3
9082026-08-31T14:23:15.567Z Downloaded slog-json v2.6.1
9092026-08-31T14:23:15.567Z Downloaded snafu-derive v0.8.9
9102026-08-31T14:23:15.567Z Downloaded unicode-segmentation v1.12.0
9112026-08-31T14:23:15.567Z Downloaded whoami v1.6.1
9122026-08-31T14:23:15.567Z Downloaded ed25519-dalek v2.2.0
9132026-08-31T14:23:15.567Z Downloaded strum_macros v0.26.4
9142026-08-31T14:23:15.567Z Downloaded new_debug_unreachable v1.0.6
9152026-08-31T14:23:15.568Z Downloaded rustyline v14.0.0
9162026-08-31T14:23:15.568Z Downloaded scuffle v0.1.0
9172026-08-31T14:23:15.568Z Downloaded cookie_store v0.22.1
9182026-08-31T14:23:15.568Z Downloaded openssl-probe v0.2.1
9192026-08-31T14:23:15.568Z Downloaded packed_struct_codegen v0.10.1
9202026-08-31T14:23:15.568Z Downloaded rand_seeder v0.4.0
9212026-08-31T14:23:15.568Z Downloaded quinn-udp v0.5.14
9222026-08-31T14:23:15.568Z Downloaded rustc-demangle v0.1.27
9232026-08-31T14:23:15.568Z Downloaded vergen-git2 v9.1.0
9242026-08-31T14:23:15.568Z Downloaded lazy_static v1.5.0
9252026-08-31T14:23:15.569Z Downloaded lru v0.12.5
9262026-08-31T14:23:15.569Z Downloaded phf_shared v0.12.1
9272026-08-31T14:23:15.569Z Downloaded crossbeam-deque v0.8.6
9282026-08-31T14:23:15.569Z Downloaded convert_case v0.10.0
9292026-08-31T14:23:15.569Z Downloaded rand_xorshift v0.4.0
9302026-08-31T14:23:15.569Z Downloaded similar v2.7.0
9312026-08-31T14:23:15.569Z Downloaded derive_more-impl v2.1.1
9322026-08-31T14:23:15.569Z Downloaded drift v0.2.0
9332026-08-31T14:23:15.569Z Downloaded hashbrown v0.14.5
9342026-08-31T14:23:15.569Z Downloaded des v0.9.0
9352026-08-31T14:23:15.569Z Downloaded ctr v0.10.1
9362026-08-31T14:23:15.569Z Downloaded recursive v0.1.1
9372026-08-31T14:23:15.569Z Downloaded spki v0.7.3
9382026-08-31T14:23:15.570Z Downloaded ssh-cipher v0.3.0
9392026-08-31T14:23:15.570Z Downloaded synstructure v0.13.2
9402026-08-31T14:23:15.570Z Downloaded ssh-encoding v0.3.0
9412026-08-31T14:23:15.570Z Downloaded predicates-core v1.0.10
9422026-08-31T14:23:15.570Z Downloaded ingot v0.2.1
9432026-08-31T14:23:15.570Z Downloaded const_format v0.2.35
9442026-08-31T14:23:15.570Z Downloaded publicsuffix v2.3.0
9452026-08-31T14:23:15.570Z Downloaded jobserver v0.1.34
9462026-08-31T14:23:15.570Z Downloaded litrs v1.0.0
9472026-08-31T14:23:15.570Z Downloaded signal-hook-mio v0.2.5
9482026-08-31T14:23:15.570Z Downloaded nanorand v0.7.0
9492026-08-31T14:23:15.570Z Downloaded num-complex v0.4.6
9502026-08-31T14:23:15.570Z Downloaded tokio-stream v0.1.18
9512026-08-31T14:23:15.571Z Downloaded parse-display-derive v0.10.0
9522026-08-31T14:23:15.571Z Downloaded password-hash v0.5.0
9532026-08-31T14:23:15.571Z Downloaded poly1305 v0.8.0
9542026-08-31T14:23:15.571Z Downloaded tinyvec_macros v0.1.1
9552026-08-31T14:23:15.571Z Downloaded thread-id v5.1.0
9562026-08-31T14:23:15.571Z Downloaded unicode-truncate v1.1.0
9572026-08-31T14:23:15.571Z Downloaded zeroize_derive v1.5.0
9582026-08-31T14:23:15.571Z Downloaded rustc_version v0.4.1
9592026-08-31T14:23:15.571Z Downloaded pin-project v1.1.11
9602026-08-31T14:23:15.571Z Downloaded supports-color v3.0.2
9612026-08-31T14:23:15.571Z Downloaded toml_edit v0.19.15
9622026-08-31T14:23:15.572Z Downloaded deranged v0.5.8
9632026-08-31T14:23:15.572Z Downloaded derive-ex v0.1.8
9642026-08-31T14:23:15.572Z Downloaded num-bigint v0.4.6
9652026-08-31T14:23:15.572Z Downloaded hashbrown v0.16.1
9662026-08-31T14:23:15.572Z Downloaded cookie v0.18.1
9672026-08-31T14:23:15.572Z Downloaded port-file v0.1.0
9682026-08-31T14:23:15.572Z Downloaded cpufeatures v0.3.0
9692026-08-31T14:23:15.572Z Downloaded ecdsa v0.17.0
9702026-08-31T14:23:15.572Z Downloaded usdt v0.6.0
9712026-08-31T14:23:15.572Z Downloaded libsw-core v0.3.2
9722026-08-31T14:23:15.572Z Downloaded oxide-tokio-rt v0.1.4
9732026-08-31T14:23:15.573Z Downloaded downcast-rs v2.0.2
9742026-08-31T14:23:15.573Z Downloaded futures-util v0.3.32
9752026-08-31T14:23:15.573Z Downloaded hyper-util v0.1.20
9762026-08-31T14:23:15.573Z Downloaded schemars_derive v0.8.22
9772026-08-31T14:23:15.573Z Downloaded shlex v1.3.0
9782026-08-31T14:23:15.573Z Downloaded is-terminal v0.4.17
9792026-08-31T14:23:15.573Z Downloaded match_cfg v0.1.0
9802026-08-31T14:23:15.573Z Downloaded crypto-bigint v0.5.5
9812026-08-31T14:23:15.573Z Downloaded stringprep v0.1.5
9822026-08-31T14:23:15.573Z Downloaded primefield v0.14.0
9832026-08-31T14:23:15.573Z Downloaded primeorder v0.13.6
9842026-08-31T14:23:15.574Z Downloaded subprocess v0.2.15
9852026-08-31T14:23:15.574Z Downloaded unicode-properties v0.1.4
9862026-08-31T14:23:15.574Z Downloaded primeorder v0.14.0
9872026-08-31T14:23:15.574Z Downloaded tls_codec_derive v0.4.2
9882026-08-31T14:23:15.574Z Downloaded maybe-uninit v2.0.0
9892026-08-31T14:23:16.061Z Downloaded tokio-rustls v0.26.4
9902026-08-31T14:23:16.061Z Downloaded twox-hash v2.1.2
9912026-08-31T14:23:16.061Z Downloaded darling_macro v0.23.0
9922026-08-31T14:23:16.061Z Downloaded digest-io v0.1.0
9932026-08-31T14:23:16.061Z Downloaded num-conv v0.2.0
9942026-08-31T14:23:16.061Z Downloaded hashbrown v0.15.5
9952026-08-31T14:23:16.061Z Downloaded quick-error v1.2.3
9962026-08-31T14:23:16.061Z Downloaded indent_write v2.2.0
9972026-08-31T14:23:16.061Z Downloaded oso v0.27.3
9982026-08-31T14:23:16.061Z Downloaded vergen-gitcl v1.0.8
9992026-08-31T14:23:16.061Z Downloaded vergen-lib v0.1.6
10002026-08-31T14:23:16.061Z Downloaded vsss-rs v3.3.4
10012026-08-31T14:23:16.062Z Downloaded support-bundle-viewer v0.1.2
10022026-08-31T14:23:16.062Z Downloaded phf_shared v0.11.3
10032026-08-31T14:23:16.062Z Downloaded tower v0.5.3
10042026-08-31T14:23:16.062Z Downloaded serde_derive_internals v0.29.1
10052026-08-31T14:23:16.062Z Downloaded csv-core v0.1.13
10062026-08-31T14:23:16.062Z Downloaded strip-ansi-escapes v0.2.1
10072026-08-31T14:23:16.062Z Downloaded delegate v0.13.5
10082026-08-31T14:23:16.062Z Downloaded diesel-dtrace v0.5.0
10092026-08-31T14:23:16.062Z Downloaded ipnet v2.12.0
10102026-08-31T14:23:16.062Z Downloaded litemap v0.8.1
10112026-08-31T14:23:16.062Z Downloaded sha2 v0.11.0
10122026-08-31T14:23:16.062Z Downloaded string_cache v0.8.9
10132026-08-31T14:23:16.063Z Downloaded darling_core v0.20.11
10142026-08-31T14:23:16.063Z Downloaded libloading v0.8.9
10152026-08-31T14:23:16.063Z Downloaded num-traits v0.2.19
10162026-08-31T14:23:16.063Z Downloaded tracing-attributes v0.1.31
10172026-08-31T14:23:16.063Z Downloaded icu_normalizer v2.1.1
10182026-08-31T14:23:16.063Z Downloaded steno v0.4.1
10192026-08-31T14:23:16.063Z Downloaded diesel_table_macro_syntax v0.3.0
10202026-08-31T14:23:16.063Z Downloaded tokio-postgres v0.7.16
10212026-08-31T14:23:16.063Z Downloaded vergen v9.1.0
10222026-08-31T14:23:16.063Z Downloaded zone_cfg_derive v0.3.1
10232026-08-31T14:23:16.064Z Downloaded defmt-parser v1.0.0
10242026-08-31T14:23:16.064Z Downloaded dyn-clone v1.0.20
10252026-08-31T14:23:16.064Z Downloaded slog v2.8.2
10262026-08-31T14:23:16.064Z Downloaded tokio-macros v2.7.0
10272026-08-31T14:23:16.064Z Downloaded pretty_assertions v1.4.1
10282026-08-31T14:23:16.064Z Downloaded try-lock v0.2.5
10292026-08-31T14:23:16.064Z Downloaded rand_pcg v0.10.2
10302026-08-31T14:23:16.064Z Downloaded document-features v0.2.12
10312026-08-31T14:23:16.064Z Downloaded ecdsa v0.16.9
10322026-08-31T14:23:16.064Z Downloaded illumos-nvpair v0.3.0
10332026-08-31T14:23:16.064Z Downloaded keccak v0.1.6
10342026-08-31T14:23:16.065Z Downloaded zerofrom-derive v0.1.6
10352026-08-31T14:23:16.065Z Downloaded curve25519-dalek-derive v0.1.1
10362026-08-31T14:23:16.065Z Downloaded num-iter v0.1.45
10372026-08-31T14:23:16.065Z Downloaded num_enum_derive v0.5.11
10382026-08-31T14:23:16.065Z Downloaded newtype_derive v0.1.6
10392026-08-31T14:23:16.066Z Downloaded rustls-webpki v0.103.13
10402026-08-31T14:23:16.066Z Downloaded schemars v0.8.22
10412026-08-31T14:23:16.066Z Downloaded unicode_categories v0.1.1
10422026-08-31T14:23:16.066Z Downloaded aes-gcm v0.11.0
10432026-08-31T14:23:16.066Z Downloaded der v0.8.0
10442026-08-31T14:23:16.066Z Downloaded icu_locale_core v2.1.1
10452026-08-31T14:23:16.066Z Downloaded icu_normalizer_data v2.1.1
10462026-08-31T14:23:16.066Z Downloaded serde_path_to_error v0.1.20
10472026-08-31T14:23:16.066Z Downloaded vte v0.14.1
10482026-08-31T14:23:16.066Z Downloaded zopfli v0.8.3
10492026-08-31T14:23:16.066Z Downloaded strum v0.27.2
10502026-08-31T14:23:16.066Z Downloaded simd-adler32 v0.3.8
10512026-08-31T14:23:16.066Z Downloaded linear-map v1.2.0
10522026-08-31T14:23:16.066Z Downloaded owo-colors v4.3.0
10532026-08-31T14:23:16.066Z Downloaded oxide-update-engine v0.1.2
10542026-08-31T14:23:16.067Z Downloaded ryu v1.0.23
10552026-08-31T14:23:16.067Z Downloaded thread_local v1.1.9
10562026-08-31T14:23:16.067Z Downloaded miniz_oxide v0.8.9
10572026-08-31T14:23:16.067Z Downloaded linked-hash-map v0.5.6
10582026-08-31T14:23:16.067Z Downloaded walkdir v2.5.0
10592026-08-31T14:23:16.067Z Downloaded derive-where v1.6.0
10602026-08-31T14:23:16.067Z Downloaded diesel_derives v2.3.7
10612026-08-31T14:23:16.067Z Downloaded itertools v0.10.5
10622026-08-31T14:23:16.067Z Downloaded xshell v0.2.7
10632026-08-31T14:23:16.067Z Downloaded memmap2 v0.9.10
10642026-08-31T14:23:16.067Z Downloaded corncobs v0.1.4
10652026-08-31T14:23:16.067Z Downloaded dropshot_endpoint v0.17.1
10662026-08-31T14:23:16.068Z Downloaded toml_parser v1.1.2+spec-1.1.0
10672026-08-31T14:23:16.068Z Downloaded whoami v2.1.0
10682026-08-31T14:23:16.068Z Downloaded progenitor-macro v0.13.0
10692026-08-31T14:23:16.068Z Downloaded topological-sort v0.2.2
10702026-08-31T14:23:16.068Z Downloaded hkdf v0.13.0
10712026-08-31T14:23:16.068Z Downloaded time-core v0.1.8
10722026-08-31T14:23:16.068Z Downloaded predicates-tree v1.0.13
10732026-08-31T14:23:16.068Z Downloaded hkdf v0.12.4
10742026-08-31T14:23:16.068Z Downloaded darling_core v0.23.0
10752026-08-31T14:23:16.068Z Downloaded either v1.15.0
10762026-08-31T14:23:16.068Z Downloaded reedline v0.40.0
10772026-08-31T14:23:16.068Z Downloaded zip v4.6.1
10782026-08-31T14:23:16.068Z Downloaded unicode-xid v0.2.6
10792026-08-31T14:23:16.068Z Downloaded universal-hash v0.6.1
10802026-08-31T14:23:16.069Z Downloaded crc8 v0.1.1
10812026-08-31T14:23:16.069Z Downloaded crossbeam-epoch v0.9.18
10822026-08-31T14:23:16.069Z Downloaded h2 v0.4.15
10832026-08-31T14:23:16.069Z Downloaded icu_collections v2.1.1
10842026-08-31T14:23:16.069Z Downloaded serde_cbor v0.11.2
10852026-08-31T14:23:16.069Z Downloaded serde_with_macros v3.21.0
10862026-08-31T14:23:16.070Z Downloaded crossterm v0.28.1
10872026-08-31T14:23:16.070Z Downloaded aho-corasick v1.1.4
10882026-08-31T14:23:16.070Z Downloaded unsafe-libyaml v0.2.11
10892026-08-31T14:23:16.914Z Downloaded inout v0.2.2
10902026-08-31T14:23:16.914Z Downloaded ingot-macros v0.2.0
10912026-08-31T14:23:16.915Z Downloaded critical-section v1.2.0
10922026-08-31T14:23:16.915Z Downloaded jiff-static v0.2.34
10932026-08-31T14:23:16.915Z Downloaded kem v0.3.0
10942026-08-31T14:23:16.915Z Downloaded kstat-rs v0.2.5
10952026-08-31T14:23:16.915Z Downloaded tower-http v0.6.8
10962026-08-31T14:23:16.915Z Downloaded slog-bunyan v2.5.0
10972026-08-31T14:23:16.915Z Downloaded recursive-proc-macro-impl v0.1.1
10982026-08-31T14:23:16.915Z Downloaded serdect v0.4.3
10992026-08-31T14:23:16.915Z Downloaded tokio-tungstenite v0.23.1
11002026-08-31T14:23:16.915Z Downloaded prefix-trie v0.7.0
11012026-08-31T14:23:16.915Z Downloaded poly1305 v0.9.0
11022026-08-31T14:23:16.915Z Downloaded module-lattice v0.2.3
11032026-08-31T14:23:16.916Z Downloaded testing_table v0.3.0
11042026-08-31T14:23:16.916Z Downloaded unarray v0.1.4
11052026-08-31T14:23:16.916Z Downloaded dof v0.4.0
11062026-08-31T14:23:16.916Z Downloaded lru-slab v0.1.2
11072026-08-31T14:23:16.916Z Downloaded olpc-cjson v0.1.4
11082026-08-31T14:23:16.916Z Downloaded path-slash v0.1.5
11092026-08-31T14:23:16.916Z Downloaded phf v0.12.1
11102026-08-31T14:23:16.916Z Downloaded instability v0.3.11
11112026-08-31T14:23:16.916Z Downloaded crossbeam-channel v0.5.15
11122026-08-31T14:23:16.916Z Downloaded dropshot-api-manager v0.8.0
11132026-08-31T14:23:16.916Z Downloaded rand v0.8.6
11142026-08-31T14:23:16.916Z Downloaded ron v0.8.1
11152026-08-31T14:23:16.916Z Downloaded percent-encoding v2.3.2
11162026-08-31T14:23:16.916Z Downloaded rustversion v1.0.22
11172026-08-31T14:23:16.917Z Downloaded russh-cryptovec v0.62.0
11182026-08-31T14:23:16.917Z Downloaded sigpipe v0.1.3
11192026-08-31T14:23:16.917Z Downloaded progenitor-client v0.14.0
11202026-08-31T14:23:16.917Z Downloaded strum v0.26.3
11212026-08-31T14:23:16.917Z Downloaded parking_lot v0.12.5
11222026-08-31T14:23:16.917Z Downloaded tough v0.22.0
11232026-08-31T14:23:16.917Z Downloaded convert_case v0.4.0
11242026-08-31T14:23:16.917Z Downloaded dirs-next v2.0.0
11252026-08-31T14:23:16.917Z Downloaded sec1 v0.8.1
11262026-08-31T14:23:16.917Z Downloaded socket2 v0.6.3
11272026-08-31T14:23:16.917Z Downloaded data-encoding v2.10.0
11282026-08-31T14:23:16.917Z Downloaded term v0.7.0
11292026-08-31T14:23:16.917Z Downloaded hyper-tls v0.6.0
11302026-08-31T14:23:16.917Z Downloaded structmeta-derive v0.3.0
11312026-08-31T14:23:16.917Z Downloaded rtoolbox v0.0.3
11322026-08-31T14:23:16.918Z Downloaded rustc_version v0.1.7
11332026-08-31T14:23:16.918Z Downloaded take_mut v0.2.2
11342026-08-31T14:23:16.918Z Downloaded secrecy v0.8.0
11352026-08-31T14:23:16.918Z Downloaded crossterm v0.29.0
11362026-08-31T14:23:16.918Z Downloaded winnow v1.0.3
11372026-08-31T14:23:16.918Z Downloaded sapling-renderdag v0.1.0
11382026-08-31T14:23:16.918Z Downloaded sec1 v0.7.3
11392026-08-31T14:23:16.918Z Downloaded slog-async v2.8.0
11402026-08-31T14:23:16.918Z Downloaded slog-dtrace v0.3.0
11412026-08-31T14:23:16.918Z Downloaded zeroize v1.9.0
11422026-08-31T14:23:16.918Z Downloaded zone v0.3.1
11432026-08-31T14:23:16.918Z Downloaded progenitor-macro v0.14.0
11442026-08-31T14:23:16.918Z Downloaded shell-words v1.1.1
11452026-08-31T14:23:16.919Z Downloaded xshell-macros v0.2.7
11462026-08-31T14:23:16.919Z Downloaded paste v1.0.15
11472026-08-31T14:23:16.919Z Downloaded ed25519-dalek v3.0.0
11482026-08-31T14:23:16.919Z Downloaded mime v0.3.17
11492026-08-31T14:23:16.919Z Downloaded proc-macro-error-attr2 v2.0.0
11502026-08-31T14:23:16.919Z Downloaded strsim v0.10.0
11512026-08-31T14:23:16.919Z Downloaded utf-8 v0.7.6
11522026-08-31T14:23:16.919Z Downloaded darling v0.13.4
11532026-08-31T14:23:16.919Z Downloaded diff v0.1.13
11542026-08-31T14:23:16.919Z Downloaded lru-cache v0.1.2
11552026-08-31T14:23:16.919Z Downloaded tokio-dtrace v0.1.1
11562026-08-31T14:23:16.919Z Downloaded debug-ignore v1.0.5
11572026-08-31T14:23:16.919Z Downloaded schemars v1.2.1
11582026-08-31T14:23:16.919Z Downloaded pkcs1 v0.8.0-rc.4
11592026-08-31T14:23:16.919Z Downloaded spin v0.9.8
11602026-08-31T14:23:16.920Z Downloaded rusty-fork v0.3.1
11612026-08-31T14:23:16.920Z Downloaded serde_with v3.21.0
11622026-08-31T14:23:16.920Z Downloaded zstd v0.13.3
11632026-08-31T14:23:16.920Z Downloaded dropshot-api-manager-types v0.8.0
11642026-08-31T14:23:16.920Z Downloaded sponge-cursor v0.1.0
11652026-08-31T14:23:16.920Z Downloaded digest v0.11.3
11662026-08-31T14:23:16.920Z Downloaded toml v1.1.2+spec-1.1.0
11672026-08-31T14:23:16.920Z Downloaded git2 v0.20.4
11682026-08-31T14:23:16.920Z Downloaded newtype-uuid-macros v0.1.0
11692026-08-31T14:23:16.920Z Downloaded rustls-native-certs v0.8.3
11702026-08-31T14:23:16.920Z Downloaded secrecy v0.10.3
11712026-08-31T14:23:16.920Z Downloaded dsl_auto_type v0.2.0
11722026-08-31T14:23:16.920Z Downloaded yoke v0.8.1
11732026-08-31T14:23:16.921Z Downloaded rsa v0.10.0-rc.18
11742026-08-31T14:23:16.921Z Downloaded ident_case v1.0.1
11752026-08-31T14:23:16.921Z Downloaded oso-derive v0.27.3
11762026-08-31T14:23:16.921Z Downloaded pin-project-lite v0.2.17
11772026-08-31T14:23:16.921Z Downloaded indoc v2.0.7
11782026-08-31T14:23:16.921Z Downloaded postgres-protocol v0.6.10
11792026-08-31T14:23:16.921Z Downloaded strum_macros v0.27.2
11802026-08-31T14:23:16.923Z Downloaded zerovec v0.11.5
11812026-08-31T14:23:16.923Z Downloaded itertools v0.12.1
11822026-08-31T14:23:16.923Z Downloaded p256 v0.14.0
11832026-08-31T14:23:16.923Z Downloaded serde_yaml v0.9.34+deprecated
11842026-08-31T14:23:16.923Z Downloaded progenitor-impl v0.14.0
11852026-08-31T14:23:16.923Z Downloaded hyper-rustls v0.27.7
11862026-08-31T14:23:16.924Z Downloaded parking_lot v0.11.2
11872026-08-31T14:23:16.924Z Downloaded seq-macro v0.3.6
11882026-08-31T14:23:16.924Z Downloaded hybrid-array v0.4.13
11892026-08-31T14:23:17.822Z Downloaded uzers v0.12.2
11902026-08-31T14:23:17.822Z Downloaded polyval v0.7.1
11912026-08-31T14:23:17.823Z Downloaded russh v0.62.4
11922026-08-31T14:23:17.823Z Downloaded typed-path v0.9.3
11932026-08-31T14:23:17.823Z Downloaded tracing-core v0.1.36
11942026-08-31T14:23:17.823Z Downloaded zstd-safe v7.2.4
11952026-08-31T14:23:17.823Z Downloaded writeable v0.6.2
11962026-08-31T14:23:17.823Z Downloaded zip v0.6.6
11972026-08-31T14:23:17.823Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11982026-08-31T14:23:17.823Z Downloaded miette-derive v7.6.0
11992026-08-31T14:23:17.823Z Downloaded schemars v0.9.0
12002026-08-31T14:23:17.824Z Downloaded cpubits v0.1.1
12012026-08-31T14:23:17.824Z Downloaded rsa v0.9.10
12022026-08-31T14:23:17.824Z Downloaded internal-russh-num-bigint v0.5.0
12032026-08-31T14:23:17.824Z Downloaded quinn v0.11.11
12042026-08-31T14:23:17.825Z Downloaded rcgen v0.12.1
12052026-08-31T14:23:17.825Z Downloaded unicode-bidi v0.3.18
12062026-08-31T14:23:17.825Z Downloaded derive_more v0.99.20
12072026-08-31T14:23:17.825Z Downloaded blake3 v1.8.5
12082026-08-31T14:23:17.825Z Downloaded serde_with v1.14.0
12092026-08-31T14:23:17.825Z Downloaded time v0.3.47
12102026-08-31T14:23:17.825Z Downloaded tungstenite v0.21.0
12112026-08-31T14:23:17.825Z Downloaded tungstenite v0.23.0
12122026-08-31T14:23:17.825Z Downloaded salty v0.3.0
12132026-08-31T14:23:17.825Z Downloaded toml_writer v1.1.1+spec-1.1.0
12142026-08-31T14:23:17.825Z Downloaded zerocopy v0.6.6
12152026-08-31T14:23:17.825Z Downloaded usdt-impl v0.6.0
12162026-08-31T14:23:17.826Z Downloaded darling v0.20.11
12172026-08-31T14:23:17.826Z Downloaded phf v0.13.1
12182026-08-31T14:23:17.826Z Downloaded rayon v1.11.0
12192026-08-31T14:23:17.826Z Downloaded thiserror-no-std v2.0.2
12202026-08-31T14:23:17.826Z Downloaded rand v0.10.1
12212026-08-31T14:23:17.826Z Downloaded winnow v0.6.26
12222026-08-31T14:23:17.826Z Downloaded aws-lc-rs v1.16.3
12232026-08-31T14:23:17.826Z Downloaded regex v1.12.3
12242026-08-31T14:23:17.826Z Downloaded tinyvec v1.10.0
12252026-08-31T14:23:17.826Z Downloaded icu_properties v2.1.2
12262026-08-31T14:23:17.826Z Downloaded zerocopy-derive v0.8.55
12272026-08-31T14:23:17.826Z Downloaded pkcs5 v0.8.1
12282026-08-31T14:23:17.826Z Downloaded derive_more v2.1.1
12292026-08-31T14:23:17.827Z Downloaded indexmap v1.9.3
12302026-08-31T14:23:17.827Z Downloaded itertools v0.15.0
12312026-08-31T14:23:17.827Z Downloaded qorb v0.4.1
12322026-08-31T14:23:17.827Z Downloaded jiff-core v0.1.0
12332026-08-31T14:23:17.827Z Downloaded goblin v0.10.5
12342026-08-31T14:23:17.827Z Downloaded crc-any v2.5.0
12352026-08-31T14:23:17.827Z Downloaded ssh-key v0.7.0-rc.11
12362026-08-31T14:23:17.827Z Downloaded darling_core v0.21.3
12372026-08-31T14:23:17.827Z Downloaded test-strategy v0.4.5
12382026-08-31T14:23:17.827Z Downloaded mio v1.2.0
12392026-08-31T14:23:17.827Z Downloaded tar v0.4.46
12402026-08-31T14:23:17.827Z Downloaded multer v3.1.0
12412026-08-31T14:23:17.827Z Downloaded crossbeam-utils v0.8.21
12422026-08-31T14:23:17.828Z Downloaded quick-xml v0.37.5
12432026-08-31T14:23:17.828Z Downloaded gimli v0.32.3
12442026-08-31T14:23:17.828Z Downloaded p521 v0.14.0
12452026-08-31T14:23:17.828Z Downloaded darling_core v0.13.4
12462026-08-31T14:23:17.828Z Downloaded hyper v1.10.1
12472026-08-31T14:23:17.828Z Downloaded proptest v1.11.0
12482026-08-31T14:23:17.828Z Downloaded elliptic-curve v0.13.8
12492026-08-31T14:23:17.828Z Downloaded prettyplease v0.2.37
12502026-08-31T14:23:17.828Z Downloaded bindgen v0.71.1
12512026-08-31T14:23:17.828Z Downloaded snafu v0.8.9
12522026-08-31T14:23:17.828Z Downloaded rand v0.9.2
12532026-08-31T14:23:17.828Z Downloaded socket2 v0.5.10
12542026-08-31T14:23:17.828Z Downloaded itertools v0.13.0
12552026-08-31T14:23:17.828Z Downloaded idna v1.1.0
12562026-08-31T14:23:17.829Z Downloaded miette v7.6.0
12572026-08-31T14:23:17.829Z Downloaded unicode-normalization v0.1.25
12582026-08-31T14:23:17.829Z Downloaded reqwest v0.12.28
12592026-08-31T14:23:17.829Z Downloaded reqwest v0.13.2
12602026-08-31T14:23:17.829Z Downloaded url v2.5.8
12612026-08-31T14:23:17.829Z Downloaded indicatif v0.18.4
12622026-08-31T14:23:17.829Z Downloaded zlib-rs v0.6.2
12632026-08-31T14:23:17.829Z Downloaded itertools v0.14.0
12642026-08-31T14:23:17.829Z Downloaded libm v0.2.16
12652026-08-31T14:23:17.829Z Downloaded rawzip v0.4.4
12662026-08-31T14:23:17.829Z Downloaded tokio-util v0.7.18
12672026-08-31T14:23:17.829Z Downloaded minimal-lexical v0.2.1
12682026-08-31T14:23:17.829Z Downloaded bitvec v1.0.1
12692026-08-31T14:23:17.829Z Downloaded chrono v0.4.45
12702026-08-31T14:23:17.830Z Downloaded x509-cert v0.2.5
12712026-08-31T14:23:17.830Z Downloaded radix_trie v0.2.1
12722026-08-31T14:23:17.830Z Downloaded nix v0.27.1
12732026-08-31T14:23:17.830Z Downloaded crypto-primes v0.7.2
12742026-08-31T14:23:17.830Z Downloaded nix v0.28.0
12752026-08-31T14:23:17.830Z Downloaded iddqd v0.4.2
12762026-08-31T14:23:17.830Z Downloaded der v0.7.10
12772026-08-31T14:23:17.830Z Downloaded openssl-sys v0.9.117
12782026-08-31T14:23:17.830Z Downloaded hickory-proto v0.24.4
12792026-08-31T14:23:17.850Z Downloaded sha3 v0.12.0
12802026-08-31T14:23:17.851Z Downloaded icu_properties_data v2.1.2
12812026-08-31T14:23:17.851Z Downloaded curve25519-dalek v4.1.3
12822026-08-31T14:23:17.851Z Downloaded petname v2.0.2
12832026-08-31T14:23:17.851Z Downloaded hickory-proto v0.25.2
12842026-08-31T14:23:17.851Z Downloaded nom v7.1.3
12852026-08-31T14:23:17.851Z Downloaded object v0.30.4
12862026-08-31T14:23:17.851Z Downloaded vcpkg v0.2.15
12872026-08-31T14:23:17.851Z Downloaded portable-atomic v1.13.1
12882026-08-31T14:23:17.851Z Downloaded crypto-bigint v0.7.5
12892026-08-31T14:23:18.746Z Downloaded num-bigint-dig v0.8.6
12902026-08-31T14:23:18.746Z Downloaded nom v8.0.0
12912026-08-31T14:23:18.746Z Downloaded object v0.37.3
12922026-08-31T14:23:18.746Z Downloaded libxml v0.3.3
12932026-08-31T14:23:18.746Z Downloaded typify-impl v0.6.2
12942026-08-31T14:23:18.746Z Downloaded diesel v2.3.7
12952026-08-31T14:23:18.747Z Downloaded winnow v0.5.40
12962026-08-31T14:23:18.747Z Downloaded lalrpop v0.19.12
12972026-08-31T14:23:18.747Z Downloaded tracing v0.1.44
12982026-08-31T14:23:18.747Z Downloaded tabled v0.21.0
12992026-08-31T14:23:18.747Z Downloaded iri-string v0.7.10
13002026-08-31T14:23:18.747Z Downloaded regress v0.11.1
13012026-08-31T14:23:18.747Z Downloaded zerocopy-derive v0.6.6
13022026-08-31T14:23:18.747Z Downloaded sqlparser v0.61.0
13032026-08-31T14:23:18.747Z Downloaded polar-core v0.27.3
13042026-08-31T14:23:18.747Z Downloaded p384 v0.13.1
13052026-08-31T14:23:18.747Z Downloaded zerocopy v0.8.55
13062026-08-31T14:23:18.747Z Downloaded bstr v1.12.1
13072026-08-31T14:23:18.747Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-08-31T14:23:18.748Z Downloaded rustls v0.23.41
13092026-08-31T14:23:18.748Z Downloaded smoltcp v0.9.1
13102026-08-31T14:23:18.748Z Downloaded openssl v0.10.80
13112026-08-31T14:23:18.748Z Downloaded dropshot v0.17.1
13122026-08-31T14:23:18.748Z Downloaded regress v0.10.5
13132026-08-31T14:23:18.748Z Downloaded quinn-proto v0.11.16
13142026-08-31T14:23:18.748Z Downloaded moka v0.12.13
13152026-08-31T14:23:18.748Z Downloaded tokio v1.52.1
13162026-08-31T14:23:18.748Z Downloaded csv v1.4.0
13172026-08-31T14:23:18.748Z Downloaded openapiv3 v2.2.0
13182026-08-31T14:23:18.748Z Downloaded smoltcp v0.11.0
13192026-08-31T14:23:18.748Z Downloaded sha3 v0.10.8
13202026-08-31T14:23:18.748Z Downloaded rustix v0.38.44
13212026-08-31T14:23:18.748Z Downloaded regex-syntax v0.6.29
13222026-08-31T14:23:18.749Z Downloaded nix v0.31.2
13232026-08-31T14:23:18.749Z Downloaded regex-syntax v0.8.10
13242026-08-31T14:23:18.749Z Downloaded curve25519-dalek v5.0.0
13252026-08-31T14:23:18.749Z Downloaded encoding_rs v0.8.35
13262026-08-31T14:23:18.749Z Downloaded ring v0.17.14
13272026-08-31T14:23:18.749Z Downloaded sha3 v0.11.0
13282026-08-31T14:23:18.749Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-08-31T14:23:18.749Z Downloaded sled v0.34.7
13302026-08-31T14:23:18.749Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-08-31T14:23:18.749Z Downloaded jiff v0.2.34
13322026-08-31T14:23:18.749Z Downloaded ratatui v0.29.0
13332026-08-31T14:23:18.749Z Downloaded regex-automata v0.4.14
13342026-08-31T14:23:18.749Z Downloaded chrono-tz v0.10.4
13352026-08-31T14:23:18.749Z Downloaded petgraph v0.6.5
13362026-08-31T14:23:18.750Z Downloaded petgraph v0.8.3
13372026-08-31T14:23:18.750Z Downloaded libz-sys v1.1.24
13382026-08-31T14:23:18.750Z Downloaded aws-lc-sys v0.40.0
13392026-08-31T14:23:18.750Z Compiling serde_core v1.0.229
13402026-08-31T14:23:18.750Z Compiling libc v0.2.185
13412026-08-31T14:23:18.750Z Compiling serde v1.0.229
13422026-08-31T14:23:18.751Z Compiling log v0.4.33
13432026-08-31T14:23:18.751Z Compiling smallvec v1.15.1
13442026-08-31T14:23:18.751Z Compiling shlex v1.3.0
13452026-08-31T14:23:18.751Z Compiling find-msvc-tools v0.1.9
13462026-08-31T14:23:18.751Z Compiling syn v2.0.117
13472026-08-31T14:23:18.751Z Compiling syn v3.0.3
13482026-08-31T14:23:18.751Z Compiling subtle v2.6.1
13492026-08-31T14:23:18.751Z Compiling scopeguard v1.2.0
13502026-08-31T14:23:18.751Z Compiling stable_deref_trait v1.2.1
13512026-08-31T14:23:18.751Z Compiling typenum v1.20.1
13522026-08-31T14:23:18.751Z Compiling lock_api v0.4.14
13532026-08-31T14:23:18.751Z Compiling zerocopy v0.8.55
13542026-08-31T14:23:18.751Z Compiling portable-atomic v1.13.1
13552026-08-31T14:23:18.751Z Compiling serde_json v1.0.151
13562026-08-31T14:23:18.751Z Compiling critical-section v1.2.0
13572026-08-31T14:23:18.752Z Compiling errno v0.3.14
13582026-08-31T14:23:18.752Z Compiling jobserver v0.1.34
13592026-08-31T14:23:18.752Z Compiling getrandom v0.2.17
13602026-08-31T14:23:18.752Z Compiling libm v0.2.16
13612026-08-31T14:23:18.752Z Compiling cc v1.2.56
13622026-08-31T14:23:18.752Z Compiling rand_core v0.6.4
13632026-08-31T14:23:18.752Z Compiling num-traits v0.2.19
13642026-08-31T14:23:18.752Z Compiling pkg-config v0.3.32
13652026-08-31T14:23:18.752Z Compiling once_cell v1.21.3
13662026-08-31T14:23:18.752Z Compiling generic-array v0.14.7
13672026-08-31T14:23:18.752Z Compiling parking_lot_core v0.9.12
13682026-08-31T14:23:18.752Z Compiling getrandom v0.4.3
13692026-08-31T14:23:18.752Z Compiling const-oid v0.9.6
13702026-08-31T14:23:18.752Z Compiling pin-project-lite v0.2.17
13712026-08-31T14:23:18.752Z Compiling rand_core v0.10.0
13722026-08-31T14:23:18.753Z Compiling bitflags v2.11.0
13732026-08-31T14:23:18.753Z Compiling signal-hook-registry v1.4.8
13742026-08-31T14:23:18.753Z Compiling litemap v0.8.1
13752026-08-31T14:23:18.753Z Compiling writeable v0.6.2
13762026-08-31T14:23:18.753Z Compiling percent-encoding v2.3.2
13772026-08-31T14:23:18.753Z Compiling synstructure v0.13.2
13782026-08-31T14:23:18.753Z Compiling futures-core v0.3.32
13792026-08-31T14:23:18.753Z Compiling parking_lot v0.12.5
13802026-08-31T14:23:18.753Z Compiling semver v1.0.28
13812026-08-31T14:23:18.753Z Compiling mio v1.2.0
13822026-08-31T14:23:18.753Z Compiling icu_normalizer_data v2.1.1
13832026-08-31T14:23:18.753Z Compiling icu_properties_data v2.1.2
13842026-08-31T14:23:18.753Z Compiling socket2 v0.6.3
13852026-08-31T14:23:18.753Z Compiling rustix v1.1.4
13862026-08-31T14:23:18.753Z Compiling getrandom v0.3.4
13872026-08-31T14:23:18.754Z Compiling futures-sink v0.3.32
13882026-08-31T14:23:18.754Z Compiling indexmap v2.14.0
13892026-08-31T14:23:19.651Z Compiling futures-channel v0.3.32
13902026-08-31T14:23:19.652Z Compiling utf8_iter v1.0.4
13912026-08-31T14:23:19.652Z Compiling futures-task v0.3.32
13922026-08-31T14:23:19.652Z Compiling futures-io v0.3.32
13932026-08-31T14:23:19.665Z Compiling serde_derive v1.0.229
13942026-08-31T14:23:19.666Z Compiling slab v0.4.12
13952026-08-31T14:23:19.666Z Compiling form_urlencoded v1.2.2
13962026-08-31T14:23:19.666Z Compiling rustversion v1.0.22
13972026-08-31T14:23:19.666Z Compiling base64ct v1.8.3
13982026-08-31T14:23:19.666Z Compiling iana-time-zone v0.1.65
13992026-08-31T14:23:19.666Z Compiling cmake v0.1.57
14002026-08-31T14:23:19.666Z Compiling flagset v0.4.7
14012026-08-31T14:23:19.666Z Compiling pem-rfc7468 v0.7.0
14022026-08-31T14:23:19.666Z Compiling regex-syntax v0.8.10
14032026-08-31T14:23:19.666Z Compiling fs_extra v1.3.0
14042026-08-31T14:23:19.667Z Compiling dunce v1.0.5
14052026-08-31T14:23:19.667Z Compiling ident_case v1.0.1
14062026-08-31T14:23:19.667Z Compiling zeroize_derive v1.5.0
14072026-08-31T14:23:19.667Z Compiling zerofrom-derive v0.1.6
14082026-08-31T14:23:20.517Z Compiling zerocopy-derive v0.8.55
14092026-08-31T14:23:20.517Z Compiling yoke-derive v0.8.1
14102026-08-31T14:23:20.517Z Compiling zerovec-derive v0.11.2
14112026-08-31T14:23:20.517Z Compiling displaydoc v0.2.5
14122026-08-31T14:23:20.517Z Compiling tokio-macros v2.7.0
14132026-08-31T14:23:20.518Z Compiling futures-macro v0.3.32
14142026-08-31T14:23:20.518Z Compiling thiserror-impl v2.0.18
14152026-08-31T14:23:20.518Z Compiling zerofrom v0.1.6
14162026-08-31T14:23:20.518Z Compiling der_derive v0.7.3
14172026-08-31T14:23:20.518Z Compiling aws-lc-sys v0.40.0
14182026-08-31T14:23:20.518Z Compiling yoke v0.8.1
14192026-08-31T14:23:20.518Z Compiling zerovec v0.11.5
14202026-08-31T14:23:21.523Z Compiling zerotrie v0.2.3
14212026-08-31T14:23:21.523Z Compiling futures-util v0.3.32
14222026-08-31T14:23:21.523Z Compiling tinystr v0.8.2
14232026-08-31T14:23:21.524Z Compiling potential_utf v0.1.4
14242026-08-31T14:23:21.524Z Compiling rand_core v0.9.5
14252026-08-31T14:23:21.524Z Compiling icu_locale_core v2.1.1
14262026-08-31T14:23:21.524Z Compiling zeroize v1.9.0
14272026-08-31T14:23:21.524Z Compiling bytes v1.11.1
14282026-08-31T14:23:21.524Z Compiling icu_collections v2.1.1
14292026-08-31T14:23:21.524Z Compiling chrono v0.4.45
14302026-08-31T14:23:22.309Z Compiling icu_provider v2.1.1
14312026-08-31T14:23:22.309Z Compiling tokio v1.52.1
14322026-08-31T14:23:22.309Z Compiling block-buffer v0.10.4
14332026-08-31T14:23:22.309Z Compiling crypto-common v0.1.7
14342026-08-31T14:23:22.309Z Compiling icu_normalizer v2.1.1
14352026-08-31T14:23:22.309Z Compiling icu_properties v2.1.2
14362026-08-31T14:23:22.309Z Compiling digest v0.10.7
14372026-08-31T14:23:22.309Z Compiling der v0.7.10
14382026-08-31T14:23:23.067Z Compiling thiserror v2.0.18
14392026-08-31T14:23:23.067Z Compiling uuid v1.23.4
14402026-08-31T14:23:23.067Z Compiling base64 v0.22.1
14412026-08-31T14:23:23.067Z Compiling idna_adapter v1.2.1
14422026-08-31T14:23:23.067Z Compiling http v1.4.2
14432026-08-31T14:23:23.067Z Compiling ppv-lite86 v0.2.21
14442026-08-31T14:23:23.068Z Compiling idna v1.1.0
14452026-08-31T14:23:23.951Z Compiling spki v0.7.3
14462026-08-31T14:23:23.951Z Compiling syn v1.0.109
14472026-08-31T14:23:23.951Z Compiling url v2.5.8
14482026-08-31T14:23:23.951Z Compiling vcpkg v0.2.15
14492026-08-31T14:23:23.951Z Compiling rand_chacha v0.9.0
14502026-08-31T14:23:23.951Z Compiling tracing-attributes v0.1.31
14512026-08-31T14:23:24.898Z Compiling rustc_version v0.4.1
14522026-08-31T14:23:24.898Z Compiling serde_derive_internals v0.29.1
14532026-08-31T14:23:24.898Z Compiling tracing-core v0.1.36
14542026-08-31T14:23:24.898Z Compiling openssl-sys v0.9.117
14552026-08-31T14:23:24.898Z Compiling schemars v0.8.22
14562026-08-31T14:23:24.898Z Compiling aws-lc-rs v1.16.3
14572026-08-31T14:23:24.899Z Compiling simd-adler32 v0.3.8
14582026-08-31T14:23:24.899Z Compiling dyn-clone v1.0.20
14592026-08-31T14:23:24.899Z Compiling cpufeatures v0.2.17
14602026-08-31T14:23:24.899Z Compiling rand v0.9.2
14612026-08-31T14:23:24.899Z Compiling http-body v1.0.1
14622026-08-31T14:23:24.899Z Compiling schemars_derive v0.8.22
14632026-08-31T14:23:24.899Z Compiling pkcs8 v0.10.2
14642026-08-31T14:23:24.899Z Compiling rustls-pki-types v1.14.0
14652026-08-31T14:23:25.974Z Compiling tracing v0.1.44
14662026-08-31T14:23:25.974Z Compiling spin v0.9.8
14672026-08-31T14:23:25.974Z Compiling crc32fast v1.5.0
14682026-08-31T14:23:25.974Z Compiling cmov v0.5.4
14692026-08-31T14:23:25.974Z Compiling httparse v1.10.1
14702026-08-31T14:23:25.974Z Compiling tinyvec_macros v0.1.1
14712026-08-31T14:23:25.974Z Compiling openssl-probe v0.2.1
14722026-08-31T14:23:25.975Z Compiling tokio-util v0.7.18
14732026-08-31T14:23:25.975Z Compiling adler2 v2.0.1
14742026-08-31T14:23:25.975Z Compiling miniz_oxide v0.8.9
14752026-08-31T14:23:25.975Z Compiling tempfile v3.27.0
14762026-08-31T14:23:25.975Z Compiling tinyvec v1.10.0
14772026-08-31T14:23:27.044Z Compiling ctutils v0.4.2
14782026-08-31T14:23:27.044Z Compiling pest_generator v2.8.6
14792026-08-31T14:23:27.044Z Compiling sha2 v0.10.9
14802026-08-31T14:23:27.044Z Compiling terminal_size v0.4.3
14812026-08-31T14:23:27.045Z Compiling aho-corasick v1.1.4
14822026-08-31T14:23:27.045Z Compiling radium v0.7.0
14832026-08-31T14:23:27.045Z Compiling tower-service v0.3.3
14842026-08-31T14:23:27.045Z Compiling tower-layer v0.3.3
14852026-08-31T14:23:27.045Z Compiling atomic-waker v1.1.2
14862026-08-31T14:23:28.074Z Compiling try-lock v0.2.5
14872026-08-31T14:23:28.074Z Compiling untrusted v0.7.1
14882026-08-31T14:23:28.074Z Compiling want v0.3.1
14892026-08-31T14:23:28.074Z Compiling h2 v0.4.15
14902026-08-31T14:23:28.075Z Compiling regex-automata v0.4.14
14912026-08-31T14:23:28.075Z Compiling pest_derive v2.8.6
14922026-08-31T14:23:28.075Z Compiling hybrid-array v0.4.13
14932026-08-31T14:23:28.075Z Compiling ipnet v2.12.0
14942026-08-31T14:23:28.875Z Compiling darling_core v0.20.11
14952026-08-31T14:23:28.875Z Compiling scroll_derive v0.13.1
14962026-08-31T14:23:28.875Z Compiling foreign-types-shared v0.1.1
14972026-08-31T14:23:28.875Z Compiling httpdate v1.0.3
14982026-08-31T14:23:28.876Z Compiling maybe-uninit v2.0.0
14992026-08-31T14:23:28.876Z Compiling untrusted v0.9.0
15002026-08-31T14:23:28.876Z Compiling openssl v0.10.80
15012026-08-31T14:23:28.876Z Compiling rustls v0.23.41
15022026-08-31T14:23:28.876Z Compiling tap v1.0.1
15032026-08-31T14:23:31.220Z Compiling wyz v0.5.1
15042026-08-31T14:23:31.220Z Compiling foreign-types v0.3.2
15052026-08-31T14:23:31.220Z Compiling unicode-normalization v0.1.25
15062026-08-31T14:23:31.220Z Compiling scroll v0.13.0
15072026-08-31T14:23:31.221Z Compiling rand_chacha v0.3.1
15082026-08-31T14:23:31.221Z Compiling signature v2.2.0
15092026-08-31T14:23:31.221Z Compiling hex v0.4.3
15102026-08-31T14:23:31.221Z Compiling thiserror-impl v1.0.69
15112026-08-31T14:23:31.221Z Compiling openssl-macros v0.1.1
15122026-08-31T14:23:31.221Z Compiling num-integer v0.1.46
15132026-08-31T14:23:31.221Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15142026-08-31T14:23:31.221Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-08-31T14:23:31.221Z Compiling wait-timeout v0.2.1
15162026-08-31T14:23:31.221Z Compiling ahash v0.8.12
15172026-08-31T14:23:32.813Z Compiling funty v2.0.0
15182026-08-31T14:23:32.813Z Compiling packed_struct v0.10.1
15192026-08-31T14:23:32.813Z Compiling hyper v1.10.1
15202026-08-31T14:23:32.814Z Compiling darling_macro v0.20.11
15212026-08-31T14:23:32.815Z Compiling quick-error v1.2.3
15222026-08-31T14:23:32.815Z Compiling bit-vec v0.8.0
15232026-08-31T14:23:32.815Z Compiling native-tls v0.2.18
15242026-08-31T14:23:32.815Z Compiling time-core v0.1.8
15252026-08-31T14:23:32.815Z Compiling num-bigint-dig v0.8.6
15262026-08-31T14:23:32.815Z Compiling powerfmt v0.2.0
15272026-08-31T14:23:32.815Z Compiling num-conv v0.2.0
15282026-08-31T14:23:32.815Z Compiling darling v0.20.11
15292026-08-31T14:23:32.815Z Compiling deranged v0.5.8
15302026-08-31T14:23:32.815Z Compiling time-macros v0.2.27
15312026-08-31T14:23:32.816Z Compiling bit-set v0.8.0
15322026-08-31T14:23:32.816Z Compiling thiserror v1.0.69
15332026-08-31T14:23:32.816Z Compiling rusty-fork v0.3.1
15342026-08-31T14:23:32.816Z Compiling bitvec v1.0.1
15352026-08-31T14:23:32.816Z Compiling clap_builder v4.6.0
15362026-08-31T14:23:32.816Z Compiling hyper-util v0.1.20
15372026-08-31T14:23:33.811Z Compiling num-iter v0.1.45
15382026-08-31T14:23:33.811Z Compiling rand v0.8.6
15392026-08-31T14:23:33.811Z Compiling goblin v0.10.5
15402026-08-31T14:23:33.811Z Compiling packed_struct_codegen v0.10.1
15412026-08-31T14:23:33.811Z Compiling lazy_static v1.5.0
15422026-08-31T14:23:33.811Z Compiling hmac v0.12.1
15432026-08-31T14:23:33.811Z Compiling rand_xorshift v0.4.0
15442026-08-31T14:23:33.811Z Compiling toml_datetime v0.6.11
15452026-08-31T14:23:33.811Z Compiling serde_spanned v0.6.9
15462026-08-31T14:23:33.811Z Compiling clap_derive v4.6.1
15472026-08-31T14:23:33.812Z Compiling bitfield-macros v0.19.4
15482026-08-31T14:23:35.340Z Compiling zerocopy-derive v0.6.6
15492026-08-31T14:23:35.340Z Compiling sync_wrapper v1.0.2
15502026-08-31T14:23:35.340Z Compiling indexmap v1.9.3
15512026-08-31T14:23:35.340Z Compiling num_threads v0.1.7
15522026-08-31T14:23:35.340Z Compiling crossbeam-utils v0.8.21
15532026-08-31T14:23:35.340Z Compiling unarray v0.1.4
15542026-08-31T14:23:35.340Z Compiling siphasher v1.0.2
15552026-08-31T14:23:35.340Z Compiling zlib-rs v0.6.2
15562026-08-31T14:23:35.340Z Compiling crc-catalog v2.4.0
15572026-08-31T14:23:35.340Z Compiling usdt-impl v0.6.0
15582026-08-31T14:23:35.340Z Compiling unicode-segmentation v1.12.0
15592026-08-31T14:23:35.341Z Compiling paste v1.0.15
15602026-08-31T14:23:35.341Z Compiling nodrop v0.1.14
15612026-08-31T14:23:35.341Z Compiling object v0.37.3
15622026-08-31T14:23:35.341Z Compiling clap v4.6.1
15632026-08-31T14:23:35.342Z Compiling array-init v0.0.4
15642026-08-31T14:23:35.342Z Compiling crc v3.4.0
15652026-08-31T14:23:35.342Z Compiling zerocopy v0.6.6
15662026-08-31T14:23:35.342Z Compiling dof v0.4.0
15672026-08-31T14:23:36.824Z Compiling proptest v1.11.0
15682026-08-31T14:23:36.824Z Compiling time v0.3.47
15692026-08-31T14:23:36.824Z Compiling tower v0.5.3
15702026-08-31T14:23:38.014Z Compiling bitfield v0.19.4
15712026-08-31T14:23:38.014Z Compiling smallvec v0.6.14
15722026-08-31T14:23:38.014Z Compiling derive_builder_core v0.20.2
15732026-08-31T14:23:38.014Z Compiling dtrace-parser v0.3.0
15742026-08-31T14:23:38.014Z Compiling flate2 v1.1.9
15752026-08-31T14:23:39.256Z Compiling ipnetwork v0.21.1
15762026-08-31T14:23:39.256Z Compiling pkcs1 v0.7.5
15772026-08-31T14:23:39.256Z Compiling http-body-util v0.1.3
15782026-08-31T14:23:39.256Z Compiling heapless v0.7.17
15792026-08-31T14:23:39.256Z Compiling slog v2.8.2
15802026-08-31T14:23:39.256Z Compiling darling_core v0.23.0
15812026-08-31T14:23:39.256Z Compiling structmeta-derive v0.3.0
15822026-08-31T14:23:39.257Z Compiling scroll_derive v0.12.1
15832026-08-31T14:23:39.257Z Compiling thread-id v5.1.0
15842026-08-31T14:23:39.257Z Compiling cookie v0.18.1
15852026-08-31T14:23:39.257Z Compiling env_filter v2.0.0
15862026-08-31T14:23:39.257Z Compiling winnow v0.5.40
15872026-08-31T14:23:39.257Z Compiling hashbrown v0.12.3
15882026-08-31T14:23:40.207Z Compiling ryu v1.0.23
15892026-08-31T14:23:40.207Z Compiling base64 v0.21.7
15902026-08-31T14:23:40.207Z Compiling gimli v0.32.3
15912026-08-31T14:23:40.207Z Compiling anyhow v1.0.104
15922026-08-31T14:23:40.207Z Compiling unicode-properties v0.1.4
15932026-08-31T14:23:40.207Z Compiling signal-hook v0.3.18
15942026-08-31T14:23:40.207Z Compiling iri-string v0.7.10
15952026-08-31T14:23:40.207Z Compiling unicode-bidi v0.3.18
15962026-08-31T14:23:40.207Z Compiling allocator-api2 v0.2.21
15972026-08-31T14:23:40.207Z Compiling zstd-safe v7.2.4
15982026-08-31T14:23:40.207Z Compiling stringprep v0.1.5
15992026-08-31T14:23:41.272Z Compiling toml_edit v0.19.15
16002026-08-31T14:23:41.272Z Compiling darling_macro v0.23.0
16012026-08-31T14:23:41.272Z Compiling addr2line v0.25.1
16022026-08-31T14:23:41.273Z Compiling tower-http v0.6.8
16032026-08-31T14:23:41.273Z Compiling ron v0.8.1
16042026-08-31T14:23:41.273Z Compiling structmeta v0.3.0
16052026-08-31T14:23:42.171Z Compiling serde_urlencoded v0.7.1
16062026-08-31T14:23:42.171Z Compiling scroll v0.12.0
16072026-08-31T14:23:42.172Z Compiling env_logger v0.11.11
16082026-08-31T14:23:42.172Z Compiling rsa v0.9.10
16092026-08-31T14:23:42.172Z Compiling oxnet v0.1.6
16102026-08-31T14:23:42.172Z Compiling derive_builder_macro v0.20.2
16112026-08-31T14:23:42.172Z Compiling newtype-uuid v1.3.2
16122026-08-31T14:23:42.172Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16132026-08-31T14:23:42.172Z Compiling hashbrown v0.13.2
16142026-08-31T14:23:42.172Z Compiling bzip2 v0.4.4
16152026-08-31T14:23:43.255Z Compiling serde-hex v0.1.0
16162026-08-31T14:23:43.255Z Compiling tokio-native-tls v0.3.1
16172026-08-31T14:23:43.255Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-31T14:23:45.135Z Compiling camino v1.2.5
16192026-08-31T14:23:45.135Z Compiling bstr v1.12.1
16202026-08-31T14:23:46.012Z Compiling crypto-common v0.2.2
16212026-08-31T14:23:46.012Z Compiling block-buffer v0.12.1
16222026-08-31T14:23:46.012Z Compiling block-padding v0.4.2
16232026-08-31T14:23:46.012Z Compiling rustls-native-certs v0.8.3
16242026-08-31T14:23:46.012Z Compiling curve25519-dalek v4.1.3
16252026-08-31T14:23:46.012Z Compiling x509-cert v0.2.5
16262026-08-31T14:23:46.012Z Compiling md-5 v0.10.6
16272026-08-31T14:23:46.012Z Compiling serde_tokenstream v0.2.3
16282026-08-31T14:23:46.012Z Compiling erased-serde v0.3.31
16292026-08-31T14:23:46.012Z Compiling vergen-lib v9.1.0
16302026-08-31T14:23:46.012Z Compiling pin-project-internal v1.1.11
16312026-08-31T14:23:46.012Z Compiling zerocopy-derive v0.7.35
16322026-08-31T14:23:46.013Z Compiling async-trait v0.1.89
16332026-08-31T14:23:46.013Z Compiling daft-derive v0.1.8
16342026-08-31T14:23:47.044Z Compiling hash32 v0.2.1
16352026-08-31T14:23:47.044Z Compiling memoffset v0.9.1
16362026-08-31T14:23:47.045Z Compiling encoding_rs v0.8.35
16372026-08-31T14:23:47.045Z Compiling cfg_aliases v0.2.1
16382026-08-31T14:23:47.045Z Compiling crc-any v2.5.0
16392026-08-31T14:23:47.045Z Compiling owo-colors v4.3.0
16402026-08-31T14:23:47.045Z Compiling ref-cast v1.0.25
16412026-08-31T14:23:47.045Z Compiling fallible-iterator v0.2.0
16422026-08-31T14:23:47.045Z Compiling smoltcp v0.9.1
16432026-08-31T14:23:47.045Z Compiling psl-types v2.0.11
16442026-08-31T14:23:47.045Z Compiling rustc-demangle v0.1.27
16452026-08-31T14:23:47.045Z Compiling mime v0.3.17
16462026-08-31T14:23:47.045Z Compiling rustix v0.38.44
16472026-08-31T14:23:47.045Z Compiling litrs v1.0.0
16482026-08-31T14:23:47.045Z Compiling publicsuffix v2.3.0
16492026-08-31T14:23:47.046Z Compiling backtrace v0.3.76
16502026-08-31T14:23:47.046Z Compiling postgres-protocol v0.6.10
16512026-08-31T14:23:47.046Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16522026-08-31T14:23:47.817Z Compiling nix v0.31.2
16532026-08-31T14:23:47.817Z Compiling daft v0.1.8
16542026-08-31T14:23:47.817Z Compiling document-features v0.2.12
16552026-08-31T14:23:47.817Z Compiling pin-project v1.1.11
16562026-08-31T14:23:47.817Z Compiling zerocopy v0.7.35
16572026-08-31T14:23:47.817Z Compiling inout v0.2.2
16582026-08-31T14:23:47.817Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-31T14:23:47.817Z Compiling object v0.30.4
16602026-08-31T14:23:47.817Z Compiling hyper-tls v0.6.0
16612026-08-31T14:23:47.818Z Compiling zip v0.6.6
16622026-08-31T14:23:47.818Z Compiling derive_builder v0.20.2
16632026-08-31T14:23:48.891Z Compiling toml v0.7.8
16642026-08-31T14:23:48.891Z Compiling goblin v0.8.2
16652026-08-31T14:23:48.891Z Compiling derive-ex v0.1.8
16662026-08-31T14:23:48.891Z Compiling darling v0.23.0
16672026-08-31T14:23:48.891Z Compiling convert_case v0.10.0
16682026-08-31T14:23:50.021Z Compiling phf_shared v0.13.1
16692026-08-31T14:23:50.021Z Compiling regex v1.12.3
16702026-08-31T14:23:50.021Z Compiling hubpack_derive v0.1.1
16712026-08-31T14:23:50.021Z Compiling futures-executor v0.3.32
16722026-08-31T14:23:50.021Z Compiling vergen v9.1.0
16732026-08-31T14:23:50.022Z Compiling ref-cast-impl v1.0.25
16742026-08-31T14:23:50.022Z Compiling curve25519-dalek-derive v0.1.1
16752026-08-31T14:23:50.022Z Compiling strum_macros v0.27.2
16762026-08-31T14:23:50.022Z Compiling snafu-derive v0.8.9
16772026-08-31T14:23:50.022Z Compiling cargo-platform v0.3.2
16782026-08-31T14:23:50.022Z Compiling ff v0.13.1
16792026-08-31T14:23:50.835Z Compiling fs-err v3.3.0
16802026-08-31T14:23:50.836Z Compiling path-slash v0.1.5
16812026-08-31T14:23:50.836Z Compiling bitflags v1.3.2
16822026-08-31T14:23:50.836Z Compiling base16ct v0.2.0
16832026-08-31T14:23:50.836Z Compiling foldhash v0.1.5
16842026-08-31T14:23:50.836Z Compiling either v1.15.0
16852026-08-31T14:23:50.836Z Compiling jiff-core v0.1.0
16862026-08-31T14:23:50.836Z Compiling foldhash v0.2.0
16872026-08-31T14:23:50.836Z Compiling managed v0.8.0
16882026-08-31T14:23:50.836Z Compiling libbz2-rs-sys v0.2.2
16892026-08-31T14:23:50.836Z Compiling is_ci v1.2.0
16902026-08-31T14:23:52.062Z Compiling bumpalo v3.20.2
16912026-08-31T14:23:52.062Z Compiling same-file v1.0.6
16922026-08-31T14:23:52.062Z Compiling strum v0.27.2
16932026-08-31T14:23:52.063Z Compiling walkdir v2.5.0
16942026-08-31T14:23:52.063Z Compiling bzip2 v0.6.1
16952026-08-31T14:23:52.063Z Compiling jiff v0.2.34
16962026-08-31T14:23:52.063Z Compiling zopfli v0.8.3
16972026-08-31T14:23:52.063Z Compiling supports-color v3.0.2
16982026-08-31T14:23:52.063Z Compiling textwrap v0.16.2
16992026-08-31T14:23:52.063Z Compiling snafu v0.8.9
17002026-08-31T14:23:52.064Z Compiling hashbrown v0.16.1
17012026-08-31T14:23:52.959Z Compiling hashbrown v0.15.5
17022026-08-31T14:23:52.959Z Compiling sec1 v0.7.3
17032026-08-31T14:23:52.959Z Compiling dof v0.3.0
17042026-08-31T14:23:52.959Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17052026-08-31T14:23:52.959Z Compiling group v0.13.0
17062026-08-31T14:23:52.959Z Compiling cargo_metadata v0.23.1
17072026-08-31T14:23:52.959Z Compiling test-strategy v0.4.5
17082026-08-31T14:23:54.044Z Compiling hubpack v0.1.2
17092026-08-31T14:23:54.044Z Compiling futures v0.3.32
17102026-08-31T14:23:54.045Z Compiling phf v0.13.1
17112026-08-31T14:23:54.045Z Compiling derive_more-impl v2.1.1
17122026-08-31T14:23:55.066Z Compiling signal-hook-mio v0.2.5
17132026-08-31T14:23:55.066Z Compiling serde_with_macros v3.21.0
17142026-08-31T14:23:55.066Z Compiling cookie_store v0.22.1
17152026-08-31T14:23:55.066Z Compiling zstd v0.13.3
17162026-08-31T14:23:55.066Z Compiling reqwest v0.12.28
17172026-08-31T14:23:55.066Z Compiling cipher v0.5.2
17182026-08-31T14:23:55.066Z Compiling backtrace-ext v0.2.1
17192026-08-31T14:23:56.044Z Compiling postgres-types v0.2.12
17202026-08-31T14:23:56.044Z Compiling usdt-attr-macro v0.6.0
17212026-08-31T14:23:56.044Z Compiling usdt-macro v0.6.0
17222026-08-31T14:23:56.045Z Compiling globset v0.4.18
17232026-08-31T14:23:56.045Z Compiling phf_shared v0.11.3
17242026-08-31T14:23:57.257Z Compiling hkdf v0.12.4
17252026-08-31T14:23:57.257Z Compiling dtrace-parser v0.2.0
17262026-08-31T14:23:57.257Z Compiling byte-wrapper v0.1.0
17272026-08-31T14:23:57.257Z Compiling ed25519 v2.2.3
17282026-08-31T14:23:57.257Z Compiling olpc-cjson v0.1.4
17292026-08-31T14:23:57.257Z Compiling pem v3.0.6
17302026-08-31T14:23:57.257Z Compiling crypto-bigint v0.5.5
17312026-08-31T14:23:57.257Z Compiling serde_plain v1.0.2
17322026-08-31T14:23:57.257Z Compiling serde-big-array v0.5.1
17332026-08-31T14:23:57.257Z Compiling strum_macros v0.26.4
17342026-08-31T14:23:57.258Z Compiling miette-derive v7.6.0
17352026-08-31T14:23:57.258Z Compiling serde_repr v0.1.20
17362026-08-31T14:23:57.258Z Compiling enum-as-inner v0.6.1
17372026-08-31T14:23:57.986Z Compiling async-recursion v1.1.1
17382026-08-31T14:23:57.986Z Compiling float-cmp v0.10.0
17392026-08-31T14:23:57.986Z Compiling memmap2 v0.9.10
17402026-08-31T14:23:57.986Z Compiling thread-id v4.2.2
17412026-08-31T14:23:57.987Z Compiling normalize-line-endings v0.3.0
17422026-08-31T14:23:57.987Z Compiling winnow v1.0.3
17432026-08-31T14:23:57.987Z Compiling keccak v0.1.6
17442026-08-31T14:23:57.987Z Compiling fixedbitset v0.5.7
17452026-08-31T14:23:57.987Z Compiling supports-hyperlinks v3.2.0
17462026-08-31T14:23:57.987Z Compiling precomputed-hash v0.1.1
17472026-08-31T14:23:57.987Z Compiling static_assertions v1.1.0
17482026-08-31T14:23:58.891Z Compiling cpufeatures v0.3.0
17492026-08-31T14:23:58.892Z Compiling data-encoding v2.10.0
17502026-08-31T14:23:58.892Z Compiling difflib v0.4.0
17512026-08-31T14:23:58.892Z Compiling typed-path v0.9.3
17522026-08-31T14:23:58.892Z Compiling whoami v2.1.0
17532026-08-31T14:23:58.892Z Compiling fixedbitset v0.4.2
17542026-08-31T14:23:58.892Z Compiling predicates-core v1.0.10
17552026-08-31T14:23:58.892Z Compiling new_debug_unreachable v1.0.6
17562026-08-31T14:23:58.892Z Compiling supports-unicode v3.0.0
17572026-08-31T14:23:58.893Z Compiling const-oid v0.10.2
17582026-08-31T14:23:58.893Z Compiling predicates v3.1.4
17592026-08-31T14:23:59.928Z Compiling string_cache v0.8.9
17602026-08-31T14:23:59.929Z Compiling miette v7.6.0
17612026-08-31T14:23:59.929Z Compiling tokio-postgres v0.7.16
17622026-08-31T14:23:59.929Z Compiling digest v0.11.3
17632026-08-31T14:23:59.929Z Compiling petgraph v0.6.5
17642026-08-31T14:23:59.929Z Compiling toml_parser v1.1.2+spec-1.1.0
17652026-08-31T14:23:59.929Z Compiling hickory-proto v0.25.2
17662026-08-31T14:23:59.929Z Compiling strum v0.26.3
17672026-08-31T14:23:59.929Z Compiling chacha20 v0.10.0
17682026-08-31T14:23:59.929Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-31T14:23:59.930Z Compiling petgraph v0.8.3
17702026-08-31T14:23:59.930Z Compiling toml_edit v0.22.27
17712026-08-31T14:23:59.930Z Compiling sha3 v0.10.8
17722026-08-31T14:24:00.907Z Compiling usdt v0.6.0
17732026-08-31T14:24:00.907Z Compiling usdt-impl v0.5.0
17742026-08-31T14:24:00.908Z Compiling elliptic-curve v0.13.8
17752026-08-31T14:24:01.957Z Compiling ed25519-dalek v2.2.0
17762026-08-31T14:24:01.957Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17772026-08-31T14:24:01.957Z Compiling crossterm v0.28.1
17782026-08-31T14:24:01.957Z Compiling serde_with v3.21.0
17792026-08-31T14:24:03.305Z Compiling derive_more v2.1.1
17802026-08-31T14:24:03.305Z Compiling zip v4.6.1
17812026-08-31T14:24:03.305Z Compiling iddqd v0.4.2
17822026-08-31T14:24:03.305Z Compiling itertools v0.15.0
17832026-08-31T14:24:04.280Z Compiling itertools v0.13.0
17842026-08-31T14:24:04.280Z Compiling similar v2.7.0
17852026-08-31T14:24:04.280Z Compiling crossbeam-epoch v0.9.18
17862026-08-31T14:24:04.281Z Compiling heck v0.4.1
17872026-08-31T14:24:04.281Z Compiling tokio-stream v0.1.18
17882026-08-31T14:24:04.281Z Compiling buf-list v1.1.2
17892026-08-31T14:24:04.281Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17902026-08-31T14:24:05.096Z Compiling openapiv3 v2.2.0
17912026-08-31T14:24:05.096Z Compiling peg-runtime v0.8.5
17922026-08-31T14:24:05.096Z Compiling lalrpop-util v0.19.12
17932026-08-31T14:24:05.096Z Compiling thread_local v1.1.9
17942026-08-31T14:24:05.096Z Compiling slog-async v2.8.0
17952026-08-31T14:24:05.096Z Compiling crossbeam-channel v0.5.15
17962026-08-31T14:24:05.096Z Compiling is-terminal v0.4.17
17972026-08-31T14:24:05.096Z Compiling filetime v0.2.27
17982026-08-31T14:24:05.096Z Compiling take_mut v0.2.2
17992026-08-31T14:24:05.097Z Compiling xattr v1.6.1
18002026-08-31T14:24:05.097Z Compiling term v1.2.1
18012026-08-31T14:24:05.097Z Compiling camino-tempfile v1.4.1
18022026-08-31T14:24:05.097Z Compiling tar v0.4.46
18032026-08-31T14:24:05.097Z Compiling slog-term v2.9.2
18042026-08-31T14:24:10.597Z Compiling rustls-webpki v0.103.13
18052026-08-31T14:24:13.315Z Compiling tokio-rustls v0.26.4
18062026-08-31T14:24:13.315Z Compiling rustls-platform-verifier v0.6.2
18072026-08-31T14:24:14.278Z Compiling tough v0.22.0
18082026-08-31T14:24:14.278Z Compiling hyper-rustls v0.27.7
18092026-08-31T14:24:14.279Z Compiling reqwest v0.13.2
18102026-08-31T14:24:15.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-08-31T14:24:16.678Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-08-31T14:24:19.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18132026-08-31T14:24:19.355Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18142026-08-31T14:24:19.356ZAug 31 14:24:17.691 INFO Starting download, target: Cockroach
18152026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Starting download, target: Clickhouse
18162026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Starting download, target: Console
18172026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Starting download, target: DendriteStub
18182026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Starting download, target: MaghemiteMgd
18192026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Starting download, target: MaghemiteDdmd
18202026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Starting download, target: TransceiverControl
18212026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18222026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18232026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18242026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-08-31T14:24:19.356ZAug 31 14:24:17.692 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18262026-08-31T14:24:19.357ZAug 31 14:24:17.692 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18272026-08-31T14:24:19.357ZAug 31 14:24:17.692 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18282026-08-31T14:24:20.685ZAug 31 14:24:19.414 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-31T14:24:21.060ZAug 31 14:24:19.426 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18302026-08-31T14:24:21.061ZAug 31 14:24:19.654 INFO Download complete, target: Console
18312026-08-31T14:24:27.361ZAug 31 14:24:26.095 INFO Checking that binary works, target: Clickhouse
18322026-08-31T14:24:27.460ZAug 31 14:24:26.183 INFO Download complete, target: Clickhouse
18332026-08-31T14:24:49.554ZAug 31 14:24:48.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18342026-08-31T14:24:49.741ZAug 31 14:24:48.581 INFO Download complete, target: TransceiverControl
18352026-08-31T14:26:44.837ZAug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: Cockroach
18362026-08-31T14:26:44.837ZAug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: MaghemiteDdmd
18372026-08-31T14:26:44.837ZAug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: MaghemiteMgd
18382026-08-31T14:26:44.837ZAug 31 14:26:43.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
18392026-08-31T14:26:44.903ZAug 31 14:26:43.639 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
18402026-08-31T14:26:44.903ZAug 31 14:26:43.639 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
18412026-08-31T14:26:44.903ZAug 31 14:26:43.639 WARN Download failed, retrying: error decoding response body, target: DendriteStub
18422026-08-31T14:26:44.904ZAug 31 14:26:43.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
18432026-08-31T14:27:45.450ZAug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mg-ddm.tar.gz), target: MaghemiteDdmd
18442026-08-31T14:27:45.450ZAug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
18452026-08-31T14:27:45.658ZAug 31 14:27:43.653 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 3/3), target: MaghemiteDdmd
18462026-08-31T14:27:45.659ZAug 31 14:27:43.653 INFO Downloading out/downloads/cockroach.tgz (attempt 3/3), target: Cockroach
18472026-08-31T14:27:45.659ZAug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd
18482026-08-31T14:27:45.659ZAug 31 14:27:43.653 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd
18492026-08-31T14:27:45.659ZAug 31 14:27:43.653 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub
18502026-08-31T14:27:45.659ZAug 31 14:27:43.653 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub
18512026-08-31T14:29:07.303ZAug 31 14:29:05.461 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18522026-08-31T14:29:09.403ZAug 31 14:29:07.394 INFO Download complete, target: MaghemiteDdmd
18532026-08-31T14:29:11.787ZAug 31 14:29:10.148 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18542026-08-31T14:29:13.684ZAug 31 14:29:12.071 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18552026-08-31T14:29:14.960ZAug 31 14:29:13.004 INFO Download complete, target: DendriteStub
18562026-08-31T14:29:16.193ZAug 31 14:29:14.782 INFO Download complete, target: MaghemiteMgd
18572026-08-31T14:29:19.841ZAug 31 14:29:18.545 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18582026-08-31T14:29:19.841ZAug 31 14:29:18.545 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18592026-08-31T14:29:24.350ZAug 31 14:29:23.137 INFO Checking that binary works, target: Cockroach
18602026-08-31T14:29:24.449ZAug 31 14:29:23.261 INFO Download complete, target: Cockroach
18612026-08-31T14:29:24.500ZAll builder prerequisites installed successfully, and PATH looks valid
18622026-08-31T14:29:24.500Z
18632026-08-31T14:29:24.500Zreal 7:11.414965018
18642026-08-31T14:29:24.500Zuser 7:25.900164712
18652026-08-31T14:29:24.500Zsys 1:28.678006557
18662026-08-31T14:29:24.501Ztrap 0.235505862
18672026-08-31T14:29:24.501Ztflt 0.457920993
18682026-08-31T14:29:24.501Zdflt 0.767090833
18692026-08-31T14:29:24.501Zkflt 0.027791910
18702026-08-31T14:29:24.501Zlock 1:48:46.415473005
18712026-08-31T14:29:24.501Zslp 32:10.477443025
18722026-08-31T14:29:24.501Zlat 52.009737180
18732026-08-31T14:29:24.501Zstop 2:46.340932362
18742026-08-31T14:29:24.501Z+ banner hack-check
18752026-08-31T14:29:24.501Z
18762026-08-31T14:29:24.501Z # # ## #### # # #### # # ###### #### # #
18772026-08-31T14:29:24.501Z # # # # # # # # # # # # # # # # #
18782026-08-31T14:29:24.501Z ###### # # # #### ##### # ###### ##### # ####
18792026-08-31T14:29:24.501Z # # ###### # # # # # # # # # #
18802026-08-31T14:29:24.501Z # # # # # # # # # # # # # # # # #
18812026-08-31T14:29:24.501Z # # # # #### # # #### # # ###### #### # #
18822026-08-31T14:29:24.501Z
18832026-08-31T14:29:24.501Z+ export CARGO_INCREMENTAL=0
18842026-08-31T14:29:24.501Z+ CARGO_INCREMENTAL=0
18852026-08-31T14:29:24.501Z+ ptime -m timeout 2h cargo xtask check-features --ci
18862026-08-31T14:29:24.977Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18872026-08-31T14:29:25.237Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18882026-08-31T14:29:26.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
18892026-08-31T14:29:27.068Z Running `target/debug/xtask check-features --ci`
18902026-08-31T14:29:27.170Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18912026-08-31T14:29:27.170Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18922026-08-31T14:29:27.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18932026-08-31T14:29:27.514Z Running `target/debug/xtask download cargo-hack`
18942026-08-31T14:29:28.332Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18952026-08-31T14:29:28.580Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18962026-08-31T14:29:31.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
18972026-08-31T14:29:31.284Z Running `target/debug/xtask-downloader cargo-hack`
18982026-08-31T14:29:31.331ZAug 31 14:29:30.167 INFO Starting download, target: CargoHack
18992026-08-31T14:29:31.342ZAug 31 14:29:30.167 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
19002026-08-31T14:29:31.552ZAug 31 14:29:30.396 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
19012026-08-31T14:29:31.670ZAug 31 14:29:30.446 INFO Download complete, target: CargoHack
19022026-08-31T14:29:31.699Zrunning: "/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"
19032026-08-31T14:29:31.699Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
19042026-08-31T14:29:31.792Zinfo: running `cargo check --bins` on api_identity (1/379)
19052026-08-31T14:29:32.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-08-31T14:29:32.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-08-31T14:29:32.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-08-31T14:29:32.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19092026-08-31T14:29:32.361Z
19102026-08-31T14:29:32.361Zinfo: running `cargo check --bins` on bootstore (2/379)
19112026-08-31T14:29:32.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-08-31T14:29:32.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-08-31T14:29:32.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-08-31T14:29:32.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19152026-08-31T14:29:32.955Z
19162026-08-31T14:29:32.955Zinfo: running `cargo check --bins` on omicron-ledger (3/379)
19172026-08-31T14:29:33.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-08-31T14:29:33.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-08-31T14:29:33.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-08-31T14:29:33.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19212026-08-31T14:29:33.422Z
19222026-08-31T14:29:33.422Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/379)
19232026-08-31T14:29:33.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-08-31T14:29:33.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-08-31T14:29:33.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-08-31T14:29:33.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19272026-08-31T14:29:33.963Z
19282026-08-31T14:29:33.964Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/379)
19292026-08-31T14:29:34.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-08-31T14:29:34.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-08-31T14:29:34.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-08-31T14:29:34.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19332026-08-31T14:29:34.522Z
19342026-08-31T14:29:34.522Zinfo: running `cargo check --bins` on omicron-certificates (6/379)
19352026-08-31T14:29:34.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-08-31T14:29:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-08-31T14:29:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-08-31T14:29:35.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19392026-08-31T14:29:35.090Z
19402026-08-31T14:29:35.090Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/379)
19412026-08-31T14:29:35.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-08-31T14:29:35.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-08-31T14:29:35.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-08-31T14:29:35.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19452026-08-31T14:29:35.646Z
19462026-08-31T14:29:35.646Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/379)
19472026-08-31T14:29:36.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-08-31T14:29:36.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-08-31T14:29:36.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-08-31T14:29:36.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19512026-08-31T14:29:36.215Z
19522026-08-31T14:29:36.215Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/379)
19532026-08-31T14:29:36.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-08-31T14:29:36.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-08-31T14:29:36.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-08-31T14:29:36.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19572026-08-31T14:29:36.592Z
19582026-08-31T14:29:36.592Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/379)
19592026-08-31T14:29:36.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-08-31T14:29:36.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-08-31T14:29:36.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-08-31T14:29:36.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19632026-08-31T14:29:37.002Z
19642026-08-31T14:29:37.002Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/379)
19652026-08-31T14:29:37.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-08-31T14:29:37.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-08-31T14:29:37.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-08-31T14:29:37.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19692026-08-31T14:29:37.464Z
19702026-08-31T14:29:37.464Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/379)
19712026-08-31T14:29:37.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-08-31T14:29:37.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-08-31T14:29:37.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-08-31T14:29:37.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19752026-08-31T14:29:37.808Z
19762026-08-31T14:29:37.808Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/379)
19772026-08-31T14:29:38.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-08-31T14:29:38.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-08-31T14:29:38.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-08-31T14:29:38.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19812026-08-31T14:29:38.239Z
19822026-08-31T14:29:38.239Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/379)
19832026-08-31T14:29:38.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-08-31T14:29:38.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-08-31T14:29:38.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-08-31T14:29:38.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19872026-08-31T14:29:38.622Z
19882026-08-31T14:29:38.622Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/379)
19892026-08-31T14:29:38.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-08-31T14:29:38.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-08-31T14:29:38.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-08-31T14:29:38.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19932026-08-31T14:29:39.021Z
19942026-08-31T14:29:39.021Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/379)
19952026-08-31T14:29:39.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-08-31T14:29:39.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-08-31T14:29:39.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-08-31T14:29:39.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19992026-08-31T14:29:39.424Z
20002026-08-31T14:29:39.424Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/379)
20012026-08-31T14:29:39.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-08-31T14:29:39.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-08-31T14:29:39.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-08-31T14:29:39.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20052026-08-31T14:29:39.833Z
20062026-08-31T14:29:39.833Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/379)
20072026-08-31T14:29:40.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-08-31T14:29:40.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-08-31T14:29:40.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-08-31T14:29:40.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20112026-08-31T14:29:40.253Z
20122026-08-31T14:29:40.253Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/379)
20132026-08-31T14:29:40.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-08-31T14:29:40.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-08-31T14:29:40.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-08-31T14:29:40.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20172026-08-31T14:29:40.644Z
20182026-08-31T14:29:40.645Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/379)
20192026-08-31T14:29:40.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-08-31T14:29:41.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-08-31T14:29:41.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-08-31T14:29:41.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20232026-08-31T14:29:41.054Z
20242026-08-31T14:29:41.054Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/379)
20252026-08-31T14:29:41.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-08-31T14:29:41.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-08-31T14:29:41.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-08-31T14:29:41.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20292026-08-31T14:29:41.483Z
20302026-08-31T14:29:41.483Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/379)
20312026-08-31T14:29:41.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-08-31T14:29:41.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-08-31T14:29:41.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-08-31T14:29:41.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20352026-08-31T14:29:41.862Z
20362026-08-31T14:29:41.862Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/379)
20372026-08-31T14:29:42.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-08-31T14:29:42.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-08-31T14:29:42.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-08-31T14:29:42.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20412026-08-31T14:29:42.285Z
20422026-08-31T14:29:42.285Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/379)
20432026-08-31T14:29:42.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-08-31T14:29:42.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-08-31T14:29:42.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-08-31T14:29:42.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20472026-08-31T14:29:42.675Z
20482026-08-31T14:29:42.675Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/379)
20492026-08-31T14:29:43.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-08-31T14:29:43.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-08-31T14:29:43.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-08-31T14:29:43.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20532026-08-31T14:29:43.085Z
20542026-08-31T14:29:43.085Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/379)
20552026-08-31T14:29:43.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-08-31T14:29:43.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-08-31T14:29:43.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-08-31T14:29:43.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20592026-08-31T14:29:43.487Z
20602026-08-31T14:29:43.488Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/379)
20612026-08-31T14:29:43.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-08-31T14:29:43.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-08-31T14:29:43.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-08-31T14:29:43.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20652026-08-31T14:29:43.892Z
20662026-08-31T14:29:43.892Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/379)
20672026-08-31T14:29:44.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-08-31T14:29:44.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-08-31T14:29:44.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-08-31T14:29:44.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20712026-08-31T14:29:44.347Z
20722026-08-31T14:29:44.347Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/379)
20732026-08-31T14:29:44.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-08-31T14:29:44.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-08-31T14:29:44.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-08-31T14:29:44.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20772026-08-31T14:29:44.700Z
20782026-08-31T14:29:44.700Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/379)
20792026-08-31T14:29:45.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-08-31T14:29:45.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-08-31T14:29:45.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-08-31T14:29:45.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20832026-08-31T14:29:45.106Z
20842026-08-31T14:29:45.107Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/379)
20852026-08-31T14:29:45.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-08-31T14:29:45.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-08-31T14:29:45.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-08-31T14:29:45.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20892026-08-31T14:29:45.533Z
20902026-08-31T14:29:45.533Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/379)
20912026-08-31T14:29:45.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-08-31T14:29:45.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-08-31T14:29:45.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-08-31T14:29:45.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20952026-08-31T14:29:45.927Z
20962026-08-31T14:29:45.927Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/379)
20972026-08-31T14:29:46.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-08-31T14:29:46.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-08-31T14:29:46.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-08-31T14:29:46.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21012026-08-31T14:29:46.336Z
21022026-08-31T14:29:46.336Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/379)
21032026-08-31T14:29:46.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-08-31T14:29:46.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-08-31T14:29:46.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-08-31T14:29:46.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21072026-08-31T14:29:46.739Z
21082026-08-31T14:29:46.739Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/379)
21092026-08-31T14:29:47.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-08-31T14:29:47.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-08-31T14:29:47.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-08-31T14:29:47.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21132026-08-31T14:29:47.147Z
21142026-08-31T14:29:47.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/379)
21152026-08-31T14:29:47.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-08-31T14:29:47.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-08-31T14:29:47.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-08-31T14:29:47.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21192026-08-31T14:29:47.554Z
21202026-08-31T14:29:47.554Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/379)
21212026-08-31T14:29:47.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-08-31T14:29:47.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-08-31T14:29:47.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-08-31T14:29:47.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21252026-08-31T14:29:47.961Z
21262026-08-31T14:29:47.961Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/379)
21272026-08-31T14:29:48.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-08-31T14:29:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-08-31T14:29:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-08-31T14:29:48.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21312026-08-31T14:29:48.367Z
21322026-08-31T14:29:48.367Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/379)
21332026-08-31T14:29:48.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-08-31T14:29:48.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-08-31T14:29:48.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-08-31T14:29:48.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21372026-08-31T14:29:48.779Z
21382026-08-31T14:29:48.779Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/379)
21392026-08-31T14:29:49.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-08-31T14:29:49.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-08-31T14:29:49.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-08-31T14:29:49.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21432026-08-31T14:29:49.188Z
21442026-08-31T14:29:49.188Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/379)
21452026-08-31T14:29:49.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-08-31T14:29:49.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-08-31T14:29:49.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-08-31T14:29:49.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21492026-08-31T14:29:49.601Z
21502026-08-31T14:29:49.601Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/379)
21512026-08-31T14:29:50.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-08-31T14:29:50.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-08-31T14:29:50.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-08-31T14:29:50.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21552026-08-31T14:29:50.052Z
21562026-08-31T14:29:50.052Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/379)
21572026-08-31T14:29:50.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-08-31T14:29:50.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-08-31T14:29:50.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-08-31T14:29:50.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21612026-08-31T14:29:50.427Z
21622026-08-31T14:29:50.427Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/379)
21632026-08-31T14:29:50.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-08-31T14:29:50.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-08-31T14:29:50.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-08-31T14:29:50.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21672026-08-31T14:29:50.837Z
21682026-08-31T14:29:50.837Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/379)
21692026-08-31T14:29:51.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-08-31T14:29:51.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-08-31T14:29:51.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-08-31T14:29:51.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21732026-08-31T14:29:51.241Z
21742026-08-31T14:29:51.241Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/379)
21752026-08-31T14:29:51.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-08-31T14:29:51.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-08-31T14:29:51.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-08-31T14:29:51.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21792026-08-31T14:29:51.646Z
21802026-08-31T14:29:51.646Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/379)
21812026-08-31T14:29:52.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-08-31T14:29:52.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-08-31T14:29:52.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-08-31T14:29:52.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21852026-08-31T14:29:52.059Z
21862026-08-31T14:29:52.059Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/379)
21872026-08-31T14:29:52.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-08-31T14:29:52.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-08-31T14:29:52.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-08-31T14:29:52.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21912026-08-31T14:29:52.473Z
21922026-08-31T14:29:52.473Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/379)
21932026-08-31T14:29:52.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-08-31T14:29:52.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-08-31T14:29:52.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-08-31T14:29:52.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21972026-08-31T14:29:52.872Z
21982026-08-31T14:29:52.872Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/379)
21992026-08-31T14:29:53.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-08-31T14:29:53.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-08-31T14:29:53.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-08-31T14:29:53.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22032026-08-31T14:29:53.355Z
22042026-08-31T14:29:53.355Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/379)
22052026-08-31T14:29:53.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-08-31T14:29:53.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-08-31T14:29:53.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-08-31T14:29:53.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22092026-08-31T14:29:53.688Z
22102026-08-31T14:29:53.689Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/379)
22112026-08-31T14:29:54.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-08-31T14:29:54.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-08-31T14:29:54.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-08-31T14:29:54.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22152026-08-31T14:29:54.157Z
22162026-08-31T14:29:54.157Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/379)
22172026-08-31T14:29:54.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-08-31T14:29:54.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-08-31T14:29:54.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-08-31T14:29:54.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22212026-08-31T14:29:54.505Z
22222026-08-31T14:29:54.505Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/379)
22232026-08-31T14:29:54.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-08-31T14:29:54.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-08-31T14:29:54.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-08-31T14:29:54.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22272026-08-31T14:29:54.908Z
22282026-08-31T14:29:54.908Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/379)
22292026-08-31T14:29:55.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-08-31T14:29:55.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-08-31T14:29:55.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-08-31T14:29:55.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22332026-08-31T14:29:55.317Z
22342026-08-31T14:29:55.317Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/379)
22352026-08-31T14:29:55.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-08-31T14:29:55.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-08-31T14:29:55.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-08-31T14:29:55.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22392026-08-31T14:29:55.744Z
22402026-08-31T14:29:55.744Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/379)
22412026-08-31T14:29:56.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-08-31T14:29:56.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-08-31T14:29:56.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-08-31T14:29:56.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22452026-08-31T14:29:56.141Z
22462026-08-31T14:29:56.141Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/379)
22472026-08-31T14:29:56.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-08-31T14:29:56.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-08-31T14:29:56.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-08-31T14:29:56.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22512026-08-31T14:29:56.572Z
22522026-08-31T14:29:56.572Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/379)
22532026-08-31T14:29:56.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-08-31T14:29:56.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-08-31T14:29:56.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-08-31T14:29:56.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22572026-08-31T14:29:56.965Z
22582026-08-31T14:29:56.965Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/379)
22592026-08-31T14:29:57.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-08-31T14:29:57.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-08-31T14:29:57.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-08-31T14:29:57.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22632026-08-31T14:29:57.419Z
22642026-08-31T14:29:57.419Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/379)
22652026-08-31T14:29:57.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-08-31T14:29:57.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-08-31T14:29:57.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-08-31T14:29:57.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22692026-08-31T14:29:57.790Z
22702026-08-31T14:29:57.790Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/379)
22712026-08-31T14:29:58.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-08-31T14:29:58.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-08-31T14:29:58.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742026-08-31T14:29:58.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22752026-08-31T14:29:58.198Z
22762026-08-31T14:29:58.198Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/379)
22772026-08-31T14:29:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782026-08-31T14:29:58.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792026-08-31T14:29:58.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802026-08-31T14:29:58.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22812026-08-31T14:29:58.608Z
22822026-08-31T14:29:58.608Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/379)
22832026-08-31T14:29:58.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842026-08-31T14:29:58.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852026-08-31T14:29:58.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862026-08-31T14:29:58.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22872026-08-31T14:29:59.019Z
22882026-08-31T14:29:59.019Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/379)
22892026-08-31T14:29:59.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902026-08-31T14:29:59.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912026-08-31T14:29:59.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922026-08-31T14:29:59.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22932026-08-31T14:29:59.431Z
22942026-08-31T14:29:59.431Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/379)
22952026-08-31T14:29:59.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962026-08-31T14:29:59.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972026-08-31T14:29:59.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982026-08-31T14:29:59.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22992026-08-31T14:29:59.839Z
23002026-08-31T14:29:59.840Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/379)
23012026-08-31T14:30:00.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022026-08-31T14:30:00.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032026-08-31T14:30:00.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042026-08-31T14:30:00.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23052026-08-31T14:30:00.256Z
23062026-08-31T14:30:00.256Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/379)
23072026-08-31T14:30:00.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082026-08-31T14:30:00.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092026-08-31T14:30:00.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102026-08-31T14:30:00.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23112026-08-31T14:30:00.671Z
23122026-08-31T14:30:00.672Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/379)
23132026-08-31T14:30:01.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142026-08-31T14:30:01.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152026-08-31T14:30:01.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162026-08-31T14:30:01.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23172026-08-31T14:30:01.081Z
23182026-08-31T14:30:01.081Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/379)
23192026-08-31T14:30:01.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202026-08-31T14:30:01.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212026-08-31T14:30:01.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222026-08-31T14:30:01.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23232026-08-31T14:30:01.492Z
23242026-08-31T14:30:01.492Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/379)
23252026-08-31T14:30:01.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262026-08-31T14:30:01.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272026-08-31T14:30:01.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282026-08-31T14:30:01.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23292026-08-31T14:30:01.906Z
23302026-08-31T14:30:01.906Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/379)
23312026-08-31T14:30:02.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322026-08-31T14:30:02.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332026-08-31T14:30:02.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342026-08-31T14:30:02.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23352026-08-31T14:30:02.322Z
23362026-08-31T14:30:02.322Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/379)
23372026-08-31T14:30:02.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382026-08-31T14:30:02.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392026-08-31T14:30:02.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402026-08-31T14:30:02.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23412026-08-31T14:30:02.730Z
23422026-08-31T14:30:02.730Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/379)
23432026-08-31T14:30:03.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442026-08-31T14:30:03.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452026-08-31T14:30:03.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462026-08-31T14:30:03.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23472026-08-31T14:30:03.135Z
23482026-08-31T14:30:03.135Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/379)
23492026-08-31T14:30:03.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502026-08-31T14:30:03.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512026-08-31T14:30:03.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522026-08-31T14:30:03.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23532026-08-31T14:30:03.572Z
23542026-08-31T14:30:03.572Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/379)
23552026-08-31T14:30:03.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562026-08-31T14:30:03.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572026-08-31T14:30:03.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582026-08-31T14:30:03.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23592026-08-31T14:30:03.967Z
23602026-08-31T14:30:03.967Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/379)
23612026-08-31T14:30:04.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622026-08-31T14:30:04.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632026-08-31T14:30:04.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642026-08-31T14:30:04.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23652026-08-31T14:30:04.682Z
23662026-08-31T14:30:04.682Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/379)
23672026-08-31T14:30:04.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682026-08-31T14:30:04.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692026-08-31T14:30:04.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702026-08-31T14:30:04.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23712026-08-31T14:30:04.825Z
23722026-08-31T14:30:04.825Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/379)
23732026-08-31T14:30:05.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742026-08-31T14:30:05.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752026-08-31T14:30:05.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762026-08-31T14:30:05.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23772026-08-31T14:30:05.189Z
23782026-08-31T14:30:05.190Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/379)
23792026-08-31T14:30:05.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802026-08-31T14:30:05.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812026-08-31T14:30:05.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822026-08-31T14:30:05.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23832026-08-31T14:30:05.601Z
23842026-08-31T14:30:05.601Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/379)
23852026-08-31T14:30:06.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862026-08-31T14:30:06.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872026-08-31T14:30:06.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882026-08-31T14:30:06.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23892026-08-31T14:30:06.364Z
23902026-08-31T14:30:06.364Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/379)
23912026-08-31T14:30:06.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922026-08-31T14:30:06.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932026-08-31T14:30:06.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942026-08-31T14:30:06.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23952026-08-31T14:30:06.421Z
23962026-08-31T14:30:06.421Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/379)
23972026-08-31T14:30:06.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982026-08-31T14:30:06.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992026-08-31T14:30:06.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002026-08-31T14:30:06.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
24012026-08-31T14:30:06.824Z
24022026-08-31T14:30:06.824Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/379)
24032026-08-31T14:30:07.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042026-08-31T14:30:07.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052026-08-31T14:30:07.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062026-08-31T14:30:07.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24072026-08-31T14:30:07.593Z
24082026-08-31T14:30:07.593Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/379)
24092026-08-31T14:30:07.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102026-08-31T14:30:07.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112026-08-31T14:30:07.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122026-08-31T14:30:07.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
24132026-08-31T14:30:07.646Z
24142026-08-31T14:30:07.646Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/379)
24152026-08-31T14:30:08.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162026-08-31T14:30:08.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172026-08-31T14:30:08.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182026-08-31T14:30:08.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24192026-08-31T14:30:08.057Z
24202026-08-31T14:30:08.057Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/379)
24212026-08-31T14:30:08.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222026-08-31T14:30:08.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232026-08-31T14:30:08.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242026-08-31T14:30:08.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24252026-08-31T14:30:08.473Z
24262026-08-31T14:30:08.473Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/379)
24272026-08-31T14:30:08.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282026-08-31T14:30:08.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292026-08-31T14:30:08.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302026-08-31T14:30:08.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
24312026-08-31T14:30:08.877Z
24322026-08-31T14:30:08.877Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/379)
24332026-08-31T14:30:09.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342026-08-31T14:30:09.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352026-08-31T14:30:09.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362026-08-31T14:30:09.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24372026-08-31T14:30:09.485Z
24382026-08-31T14:30:09.485Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/379)
24392026-08-31T14:30:09.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402026-08-31T14:30:09.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412026-08-31T14:30:09.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422026-08-31T14:30:09.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24432026-08-31T14:30:10.058Z
24442026-08-31T14:30:10.058Zinfo: running `cargo check --bins` on nexus-config (91/379)
24452026-08-31T14:30:10.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462026-08-31T14:30:10.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472026-08-31T14:30:10.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482026-08-31T14:30:10.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24492026-08-31T14:30:10.654Z
24502026-08-31T14:30:10.655Zinfo: running `cargo check --bins` on nexus-types (92/379)
24512026-08-31T14:30:11.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522026-08-31T14:30:11.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532026-08-31T14:30:11.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542026-08-31T14:30:11.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24552026-08-31T14:30:11.251Z
24562026-08-31T14:30:11.251Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/379)
24572026-08-31T14:30:11.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582026-08-31T14:30:11.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592026-08-31T14:30:11.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602026-08-31T14:30:11.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24612026-08-31T14:30:11.814Z
24622026-08-31T14:30:11.815Zinfo: running `cargo check --bins` on omicron-passwords (94/379)
24632026-08-31T14:30:12.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642026-08-31T14:30:12.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652026-08-31T14:30:12.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662026-08-31T14:30:12.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24672026-08-31T14:30:12.362Z
24682026-08-31T14:30:12.362Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/379)
24692026-08-31T14:30:12.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702026-08-31T14:30:12.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712026-08-31T14:30:12.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722026-08-31T14:30:13.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24732026-08-31T14:30:13.269Z
24742026-08-31T14:30:13.269Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/379)
24752026-08-31T14:30:13.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762026-08-31T14:30:13.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772026-08-31T14:30:13.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782026-08-31T14:30:13.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24792026-08-31T14:30:13.899Z
24802026-08-31T14:30:13.899Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/379)
24812026-08-31T14:30:14.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822026-08-31T14:30:14.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832026-08-31T14:30:14.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842026-08-31T14:30:14.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24852026-08-31T14:30:14.085Z
24862026-08-31T14:30:14.085Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/379)
24872026-08-31T14:30:14.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882026-08-31T14:30:14.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892026-08-31T14:30:14.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902026-08-31T14:30:14.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24912026-08-31T14:30:14.621Z
24922026-08-31T14:30:14.621Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/379)
24932026-08-31T14:30:15.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942026-08-31T14:30:15.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952026-08-31T14:30:15.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962026-08-31T14:30:15.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24972026-08-31T14:30:15.504Z
24982026-08-31T14:30:15.504Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/379)
24992026-08-31T14:30:15.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002026-08-31T14:30:15.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012026-08-31T14:30:15.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022026-08-31T14:30:15.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25032026-08-31T14:30:15.708Z
25042026-08-31T14:30:15.708Zinfo: running `cargo check --bins --no-default-features` on gfss (101/379)
25052026-08-31T14:30:16.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062026-08-31T14:30:16.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072026-08-31T14:30:16.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082026-08-31T14:30:16.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25092026-08-31T14:30:16.592Z
25102026-08-31T14:30:16.592Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/379)
25112026-08-31T14:30:16.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122026-08-31T14:30:16.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132026-08-31T14:30:16.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142026-08-31T14:30:16.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25152026-08-31T14:30:16.804Z
25162026-08-31T14:30:16.804Zinfo: running `cargo check --bins` on trust-quorum-types (103/379)
25172026-08-31T14:30:17.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182026-08-31T14:30:17.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192026-08-31T14:30:17.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202026-08-31T14:30:17.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25212026-08-31T14:30:17.348Z
25222026-08-31T14:30:17.348Zinfo: running `cargo check --bins` on wicketd-commission-types (104/379)
25232026-08-31T14:30:17.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242026-08-31T14:30:17.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252026-08-31T14:30:17.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262026-08-31T14:30:17.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25272026-08-31T14:30:18.318Z
25282026-08-31T14:30:18.318Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/379)
25292026-08-31T14:30:18.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302026-08-31T14:30:18.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312026-08-31T14:30:18.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322026-08-31T14:30:18.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25332026-08-31T14:30:18.476Z
25342026-08-31T14:30:18.476Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/379)
25352026-08-31T14:30:18.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362026-08-31T14:30:18.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372026-08-31T14:30:18.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382026-08-31T14:30:18.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25392026-08-31T14:30:19.029Z
25402026-08-31T14:30:19.029Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/379)
25412026-08-31T14:30:19.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422026-08-31T14:30:19.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432026-08-31T14:30:19.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442026-08-31T14:30:19.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25452026-08-31T14:30:19.582Z
25462026-08-31T14:30:19.582Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/379)
25472026-08-31T14:30:20.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482026-08-31T14:30:20.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492026-08-31T14:30:20.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502026-08-31T14:30:20.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25512026-08-31T14:30:20.148Z
25522026-08-31T14:30:20.149Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/379)
25532026-08-31T14:30:20.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542026-08-31T14:30:20.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552026-08-31T14:30:20.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562026-08-31T14:30:20.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25572026-08-31T14:30:20.710Z
25582026-08-31T14:30:20.710Zinfo: running `cargo check --bins` on cockroach-admin-types (110/379)
25592026-08-31T14:30:21.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602026-08-31T14:30:21.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612026-08-31T14:30:21.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622026-08-31T14:30:21.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25632026-08-31T14:30:21.587Z
25642026-08-31T14:30:21.587Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/379)
25652026-08-31T14:30:21.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662026-08-31T14:30:21.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672026-08-31T14:30:21.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682026-08-31T14:30:21.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25692026-08-31T14:30:22.208Z
25702026-08-31T14:30:22.208Zinfo: running `cargo check --bins` on ereport-types (112/379)
25712026-08-31T14:30:22.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722026-08-31T14:30:22.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732026-08-31T14:30:22.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742026-08-31T14:30:22.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25752026-08-31T14:30:22.358Z
25762026-08-31T14:30:22.358Zinfo: running `cargo check --bins` on gateway-client (113/379)
25772026-08-31T14:30:22.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782026-08-31T14:30:22.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792026-08-31T14:30:22.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802026-08-31T14:30:22.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25812026-08-31T14:30:22.916Z
25822026-08-31T14:30:22.916Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/379)
25832026-08-31T14:30:23.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842026-08-31T14:30:23.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852026-08-31T14:30:23.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862026-08-31T14:30:23.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25872026-08-31T14:30:23.647Z
25882026-08-31T14:30:23.647Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/379)
25892026-08-31T14:30:23.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902026-08-31T14:30:23.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912026-08-31T14:30:23.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922026-08-31T14:30:23.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25932026-08-31T14:30:24.023Z
25942026-08-31T14:30:24.023Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/379)
25952026-08-31T14:30:24.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-08-31T14:30:24.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-08-31T14:30:24.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-08-31T14:30:24.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25992026-08-31T14:30:24.927Z
26002026-08-31T14:30:24.927Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/379)
26012026-08-31T14:30:25.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-08-31T14:30:25.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-08-31T14:30:25.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-08-31T14:30:25.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26052026-08-31T14:30:25.169Z
26062026-08-31T14:30:25.169Zinfo: running `cargo check --bins` on key-manager-types (118/379)
26072026-08-31T14:30:25.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-08-31T14:30:25.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-08-31T14:30:25.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-08-31T14:30:25.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26112026-08-31T14:30:25.713Z
26122026-08-31T14:30:25.713Zinfo: running `cargo check --bins` on oxlog (119/379)
26132026-08-31T14:30:26.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-08-31T14:30:26.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-08-31T14:30:26.308Z Checking cfg-if v1.0.4
26162026-08-31T14:30:26.313Z Checking serde_core v1.0.229
26172026-08-31T14:30:26.313Z Checking libc v0.2.185
26182026-08-31T14:30:26.427Z Checking memchr v2.8.0
26192026-08-31T14:30:26.434Z Checking log v0.4.33
26202026-08-31T14:30:26.438Z Checking smallvec v1.15.1
26212026-08-31T14:30:26.454Z Checking subtle v2.6.1
26222026-08-31T14:30:26.463Z Checking itoa v1.0.17
26232026-08-31T14:30:26.474Z Checking scopeguard v1.2.0
26242026-08-31T14:30:26.565Z Checking lock_api v0.4.14
26252026-08-31T14:30:26.582Z Checking typenum v1.20.1
26262026-08-31T14:30:26.593Z Checking stable_deref_trait v1.2.1
26272026-08-31T14:30:26.605Z Checking zerofrom v0.1.6
26282026-08-31T14:30:26.617Z Checking portable-atomic v1.13.1
26292026-08-31T14:30:26.657Z Checking zerocopy v0.8.55
26302026-08-31T14:30:26.712Z Checking yoke v0.8.1
26312026-08-31T14:30:26.758Z Checking critical-section v1.2.0
26322026-08-31T14:30:26.787Z Checking pin-project-lite v0.2.17
26332026-08-31T14:30:26.799Z Checking errno v0.3.14
26342026-08-31T14:30:26.849Z Checking getrandom v0.2.17
26352026-08-31T14:30:26.872Z Checking zerovec v0.11.5
26362026-08-31T14:30:26.875Z Checking const-oid v0.9.6
26372026-08-31T14:30:26.909Z Checking libm v0.2.16
26382026-08-31T14:30:26.996Z Checking rand_core v0.6.4
26392026-08-31T14:30:27.015Z Checking once_cell v1.21.3
26402026-08-31T14:30:27.166Z Checking zmij v1.0.21
26412026-08-31T14:30:27.190Z Checking signal-hook-registry v1.4.8
26422026-08-31T14:30:27.700Z Checking tinystr v0.8.2
26432026-08-31T14:30:27.704Z Checking parking_lot_core v0.9.12
26442026-08-31T14:30:27.704Z Checking percent-encoding v2.3.2
26452026-08-31T14:30:27.704Z Checking futures-core v0.3.32
26462026-08-31T14:30:27.704Z Checking litemap v0.8.1
26472026-08-31T14:30:27.704Z Checking rand_core v0.10.0
26482026-08-31T14:30:27.705Z Checking writeable v0.6.2
26492026-08-31T14:30:27.705Z Checking parking_lot v0.12.5
26502026-08-31T14:30:27.705Z Checking potential_utf v0.1.4
26512026-08-31T14:30:27.705Z Checking num-traits v0.2.19
26522026-08-31T14:30:27.705Z Checking getrandom v0.4.3
26532026-08-31T14:30:27.705Z Checking zerotrie v0.2.3
26542026-08-31T14:30:27.705Z Checking icu_locale_core v2.1.1
26552026-08-31T14:30:27.705Z Checking mio v1.2.0
26562026-08-31T14:30:27.705Z Checking equivalent v1.0.2
26572026-08-31T14:30:27.769Z Checking icu_collections v2.1.1
26582026-08-31T14:30:27.784Z Checking socket2 v0.6.3
26592026-08-31T14:30:27.884Z Checking icu_properties_data v2.1.2
26602026-08-31T14:30:27.909Z Checking serde v1.0.229
26612026-08-31T14:30:27.953Z Checking bitflags v2.11.0
26622026-08-31T14:30:28.011Z Checking serde_json v1.0.151
26632026-08-31T14:30:28.018Z Checking icu_normalizer_data v2.1.1
26642026-08-31T14:30:28.071Z Checking byteorder v1.5.0
26652026-08-31T14:30:28.087Z Checking hashbrown v0.17.0
26662026-08-31T14:30:28.525Z Checking futures-sink v0.3.32
26672026-08-31T14:30:28.532Z Checking getrandom v0.3.4
26682026-08-31T14:30:28.532Z Checking icu_provider v2.1.1
26692026-08-31T14:30:28.532Z Checking futures-channel v0.3.32
26702026-08-31T14:30:28.532Z Checking slab v0.4.12
26712026-08-31T14:30:28.532Z Checking futures-task v0.3.32
26722026-08-31T14:30:28.532Z Checking zeroize v1.9.0
26732026-08-31T14:30:28.532Z Checking bytes v1.11.1
26742026-08-31T14:30:28.532Z Checking icu_properties v2.1.2
26752026-08-31T14:30:28.533Z Checking icu_normalizer v2.1.1
26762026-08-31T14:30:28.533Z Checking futures-io v0.3.32
26772026-08-31T14:30:28.533Z Checking generic-array v0.14.7
26782026-08-31T14:30:28.538Z Checking utf8_iter v1.0.4
26792026-08-31T14:30:28.546Z Checking indexmap v2.14.0
26802026-08-31T14:30:28.650Z Checking futures-util v0.3.32
26812026-08-31T14:30:28.663Z Checking rustix v1.1.4
26822026-08-31T14:30:28.707Z Checking form_urlencoded v1.2.2
26832026-08-31T14:30:28.824Z Checking tokio v1.52.1
26842026-08-31T14:30:29.251Z Checking fnv v1.0.7
26852026-08-31T14:30:29.256Z Checking crypto-common v0.1.7
26862026-08-31T14:30:29.257Z Checking block-buffer v0.10.4
26872026-08-31T14:30:29.257Z Checking base64ct v1.8.3
26882026-08-31T14:30:29.257Z Checking digest v0.10.7
26892026-08-31T14:30:29.257Z Checking iana-time-zone v0.1.65
26902026-08-31T14:30:29.257Z Checking flagset v0.4.7
26912026-08-31T14:30:29.257Z Checking idna_adapter v1.2.1
26922026-08-31T14:30:29.257Z Checking chrono v0.4.45
26932026-08-31T14:30:29.270Z Checking pem-rfc7468 v0.7.0
26942026-08-31T14:30:29.380Z Checking rand_core v0.9.5
26952026-08-31T14:30:29.393Z Checking idna v1.1.0
26962026-08-31T14:30:29.401Z Checking ppv-lite86 v0.2.21
26972026-08-31T14:30:29.435Z Checking der v0.7.10
26982026-08-31T14:30:29.483Z Checking uuid v1.23.4
26992026-08-31T14:30:29.496Z Checking regex-syntax v0.8.10
27002026-08-31T14:30:29.575Z Checking url v2.5.8
27012026-08-31T14:30:29.697Z Checking base64 v0.22.1
27022026-08-31T14:30:29.807Z Checking http v1.4.2
27032026-08-31T14:30:29.921Z Checking rand_chacha v0.9.0
27042026-08-31T14:30:30.006Z Checking tracing-core v0.1.36
27052026-08-31T14:30:30.101Z Checking cpufeatures v0.2.17
27062026-08-31T14:30:30.119Z Checking simd-adler32 v0.3.8
27072026-08-31T14:30:30.164Z Checking spki v0.7.3
27082026-08-31T14:30:30.175Z Checking dyn-clone v1.0.20
27092026-08-31T14:30:30.273Z Checking rand v0.9.2
27102026-08-31T14:30:30.289Z Checking rustls-pki-types v1.14.0
27112026-08-31T14:30:30.320Z Checking tracing v0.1.44
27122026-08-31T14:30:30.323Z Checking pkcs8 v0.10.2
27132026-08-31T14:30:30.352Z Checking http-body v1.0.1
27142026-08-31T14:30:30.477Z Checking semver v1.0.28
27152026-08-31T14:30:30.477Z Checking spin v0.9.8
27162026-08-31T14:30:30.511Z Checking anstyle v1.0.14
27172026-08-31T14:30:30.562Z Checking openssl-probe v0.2.1
27182026-08-31T14:30:30.575Z Checking tinyvec_macros v0.1.1
27192026-08-31T14:30:30.639Z Checking adler2 v2.0.1
27202026-08-31T14:30:30.654Z Checking utf8parse v0.2.2
27212026-08-31T14:30:30.665Z Checking cmov v0.5.4
27222026-08-31T14:30:30.679Z Checking schemars v0.8.22
27232026-08-31T14:30:30.694Z Checking tinyvec v1.10.0
27242026-08-31T14:30:30.731Z Checking sha2 v0.10.9
27252026-08-31T14:30:30.749Z Checking miniz_oxide v0.8.9
27262026-08-31T14:30:30.754Z Checking anstyle-parse v1.0.0
27272026-08-31T14:30:30.770Z Checking terminal_size v0.4.3
27282026-08-31T14:30:30.850Z Checking ctutils v0.4.2
27292026-08-31T14:30:30.878Z Checking aws-lc-sys v0.40.0
27302026-08-31T14:30:30.897Z Checking thiserror v2.0.18
27312026-08-31T14:30:30.995Z Checking try-lock v0.2.5
27322026-08-31T14:30:30.995Z Checking fastrand v2.3.0
27332026-08-31T14:30:31.004Z Checking is_terminal_polyfill v1.70.2
27342026-08-31T14:30:31.052Z Checking anstyle-query v1.1.5
27352026-08-31T14:30:31.083Z Checking atomic-waker v1.1.2
27362026-08-31T14:30:31.090Z Checking tower-layer v0.3.3
27372026-08-31T14:30:31.095Z Checking tower-service v0.3.3
27382026-08-31T14:30:31.136Z Checking untrusted v0.7.1
27392026-08-31T14:30:31.171Z Checking colorchoice v1.0.4
27402026-08-31T14:30:31.184Z Checking want v0.3.1
27412026-08-31T14:30:31.197Z Checking tempfile v3.27.0
27422026-08-31T14:30:31.234Z Checking hybrid-array v0.4.13
27432026-08-31T14:30:31.249Z Checking ipnet v2.12.0
27442026-08-31T14:30:31.267Z Checking anstream v1.0.0
27452026-08-31T14:30:31.297Z Checking crc32fast v1.5.0
27462026-08-31T14:30:31.321Z Checking httparse v1.10.1
27472026-08-31T14:30:31.374Z Checking aws-lc-rs v1.16.3
27482026-08-31T14:30:31.387Z Checking aho-corasick v1.1.4
27492026-08-31T14:30:31.431Z Checking foreign-types-shared v0.1.1
27502026-08-31T14:30:31.858Z Checking untrusted v0.9.0
27512026-08-31T14:30:31.862Z Checking httpdate v1.0.3
27522026-08-31T14:30:31.862Z Checking tap v1.0.1
27532026-08-31T14:30:31.862Z Checking plain v0.2.3
27542026-08-31T14:30:31.862Z Checking foreign-types v0.3.2
27552026-08-31T14:30:31.862Z Checking wyz v0.5.1
27562026-08-31T14:30:31.863Z Checking unicode-normalization v0.1.25
27572026-08-31T14:30:31.863Z Checking rand_chacha v0.3.1
27582026-08-31T14:30:31.863Z Checking signature v2.2.0
27592026-08-31T14:30:31.863Z Checking radium v0.7.0
27602026-08-31T14:30:31.863Z Checking hex v0.4.3
27612026-08-31T14:30:31.863Z Checking num-integer v0.1.46
27622026-08-31T14:30:31.941Z Checking openssl-sys v0.9.117
27632026-08-31T14:30:31.975Z Checking wait-timeout v0.2.1
27642026-08-31T14:30:32.002Z Checking ucd-trie v0.1.7
27652026-08-31T14:30:32.018Z Checking quick-error v1.2.3
27662026-08-31T14:30:32.051Z Checking regex-automata v0.4.14
27672026-08-31T14:30:32.063Z Checking clap_lex v1.0.0
27682026-08-31T14:30:32.076Z Checking tokio-util v0.7.18
27692026-08-31T14:30:32.089Z Checking unicode-ident v1.0.24
27702026-08-31T14:30:32.519Z Checking strsim v0.11.1
27712026-08-31T14:30:32.523Z Checking funty v2.0.0
27722026-08-31T14:30:32.523Z Checking bit-vec v0.8.0
27732026-08-31T14:30:32.523Z Checking rustls-webpki v0.103.13
27742026-08-31T14:30:32.523Z Checking proc-macro2 v1.0.106
27752026-08-31T14:30:32.523Z Checking clap_builder v4.6.0
27762026-08-31T14:30:32.523Z Checking openssl v0.10.80
27772026-08-31T14:30:32.523Z Checking bit-set v0.8.0
27782026-08-31T14:30:32.523Z Checking bitvec v1.0.1
27792026-08-31T14:30:32.523Z Checking pest v2.8.6
27802026-08-31T14:30:32.527Z Checking rusty-fork v0.3.1
27812026-08-31T14:30:32.604Z Checking rustls v0.23.41
27822026-08-31T14:30:33.078Z Checking h2 v0.4.15
27832026-08-31T14:30:33.490Z Checking num-iter v0.1.45
27842026-08-31T14:30:33.490Z Checking rand v0.8.6
27852026-08-31T14:30:33.496Z Checking lazy_static v1.5.0
27862026-08-31T14:30:33.496Z Checking rand_xorshift v0.4.0
27872026-08-31T14:30:33.496Z Checking hmac v0.12.1
27882026-08-31T14:30:33.508Z Checking thiserror v1.0.69
27892026-08-31T14:30:33.546Z Checking maybe-uninit v2.0.0
27902026-08-31T14:30:33.600Z Checking serde_spanned v0.6.9
27912026-08-31T14:30:33.600Z Checking toml_datetime v0.6.11
27922026-08-31T14:30:33.625Z Checking sync_wrapper v1.0.2
27932026-08-31T14:30:33.720Z Checking siphasher v1.0.2
27942026-08-31T14:30:33.724Z Checking nodrop v0.1.14
27952026-08-31T14:30:33.724Z Checking pretty-hex v0.4.1
27962026-08-31T14:30:33.799Z Checking zlib-rs v0.6.2
27972026-08-31T14:30:33.814Z Checking powerfmt v0.2.0
27982026-08-31T14:30:33.852Z Checking crc-catalog v2.4.0
27992026-08-31T14:30:33.856Z Checking unarray v0.1.4
28002026-08-31T14:30:34.279Z Checking array-init v0.0.4
28012026-08-31T14:30:34.689Z Checking crc v3.4.0
28022026-08-31T14:30:34.689Z Checking proptest v1.11.0
28032026-08-31T14:30:34.689Z Checking deranged v0.5.8
28042026-08-31T14:30:34.689Z Checking packed_struct v0.10.1
28052026-08-31T14:30:34.689Z Checking tower v0.5.3
28062026-08-31T14:30:35.098Z Checking native-tls v0.2.18
28072026-08-31T14:30:35.098Z Checking smallvec v0.6.14
28082026-08-31T14:30:35.098Z Checking clap v4.6.1
28092026-08-31T14:30:35.098Z Checking num-bigint-dig v0.8.6
28102026-08-31T14:30:35.098Z Checking flate2 v1.1.9
28112026-08-31T14:30:35.098Z Checking quote v1.0.45
28122026-08-31T14:30:35.103Z Checking ipnetwork v0.21.1
28132026-08-31T14:30:35.103Z Checking pkcs1 v0.7.5
28142026-08-31T14:30:35.103Z Checking http-body-util v0.1.3
28152026-08-31T14:30:35.103Z Checking crossbeam-utils v0.8.21
28162026-08-31T14:30:35.103Z Checking zerocopy v0.6.6
28172026-08-31T14:30:35.103Z Checking bitfield v0.19.4
28182026-08-31T14:30:35.108Z Checking ahash v0.8.12
28192026-08-31T14:30:35.155Z Checking bzip2-sys v0.1.13+1.0.8
28202026-08-31T14:30:35.237Z Checking scroll v0.13.0
28212026-08-31T14:30:35.294Z Checking env_filter v2.0.0
28222026-08-31T14:30:35.307Z Checking unicode-properties v0.1.4
28232026-08-31T14:30:35.331Z Checking num-conv v0.2.0
28242026-08-31T14:30:35.758Z Checking winnow v0.5.40
28252026-08-31T14:30:35.762Z Checking num_threads v0.1.7
28262026-08-31T14:30:35.762Z Checking hashbrown v0.12.3
28272026-08-31T14:30:35.763Z Checking ryu v1.0.23
28282026-08-31T14:30:35.763Z Checking allocator-api2 v0.2.21
28292026-08-31T14:30:35.763Z Checking hyper v1.10.1
28302026-08-31T14:30:35.763Z Checking iri-string v0.7.10
28312026-08-31T14:30:35.763Z Checking unicode-bidi v0.3.18
28322026-08-31T14:30:35.763Z Checking time-core v0.1.8
28332026-08-31T14:30:35.763Z Checking gimli v0.32.3
28342026-08-31T14:30:35.763Z Checking base64 v0.21.7
28352026-08-31T14:30:35.763Z Checking newtype-uuid v1.3.2
28362026-08-31T14:30:35.797Z Checking stringprep v0.1.5
28372026-08-31T14:30:35.844Z Checking indexmap v1.9.3
28382026-08-31T14:30:35.940Z Checking time v0.3.47
28392026-08-31T14:30:35.954Z Checking serde_urlencoded v0.7.1
28402026-08-31T14:30:35.965Z Checking ron v0.8.1
28412026-08-31T14:30:36.149Z Checking goblin v0.10.5
28422026-08-31T14:30:36.164Z Checking rsa v0.9.10
28432026-08-31T14:30:36.399Z Checking hyper-util v0.1.20
28442026-08-31T14:30:36.465Z Checking env_logger v0.11.11
28452026-08-31T14:30:36.491Z Checking toml_edit v0.19.15
28462026-08-31T14:30:36.495Z Checking tower-http v0.6.8
28472026-08-31T14:30:36.624Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28482026-08-31T14:30:36.646Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28492026-08-31T14:30:36.762Z Checking crossbeam-epoch v0.9.18
28502026-08-31T14:30:36.776Z Checking hashbrown v0.13.2
28512026-08-31T14:30:36.977Z Checking bzip2 v0.4.4
28522026-08-31T14:30:37.045Z Checking oxnet v0.1.6
28532026-08-31T14:30:37.135Z Checking syn v2.0.117
28542026-08-31T14:30:37.188Z Checking serde-hex v0.1.0
28552026-08-31T14:30:37.251Z Checking addr2line v0.25.1
28562026-08-31T14:30:37.299Z Checking tokio-native-tls v0.3.1
28572026-08-31T14:30:37.519Z Checking bstr v1.12.1
28582026-08-31T14:30:37.534Z Checking block-buffer v0.12.1
28592026-08-31T14:30:37.534Z Checking crypto-common v0.2.2
28602026-08-31T14:30:37.633Z Checking block-padding v0.4.2
28612026-08-31T14:30:37.688Z Checking rustls-native-certs v0.8.3
28622026-08-31T14:30:38.178Z Checking x509-cert v0.2.5
28632026-08-31T14:30:38.185Z Checking scroll v0.12.0
28642026-08-31T14:30:38.185Z Checking object v0.37.3
28652026-08-31T14:30:38.186Z Checking zstd-sys v2.0.16+zstd.1.5.7
28662026-08-31T14:30:38.186Z Checking md-5 v0.10.6
28672026-08-31T14:30:38.186Z Checking hash32 v0.2.1
28682026-08-31T14:30:38.238Z Checking encoding_rs v0.8.35
28692026-08-31T14:30:38.304Z Checking psl-types v2.0.11
28702026-08-31T14:30:38.410Z Checking mime v0.3.17
28712026-08-31T14:30:38.828Z Checking crc-any v2.5.0
28722026-08-31T14:30:38.832Z Checking either v1.15.0
28732026-08-31T14:30:38.832Z Checking fallible-iterator v0.2.0
28742026-08-31T14:30:38.832Z Checking rustc-demangle v0.1.27
28752026-08-31T14:30:38.832Z Checking dof v0.4.0
28762026-08-31T14:30:38.832Z Checking publicsuffix v2.3.0
28772026-08-31T14:30:38.832Z Checking heapless v0.7.17
28782026-08-31T14:30:38.832Z Checking zstd-safe v7.2.4
28792026-08-31T14:30:38.929Z Checking postgres-protocol v0.6.10
28802026-08-31T14:30:38.991Z Checking goblin v0.8.2
28812026-08-31T14:30:39.549Z Checking inout v0.2.2
28822026-08-31T14:30:39.553Z Checking hyper-tls v0.6.0
28832026-08-31T14:30:39.553Z Checking toml v0.7.8
28842026-08-31T14:30:39.553Z Checking daft v0.1.8
28852026-08-31T14:30:39.553Z Checking object v0.30.4
28862026-08-31T14:30:39.553Z Checking zip v0.6.6
28872026-08-31T14:30:39.553Z Checking cookie v0.18.1
28882026-08-31T14:30:39.553Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28892026-08-31T14:30:39.553Z Checking tokio-rustls v0.26.4
28902026-08-31T14:30:39.633Z Checking phf_shared v0.13.1
28912026-08-31T14:30:39.650Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28922026-08-31T14:30:39.669Z Checking dtrace-parser v0.3.0
28932026-08-31T14:30:39.680Z Checking pin-project v1.1.11
28942026-08-31T14:30:39.747Z Checking zerocopy v0.7.35
28952026-08-31T14:30:39.766Z Checking signal-hook v0.3.18
28962026-08-31T14:30:40.219Z Checking futures-executor v0.3.32
28972026-08-31T14:30:40.222Z Checking ff v0.13.1
28982026-08-31T14:30:40.222Z Checking thread-id v5.1.0
28992026-08-31T14:30:40.222Z Checking path-slash v0.1.5
29002026-08-31T14:30:40.223Z Checking is_ci v1.2.0
29012026-08-31T14:30:40.223Z Compiling illumos-nvpair-sys v0.2.0
29022026-08-31T14:30:40.223Z Checking unicode-linebreak v0.1.5
29032026-08-31T14:30:40.223Z Checking foldhash v0.1.5
29042026-08-31T14:30:40.223Z Checking backtrace v0.3.76
29052026-08-31T14:30:40.223Z Checking bitflags v1.3.2
29062026-08-31T14:30:40.229Z Checking unicode-width v0.2.0
29072026-08-31T14:30:40.240Z Checking bumpalo v3.20.2
29082026-08-31T14:30:40.252Z Checking libbz2-rs-sys v0.2.2
29092026-08-31T14:30:40.668Z Checking same-file v1.0.6
29102026-08-31T14:30:40.673Z Checking managed v0.8.0
29112026-08-31T14:30:40.674Z Checking foldhash v0.2.0
29122026-08-31T14:30:40.674Z Checking smawk v0.3.2
29132026-08-31T14:30:40.674Z Compiling rayon-core v1.13.0
29142026-08-31T14:30:40.674Z Checking base16ct v0.2.0
29152026-08-31T14:30:40.674Z Checking jiff-core v0.1.0
29162026-08-31T14:30:40.674Z Checking textwrap v0.16.2
29172026-08-31T14:30:40.674Z Checking hashbrown v0.16.1
29182026-08-31T14:30:40.674Z Checking bzip2 v0.6.1
29192026-08-31T14:30:40.674Z Checking smoltcp v0.9.1
29202026-08-31T14:30:40.674Z Checking sec1 v0.7.3
29212026-08-31T14:30:40.782Z Checking backtrace-ext v0.2.1
29222026-08-31T14:30:40.795Z Checking zopfli v0.8.3
29232026-08-31T14:30:40.871Z Checking walkdir v2.5.0
29242026-08-31T14:30:40.876Z Checking dof v0.3.0
29252026-08-31T14:30:40.896Z Checking hashbrown v0.15.5
29262026-08-31T14:30:41.048Z Checking supports-color v3.0.2
29272026-08-31T14:30:41.090Z Checking usdt-impl v0.6.0
29282026-08-31T14:30:41.111Z Checking group v0.13.0
29292026-08-31T14:30:41.156Z Checking futures v0.3.32
29302026-08-31T14:30:41.174Z Checking signal-hook-mio v0.2.5
29312026-08-31T14:30:41.227Z Checking phf v0.13.1
29322026-08-31T14:30:41.240Z Checking snafu v0.8.9
29332026-08-31T14:30:41.252Z Checking jiff v0.2.34
29342026-08-31T14:30:41.255Z Checking hyper-rustls v0.27.7
29352026-08-31T14:30:41.276Z Checking cookie_store v0.22.1
29362026-08-31T14:30:41.365Z Checking reqwest v0.12.28
29372026-08-31T14:30:41.370Z Checking cipher v0.5.2
29382026-08-31T14:30:41.370Z Checking postgres-types v0.2.12
29392026-08-31T14:30:41.417Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29402026-08-31T14:30:41.461Z Checking zstd v0.13.3
29412026-08-31T14:30:41.474Z Checking globset v0.4.18
29422026-08-31T14:30:41.602Z Checking rustls-platform-verifier v0.6.2
29432026-08-31T14:30:41.615Z Checking crossbeam-deque v0.8.6
29442026-08-31T14:30:41.643Z Checking phf_shared v0.11.3
29452026-08-31T14:30:41.683Z Checking regex v1.12.3
29462026-08-31T14:30:41.733Z Checking hkdf v0.12.4
29472026-08-31T14:30:41.746Z Checking dtrace-parser v0.2.0
29482026-08-31T14:30:41.749Z Checking olpc-cjson v0.1.4
29492026-08-31T14:30:41.782Z Checking curve25519-dalek v4.1.3
29502026-08-31T14:30:41.785Z Checking ref-cast v1.0.25
29512026-08-31T14:30:41.950Z Checking strum v0.27.2
29522026-08-31T14:30:42.358Z Checking byte-wrapper v0.1.0
29532026-08-31T14:30:42.358Z Checking hubpack v0.1.2
29542026-08-31T14:30:42.362Z Checking ed25519 v2.2.3
29552026-08-31T14:30:42.362Z Checking memoffset v0.9.1
29562026-08-31T14:30:42.362Z Checking owo-colors v4.3.0
29572026-08-31T14:30:42.362Z Checking rustix v0.38.44
29582026-08-31T14:30:42.362Z Checking pem v3.0.6
29592026-08-31T14:30:42.362Z Checking crypto-bigint v0.5.5
29602026-08-31T14:30:42.362Z Checking serde-big-array v0.5.1
29612026-08-31T14:30:42.362Z Checking erased-serde v0.3.31
29622026-08-31T14:30:42.362Z Checking serde_plain v1.0.2
29632026-08-31T14:30:42.362Z Checking float-cmp v0.10.0
29642026-08-31T14:30:42.362Z Checking thread-id v4.2.2
29652026-08-31T14:30:42.389Z Checking memmap2 v0.9.10
29662026-08-31T14:30:42.429Z Checking fixedbitset v0.4.2
29672026-08-31T14:30:42.527Z Checking data-encoding v2.10.0
29682026-08-31T14:30:42.530Z Checking fixedbitset v0.5.7
29692026-08-31T14:30:42.550Z Checking supports-unicode v3.0.0
29702026-08-31T14:30:42.554Z Checking normalize-line-endings v0.3.0
29712026-08-31T14:30:42.573Z Checking static_assertions v1.1.0
29722026-08-31T14:30:42.638Z Checking precomputed-hash v0.1.1
29732026-08-31T14:30:42.650Z Checking const-oid v0.10.2
29742026-08-31T14:30:42.653Z Checking unicode-width v0.1.14
29752026-08-31T14:30:42.712Z Checking winnow v0.7.14
29762026-08-31T14:30:42.725Z Checking new_debug_unreachable v1.0.6
29772026-08-31T14:30:42.789Z Checking cpufeatures v0.3.0
29782026-08-31T14:30:42.804Z Checking toml_write v0.1.2
29792026-08-31T14:30:42.813Z Checking predicates-core v1.0.10
29802026-08-31T14:30:42.826Z Checking unicode-segmentation v1.12.0
29812026-08-31T14:30:42.863Z Checking winnow v1.0.3
29822026-08-31T14:30:42.900Z Checking supports-hyperlinks v3.2.0
29832026-08-31T14:30:42.927Z Checking keccak v0.1.6
29842026-08-31T14:30:42.960Z Checking typed-path v0.9.3
29852026-08-31T14:30:42.982Z Checking whoami v2.1.0
29862026-08-31T14:30:43.004Z Checking difflib v0.4.0
29872026-08-31T14:30:43.091Z Checking sha3 v0.10.8
29882026-08-31T14:30:43.137Z Checking similar v2.7.0
29892026-08-31T14:30:43.150Z Checking zip v4.6.1
29902026-08-31T14:30:43.170Z Checking tokio-postgres v0.7.16
29912026-08-31T14:30:43.303Z Checking predicates v3.1.4
29922026-08-31T14:30:43.318Z Checking miette v7.6.0
29932026-08-31T14:30:43.506Z Checking elliptic-curve v0.13.8
29942026-08-31T14:30:43.528Z Checking chacha20 v0.10.0
29952026-08-31T14:30:43.682Z Checking toml_parser v1.1.2+spec-1.1.0
29962026-08-31T14:30:43.708Z Checking crossterm v0.28.1
29972026-08-31T14:30:43.729Z Checking tough v0.22.0
29982026-08-31T14:30:43.759Z Checking hickory-proto v0.25.2
29992026-08-31T14:30:43.774Z Checking digest v0.11.3
30002026-08-31T14:30:43.787Z Checking string_cache v0.8.9
30012026-08-31T14:30:43.887Z Checking toml_edit v0.22.27
30022026-08-31T14:30:43.948Z Checking petgraph v0.8.3
30032026-08-31T14:30:43.948Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30042026-08-31T14:30:44.003Z Checking petgraph v0.6.5
30052026-08-31T14:30:44.407Z Checking ed25519-dalek v2.2.0
30062026-08-31T14:30:44.451Z Checking usdt v0.6.0
30072026-08-31T14:30:44.619Z Checking slog v2.8.2
30082026-08-31T14:30:44.645Z Checking usdt-impl v0.5.0
30092026-08-31T14:30:44.899Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30102026-08-31T14:30:44.925Z Checking nix v0.31.2
30112026-08-31T14:30:44.979Z Checking iddqd v0.4.2
30122026-08-31T14:30:45.467Z Checking reqwest v0.13.2
30132026-08-31T14:30:45.579Z Checking itertools v0.13.0
30142026-08-31T14:30:45.649Z Checking itertools v0.15.0
30152026-08-31T14:30:45.726Z Checking strum v0.26.3
30162026-08-31T14:30:45.835Z Checking serde_with v3.21.0
30172026-08-31T14:30:45.878Z Checking derive_more v2.1.1
30182026-08-31T14:30:45.976Z Checking fs-err v3.3.0
30192026-08-31T14:30:46.105Z Checking tokio-stream v0.1.18
30202026-08-31T14:30:46.216Z Checking buf-list v1.1.2
30212026-08-31T14:30:46.307Z Checking anyhow v1.0.104
30222026-08-31T14:30:46.326Z Checking camino v1.2.5
30232026-08-31T14:30:46.396Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30242026-08-31T14:30:46.476Z Checking openapiv3 v2.2.0
30252026-08-31T14:30:46.493Z Checking peg-runtime v0.8.5
30262026-08-31T14:30:46.517Z Checking lalrpop-util v0.19.12
30272026-08-31T14:30:46.543Z Checking illumos-nvpair v0.3.0
30282026-08-31T14:30:46.609Z Checking rayon v1.11.0
30292026-08-31T14:30:46.621Z Checking sigpipe v0.1.3
30302026-08-31T14:30:46.653Z Checking glob v0.3.3
30312026-08-31T14:30:47.621Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-08-31T14:30:47.887Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30332026-08-31T14:30:48.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.46s
30342026-08-31T14:30:48.347Z
30352026-08-31T14:30:48.347Zinfo: running `cargo check --bins` on internal-dns-types (120/379)
30362026-08-31T14:30:48.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-08-31T14:30:48.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-08-31T14:30:48.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-08-31T14:30:48.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30402026-08-31T14:30:48.888Z
30412026-08-31T14:30:48.888Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/379)
30422026-08-31T14:30:49.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-08-31T14:30:49.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-08-31T14:30:49.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-08-31T14:30:49.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30462026-08-31T14:30:49.449Z
30472026-08-31T14:30:49.451Zinfo: running `cargo check --bins` on nexus-types-versions (122/379)
30482026-08-31T14:30:49.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-08-31T14:30:49.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-08-31T14:30:49.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-08-31T14:30:49.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30522026-08-31T14:30:50.014Z
30532026-08-31T14:30:50.014Zinfo: running `cargo check --bins` on oxql-types (123/379)
30542026-08-31T14:30:50.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-08-31T14:30:50.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-08-31T14:30:50.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-08-31T14:30:50.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30582026-08-31T14:30:50.577Z
30592026-08-31T14:30:50.577Zinfo: running `cargo check --bins` on oximeter-types (124/379)
30602026-08-31T14:30:51.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-08-31T14:30:51.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-08-31T14:30:51.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-08-31T14:30:51.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30642026-08-31T14:30:51.139Z
30652026-08-31T14:30:51.139Zinfo: running `cargo check --bins` on oximeter-types-versions (125/379)
30662026-08-31T14:30:51.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-08-31T14:30:51.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-08-31T14:30:51.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-08-31T14:30:51.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30702026-08-31T14:30:51.706Z
30712026-08-31T14:30:51.706Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/379)
30722026-08-31T14:30:52.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-08-31T14:30:52.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-08-31T14:30:52.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-08-31T14:30:52.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30762026-08-31T14:30:52.258Z
30772026-08-31T14:30:52.258Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/379)
30782026-08-31T14:30:52.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-08-31T14:30:52.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-08-31T14:30:52.933Z Compiling multer v3.1.0
30812026-08-31T14:30:53.047Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-08-31T14:30:53.047Z Compiling async-stream-impl v0.3.6
30832026-08-31T14:30:53.066Z Compiling serde_tokenstream v0.3.0
30842026-08-31T14:30:53.070Z Compiling dropshot v0.17.1
30852026-08-31T14:30:53.088Z Compiling parse-display-derive v0.10.0
30862026-08-31T14:30:53.104Z Compiling dropshot_endpoint v0.17.1
30872026-08-31T14:30:53.109Z Compiling newtype-uuid-macros v0.1.0
30882026-08-31T14:30:53.343Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30892026-08-31T14:30:53.343Z Checking thread_local v1.1.9
30902026-08-31T14:30:53.362Z Compiling oxide-generation-macros v0.2.0
30912026-08-31T14:30:53.435Z Checking compression-core v0.4.31
30922026-08-31T14:30:53.490Z Checking match_cfg v0.1.0
30932026-08-31T14:30:53.553Z Checking compression-codecs v0.4.37
30942026-08-31T14:30:53.567Z Checking hostname v0.3.1
30952026-08-31T14:30:53.614Z Checking crossbeam-channel v0.5.15
30962026-08-31T14:30:53.671Z Checking atomicwrites v0.4.4
30972026-08-31T14:30:53.684Z Checking slog-json v2.6.1
30982026-08-31T14:30:53.717Z Checking is-terminal v0.4.17
30992026-08-31T14:30:53.777Z Checking toml_datetime v1.1.1+spec-1.1.0
31002026-08-31T14:30:53.806Z Checking serde_spanned v1.1.1
31012026-08-31T14:30:53.834Z Checking debug-ignore v1.0.5
31022026-08-31T14:30:53.850Z Checking toml_writer v1.1.1+spec-1.1.0
31032026-08-31T14:30:53.927Z Checking take_mut v0.2.2
31042026-08-31T14:30:53.939Z Checking term v1.2.1
31052026-08-31T14:30:53.957Z Checking slog-bunyan v2.5.0
31062026-08-31T14:30:53.967Z Checking async-compression v0.4.41
31072026-08-31T14:30:54.024Z Checking slog-async v2.8.0
31082026-08-31T14:30:54.028Z Checking toml v1.1.2+spec-1.1.0
31092026-08-31T14:30:54.061Z Checking async-stream v0.3.6
31102026-08-31T14:30:54.087Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31112026-08-31T14:30:54.155Z Checking slog-term v2.9.2
31122026-08-31T14:30:54.187Z Checking progenitor-client v0.14.0
31132026-08-31T14:30:54.192Z Checking sha1 v0.11.0
31142026-08-31T14:30:54.213Z Checking oxide-generation v0.1.3
31152026-08-31T14:30:54.400Z Checking waitgroup v0.1.2
31162026-08-31T14:30:54.421Z Checking rustls-pemfile v2.2.0
31172026-08-31T14:30:54.435Z Checking backon v1.6.0
31182026-08-31T14:30:54.447Z Checking serde_path_to_error v0.1.20
31192026-08-31T14:30:54.451Z Checking hostname v0.4.2
31202026-08-31T14:30:54.495Z Checking instant v0.1.13
31212026-08-31T14:30:54.583Z Checking backoff v0.4.0
31222026-08-31T14:30:54.595Z Checking progenitor-extras v0.2.0
31232026-08-31T14:30:54.662Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31242026-08-31T14:30:54.812Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31252026-08-31T14:30:54.838Z Checking parse-display v0.10.0
31262026-08-31T14:30:54.838Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31272026-08-31T14:30:54.838Z Checking regress v0.10.5
31282026-08-31T14:30:54.838Z Checking itertools v0.14.0
31292026-08-31T14:30:54.887Z Checking macaddr v1.0.1
31302026-08-31T14:30:55.055Z Checking humantime v2.3.0
31312026-08-31T14:30:55.871Z Compiling prettyplease v0.2.37
31322026-08-31T14:30:56.183Z Checking num-rational v0.4.2
31332026-08-31T14:30:56.452Z Checking num-complex v0.4.6
31342026-08-31T14:30:56.796Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31352026-08-31T14:30:56.837Z Compiling num v0.4.3
31362026-08-31T14:30:56.985Z Compiling usdt-macro v0.5.0
31372026-08-31T14:30:56.998Z Compiling usdt-attr-macro v0.5.0
31382026-08-31T14:30:56.998Z Checking memmap v0.7.0
31392026-08-31T14:30:57.059Z Compiling float-ord v0.3.2
31402026-08-31T14:30:57.175Z Compiling convert_case v0.4.0
31412026-08-31T14:30:57.539Z Compiling derive_more v0.99.20
31422026-08-31T14:30:57.613Z Checking newline-converter v0.3.0
31432026-08-31T14:30:57.711Z Checking console v0.15.11
31442026-08-31T14:30:57.724Z Compiling toml v0.8.23
31452026-08-31T14:30:57.861Z Checking usdt v0.5.0
31462026-08-31T14:30:57.943Z Compiling minimal-lexical v0.2.1
31472026-08-31T14:30:57.985Z Checking linked-hash-map v0.5.6
31482026-08-31T14:30:58.156Z Checking lru-cache v0.1.2
31492026-08-31T14:30:58.198Z Compiling nom v7.1.3
31502026-08-31T14:30:58.273Z Checking expectorate v1.2.0
31512026-08-31T14:30:58.401Z Checking camino-tempfile v1.4.1
31522026-08-31T14:30:58.558Z Checking hickory-proto v0.24.4
31532026-08-31T14:30:58.690Z Checking phf_shared v0.12.1
31542026-08-31T14:30:58.827Z Compiling slog-dtrace v0.3.0
31552026-08-31T14:30:58.845Z Checking resolv-conf v0.7.6
31562026-08-31T14:30:59.027Z Compiling unicode-xid v0.2.6
31572026-08-31T14:30:59.150Z Checking heck v0.5.0
31582026-08-31T14:30:59.298Z Compiling chrono-tz v0.10.4
31592026-08-31T14:30:59.298Z Compiling const_format_proc_macros v0.2.34
31602026-08-31T14:30:59.551Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31612026-08-31T14:30:59.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31622026-08-31T14:30:59.581Z Checking phf v0.12.1
31632026-08-31T14:30:59.717Z Checking tokio-dtrace v0.1.1
31642026-08-31T14:30:59.908Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31652026-08-31T14:31:00.039Z Compiling derive-where v1.6.0
31662026-08-31T14:31:00.102Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31672026-08-31T14:31:00.352Z Checking highway v1.3.0
31682026-08-31T14:31:00.409Z Checking hickory-resolver v0.24.4
31692026-08-31T14:31:00.580Z Checking const_format v0.2.35
31702026-08-31T14:31:00.876Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31712026-08-31T14:31:01.149Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31722026-08-31T14:31:01.166Z Checking oxide-tokio-rt v0.1.4
31732026-08-31T14:31:01.328Z Checking qorb v0.4.1
31742026-08-31T14:31:01.424Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31752026-08-31T14:31:01.520Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31762026-08-31T14:31:01.556Z Checking gethostname v0.5.0
31772026-08-31T14:31:01.618Z Checking bcs v0.1.6
31782026-08-31T14:31:01.635Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31792026-08-31T14:31:01.647Z Checking termtree v0.5.1
31802026-08-31T14:31:04.664Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31812026-08-31T14:31:07.779Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31822026-08-31T14:31:09.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.73s
31832026-08-31T14:31:10.169Z
31842026-08-31T14:31:10.169Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/379)
31852026-08-31T14:31:10.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-08-31T14:31:10.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-08-31T14:31:10.849Z Compiling ar_archive_writer v0.5.1
31882026-08-31T14:31:10.957Z Compiling stacker v0.1.23
31892026-08-31T14:31:10.963Z Compiling cfg_aliases v0.1.1
31902026-08-31T14:31:10.971Z Compiling proc-macro-error v1.0.4
31912026-08-31T14:31:10.978Z Checking fd-lock v4.0.4
31922026-08-31T14:31:10.982Z Checking nibble_vec v0.1.0
31932026-08-31T14:31:10.982Z Checking vte v0.14.1
31942026-08-31T14:31:10.982Z Compiling recursive-proc-macro-impl v0.1.1
31952026-08-31T14:31:11.021Z Compiling nix v0.28.0
31962026-08-31T14:31:11.085Z Checking endian-type v0.1.2
31972026-08-31T14:31:11.099Z Checking bytecount v0.6.9
31982026-08-31T14:31:11.154Z Checking strip-ansi-escapes v0.2.1
31992026-08-31T14:31:11.196Z Checking papergrid v0.11.0
32002026-08-31T14:31:11.208Z Checking radix_trie v0.2.1
32012026-08-31T14:31:11.220Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32022026-08-31T14:31:11.248Z Compiling tabled_derive v0.7.0
32032026-08-31T14:31:11.248Z Compiling peg-macros v0.8.5
32042026-08-31T14:31:11.396Z Checking winnow v0.6.26
32052026-08-31T14:31:11.409Z Compiling sqlparser_derive v0.5.0
32062026-08-31T14:31:11.672Z Checking unicode_categories v0.1.1
32072026-08-31T14:31:11.770Z Compiling psm v0.1.30
32082026-08-31T14:31:11.798Z Checking nu-ansi-term v0.50.3
32092026-08-31T14:31:11.824Z Checking home v0.5.12
32102026-08-31T14:31:11.960Z Checking crossterm v0.29.0
32112026-08-31T14:31:12.001Z Checking reedline v0.40.0
32122026-08-31T14:31:12.145Z Checking display-error-chain v0.2.2
32132026-08-31T14:31:12.228Z Checking tabled v0.15.0
32142026-08-31T14:31:12.293Z Checking rustyline v14.0.0
32152026-08-31T14:31:12.518Z Checking recursive v0.1.1
32162026-08-31T14:31:12.524Z Checking sqlformat v0.3.5
32172026-08-31T14:31:12.571Z Checking peg v0.8.5
32182026-08-31T14:31:12.608Z Checking sqlparser v0.61.0
32192026-08-31T14:31:23.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
32202026-08-31T14:31:23.963Z
32212026-08-31T14:31:23.963Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/379)
32222026-08-31T14:31:24.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-08-31T14:31:24.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-08-31T14:31:24.632Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-08-31T14:31:28.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
32262026-08-31T14:31:28.307Z
32272026-08-31T14:31:28.307Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/379)
32282026-08-31T14:31:28.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-08-31T14:31:28.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-08-31T14:31:28.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32312026-08-31T14:31:31.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
32322026-08-31T14:31:31.670Z
32332026-08-31T14:31:31.670Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/379)
32342026-08-31T14:31:32.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-08-31T14:31:32.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-08-31T14:31:32.329Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-08-31T14:31:35.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
32382026-08-31T14:31:35.812Z
32392026-08-31T14:31:35.812Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/379)
32402026-08-31T14:31:36.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-31T14:31:36.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-31T14:31:36.480Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32432026-08-31T14:31:39.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32442026-08-31T14:31:40.014Z
32452026-08-31T14:31:40.014Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/379)
32462026-08-31T14:31:40.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-08-31T14:31:40.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-08-31T14:31:40.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32492026-08-31T14:31:43.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
32502026-08-31T14:31:43.499Z
32512026-08-31T14:31:43.499Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/379)
32522026-08-31T14:31:43.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-08-31T14:31:43.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-08-31T14:31:44.165Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32552026-08-31T14:31:46.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
32562026-08-31T14:31:47.004Z
32572026-08-31T14:31:47.004Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/379)
32582026-08-31T14:31:47.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-08-31T14:31:47.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-08-31T14:31:47.704Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-08-31T14:31:51.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32622026-08-31T14:31:51.369Z
32632026-08-31T14:31:51.369Zinfo: running `cargo check --bins` on oximeter (136/379)
32642026-08-31T14:31:51.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-08-31T14:31:51.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-08-31T14:31:51.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-08-31T14:31:51.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32682026-08-31T14:31:51.895Z
32692026-08-31T14:31:51.895Zinfo: running `cargo check --bins` on oximeter-schema (137/379)
32702026-08-31T14:31:52.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-08-31T14:31:52.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-08-31T14:31:52.516Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32732026-08-31T14:31:52.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32742026-08-31T14:31:53.053Z
32752026-08-31T14:31:53.054Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/379)
32762026-08-31T14:31:53.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-08-31T14:31:53.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-08-31T14:31:53.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-08-31T14:31:53.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32802026-08-31T14:31:53.618Z
32812026-08-31T14:31:53.618Zinfo: running `cargo check --bins` on oximeter-test-utils (139/379)
32822026-08-31T14:31:54.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-08-31T14:31:54.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-08-31T14:31:54.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-08-31T14:31:54.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32862026-08-31T14:31:54.237Z
32872026-08-31T14:31:54.237Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/379)
32882026-08-31T14:31:54.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-08-31T14:31:54.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-08-31T14:31:54.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-08-31T14:31:54.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32922026-08-31T14:31:54.785Z
32932026-08-31T14:31:54.785Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/379)
32942026-08-31T14:31:55.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-08-31T14:31:55.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-08-31T14:31:55.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972026-08-31T14:31:55.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32982026-08-31T14:31:55.355Z
32992026-08-31T14:31:55.356Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/379)
33002026-08-31T14:31:55.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-08-31T14:31:55.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-08-31T14:31:55.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-08-31T14:31:55.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33042026-08-31T14:31:55.990Z
33052026-08-31T14:31:55.990Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/379)
33062026-08-31T14:31:56.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-08-31T14:31:56.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-08-31T14:31:56.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-08-31T14:31:56.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33102026-08-31T14:31:56.495Z
33112026-08-31T14:31:56.495Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/379)
33122026-08-31T14:31:56.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-08-31T14:31:56.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-08-31T14:31:56.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-08-31T14:31:56.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33162026-08-31T14:31:57.064Z
33172026-08-31T14:31:57.064Zinfo: running `cargo check --bins` on reconfigurator-cli (145/379)
33182026-08-31T14:31:57.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-08-31T14:31:57.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-08-31T14:31:57.879Z Compiling crucible-workspace-hack v0.1.0
33212026-08-31T14:31:57.883Z Compiling regress v0.11.1
33222026-08-31T14:31:57.883Z Checking secrecy v0.10.3
33232026-08-31T14:31:57.883Z Checking half v2.7.1
33242026-08-31T14:31:57.883Z Checking ciborium-io v0.2.2
33252026-08-31T14:31:57.883Z Checking inout v0.1.4
33262026-08-31T14:31:57.883Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33272026-08-31T14:31:57.883Z Checking universal-hash v0.5.1
33282026-08-31T14:31:58.125Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33292026-08-31T14:31:58.138Z Compiling thiserror-impl-no-std v2.0.2
33302026-08-31T14:31:58.152Z Checking opaque-debug v0.3.1
33312026-08-31T14:31:58.203Z Checking cipher v0.4.4
33322026-08-31T14:31:58.216Z Checking poly1305 v0.8.0
33332026-08-31T14:31:58.251Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33342026-08-31T14:31:58.270Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33352026-08-31T14:31:58.307Z Checking ciborium-ll v0.2.2
33362026-08-31T14:31:58.409Z Checking chacha20 v0.9.1
33372026-08-31T14:31:58.474Z Checking ciborium v0.2.2
33382026-08-31T14:31:58.478Z Checking password-hash v0.5.0
33392026-08-31T14:31:58.547Z Checking blake2 v0.10.6
33402026-08-31T14:31:58.584Z Checking aead v0.5.2
33412026-08-31T14:31:58.650Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33422026-08-31T14:31:58.704Z Compiling toml_datetime v0.7.5+spec-1.1.0
33432026-08-31T14:31:58.726Z Checking indent_write v2.2.0
33442026-08-31T14:31:58.776Z Checking argon2 v0.5.3
33452026-08-31T14:31:58.852Z Checking chacha20poly1305 v0.10.1
33462026-08-31T14:31:58.902Z Compiling toml_edit v0.23.10+spec-1.0.0
33472026-08-31T14:31:58.942Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33482026-08-31T14:31:58.982Z Compiling unsafe-libyaml v0.2.11
33492026-08-31T14:31:59.114Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33502026-08-31T14:31:59.309Z Checking thiserror-no-std v2.0.2
33512026-08-31T14:31:59.322Z Compiling heapless v0.8.0
33522026-08-31T14:31:59.372Z Checking vsss-rs v3.3.4
33532026-08-31T14:31:59.567Z Compiling typify-impl v0.6.2
33542026-08-31T14:31:59.604Z Compiling serde_yaml v0.9.34+deprecated
33552026-08-31T14:31:59.723Z Compiling proc-macro-crate v3.4.0
33562026-08-31T14:32:00.110Z Compiling ingot-macros v0.2.0
33572026-08-31T14:32:00.258Z Compiling num_enum_derive v0.7.6
33582026-08-31T14:32:00.340Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33592026-08-31T14:32:00.438Z Checking hash32 v0.3.1
33602026-08-31T14:32:00.486Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33612026-08-31T14:32:00.568Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33622026-08-31T14:32:00.777Z Compiling smoltcp v0.11.0
33632026-08-31T14:32:01.057Z Checking tabwriter v1.4.1
33642026-08-31T14:32:01.179Z Checking cobs v0.3.0
33652026-08-31T14:32:01.192Z Checking swrite v0.1.0
33662026-08-31T14:32:01.204Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33672026-08-31T14:32:01.276Z Compiling proc-macro-crate v1.3.1
33682026-08-31T14:32:01.294Z Checking postcard v1.1.3
33692026-08-31T14:32:01.307Z Checking num_enum v0.7.6
33702026-08-31T14:32:01.403Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33712026-08-31T14:32:01.422Z Compiling foreign-types-macros v0.2.3
33722026-08-31T14:32:01.577Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33732026-08-31T14:32:01.592Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33742026-08-31T14:32:01.608Z Checking foreign-types-shared v0.3.1
33752026-08-31T14:32:01.683Z Checking colored v3.1.1
33762026-08-31T14:32:01.699Z Compiling num_enum_derive v0.5.11
33772026-08-31T14:32:01.921Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33782026-08-31T14:32:01.998Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33792026-08-31T14:32:02.013Z Checking foreign-types v0.5.0
33802026-08-31T14:32:02.091Z Checking cstr-argument v0.1.2
33812026-08-31T14:32:02.215Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33822026-08-31T14:32:02.350Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33832026-08-31T14:32:02.418Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33842026-08-31T14:32:02.448Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33852026-08-31T14:32:02.463Z Checking rand v0.10.1
33862026-08-31T14:32:02.593Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33872026-08-31T14:32:02.616Z Compiling zone_cfg_derive v0.3.1
33882026-08-31T14:32:02.632Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33892026-08-31T14:32:02.731Z Checking num_enum v0.5.11
33902026-08-31T14:32:02.749Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33912026-08-31T14:32:02.854Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33922026-08-31T14:32:02.908Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
33932026-08-31T14:32:02.925Z Checking ingot-types v0.2.0
33942026-08-31T14:32:03.026Z Checking itertools v0.12.1
33952026-08-31T14:32:03.080Z Compiling num-derive v0.4.2
33962026-08-31T14:32:03.266Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33972026-08-31T14:32:03.288Z Checking ingot v0.2.1
33982026-08-31T14:32:03.450Z Compiling semver v0.1.20
33992026-08-31T14:32:03.738Z Compiling rustc_version v0.1.7
34002026-08-31T14:32:03.831Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34012026-08-31T14:32:03.991Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34022026-08-31T14:32:03.995Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34032026-08-31T14:32:04.040Z Checking zone v0.3.1
34042026-08-31T14:32:04.068Z Compiling typify-macro v0.6.2
34052026-08-31T14:32:04.107Z Checking smf v0.2.3
34062026-08-31T14:32:04.188Z Checking nom v8.0.0
34072026-08-31T14:32:04.220Z Checking csv-core v0.1.13
34082026-08-31T14:32:04.274Z Checking whoami v1.6.1
34092026-08-31T14:32:04.354Z Compiling newtype_derive v0.1.6
34102026-08-31T14:32:04.425Z Checking csv v1.4.0
34112026-08-31T14:32:04.440Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34122026-08-31T14:32:04.491Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34132026-08-31T14:32:04.541Z Compiling cancel-safe-futures v0.1.5
34142026-08-31T14:32:04.620Z Compiling libefi-sys v0.1.0
34152026-08-31T14:32:04.797Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34162026-08-31T14:32:04.956Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34172026-08-31T14:32:04.961Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34182026-08-31T14:32:04.970Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34192026-08-31T14:32:05.012Z Checking oxide-update-engine-types v0.1.2
34202026-08-31T14:32:05.108Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34212026-08-31T14:32:05.227Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34222026-08-31T14:32:05.323Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34232026-08-31T14:32:05.403Z Compiling bitfield-struct v0.6.2
34242026-08-31T14:32:05.455Z Checking linear-map v1.2.0
34252026-08-31T14:32:05.631Z Checking steno v0.4.1
34262026-08-31T14:32:05.865Z Compiling typify v0.6.2
34272026-08-31T14:32:05.976Z Compiling progenitor-impl v0.14.0
34282026-08-31T14:32:05.979Z Checking oxide-update-engine v0.1.2
34292026-08-31T14:32:06.040Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34302026-08-31T14:32:06.067Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34312026-08-31T14:32:06.222Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34322026-08-31T14:32:06.270Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34332026-08-31T14:32:06.400Z Checking sha1 v0.10.6
34342026-08-31T14:32:06.433Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34352026-08-31T14:32:06.513Z Checking utf-8 v0.7.6
34362026-08-31T14:32:06.571Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34372026-08-31T14:32:06.634Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34382026-08-31T14:32:06.650Z Checking tungstenite v0.21.0
34392026-08-31T14:32:06.788Z Checking ignore v0.4.25
34402026-08-31T14:32:06.805Z Checking anstyle-parse v0.2.7
34412026-08-31T14:32:06.933Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34422026-08-31T14:32:06.963Z Compiling xshell-macros v0.2.7
34432026-08-31T14:32:07.070Z Checking tokio-tungstenite v0.21.0
34442026-08-31T14:32:07.088Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34452026-08-31T14:32:07.134Z Checking anstream v0.6.21
34462026-08-31T14:32:07.189Z Checking globwalk v0.9.1
34472026-08-31T14:32:07.303Z Checking predicates-tree v1.0.13
34482026-08-31T14:32:07.336Z Checking xshell v0.2.7
34492026-08-31T14:32:07.339Z Checking filetime v0.2.27
34502026-08-31T14:32:07.365Z Checking tagptr v0.2.0
34512026-08-31T14:32:07.368Z Checking xattr v1.6.1
34522026-08-31T14:32:07.410Z Checking camino-tempfile-ext v0.3.3
34532026-08-31T14:32:07.483Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34542026-08-31T14:32:07.504Z Checking moka v0.12.13
34552026-08-31T14:32:07.507Z Checking tar v0.4.46
34562026-08-31T14:32:07.533Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34572026-08-31T14:32:07.600Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34582026-08-31T14:32:07.659Z Checking rand_seeder v0.4.0
34592026-08-31T14:32:07.663Z Checking half v1.8.3
34602026-08-31T14:32:07.738Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34612026-08-31T14:32:07.806Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34622026-08-31T14:32:07.870Z Checking serde_cbor v0.11.2
34632026-08-31T14:32:07.897Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34642026-08-31T14:32:08.102Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34652026-08-31T14:32:08.143Z Checking digest-io v0.1.0
34662026-08-31T14:32:08.146Z Checking hickory-resolver v0.25.2
34672026-08-31T14:32:08.250Z Checking sha2 v0.11.0
34682026-08-31T14:32:08.291Z Compiling petname v2.0.2
34692026-08-31T14:32:08.592Z Compiling progenitor-macro v0.14.0
34702026-08-31T14:32:08.721Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34712026-08-31T14:32:08.761Z Checking rawzip v0.4.4
34722026-08-31T14:32:08.850Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34732026-08-31T14:32:09.123Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34742026-08-31T14:32:09.197Z Checking sapling-renderdag v0.1.0
34752026-08-31T14:32:09.330Z Checking subprocess v0.2.15
34762026-08-31T14:32:09.338Z Checking sync-ptr v0.1.4
34772026-08-31T14:32:09.487Z Checking colored v2.2.0
34782026-08-31T14:32:09.496Z Checking assert_matches v1.5.0
34792026-08-31T14:32:09.603Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34802026-08-31T14:32:09.705Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34812026-08-31T14:32:10.154Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34822026-08-31T14:32:10.154Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34832026-08-31T14:32:10.461Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34842026-08-31T14:32:10.826Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34852026-08-31T14:32:10.826Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34862026-08-31T14:32:11.519Z Checking progenitor v0.14.0
34872026-08-31T14:32:11.651Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34882026-08-31T14:32:11.657Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34892026-08-31T14:32:11.657Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34902026-08-31T14:32:11.657Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34912026-08-31T14:32:11.657Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34922026-08-31T14:32:11.657Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34932026-08-31T14:32:14.777Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34942026-08-31T14:32:14.896Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34952026-08-31T14:32:14.896Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34962026-08-31T14:32:14.896Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34972026-08-31T14:32:14.896Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34982026-08-31T14:32:14.896Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34992026-08-31T14:32:14.992Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35002026-08-31T14:32:14.992Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35012026-08-31T14:32:14.992Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35022026-08-31T14:32:15.048Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35032026-08-31T14:32:23.534Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35042026-08-31T14:32:30.694Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35052026-08-31T14:32:30.697Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35062026-08-31T14:32:30.697Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35072026-08-31T14:32:32.185Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35082026-08-31T14:32:33.437Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
35092026-08-31T14:32:35.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s
35102026-08-31T14:32:35.871Z
35112026-08-31T14:32:35.871Zinfo: running `cargo check --bins` on nexus-inventory (146/379)
35122026-08-31T14:32:36.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-08-31T14:32:36.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-08-31T14:32:36.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-08-31T14:32:36.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35162026-08-31T14:32:36.483Z
35172026-08-31T14:32:36.483Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/379)
35182026-08-31T14:32:37.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-08-31T14:32:37.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-08-31T14:32:37.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-08-31T14:32:37.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35222026-08-31T14:32:37.056Z
35232026-08-31T14:32:37.056Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/379)
35242026-08-31T14:32:37.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-08-31T14:32:37.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-08-31T14:32:37.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-08-31T14:32:37.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35282026-08-31T14:32:37.629Z
35292026-08-31T14:32:37.629Zinfo: running `cargo check --bins` on dns-service-client (149/379)
35302026-08-31T14:32:38.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-08-31T14:32:38.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-08-31T14:32:38.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-08-31T14:32:38.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35342026-08-31T14:32:38.186Z
35352026-08-31T14:32:38.186Zinfo: running `cargo check --bins` on ntp-admin-client (150/379)
35362026-08-31T14:32:38.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-08-31T14:32:38.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-08-31T14:32:38.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-08-31T14:32:38.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35402026-08-31T14:32:38.737Z
35412026-08-31T14:32:38.737Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/379)
35422026-08-31T14:32:39.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-08-31T14:32:39.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-08-31T14:32:39.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-08-31T14:32:39.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-08-31T14:32:39.296Z
35472026-08-31T14:32:39.296Zinfo: running `cargo check --bins` on cockroach-admin-client (152/379)
35482026-08-31T14:32:39.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-08-31T14:32:39.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-08-31T14:32:39.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-08-31T14:32:39.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-08-31T14:32:39.856Z
35532026-08-31T14:32:39.856Zinfo: running `cargo check --bins` on parallel-task-set (153/379)
35542026-08-31T14:32:40.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-08-31T14:32:40.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-08-31T14:32:40.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-08-31T14:32:40.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35582026-08-31T14:32:40.405Z
35592026-08-31T14:32:40.405Zinfo: running `cargo check --bins` on sled-agent-client (154/379)
35602026-08-31T14:32:40.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-08-31T14:32:40.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-08-31T14:32:40.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-08-31T14:32:40.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35642026-08-31T14:32:40.986Z
35652026-08-31T14:32:40.986Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/379)
35662026-08-31T14:32:41.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-08-31T14:32:41.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-08-31T14:32:41.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-08-31T14:32:41.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-08-31T14:32:41.574Z
35712026-08-31T14:32:41.574Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/379)
35722026-08-31T14:32:42.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-08-31T14:32:42.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-08-31T14:32:42.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-08-31T14:32:42.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35762026-08-31T14:32:42.161Z
35772026-08-31T14:32:42.161Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/379)
35782026-08-31T14:32:42.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-08-31T14:32:42.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-08-31T14:32:42.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-08-31T14:32:42.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-08-31T14:32:42.751Z
35832026-08-31T14:32:42.751Zinfo: running `cargo check --bins` on key-manager (158/379)
35842026-08-31T14:32:43.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-08-31T14:32:43.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-08-31T14:32:43.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-08-31T14:32:43.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35882026-08-31T14:32:43.327Z
35892026-08-31T14:32:43.327Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/379)
35902026-08-31T14:32:43.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-08-31T14:32:43.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-08-31T14:32:43.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-08-31T14:32:43.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35942026-08-31T14:32:43.915Z
35952026-08-31T14:32:43.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/379)
35962026-08-31T14:32:44.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-08-31T14:32:44.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-08-31T14:32:44.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-08-31T14:32:44.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36002026-08-31T14:32:44.503Z
36012026-08-31T14:32:44.503Zinfo: running `cargo check --bins` on typed-rng (161/379)
36022026-08-31T14:32:44.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-08-31T14:32:44.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-08-31T14:32:44.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-08-31T14:32:44.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36062026-08-31T14:32:45.055Z
36072026-08-31T14:32:45.055Zinfo: running `cargo check --bins` on gateway-test-utils (162/379)
36082026-08-31T14:32:45.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-08-31T14:32:45.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-08-31T14:32:45.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-08-31T14:32:45.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36122026-08-31T14:32:45.668Z
36132026-08-31T14:32:45.668Zinfo: running `cargo check --bins` on omicron-gateway (163/379)
36142026-08-31T14:32:46.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-08-31T14:32:46.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-08-31T14:32:46.402Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36172026-08-31T14:32:46.402Z Checking void v1.0.2
36182026-08-31T14:32:46.406Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36192026-08-31T14:32:46.406Z Checking dropshot-api-manager-types v0.8.0
36202026-08-31T14:32:46.406Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36212026-08-31T14:32:46.406Z Checking tungstenite v0.23.0
36222026-08-31T14:32:46.406Z Checking nix v0.27.1
36232026-08-31T14:32:46.406Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36242026-08-31T14:32:46.603Z Checking lzss v0.8.2
36252026-08-31T14:32:46.678Z Checking kstat-rs v0.2.5
36262026-08-31T14:32:46.704Z Checking fxhash v0.2.1
36272026-08-31T14:32:46.781Z Checking serde_bytes v0.11.19
36282026-08-31T14:32:46.808Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36292026-08-31T14:32:46.822Z Checking signal-hook-tokio v0.3.1
36302026-08-31T14:32:46.835Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36312026-08-31T14:32:46.864Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36322026-08-31T14:32:46.958Z Checking tokio-tungstenite v0.23.1
36332026-08-31T14:32:46.994Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36342026-08-31T14:32:48.064Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36352026-08-31T14:32:48.599Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36362026-08-31T14:32:50.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
36372026-08-31T14:32:50.915Z
36382026-08-31T14:32:50.915Zinfo: running `cargo check --bins` on gateway-api (164/379)
36392026-08-31T14:32:51.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-08-31T14:32:51.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-08-31T14:32:51.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-08-31T14:32:51.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-08-31T14:32:51.476Z
36442026-08-31T14:32:51.476Zinfo: running `cargo check --bins` on ipcc (165/379)
36452026-08-31T14:32:51.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-08-31T14:32:51.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-08-31T14:32:51.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-08-31T14:32:51.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36492026-08-31T14:32:52.035Z
36502026-08-31T14:32:52.035Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/379)
36512026-08-31T14:32:52.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-08-31T14:32:52.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-08-31T14:32:52.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-08-31T14:32:52.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36552026-08-31T14:32:52.586Z
36562026-08-31T14:32:52.586Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/379)
36572026-08-31T14:32:53.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-08-31T14:32:53.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-08-31T14:32:53.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-08-31T14:32:53.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36612026-08-31T14:32:53.176Z
36622026-08-31T14:32:53.176Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/379)
36632026-08-31T14:32:53.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-08-31T14:32:53.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-08-31T14:32:53.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-08-31T14:32:53.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36672026-08-31T14:32:53.740Z
36682026-08-31T14:32:53.740Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/379)
36692026-08-31T14:32:54.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-08-31T14:32:54.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-08-31T14:32:54.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-08-31T14:32:54.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36732026-08-31T14:32:54.310Z
36742026-08-31T14:32:54.310Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/379)
36752026-08-31T14:32:54.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-08-31T14:32:54.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-08-31T14:32:54.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-08-31T14:32:54.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36792026-08-31T14:32:54.878Z
36802026-08-31T14:32:54.878Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/379)
36812026-08-31T14:32:55.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-08-31T14:32:55.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-08-31T14:32:55.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-08-31T14:32:55.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36852026-08-31T14:32:55.465Z
36862026-08-31T14:32:55.465Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/379)
36872026-08-31T14:32:55.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-08-31T14:32:55.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-08-31T14:32:55.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-08-31T14:32:55.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-08-31T14:32:56.033Z
36922026-08-31T14:32:56.033Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/379)
36932026-08-31T14:32:56.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-08-31T14:32:56.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-08-31T14:32:56.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-08-31T14:32:56.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-08-31T14:32:56.602Z
36982026-08-31T14:32:56.602Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/379)
36992026-08-31T14:32:57.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-08-31T14:32:57.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-08-31T14:32:57.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-08-31T14:32:57.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-08-31T14:32:57.195Z
37042026-08-31T14:32:57.195Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/379)
37052026-08-31T14:32:57.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-08-31T14:32:57.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-08-31T14:32:57.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-08-31T14:32:57.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37092026-08-31T14:32:57.792Z
37102026-08-31T14:32:57.792Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/379)
37112026-08-31T14:32:58.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-08-31T14:32:58.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-08-31T14:32:58.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-08-31T14:32:58.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37152026-08-31T14:32:58.310Z
37162026-08-31T14:32:58.310Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/379)
37172026-08-31T14:32:58.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-08-31T14:32:58.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-08-31T14:32:58.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-08-31T14:32:58.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37212026-08-31T14:32:58.877Z
37222026-08-31T14:32:58.877Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/379)
37232026-08-31T14:32:59.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-08-31T14:32:59.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-08-31T14:32:59.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-08-31T14:32:59.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37272026-08-31T14:32:59.447Z
37282026-08-31T14:32:59.447Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/379)
37292026-08-31T14:32:59.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-08-31T14:33:00.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-08-31T14:33:00.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-08-31T14:33:00.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37332026-08-31T14:33:00.084Z
37342026-08-31T14:33:00.084Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/379)
37352026-08-31T14:33:00.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-08-31T14:33:00.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-08-31T14:33:00.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-08-31T14:33:00.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37392026-08-31T14:33:00.581Z
37402026-08-31T14:33:00.582Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/379)
37412026-08-31T14:33:01.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-08-31T14:33:01.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-08-31T14:33:01.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-08-31T14:33:01.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37452026-08-31T14:33:01.143Z
37462026-08-31T14:33:01.144Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/379)
37472026-08-31T14:33:01.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-08-31T14:33:01.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-08-31T14:33:01.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-08-31T14:33:01.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37512026-08-31T14:33:01.708Z
37522026-08-31T14:33:01.708Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/379)
37532026-08-31T14:33:02.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-08-31T14:33:02.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-08-31T14:33:02.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-08-31T14:33:02.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37572026-08-31T14:33:02.279Z
37582026-08-31T14:33:02.279Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/379)
37592026-08-31T14:33:02.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-08-31T14:33:02.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-08-31T14:33:02.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-08-31T14:33:02.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37632026-08-31T14:33:02.847Z
37642026-08-31T14:33:02.847Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/379)
37652026-08-31T14:33:03.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-08-31T14:33:03.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-08-31T14:33:03.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-08-31T14:33:03.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37692026-08-31T14:33:03.415Z
37702026-08-31T14:33:03.415Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/379)
37712026-08-31T14:33:03.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-08-31T14:33:03.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-08-31T14:33:03.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-08-31T14:33:03.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37752026-08-31T14:33:03.996Z
37762026-08-31T14:33:03.997Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/379)
37772026-08-31T14:33:04.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-08-31T14:33:04.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-08-31T14:33:04.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-08-31T14:33:04.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37812026-08-31T14:33:04.586Z
37822026-08-31T14:33:04.586Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/379)
37832026-08-31T14:33:05.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-08-31T14:33:05.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-08-31T14:33:05.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-08-31T14:33:05.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37872026-08-31T14:33:05.169Z
37882026-08-31T14:33:05.169Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/379)
37892026-08-31T14:33:05.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-08-31T14:33:05.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-08-31T14:33:05.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-08-31T14:33:05.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37932026-08-31T14:33:05.761Z
37942026-08-31T14:33:05.761Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/379)
37952026-08-31T14:33:06.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-08-31T14:33:06.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-08-31T14:33:06.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-08-31T14:33:06.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37992026-08-31T14:33:06.340Z
38002026-08-31T14:33:06.340Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/379)
38012026-08-31T14:33:06.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-08-31T14:33:06.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-08-31T14:33:06.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-08-31T14:33:06.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38052026-08-31T14:33:06.925Z
38062026-08-31T14:33:06.925Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/379)
38072026-08-31T14:33:07.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-08-31T14:33:07.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-08-31T14:33:07.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-08-31T14:33:07.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38112026-08-31T14:33:07.513Z
38122026-08-31T14:33:07.513Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/379)
38132026-08-31T14:33:08.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-08-31T14:33:08.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-08-31T14:33:08.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-08-31T14:33:08.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38172026-08-31T14:33:08.103Z
38182026-08-31T14:33:08.103Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/379)
38192026-08-31T14:33:08.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-08-31T14:33:08.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-08-31T14:33:08.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-08-31T14:33:08.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38232026-08-31T14:33:08.686Z
38242026-08-31T14:33:08.686Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/379)
38252026-08-31T14:33:09.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-08-31T14:33:09.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-08-31T14:33:09.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-08-31T14:33:09.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38292026-08-31T14:33:09.273Z
38302026-08-31T14:33:09.273Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/379)
38312026-08-31T14:33:09.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-08-31T14:33:09.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-08-31T14:33:09.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-08-31T14:33:09.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38352026-08-31T14:33:09.854Z
38362026-08-31T14:33:09.854Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/379)
38372026-08-31T14:33:10.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-08-31T14:33:10.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-08-31T14:33:10.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-08-31T14:33:10.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38412026-08-31T14:33:10.440Z
38422026-08-31T14:33:10.440Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/379)
38432026-08-31T14:33:10.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-08-31T14:33:10.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-08-31T14:33:10.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-08-31T14:33:10.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38472026-08-31T14:33:11.033Z
38482026-08-31T14:33:11.033Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/379)
38492026-08-31T14:33:28.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-08-31T14:33:28.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-08-31T14:33:28.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-08-31T14:33:28.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38532026-08-31T14:33:28.212Z
38542026-08-31T14:33:28.212Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/379)
38552026-08-31T14:33:28.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-08-31T14:33:28.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-08-31T14:33:28.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-08-31T14:33:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38592026-08-31T14:33:28.213Z
38602026-08-31T14:33:28.213Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/379)
38612026-08-31T14:33:28.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-08-31T14:33:28.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-08-31T14:33:28.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-08-31T14:33:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38652026-08-31T14:33:28.213Z
38662026-08-31T14:33:28.213Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/379)
38672026-08-31T14:33:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-08-31T14:33:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-08-31T14:33:28.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-08-31T14:33:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38712026-08-31T14:33:28.734Z
38722026-08-31T14:33:28.734Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/379)
38732026-08-31T14:33:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-08-31T14:33:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-08-31T14:33:28.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-08-31T14:33:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38772026-08-31T14:33:28.734Z
38782026-08-31T14:33:28.734Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/379)
38792026-08-31T14:33:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-08-31T14:33:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-08-31T14:33:28.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-08-31T14:33:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38832026-08-31T14:33:28.734Z
38842026-08-31T14:33:28.734Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/379)
38852026-08-31T14:33:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-08-31T14:33:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-08-31T14:33:28.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-08-31T14:33:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38892026-08-31T14:33:28.734Z
38902026-08-31T14:33:28.734Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/379)
38912026-08-31T14:33:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-08-31T14:33:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-08-31T14:33:28.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-08-31T14:33:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38952026-08-31T14:33:28.734Z
38962026-08-31T14:33:28.734Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/379)
38972026-08-31T14:33:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-08-31T14:33:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-08-31T14:33:28.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-08-31T14:33:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39012026-08-31T14:33:28.735Z
39022026-08-31T14:33:28.735Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/379)
39032026-08-31T14:33:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-08-31T14:33:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-08-31T14:33:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-08-31T14:33:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39072026-08-31T14:33:28.735Z
39082026-08-31T14:33:28.735Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/379)
39092026-08-31T14:33:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-08-31T14:33:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-08-31T14:33:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-08-31T14:33:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39132026-08-31T14:33:28.735Z
39142026-08-31T14:33:28.735Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/379)
39152026-08-31T14:33:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-08-31T14:33:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-08-31T14:33:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-08-31T14:33:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39192026-08-31T14:33:28.735Z
39202026-08-31T14:33:28.735Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/379)
39212026-08-31T14:33:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-08-31T14:33:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-08-31T14:33:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-08-31T14:33:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39252026-08-31T14:33:28.735Z
39262026-08-31T14:33:28.735Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/379)
39272026-08-31T14:33:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-08-31T14:33:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-08-31T14:33:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-08-31T14:33:28.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39312026-08-31T14:33:28.736Z
39322026-08-31T14:33:28.736Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/379)
39332026-08-31T14:33:28.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-08-31T14:33:28.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-08-31T14:33:28.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-08-31T14:33:28.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39372026-08-31T14:33:29.061Z
39382026-08-31T14:33:29.061Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/379)
39392026-08-31T14:33:29.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-31T14:33:29.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-31T14:33:29.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-08-31T14:33:29.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39432026-08-31T14:33:29.061Z
39442026-08-31T14:33:29.061Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/379)
39452026-08-31T14:33:29.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-31T14:33:29.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-31T14:33:29.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-08-31T14:33:29.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39492026-08-31T14:33:29.062Z
39502026-08-31T14:33:29.062Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/379)
39512026-08-31T14:33:29.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-08-31T14:33:29.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-08-31T14:33:29.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-08-31T14:33:29.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-08-31T14:33:29.062Z
39562026-08-31T14:33:29.062Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/379)
39572026-08-31T14:33:29.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-08-31T14:33:29.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-08-31T14:33:29.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-08-31T14:33:29.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-08-31T14:33:29.062Z
39622026-08-31T14:33:29.062Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/379)
39632026-08-31T14:33:29.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-31T14:33:29.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-31T14:33:29.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-08-31T14:33:29.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39672026-08-31T14:33:29.062Z
39682026-08-31T14:33:29.063Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/379)
39692026-08-31T14:33:29.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-31T14:33:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-31T14:33:29.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-08-31T14:33:29.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39732026-08-31T14:33:29.063Z
39742026-08-31T14:33:29.063Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/379)
39752026-08-31T14:33:29.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-08-31T14:33:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-08-31T14:33:29.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-08-31T14:33:29.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39792026-08-31T14:33:29.063Z
39802026-08-31T14:33:29.063Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/379)
39812026-08-31T14:33:29.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-08-31T14:33:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-08-31T14:33:29.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-08-31T14:33:29.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39852026-08-31T14:33:29.063Z
39862026-08-31T14:33:29.063Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/379)
39872026-08-31T14:33:29.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-31T14:33:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-31T14:33:29.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-31T14:33:29.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-08-31T14:33:29.063Z
39922026-08-31T14:33:29.064Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/379)
39932026-08-31T14:33:29.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-31T14:33:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-31T14:33:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-31T14:33:29.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-31T14:33:29.064Z
39982026-08-31T14:33:29.064Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/379)
39992026-08-31T14:33:29.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-31T14:33:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-31T14:33:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-31T14:33:29.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-31T14:33:29.064Z
40042026-08-31T14:33:29.064Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/379)
40052026-08-31T14:33:29.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-31T14:33:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-31T14:33:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-31T14:33:29.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-08-31T14:33:29.064Z
40102026-08-31T14:33:29.064Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/379)
40112026-08-31T14:33:29.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-31T14:33:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-31T14:33:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-31T14:33:29.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40152026-08-31T14:33:29.065Z
40162026-08-31T14:33:29.065Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/379)
40172026-08-31T14:33:29.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-31T14:33:29.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-31T14:33:29.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-31T14:33:29.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40212026-08-31T14:33:29.065Z
40222026-08-31T14:33:29.065Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/379)
40232026-08-31T14:33:29.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-31T14:33:29.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-31T14:33:29.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-31T14:33:29.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40272026-08-31T14:33:29.065Z
40282026-08-31T14:33:29.065Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/379)
40292026-08-31T14:33:29.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-31T14:33:29.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-31T14:33:29.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-31T14:33:29.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40332026-08-31T14:33:29.134Z
40342026-08-31T14:33:29.134Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/379)
40352026-08-31T14:33:29.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-31T14:33:29.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-31T14:33:29.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-31T14:33:29.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40392026-08-31T14:33:29.527Z
40402026-08-31T14:33:29.527Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/379)
40412026-08-31T14:33:30.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-31T14:33:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-31T14:33:30.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-31T14:33:30.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40452026-08-31T14:33:30.142Z
40462026-08-31T14:33:30.142Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/379)
40472026-08-31T14:33:30.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-31T14:33:30.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-31T14:33:30.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-31T14:33:30.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-31T14:33:30.700Z
40522026-08-31T14:33:30.701Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/379)
40532026-08-31T14:33:31.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-31T14:33:31.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-31T14:33:31.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-31T14:33:31.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40572026-08-31T14:33:31.286Z
40582026-08-31T14:33:31.286Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/379)
40592026-08-31T14:33:31.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-31T14:33:31.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-31T14:33:31.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-31T14:33:31.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-08-31T14:33:31.876Z
40642026-08-31T14:33:31.876Zinfo: running `cargo check --bins` on oximeter-producer (235/379)
40652026-08-31T14:33:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-31T14:33:32.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-31T14:33:32.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-31T14:33:32.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40692026-08-31T14:33:32.487Z
40702026-08-31T14:33:32.488Zinfo: running `cargo check --bins` on internal-dns-resolver (236/379)
40712026-08-31T14:33:32.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-31T14:33:32.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-31T14:33:32.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-31T14:33:32.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40752026-08-31T14:33:33.056Z
40762026-08-31T14:33:33.056Zinfo: running `cargo check --bins` on dns-server (237/379)
40772026-08-31T14:33:33.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-31T14:33:33.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-31T14:33:33.700Z Compiling parking_lot_core v0.8.6
40802026-08-31T14:33:33.805Z Compiling git-stub v1.0.0
40812026-08-31T14:33:33.823Z Checking prefix-trie v0.7.0
40822026-08-31T14:33:33.834Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40832026-08-31T14:33:33.930Z Compiling git-stub-vcs v0.1.0
40842026-08-31T14:33:34.094Z Checking hickory-server v0.25.2
40852026-08-31T14:33:34.285Z Checking parking_lot v0.11.2
40862026-08-31T14:33:34.297Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40872026-08-31T14:33:34.351Z Checking sled v0.34.7
40882026-08-31T14:33:36.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
40892026-08-31T14:33:36.435Z
40902026-08-31T14:33:36.435Zinfo: running `cargo check --bins` on dns-server-api (238/379)
40912026-08-31T14:33:36.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-08-31T14:33:36.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-08-31T14:33:36.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-08-31T14:33:36.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40952026-08-31T14:33:36.995Z
40962026-08-31T14:33:36.995Zinfo: running `cargo check --bins` on nexus-client (239/379)
40972026-08-31T14:33:37.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-08-31T14:33:37.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-08-31T14:33:37.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-08-31T14:33:37.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41012026-08-31T14:33:37.582Z
41022026-08-31T14:33:37.582Zinfo: running `cargo check --bins` on oximeter-producer-api (240/379)
41032026-08-31T14:33:38.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-08-31T14:33:38.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-08-31T14:33:38.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-08-31T14:33:38.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41072026-08-31T14:33:38.148Z
41082026-08-31T14:33:38.148Zinfo: running `cargo check --bins` on sp-sim (241/379)
41092026-08-31T14:33:38.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-08-31T14:33:38.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-08-31T14:33:38.841Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41122026-08-31T14:33:39.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
41132026-08-31T14:33:39.596Z
41142026-08-31T14:33:39.596Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/379)
41152026-08-31T14:33:40.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-08-31T14:33:40.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-08-31T14:33:40.355Z Compiling proc-macro-error-attr2 v2.0.0
41182026-08-31T14:33:40.487Z Compiling hashbrown v0.14.5
41192026-08-31T14:33:40.487Z Compiling rfc6979 v0.4.0
41202026-08-31T14:33:40.504Z Compiling salty v0.3.0
41212026-08-31T14:33:40.521Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41222026-08-31T14:33:40.535Z Compiling primeorder v0.13.6
41232026-08-31T14:33:40.552Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41242026-08-31T14:33:40.606Z Compiling ecdsa v0.16.9
41252026-08-31T14:33:40.662Z Compiling sha1 v0.10.6
41262026-08-31T14:33:40.764Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41272026-08-31T14:33:40.944Z Compiling proc-macro-error2 v2.0.1
41282026-08-31T14:33:40.975Z Compiling p384 v0.13.1
41292026-08-31T14:33:41.031Z Compiling chumsky v0.9.3
41302026-08-31T14:33:41.032Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41312026-08-31T14:33:41.101Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41322026-08-31T14:33:41.152Z Compiling knus-derive v3.4.0
41332026-08-31T14:33:41.177Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41342026-08-31T14:33:41.213Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41352026-08-31T14:33:41.261Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41362026-08-31T14:33:41.428Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41372026-08-31T14:33:41.482Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41382026-08-31T14:33:41.632Z Checking corncobs v0.1.4
41392026-08-31T14:33:41.675Z Checking libscf-sys v1.2.0
41402026-08-31T14:33:41.689Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41412026-08-31T14:33:41.702Z Checking secrecy v0.8.0
41422026-08-31T14:33:41.714Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41432026-08-31T14:33:41.760Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41442026-08-31T14:33:41.800Z Checking papergrid v0.18.0
41452026-08-31T14:33:41.822Z Checking dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41462026-08-31T14:33:41.858Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41472026-08-31T14:33:42.006Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41482026-08-31T14:33:42.153Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41492026-08-31T14:33:42.182Z Compiling unicase v2.9.0
41502026-08-31T14:33:42.260Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41512026-08-31T14:33:42.374Z Compiling mime_guess v2.0.5
41522026-08-31T14:33:42.452Z Checking http-range v0.1.5
41532026-08-31T14:33:42.504Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
41542026-08-31T14:33:42.542Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41552026-08-31T14:33:42.587Z Checking tabled v0.21.0
41562026-08-31T14:33:42.596Z Compiling knus v3.4.0
41572026-08-31T14:33:42.618Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41582026-08-31T14:33:42.738Z Checking crc8 v0.1.1
41592026-08-31T14:33:42.836Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41602026-08-31T14:33:43.028Z Checking scuffle v0.1.0
41612026-08-31T14:33:43.157Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41622026-08-31T14:33:43.292Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41632026-08-31T14:33:43.487Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41642026-08-31T14:33:43.507Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41652026-08-31T14:33:43.552Z Checking nanorand v0.7.0
41662026-08-31T14:33:43.572Z Checking hyper-staticfile v0.10.1
41672026-08-31T14:33:43.749Z Checking flume v0.11.1
41682026-08-31T14:33:43.864Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41692026-08-31T14:33:43.909Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41702026-08-31T14:33:44.291Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41712026-08-31T14:33:44.626Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41722026-08-31T14:33:44.626Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41732026-08-31T14:33:44.626Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
41742026-08-31T14:33:45.345Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41752026-08-31T14:33:45.345Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41762026-08-31T14:33:45.467Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41772026-08-31T14:33:45.467Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41782026-08-31T14:33:45.467Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41792026-08-31T14:33:45.467Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41802026-08-31T14:33:45.603Z Checking dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41812026-08-31T14:33:45.813Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41822026-08-31T14:33:46.579Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41832026-08-31T14:33:46.637Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
41842026-08-31T14:33:48.211Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41852026-08-31T14:33:49.226Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41862026-08-31T14:33:49.831Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41872026-08-31T14:33:49.831Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41882026-08-31T14:33:51.952Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41892026-08-31T14:34:02.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.42s
41902026-08-31T14:34:02.979Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41912026-08-31T14:34:02.979Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41922026-08-31T14:34:03.176Z
41932026-08-31T14:34:03.176Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/379)
41942026-08-31T14:34:04.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-08-31T14:34:04.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-08-31T14:34:04.438Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41972026-08-31T14:34:14.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s
41982026-08-31T14:34:17.292Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41992026-08-31T14:34:17.292Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42002026-08-31T14:34:17.292Z
42012026-08-31T14:34:17.292Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/379)
42022026-08-31T14:34:17.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-08-31T14:34:17.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-08-31T14:34:17.293Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42052026-08-31T14:34:25.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s
42062026-08-31T14:34:25.389Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42072026-08-31T14:34:25.389Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42082026-08-31T14:34:25.585Z
42092026-08-31T14:34:25.585Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/379)
42102026-08-31T14:34:26.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-31T14:34:26.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-31T14:34:26.348Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42132026-08-31T14:34:36.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
42142026-08-31T14:34:36.530Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42152026-08-31T14:34:36.530Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42162026-08-31T14:34:36.729Z
42172026-08-31T14:34:36.729Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/379)
42182026-08-31T14:34:37.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-08-31T14:34:37.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-08-31T14:34:37.511Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42212026-08-31T14:34:47.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
42222026-08-31T14:34:47.848Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42232026-08-31T14:34:47.848Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42242026-08-31T14:34:48.047Z
42252026-08-31T14:34:48.047Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/379)
42262026-08-31T14:34:48.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-08-31T14:34:48.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-08-31T14:34:48.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42292026-08-31T14:34:59.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
42302026-08-31T14:34:59.079Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42312026-08-31T14:34:59.079Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42322026-08-31T14:34:59.275Z
42332026-08-31T14:34:59.275Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/379)
42342026-08-31T14:34:59.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-31T14:34:59.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-31T14:35:00.043Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42372026-08-31T14:35:10.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s
42382026-08-31T14:35:10.316Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42392026-08-31T14:35:10.316Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42402026-08-31T14:35:10.512Z
42412026-08-31T14:35:10.512Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/379)
42422026-08-31T14:35:11.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-08-31T14:35:11.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-08-31T14:35:11.276Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42452026-08-31T14:35:21.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.04s
42462026-08-31T14:35:21.566Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42472026-08-31T14:35:21.566Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42482026-08-31T14:35:21.768Z
42492026-08-31T14:35:21.768Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/379)
42502026-08-31T14:35:22.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-08-31T14:35:22.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-08-31T14:35:22.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-08-31T14:35:22.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42542026-08-31T14:35:22.341Z
42552026-08-31T14:35:22.341Zinfo: running `cargo check --bins` on installinator-common (251/379)
42562026-08-31T14:35:22.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-08-31T14:35:22.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-08-31T14:35:22.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-08-31T14:35:22.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42602026-08-31T14:35:22.924Z
42612026-08-31T14:35:22.924Zinfo: running `cargo check --bins` on installinator-common-versions (252/379)
42622026-08-31T14:35:23.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-08-31T14:35:23.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-08-31T14:35:23.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-08-31T14:35:23.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42662026-08-31T14:35:23.552Z
42672026-08-31T14:35:23.552Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/379)
42682026-08-31T14:35:23.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-08-31T14:35:23.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-08-31T14:35:23.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-08-31T14:35:23.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42722026-08-31T14:35:24.084Z
42732026-08-31T14:35:24.084Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/379)
42742026-08-31T14:35:24.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-08-31T14:35:24.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-08-31T14:35:24.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-08-31T14:35:24.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42782026-08-31T14:35:24.649Z
42792026-08-31T14:35:24.650Zinfo: running `cargo check --bins` on range-requests (255/379)
42802026-08-31T14:35:25.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-08-31T14:35:25.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-08-31T14:35:25.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-08-31T14:35:25.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42842026-08-31T14:35:25.211Z
42852026-08-31T14:35:25.211Zinfo: running `cargo check --bins` on repo-depot-api (256/379)
42862026-08-31T14:35:25.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-08-31T14:35:25.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-08-31T14:35:25.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-08-31T14:35:25.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42902026-08-31T14:35:25.799Z
42912026-08-31T14:35:25.799Zinfo: running `cargo check --bins` on repo-depot-client (257/379)
42922026-08-31T14:35:26.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-08-31T14:35:26.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-08-31T14:35:26.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-08-31T14:35:26.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42962026-08-31T14:35:26.331Z
42972026-08-31T14:35:26.331Zinfo: running `cargo check --bins` on sled-agent-api (258/379)
42982026-08-31T14:35:26.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-08-31T14:35:26.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-08-31T14:35:26.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-08-31T14:35:26.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43022026-08-31T14:35:26.919Z
43032026-08-31T14:35:26.919Zinfo: running `cargo check --bins` on sled-diagnostics (259/379)
43042026-08-31T14:35:27.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-08-31T14:35:27.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-08-31T14:35:27.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-08-31T14:35:27.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43082026-08-31T14:35:27.506Z
43092026-08-31T14:35:27.507Zinfo: running `cargo check --bins` on zfs-test-harness (260/379)
43102026-08-31T14:35:28.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-08-31T14:35:28.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-08-31T14:35:28.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-08-31T14:35:28.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43142026-08-31T14:35:28.094Z
43152026-08-31T14:35:28.094Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/379)
43162026-08-31T14:35:28.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-08-31T14:35:28.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-08-31T14:35:28.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-08-31T14:35:28.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43202026-08-31T14:35:28.695Z
43212026-08-31T14:35:28.695Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/379)
43222026-08-31T14:35:29.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-08-31T14:35:29.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-08-31T14:35:29.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-08-31T14:35:29.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43262026-08-31T14:35:29.289Z
43272026-08-31T14:35:29.289Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/379)
43282026-08-31T14:35:29.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-08-31T14:35:29.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-08-31T14:35:29.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-08-31T14:35:29.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43322026-08-31T14:35:29.876Z
43332026-08-31T14:35:29.876Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/379)
43342026-08-31T14:35:30.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-08-31T14:35:30.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-08-31T14:35:30.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-08-31T14:35:30.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43382026-08-31T14:35:30.467Z
43392026-08-31T14:35:30.467Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/379)
43402026-08-31T14:35:30.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-08-31T14:35:30.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-08-31T14:35:30.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-08-31T14:35:30.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43442026-08-31T14:35:31.058Z
43452026-08-31T14:35:31.059Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/379)
43462026-08-31T14:35:31.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-08-31T14:35:31.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-08-31T14:35:31.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-08-31T14:35:31.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43502026-08-31T14:35:31.674Z
43512026-08-31T14:35:31.674Zinfo: running `cargo check --bins` on trust-quorum (267/379)
43522026-08-31T14:35:32.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-08-31T14:35:32.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-08-31T14:35:32.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-08-31T14:35:32.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43562026-08-31T14:35:32.250Z
43572026-08-31T14:35:32.250Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/379)
43582026-08-31T14:35:32.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-08-31T14:35:32.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-08-31T14:35:32.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-08-31T14:35:32.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43622026-08-31T14:35:32.841Z
43632026-08-31T14:35:32.841Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/379)
43642026-08-31T14:35:33.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-08-31T14:35:33.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-08-31T14:35:33.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-08-31T14:35:33.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43682026-08-31T14:35:33.461Z
43692026-08-31T14:35:33.461Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/379)
43702026-08-31T14:35:33.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-08-31T14:35:33.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-08-31T14:35:33.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-08-31T14:35:33.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43742026-08-31T14:35:34.074Z
43752026-08-31T14:35:34.074Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/379)
43762026-08-31T14:35:34.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-08-31T14:35:34.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-08-31T14:35:34.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-08-31T14:35:34.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43802026-08-31T14:35:34.688Z
43812026-08-31T14:35:34.688Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/379)
43822026-08-31T14:35:35.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-08-31T14:35:35.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-08-31T14:35:35.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-08-31T14:35:35.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43862026-08-31T14:35:35.296Z
43872026-08-31T14:35:35.296Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/379)
43882026-08-31T14:35:35.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-08-31T14:35:35.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-08-31T14:35:35.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-08-31T14:35:35.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43922026-08-31T14:35:35.911Z
43932026-08-31T14:35:35.911Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/379)
43942026-08-31T14:35:36.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-08-31T14:35:36.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-08-31T14:35:36.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-08-31T14:35:36.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43982026-08-31T14:35:36.464Z
43992026-08-31T14:35:36.464Zinfo: running `cargo check --bins` on transient-dns-server (275/379)
44002026-08-31T14:35:36.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-08-31T14:35:36.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-08-31T14:35:36.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-08-31T14:35:36.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44042026-08-31T14:35:37.044Z
44052026-08-31T14:35:37.044Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/379)
44062026-08-31T14:35:37.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-08-31T14:35:37.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-08-31T14:35:37.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-08-31T14:35:37.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44102026-08-31T14:35:37.630Z
44112026-08-31T14:35:37.630Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/379)
44122026-08-31T14:35:38.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-08-31T14:35:38.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-08-31T14:35:38.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-08-31T14:35:38.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44162026-08-31T14:35:38.220Z
44172026-08-31T14:35:38.220Zinfo: running `cargo check --bins` on omicron-rpaths (278/379)
44182026-08-31T14:35:38.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-08-31T14:35:38.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-08-31T14:35:38.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-08-31T14:35:38.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44222026-08-31T14:35:38.777Z
44232026-08-31T14:35:38.777Zinfo: running `cargo check --bins` on omicron-repl-utils (279/379)
44242026-08-31T14:35:39.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-08-31T14:35:39.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-08-31T14:35:39.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-08-31T14:35:39.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44282026-08-31T14:35:39.336Z
44292026-08-31T14:35:39.336Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/379)
44302026-08-31T14:35:39.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-08-31T14:35:39.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-08-31T14:35:40.036Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44332026-08-31T14:35:40.444Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44342026-08-31T14:35:42.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44352026-08-31T14:35:42.504Z
44362026-08-31T14:35:42.504Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/379)
44372026-08-31T14:35:42.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-08-31T14:35:42.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-08-31T14:35:42.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-08-31T14:35:42.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44412026-08-31T14:35:42.505Z
44422026-08-31T14:35:42.505Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/379)
44432026-08-31T14:35:42.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-08-31T14:35:42.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-08-31T14:35:42.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-08-31T14:35:42.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44472026-08-31T14:35:42.951Z
44482026-08-31T14:35:42.951Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/379)
44492026-08-31T14:35:43.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-08-31T14:35:43.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-08-31T14:35:43.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-08-31T14:35:43.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44532026-08-31T14:35:43.518Z
44542026-08-31T14:35:43.518Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/379)
44552026-08-31T14:35:43.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-08-31T14:35:43.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-08-31T14:35:43.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-08-31T14:35:43.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44592026-08-31T14:35:44.081Z
44602026-08-31T14:35:44.081Zinfo: running `cargo check --bins` on installinator-client (285/379)
44612026-08-31T14:35:44.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-08-31T14:35:44.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-08-31T14:35:44.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-08-31T14:35:44.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44652026-08-31T14:35:44.633Z
44662026-08-31T14:35:44.633Zinfo: running `cargo check --bins` on oxide-client (286/379)
44672026-08-31T14:35:45.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-08-31T14:35:45.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-08-31T14:35:45.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-08-31T14:35:45.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44712026-08-31T14:35:45.189Z
44722026-08-31T14:35:45.189Zinfo: running `cargo check --bins` on oximeter-client (287/379)
44732026-08-31T14:35:45.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-08-31T14:35:45.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-08-31T14:35:45.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-08-31T14:35:45.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44772026-08-31T14:35:45.755Z
44782026-08-31T14:35:45.755Zinfo: running `cargo check --bins` on wicketd-client (288/379)
44792026-08-31T14:35:46.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-08-31T14:35:46.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-08-31T14:35:46.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-08-31T14:35:46.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44832026-08-31T14:35:46.336Z
44842026-08-31T14:35:46.336Zinfo: running `cargo check --bins` on wicket-common (289/379)
44852026-08-31T14:35:46.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-08-31T14:35:46.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-08-31T14:35:46.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-08-31T14:35:46.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44892026-08-31T14:35:46.909Z
44902026-08-31T14:35:46.909Zinfo: running `cargo check --bins` on wicketd-commission-client (290/379)
44912026-08-31T14:35:47.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-08-31T14:35:47.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-08-31T14:35:47.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-08-31T14:35:47.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44952026-08-31T14:35:47.483Z
44962026-08-31T14:35:47.483Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/379)
44972026-08-31T14:35:47.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-08-31T14:35:47.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-08-31T14:35:48.147Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45002026-08-31T14:35:48.150Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45012026-08-31T14:35:49.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
45022026-08-31T14:35:49.489Z
45032026-08-31T14:35:49.489Zinfo: running `cargo check --bins` on cockroach-admin-api (292/379)
45042026-08-31T14:35:49.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-08-31T14:35:49.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-08-31T14:35:49.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45072026-08-31T14:35:49.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45082026-08-31T14:35:50.048Z
45092026-08-31T14:35:50.048Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/379)
45102026-08-31T14:35:50.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-08-31T14:35:50.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-08-31T14:35:50.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45132026-08-31T14:35:50.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45142026-08-31T14:35:50.695Z
45152026-08-31T14:35:50.695Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/379)
45162026-08-31T14:35:51.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-08-31T14:35:51.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-08-31T14:35:51.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-08-31T14:35:51.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45202026-08-31T14:35:51.339Z
45212026-08-31T14:35:51.339Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/379)
45222026-08-31T14:35:51.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-08-31T14:35:51.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-08-31T14:35:51.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-08-31T14:35:51.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45262026-08-31T14:35:51.959Z
45272026-08-31T14:35:51.959Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/379)
45282026-08-31T14:35:52.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-08-31T14:35:52.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-08-31T14:35:52.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-08-31T14:35:52.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45322026-08-31T14:35:52.580Z
45332026-08-31T14:35:52.580Zinfo: running `cargo check --bins` on db-macros (297/379)
45342026-08-31T14:35:53.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-08-31T14:35:53.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-08-31T14:35:53.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-08-31T14:35:53.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45382026-08-31T14:35:53.132Z
45392026-08-31T14:35:53.132Zinfo: running `cargo check --bins` on nexus-macros-common (298/379)
45402026-08-31T14:35:53.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-08-31T14:35:53.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-08-31T14:35:53.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-08-31T14:35:53.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45442026-08-31T14:35:53.687Z
45452026-08-31T14:35:53.687Zinfo: running `cargo check --bins` on nexus-auth (299/379)
45462026-08-31T14:35:54.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-08-31T14:35:54.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-08-31T14:35:54.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-08-31T14:35:54.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45502026-08-31T14:35:54.310Z
45512026-08-31T14:35:54.310Zinfo: running `cargo check --bins` on authz-macros (300/379)
45522026-08-31T14:35:54.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-08-31T14:35:54.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-08-31T14:35:54.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-08-31T14:35:54.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45562026-08-31T14:35:54.865Z
45572026-08-31T14:35:54.865Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/379)
45582026-08-31T14:35:55.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-08-31T14:35:55.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-08-31T14:35:55.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-08-31T14:35:55.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45622026-08-31T14:35:55.476Z
45632026-08-31T14:35:55.476Zinfo: running `cargo check --bins` on nexus-db-model (302/379)
45642026-08-31T14:35:55.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-08-31T14:35:55.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-08-31T14:35:55.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45672026-08-31T14:35:55.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45682026-08-31T14:35:56.085Z
45692026-08-31T14:35:56.086Zinfo: running `cargo check --bins` on nexus-db-schema (303/379)
45702026-08-31T14:35:56.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-08-31T14:35:56.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-08-31T14:35:56.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45732026-08-31T14:35:56.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45742026-08-31T14:35:56.641Z
45752026-08-31T14:35:56.641Zinfo: running `cargo check --bins` on nexus-defaults (304/379)
45762026-08-31T14:35:57.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-08-31T14:35:57.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-08-31T14:35:57.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45792026-08-31T14:35:57.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45802026-08-31T14:35:57.209Z
45812026-08-31T14:35:57.209Zinfo: running `cargo check --bins` on omicron-git-version (305/379)
45822026-08-31T14:35:57.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-08-31T14:35:57.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-08-31T14:35:57.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-08-31T14:35:57.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45862026-08-31T14:35:57.759Z
45872026-08-31T14:35:57.759Zinfo: running `cargo check --bins` on nexus-db-errors (306/379)
45882026-08-31T14:35:58.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-08-31T14:35:58.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-08-31T14:35:58.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-08-31T14:35:58.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45922026-08-31T14:35:58.376Z
45932026-08-31T14:35:58.376Zinfo: running `cargo check --bins` on nexus-db-lookup (307/379)
45942026-08-31T14:35:58.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-08-31T14:35:58.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-08-31T14:35:58.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45972026-08-31T14:35:58.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45982026-08-31T14:35:58.994Z
45992026-08-31T14:35:58.994Zinfo: running `cargo check --bins` on nexus-test-interface (308/379)
46002026-08-31T14:35:59.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-08-31T14:35:59.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-08-31T14:35:59.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46032026-08-31T14:35:59.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46042026-08-31T14:35:59.608Z
46052026-08-31T14:35:59.608Zinfo: running `cargo check --bins` on oximeter-collector (309/379)
46062026-08-31T14:36:00.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-08-31T14:36:00.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-08-31T14:36:00.318Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46092026-08-31T14:36:00.322Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46102026-08-31T14:36:00.979Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46112026-08-31T14:36:02.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
46122026-08-31T14:36:02.854Z
46132026-08-31T14:36:02.854Zinfo: running `cargo check --bins` on oximeter-api (310/379)
46142026-08-31T14:36:03.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-08-31T14:36:03.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-08-31T14:36:03.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-08-31T14:36:03.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46182026-08-31T14:36:03.411Z
46192026-08-31T14:36:03.412Zinfo: running `cargo check --bins` on cert-dev (311/379)
46202026-08-31T14:36:03.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-08-31T14:36:03.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-08-31T14:36:04.005Z Checking yasna v0.5.2
46232026-08-31T14:36:04.404Z Checking rcgen v0.12.1
46242026-08-31T14:36:04.652Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46252026-08-31T14:36:04.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46262026-08-31T14:36:05.001Z
46272026-08-31T14:36:05.001Zinfo: running `cargo check --bins` on clickana (312/379)
46282026-08-31T14:36:05.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-08-31T14:36:05.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-08-31T14:36:05.634Z Compiling instability v0.3.11
46312026-08-31T14:36:05.635Z Checking castaway v0.2.4
46322026-08-31T14:36:05.638Z Compiling indoc v2.0.7
46332026-08-31T14:36:05.638Z Checking unicode-truncate v1.1.0
46342026-08-31T14:36:05.638Z Checking lru v0.12.5
46352026-08-31T14:36:05.638Z Checking cassowary v0.3.0
46362026-08-31T14:36:05.830Z Checking compact_str v0.8.1
46372026-08-31T14:36:06.628Z Checking ratatui v0.29.0
46382026-08-31T14:36:07.668Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46392026-08-31T14:36:08.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
46402026-08-31T14:36:08.563Z
46412026-08-31T14:36:08.563Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/379)
46422026-08-31T14:36:09.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-08-31T14:36:09.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-08-31T14:36:09.267Z Checking headers-core v0.3.0
46452026-08-31T14:36:09.267Z Checking port-file v0.1.0
46462026-08-31T14:36:09.272Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46472026-08-31T14:36:09.459Z Checking headers v0.4.1
46482026-08-31T14:36:09.821Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46492026-08-31T14:36:10.775Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46502026-08-31T14:36:11.288Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46512026-08-31T14:36:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
46522026-08-31T14:36:11.908Z
46532026-08-31T14:36:11.908Zinfo: running `cargo check --bins` on ch-dev (314/379)
46542026-08-31T14:36:12.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-08-31T14:36:12.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-08-31T14:36:12.614Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46572026-08-31T14:36:13.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46582026-08-31T14:36:13.554Z
46592026-08-31T14:36:13.554Zinfo: running `cargo check --bins` on dev-tools-common (315/379)
46602026-08-31T14:36:13.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-08-31T14:36:13.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-08-31T14:36:13.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46632026-08-31T14:36:13.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
46642026-08-31T14:36:13.962Z
46652026-08-31T14:36:13.962Zinfo: running `cargo check --bins` on corpus-adjust (316/379)
46662026-08-31T14:36:14.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-08-31T14:36:14.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-08-31T14:36:14.588Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46692026-08-31T14:36:14.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
46702026-08-31T14:36:15.120Z
46712026-08-31T14:36:15.121Zinfo: running `cargo check --bins` on crdb-seed (317/379)
46722026-08-31T14:36:15.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46732026-08-31T14:36:15.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46742026-08-31T14:36:15.823Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46752026-08-31T14:36:16.926Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46762026-08-31T14:36:17.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
46772026-08-31T14:36:17.460Z
46782026-08-31T14:36:17.460Zinfo: running `cargo check --bins` on db-dev (318/379)
46792026-08-31T14:36:17.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-08-31T14:36:17.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-08-31T14:36:18.166Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46822026-08-31T14:36:18.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46832026-08-31T14:36:19.109Z
46842026-08-31T14:36:19.109Zinfo: running `cargo check --bins` on omicron-dev-lib (319/379)
46852026-08-31T14:36:19.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-08-31T14:36:19.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-08-31T14:36:19.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-08-31T14:36:19.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46892026-08-31T14:36:19.707Z
46902026-08-31T14:36:19.707Zinfo: running `cargo check --bins` on xtask-downloader (320/379)
46912026-08-31T14:36:20.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-08-31T14:36:20.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-08-31T14:36:20.308Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46942026-08-31T14:36:20.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
46952026-08-31T14:36:21.149Z
46962026-08-31T14:36:21.149Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/379)
46972026-08-31T14:36:21.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-08-31T14:36:21.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-08-31T14:36:21.883Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47002026-08-31T14:36:21.883Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47012026-08-31T14:36:21.886Z Checking git-stub v1.0.0
47022026-08-31T14:36:21.887Z Compiling trait-variant v0.1.2
47032026-08-31T14:36:21.887Z Checking maplit v1.0.2
47042026-08-31T14:36:21.887Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47052026-08-31T14:36:22.002Z Checking drift v0.2.0
47062026-08-31T14:36:22.011Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47072026-08-31T14:36:22.073Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47082026-08-31T14:36:22.198Z Checking git-stub-vcs v0.1.0
47092026-08-31T14:36:22.257Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47102026-08-31T14:36:22.289Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47112026-08-31T14:36:22.346Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47122026-08-31T14:36:22.361Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47132026-08-31T14:36:22.374Z Checking dropshot-api-manager v0.8.0
47142026-08-31T14:36:22.512Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47152026-08-31T14:36:22.724Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
47162026-08-31T14:36:23.226Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47172026-08-31T14:36:24.132Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47182026-08-31T14:36:25.127Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47192026-08-31T14:36:25.937Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47202026-08-31T14:36:26.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47212026-08-31T14:36:26.569Z
47222026-08-31T14:36:26.569Zinfo: running `cargo check --bins` on installinator-api (322/379)
47232026-08-31T14:36:27.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-08-31T14:36:27.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-08-31T14:36:27.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47262026-08-31T14:36:27.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47272026-08-31T14:36:27.126Z
47282026-08-31T14:36:27.126Zinfo: running `cargo check --bins` on nexus-external-api (323/379)
47292026-08-31T14:36:27.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-08-31T14:36:27.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-08-31T14:36:27.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47322026-08-31T14:36:27.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47332026-08-31T14:36:27.730Z
47342026-08-31T14:36:27.730Zinfo: running `cargo check --bins` on nexus-internal-api (324/379)
47352026-08-31T14:36:28.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-08-31T14:36:28.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-08-31T14:36:28.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47382026-08-31T14:36:28.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47392026-08-31T14:36:28.332Z
47402026-08-31T14:36:28.332Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/379)
47412026-08-31T14:36:28.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-08-31T14:36:28.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-08-31T14:36:28.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47442026-08-31T14:36:28.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47452026-08-31T14:36:28.934Z
47462026-08-31T14:36:28.934Zinfo: running `cargo check --bins` on ntp-admin-api (326/379)
47472026-08-31T14:36:29.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47482026-08-31T14:36:29.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47492026-08-31T14:36:29.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47502026-08-31T14:36:29.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47512026-08-31T14:36:29.495Z
47522026-08-31T14:36:29.495Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/379)
47532026-08-31T14:36:29.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47542026-08-31T14:36:29.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47552026-08-31T14:36:29.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47562026-08-31T14:36:29.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
47572026-08-31T14:36:30.045Z
47582026-08-31T14:36:30.045Zinfo: running `cargo check --bins` on wicketd-api (328/379)
47592026-08-31T14:36:30.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-08-31T14:36:30.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-08-31T14:36:30.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47622026-08-31T14:36:30.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47632026-08-31T14:36:30.627Z
47642026-08-31T14:36:30.627Zinfo: running `cargo check --bins` on wicketd-commission-api (329/379)
47652026-08-31T14:36:31.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-08-31T14:36:31.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-08-31T14:36:31.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-08-31T14:36:31.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47692026-08-31T14:36:31.199Z
47702026-08-31T14:36:31.199Zinfo: running `cargo check --bins` on omicron-ls-apis (330/379)
47712026-08-31T14:36:31.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-08-31T14:36:31.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-08-31T14:36:31.810Z Compiling blake3 v1.8.5
47742026-08-31T14:36:31.918Z Checking constant_time_eq v0.4.2
47752026-08-31T14:36:31.918Z Checking arrayref v0.3.9
47762026-08-31T14:36:31.921Z Checking arrayvec v0.7.6
47772026-08-31T14:36:31.941Z Checking cargo-platform v0.3.2
47782026-08-31T14:36:31.941Z Checking topological-sort v0.2.2
47792026-08-31T14:36:31.944Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47802026-08-31T14:36:32.088Z Checking cargo_metadata v0.23.1
47812026-08-31T14:36:32.690Z Checking omicron-zone-package v0.12.3
47822026-08-31T14:36:33.389Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47832026-08-31T14:36:34.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
47842026-08-31T14:36:34.378Z
47852026-08-31T14:36:34.378Zinfo: running `cargo check --bins` on mgs-dev (331/379)
47862026-08-31T14:36:34.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-08-31T14:36:34.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-08-31T14:36:35.092Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47892026-08-31T14:36:35.714Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47902026-08-31T14:36:36.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
47912026-08-31T14:36:36.411Z
47922026-08-31T14:36:36.411Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (332/379)
47932026-08-31T14:36:36.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-08-31T14:36:36.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-08-31T14:36:37.377Z Compiling darling_core v0.21.3
47962026-08-31T14:36:37.377Z Compiling vergen-lib v0.1.6
47972026-08-31T14:36:37.377Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47982026-08-31T14:36:37.380Z Compiling diesel_derives v2.3.7
47992026-08-31T14:36:37.380Z Checking scheduled-thread-pool v0.2.7
48002026-08-31T14:36:37.380Z Compiling vergen-gitcl v1.0.8
48012026-08-31T14:36:37.380Z Compiling diesel_table_macro_syntax v0.3.0
48022026-08-31T14:36:37.380Z Compiling dirs-sys-next v0.1.2
48032026-08-31T14:36:37.660Z Compiling crunchy v0.2.4
48042026-08-31T14:36:37.705Z Compiling glob v0.3.3
48052026-08-31T14:36:37.743Z Compiling dirs-next v2.0.0
48062026-08-31T14:36:37.759Z Checking r2d2 v0.8.10
48072026-08-31T14:36:37.859Z Checking downcast-rs v2.0.2
48082026-08-31T14:36:37.876Z Compiling tiny-keccak v2.0.2
48092026-08-31T14:36:37.951Z Compiling term v0.7.0
48102026-08-31T14:36:37.954Z Compiling bit-vec v0.6.3
48112026-08-31T14:36:38.082Z Compiling clang-sys v1.8.1
48122026-08-31T14:36:38.148Z Compiling bit-set v0.5.3
48132026-08-31T14:36:38.182Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48142026-08-31T14:36:38.349Z Compiling ascii-canvas v3.0.0
48152026-08-31T14:36:38.399Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48162026-08-31T14:36:38.449Z Compiling itertools v0.10.5
48172026-08-31T14:36:38.498Z Compiling ena v0.14.4
48182026-08-31T14:36:38.513Z Compiling libloading v0.8.9
48192026-08-31T14:36:38.542Z Compiling bindgen v0.71.1
48202026-08-31T14:36:38.560Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48212026-08-31T14:36:38.591Z Compiling regex-syntax v0.6.29
48222026-08-31T14:36:38.704Z Compiling diff v0.1.13
48232026-08-31T14:36:38.962Z Compiling cexpr v0.6.0
48242026-08-31T14:36:38.978Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48252026-08-31T14:36:39.161Z Compiling rustc-hash v2.1.1
48262026-08-31T14:36:39.304Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48272026-08-31T14:36:39.505Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48282026-08-31T14:36:39.527Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48292026-08-31T14:36:39.657Z Compiling libxml v0.3.3
48302026-08-31T14:36:39.674Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48312026-08-31T14:36:39.812Z Compiling strum_macros v0.24.3
48322026-08-31T14:36:39.862Z Compiling indoc v1.0.9
48332026-08-31T14:36:39.913Z Compiling lalrpop v0.19.12
48342026-08-31T14:36:40.022Z Compiling darling_macro v0.21.3
48352026-08-31T14:36:40.530Z Compiling darling v0.21.3
48362026-08-31T14:36:40.622Z Compiling dsl_auto_type v0.2.0
48372026-08-31T14:36:40.790Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48382026-08-31T14:36:40.976Z Checking derive_builder v0.20.2
48392026-08-31T14:36:41.096Z Compiling oso-derive v0.27.3
48402026-08-31T14:36:41.142Z Checking quick-xml v0.37.5
48412026-08-31T14:36:41.212Z Compiling impl-trait-for-tuples v0.2.3
48422026-08-31T14:36:41.594Z Checking openssl-probe v0.1.6
48432026-08-31T14:36:41.734Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48442026-08-31T14:36:42.011Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48452026-08-31T14:36:42.198Z Checking bb8 v0.8.6
48462026-08-31T14:36:42.309Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48472026-08-31T14:36:42.450Z Checking nonempty v0.12.0
48482026-08-31T14:36:42.479Z Compiling libz-sys v1.1.24
48492026-08-31T14:36:42.518Z Compiling strsim v0.10.0
48502026-08-31T14:36:42.613Z Compiling libgit2-sys v0.18.3+1.9.2
48512026-08-31T14:36:42.729Z Compiling darling_core v0.13.4
48522026-08-31T14:36:42.842Z Compiling progenitor-impl v0.13.0
48532026-08-31T14:36:43.056Z Compiling vergen-git2 v9.1.0
48542026-08-31T14:36:44.153Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48552026-08-31T14:36:44.390Z Checking progenitor-client v0.13.0
48562026-08-31T14:36:44.614Z Compiling darling_macro v0.13.4
48572026-08-31T14:36:44.664Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48582026-08-31T14:36:45.103Z Compiling darling v0.13.4
48592026-08-31T14:36:45.198Z Compiling serde_with_macros v1.5.2
48602026-08-31T14:36:45.472Z Compiling progenitor-macro v0.13.0
48612026-08-31T14:36:45.648Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48622026-08-31T14:36:45.858Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48632026-08-31T14:36:46.032Z Compiling serde_with v1.14.0
48642026-08-31T14:36:46.050Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48652026-08-31T14:36:46.231Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48662026-08-31T14:36:46.415Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48672026-08-31T14:36:46.496Z Checking diesel v2.3.7
48682026-08-31T14:36:46.530Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48692026-08-31T14:36:46.599Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48702026-08-31T14:36:47.174Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48712026-08-31T14:36:48.214Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48722026-08-31T14:36:48.411Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48732026-08-31T14:36:48.678Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48742026-08-31T14:36:48.867Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48752026-08-31T14:36:49.055Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48762026-08-31T14:36:49.073Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48772026-08-31T14:36:49.399Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48782026-08-31T14:36:49.431Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48792026-08-31T14:36:49.853Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48802026-08-31T14:36:50.261Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48812026-08-31T14:36:50.424Z Checking progenitor v0.13.0
48822026-08-31T14:36:50.472Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48832026-08-31T14:36:50.565Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48842026-08-31T14:36:50.584Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48852026-08-31T14:36:50.831Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48862026-08-31T14:36:50.899Z Checking twox-hash v2.1.2
48872026-08-31T14:36:51.016Z Checking libsw-core v0.3.2
48882026-08-31T14:36:51.146Z Checking atty v0.2.14
48892026-08-31T14:36:51.169Z Checking libsw v3.5.0
48902026-08-31T14:36:51.197Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48912026-08-31T14:36:51.269Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48922026-08-31T14:36:51.323Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48932026-08-31T14:36:52.930Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48942026-08-31T14:36:53.287Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48952026-08-31T14:36:53.640Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48962026-08-31T14:36:53.988Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48972026-08-31T14:36:54.998Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48982026-08-31T14:36:55.185Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48992026-08-31T14:36:55.333Z Checking fatfs v0.3.6
49002026-08-31T14:36:55.791Z Checking console v0.16.2
49012026-08-31T14:36:56.105Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
49022026-08-31T14:36:56.902Z Checking unit-prefix v0.5.2
49032026-08-31T14:36:56.927Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49042026-08-31T14:36:57.037Z Compiling seq-macro v0.3.6
49052026-08-31T14:36:57.078Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
49062026-08-31T14:36:57.414Z Checking indicatif v0.18.4
49072026-08-31T14:36:57.553Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
49082026-08-31T14:36:57.798Z Checking oxide-update-engine-display v0.1.2
49092026-08-31T14:36:58.103Z Checking support-bundle-viewer v0.1.2
49102026-08-31T14:36:58.186Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49112026-08-31T14:36:58.354Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49122026-08-31T14:36:58.376Z Checking multimap v0.10.1
49132026-08-31T14:37:00.477Z Checking async-bb8-diesel v0.2.1
49142026-08-31T14:37:00.835Z Checking diesel-dtrace v0.5.0
49152026-08-31T14:37:08.256Z Compiling samael v0.0.19
49162026-08-31T14:37:09.871Z Compiling git2 v0.20.4
49172026-08-31T14:37:12.274Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49182026-08-31T14:37:12.845Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49192026-08-31T14:37:13.682Z Compiling polar-core v0.27.3
49202026-08-31T14:37:18.308Z Checking oso v0.27.3
49212026-08-31T14:37:49.078Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49222026-08-31T14:39:04.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
49232026-08-31T14:39:04.675Z
49242026-08-31T14:39:04.675Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (333/379)
49252026-08-31T14:39:05.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49262026-08-31T14:39:05.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49272026-08-31T14:39:05.558Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49282026-08-31T14:39:13.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s
49292026-08-31T14:39:13.589Z
49302026-08-31T14:39:13.589Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (334/379)
49312026-08-31T14:39:14.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49322026-08-31T14:39:14.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49332026-08-31T14:39:14.415Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49342026-08-31T14:39:22.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s
49352026-08-31T14:39:22.464Z
49362026-08-31T14:39:22.464Zinfo: running `cargo check --bins` on nexus-networking (335/379)
49372026-08-31T14:39:22.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49382026-08-31T14:39:22.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49392026-08-31T14:39:22.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49402026-08-31T14:39:22.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49412026-08-31T14:39:23.092Z
49422026-08-31T14:39:23.092Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (336/379)
49432026-08-31T14:39:23.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49442026-08-31T14:39:23.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49452026-08-31T14:39:23.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49462026-08-31T14:39:23.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49472026-08-31T14:39:23.710Z
49482026-08-31T14:39:23.710Zinfo: running `cargo check --bins` on nexus-saga-recovery (337/379)
49492026-08-31T14:39:24.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49502026-08-31T14:39:24.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49512026-08-31T14:39:24.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49522026-08-31T14:39:24.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49532026-08-31T14:39:24.335Z
49542026-08-31T14:39:24.335Zinfo: running `cargo check --bins` on nexus-test-utils-macros (338/379)
49552026-08-31T14:39:24.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49562026-08-31T14:39:24.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49572026-08-31T14:39:24.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49582026-08-31T14:39:24.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49592026-08-31T14:39:24.892Z
49602026-08-31T14:39:24.893Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (339/379)
49612026-08-31T14:39:25.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49622026-08-31T14:39:25.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49632026-08-31T14:39:25.712Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49642026-08-31T14:40:05.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.17s
49652026-08-31T14:40:05.285Z
49662026-08-31T14:40:05.285Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (340/379)
49672026-08-31T14:40:05.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49682026-08-31T14:40:05.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49692026-08-31T14:40:06.099Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49702026-08-31T14:40:45.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.86s
49712026-08-31T14:40:45.372Z
49722026-08-31T14:40:45.373Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (341/379)
49732026-08-31T14:40:45.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49742026-08-31T14:40:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49752026-08-31T14:40:46.180Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49762026-08-31T14:40:46.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
49772026-08-31T14:40:47.175Z
49782026-08-31T14:40:47.175Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (342/379)
49792026-08-31T14:40:47.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49802026-08-31T14:40:47.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49812026-08-31T14:40:47.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49822026-08-31T14:40:47.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49832026-08-31T14:40:47.730Z
49842026-08-31T14:40:47.730Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (343/379)
49852026-08-31T14:40:48.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49862026-08-31T14:40:48.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49872026-08-31T14:40:48.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49882026-08-31T14:40:48.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49892026-08-31T14:40:48.285Z
49902026-08-31T14:40:48.285Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (344/379)
49912026-08-31T14:40:48.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49922026-08-31T14:40:48.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49932026-08-31T14:40:48.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49942026-08-31T14:40:48.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49952026-08-31T14:40:48.903Z
49962026-08-31T14:40:48.903Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (345/379)
49972026-08-31T14:40:49.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49982026-08-31T14:40:49.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49992026-08-31T14:40:49.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50002026-08-31T14:40:49.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50012026-08-31T14:40:49.525Z
50022026-08-31T14:40:49.525Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (346/379)
50032026-08-31T14:40:50.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50042026-08-31T14:40:50.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50052026-08-31T14:40:50.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50062026-08-31T14:40:50.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50072026-08-31T14:40:50.148Z
50082026-08-31T14:40:50.148Zinfo: running `cargo check --bins` on nexus-mgs-updates (347/379)
50092026-08-31T14:40:50.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50102026-08-31T14:40:50.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50112026-08-31T14:40:50.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50122026-08-31T14:40:50.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50132026-08-31T14:40:50.766Z
50142026-08-31T14:40:50.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (348/379)
50152026-08-31T14:40:51.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50162026-08-31T14:40:51.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50172026-08-31T14:40:51.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50182026-08-31T14:40:51.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50192026-08-31T14:40:51.893Z
50202026-08-31T14:40:51.893Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (349/379)
50212026-08-31T14:40:51.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50222026-08-31T14:40:51.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50232026-08-31T14:40:51.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50242026-08-31T14:40:51.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50252026-08-31T14:40:52.020Z
50262026-08-31T14:40:52.020Zinfo: running `cargo check --bins` on nexus-switch-config (350/379)
50272026-08-31T14:40:52.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50282026-08-31T14:40:52.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50292026-08-31T14:40:52.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50302026-08-31T14:40:52.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
50312026-08-31T14:40:52.625Z
50322026-08-31T14:40:52.625Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (351/379)
50332026-08-31T14:40:53.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50342026-08-31T14:40:53.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50352026-08-31T14:40:53.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50362026-08-31T14:40:53.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50372026-08-31T14:40:53.251Z
50382026-08-31T14:40:53.252Zinfo: running `cargo check --bins` on support-bundle-collection (352/379)
50392026-08-31T14:40:53.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50402026-08-31T14:40:53.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50412026-08-31T14:40:53.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50422026-08-31T14:40:53.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50432026-08-31T14:40:53.874Z
50442026-08-31T14:40:53.874Zinfo: running `cargo check --bins` on omicron-dev (353/379)
50452026-08-31T14:40:54.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-31T14:40:54.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-31T14:40:54.771Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50482026-08-31T14:40:54.771Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50492026-08-31T14:40:54.963Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50502026-08-31T14:40:54.990Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50512026-08-31T14:40:55.007Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50522026-08-31T14:40:55.020Z Checking diff v0.1.13
50532026-08-31T14:40:55.024Z Checking yansi v1.0.1
50542026-08-31T14:40:55.049Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50552026-08-31T14:40:55.086Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50562026-08-31T14:40:55.262Z Checking pretty_assertions v1.4.1
50572026-08-31T14:40:56.057Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50582026-08-31T14:40:56.060Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50592026-08-31T14:41:21.695Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50602026-08-31T14:41:21.700Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50612026-08-31T14:41:21.700Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50622026-08-31T14:41:21.700Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50632026-08-31T14:41:21.700Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50642026-08-31T14:41:21.700Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50652026-08-31T14:41:21.700Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50662026-08-31T14:41:22.580Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50672026-08-31T14:41:22.580Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50682026-08-31T14:41:23.864Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50692026-08-31T14:42:02.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50702026-08-31T14:42:02.639Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50712026-08-31T14:42:02.639Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50722026-08-31T14:42:02.844Z
50732026-08-31T14:42:02.844Zinfo: running `cargo check --bins` on oximeter-load-test (354/379)
50742026-08-31T14:42:03.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50752026-08-31T14:42:03.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50762026-08-31T14:42:03.562Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50772026-08-31T14:42:04.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
50782026-08-31T14:42:04.384Z
50792026-08-31T14:42:04.384Zinfo: running `cargo check --bins` on omicron-pins (355/379)
50802026-08-31T14:42:04.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50812026-08-31T14:42:04.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50822026-08-31T14:42:04.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50832026-08-31T14:42:04.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
50842026-08-31T14:42:04.936Z
50852026-08-31T14:42:04.936Zinfo: running `cargo check --bins` on rack-init-config (356/379)
50862026-08-31T14:42:05.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50872026-08-31T14:42:05.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50882026-08-31T14:42:05.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50892026-08-31T14:42:05.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50902026-08-31T14:42:05.510Z
50912026-08-31T14:42:05.510Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (357/379)
50922026-08-31T14:42:06.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50932026-08-31T14:42:06.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50942026-08-31T14:42:06.282Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50952026-08-31T14:42:06.403Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50962026-08-31T14:42:06.406Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50972026-08-31T14:42:33.555Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50982026-08-31T14:42:33.943Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50992026-08-31T14:42:35.681Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
51002026-08-31T14:42:36.152Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
51012026-08-31T14:42:39.239Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
51022026-08-31T14:43:03.400Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
51032026-08-31T14:43:04.132Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
51042026-08-31T14:43:05.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
51052026-08-31T14:43:06.030Z
51062026-08-31T14:43:06.030Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (358/379)
51072026-08-31T14:43:06.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51082026-08-31T14:43:06.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51092026-08-31T14:43:06.739Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
51102026-08-31T14:43:07.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
51112026-08-31T14:43:07.625Z
51122026-08-31T14:43:07.625Zinfo: running `cargo check --bins` on omicron-releng (359/379)
51132026-08-31T14:43:08.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51142026-08-31T14:43:08.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51152026-08-31T14:43:08.246Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
51162026-08-31T14:43:08.249Z Compiling fs-err v2.11.0
51172026-08-31T14:43:08.365Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
51182026-08-31T14:43:08.376Z Checking parse-size v1.1.0
51192026-08-31T14:43:08.384Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51202026-08-31T14:43:08.384Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51212026-08-31T14:43:08.387Z Checking shell-words v1.1.1
51222026-08-31T14:43:08.471Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51232026-08-31T14:43:08.797Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51242026-08-31T14:43:08.969Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
51252026-08-31T14:43:09.629Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51262026-08-31T14:43:10.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
51272026-08-31T14:43:10.772Z
51282026-08-31T14:43:10.772Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (360/379)
51292026-08-31T14:43:11.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51302026-08-31T14:43:11.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51312026-08-31T14:43:11.405Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51322026-08-31T14:43:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
51332026-08-31T14:43:12.069Z
51342026-08-31T14:43:12.069Zinfo: running `cargo check --bins` on schema (361/379)
51352026-08-31T14:43:12.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51362026-08-31T14:43:12.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51372026-08-31T14:43:12.798Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51382026-08-31T14:43:13.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
51392026-08-31T14:43:13.684Z
51402026-08-31T14:43:13.684Zinfo: running `cargo check --bins` on xtask (362/379)
51412026-08-31T14:43:14.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51422026-08-31T14:43:14.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51432026-08-31T14:43:14.085Z Checking serde_core v1.0.229
51442026-08-31T14:43:14.085Z Checking libc v0.2.185
51452026-08-31T14:43:14.168Z Checking bitflags v2.11.0
51462026-08-31T14:43:14.175Z Checking scroll v0.12.0
51472026-08-31T14:43:14.178Z Checking thiserror v1.0.69
51482026-08-31T14:43:14.188Z Checking log v0.4.33
51492026-08-31T14:43:14.191Z Checking zerocopy v0.7.35
51502026-08-31T14:43:14.191Z Checking indexmap v2.14.0
51512026-08-31T14:43:14.266Z Checking syn v2.0.117
51522026-08-31T14:43:14.304Z Checking dtrace-parser v0.2.0
51532026-08-31T14:43:14.327Z Checking once_cell v1.21.3
51542026-08-31T14:43:14.383Z Checking goblin v0.8.2
51552026-08-31T14:43:14.445Z Checking errno v0.3.14
51562026-08-31T14:43:14.495Z Checking getrandom v0.4.3
51572026-08-31T14:43:14.536Z Checking thread-id v4.2.2
51582026-08-31T14:43:14.560Z Checking rustix v1.1.4
51592026-08-31T14:43:14.610Z Checking memmap v0.7.0
51602026-08-31T14:43:14.621Z Checking thiserror v2.0.18
51612026-08-31T14:43:14.681Z Checking fs-err v3.3.0
51622026-08-31T14:43:14.716Z Checking anyhow v1.0.104
51632026-08-31T14:43:14.719Z Checking tabled v0.15.0
51642026-08-31T14:43:15.329Z Checking terminal_size v0.4.3
51652026-08-31T14:43:15.334Z Checking tempfile v3.27.0
51662026-08-31T14:43:15.434Z Checking clap_builder v4.6.0
51672026-08-31T14:43:15.437Z Checking textwrap v0.16.2
51682026-08-31T14:43:15.604Z Checking serde v1.0.229
51692026-08-31T14:43:15.604Z Checking serde_json v1.0.151
51702026-08-31T14:43:15.607Z Checking camino v1.2.5
51712026-08-31T14:43:15.632Z Checking semver v1.0.28
51722026-08-31T14:43:15.796Z Checking cargo-platform v0.3.2
51732026-08-31T14:43:15.856Z Checking camino-tempfile v1.4.1
51742026-08-31T14:43:15.995Z Checking toml_datetime v0.6.11
51752026-08-31T14:43:15.995Z Checking serde_spanned v0.6.9
51762026-08-31T14:43:15.998Z Checking macaddr v1.0.1
51772026-08-31T14:43:16.022Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51782026-08-31T14:43:16.161Z Checking toml_edit v0.22.27
51792026-08-31T14:43:16.197Z Checking cargo_metadata v0.23.1
51802026-08-31T14:43:16.200Z Checking dof v0.3.0
51812026-08-31T14:43:16.456Z Checking usdt-impl v0.5.0
51822026-08-31T14:43:16.602Z Checking clap v4.6.1
51832026-08-31T14:43:16.709Z Checking usdt v0.5.0
51842026-08-31T14:43:17.110Z Checking toml v0.8.23
51852026-08-31T14:43:17.364Z Checking cargo_toml v0.21.0
51862026-08-31T14:43:17.989Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51872026-08-31T14:43:18.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
51882026-08-31T14:43:18.481Z
51892026-08-31T14:43:18.481Zinfo: running `cargo check --bins` on dnsadm (363/379)
51902026-08-31T14:43:18.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51912026-08-31T14:43:18.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51922026-08-31T14:43:19.121Z Checking arc-swap v1.8.2
51932026-08-31T14:43:19.397Z Checking slog-scope v4.4.1
51942026-08-31T14:43:19.505Z Checking slog-stdlog v4.1.1
51952026-08-31T14:43:19.598Z Checking slog-envlogger v2.2.0
51962026-08-31T14:43:19.712Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51972026-08-31T14:43:20.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
51982026-08-31T14:43:20.295Z
51992026-08-31T14:43:20.295Zinfo: running `cargo check --bins` on end-to-end-tests (364/379)
52002026-08-31T14:43:20.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52012026-08-31T14:43:20.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52022026-08-31T14:43:21.110Z Checking cpubits v0.1.1
52032026-08-31T14:43:21.235Z Checking pem-rfc7468 v1.0.0
52042026-08-31T14:43:21.249Z Checking hmac v0.13.0
52052026-08-31T14:43:21.249Z Checking universal-hash v0.6.1
52062026-08-31T14:43:21.271Z Checking ctr v0.10.1
52072026-08-31T14:43:21.271Z Checking aead v0.6.1
52082026-08-31T14:43:21.298Z Checking aes v0.9.1
52092026-08-31T14:43:21.299Z Checking crypto-bigint v0.7.5
52102026-08-31T14:43:21.443Z Checking salsa20 v0.11.0
52112026-08-31T14:43:21.449Z Checking der v0.8.0
52122026-08-31T14:43:21.449Z Checking polyval v0.7.1
52132026-08-31T14:43:21.449Z Checking pbkdf2 v0.13.0
52142026-08-31T14:43:21.449Z Checking cbc v0.2.1
52152026-08-31T14:43:21.468Z Checking ff v0.14.0
52162026-08-31T14:43:21.496Z Checking signature v3.0.0
52172026-08-31T14:43:21.511Z Checking scrypt v0.12.0
52182026-08-31T14:43:21.535Z Checking ghash v0.6.0
52192026-08-31T14:43:21.551Z Checking base16ct v1.0.0
52202026-08-31T14:43:21.605Z Checking group v0.14.0
52212026-08-31T14:43:21.644Z Checking hkdf v0.13.0
52222026-08-31T14:43:21.662Z Compiling curve25519-dalek v5.0.0
52232026-08-31T14:43:21.680Z Checking keccak v0.2.0
52242026-08-31T14:43:21.695Z Checking aes-gcm v0.11.0
52252026-08-31T14:43:21.709Z Checking poly1305 v0.9.0
52262026-08-31T14:43:21.751Z Checking wnaf v0.14.0
52272026-08-31T14:43:21.773Z Checking blowfish v0.10.0
52282026-08-31T14:43:21.833Z Checking blake2 v0.11.0-rc.6
52292026-08-31T14:43:21.854Z Checking sha3 v0.11.0
52302026-08-31T14:43:21.918Z Checking kem v0.3.0
52312026-08-31T14:43:21.930Z Checking bcrypt-pbkdf v0.11.0
52322026-08-31T14:43:21.970Z Checking module-lattice v0.2.3
52332026-08-31T14:43:22.029Z Checking sponge-cursor v0.1.0
52342026-08-31T14:43:22.082Z Checking argon2 v0.6.0-rc.8
52352026-08-31T14:43:22.098Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52362026-08-31T14:43:22.154Z Checking sha3 v0.12.0
52372026-08-31T14:43:22.183Z Checking spki v0.8.0
52382026-08-31T14:43:22.183Z Checking sec1 v0.8.1
52392026-08-31T14:43:22.211Z Checking ml-kem v0.3.2
52402026-08-31T14:43:22.275Z Checking internal-russh-num-bigint v0.5.0
52412026-08-31T14:43:22.349Z Checking num-bigint v0.4.6
52422026-08-31T14:43:22.366Z Checking pkcs5 v0.8.1
52432026-08-31T14:43:22.384Z Checking pkcs1 v0.8.0-rc.4
52442026-08-31T14:43:22.399Z Checking generic-array v1.4.3
52452026-08-31T14:43:22.589Z Checking russh-util v0.52.0
52462026-08-31T14:43:22.657Z Checking pkcs8 v0.11.0
52472026-08-31T14:43:22.709Z Compiling enum_dispatch v0.3.13
52482026-08-31T14:43:22.794Z Compiling delegate v0.13.5
52492026-08-31T14:43:22.856Z Checking ed25519 v3.0.0
52502026-08-31T14:43:22.942Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52512026-08-31T14:43:22.982Z Checking hex-literal v1.1.0
52522026-08-31T14:43:23.051Z Checking ed25519-dalek v3.0.0
52532026-08-31T14:43:23.079Z Checking md5 v0.8.0
52542026-08-31T14:43:23.148Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52552026-08-31T14:43:23.249Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52562026-08-31T14:43:23.273Z Checking socket2 v0.5.10
52572026-08-31T14:43:23.285Z Checking internet-checksum v0.2.1
52582026-08-31T14:43:23.344Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52592026-08-31T14:43:23.522Z Checking elliptic-curve v0.14.1
52602026-08-31T14:43:23.522Z Checking rfc6979 v0.6.0
52612026-08-31T14:43:23.528Z Checking primefield v0.14.0
52622026-08-31T14:43:23.528Z Checking ssh-encoding v0.3.0
52632026-08-31T14:43:23.643Z Checking crypto-primes v0.7.2
52642026-08-31T14:43:23.761Z Checking ssh-cipher v0.3.0
52652026-08-31T14:43:23.766Z Checking russh-cryptovec v0.62.0
52662026-08-31T14:43:23.918Z Checking ecdsa v0.17.0
52672026-08-31T14:43:23.934Z Checking primeorder v0.14.0
52682026-08-31T14:43:24.290Z Checking p256 v0.14.0
52692026-08-31T14:43:24.291Z Checking p521 v0.14.0
52702026-08-31T14:43:24.291Z Checking p384 v0.14.0
52712026-08-31T14:43:24.576Z Checking rsa v0.10.0-rc.18
52722026-08-31T14:43:27.147Z Checking ssh-key v0.7.0-rc.11
52732026-08-31T14:43:27.881Z Checking russh v0.62.4
52742026-08-31T14:43:41.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.86s
52752026-08-31T14:43:41.173Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52762026-08-31T14:43:41.173Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52772026-08-31T14:43:41.371Z
52782026-08-31T14:43:41.371Zinfo: running `cargo check --bins` on gateway-cli (365/379)
52792026-08-31T14:43:41.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52802026-08-31T14:43:41.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52812026-08-31T14:43:42.001Z Checking termios v0.3.3
52822026-08-31T14:43:42.193Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52832026-08-31T14:43:42.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
52842026-08-31T14:43:42.949Z
52852026-08-31T14:43:42.949Zinfo: running `cargo check --bins --no-default-features` on installinator (366/379)
52862026-08-31T14:43:43.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52872026-08-31T14:43:43.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52882026-08-31T14:43:43.636Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52892026-08-31T14:43:44.345Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52902026-08-31T14:43:45.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
52912026-08-31T14:43:46.099Z
52922026-08-31T14:43:46.099Zinfo: running `cargo check --bins` on internal-dns-cli (367/379)
52932026-08-31T14:43:46.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52942026-08-31T14:43:46.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52952026-08-31T14:43:46.735Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52962026-08-31T14:43:47.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
52972026-08-31T14:43:47.336Z
52982026-08-31T14:43:47.336Zinfo: running `cargo check --bins` on omicron-live-tests (368/379)
52992026-08-31T14:43:47.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53002026-08-31T14:43:47.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53012026-08-31T14:43:47.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53022026-08-31T14:43:47.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53032026-08-31T14:43:47.896Z
53042026-08-31T14:43:47.896Zinfo: running `cargo check --bins` on live-tests-macros (369/379)
53052026-08-31T14:43:48.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53062026-08-31T14:43:48.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53072026-08-31T14:43:48.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53082026-08-31T14:43:48.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53092026-08-31T14:43:48.460Z
53102026-08-31T14:43:48.461Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (370/379)
53112026-08-31T14:43:48.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53122026-08-31T14:43:48.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53132026-08-31T14:43:49.186Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
53142026-08-31T14:43:49.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
53152026-08-31T14:43:49.953Z
53162026-08-31T14:43:49.953Zinfo: running `cargo check --bins` on omicron-ntp-admin (371/379)
53172026-08-31T14:43:50.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53182026-08-31T14:43:50.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53192026-08-31T14:43:50.586Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
53202026-08-31T14:43:50.692Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
53212026-08-31T14:43:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
53222026-08-31T14:43:51.667Z
53232026-08-31T14:43:51.667Zinfo: running `cargo check --bins` on ntp-admin-types (372/379)
53242026-08-31T14:43:52.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53252026-08-31T14:43:52.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53262026-08-31T14:43:52.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53272026-08-31T14:43:52.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53282026-08-31T14:43:52.242Z
53292026-08-31T14:43:52.242Zinfo: running `cargo check --bins` on omicron-package (373/379)
53302026-08-31T14:43:52.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53312026-08-31T14:43:52.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53322026-08-31T14:43:52.884Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53332026-08-31T14:43:53.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
53342026-08-31T14:43:54.134Z
53352026-08-31T14:43:54.134Zinfo: running `cargo check --bins` on tqdb (374/379)
53362026-08-31T14:43:54.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53372026-08-31T14:43:54.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53382026-08-31T14:43:54.899Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53392026-08-31T14:43:55.250Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53402026-08-31T14:43:55.746Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53412026-08-31T14:43:55.749Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53422026-08-31T14:44:02.704Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53432026-08-31T14:44:02.707Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53442026-08-31T14:44:02.707Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53452026-08-31T14:44:03.327Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53462026-08-31T14:44:03.330Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53472026-08-31T14:44:03.330Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53482026-08-31T14:44:03.330Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53492026-08-31T14:44:04.127Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53502026-08-31T14:44:04.754Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53512026-08-31T14:44:04.986Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53522026-08-31T14:44:05.167Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53532026-08-31T14:44:06.035Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53542026-08-31T14:44:06.678Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53552026-08-31T14:44:11.480Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53562026-08-31T14:44:18.778Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53572026-08-31T14:44:18.781Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53582026-08-31T14:44:18.781Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53592026-08-31T14:44:18.781Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53602026-08-31T14:44:20.284Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53612026-08-31T14:44:21.568Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53622026-08-31T14:44:22.245Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53632026-08-31T14:44:23.523Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53642026-08-31T14:44:24.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.93s
53652026-08-31T14:44:24.270Z
53662026-08-31T14:44:24.270Zinfo: running `cargo check --bins` on wicket-dbg (375/379)
53672026-08-31T14:44:24.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53682026-08-31T14:44:24.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53692026-08-31T14:44:24.970Z Checking rtoolbox v0.0.3
53702026-08-31T14:44:24.974Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53712026-08-31T14:44:24.974Z Checking tui-tree-widget v0.23.1
53722026-08-31T14:44:24.974Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53732026-08-31T14:44:25.186Z Checking rpassword v7.5.4
53742026-08-31T14:44:27.905Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53752026-08-31T14:44:29.741Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53762026-08-31T14:44:30.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
53772026-08-31T14:44:30.851Z
53782026-08-31T14:44:30.851Zinfo: running `cargo check --bins` on wicket (376/379)
53792026-08-31T14:44:31.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53802026-08-31T14:44:31.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53812026-08-31T14:44:31.530Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53822026-08-31T14:44:31.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
53832026-08-31T14:44:32.068Z
53842026-08-31T14:44:32.068Zinfo: running `cargo check --bins` on wicketd (377/379)
53852026-08-31T14:44:32.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53862026-08-31T14:44:32.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53872026-08-31T14:44:32.763Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53882026-08-31T14:44:36.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
53892026-08-31T14:44:36.484Z
53902026-08-31T14:44:36.484Zinfo: running `cargo check --bins` on omicron-workspace-hack (378/379)
53912026-08-31T14:44:36.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53922026-08-31T14:44:36.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53932026-08-31T14:44:36.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53942026-08-31T14:44:36.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53952026-08-31T14:44:37.044Z
53962026-08-31T14:44:37.044Zinfo: running `cargo check --bins` on zone-setup (379/379)
53972026-08-31T14:44:37.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53982026-08-31T14:44:37.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53992026-08-31T14:44:37.708Z Checking uzers v0.12.2
54002026-08-31T14:44:37.973Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
54012026-08-31T14:44:38.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
54022026-08-31T14:44:38.946Z
54032026-08-31T14:44:38.949Zreal 15:14.506176671
54042026-08-31T14:44:38.949Zuser 22:24.254880915
54052026-08-31T14:44:38.949Zsys 4:26.859836265
54062026-08-31T14:44:38.949Ztrap 0.339566089
54072026-08-31T14:44:38.949Ztflt 0.595988039
54082026-08-31T14:44:38.949Zdflt 0.846212084
54092026-08-31T14:44:38.949Zkflt 0.005857013
54102026-08-31T14:44:38.949Zlock 1:34:53.937278856
54112026-08-31T14:44:38.949Zslp 1:47:45.374374725
54122026-08-31T14:44:38.949Zlat 58.753414810
54132026-08-31T14:44:38.949Zstop 4:11.598292129
54142026-08-31T14:44:38.949Zprocess exited: duration 1345979 ms, exit code 0
 
54152026-08-31T14:44:38.956Zfound 0 output files