01KX1ZYHBG546TZT41GM3922RK: 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: 01KX1ZZ10X7F5ENXVSQ4E3SWW6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T23:11:40.953Zjob assigned to worker 01KX1ZZ4QVGPXF69TRXZPK1QT2 [factory aws, i-0a1d06dbd7706a361] (queued for 54 s)
 
22026-07-08T23:11:47.878Zstarting task 0: "setup"
32026-07-08T23:11:47.883Z++ uname -s
42026-07-08T23:11:47.887Z+ kern=SunOS
52026-07-08T23:11:47.887Z+ build_user=build
62026-07-08T23:11:47.887Z+ build_uid=12345
72026-07-08T23:11:47.887Z+ work_dir=/work
82026-07-08T23:11:47.887Z+ input_dir=/input
92026-07-08T23:11:47.887Z+ [[ 0 == 12345 ]]
102026-07-08T23:11:47.887Z+ case "$kern" in
112026-07-08T23:11:47.887Z+ groupadd -g 12345 build
122026-07-08T23:11:47.887Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T23:11:49.892Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T23:11:49.962Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T23:11:49.965Z+ home_fs=zfs
162026-07-08T23:11:49.965Z+ [[ zfs == autofs ]]
172026-07-08T23:11:49.965Z+ mkdir -p /home/build
182026-07-08T23:11:49.965Z+ chown build:build /home/build /work
192026-07-08T23:11:51.966Z+ chmod 0700 /home/build /work
202026-07-08T23:11:51.969Zprocess exited: duration 4089 ms, exit code 0
 
212026-07-08T23:11:51.976Zstarting task 1: "rust-toolchain"
222026-07-08T23:11:51.979Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T23:11:51.979Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-08T23:11:51.979Z * rust toolchain channel = "1.96.1"
252026-07-08T23:11:51.979Z * rust toolchain profile = "default"
262026-07-08T23:11:51.979Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T23:11:51.983Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T23:11:51.983Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T23:11:51.983Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T23:11:52.083Zinfo: downloading installer
312026-07-08T23:11:53.557Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T23:11:53.557Zwarn: /home/build/.rustup/settings.toml
332026-07-08T23:11:53.557Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T23:11:53.557Zwarn: instead of the one inferred from the default host triple.
352026-07-08T23:11:53.569Zinfo: profile set to default
362026-07-08T23:11:53.569Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T23:11:53.572Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T23:11:53.715Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T23:11:53.719Zinfo: downloading 6 components
402026-07-08T23:12:08.669Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T23:12:08.669Z
422026-07-08T23:12:08.697Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T23:12:08.697Z
442026-07-08T23:12:08.697Z
452026-07-08T23:12:08.697ZRust is installed now. Great!
462026-07-08T23:12:08.697Z
472026-07-08T23:12:08.700ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T23:12:08.700Zenvironment variable. This has not been done automatically.
492026-07-08T23:12:08.701Z
502026-07-08T23:12:08.701ZTo configure your current shell, you need to source
512026-07-08T23:12:08.701Zthe corresponding env file under $HOME/.cargo.
522026-07-08T23:12:08.701Z
532026-07-08T23:12:08.701ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T23:12:08.701Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T23:12:08.701Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T23:12:08.701Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T23:12:08.701Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T23:12:08.701Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T23:12:08.701Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T23:12:08.701Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T23:12:08.701Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T23:12:08.807Z+ rustup --version
632026-07-08T23:12:08.815Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T23:12:08.819Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T23:12:08.836Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T23:12:08.840Z+ cargo --version
672026-07-08T23:12:08.853Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T23:12:08.856Z+ rustc --version
692026-07-08T23:12:08.875Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T23:12:08.878Zprocess exited: duration 16902 ms, exit code 0
 
712026-07-08T23:12:08.884Zstarting task 2: "authentication"
722026-07-08T23:12:08.901Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T23:12:08.907Zstarting task 3: "clone repository"
742026-07-08T23:12:08.910Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T23:12:08.913Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T23:12:08.946ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T23:12:19.700Z+ cd /work/oxidecomputer/omicron
782026-07-08T23:12:19.700Z+ git fetch origin e224a248b9feb915cf14a19726737c16e97be17e
792026-07-08T23:12:19.948ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T23:12:19.948Z * branch e224a248b9feb915cf14a19726737c16e97be17e -> FETCH_HEAD
812026-07-08T23:12:19.957Z+ [[ -n wicketd-commission ]]
822026-07-08T23:12:19.961Z++ git branch --show-current
832026-07-08T23:12:19.961Z+ current=main
842026-07-08T23:12:19.961Z+ [[ main != wicketd-commission ]]
852026-07-08T23:12:19.961Z+ git branch -f wicketd-commission e224a248b9feb915cf14a19726737c16e97be17e
862026-07-08T23:12:19.964Z+ git checkout -f wicketd-commission
872026-07-08T23:12:20.049ZSwitched to branch 'wicketd-commission'
882026-07-08T23:12:20.052Z+ git reset --hard e224a248b9feb915cf14a19726737c16e97be17e
892026-07-08T23:12:20.134ZHEAD is now at e224a248b fmt
902026-07-08T23:12:20.137Zprocess exited: duration 11228 ms, exit code 0
 
912026-07-08T23:12:20.143Zstarting task 4: "build"
922026-07-08T23:12:20.150Z+ source .github/buildomat/ci-env.sh
932026-07-08T23:12:20.150Z++ export CARGO_TERM_COLOR=always
942026-07-08T23:12:20.150Z++ CARGO_TERM_COLOR=always
952026-07-08T23:12:20.155Z+++ uname -s
962026-07-08T23:12:20.155Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T23:12:20.155Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T23:12:20.155Z+ cargo --version
992026-07-08T23:12:20.160Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T23:12:20.163Z+ rustc --version
1012026-07-08T23:12:20.182Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T23:12:20.185Z+ source ./env.sh
1032026-07-08T23:12:20.185Z++ OLD_SHELL_OPTS=ehxB
1042026-07-08T23:12:20.185Z++ set -o xtrace
1052026-07-08T23:12:20.188Z++++ dirname ./env.sh
1062026-07-08T23:12:20.188Z+++ readlink -f .
1072026-07-08T23:12:20.192Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-08T23:12:20.192Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-08T23:12:20.192Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-08T23:12:20.192Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-08T23:12:20.192Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-08T23:12:20.192Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-08T23:12:20.192Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-08T23:12:20.192Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-08T23:12:20.192Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-08T23:12:20.192Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-08T23:12:20.192Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-08T23:12:20.192Z++ case $OLD_SHELL_OPTS in
1192026-07-08T23:12:20.192Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-08T23:12:20.192Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-08T23:12:20.192Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-08T23:12:20.192Z+ banner prerequisites
1232026-07-08T23:12:20.195Z
1242026-07-08T23:12:20.195Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-08T23:12:20.195Z # # # # # # # # # # # # # # #
1262026-07-08T23:12:20.196Z # # # # ##### # # ##### # # # # # #### #
1272026-07-08T23:12:20.196Z ##### ##### # ##### # # # # # # # # #
1282026-07-08T23:12:20.196Z # # # # # # # # # # # # # # #
1292026-07-08T23:12:20.196Z # # # ###### # # ###### ### # #### # #### #
1302026-07-08T23:12:20.196Z
1312026-07-08T23:12:20.196Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-08T23:12:21.800Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-08T23:12:21.907Z Startup: Caching catalogs ... Done
1342026-07-08T23:12:22.393ZPlanning: Solver setup ... Done (0.440s)
1352026-07-08T23:12:22.420ZPlanning: Running solver ... Done (0.027s)
1362026-07-08T23:12:22.430ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-08T23:12:22.441ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-08T23:12:22.457ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-08T23:12:22.471ZPlanning: Package planning ... Done (0.013s)
1402026-07-08T23:12:22.478ZPlanning: Merging actions ... Done (0.001s)
1412026-07-08T23:12:22.636ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-07-08T23:12:22.640ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-08T23:12:23.374ZPlanning: Evaluating mediators ... Done (0.736s)
1442026-07-08T23:12:23.377ZPlanning: Planning completed in 1.45 seconds
1452026-07-08T23:12:23.382Z Packages to install: 2
1462026-07-08T23:12:23.382Z Estimated space available: 156.06 GB
1472026-07-08T23:12:23.386ZEstimated space to be consumed: 30.99 MB
1482026-07-08T23:12:23.386Z Create boot environment: No
1492026-07-08T23:12:23.386ZCreate backup boot environment: No
1502026-07-08T23:12:23.386Z Rebuild boot archive: No
1512026-07-08T23:12:23.386Z
1522026-07-08T23:12:23.386ZChanged packages:
1532026-07-08T23:12:23.386Zhelios
1542026-07-08T23:12:23.386Z developer/build-essential
1552026-07-08T23:12:23.386Z None -> 11-3.0
1562026-07-08T23:12:23.386Z library/libxmlsec1
1572026-07-08T23:12:23.386Z None -> 1.2.35-3.0
1582026-07-08T23:12:23.407Z
1592026-07-08T23:12:23.407ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-08T23:12:23.914ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1612026-07-08T23:12:23.992Z Actions: 1/268 actions (Installing new actions)
1622026-07-08T23:12:24.030Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-08T23:12:24.040ZFinalize: Updating package state database ... Done (0.010s)
1642026-07-08T23:12:24.040ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-08T23:12:24.070ZFinalize: Updating image state ... Done (0.029s)
1662026-07-08T23:12:26.497ZFinalize: Creating fast lookup database ... Done (2.403s)
1672026-07-08T23:12:26.562ZFinalize: Reading search index ... Done (0.012s)
1682026-07-08T23:12:26.566ZFinalize: Updating search index ... Done (0.000s)
1692026-07-08T23:12:26.666ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-08T23:12:26.982ZPlanning: Evaluating mediator changes ... Done
1712026-07-08T23:12:27.089ZPlanning: Checking for conflicting actions ... Done
1722026-07-08T23:12:27.091ZPlanning: Consolidating action changes ... Done
1732026-07-08T23:12:27.243ZPlanning: Evaluating mediators ... Done
1742026-07-08T23:12:27.246ZPlanning: Planning completed in 0.26 seconds
1752026-07-08T23:12:27.266Z Mediators to change: 2
1762026-07-08T23:12:27.266Z Create boot environment: No
1772026-07-08T23:12:27.266ZCreate backup boot environment: No
1782026-07-08T23:12:27.316ZFinalize: Updating package state database ... Done
1792026-07-08T23:12:27.317ZFinalize: Updating package cache ... Done
1802026-07-08T23:12:27.331ZFinalize: Updating image state ... Done
1812026-07-08T23:12:29.289ZFinalize: Creating fast lookup database ... Done
1822026-07-08T23:12:29.357ZFinalize: Reading search index ... Done
1832026-07-08T23:12:29.361ZFinalize: Updating search index ... Done
1842026-07-08T23:12:29.424ZFinalize: Updating package cache ... Done
1852026-07-08T23:12:29.716ZPlanning: Evaluating mediator changes ... Done
1862026-07-08T23:12:29.822ZPlanning: Checking for conflicting actions ... Done
1872026-07-08T23:12:29.825ZPlanning: Consolidating action changes ... Done
1882026-07-08T23:12:29.981ZPlanning: Evaluating mediators ... Done
1892026-07-08T23:12:29.984ZPlanning: Planning completed in 0.27 seconds
1902026-07-08T23:12:30.009Z Mediators to change: 1
1912026-07-08T23:12:30.009Z Create boot environment: No
1922026-07-08T23:12:30.009ZCreate backup boot environment: No
1932026-07-08T23:12:30.049ZFinalize: Updating package state database ... Done
1942026-07-08T23:12:30.049ZFinalize: Updating package cache ... Done
1952026-07-08T23:12:30.065ZFinalize: Updating image state ... Done
1962026-07-08T23:12:32.026ZFinalize: Creating fast lookup database ... Done
1972026-07-08T23:12:32.090ZFinalize: Reading search index ... Done
1982026-07-08T23:12:32.093ZFinalize: Updating search index ... Done
1992026-07-08T23:12:32.151ZFinalize: Updating package cache ... Done
2002026-07-08T23:12:32.465ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-08T23:12:32.466Zapache system 2.4 system
2022026-07-08T23:12:32.466Zclang system 15 system
2032026-07-08T23:12:32.466Zcsh system system illumos
2042026-07-08T23:12:32.466Zctags system system illumos
2052026-07-08T23:12:32.466Zfile vendor vendor darwinsys
2062026-07-08T23:12:32.466Zfile system system illumos
2072026-07-08T23:12:32.466Zgcc vendor 14 vendor
2082026-07-08T23:12:32.466Zgcc system 13 system
2092026-07-08T23:12:32.466Zgcc system 10 system
2102026-07-08T23:12:32.466Zgo system 1.25 system
2112026-07-08T23:12:32.466Zllvm system 15 system
2122026-07-08T23:12:32.466Zmariadb system 11.4 system
2132026-07-08T23:12:32.466Zmta vendor vendor dma
2142026-07-08T23:12:32.466Zopenjdk system 17 system
2152026-07-08T23:12:32.466Zopenjdk system 11 system
2162026-07-08T23:12:32.466Zopenssl vendor 3 vendor
2172026-07-08T23:12:32.466Zperl system 5.40 system
2182026-07-08T23:12:32.466Zpostgresql system 18 system
2192026-07-08T23:12:32.466Zpostgresql system 17 system
2202026-07-08T23:12:32.466Zpython vendor 3 vendor
2212026-07-08T23:12:32.466Zpython system 2 system
2222026-07-08T23:12:32.466Zpython3 vendor 3.13 vendor
2232026-07-08T23:12:32.466Zruby system 3.4 system
2242026-07-08T23:12:32.466Zruby system 3.0 system
2252026-07-08T23:12:32.466Zwords vendor vendor american-english
2262026-07-08T23:12:32.466Zwords system system australian-english
2272026-07-08T23:12:32.466Zwords system system british-english
2282026-07-08T23:12:32.466Zwords system system canadian-english
2292026-07-08T23:12:32.466Zwords system system french
2302026-07-08T23:12:32.466Zwords system system italian
2312026-07-08T23:12:32.466Zwords system system ngerman
2322026-07-08T23:12:32.466Zwords system system ogerman
2332026-07-08T23:12:32.466Zwords system system spanish
2342026-07-08T23:12:32.726ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-08T23:12:32.726Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-08T23:12:33.032ZFMRI IFO
2372026-07-08T23:12:33.032Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-08T23:12:33.032Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-08T23:12:33.032Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-08T23:12:33.032Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-08T23:12:33.032Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-08T23:12:33.032Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-08T23:12:33.032Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-08T23:12:33.032Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-08T23:12:33.032Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-08T23:12:33.291Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-08T23:12:33.569Z Updating crates.io index
2482026-07-08T23:12:33.984Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-08T23:12:33.987Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-08T23:12:34.073Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-08T23:12:35.034Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-08T23:12:35.512Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-08T23:12:37.426Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-08T23:12:38.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-08T23:12:38.461Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-08T23:12:38.869Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-08T23:12:39.863Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-08T23:12:40.102Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-08T23:12:40.448Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-08T23:12:40.712Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-08T23:12:41.165Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-08T23:12:41.631Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-08T23:12:41.844Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-08T23:12:42.056Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-08T23:12:42.278Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-08T23:12:42.593Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-08T23:12:42.838Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-08T23:12:43.075Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-08T23:12:43.306Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-08T23:12:43.667Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-08T23:12:44.024Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-08T23:12:44.401Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-08T23:12:44.763Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-08T23:12:44.970Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-07-08T23:12:45.265Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-07-08T23:12:45.486Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-07-08T23:12:45.697Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-07-08T23:12:45.991Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-07-08T23:12:46.330Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-07-08T23:12:46.558Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812026-07-08T23:12:46.807Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-07-08T23:12:47.061Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-07-08T23:12:47.381Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-07-08T23:12:47.636Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-07-08T23:12:47.889Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-07-08T23:12:48.149Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-07-08T23:12:48.395Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-07-08T23:12:51.338Z Downloading crates ...
2892026-07-08T23:12:51.387Z Downloaded errno v0.3.14
2902026-07-08T23:12:51.390Z Downloaded usdt-attr-macro v0.5.0
2912026-07-08T23:12:51.390Z Downloaded equivalent v1.0.2
2922026-07-08T23:12:51.390Z Downloaded proc-macro-error-attr v1.0.4
2932026-07-08T23:12:51.393Z Downloaded anstyle-query v1.1.5
2942026-07-08T23:12:51.394Z Downloaded utf8parse v0.2.2
2952026-07-08T23:12:51.397Z Downloaded dof v0.3.0
2962026-07-08T23:12:51.397Z Downloaded crypto-common v0.1.7
2972026-07-08T23:12:51.400Z Downloaded anstream v1.0.0
2982026-07-08T23:12:51.400Z Downloaded fastrand v2.3.0
2992026-07-08T23:12:51.403Z Downloaded digest v0.10.7
3002026-07-08T23:12:51.403Z Downloaded serde_derive v1.0.228
3012026-07-08T23:12:51.406Z Downloaded itoa v1.0.17
3022026-07-08T23:12:51.407Z Downloaded dtrace-parser v0.2.0
3032026-07-08T23:12:51.410Z Downloaded heck v0.5.0
3042026-07-08T23:12:51.410Z Downloaded fnv v1.0.7
3052026-07-08T23:12:51.413Z Downloaded zerocopy v0.7.35
3062026-07-08T23:12:51.421Z Downloaded zmij v1.0.21
3072026-07-08T23:12:51.424Z Downloaded anstyle v1.0.14
3082026-07-08T23:12:51.424Z Downloaded memmap v0.7.0
3092026-07-08T23:12:51.424Z Downloaded zerocopy-derive v0.7.35
3102026-07-08T23:12:51.428Z Downloaded log v0.4.29
3112026-07-08T23:12:51.428Z Downloaded block-buffer v0.10.4
3122026-07-08T23:12:51.431Z Downloaded fs-err v3.3.0
3132026-07-08T23:12:51.431Z Downloaded cfg-if v1.0.4
3142026-07-08T23:12:51.431Z Downloaded clap_derive v4.6.1
3152026-07-08T23:12:51.434Z Downloaded is_terminal_polyfill v1.70.2
3162026-07-08T23:12:51.435Z Downloaded cargo_toml v0.21.0
3172026-07-08T23:12:51.435Z Downloaded byteorder v1.5.0
3182026-07-08T23:12:51.435Z Downloaded bitflags v2.11.0
3192026-07-08T23:12:51.438Z Downloaded heck v0.4.1
3202026-07-08T23:12:51.438Z Downloaded cargo-platform v0.3.2
3212026-07-08T23:12:51.445Z Downloaded macaddr v1.0.1
3222026-07-08T23:12:51.450Z Downloaded anstyle-parse v1.0.0
3232026-07-08T23:12:51.453Z Downloaded generic-array v0.14.7
3242026-07-08T23:12:51.453Z Downloaded cpufeatures v0.2.17
3252026-07-08T23:12:51.453Z Downloaded colorchoice v1.0.4
3262026-07-08T23:12:51.457Z Downloaded usdt-macro v0.5.0
3272026-07-08T23:12:51.457Z Downloaded toml_write v0.1.2
3282026-07-08T23:12:51.461Z Downloaded toml_datetime v0.6.11
3292026-07-08T23:12:51.465Z Downloaded thread-id v4.2.2
3302026-07-08T23:12:51.465Z Downloaded swrite v0.1.0
3312026-07-08T23:12:51.468Z Downloaded usdt v0.5.0
3322026-07-08T23:12:51.468Z Downloaded serde_spanned v0.6.9
3332026-07-08T23:12:51.478Z Downloaded version_check v0.9.5
3342026-07-08T23:12:51.482Z Downloaded pest_generator v2.8.6
3352026-07-08T23:12:51.487Z Downloaded plain v0.2.3
3362026-07-08T23:12:51.493Z Downloaded strsim v0.11.1
3372026-07-08T23:12:51.500Z Downloaded clap_lex v1.0.0
3382026-07-08T23:12:51.504Z Downloaded terminal_size v0.4.3
3392026-07-08T23:12:51.504Z Downloaded unicode-linebreak v0.1.5
3402026-07-08T23:12:51.504Z Downloaded pretty-hex v0.4.1
3412026-07-08T23:12:51.508Z Downloaded smawk v0.3.2
3422026-07-08T23:12:51.514Z Downloaded thiserror-impl v2.0.18
3432026-07-08T23:12:51.520Z Downloaded tabled_derive v0.7.0
3442026-07-08T23:12:51.523Z Downloaded bytecount v0.6.9
3452026-07-08T23:12:51.526Z Downloaded autocfg v1.5.0
3462026-07-08T23:12:51.530Z Downloaded anyhow v1.0.102
3472026-07-08T23:12:51.530Z Downloaded pest_derive v2.8.6
3482026-07-08T23:12:51.533Z Downloaded usdt-impl v0.5.0
3492026-07-08T23:12:51.533Z Downloaded scroll v0.12.0
3502026-07-08T23:12:51.534Z Downloaded clap v4.6.1
3512026-07-08T23:12:51.537Z Downloaded sha2 v0.10.9
3522026-07-08T23:12:51.540Z Downloaded quote v1.0.45
3532026-07-08T23:12:51.540Z Downloaded serde_tokenstream v0.2.3
3542026-07-08T23:12:51.540Z Downloaded cargo_metadata v0.23.1
3552026-07-08T23:12:51.544Z Downloaded thiserror v2.0.18
3562026-07-08T23:12:51.547Z Downloaded scroll_derive v0.12.1
3572026-07-08T23:12:51.547Z Downloaded camino-tempfile v1.4.1
3582026-07-08T23:12:51.547Z Downloaded proc-macro-error v1.0.4
3592026-07-08T23:12:51.555Z Downloaded semver v1.0.28
3602026-07-08T23:12:51.558Z Downloaded tempfile v3.25.0
3612026-07-08T23:12:51.564Z Downloaded once_cell v1.21.3
3622026-07-08T23:12:51.567Z Downloaded camino v1.2.2
3632026-07-08T23:12:51.572Z Downloaded thiserror-impl v1.0.69
3642026-07-08T23:12:51.575Z Downloaded toml v0.8.23
3652026-07-08T23:12:51.581Z Downloaded getrandom v0.4.1
3662026-07-08T23:12:51.584Z Downloaded unicode-ident v1.0.24
3672026-07-08T23:12:51.587Z Downloaded thiserror v1.0.69
3682026-07-08T23:12:51.591Z Downloaded serde_core v1.0.228
3692026-07-08T23:12:51.594Z Downloaded textwrap v0.16.2
3702026-07-08T23:12:51.598Z Downloaded ucd-trie v0.1.7
3712026-07-08T23:12:51.601Z Downloaded proc-macro2 v1.0.106
3722026-07-08T23:12:51.604Z Downloaded papergrid v0.11.0
3732026-07-08T23:12:51.608Z Downloaded pest_meta v2.8.6
3742026-07-08T23:12:51.611Z Downloaded memchr v2.8.0
3752026-07-08T23:12:51.614Z Downloaded toml_edit v0.22.27
3762026-07-08T23:12:51.618Z Downloaded serde v1.0.228
3772026-07-08T23:12:51.630Z Downloaded pest v2.8.6
3782026-07-08T23:12:51.648Z Downloaded typenum v1.20.1
3792026-07-08T23:12:51.652Z Downloaded indexmap v2.14.0
3802026-07-08T23:12:51.655Z Downloaded goblin v0.8.2
3812026-07-08T23:12:51.669Z Downloaded clap_builder v4.6.0
3822026-07-08T23:12:51.672Z Downloaded serde_json v1.0.150
3832026-07-08T23:12:51.676Z Downloaded hashbrown v0.17.0
3842026-07-08T23:12:51.684Z Downloaded winnow v0.7.14
3852026-07-08T23:12:51.732Z Downloaded tabled v0.15.0
3862026-07-08T23:12:51.735Z Downloaded syn v1.0.109
3872026-07-08T23:12:51.735Z Downloaded unicode-width v0.2.0
3882026-07-08T23:12:51.735Z Downloaded unicode-width v0.1.14
3892026-07-08T23:12:51.739Z Downloaded syn v2.0.117
3902026-07-08T23:12:51.753Z Downloaded rustix v1.1.3
3912026-07-08T23:12:51.776Z Downloaded libc v0.2.185
3922026-07-08T23:12:51.836Z Compiling proc-macro2 v1.0.106
3932026-07-08T23:12:51.836Z Compiling quote v1.0.45
3942026-07-08T23:12:51.836Z Compiling unicode-ident v1.0.24
3952026-07-08T23:12:51.836Z Compiling serde_core v1.0.228
3962026-07-08T23:12:51.836Z Compiling libc v0.2.185
3972026-07-08T23:12:51.839Z Compiling version_check v0.9.5
3982026-07-08T23:12:51.839Z Compiling memchr v2.8.0
3992026-07-08T23:12:51.839Z Compiling serde v1.0.228
4002026-07-08T23:12:52.164Z Compiling zmij v1.0.21
4012026-07-08T23:12:52.434Z Compiling thiserror v1.0.69
4022026-07-08T23:12:52.479Z Compiling itoa v1.0.17
4032026-07-08T23:12:52.485Z Compiling ucd-trie v0.1.7
4042026-07-08T23:12:52.717Z Compiling pest v2.8.6
4052026-07-08T23:12:52.791Z Compiling rustix v1.1.3
4062026-07-08T23:12:52.871Z Compiling byteorder v1.5.0
4072026-07-08T23:12:52.992Z Compiling errno v0.3.14
4082026-07-08T23:12:53.131Z Compiling bitflags v2.11.0
4092026-07-08T23:12:53.281Z Compiling serde_json v1.0.150
4102026-07-08T23:12:53.346Z Compiling syn v2.0.117
4112026-07-08T23:12:53.380Z Compiling thread-id v4.2.2
4122026-07-08T23:12:53.498Z Compiling usdt-impl v0.5.0
4132026-07-08T23:12:53.547Z Compiling proc-macro-error-attr v1.0.4
4142026-07-08T23:12:53.623Z Compiling camino v1.2.2
4152026-07-08T23:12:53.704Z Compiling syn v1.0.109
4162026-07-08T23:12:53.748Z Compiling pest_meta v2.8.6
4172026-07-08T23:12:53.972Z Compiling proc-macro-error v1.0.4
4182026-07-08T23:12:54.032Z Compiling equivalent v1.0.2
4192026-07-08T23:12:54.051Z Compiling utf8parse v0.2.2
4202026-07-08T23:12:54.125Z Compiling getrandom v0.4.1
4212026-07-08T23:12:54.168Z Compiling hashbrown v0.17.0
4222026-07-08T23:12:54.300Z Compiling plain v0.2.3
4232026-07-08T23:12:54.425Z Compiling log v0.4.29
4242026-07-08T23:12:54.470Z Compiling terminal_size v0.4.3
4252026-07-08T23:12:54.612Z Compiling anstyle-parse v1.0.0
4262026-07-08T23:12:54.818Z Compiling indexmap v2.14.0
4272026-07-08T23:12:55.183Z Compiling autocfg v1.5.0
4282026-07-08T23:12:55.212Z Compiling anstyle v1.0.14
4292026-07-08T23:12:55.265Z Compiling thiserror v2.0.18
4302026-07-08T23:12:55.355Z Compiling winnow v0.7.14
4312026-07-08T23:12:55.427Z Compiling toml_write v0.1.2
4322026-07-08T23:12:55.431Z Compiling cfg-if v1.0.4
4332026-07-08T23:12:55.520Z Compiling pretty-hex v0.4.1
4342026-07-08T23:12:55.606Z Compiling pest_generator v2.8.6
4352026-07-08T23:12:55.612Z Compiling anstyle-query v1.1.5
4362026-07-08T23:12:55.641Z Compiling colorchoice v1.0.4
4372026-07-08T23:12:55.660Z Compiling is_terminal_polyfill v1.70.2
4382026-07-08T23:12:55.755Z Compiling anstream v1.0.0
4392026-07-08T23:12:55.768Z Compiling fs-err v3.3.0
4402026-07-08T23:12:56.040Z Compiling fnv v1.0.7
4412026-07-08T23:12:56.077Z Compiling fastrand v2.3.0
4422026-07-08T23:12:56.089Z Compiling heck v0.4.1
4432026-07-08T23:12:56.098Z Compiling heck v0.5.0
4442026-07-08T23:12:56.136Z Compiling bytecount v0.6.9
4452026-07-08T23:12:56.285Z Compiling strsim v0.11.1
4462026-07-08T23:12:56.305Z Compiling anyhow v1.0.102
4472026-07-08T23:12:56.322Z Compiling unicode-width v0.1.14
4482026-07-08T23:12:56.340Z Compiling clap_lex v1.0.0
4492026-07-08T23:12:56.344Z Compiling once_cell v1.21.3
4502026-07-08T23:12:56.571Z Compiling papergrid v0.11.0
4512026-07-08T23:12:56.589Z Compiling tempfile v3.25.0
4522026-07-08T23:12:56.604Z Compiling clap_builder v4.6.0
4532026-07-08T23:12:56.621Z Compiling tabled_derive v0.7.0
4542026-07-08T23:12:56.719Z Compiling cargo-platform v0.3.2
4552026-07-08T23:12:56.836Z Compiling semver v1.0.28
4562026-07-08T23:12:56.858Z Compiling memmap v0.7.0
4572026-07-08T23:12:56.959Z Compiling unicode-linebreak v0.1.5
4582026-07-08T23:12:56.993Z Compiling unicode-width v0.2.0
4592026-07-08T23:12:57.043Z Compiling smawk v0.3.2
4602026-07-08T23:12:57.223Z Compiling camino-tempfile v1.4.1
4612026-07-08T23:12:57.227Z Compiling serde_derive v1.0.228
4622026-07-08T23:12:57.273Z Compiling thiserror-impl v1.0.69
4632026-07-08T23:12:57.296Z Compiling zerocopy-derive v0.7.35
4642026-07-08T23:12:57.474Z Compiling pest_derive v2.8.6
4652026-07-08T23:12:57.580Z Compiling scroll_derive v0.12.1
4662026-07-08T23:12:57.618Z Compiling thiserror-impl v2.0.18
4672026-07-08T23:12:57.940Z Compiling clap_derive v4.6.1
4682026-07-08T23:12:57.990Z Compiling tabled v0.15.0
4692026-07-08T23:12:58.203Z Compiling zerocopy v0.7.35
4702026-07-08T23:12:58.279Z Compiling scroll v0.12.0
4712026-07-08T23:12:58.560Z Compiling goblin v0.8.2
4722026-07-08T23:12:58.692Z Compiling dtrace-parser v0.2.0
4732026-07-08T23:12:58.774Z Compiling textwrap v0.16.2
4742026-07-08T23:12:59.237Z Compiling swrite v0.1.0
4752026-07-08T23:12:59.715Z Compiling clap v4.6.1
4762026-07-08T23:13:00.366Z Compiling dof v0.3.0
4772026-07-08T23:13:00.366Z Compiling serde_tokenstream v0.2.3
4782026-07-08T23:13:00.383Z Compiling serde_spanned v0.6.9
4792026-07-08T23:13:00.398Z Compiling toml_datetime v0.6.11
4802026-07-08T23:13:00.403Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-07-08T23:13:00.444Z Compiling cargo_metadata v0.23.1
4822026-07-08T23:13:00.445Z Compiling macaddr v1.0.1
4832026-07-08T23:13:00.590Z Compiling toml_edit v0.22.27
4842026-07-08T23:13:01.186Z Compiling usdt-macro v0.5.0
4852026-07-08T23:13:01.191Z Compiling usdt-attr-macro v0.5.0
4862026-07-08T23:13:01.791Z Compiling usdt v0.5.0
4872026-07-08T23:13:01.915Z Compiling toml v0.8.23
4882026-07-08T23:13:02.281Z Compiling cargo_toml v0.21.0
4892026-07-08T23:13:03.573Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-07-08T23:13:05.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.38s
4912026-07-08T23:13:05.720Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-07-08T23:13:06.227Z Downloading crates ...
4932026-07-08T23:13:06.309Z Downloaded adler2 v2.0.1
4942026-07-08T23:13:06.315Z Downloaded aead v0.5.2
4952026-07-08T23:13:06.328Z Downloaded ascii-canvas v3.0.0
4962026-07-08T23:13:06.328Z Downloaded arrayref v0.3.9
4972026-07-08T23:13:06.328Z Downloaded arrayvec v0.7.6
4982026-07-08T23:13:06.328Z Downloaded bb8 v0.8.6
4992026-07-08T23:13:06.328Z Downloaded array-init v0.0.4
5002026-07-08T23:13:06.328Z Downloaded aead v0.6.1
5012026-07-08T23:13:06.331Z Downloaded ar_archive_writer v0.5.1
5022026-07-08T23:13:06.334Z Downloaded async-stream-impl v0.3.6
5032026-07-08T23:13:06.337Z Downloaded bit-set v0.8.0
5042026-07-08T23:13:06.340Z Downloaded atty v0.2.14
5052026-07-08T23:13:06.343Z Downloaded convert_case v0.10.0
5062026-07-08T23:13:06.343Z Downloaded async-recursion v1.1.1
5072026-07-08T23:13:06.346Z Downloaded dunce v1.0.5
5082026-07-08T23:13:06.347Z Downloaded embedded-io v0.6.1
5092026-07-08T23:13:06.347Z Downloaded critical-section v1.2.0
5102026-07-08T23:13:06.349Z Downloaded bit-vec v0.8.0
5112026-07-08T23:13:06.349Z Downloaded bit-vec v0.6.3
5122026-07-08T23:13:06.349Z Downloaded arc-swap v1.8.2
5132026-07-08T23:13:06.352Z Downloaded bitfield-macros v0.19.4
5142026-07-08T23:13:06.353Z Downloaded async-stream v0.3.6
5152026-07-08T23:13:06.355Z Downloaded anstyle-parse v0.2.7
5162026-07-08T23:13:06.355Z Downloaded bitfield-struct v0.6.2
5172026-07-08T23:13:06.358Z Downloaded bit-set v0.5.3
5182026-07-08T23:13:06.358Z Downloaded base16ct v1.0.0
5192026-07-08T23:13:06.358Z Downloaded darling v0.20.11
5202026-07-08T23:13:06.361Z Downloaded darling_macro v0.23.0
5212026-07-08T23:13:06.361Z Downloaded dropshot-api-manager v0.7.2
5222026-07-08T23:13:06.364Z Downloaded bcrypt-pbkdf v0.11.0
5232026-07-08T23:13:06.367Z Downloaded darling_macro v0.13.4
5242026-07-08T23:13:06.367Z Downloaded crypto-common v0.2.2
5252026-07-08T23:13:06.367Z Downloaded base16ct v0.2.0
5262026-07-08T23:13:06.370Z Downloaded assert_matches v1.5.0
5272026-07-08T23:13:06.370Z Downloaded base64ct v1.8.3
5282026-07-08T23:13:06.373Z Downloaded dirs-sys-next v0.1.2
5292026-07-08T23:13:06.373Z Downloaded crc-catalog v2.4.0
5302026-07-08T23:13:06.373Z Downloaded bitflags v1.3.2
5312026-07-08T23:13:06.376Z Downloaded defmt v0.3.100
5322026-07-08T23:13:06.376Z Downloaded atomicwrites v0.4.4
5332026-07-08T23:13:06.376Z Downloaded darling_macro v0.20.11
5342026-07-08T23:13:06.379Z Downloaded cstr-argument v0.1.2
5352026-07-08T23:13:06.379Z Downloaded crc32fast v1.5.0
5362026-07-08T23:13:06.379Z Downloaded atomic-waker v1.1.2
5372026-07-08T23:13:06.382Z Downloaded crc v3.4.0
5382026-07-08T23:13:06.382Z Downloaded ctr v0.10.1
5392026-07-08T23:13:06.386Z Downloaded bitfield v0.19.4
5402026-07-08T23:13:06.386Z Downloaded anstream v0.6.21
5412026-07-08T23:13:06.386Z Downloaded difflib v0.4.0
5422026-07-08T23:13:06.389Z Downloaded argon2 v0.5.3
5432026-07-08T23:13:06.389Z Downloaded cpubits v0.1.1
5442026-07-08T23:13:06.389Z Downloaded argon2 v0.6.0-rc.8
5452026-07-08T23:13:06.392Z Downloaded csv-core v0.1.13
5462026-07-08T23:13:06.395Z Downloaded data-encoding v2.10.0
5472026-07-08T23:13:06.395Z Downloaded crossbeam-deque v0.8.6
5482026-07-08T23:13:06.395Z Downloaded block-padding v0.4.2
5492026-07-08T23:13:06.398Z Downloaded crossterm v0.29.0
5502026-07-08T23:13:06.402Z Downloaded debug-ignore v1.0.5
5512026-07-08T23:13:06.405Z Downloaded ciborium-ll v0.2.2
5522026-07-08T23:13:06.405Z Downloaded ciborium-io v0.2.2
5532026-07-08T23:13:06.405Z Downloaded cfg_aliases v0.2.1
5542026-07-08T23:13:06.408Z Downloaded daft v0.1.7
5552026-07-08T23:13:06.411Z Downloaded crossbeam-utils v0.8.21
5562026-07-08T23:13:06.411Z Downloaded convert_case v0.4.0
5572026-07-08T23:13:06.411Z Downloaded castaway v0.2.4
5582026-07-08T23:13:06.415Z Downloaded derive_builder_macro v0.20.2
5592026-07-08T23:13:06.417Z Downloaded embedded-io v0.4.0
5602026-07-08T23:13:06.417Z Downloaded bcs v0.1.6
5612026-07-08T23:13:06.420Z Downloaded darling_macro v0.21.3
5622026-07-08T23:13:06.423Z Downloaded ecdsa v0.16.9
5632026-07-08T23:13:06.423Z Downloaded dof v0.4.0
5642026-07-08T23:13:06.426Z Downloaded darling v0.23.0
5652026-07-08T23:13:06.429Z Downloaded darling v0.13.4
5662026-07-08T23:13:06.429Z Downloaded dirs-next v2.0.0
5672026-07-08T23:13:06.432Z Downloaded diesel_table_macro_syntax v0.3.0
5682026-07-08T23:13:06.432Z Downloaded crunchy v0.2.4
5692026-07-08T23:13:06.432Z Downloaded block-buffer v0.12.1
5702026-07-08T23:13:06.432Z Downloaded crc8 v0.1.1
5712026-07-08T23:13:06.435Z Downloaded dsl_auto_type v0.2.0
5722026-07-08T23:13:06.435Z Downloaded downcast-rs v2.0.2
5732026-07-08T23:13:06.435Z Downloaded cobs v0.3.0
5742026-07-08T23:13:06.438Z Downloaded env_filter v1.0.0
5752026-07-08T23:13:06.438Z Downloaded compression-core v0.4.31
5762026-07-08T23:13:06.439Z Downloaded enum-as-inner v0.6.1
5772026-07-08T23:13:06.441Z Downloaded endian-type v0.1.2
5782026-07-08T23:13:06.442Z Downloaded dtrace-parser v0.3.0
5792026-07-08T23:13:06.442Z Downloaded cfg_aliases v0.1.1
5802026-07-08T23:13:06.442Z Downloaded document-features v0.2.12
5812026-07-08T23:13:06.448Z Downloaded dyn-clone v1.0.20
5822026-07-08T23:13:06.448Z Downloaded crucible-workspace-hack v0.1.0
5832026-07-08T23:13:06.448Z Downloaded cassowary v0.3.0
5842026-07-08T23:13:06.453Z Downloaded backon v1.6.0
5852026-07-08T23:13:06.453Z Downloaded ahash v0.8.12
5862026-07-08T23:13:06.453Z Downloaded float-cmp v0.10.0
5872026-07-08T23:13:06.453Z Downloaded displaydoc v0.2.5
5882026-07-08T23:13:06.453Z Downloaded display-error-chain v0.2.2
5892026-07-08T23:13:06.456Z Downloaded curve25519-dalek-derive v0.1.1
5902026-07-08T23:13:06.456Z Downloaded fd-lock v4.0.4
5912026-07-08T23:13:06.456Z Downloaded float-ord v0.3.2
5922026-07-08T23:13:06.459Z Downloaded foreign-types v0.3.2
5932026-07-08T23:13:06.459Z Downloaded flagset v0.4.7
5942026-07-08T23:13:06.459Z Downloaded defmt-parser v1.0.0
5952026-07-08T23:13:06.459Z Downloaded crc-any v2.5.0
5962026-07-08T23:13:06.461Z Downloaded dropshot-api-manager-types v0.7.2
5972026-07-08T23:13:06.464Z Downloaded allocator-api2 v0.2.21
5982026-07-08T23:13:06.464Z Downloaded cipher v0.5.2
5992026-07-08T23:13:06.467Z Downloaded chacha20 v0.9.1
6002026-07-08T23:13:06.467Z Downloaded cexpr v0.6.0
6012026-07-08T23:13:06.473Z Downloaded backoff v0.4.0
6022026-07-08T23:13:06.474Z Downloaded defmt-macros v1.0.1
6032026-07-08T23:13:06.474Z Downloaded compression-codecs v0.4.37
6042026-07-08T23:13:06.477Z Downloaded foreign-types-shared v0.1.1
6052026-07-08T23:13:06.477Z Downloaded cipher v0.4.4
6062026-07-08T23:13:06.477Z Downloaded cpufeatures v0.3.0
6072026-07-08T23:13:06.478Z Downloaded fxhash v0.2.1
6082026-07-08T23:13:06.480Z Downloaded futures-core v0.3.32
6092026-07-08T23:13:06.481Z Downloaded form_urlencoded v1.2.2
6102026-07-08T23:13:06.481Z Downloaded foreign-types-shared v0.3.1
6112026-07-08T23:13:06.481Z Downloaded foreign-types-macros v0.2.3
6122026-07-08T23:13:06.481Z Downloaded foreign-types v0.5.0
6132026-07-08T23:13:06.484Z Downloaded constant_time_eq v0.4.2
6142026-07-08T23:13:06.484Z Downloaded globwalk v0.9.1
6152026-07-08T23:13:06.484Z Downloaded futures-io v0.3.32
6162026-07-08T23:13:06.488Z Downloaded funty v2.0.0
6172026-07-08T23:13:06.488Z Downloaded futures-sink v0.3.32
6182026-07-08T23:13:06.488Z Downloaded futures-macro v0.3.32
6192026-07-08T23:13:06.488Z Downloaded fixedbitset v0.4.2
6202026-07-08T23:13:06.488Z Downloaded ghash v0.6.0
6212026-07-08T23:13:06.491Z Downloaded futures-task v0.3.32
6222026-07-08T23:13:06.491Z Downloaded cmov v0.5.4
6232026-07-08T23:13:06.491Z Downloaded cbc v0.2.1
6242026-07-08T23:13:06.495Z Downloaded git-stub v1.0.0
6252026-07-08T23:13:06.495Z Downloaded gethostname v0.5.0
6262026-07-08T23:13:06.495Z Downloaded async-trait v0.1.89
6272026-07-08T23:13:06.498Z Downloaded daft-derive v0.1.7
6282026-07-08T23:13:06.501Z Downloaded byte-wrapper v0.1.0
6292026-07-08T23:13:06.501Z Downloaded buf-list v1.1.2
6302026-07-08T23:13:06.504Z Downloaded diesel-dtrace v0.5.0
6312026-07-08T23:13:06.504Z Downloaded derive_builder_core v0.20.2
6322026-07-08T23:13:06.507Z Downloaded defmt v1.0.1
6332026-07-08T23:13:06.507Z Downloaded hash32 v0.3.1
6342026-07-08T23:13:06.511Z Downloaded corncobs v0.1.4
6352026-07-08T23:13:06.511Z Downloaded blake2 v0.10.6
6362026-07-08T23:13:06.515Z Downloaded erased-serde v0.3.31
6372026-07-08T23:13:06.515Z Downloaded hash32 v0.2.1
6382026-07-08T23:13:06.515Z Downloaded fallible-iterator v0.2.0
6392026-07-08T23:13:06.518Z Downloaded darling v0.21.3
6402026-07-08T23:13:06.518Z Downloaded foldhash v0.1.5
6412026-07-08T23:13:06.521Z Downloaded delegate v0.13.5
6422026-07-08T23:13:06.521Z Downloaded ff v0.13.1
6432026-07-08T23:13:06.521Z Downloaded foldhash v0.2.0
6442026-07-08T23:13:06.524Z Downloaded async-bb8-diesel v0.2.1
6452026-07-08T23:13:06.524Z Downloaded ed25519 v2.2.3
6462026-07-08T23:13:06.528Z Downloaded clang-sys v1.8.1
6472026-07-08T23:13:06.529Z Downloaded headers-core v0.3.0
6482026-07-08T23:13:06.529Z Downloaded ciborium v0.2.2
6492026-07-08T23:13:06.533Z Downloaded cancel-safe-futures v0.1.5
6502026-07-08T23:13:06.533Z Downloaded http-body v1.0.1
6512026-07-08T23:13:06.533Z Downloaded base64 v0.22.1
6522026-07-08T23:13:06.536Z Downloaded hex v0.4.3
6532026-07-08T23:13:06.536Z Downloaded find-msvc-tools v0.1.9
6542026-07-08T23:13:06.536Z Downloaded hostname v0.4.2
6552026-07-08T23:13:06.539Z Downloaded hex-literal v1.1.0
6562026-07-08T23:13:06.539Z Downloaded futures-executor v0.3.32
6572026-07-08T23:13:06.539Z Downloaded home v0.5.12
6582026-07-08T23:13:06.542Z Downloaded darling_core v0.13.4
6592026-07-08T23:13:06.542Z Downloaded hubpack v0.1.2
6602026-07-08T23:13:06.546Z Downloaded http-range v0.1.5
6612026-07-08T23:13:06.546Z Downloaded hyper-tls v0.6.0
6622026-07-08T23:13:06.546Z Downloaded console v0.15.11
6632026-07-08T23:13:06.549Z Downloaded globset v0.4.18
6642026-07-08T23:13:06.549Z Downloaded glob v0.3.3
6652026-07-08T23:13:06.552Z Downloaded console v0.16.2
6662026-07-08T23:13:06.552Z Downloaded fs_extra v1.3.0
6672026-07-08T23:13:06.552Z Downloaded hostname v0.3.1
6682026-07-08T23:13:06.555Z Downloaded fixedbitset v0.5.7
6692026-07-08T23:13:06.555Z Downloaded httpdate v1.0.3
6702026-07-08T23:13:06.555Z Downloaded const-oid v0.9.6
6712026-07-08T23:13:06.558Z Downloaded digest v0.11.3
6722026-07-08T23:13:06.558Z Downloaded group v0.14.0
6732026-07-08T23:13:06.561Z Downloaded hubpack_derive v0.1.1
6742026-07-08T23:13:06.561Z Downloaded group v0.13.0
6752026-07-08T23:13:06.561Z Downloaded cookie_store v0.22.1
6762026-07-08T23:13:06.565Z Downloaded git-stub-vcs v0.1.0
6772026-07-08T23:13:06.565Z Downloaded chacha20 v0.10.0
6782026-07-08T23:13:06.568Z Downloaded derive-ex v0.1.8
6792026-07-08T23:13:06.568Z Downloaded derive_builder v0.20.2
6802026-07-08T23:13:06.572Z Downloaded colored v2.2.0
6812026-07-08T23:13:06.572Z Downloaded cmake v0.1.57
6822026-07-08T23:13:06.572Z Downloaded bzip2 v0.4.4
6832026-07-08T23:13:06.575Z Downloaded const_format_proc_macros v0.2.34
6842026-07-08T23:13:06.575Z Downloaded idna_adapter v1.2.1
6852026-07-08T23:13:06.576Z Downloaded ident_case v1.0.1
6862026-07-08T23:13:06.578Z Downloaded crypto-bigint v0.5.5
6872026-07-08T23:13:06.582Z Downloaded enum_dispatch v0.3.13
6882026-07-08T23:13:06.582Z Downloaded filetime v0.2.27
6892026-07-08T23:13:06.585Z Downloaded instability v0.3.11
6902026-07-08T23:13:06.585Z Downloaded indent_write v2.2.0
6912026-07-08T23:13:06.585Z Downloaded ena v0.14.4
6922026-07-08T23:13:06.588Z Downloaded ecdsa v0.17.0-rc.18
6932026-07-08T23:13:06.588Z Downloaded instant v0.1.13
6942026-07-08T23:13:06.591Z Downloaded internet-checksum v0.2.1
6952026-07-08T23:13:06.591Z Downloaded illumos-nvpair-sys v0.2.0
6962026-07-08T23:13:06.591Z Downloaded colored v3.1.1
6972026-07-08T23:13:06.594Z Downloaded inout v0.2.2
6982026-07-08T23:13:06.594Z Downloaded inout v0.1.4
6992026-07-08T23:13:06.594Z Downloaded env_logger v0.11.9
7002026-07-08T23:13:06.598Z Downloaded illumos-nvpair v0.3.0
7012026-07-08T23:13:06.598Z Downloaded diff v0.1.13
7022026-07-08T23:13:06.598Z Downloaded cookie v0.18.1
7032026-07-08T23:13:06.605Z Downloaded either v1.15.0
7042026-07-08T23:13:06.606Z Downloaded ed25519 v3.0.0
7052026-07-08T23:13:06.606Z Downloaded futures-channel v0.3.32
7062026-07-08T23:13:06.608Z Downloaded deranged v0.5.8
7072026-07-08T23:13:06.608Z Downloaded is_ci v1.2.0
7082026-07-08T23:13:06.608Z Downloaded is-terminal v0.4.17
7092026-07-08T23:13:06.609Z Downloaded darling_core v0.20.11
7102026-07-08T23:13:06.609Z Downloaded kem v0.3.0
7112026-07-08T23:13:06.611Z Downloaded kstat-rs v0.2.4
7122026-07-08T23:13:06.611Z Downloaded highway v1.3.0
7132026-07-08T23:13:06.612Z Downloaded http-body-util v0.1.3
7142026-07-08T23:13:06.615Z Downloaded fs-err v2.11.0
7152026-07-08T23:13:06.615Z Downloaded keccak v0.1.6
7162026-07-08T23:13:06.615Z Downloaded ff v0.14.0
7172026-07-08T23:13:06.618Z Downloaded blake2 v0.11.0-rc.6
7182026-07-08T23:13:06.618Z Downloaded der_derive v0.7.3
7192026-07-08T23:13:06.621Z Downloaded blowfish v0.10.0
7202026-07-08T23:13:06.621Z Downloaded ctutils v0.4.2
7212026-07-08T23:13:06.621Z Downloaded lalrpop-util v0.19.12
7222026-07-08T23:13:06.624Z Downloaded bzip2 v0.6.1
7232026-07-08T23:13:06.624Z Downloaded hyper-staticfile v0.10.1
7242026-07-08T23:13:06.624Z Downloaded camino-tempfile-ext v0.3.3
7252026-07-08T23:13:06.627Z Downloaded lru v0.12.5
7262026-07-08T23:13:06.630Z Downloaded humantime v2.3.0
7272026-07-08T23:13:06.634Z Downloaded lzss v0.8.2
7282026-07-08T23:13:06.637Z Downloaded lru-cache v0.1.2
7292026-07-08T23:13:06.637Z Downloaded linked-hash-map v0.5.6
7302026-07-08T23:13:06.640Z Downloaded des v0.9.0
7312026-07-08T23:13:06.640Z Downloaded crossbeam-epoch v0.9.18
7322026-07-08T23:13:06.643Z Downloaded elliptic-curve v0.13.8
7332026-07-08T23:13:06.643Z Downloaded md5 v0.8.0
7342026-07-08T23:13:06.646Z Downloaded half v1.8.3
7352026-07-08T23:13:06.646Z Downloaded maybe-uninit v2.0.0
7362026-07-08T23:13:06.646Z Downloaded match_cfg v0.1.0
7372026-07-08T23:13:06.649Z Downloaded maplit v1.0.2
7382026-07-08T23:13:06.649Z Downloaded libscf-sys v1.1.0
7392026-07-08T23:13:06.649Z Downloaded lru-slab v0.1.2
7402026-07-08T23:13:06.652Z Downloaded memoffset v0.9.1
7412026-07-08T23:13:06.652Z Downloaded mime v0.3.17
7422026-07-08T23:13:06.652Z Downloaded ingot-types v0.1.2
7432026-07-08T23:13:06.652Z Downloaded indoc v1.0.9
7442026-07-08T23:13:06.656Z Downloaded md-5 v0.10.6
7452026-07-08T23:13:06.656Z Downloaded elliptic-curve v0.14.0-rc.33
7462026-07-08T23:13:06.660Z Downloaded ingot v0.1.1
7472026-07-08T23:13:06.660Z Downloaded impl-trait-for-tuples v0.2.3
7482026-07-08T23:13:06.663Z Downloaded indoc v2.0.7
7492026-07-08T23:13:06.663Z Downloaded drift v0.2.0
7502026-07-08T23:13:06.667Z Downloaded nibble_vec v0.1.0
7512026-07-08T23:13:06.670Z Downloaded ipnet v2.11.0
7522026-07-08T23:13:06.670Z Downloaded ipnetwork v0.21.1
7532026-07-08T23:13:06.673Z Downloaded keccak v0.2.0
7542026-07-08T23:13:06.673Z Downloaded hmac v0.13.0
7552026-07-08T23:13:06.676Z Downloaded getrandom v0.3.4
7562026-07-08T23:13:06.676Z Downloaded futures v0.3.32
7572026-07-08T23:13:06.679Z Downloaded num-iter v0.1.45
7582026-07-08T23:13:06.682Z Downloaded normalize-line-endings v0.3.0
7592026-07-08T23:13:06.682Z Downloaded chacha20poly1305 v0.10.1
7602026-07-08T23:13:06.682Z Downloaded nonempty v0.12.0
7612026-07-08T23:13:06.685Z Downloaded nodrop v0.1.14
7622026-07-08T23:13:06.685Z Downloaded compact_str v0.8.1
7632026-07-08T23:13:06.688Z Downloaded libloading v0.8.9
7642026-07-08T23:13:06.688Z Downloaded bytes v1.11.1
7652026-07-08T23:13:06.691Z Downloaded derive-where v1.6.0
7662026-07-08T23:13:06.694Z Downloaded iana-time-zone v0.1.65
7672026-07-08T23:13:06.694Z Downloaded getrandom v0.2.17
7682026-07-08T23:13:06.697Z Downloaded hybrid-array v0.4.13
7692026-07-08T23:13:06.697Z Downloaded half v2.7.1
7702026-07-08T23:13:06.700Z Downloaded libsw-core v0.3.2
7712026-07-08T23:13:06.700Z Downloaded linear-map v1.2.0
7722026-07-08T23:13:06.703Z Downloaded libefi-sys v0.1.0
7732026-07-08T23:13:06.703Z Downloaded lazy_static v1.5.0
7742026-07-08T23:13:06.703Z Downloaded jobserver v0.1.34
7752026-07-08T23:13:06.706Z Downloaded num v0.4.3
7762026-07-08T23:13:06.706Z Downloaded newtype_derive v0.1.6
7772026-07-08T23:13:06.706Z Downloaded num_enum_derive v0.5.11
7782026-07-08T23:13:06.709Z Downloaded const-oid v0.10.2
7792026-07-08T23:13:06.709Z Downloaded num-derive v0.4.2
7802026-07-08T23:13:06.712Z Downloaded num-derive v0.3.3
7812026-07-08T23:13:06.712Z Downloaded num-conv v0.2.0
7822026-07-08T23:13:06.712Z Downloaded newtype-uuid-macros v0.1.0
7832026-07-08T23:13:06.715Z Downloaded generic-array v1.4.3
7842026-07-08T23:13:06.715Z Downloaded flume v0.11.1
7852026-07-08T23:13:06.718Z Downloaded lock_api v0.4.14
7862026-07-08T23:13:06.718Z Downloaded fatfs v0.3.6
7872026-07-08T23:13:06.721Z Downloaded newline-converter v0.3.0
7882026-07-08T23:13:06.721Z Downloaded openssl-probe v0.2.1
7892026-07-08T23:13:06.721Z Downloaded new_debug_unreachable v1.0.6
7902026-07-08T23:13:06.724Z Downloaded multimap v0.10.1
7912026-07-08T23:13:06.725Z Downloaded darling_core v0.21.3
7922026-07-08T23:13:06.728Z Downloaded ingot-macros v0.1.1
7932026-07-08T23:13:06.728Z Downloaded native-tls v0.2.18
7942026-07-08T23:13:06.731Z Downloaded hmac v0.12.1
7952026-07-08T23:13:06.731Z Downloaded managed v0.8.0
7962026-07-08T23:13:06.731Z Downloaded openssl-macros v0.1.1
7972026-07-08T23:13:06.731Z Downloaded base64 v0.21.7
7982026-07-08T23:13:06.734Z Downloaded derive_more v0.99.20
7992026-07-08T23:13:06.737Z Downloaded num_threads v0.1.7
8002026-07-08T23:13:06.737Z Downloaded opaque-debug v0.3.1
8012026-07-08T23:13:06.740Z Downloaded dropshot_endpoint v0.17.1
8022026-07-08T23:13:06.740Z Downloaded olpc-cjson v0.1.4
8032026-07-08T23:13:06.740Z Downloaded nanorand v0.7.0
8042026-07-08T23:13:06.743Z Downloaded multer v3.1.0
8052026-07-08T23:13:06.747Z Downloaded num-integer v0.1.46
8062026-07-08T23:13:06.747Z Downloaded packed_struct_codegen v0.10.1
8072026-07-08T23:13:06.747Z Downloaded newtype-uuid v1.3.2
8082026-07-08T23:13:06.750Z Downloaded oso-derive v0.27.3
8092026-07-08T23:13:06.750Z Downloaded openssl-probe v0.1.6
8102026-07-08T23:13:06.753Z Downloaded password-hash v0.6.1
8112026-07-08T23:13:06.753Z Downloaded peg-runtime v0.8.5
8122026-07-08T23:13:06.756Z Downloaded cc v1.2.56
8132026-07-08T23:13:06.759Z Downloaded async-compression v0.4.41
8142026-07-08T23:13:06.762Z Downloaded const_format v0.2.35
8152026-07-08T23:13:06.765Z Downloaded hyper-rustls v0.27.7
8162026-07-08T23:13:06.768Z Downloaded litemap v0.8.1
8172026-07-08T23:13:06.768Z Downloaded num-rational v0.4.2
8182026-07-08T23:13:06.771Z Downloaded num_enum_derive v0.7.6
8192026-07-08T23:13:06.771Z Downloaded num_enum v0.7.6
8202026-07-08T23:13:06.774Z Downloaded percent-encoding v2.3.2
8212026-07-08T23:13:06.774Z Downloaded libsw v3.5.0
8222026-07-08T23:13:06.777Z Downloaded phf_shared v0.12.1
8232026-07-08T23:13:06.777Z Downloaded icu_provider v2.1.1
8242026-07-08T23:13:06.780Z Downloaded icu_properties v2.1.2
8252026-07-08T23:13:06.780Z Downloaded derive_more v2.1.1
8262026-07-08T23:13:06.798Z Downloaded phf_shared v0.13.1
8272026-07-08T23:13:06.801Z Downloaded crossbeam-channel v0.5.15
8282026-07-08T23:13:06.806Z Downloaded parse-display v0.10.0
8292026-07-08T23:13:06.806Z Downloaded num_enum v0.5.11
8302026-07-08T23:13:06.809Z Downloaded module-lattice v0.2.3
8312026-07-08T23:13:06.809Z Downloaded parse-size v1.1.0
8322026-07-08T23:13:06.809Z Downloaded num-complex v0.4.6
8332026-07-08T23:13:06.809Z Downloaded memmap2 v0.9.10
8342026-07-08T23:13:06.812Z Downloaded ignore v0.4.25
8352026-07-08T23:13:06.812Z Downloaded heapless v0.7.17
8362026-07-08T23:13:06.815Z Downloaded precomputed-hash v0.1.1
8372026-07-08T23:13:06.815Z Downloaded potential_utf v0.1.4
8382026-07-08T23:13:06.815Z Downloaded mime_guess v2.0.5
8392026-07-08T23:13:06.818Z Downloaded indexmap v1.9.3
8402026-07-08T23:13:06.818Z Downloaded flate2 v1.1.9
8412026-07-08T23:13:06.821Z Downloaded oxnet v0.1.6
8422026-07-08T23:13:06.824Z Downloaded oxide-tokio-rt v0.1.4
8432026-07-08T23:13:06.824Z Downloaded owo-colors v4.3.0
8442026-07-08T23:13:06.827Z Downloaded headers v0.4.1
8452026-07-08T23:13:06.831Z Downloaded powerfmt v0.2.0
8462026-07-08T23:13:06.831Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-07-08T23:13:06.831Z Downloaded proc-macro-crate v3.4.0
8482026-07-08T23:13:06.834Z Downloaded proc-macro-crate v1.3.1
8492026-07-08T23:13:06.834Z Downloaded path-slash v0.1.5
8502026-07-08T23:13:06.834Z Downloaded parking_lot_core v0.8.6
8512026-07-08T23:13:06.834Z Downloaded packed_struct v0.10.1
8522026-07-08T23:13:06.838Z Downloaded peg-macros v0.8.5
8532026-07-08T23:13:06.838Z Downloaded der v0.7.10
8542026-07-08T23:13:06.841Z Downloaded darling_core v0.23.0
8552026-07-08T23:13:06.844Z Downloaded icu_normalizer_data v2.1.1
8562026-07-08T23:13:06.844Z Downloaded icu_locale_core v2.1.1
8572026-07-08T23:13:06.847Z Downloaded httparse v1.10.1
8582026-07-08T23:13:06.850Z Downloaded phf_shared v0.11.3
8592026-07-08T23:13:06.850Z Downloaded nu-ansi-term v0.50.3
8602026-07-08T23:13:06.853Z Downloaded phf v0.13.1
8612026-07-08T23:13:06.853Z Downloaded libbz2-rs-sys v0.2.2
8622026-07-08T23:13:06.856Z Downloaded password-hash v0.5.0
8632026-07-08T23:13:06.856Z Downloaded predicates-tree v1.0.13
8642026-07-08T23:13:06.856Z Downloaded pin-project-internal v1.1.11
8652026-07-08T23:13:06.859Z Downloaded pem-rfc7468 v0.7.0
8662026-07-08T23:13:06.859Z Downloaded progenitor-macro v0.13.0
8672026-07-08T23:13:06.862Z Downloaded predicates-core v1.0.10
8682026-07-08T23:13:06.862Z Downloaded crossterm v0.28.1
8692026-07-08T23:13:06.865Z Downloaded ml-kem v0.3.2
8702026-07-08T23:13:06.868Z Downloaded pin-project-lite v0.2.17
8712026-07-08T23:13:06.872Z Downloaded quick-error v1.2.3
8722026-07-08T23:13:06.872Z Downloaded ed25519-dalek v2.2.0
8732026-07-08T23:13:06.875Z Downloaded radium v0.7.0
8742026-07-08T23:13:06.875Z Downloaded pem v3.0.6
8752026-07-08T23:13:06.875Z Downloaded pbkdf2 v0.13.0
8762026-07-08T23:13:06.875Z Downloaded diesel_derives v2.3.7
8772026-07-08T23:13:06.879Z Downloaded rand_chacha v0.3.1
8782026-07-08T23:13:06.882Z Downloaded indicatif v0.18.4
8792026-07-08T23:13:06.885Z Downloaded progenitor-client v0.14.0
8802026-07-08T23:13:06.885Z Downloaded ed25519-dalek v3.0.0-rc.0
8812026-07-08T23:13:06.888Z Downloaded predicates v3.1.4
8822026-07-08T23:13:06.888Z Downloaded psl-types v2.0.11
8832026-07-08T23:13:06.891Z Downloaded progenitor-macro v0.14.0
8842026-07-08T23:13:06.891Z Downloaded poly1305 v0.8.0
8852026-07-08T23:13:06.892Z Downloaded phf v0.12.1
8862026-07-08T23:13:06.895Z Downloaded pem-rfc7468 v1.0.0
8872026-07-08T23:13:06.895Z Downloaded peg v0.8.5
8882026-07-08T23:13:06.898Z Downloaded parking_lot v0.12.5
8892026-07-08T23:13:06.898Z Downloaded primeorder v0.14.0-rc.10
8902026-07-08T23:13:06.904Z Downloaded parking_lot v0.11.2
8912026-07-08T23:13:06.904Z Downloaded paste v1.0.15
8922026-07-08T23:13:06.908Z Downloaded heapless v0.8.0
8932026-07-08T23:13:06.908Z Downloaded proc-macro-error2 v2.0.1
8942026-07-08T23:13:06.908Z Downloaded polyval v0.7.1
8952026-07-08T23:13:06.910Z Downloaded num-traits v0.2.19
8962026-07-08T23:13:06.911Z Downloaded postgres-protocol v0.6.10
8972026-07-08T23:13:06.913Z Downloaded litrs v1.0.0
8982026-07-08T23:13:06.913Z Downloaded pkg-config v0.3.32
8992026-07-08T23:13:06.918Z Downloaded icu_normalizer v2.1.1
9002026-07-08T23:13:06.919Z Downloaded expectorate v1.2.0
9012026-07-08T23:13:06.921Z Downloaded hickory-resolver v0.24.4
9022026-07-08T23:13:06.921Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-07-08T23:13:06.921Z Downloaded psm v0.1.30
9042026-07-08T23:13:06.924Z Downloaded ref-cast-impl v1.0.25
9052026-07-08T23:13:06.924Z Downloaded recursive v0.1.1
9062026-07-08T23:13:06.928Z Downloaded primefield v0.14.0
9072026-07-08T23:13:06.928Z Downloaded ref-cast v1.0.25
9082026-07-08T23:13:06.931Z Downloaded omicron-zone-package v0.12.3
9092026-07-08T23:13:06.931Z Downloaded primeorder v0.13.6
9102026-07-08T23:13:06.931Z Downloaded pkcs1 v0.8.0-rc.4
9112026-07-08T23:13:06.934Z Downloaded icu_collections v2.1.1
9122026-07-08T23:13:07.939Z Downloaded postcard v1.1.3
9132026-07-08T23:13:07.944Z Downloaded parking_lot_core v0.9.12
9142026-07-08T23:13:07.944Z Downloaded r2d2 v0.8.10
9152026-07-08T23:13:07.944Z Downloaded aes-gcm v0.11.0
9162026-07-08T23:13:07.944Z Downloaded rfc6979 v0.4.0
9172026-07-08T23:13:07.944Z Downloaded parse-display-derive v0.10.0
9182026-07-08T23:13:07.944Z Downloaded der v0.8.0
9192026-07-08T23:13:07.944Z Downloaded rtoolbox v0.0.3
9202026-07-08T23:13:07.944Z Downloaded rfc6979 v0.5.0
9212026-07-08T23:13:07.944Z Downloaded progenitor-extras v0.2.0
9222026-07-08T23:13:07.945Z Downloaded poly1305 v0.9.0
9232026-07-08T23:13:07.945Z Downloaded pkcs8 v0.11.0
9242026-07-08T23:13:07.945Z Downloaded progenitor-client v0.13.0
9252026-07-08T23:13:07.945Z Downloaded pkcs8 v0.10.2
9262026-07-08T23:13:07.945Z Downloaded jiff-static v0.2.21
9272026-07-08T23:13:07.945Z Downloaded papergrid v0.17.0
9282026-07-08T23:13:07.945Z Downloaded progenitor v0.14.0
9292026-07-08T23:13:07.945Z Downloaded russh-util v0.52.0
9302026-07-08T23:13:07.945Z Downloaded rustc_version v0.4.1
9312026-07-08T23:13:07.945Z Downloaded rustc_version v0.1.7
9322026-07-08T23:13:07.945Z Downloaded russh-cryptovec v0.61.0
9332026-07-08T23:13:07.945Z Downloaded rand_core v0.9.5
9342026-07-08T23:13:07.945Z Downloaded progenitor v0.13.0
9352026-07-08T23:13:07.945Z Downloaded phc v0.6.1
9362026-07-08T23:13:07.945Z Downloaded ppv-lite86 v0.2.21
9372026-07-08T23:13:07.945Z Downloaded postgres-types v0.2.12
9382026-07-08T23:13:07.945Z Downloaded aes v0.9.1
9392026-07-08T23:13:07.945Z Downloaded bumpalo v3.20.2
9402026-07-08T23:13:07.945Z Downloaded rand_seeder v0.4.0
9412026-07-08T23:13:07.945Z Downloaded rand_core v0.10.0
9422026-07-08T23:13:07.945Z Downloaded sapling-renderdag v0.1.0
9432026-07-08T23:13:07.945Z Downloaded hickory-resolver v0.25.2
9442026-07-08T23:13:07.945Z Downloaded same-file v1.0.6
9452026-07-08T23:13:07.945Z Downloaded rand_core v0.6.4
9462026-07-08T23:13:07.945Z Downloaded scroll_derive v0.13.1
9472026-07-08T23:13:07.945Z Downloaded secrecy v0.10.3
9482026-07-08T23:13:07.945Z Downloaded scheduled-thread-pool v0.2.7
9492026-07-08T23:13:07.945Z Downloaded seq-macro v0.3.6
9502026-07-08T23:13:07.945Z Downloaded pkcs1 v0.7.5
9512026-07-08T23:13:07.945Z Downloaded scopeguard v1.2.0
9522026-07-08T23:13:07.945Z Downloaded resolv-conf v0.7.6
9532026-07-08T23:13:07.945Z Downloaded hickory-server v0.25.2
9542026-07-08T23:13:07.945Z Downloaded quinn-udp v0.5.14
9552026-07-08T23:13:07.945Z Downloaded rustc-hash v2.1.1
9562026-07-08T23:13:07.945Z Downloaded semver v0.1.20
9572026-07-08T23:13:07.945Z Downloaded oso v0.27.3
9582026-07-08T23:13:07.945Z Downloaded serde_plain v1.0.2
9592026-07-08T23:13:07.946Z Downloaded pkcs5 v0.8.1
9602026-07-08T23:13:07.946Z Downloaded openssl-sys v0.9.115
9612026-07-08T23:13:07.946Z Downloaded rustls-native-certs v0.8.3
9622026-07-08T23:13:07.946Z Downloaded rand_xorshift v0.4.0
9632026-07-08T23:13:07.946Z Downloaded hashbrown v0.12.3
9642026-07-08T23:13:07.946Z Downloaded serde_spanned v1.1.1
9652026-07-08T23:13:07.946Z Downloaded serde-big-array v0.5.1
9662026-07-08T23:13:07.946Z Downloaded serde_urlencoded v0.7.1
9672026-07-08T23:13:07.946Z Downloaded derive_more-impl v2.1.1
9682026-07-08T23:13:07.946Z Downloaded pin-project v1.1.11
9692026-07-08T23:13:07.946Z Downloaded serde_repr v0.1.20
9702026-07-08T23:13:07.946Z Downloaded rusty-fork v0.3.1
9712026-07-08T23:13:07.946Z Downloaded rustls-pemfile v2.2.0
9722026-07-08T23:13:07.946Z Downloaded sha1 v0.11.0
9732026-07-08T23:13:07.946Z Downloaded hyper-util v0.1.20
9742026-07-08T23:13:07.946Z Downloaded signal-hook-tokio v0.3.1
9752026-07-08T23:13:07.946Z Downloaded signal-hook-mio v0.2.5
9762026-07-08T23:13:07.946Z Downloaded hashbrown v0.13.2
9772026-07-08T23:13:07.946Z Downloaded miniz_oxide v0.8.9
9782026-07-08T23:13:07.946Z Downloaded progenitor-impl v0.14.0
9792026-07-08T23:13:07.946Z Downloaded sigpipe v0.1.3
9802026-07-08T23:13:07.946Z Downloaded signature v3.0.0
9812026-07-08T23:13:07.946Z Downloaded slog-envlogger v2.2.0
9822026-07-08T23:13:07.946Z Downloaded rand_chacha v0.9.0
9832026-07-08T23:13:07.946Z Downloaded shell-words v1.1.1
9842026-07-08T23:13:07.946Z Downloaded siphasher v1.0.2
9852026-07-08T23:13:07.946Z Downloaded signature v2.2.0
9862026-07-08T23:13:07.946Z Downloaded schemars_derive v0.8.22
9872026-07-08T23:13:07.946Z Downloaded prefix-trie v0.7.0
9882026-07-08T23:13:07.946Z Downloaded p256 v0.14.0-rc.10
9892026-07-08T23:13:07.946Z Downloaded serde_path_to_error v0.1.20
9902026-07-08T23:13:07.946Z Downloaded serde_bytes v0.11.19
9912026-07-08T23:13:07.946Z Downloaded p384 v0.14.0-rc.10
9922026-07-08T23:13:07.946Z Downloaded slog-bunyan v2.5.0
9932026-07-08T23:13:07.946Z Downloaded serde-hex v0.1.0
9942026-07-08T23:13:07.947Z Downloaded sec1 v0.7.3
9952026-07-08T23:13:07.947Z Downloaded scrypt v0.12.0
9962026-07-08T23:13:07.947Z Downloaded progenitor-impl v0.13.0
9972026-07-08T23:13:07.947Z Downloaded itertools v0.10.5
9982026-07-08T23:13:07.947Z Downloaded serde_derive_internals v0.29.1
9992026-07-08T23:13:07.947Z Downloaded pretty_assertions v1.4.1
10002026-07-08T23:13:07.947Z Downloaded secrecy v0.8.0
10012026-07-08T23:13:07.947Z Downloaded serde_with_macros v1.5.2
10022026-07-08T23:13:07.947Z Downloaded rustversion v1.0.22
10032026-07-08T23:13:07.947Z Downloaded sec1 v0.8.1
10042026-07-08T23:13:07.947Z Downloaded sha1 v0.10.6
10052026-07-08T23:13:07.947Z Downloaded internal-russh-num-bigint v0.5.0
10062026-07-08T23:13:07.947Z Downloaded sqlparser_derive v0.5.0
10072026-07-08T23:13:07.947Z Downloaded shlex v1.3.0
10082026-07-08T23:13:07.947Z Downloaded stable_deref_trait v1.2.1
10092026-07-08T23:13:07.947Z Downloaded rustls-pki-types v1.14.0
10102026-07-08T23:13:07.947Z Downloaded signal-hook-registry v1.4.8
10112026-07-08T23:13:07.947Z Downloaded slog-dtrace v0.3.0
10122026-07-08T23:13:07.947Z Downloaded structmeta v0.3.0
10132026-07-08T23:13:07.951Z Downloaded salsa20 v0.11.0
10142026-07-08T23:13:07.952Z Downloaded strip-ansi-escapes v0.2.1
10152026-07-08T23:13:07.952Z Downloaded strum v0.27.2
10162026-07-08T23:13:07.952Z Downloaded structmeta-derive v0.3.0
10172026-07-08T23:13:07.952Z Downloaded strsim v0.10.0
10182026-07-08T23:13:07.952Z Downloaded slog-term v2.9.2
10192026-07-08T23:13:07.952Z Downloaded slog-scope v4.4.1
10202026-07-08T23:13:07.952Z Downloaded slab v0.4.12
10212026-07-08T23:13:07.952Z Downloaded simd-adler32 v0.3.8
10222026-07-08T23:13:07.952Z Downloaded mio v1.2.0
10232026-07-08T23:13:07.952Z Downloaded http v1.4.2
10242026-07-08T23:13:07.952Z Downloaded ron v0.8.1
10252026-07-08T23:13:07.952Z Downloaded sync_wrapper v1.0.2
10262026-07-08T23:13:07.952Z Downloaded minimal-lexical v0.2.1
10272026-07-08T23:13:07.952Z Downloaded sync-ptr v0.1.4
10282026-07-08T23:13:07.952Z Downloaded supports-color v3.0.2
10292026-07-08T23:13:07.952Z Downloaded tabwriter v1.4.1
10302026-07-08T23:13:07.952Z Downloaded snafu-derive v0.8.9
10312026-07-08T23:13:07.952Z Downloaded smf v0.2.3
10322026-07-08T23:13:07.952Z Downloaded subtle v2.6.1
10332026-07-08T23:13:07.952Z Downloaded strum v0.26.3
10342026-07-08T23:13:07.952Z Downloaded serde_cbor v0.11.2
10352026-07-08T23:13:07.952Z Downloaded smallvec v0.6.14
10362026-07-08T23:13:07.952Z Downloaded tap v1.0.1
10372026-07-08T23:13:07.952Z Downloaded take_mut v0.2.2
10382026-07-08T23:13:07.952Z Downloaded prettyplease v0.2.37
10392026-07-08T23:13:07.952Z Downloaded slog-stdlog v4.1.1
10402026-07-08T23:13:07.952Z Downloaded slog-json v2.6.1
10412026-07-08T23:13:07.952Z Downloaded spki v0.8.0
10422026-07-08T23:13:07.953Z Downloaded spki v0.7.3
10432026-07-08T23:13:07.953Z Downloaded serde_with_macros v3.17.0
10442026-07-08T23:13:07.953Z Downloaded hashbrown v0.15.5
10452026-07-08T23:13:07.953Z Downloaded termtree v0.5.1
10462026-07-08T23:13:07.953Z Downloaded tagptr v0.2.0
10472026-07-08T23:13:07.953Z Downloaded static_assertions v1.1.0
10482026-07-08T23:13:07.953Z Downloaded stacker v0.1.23
10492026-07-08T23:13:07.953Z Downloaded ssh-encoding v0.3.0-rc.9
10502026-07-08T23:13:07.953Z Downloaded thiserror-impl-no-std v2.0.2
10512026-07-08T23:13:07.953Z Downloaded testing_table v0.3.0
10522026-07-08T23:13:07.953Z Downloaded ssh-cipher v0.3.0-rc.9
10532026-07-08T23:13:07.953Z Downloaded ryu v1.0.23
10542026-07-08T23:13:07.953Z Downloaded idna v1.1.0
10552026-07-08T23:13:07.953Z Downloaded hashbrown v0.16.1
10562026-07-08T23:13:07.953Z Downloaded tinyvec_macros v0.1.1
10572026-07-08T23:13:07.953Z Downloaded thread-id v5.1.0
10582026-07-08T23:13:07.953Z Downloaded time-core v0.1.8
10592026-07-08T23:13:07.953Z Downloaded stringprep v0.1.5
10602026-07-08T23:13:07.953Z Downloaded string_cache v0.8.9
10612026-07-08T23:13:07.953Z Downloaded publicsuffix v2.3.0
10622026-07-08T23:13:07.953Z Downloaded aho-corasick v1.1.4
10632026-07-08T23:13:07.953Z Downloaded strum_macros v0.24.3
10642026-07-08T23:13:07.953Z Downloaded rand v0.8.6
10652026-07-08T23:13:07.953Z Downloaded synstructure v0.13.2
10662026-07-08T23:13:07.953Z Downloaded strum_macros v0.26.4
10672026-07-08T23:13:07.953Z Downloaded schemars v0.8.22
10682026-07-08T23:13:07.953Z Downloaded support-bundle-viewer v0.1.2
10692026-07-08T23:13:07.953Z Downloaded tokio-macros v2.7.0
10702026-07-08T23:13:07.953Z Downloaded rcgen v0.12.1
10712026-07-08T23:13:07.953Z Downloaded spin v0.9.8
10722026-07-08T23:13:07.953Z Downloaded rayon-core v1.13.0
10732026-07-08T23:13:07.953Z Downloaded smallvec v1.15.1
10742026-07-08T23:13:07.953Z Downloaded nom v7.1.3
10752026-07-08T23:13:07.953Z Downloaded serde_yaml v0.9.34+deprecated
10762026-07-08T23:13:07.953Z Downloaded quinn v0.11.9
10772026-07-08T23:13:07.953Z Downloaded tokio-test v0.4.5
10782026-07-08T23:13:07.953Z Downloaded libxml v0.3.3
10792026-07-08T23:13:07.954Z Downloaded num-bigint v0.4.6
10802026-07-08T23:13:07.954Z Downloaded sqlformat v0.3.5
10812026-07-08T23:13:07.954Z Downloaded sha2 v0.11.0
10822026-07-08T23:13:07.954Z Downloaded topological-sort v0.2.2
10832026-07-08T23:13:07.954Z Downloaded h2 v0.4.15
10842026-07-08T23:13:07.954Z Downloaded serdect v0.4.3
10852026-07-08T23:13:07.954Z Downloaded tower-service v0.3.3
10862026-07-08T23:13:07.954Z Downloaded tower-layer v0.3.3
10872026-07-08T23:13:07.954Z Downloaded signal-hook v0.3.18
10882026-07-08T23:13:07.954Z Downloaded iri-string v0.7.10
10892026-07-08T23:13:07.954Z Downloaded slog v2.8.2
10902026-07-08T23:13:07.954Z Downloaded hyper v1.10.1
10912026-07-08T23:13:07.954Z Downloaded tls_codec v0.4.2
10922026-07-08T23:13:07.954Z Downloaded time-macros v0.2.27
10932026-07-08T23:13:07.954Z Downloaded thread_local v1.1.9
10942026-07-08T23:13:07.954Z Downloaded try-lock v0.2.5
10952026-07-08T23:13:07.954Z Downloaded trait-variant v0.1.2
10962026-07-08T23:13:07.954Z Downloaded tokio-native-tls v0.3.1
10972026-07-08T23:13:07.954Z Downloaded rand v0.9.2
10982026-07-08T23:13:07.954Z Downloaded similar v2.7.0
10992026-07-08T23:13:07.954Z Downloaded tinystr v0.8.2
11002026-07-08T23:13:07.954Z Downloaded unicode-truncate v1.1.0
11012026-07-08T23:13:07.954Z Downloaded untrusted v0.7.1
11022026-07-08T23:13:07.954Z Downloaded tabled_derive v0.11.0
11032026-07-08T23:13:07.954Z Downloaded qorb v0.4.1
11042026-07-08T23:13:07.954Z Downloaded untrusted v0.9.0
11052026-07-08T23:13:07.954Z Downloaded usdt-attr-macro v0.6.0
11062026-07-08T23:13:07.954Z Downloaded usdt v0.6.0
11072026-07-08T23:13:07.954Z Downloaded tokio-tungstenite v0.21.0
11082026-07-08T23:13:07.954Z Downloaded p521 v0.14.0-rc.10
11092026-07-08T23:13:07.954Z Downloaded unarray v0.1.4
11102026-07-08T23:13:07.954Z Downloaded rustls-webpki v0.103.13
11112026-07-08T23:13:07.954Z Downloaded typify-macro v0.6.2
11122026-07-08T23:13:07.954Z Downloaded tokio-tungstenite v0.23.1
11132026-07-08T23:13:07.960Z Downloaded futures-util v0.3.32
11142026-07-08T23:13:07.960Z Downloaded utf8_iter v1.0.4
11152026-07-08T23:13:07.960Z Downloaded utf-8 v0.7.6
11162026-07-08T23:13:07.960Z Downloaded icu_properties_data v2.1.2
11172026-07-08T23:13:07.960Z Downloaded samael v0.0.19
11182026-07-08T23:13:07.960Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11192026-07-08T23:13:07.960Z Downloaded usdt-macro v0.6.0
11202026-07-08T23:13:07.960Z Downloaded universal-hash v0.6.1
11212026-07-08T23:13:07.960Z Downloaded universal-hash v0.5.1
11222026-07-08T23:13:07.960Z Downloaded void v1.0.2
11232026-07-08T23:13:07.960Z Downloaded unit-prefix v0.5.2
11242026-07-08T23:13:07.960Z Downloaded unicode-xid v0.2.6
11252026-07-08T23:13:07.960Z Downloaded toml_writer v1.1.1+spec-1.1.0
11262026-07-08T23:13:07.960Z Downloaded socket2 v0.6.3
11272026-07-08T23:13:07.960Z Downloaded waitgroup v0.1.2
11282026-07-08T23:13:07.960Z Downloaded tokio-dtrace v0.1.1
11292026-07-08T23:13:07.960Z Downloaded tiny-keccak v2.0.2
11302026-07-08T23:13:07.960Z Downloaded wait-timeout v0.2.1
11312026-07-08T23:13:07.960Z Downloaded term v1.2.1
11322026-07-08T23:13:07.961Z Downloaded tls_codec_derive v0.4.2
11332026-07-08T23:13:07.961Z Downloaded rsa v0.9.10
11342026-07-08T23:13:07.961Z Downloaded want v0.3.1
11352026-07-08T23:13:07.961Z Downloaded itertools v0.14.0
11362026-07-08T23:13:07.961Z Downloaded num-bigint-dig v0.8.6
11372026-07-08T23:13:07.961Z Downloaded nom v8.0.0
11382026-07-08T23:13:07.961Z Downloaded xattr v1.6.1
11392026-07-08T23:13:07.961Z Downloaded unicase v2.9.0
11402026-07-08T23:13:07.961Z Downloaded tui-tree-widget v0.23.1
11412026-07-08T23:13:07.961Z Downloaded term v0.7.0
11422026-07-08T23:13:07.961Z Downloaded yoke-derive v0.8.1
11432026-07-08T23:13:07.961Z Downloaded thiserror-no-std v2.0.2
11442026-07-08T23:13:07.961Z Downloaded snafu v0.8.9
11452026-07-08T23:13:07.961Z Downloaded tokio-stream v0.1.18
11462026-07-08T23:13:07.961Z Downloaded schemars v1.2.1
11472026-07-08T23:13:07.961Z Downloaded subprocess v0.2.15
11482026-07-08T23:13:07.961Z Downloaded tokio-rustls v0.26.4
11492026-07-08T23:13:07.961Z Downloaded socket2 v0.5.10
11502026-07-08T23:13:07.961Z Downloaded crypto-primes v0.7.2
11512026-07-08T23:13:07.961Z Downloaded zerofrom v0.1.6
11522026-07-08T23:13:07.961Z Downloaded xshell-macros v0.2.7
11532026-07-08T23:13:07.961Z Downloaded blake3 v1.8.5
11542026-07-08T23:13:07.961Z Downloaded zeroize_derive v1.4.3
11552026-07-08T23:13:07.961Z Downloaded vergen-git2 v9.1.0
11562026-07-08T23:13:07.961Z Downloaded hkdf v0.13.0
11572026-07-08T23:13:07.961Z Downloaded strum_macros v0.27.2
11582026-07-08T23:13:07.961Z Downloaded itertools v0.13.0
11592026-07-08T23:13:07.961Z Downloaded vsss-rs v3.3.4
11602026-07-08T23:13:07.961Z Downloaded zone_cfg_derive v0.3.1
11612026-07-08T23:13:07.961Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11622026-07-08T23:13:07.961Z Downloaded zerofrom-derive v0.1.6
11632026-07-08T23:13:07.961Z Downloaded vergen-gitcl v1.0.8
11642026-07-08T23:13:07.961Z Downloaded uzers v0.12.2
11652026-07-08T23:13:07.962Z Downloaded walkdir v2.5.0
11662026-07-08T23:13:07.962Z Downloaded tracing-attributes v0.1.31
11672026-07-08T23:13:07.962Z Downloaded zone v0.3.1
11682026-07-08T23:13:07.962Z Downloaded vergen-lib v9.1.0
11692026-07-08T23:13:07.962Z Downloaded vergen-lib v0.1.6
11702026-07-08T23:13:07.962Z Downloaded twox-hash v2.1.2
11712026-07-08T23:13:07.962Z Downloaded hkdf v0.12.4
11722026-07-08T23:13:07.962Z Downloaded test-strategy v0.4.5
11732026-07-08T23:13:07.962Z Downloaded itertools v0.12.1
11742026-07-08T23:13:07.962Z Downloaded tinyvec v1.10.0
11752026-07-08T23:13:07.962Z Downloaded rand v0.10.1
11762026-07-08T23:13:07.962Z Downloaded rustls-platform-verifier v0.6.2
11772026-07-08T23:13:07.962Z Downloaded rsa v0.10.0-rc.18
11782026-07-08T23:13:07.962Z Downloaded writeable v0.6.2
11792026-07-08T23:13:07.962Z Downloaded schemars v0.9.0
11802026-07-08T23:13:07.962Z Downloaded xshell v0.2.7
11812026-07-08T23:13:07.962Z Downloaded aws-lc-rs v1.16.3
11822026-07-08T23:13:07.962Z Downloaded yoke v0.8.1
11832026-07-08T23:13:07.962Z Downloaded wyz v0.5.1
11842026-07-08T23:13:07.962Z Downloaded vergen v9.1.0
11852026-07-08T23:13:07.962Z Downloaded usdt-impl v0.6.0
11862026-07-08T23:13:07.962Z Downloaded unicode-properties v0.1.4
11872026-07-08T23:13:07.962Z Downloaded toml_parser v1.1.2+spec-1.1.0
11882026-07-08T23:13:07.962Z Downloaded toml v0.7.8
11892026-07-08T23:13:07.962Z Downloaded zerovec-derive v0.11.2
11902026-07-08T23:13:07.962Z Downloaded iddqd v0.4.2
11912026-07-08T23:13:07.962Z Downloaded libm v0.2.16
11922026-07-08T23:13:07.962Z Downloaded zstd v0.13.3
11932026-07-08T23:13:07.962Z Downloaded zeroize v1.8.2
11942026-07-08T23:13:07.962Z Downloaded whoami v1.6.1
11952026-07-08T23:13:07.962Z Downloaded toml v1.1.2+spec-1.1.0
11962026-07-08T23:13:07.962Z Downloaded unicode-bidi v0.3.18
11972026-07-08T23:13:07.962Z Downloaded tar v0.4.45
11982026-07-08T23:13:07.962Z Downloaded steno v0.4.1
11992026-07-08T23:13:07.962Z Downloaded bindgen v0.71.1
12002026-07-08T23:13:07.962Z Downloaded typify v0.6.2
12012026-07-08T23:13:07.963Z Downloaded tracing-core v0.1.36
12022026-07-08T23:13:07.963Z Downloaded tungstenite v0.21.0
12032026-07-08T23:13:07.963Z Downloaded whoami v2.1.0
12042026-07-08T23:13:07.963Z Downloaded bitvec v1.0.1
12052026-07-08T23:13:07.963Z Downloaded rustyline v14.0.0
12062026-07-08T23:13:07.963Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-07-08T23:13:07.963Z Downloaded chrono v0.4.44
12082026-07-08T23:13:07.963Z Downloaded yasna v0.5.2
12092026-07-08T23:13:07.963Z Downloaded vte v0.14.1
12102026-07-08T23:13:07.963Z Downloaded zerocopy v0.6.6
12112026-07-08T23:13:07.963Z Downloaded zstd-safe v7.2.4
12122026-07-08T23:13:07.963Z Downloaded rpassword v7.4.0
12132026-07-08T23:13:07.966Z Downloaded tungstenite v0.23.0
12142026-07-08T23:13:07.966Z Downloaded termios v0.3.3
12152026-07-08T23:13:07.966Z Downloaded slog-async v2.8.0
12162026-07-08T23:13:07.966Z Downloaded scroll v0.13.0
12172026-07-08T23:13:07.966Z Downloaded tokio-postgres v0.7.16
12182026-07-08T23:13:07.966Z Downloaded unsafe-libyaml v0.2.11
12192026-07-08T23:13:07.967Z Downloaded git2 v0.20.4
12202026-07-08T23:13:07.967Z Downloaded serde_with v1.14.0
12212026-07-08T23:13:07.967Z Downloaded reedline v0.40.0
12222026-07-08T23:13:07.967Z Downloaded zopfli v0.8.3
12232026-07-08T23:13:07.967Z Downloaded toml_edit v0.19.15
12242026-07-08T23:13:07.967Z Downloaded uuid v1.23.4
12252026-07-08T23:13:07.967Z Downloaded url v2.5.8
12262026-07-08T23:13:07.967Z Downloaded reqwest v0.13.2
12272026-07-08T23:13:07.967Z Downloaded reqwest v0.12.28
12282026-07-08T23:13:07.967Z Downloaded zip v0.6.6
12292026-07-08T23:13:07.967Z Downloaded yansi v1.0.1
12302026-07-08T23:13:07.967Z Downloaded regex v1.12.3
12312026-07-08T23:13:07.967Z Downloaded quick-xml v0.37.5
12322026-07-08T23:13:07.967Z Downloaded zerocopy-derive v0.8.40
12332026-07-08T23:13:07.967Z Downloaded tower v0.5.3
12342026-07-08T23:13:07.967Z Downloaded p384 v0.13.1
12352026-07-08T23:13:07.967Z Downloaded typed-path v0.9.3
12362026-07-08T23:13:07.967Z Downloaded x509-cert v0.2.5
12372026-07-08T23:13:07.967Z Downloaded unicode-segmentation v1.12.0
12382026-07-08T23:13:07.967Z Downloaded moka v0.12.13
12392026-07-08T23:13:07.967Z Downloaded zerotrie v0.2.3
12402026-07-08T23:13:07.967Z Downloaded portable-atomic v1.13.1
12412026-07-08T23:13:07.967Z Downloaded goblin v0.10.5
12422026-07-08T23:13:07.967Z Downloaded salty v0.3.0
12432026-07-08T23:13:07.967Z Downloaded crypto-bigint v0.7.5
12442026-07-08T23:13:07.967Z Downloaded unicode_categories v0.1.1
12452026-07-08T23:13:07.967Z Downloaded lalrpop v0.19.12
12462026-07-08T23:13:07.967Z Downloaded tokio-util v0.7.18
12472026-07-08T23:13:07.967Z Downloaded zip v4.6.1
12482026-07-08T23:13:07.967Z Downloaded unicode-normalization v0.1.25
12492026-07-08T23:13:07.967Z Downloaded rayon v1.11.0
12502026-07-08T23:13:07.967Z Downloaded petname v2.0.2
12512026-07-08T23:13:07.967Z Downloaded serde_with v3.17.0
12522026-07-08T23:13:07.967Z Downloaded tough v0.22.0
12532026-07-08T23:13:07.967Z Downloaded tower-http v0.6.8
12542026-07-08T23:13:07.967Z Downloaded ssh-key v0.7.0-rc.10
12552026-07-08T23:13:07.967Z Downloaded nix v0.27.1
12562026-07-08T23:13:07.967Z Downloaded zerovec v0.11.5
12572026-07-08T23:13:07.967Z Downloaded radix_trie v0.2.1
12582026-07-08T23:13:07.968Z Downloaded quinn-proto v0.11.13
12592026-07-08T23:13:07.968Z Downloaded proptest v1.10.0
12602026-07-08T23:13:07.968Z Downloaded curve25519-dalek v4.1.3
12612026-07-08T23:13:07.968Z Downloaded object v0.30.4
12622026-07-08T23:13:07.968Z Downloaded winnow v0.5.40
12632026-07-08T23:13:07.968Z Downloaded bstr v1.12.1
12642026-07-08T23:13:07.968Z Downloaded openssl v0.10.79
12652026-07-08T23:13:07.968Z Downloaded polar-core v0.27.3
12662026-07-08T23:13:07.968Z Downloaded winnow v0.6.26
12672026-07-08T23:13:07.968Z Downloaded russh v0.61.2
12682026-07-08T23:13:07.968Z Downloaded curve25519-dalek v5.0.0-rc.0
12692026-07-08T23:13:07.968Z Downloaded nix v0.28.0
12702026-07-08T23:13:07.968Z Downloaded winnow v1.0.3
12712026-07-08T23:13:07.968Z Downloaded dropshot v0.17.1
12722026-07-08T23:13:07.968Z Downloaded smoltcp v0.9.1
12732026-07-08T23:13:07.968Z Downloaded regex-syntax v0.6.29
12742026-07-08T23:13:07.968Z Downloaded object v0.37.3
12752026-07-08T23:13:07.968Z Downloaded time v0.3.47
12762026-07-08T23:13:07.968Z Downloaded vcpkg v0.2.15
12772026-07-08T23:13:07.968Z Downloaded tabled v0.20.0
12782026-07-08T23:13:07.968Z Downloaded zlib-rs v0.6.2
12792026-07-08T23:13:07.968Z Downloaded nix v0.31.2
12802026-07-08T23:13:07.968Z Downloaded hickory-proto v0.24.4
12812026-07-08T23:13:07.968Z Downloaded openapiv3 v2.2.0
12822026-07-08T23:13:07.968Z Downloaded smoltcp v0.11.0
12832026-07-08T23:13:07.968Z Downloaded zerocopy v0.8.40
12842026-07-08T23:13:07.968Z Downloaded diesel v2.3.7
12852026-07-08T23:13:07.968Z Downloaded rustls v0.23.41
12862026-07-08T23:13:07.972Z Downloaded rustix v0.38.44
12872026-07-08T23:13:07.983Z Downloaded regress v0.11.1
12882026-07-08T23:13:07.989Z Downloaded regex-syntax v0.8.10
12892026-07-08T23:13:07.995Z Downloaded regress v0.10.5
12902026-07-08T23:13:08.002Z Downloaded hickory-proto v0.25.2
12912026-07-08T23:13:08.019Z Downloaded sled v0.34.7
12922026-07-08T23:13:08.046Z Downloaded ratatui v0.29.0
12932026-07-08T23:13:08.064Z Downloaded fiat-crypto v0.3.0
12942026-07-08T23:13:08.072Z Downloaded sqlparser v0.61.0
12952026-07-08T23:13:08.078Z Downloaded regex-automata v0.4.14
12962026-07-08T23:13:08.087Z Downloaded tracing v0.1.44
12972026-07-08T23:13:08.101Z Downloaded typify-impl v0.6.2
12982026-07-08T23:13:08.111Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-07-08T23:13:08.118Z Downloaded sha3 v0.11.0
13002026-07-08T23:13:08.122Z Downloaded jiff v0.2.21
13012026-07-08T23:13:08.131Z Downloaded zerocopy-derive v0.6.6
13022026-07-08T23:13:08.137Z Downloaded csv v1.4.0
13032026-07-08T23:13:08.151Z Downloaded petgraph v0.8.3
13042026-07-08T23:13:08.164Z Downloaded chrono-tz v0.10.4
13052026-07-08T23:13:08.175Z Downloaded petgraph v0.6.5
13062026-07-08T23:13:08.203Z Downloaded tokio v1.52.1
13072026-07-08T23:13:08.227Z Downloaded libz-sys v1.1.24
13082026-07-08T23:13:08.246Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-07-08T23:13:08.257Z Downloaded sha3 v0.10.8
13102026-07-08T23:13:08.269Z Downloaded encoding_rs v0.8.35
13112026-07-08T23:13:08.305Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-07-08T23:13:08.349Z Downloaded ring v0.17.14
13132026-07-08T23:13:08.855Z Downloaded aws-lc-sys v0.40.0
13142026-07-08T23:13:09.101Z Compiling libc v0.2.185
13152026-07-08T23:13:09.101Z Compiling serde_core v1.0.228
13162026-07-08T23:13:09.101Z Compiling serde v1.0.228
13172026-07-08T23:13:09.104Z Compiling log v0.4.29
13182026-07-08T23:13:09.104Z Compiling smallvec v1.15.1
13192026-07-08T23:13:09.104Z Compiling shlex v1.3.0
13202026-07-08T23:13:09.238Z Compiling find-msvc-tools v0.1.9
13212026-07-08T23:13:09.241Z Compiling syn v2.0.117
13222026-07-08T23:13:09.440Z Compiling subtle v2.6.1
13232026-07-08T23:13:09.458Z Compiling scopeguard v1.2.0
13242026-07-08T23:13:09.462Z Compiling stable_deref_trait v1.2.1
13252026-07-08T23:13:09.540Z Compiling lock_api v0.4.14
13262026-07-08T23:13:09.543Z Compiling typenum v1.20.1
13272026-07-08T23:13:09.576Z Compiling serde_json v1.0.150
13282026-07-08T23:13:09.589Z Compiling zerocopy v0.8.40
13292026-07-08T23:13:09.603Z Compiling portable-atomic v1.13.1
13302026-07-08T23:13:09.763Z Compiling parking_lot_core v0.9.12
13312026-07-08T23:13:09.795Z Compiling pin-project-lite v0.2.17
13322026-07-08T23:13:09.892Z Compiling pkg-config v0.3.32
13332026-07-08T23:13:10.031Z Compiling critical-section v1.2.0
13342026-07-08T23:13:10.048Z Compiling getrandom v0.4.1
13352026-07-08T23:13:10.079Z Compiling jobserver v0.1.34
13362026-07-08T23:13:10.126Z Compiling errno v0.3.14
13372026-07-08T23:13:10.268Z Compiling cc v1.2.56
13382026-07-08T23:13:10.363Z Compiling getrandom v0.2.17
13392026-07-08T23:13:10.395Z Compiling signal-hook-registry v1.4.8
13402026-07-08T23:13:10.448Z Compiling libm v0.2.16
13412026-07-08T23:13:10.578Z Compiling once_cell v1.21.3
13422026-07-08T23:13:10.661Z Compiling rand_core v0.6.4
13432026-07-08T23:13:10.676Z Compiling futures-core v0.3.32
13442026-07-08T23:13:10.712Z Compiling parking_lot v0.12.5
13452026-07-08T23:13:10.790Z Compiling mio v1.2.0
13462026-07-08T23:13:10.804Z Compiling num-traits v0.2.19
13472026-07-08T23:13:10.819Z Compiling generic-array v0.14.7
13482026-07-08T23:13:10.936Z Compiling rand_core v0.10.0
13492026-07-08T23:13:11.001Z Compiling const-oid v0.9.6
13502026-07-08T23:13:11.233Z Compiling litemap v0.8.1
13512026-07-08T23:13:11.246Z Compiling percent-encoding v2.3.2
13522026-07-08T23:13:11.286Z Compiling writeable v0.6.2
13532026-07-08T23:13:11.431Z Compiling bitflags v2.11.0
13542026-07-08T23:13:11.453Z Compiling semver v1.0.28
13552026-07-08T23:13:11.474Z Compiling socket2 v0.6.3
13562026-07-08T23:13:11.656Z Compiling icu_normalizer_data v2.1.1
13572026-07-08T23:13:11.729Z Compiling icu_properties_data v2.1.2
13582026-07-08T23:13:11.763Z Compiling futures-sink v0.3.32
13592026-07-08T23:13:11.777Z Compiling futures-task v0.3.32
13602026-07-08T23:13:11.880Z Compiling futures-channel v0.3.32
13612026-07-08T23:13:11.939Z Compiling slab v0.4.12
13622026-07-08T23:13:11.968Z Compiling synstructure v0.13.2
13632026-07-08T23:13:12.084Z Compiling futures-io v0.3.32
13642026-07-08T23:13:12.098Z Compiling indexmap v2.14.0
13652026-07-08T23:13:12.134Z Compiling getrandom v0.3.4
13662026-07-08T23:13:12.244Z Compiling rustversion v1.0.22
13672026-07-08T23:13:12.317Z Compiling utf8_iter v1.0.4
13682026-07-08T23:13:12.471Z Compiling form_urlencoded v1.2.2
13692026-07-08T23:13:12.494Z Compiling cmake v0.1.57
13702026-07-08T23:13:12.644Z Compiling rustix v1.1.3
13712026-07-08T23:13:12.659Z Compiling ident_case v1.0.1
13722026-07-08T23:13:12.685Z Compiling fs_extra v1.3.0
13732026-07-08T23:13:12.810Z Compiling dunce v1.0.5
13742026-07-08T23:13:12.889Z Compiling iana-time-zone v0.1.65
13752026-07-08T23:13:12.911Z Compiling regex-syntax v0.8.10
13762026-07-08T23:13:12.930Z Compiling vcpkg v0.2.15
13772026-07-08T23:13:12.978Z Compiling aws-lc-sys v0.40.0
13782026-07-08T23:13:13.095Z Compiling rand_core v0.9.5
13792026-07-08T23:13:13.181Z Compiling base64ct v1.8.3
13802026-07-08T23:13:13.301Z Compiling rustc_version v0.4.1
13812026-07-08T23:13:13.378Z Compiling uuid v1.23.4
13822026-07-08T23:13:13.478Z Compiling pem-rfc7468 v0.7.0
13832026-07-08T23:13:13.639Z Compiling tracing-core v0.1.36
13842026-07-08T23:13:13.681Z Compiling openssl-sys v0.9.115
13852026-07-08T23:13:13.760Z Compiling serde_derive v1.0.228
13862026-07-08T23:13:13.796Z Compiling zeroize_derive v1.4.3
13872026-07-08T23:13:14.137Z Compiling zerofrom-derive v0.1.6
13882026-07-08T23:13:14.203Z Compiling yoke-derive v0.8.1
13892026-07-08T23:13:14.227Z Compiling zerocopy-derive v0.8.40
13902026-07-08T23:13:14.400Z Compiling zerovec-derive v0.11.2
13912026-07-08T23:13:14.468Z Compiling zeroize v1.8.2
13922026-07-08T23:13:14.682Z Compiling displaydoc v0.2.5
13932026-07-08T23:13:15.393Z Compiling tokio-macros v2.7.0
13942026-07-08T23:13:15.463Z Compiling futures-macro v0.3.32
13952026-07-08T23:13:15.560Z Compiling der_derive v0.7.3
13962026-07-08T23:13:15.574Z Compiling zerofrom v0.1.6
13972026-07-08T23:13:15.703Z Compiling yoke v0.8.1
13982026-07-08T23:13:15.889Z Compiling zerovec v0.11.5
13992026-07-08T23:13:15.903Z Compiling zerotrie v0.2.3
14002026-07-08T23:13:16.142Z Compiling crypto-common v0.1.7
14012026-07-08T23:13:16.204Z Compiling block-buffer v0.10.4
14022026-07-08T23:13:16.292Z Compiling tracing-attributes v0.1.31
14032026-07-08T23:13:16.309Z Compiling futures-util v0.3.32
14042026-07-08T23:13:16.371Z Compiling tinystr v0.8.2
14052026-07-08T23:13:16.392Z Compiling potential_utf v0.1.4
14062026-07-08T23:13:16.538Z Compiling icu_locale_core v2.1.1
14072026-07-08T23:13:16.554Z Compiling icu_collections v2.1.1
14082026-07-08T23:13:16.568Z Compiling digest v0.10.7
14092026-07-08T23:13:16.820Z Compiling thiserror-impl v2.0.18
14102026-07-08T23:13:17.034Z Compiling base64 v0.22.1
14112026-07-08T23:13:17.384Z Compiling bytes v1.11.1
14122026-07-08T23:13:17.403Z Compiling icu_provider v2.1.1
14132026-07-08T23:13:17.439Z Compiling chrono v0.4.44
14142026-07-08T23:13:17.672Z Compiling icu_properties v2.1.2
14152026-07-08T23:13:17.698Z Compiling icu_normalizer v2.1.1
14162026-07-08T23:13:18.016Z Compiling tokio v1.52.1
14172026-07-08T23:13:18.211Z Compiling http v1.4.2
14182026-07-08T23:13:18.237Z Compiling aws-lc-rs v1.16.3
14192026-07-08T23:13:18.539Z Compiling idna_adapter v1.2.1
14202026-07-08T23:13:18.647Z Compiling idna v1.1.0
14212026-07-08T23:13:18.680Z Compiling ppv-lite86 v0.2.21
14222026-07-08T23:13:18.781Z Compiling flagset v0.4.7
14232026-07-08T23:13:18.845Z Compiling thiserror v2.0.18
14242026-07-08T23:13:18.848Z Compiling tracing v0.1.44
14252026-07-08T23:13:18.909Z Compiling der v0.7.10
14262026-07-08T23:13:18.962Z Compiling url v2.5.8
14272026-07-08T23:13:19.001Z Compiling rand_chacha v0.9.0
14282026-07-08T23:13:19.109Z Compiling http-body v1.0.1
14292026-07-08T23:13:19.145Z Compiling rustls-pki-types v1.14.0
14302026-07-08T23:13:19.304Z Compiling httparse v1.10.1
14312026-07-08T23:13:19.324Z Compiling openssl-probe v0.2.1
14322026-07-08T23:13:19.497Z Compiling tinyvec_macros v0.1.1
14332026-07-08T23:13:19.567Z Compiling cmov v0.5.4
14342026-07-08T23:13:19.584Z Compiling tinyvec v1.10.0
14352026-07-08T23:13:19.682Z Compiling pest_generator v2.8.6
14362026-07-08T23:13:19.696Z Compiling rand v0.9.2
14372026-07-08T23:13:19.734Z Compiling spki v0.7.3
14382026-07-08T23:13:19.766Z Compiling ctutils v0.4.2
14392026-07-08T23:13:19.920Z Compiling serde_derive_internals v0.29.1
14402026-07-08T23:13:19.934Z Compiling aho-corasick v1.1.4
14412026-07-08T23:13:19.995Z Compiling tower-service v0.3.3
14422026-07-08T23:13:20.087Z Compiling atomic-waker v1.1.2
14432026-07-08T23:13:20.090Z Compiling tower-layer v0.3.3
14442026-07-08T23:13:20.210Z Compiling schemars v0.8.22
14452026-07-08T23:13:20.260Z Compiling untrusted v0.7.1
14462026-07-08T23:13:20.360Z Compiling try-lock v0.2.5
14472026-07-08T23:13:20.380Z Compiling dyn-clone v1.0.20
14482026-07-08T23:13:20.437Z Compiling tempfile v3.25.0
14492026-07-08T23:13:20.465Z Compiling want v0.3.1
14502026-07-08T23:13:20.468Z Compiling pest_derive v2.8.6
14512026-07-08T23:13:20.510Z Compiling hybrid-array v0.4.13
14522026-07-08T23:13:20.784Z Compiling schemars_derive v0.8.22
14532026-07-08T23:13:20.799Z Compiling regex-automata v0.4.14
14542026-07-08T23:13:20.905Z Compiling ipnet v2.11.0
14552026-07-08T23:13:20.908Z Compiling scroll_derive v0.13.1
14562026-07-08T23:13:21.279Z Compiling darling_core v0.20.11
14572026-07-08T23:13:21.396Z Compiling httpdate v1.0.3
14582026-07-08T23:13:21.578Z Compiling untrusted v0.9.0
14592026-07-08T23:13:21.624Z Compiling cpufeatures v0.2.17
14602026-07-08T23:13:21.696Z Compiling openssl v0.10.79
14612026-07-08T23:13:21.710Z Compiling rustls v0.23.41
14622026-07-08T23:13:21.713Z Compiling foreign-types-shared v0.1.1
14632026-07-08T23:13:21.801Z Compiling tokio-util v0.7.18
14642026-07-08T23:13:21.890Z Compiling foreign-types v0.3.2
14652026-07-08T23:13:21.954Z Compiling scroll v0.13.0
14662026-07-08T23:13:21.967Z Compiling unicode-normalization v0.1.25
14672026-07-08T23:13:22.266Z Compiling pkcs8 v0.10.2
14682026-07-08T23:13:22.523Z Compiling h2 v0.4.15
14692026-07-08T23:13:22.851Z Compiling openssl-macros v0.1.1
14702026-07-08T23:13:22.873Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-08T23:13:23.252Z Compiling spin v0.9.8
14722026-07-08T23:13:23.275Z Compiling num-conv v0.2.0
14732026-07-08T23:13:23.350Z Compiling time-core v0.1.8
14742026-07-08T23:13:23.405Z Compiling powerfmt v0.2.0
14752026-07-08T23:13:23.460Z Compiling native-tls v0.2.18
14762026-07-08T23:13:23.495Z Compiling crc32fast v1.5.0
14772026-07-08T23:13:23.545Z Compiling darling_macro v0.20.11
14782026-07-08T23:13:23.601Z Compiling deranged v0.5.8
14792026-07-08T23:13:23.687Z Compiling time-macros v0.2.27
14802026-07-08T23:13:24.022Z Compiling darling v0.20.11
14812026-07-08T23:13:24.104Z Compiling goblin v0.10.5
14822026-07-08T23:13:24.555Z Compiling sha2 v0.10.9
14832026-07-08T23:13:24.744Z Compiling hmac v0.12.1
14842026-07-08T23:13:24.890Z Compiling sync_wrapper v1.0.2
14852026-07-08T23:13:24.903Z Compiling wait-timeout v0.2.1
14862026-07-08T23:13:24.995Z Compiling crossbeam-utils v0.8.21
14872026-07-08T23:13:25.159Z Compiling simd-adler32 v0.3.8
14882026-07-08T23:13:25.294Z Compiling bit-vec v0.8.0
14892026-07-08T23:13:25.399Z Compiling quick-error v1.2.3
14902026-07-08T23:13:25.505Z Compiling siphasher v1.0.2
14912026-07-08T23:13:25.519Z Compiling num_threads v0.1.7
14922026-07-08T23:13:25.611Z Compiling hyper v1.10.1
14932026-07-08T23:13:25.685Z Compiling usdt-impl v0.6.0
14942026-07-08T23:13:25.902Z Compiling syn v1.0.109
14952026-07-08T23:13:25.944Z Compiling time v0.3.47
14962026-07-08T23:13:26.566Z Compiling rusty-fork v0.3.1
14972026-07-08T23:13:26.581Z Compiling bit-set v0.8.0
14982026-07-08T23:13:26.729Z Compiling hyper-util v0.1.20
14992026-07-08T23:13:26.743Z Compiling dof v0.4.0
15002026-07-08T23:13:26.897Z Compiling tower v0.5.3
15012026-07-08T23:13:27.197Z Compiling derive_builder_core v0.20.2
15022026-07-08T23:13:27.552Z Compiling dtrace-parser v0.3.0
15032026-07-08T23:13:27.616Z Compiling http-body-util v0.1.3
15042026-07-08T23:13:27.864Z Compiling thiserror-impl v1.0.69
15052026-07-08T23:13:27.945Z Compiling scroll_derive v0.12.1
15062026-07-08T23:13:28.070Z Compiling heapless v0.7.17
15072026-07-08T23:13:28.248Z Compiling slog v2.8.2
15082026-07-08T23:13:28.297Z Compiling rand_xorshift v0.4.0
15092026-07-08T23:13:28.327Z Compiling darling_core v0.21.3
15102026-07-08T23:13:28.441Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-08T23:13:28.454Z Compiling thread-id v5.1.0
15122026-07-08T23:13:28.517Z Compiling cookie v0.18.1
15132026-07-08T23:13:28.537Z Compiling unarray v0.1.4
15142026-07-08T23:13:28.613Z Compiling iri-string v0.7.10
15152026-07-08T23:13:28.642Z Compiling unicode-bidi v0.3.18
15162026-07-08T23:13:28.716Z Compiling adler2 v2.0.1
15172026-07-08T23:13:28.727Z Compiling allocator-api2 v0.2.21
15182026-07-08T23:13:28.842Z Compiling ryu v1.0.23
15192026-07-08T23:13:29.017Z Compiling paste v1.0.15
15202026-07-08T23:13:29.047Z Compiling unicode-properties v0.1.4
15212026-07-08T23:13:29.123Z Compiling signal-hook v0.3.18
15222026-07-08T23:13:29.166Z Compiling zstd-safe v7.2.4
15232026-07-08T23:13:29.257Z Compiling anyhow v1.0.102
15242026-07-08T23:13:29.326Z Compiling stringprep v0.1.5
15252026-07-08T23:13:29.340Z Compiling thiserror v1.0.69
15262026-07-08T23:13:29.372Z Compiling serde_urlencoded v0.7.1
15272026-07-08T23:13:29.435Z Compiling miniz_oxide v0.8.9
15282026-07-08T23:13:29.750Z Compiling tower-http v0.6.8
15292026-07-08T23:13:29.811Z Compiling proptest v1.10.0
15302026-07-08T23:13:30.025Z Compiling scroll v0.12.0
15312026-07-08T23:13:30.226Z Compiling derive_builder_macro v0.20.2
15322026-07-08T23:13:30.325Z Compiling camino v1.2.2
15332026-07-08T23:13:30.360Z Compiling tokio-native-tls v0.3.1
15342026-07-08T23:13:30.667Z Compiling bstr v1.12.1
15352026-07-08T23:13:30.688Z Compiling ipnetwork v0.21.1
15362026-07-08T23:13:30.703Z Compiling block-buffer v0.12.1
15372026-07-08T23:13:30.760Z Compiling block-padding v0.4.2
15382026-07-08T23:13:30.784Z Compiling darling_macro v0.21.3
15392026-07-08T23:13:30.893Z Compiling crypto-common v0.2.2
15402026-07-08T23:13:30.924Z Compiling rustls-native-certs v0.8.3
15412026-07-08T23:13:31.066Z Compiling rand_chacha v0.3.1
15422026-07-08T23:13:31.207Z Compiling erased-serde v0.3.31
15432026-07-08T23:13:31.275Z Compiling toml_datetime v0.6.11
15442026-07-08T23:13:31.299Z Compiling serde_tokenstream v0.2.3
15452026-07-08T23:13:31.528Z Compiling serde_spanned v0.6.9
15462026-07-08T23:13:31.600Z Compiling signature v2.2.0
15472026-07-08T23:13:31.672Z Compiling md-5 v0.10.6
15482026-07-08T23:13:31.684Z Compiling zerocopy-derive v0.7.35
15492026-07-08T23:13:31.774Z Compiling async-trait v0.1.89
15502026-07-08T23:13:31.834Z Compiling pin-project-internal v1.1.11
15512026-07-08T23:13:31.849Z Compiling curve25519-dalek v4.1.3
15522026-07-08T23:13:32.212Z Compiling vergen-lib v9.1.0
15532026-07-08T23:13:32.410Z Compiling num-integer v0.1.46
15542026-07-08T23:13:32.602Z Compiling hash32 v0.2.1
15552026-07-08T23:13:32.649Z Compiling memoffset v0.9.1
15562026-07-08T23:13:32.740Z Compiling encoding_rs v0.8.35
15572026-07-08T23:13:32.788Z Compiling mime v0.3.17
15582026-07-08T23:13:32.838Z Compiling cfg_aliases v0.2.1
15592026-07-08T23:13:32.858Z Compiling fallible-iterator v0.2.0
15602026-07-08T23:13:32.911Z Compiling num-bigint-dig v0.8.6
15612026-07-08T23:13:33.008Z Compiling ref-cast v1.0.25
15622026-07-08T23:13:33.049Z Compiling smoltcp v0.9.1
15632026-07-08T23:13:33.112Z Compiling zlib-rs v0.6.2
15642026-07-08T23:13:33.168Z Compiling psl-types v2.0.11
15652026-07-08T23:13:33.294Z Compiling rustix v0.38.44
15662026-07-08T23:13:33.308Z Compiling litrs v1.0.0
15672026-07-08T23:13:33.467Z Compiling publicsuffix v2.3.0
15682026-07-08T23:13:33.637Z Compiling postgres-protocol v0.6.10
15692026-07-08T23:13:33.753Z Compiling pin-project v1.1.11
15702026-07-08T23:13:33.808Z Compiling document-features v0.2.12
15712026-07-08T23:13:33.854Z Compiling nix v0.31.2
15722026-07-08T23:13:34.243Z Compiling num-iter v0.1.45
15732026-07-08T23:13:34.273Z Compiling zerocopy v0.7.35
15742026-07-08T23:13:34.392Z Compiling hubpack_derive v0.1.1
15752026-07-08T23:13:34.405Z Compiling newtype-uuid v1.3.2
15762026-07-08T23:13:34.690Z Compiling darling v0.21.3
15772026-07-08T23:13:34.730Z Compiling rand v0.8.6
15782026-07-08T23:13:34.774Z Compiling oxnet v0.1.6
15792026-07-08T23:13:34.810Z Compiling inout v0.2.2
15802026-07-08T23:13:34.826Z Compiling derive_builder v0.20.2
15812026-07-08T23:13:34.840Z Compiling hyper-tls v0.6.0
15822026-07-08T23:13:35.046Z Compiling goblin v0.8.2
15832026-07-08T23:13:35.566Z Compiling phf_shared v0.13.1
15842026-07-08T23:13:35.580Z Compiling lazy_static v1.5.0
15852026-07-08T23:13:35.669Z Compiling regex v1.12.3
15862026-07-08T23:13:35.713Z Compiling anstyle-parse v0.2.7
15872026-07-08T23:13:35.798Z Compiling futures-executor v0.3.32
15882026-07-08T23:13:35.814Z Compiling hex v0.4.3
15892026-07-08T23:13:35.887Z Compiling terminal_size v0.4.3
15902026-07-08T23:13:36.028Z Compiling flate2 v1.1.9
15912026-07-08T23:13:36.047Z Compiling ref-cast-impl v1.0.25
15922026-07-08T23:13:36.070Z Compiling snafu-derive v0.8.9
15932026-07-08T23:13:36.084Z Compiling strum_macros v0.27.2
15942026-07-08T23:13:36.393Z Compiling curve25519-dalek-derive v0.1.1
15952026-07-08T23:13:36.426Z Compiling daft-derive v0.1.7
15962026-07-08T23:13:36.603Z Compiling vergen v9.1.0
15972026-07-08T23:13:36.793Z Compiling cargo-platform v0.3.2
15982026-07-08T23:13:37.052Z Compiling ff v0.13.1
15992026-07-08T23:13:37.065Z Compiling fs-err v3.3.0
16002026-07-08T23:13:37.196Z Compiling ahash v0.8.12
16012026-07-08T23:13:37.219Z Compiling foldhash v0.1.5
16022026-07-08T23:13:37.295Z Compiling bumpalo v3.20.2
16032026-07-08T23:13:37.393Z Compiling same-file v1.0.6
16042026-07-08T23:13:37.425Z Compiling managed v0.8.0
16052026-07-08T23:13:37.550Z Compiling object v0.37.3
16062026-07-08T23:13:37.567Z Compiling unicode-segmentation v1.12.0
16072026-07-08T23:13:37.643Z Compiling base16ct v0.2.0
16082026-07-08T23:13:37.821Z Compiling bitflags v1.3.2
16092026-07-08T23:13:37.840Z Compiling libbz2-rs-sys v0.2.2
16102026-07-08T23:13:37.897Z Compiling winnow v0.5.40
16112026-07-08T23:13:37.957Z Compiling foldhash v0.2.0
16122026-07-08T23:13:38.019Z Compiling snafu v0.8.9
16132026-07-08T23:13:38.107Z Compiling strum v0.27.2
16142026-07-08T23:13:38.178Z Compiling hashbrown v0.16.1
16152026-07-08T23:13:38.379Z Compiling bzip2 v0.6.1
16162026-07-08T23:13:38.551Z Compiling sec1 v0.7.3
16172026-07-08T23:13:38.577Z Compiling clap_builder v4.6.0
16182026-07-08T23:13:38.593Z Compiling walkdir v2.5.0
16192026-07-08T23:13:38.781Z Compiling zopfli v0.8.3
16202026-07-08T23:13:38.864Z Compiling hashbrown v0.15.5
16212026-07-08T23:13:38.990Z Compiling dof v0.3.0
16222026-07-08T23:13:39.032Z Compiling daft v0.1.7
16232026-07-08T23:13:39.309Z Compiling toml_edit v0.19.15
16242026-07-08T23:13:39.323Z Compiling group v0.13.0
16252026-07-08T23:13:39.427Z Compiling cargo_metadata v0.23.1
16262026-07-08T23:13:39.620Z Compiling futures v0.3.32
16272026-07-08T23:13:39.688Z Compiling anstream v0.6.21
16282026-07-08T23:13:39.704Z Compiling phf v0.13.1
16292026-07-08T23:13:39.858Z Compiling signal-hook-mio v0.2.5
16302026-07-08T23:13:40.342Z Compiling cookie_store v0.22.1
16312026-07-08T23:13:40.745Z Compiling zstd v0.13.3
16322026-07-08T23:13:40.806Z Compiling bzip2 v0.4.4
16332026-07-08T23:13:40.969Z Compiling reqwest v0.12.28
16342026-07-08T23:13:40.984Z Compiling cipher v0.5.2
16352026-07-08T23:13:40.997Z Compiling hubpack v0.1.2
16362026-07-08T23:13:41.212Z Compiling serde_with_macros v3.17.0
16372026-07-08T23:13:41.387Z Compiling postgres-types v0.2.12
16382026-07-08T23:13:41.931Z Compiling ed25519 v2.2.3
16392026-07-08T23:13:41.946Z Compiling usdt-attr-macro v0.6.0
16402026-07-08T23:13:42.373Z Compiling usdt-macro v0.6.0
16412026-07-08T23:13:42.416Z Compiling globset v0.4.18
16422026-07-08T23:13:42.692Z Compiling dtrace-parser v0.2.0
16432026-07-08T23:13:42.802Z Compiling phf_shared v0.11.3
16442026-07-08T23:13:42.847Z Compiling hkdf v0.12.4
16452026-07-08T23:13:42.978Z Compiling pkcs1 v0.7.5
16462026-07-08T23:13:43.013Z Compiling olpc-cjson v0.1.4
16472026-07-08T23:13:43.108Z Compiling serde_plain v1.0.2
16482026-07-08T23:13:43.122Z Compiling serde-big-array v0.5.1
16492026-07-08T23:13:43.172Z Compiling pem v3.0.6
16502026-07-08T23:13:43.259Z Compiling crypto-bigint v0.5.5
16512026-07-08T23:13:43.304Z Compiling clap_derive v4.6.1
16522026-07-08T23:13:43.371Z Compiling enum-as-inner v0.6.1
16532026-07-08T23:13:43.437Z Compiling async-recursion v1.1.1
16542026-07-08T23:13:43.505Z Compiling strum_macros v0.26.4
16552026-07-08T23:13:43.882Z Compiling serde_repr v0.1.20
16562026-07-08T23:13:44.109Z Compiling float-cmp v0.10.0
16572026-07-08T23:13:44.237Z Compiling thread-id v4.2.2
16582026-07-08T23:13:44.330Z Compiling memmap2 v0.9.10
16592026-07-08T23:13:44.425Z Compiling env_filter v1.0.0
16602026-07-08T23:13:44.546Z Compiling keccak v0.1.6
16612026-07-08T23:13:44.716Z Compiling precomputed-hash v0.1.1
16622026-07-08T23:13:44.730Z Compiling cpufeatures v0.3.0
16632026-07-08T23:13:44.801Z Compiling whoami v2.1.0
16642026-07-08T23:13:44.805Z Compiling difflib v0.4.0
16652026-07-08T23:13:45.047Z Compiling fixedbitset v0.4.2
16662026-07-08T23:13:45.175Z Compiling static_assertions v1.1.0
16672026-07-08T23:13:45.231Z Compiling fixedbitset v0.5.7
16682026-07-08T23:13:45.246Z Compiling typed-path v0.9.3
16692026-07-08T23:13:45.259Z Compiling const-oid v0.10.2
16702026-07-08T23:13:45.275Z Compiling data-encoding v2.10.0
16712026-07-08T23:13:45.347Z Compiling either v1.15.0
16722026-07-08T23:13:45.361Z Compiling jiff v0.2.21
16732026-07-08T23:13:45.456Z Compiling new_debug_unreachable v1.0.6
16742026-07-08T23:13:45.526Z Compiling normalize-line-endings v0.3.0
16752026-07-08T23:13:45.539Z Compiling winnow v1.0.3
16762026-07-08T23:13:45.554Z Compiling predicates-core v1.0.10
16772026-07-08T23:13:45.583Z Compiling hickory-proto v0.25.2
16782026-07-08T23:13:45.616Z Compiling itertools v0.13.0
16792026-07-08T23:13:45.717Z Compiling predicates v3.1.4
16802026-07-08T23:13:45.874Z Compiling toml_parser v1.1.2+spec-1.1.0
16812026-07-08T23:13:45.953Z Compiling string_cache v0.8.9
16822026-07-08T23:13:46.176Z Compiling petgraph v0.8.3
16832026-07-08T23:13:46.350Z Compiling digest v0.11.3
16842026-07-08T23:13:46.457Z Compiling toml_edit v0.22.27
16852026-07-08T23:13:46.505Z Compiling strum v0.26.3
16862026-07-08T23:13:46.566Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16872026-07-08T23:13:46.619Z Compiling petgraph v0.6.5
16882026-07-08T23:13:46.842Z Compiling clap v4.6.1
16892026-07-08T23:13:46.953Z Compiling tokio-postgres v0.7.16
16902026-07-08T23:13:48.157Z Compiling zip v4.6.1
16912026-07-08T23:13:48.170Z Compiling chacha20 v0.10.0
16922026-07-08T23:13:48.541Z Compiling sha3 v0.10.8
16932026-07-08T23:13:49.005Z Compiling env_logger v0.11.9
16942026-07-08T23:13:49.086Z Compiling usdt v0.6.0
16952026-07-08T23:13:49.149Z Compiling usdt-impl v0.5.0
16962026-07-08T23:13:49.176Z Compiling elliptic-curve v0.13.8
16972026-07-08T23:13:49.346Z Compiling rsa v0.9.10
16982026-07-08T23:13:49.346Z Compiling crossterm v0.28.1
16992026-07-08T23:13:49.424Z Compiling serde_with v3.17.0
17002026-07-08T23:13:49.481Z Compiling ed25519-dalek v2.2.0
17012026-07-08T23:13:49.720Z Compiling zip v0.6.6
17022026-07-08T23:13:50.126Z Compiling toml v0.7.8
17032026-07-08T23:13:50.301Z Compiling iddqd v0.4.2
17042026-07-08T23:13:50.892Z Compiling heck v0.4.1
17052026-07-08T23:13:51.062Z Compiling similar v2.7.0
17062026-07-08T23:13:51.118Z Compiling crossbeam-epoch v0.9.18
17072026-07-08T23:13:51.137Z Compiling tokio-stream v0.1.18
17082026-07-08T23:13:51.244Z Compiling buf-list v1.1.2
17092026-07-08T23:13:51.458Z Compiling x509-cert v0.2.5
17102026-07-08T23:13:51.521Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-07-08T23:13:51.575Z Compiling openapiv3 v2.2.0
17122026-07-08T23:13:51.590Z Compiling peg-runtime v0.8.5
17132026-07-08T23:13:51.819Z Compiling lalrpop-util v0.19.12
17142026-07-08T23:13:51.873Z Compiling thread_local v1.1.9
17152026-07-08T23:13:51.924Z Compiling slog-async v2.8.0
17162026-07-08T23:13:52.021Z Compiling crossbeam-channel v0.5.15
17172026-07-08T23:13:52.130Z Compiling filetime v0.2.27
17182026-07-08T23:13:52.268Z Compiling is-terminal v0.4.17
17192026-07-08T23:13:52.330Z Compiling take_mut v0.2.2
17202026-07-08T23:13:52.362Z Compiling xattr v1.6.1
17212026-07-08T23:13:52.456Z Compiling term v1.2.1
17222026-07-08T23:13:52.480Z Compiling tar v0.4.45
17232026-07-08T23:13:52.686Z Compiling camino-tempfile v1.4.1
17242026-07-08T23:13:52.916Z Compiling slog-term v2.9.2
17252026-07-08T23:14:03.945Z Compiling rustls-webpki v0.103.13
17262026-07-08T23:14:06.629Z Compiling tokio-rustls v0.26.4
17272026-07-08T23:14:06.629Z Compiling rustls-platform-verifier v0.6.2
17282026-07-08T23:14:06.632Z Compiling tough v0.22.0
17292026-07-08T23:14:06.837Z Compiling hyper-rustls v0.27.7
17302026-07-08T23:14:07.033Z Compiling reqwest v0.13.2
17312026-07-08T23:14:09.278Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-07-08T23:14:09.503Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-07-08T23:14:12.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17342026-07-08T23:14:12.488Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-07-08T23:14:12.542ZJul 08 23:14:10.937 INFO Starting download, target: Clickhouse
17362026-07-08T23:14:12.542ZJul 08 23:14:10.937 INFO Starting download, target: DendriteStub
17372026-07-08T23:14:12.543ZJul 08 23:14:10.937 INFO Starting download, target: Cockroach
17382026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Starting download, target: MaghemiteMgd
17392026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Starting download, target: Console
17402026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Starting download, target: MaghemiteDdmd
17412026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Starting download, target: TransceiverControl
17422026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17432026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17442026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17482026-07-08T23:14:12.546ZJul 08 23:14:10.937 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17492026-07-08T23:14:14.666ZJul 08 23:14:13.060 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-07-08T23:14:14.738ZJul 08 23:14:13.131 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17512026-07-08T23:14:14.956ZJul 08 23:14:13.351 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17522026-07-08T23:14:14.986ZJul 08 23:14:13.378 INFO Download complete, target: Console
17532026-07-08T23:14:15.161ZJul 08 23:14:13.554 INFO Download complete, target: TransceiverControl
17542026-07-08T23:14:16.653ZJul 08 23:14:15.040 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-07-08T23:14:16.807ZJul 08 23:14:15.194 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17562026-07-08T23:14:16.874ZJul 08 23:14:15.258 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17572026-07-08T23:14:17.797ZJul 08 23:14:16.187 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-07-08T23:14:17.797ZJul 08 23:14:16.187 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-07-08T23:14:18.731ZJul 08 23:14:17.126 INFO Download complete, target: MaghemiteDdmd
17602026-07-08T23:14:19.107ZJul 08 23:14:17.502 INFO Download complete, target: DendriteStub
17612026-07-08T23:14:19.278ZJul 08 23:14:17.672 INFO Download complete, target: MaghemiteMgd
17622026-07-08T23:14:21.345ZJul 08 23:14:19.740 INFO Checking that binary works, target: Clickhouse
17632026-07-08T23:14:21.484ZJul 08 23:14:19.879 INFO Download complete, target: Clickhouse
17642026-07-08T23:14:22.336ZJul 08 23:14:20.730 INFO Checking that binary works, target: Cockroach
17652026-07-08T23:14:22.452ZJul 08 23:14:20.846 INFO Download complete, target: Cockroach
17662026-07-08T23:14:22.468ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-07-08T23:14:22.471Z
17682026-07-08T23:14:22.471Zreal 2:02.272926413
17692026-07-08T23:14:22.471Zuser 6:36.206726825
17702026-07-08T23:14:22.471Zsys 1:20.840345357
17712026-07-08T23:14:22.471Ztrap 0.215332461
17722026-07-08T23:14:22.471Ztflt 0.599499571
17732026-07-08T23:14:22.471Zdflt 0.870992258
17742026-07-08T23:14:22.471Zkflt 0.024923804
17752026-07-08T23:14:22.471Zlock 21:57.839470774
17762026-07-08T23:14:22.471Zslp 20:11.917978661
17772026-07-08T23:14:22.471Zlat 41.903525330
17782026-07-08T23:14:22.471Zstop 1:56.487490467
17792026-07-08T23:14:22.471Z+ banner hack-check
17802026-07-08T23:14:22.471Z
17812026-07-08T23:14:22.471Z # # ## #### # # #### # # ###### #### # #
17822026-07-08T23:14:22.471Z # # # # # # # # # # # # # # # # #
17832026-07-08T23:14:22.471Z ###### # # # #### ##### # ###### ##### # ####
17842026-07-08T23:14:22.471Z # # ###### # # # # # # # # # #
17852026-07-08T23:14:22.471Z # # # # # # # # # # # # # # # # #
17862026-07-08T23:14:22.471Z # # # # #### # # #### # # ###### #### # #
17872026-07-08T23:14:22.471Z
17882026-07-08T23:14:22.471Z+ export CARGO_INCREMENTAL=0
17892026-07-08T23:14:22.471Z+ CARGO_INCREMENTAL=0
17902026-07-08T23:14:22.471Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-07-08T23:14:22.931Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-07-08T23:14:23.220Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-07-08T23:14:25.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17942026-07-08T23:14:25.127Z Running `target/debug/xtask check-features --ci`
17952026-07-08T23:14:25.152Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-07-08T23:14:25.155Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-07-08T23:14:25.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17982026-07-08T23:14:25.590Z Running `target/debug/xtask download cargo-hack`
17992026-07-08T23:14:26.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-07-08T23:14:26.660Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-07-08T23:14:29.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
18022026-07-08T23:14:29.339Z Running `target/debug/xtask-downloader cargo-hack`
18032026-07-08T23:14:29.377ZJul 08 23:14:27.772 INFO Starting download, target: CargoHack
18042026-07-08T23:14:29.381ZJul 08 23:14:27.772 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-07-08T23:14:29.746ZJul 08 23:14:28.140 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-07-08T23:14:29.794ZJul 08 23:14:28.188 INFO Download complete, target: CargoHack
18072026-07-08T23:14:29.797Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-07-08T23:14:29.810Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-07-08T23:14:29.968Zinfo: running `cargo check --bins` on api_identity (1/303)
18102026-07-08T23:14:30.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-07-08T23:14:30.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-07-08T23:14:30.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-07-08T23:14:30.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18142026-07-08T23:14:30.481Z
18152026-07-08T23:14:30.481Zinfo: running `cargo check --bins` on bootstore (2/303)
18162026-07-08T23:14:30.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-08T23:14:30.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-08T23:14:30.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-08T23:14:30.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18202026-07-08T23:14:30.999Z
18212026-07-08T23:14:30.999Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18222026-07-08T23:14:31.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-08T23:14:31.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-08T23:14:31.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-08T23:14:31.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18262026-07-08T23:14:31.507Z
18272026-07-08T23:14:31.508Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18282026-07-08T23:14:31.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-08T23:14:31.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-08T23:14:31.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-08T23:14:31.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-08T23:14:32.018Z
18332026-07-08T23:14:32.018Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18342026-07-08T23:14:32.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-08T23:14:32.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-08T23:14:32.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-08T23:14:32.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382026-07-08T23:14:32.530Z
18392026-07-08T23:14:32.530Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18402026-07-08T23:14:32.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-08T23:14:32.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-08T23:14:32.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-08T23:14:32.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-08T23:14:33.056Z
18452026-07-08T23:14:33.056Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18462026-07-08T23:14:33.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-08T23:14:33.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-08T23:14:33.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-08T23:14:33.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-07-08T23:14:33.581Z
18512026-07-08T23:14:33.581Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18522026-07-08T23:14:34.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-08T23:14:34.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-08T23:14:34.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-08T23:14:34.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18562026-07-08T23:14:34.112Z
18572026-07-08T23:14:34.112Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18582026-07-08T23:14:34.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-08T23:14:34.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-08T23:14:34.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-08T23:14:34.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18622026-07-08T23:14:34.513Z
18632026-07-08T23:14:34.513Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18642026-07-08T23:14:34.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-08T23:14:34.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-08T23:14:34.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-08T23:14:34.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18682026-07-08T23:14:34.913Z
18692026-07-08T23:14:34.913Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18702026-07-08T23:14:35.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-08T23:14:35.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-08T23:14:35.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-08T23:14:35.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-08T23:14:35.310Z
18752026-07-08T23:14:35.310Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18762026-07-08T23:14:35.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-08T23:14:35.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-08T23:14:35.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-08T23:14:35.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-08T23:14:35.706Z
18812026-07-08T23:14:35.706Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18822026-07-08T23:14:36.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-08T23:14:36.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-08T23:14:36.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-08T23:14:36.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-08T23:14:36.102Z
18872026-07-08T23:14:36.102Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
18882026-07-08T23:14:36.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-08T23:14:36.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-08T23:14:36.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-08T23:14:36.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-08T23:14:36.497Z
18932026-07-08T23:14:36.497Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
18942026-07-08T23:14:36.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-08T23:14:36.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-08T23:14:36.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-08T23:14:36.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-08T23:14:36.893Z
18992026-07-08T23:14:36.893Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19002026-07-08T23:14:37.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-08T23:14:37.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-08T23:14:37.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-08T23:14:37.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19042026-07-08T23:14:37.290Z
19052026-07-08T23:14:37.290Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19062026-07-08T23:14:37.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-08T23:14:37.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-08T23:14:37.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-08T23:14:37.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19102026-07-08T23:14:37.688Z
19112026-07-08T23:14:37.688Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19122026-07-08T23:14:38.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-08T23:14:38.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-08T23:14:38.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-08T23:14:38.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-08T23:14:38.083Z
19172026-07-08T23:14:38.083Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19182026-07-08T23:14:38.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-08T23:14:38.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-08T23:14:38.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-08T23:14:38.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19222026-07-08T23:14:38.481Z
19232026-07-08T23:14:38.481Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19242026-07-08T23:14:38.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-08T23:14:38.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-08T23:14:38.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-08T23:14:38.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19282026-07-08T23:14:38.878Z
19292026-07-08T23:14:38.878Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19302026-07-08T23:14:39.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-08T23:14:39.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-08T23:14:39.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-08T23:14:39.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-08T23:14:39.275Z
19352026-07-08T23:14:39.275Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19362026-07-08T23:14:39.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-08T23:14:39.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-08T23:14:39.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-08T23:14:39.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-08T23:14:39.678Z
19412026-07-08T23:14:39.678Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19422026-07-08T23:14:40.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-08T23:14:40.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-08T23:14:40.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-08T23:14:40.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19462026-07-08T23:14:40.076Z
19472026-07-08T23:14:40.076Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19482026-07-08T23:14:40.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-08T23:14:40.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-08T23:14:40.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-08T23:14:40.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19522026-07-08T23:14:40.475Z
19532026-07-08T23:14:40.475Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19542026-07-08T23:14:40.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-08T23:14:40.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-08T23:14:40.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-08T23:14:40.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19582026-07-08T23:14:40.873Z
19592026-07-08T23:14:40.873Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19602026-07-08T23:14:41.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-08T23:14:41.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-08T23:14:41.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-08T23:14:41.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-07-08T23:14:41.275Z
19652026-07-08T23:14:41.276Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19662026-07-08T23:14:41.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-08T23:14:41.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-08T23:14:41.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-08T23:14:41.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-08T23:14:41.679Z
19712026-07-08T23:14:41.679Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19722026-07-08T23:14:42.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-08T23:14:42.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-08T23:14:42.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-08T23:14:42.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-08T23:14:42.077Z
19772026-07-08T23:14:42.077Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19782026-07-08T23:14:42.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-08T23:14:42.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-08T23:14:42.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-08T23:14:42.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-08T23:14:42.479Z
19832026-07-08T23:14:42.479Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19842026-07-08T23:14:42.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-08T23:14:42.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-08T23:14:42.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-08T23:14:42.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19882026-07-08T23:14:42.876Z
19892026-07-08T23:14:42.877Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
19902026-07-08T23:14:43.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-08T23:14:43.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-08T23:14:43.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-08T23:14:43.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-08T23:14:43.273Z
19952026-07-08T23:14:43.273Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
19962026-07-08T23:14:43.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-08T23:14:43.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-08T23:14:43.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-08T23:14:43.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20002026-07-08T23:14:43.673Z
20012026-07-08T23:14:43.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20022026-07-08T23:14:44.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-08T23:14:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-08T23:14:44.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-08T23:14:44.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20062026-07-08T23:14:44.071Z
20072026-07-08T23:14:44.071Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20082026-07-08T23:14:44.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-08T23:14:44.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-08T23:14:44.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-08T23:14:44.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20122026-07-08T23:14:44.471Z
20132026-07-08T23:14:44.471Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20142026-07-08T23:14:44.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-08T23:14:44.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-08T23:14:44.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-08T23:14:44.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-08T23:14:44.869Z
20192026-07-08T23:14:44.869Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20202026-07-08T23:14:45.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-08T23:14:45.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-08T23:14:45.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-08T23:14:45.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-08T23:14:45.266Z
20252026-07-08T23:14:45.266Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20262026-07-08T23:14:45.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-08T23:14:45.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-08T23:14:45.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-08T23:14:45.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20302026-07-08T23:14:45.665Z
20312026-07-08T23:14:45.665Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20322026-07-08T23:14:46.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-08T23:14:46.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-08T23:14:46.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-08T23:14:46.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-07-08T23:14:46.065Z
20372026-07-08T23:14:46.065Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20382026-07-08T23:14:46.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-08T23:14:46.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-08T23:14:46.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-08T23:14:46.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-08T23:14:46.463Z
20432026-07-08T23:14:46.463Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20442026-07-08T23:14:46.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-08T23:14:46.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-08T23:14:46.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-08T23:14:46.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-07-08T23:14:46.870Z
20492026-07-08T23:14:46.870Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20502026-07-08T23:14:47.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-08T23:14:47.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-08T23:14:47.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-08T23:14:47.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-07-08T23:14:47.274Z
20552026-07-08T23:14:47.274Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20562026-07-08T23:14:47.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-08T23:14:47.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-08T23:14:47.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-08T23:14:47.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-07-08T23:14:47.681Z
20612026-07-08T23:14:47.681Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20622026-07-08T23:14:48.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-08T23:14:48.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-08T23:14:48.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-08T23:14:48.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20662026-07-08T23:14:48.085Z
20672026-07-08T23:14:48.085Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20682026-07-08T23:14:48.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-08T23:14:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-08T23:14:48.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-08T23:14:48.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-08T23:14:48.488Z
20732026-07-08T23:14:48.488Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20742026-07-08T23:14:48.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-08T23:14:48.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-08T23:14:48.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-08T23:14:48.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-08T23:14:48.891Z
20792026-07-08T23:14:48.891Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20802026-07-08T23:14:49.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-08T23:14:49.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-08T23:14:49.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-08T23:14:49.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-08T23:14:49.294Z
20852026-07-08T23:14:49.294Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20862026-07-08T23:14:49.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-08T23:14:49.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-08T23:14:49.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-08T23:14:49.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-08T23:14:49.696Z
20912026-07-08T23:14:49.696Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
20922026-07-08T23:14:50.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-08T23:14:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-08T23:14:50.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-08T23:14:50.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-08T23:14:50.097Z
20972026-07-08T23:14:50.097Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
20982026-07-08T23:14:50.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-08T23:14:50.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-08T23:14:50.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-08T23:14:50.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21022026-07-08T23:14:50.669Z
21032026-07-08T23:14:50.669Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21042026-07-08T23:14:51.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-08T23:14:51.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-08T23:14:51.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-08T23:14:51.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21082026-07-08T23:14:51.228Z
21092026-07-08T23:14:51.228Zinfo: running `cargo check --bins` on nexus-config (51/303)
21102026-07-08T23:14:51.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-08T23:14:51.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-08T23:14:51.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-08T23:14:51.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21142026-07-08T23:14:51.787Z
21152026-07-08T23:14:51.787Zinfo: running `cargo check --bins` on nexus-types (52/303)
21162026-07-08T23:14:52.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-08T23:14:52.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-08T23:14:52.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-08T23:14:52.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21202026-07-08T23:14:52.354Z
21212026-07-08T23:14:52.354Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21222026-07-08T23:14:52.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-08T23:14:52.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-08T23:14:52.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-08T23:14:52.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21262026-07-08T23:14:52.891Z
21272026-07-08T23:14:52.891Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21282026-07-08T23:14:53.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-08T23:14:53.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-08T23:14:53.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-08T23:14:53.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21322026-07-08T23:14:53.409Z
21332026-07-08T23:14:53.409Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21342026-07-08T23:14:53.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-08T23:14:53.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-08T23:14:53.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-08T23:14:53.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21382026-07-08T23:14:53.948Z
21392026-07-08T23:14:53.948Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21402026-07-08T23:14:54.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-08T23:14:54.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-08T23:14:54.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-08T23:14:54.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-08T23:14:54.486Z
21452026-07-08T23:14:54.486Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21462026-07-08T23:14:54.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-08T23:14:54.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-08T23:14:54.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-08T23:14:54.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-08T23:14:55.019Z
21512026-07-08T23:14:55.019Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21522026-07-08T23:14:55.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-08T23:14:55.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-08T23:14:55.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-08T23:14:55.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-08T23:14:55.559Z
21572026-07-08T23:14:55.559Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21582026-07-08T23:14:56.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-08T23:14:56.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-08T23:14:56.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-08T23:14:56.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21622026-07-08T23:14:56.084Z
21632026-07-08T23:14:56.084Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21642026-07-08T23:14:56.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-08T23:14:56.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-08T23:14:56.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-08T23:14:56.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-08T23:14:56.607Z
21692026-07-08T23:14:56.607Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21702026-07-08T23:14:57.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-08T23:14:57.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-08T23:14:57.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-08T23:14:57.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-08T23:14:57.125Z
21752026-07-08T23:14:57.125Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21762026-07-08T23:14:57.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-08T23:14:57.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-08T23:14:57.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-08T23:14:57.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21802026-07-08T23:14:57.639Z
21812026-07-08T23:14:57.639Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21822026-07-08T23:14:58.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-08T23:14:58.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-08T23:14:58.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-08T23:14:58.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21862026-07-08T23:14:58.175Z
21872026-07-08T23:14:58.175Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
21882026-07-08T23:14:58.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-08T23:14:58.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-08T23:14:58.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-08T23:14:58.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21922026-07-08T23:14:58.708Z
21932026-07-08T23:14:58.708Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
21942026-07-08T23:14:59.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-08T23:14:59.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-08T23:14:59.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-08T23:14:59.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21982026-07-08T23:14:59.224Z
21992026-07-08T23:14:59.224Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22002026-07-08T23:14:59.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-08T23:14:59.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-08T23:14:59.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-08T23:14:59.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22042026-07-08T23:14:59.746Z
22052026-07-08T23:14:59.746Zinfo: running `cargo check --bins` on ereport-types (67/303)
22062026-07-08T23:15:00.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-08T23:15:00.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-08T23:15:00.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-08T23:15:00.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22102026-07-08T23:15:00.270Z
22112026-07-08T23:15:00.270Zinfo: running `cargo check --bins` on gateway-client (68/303)
22122026-07-08T23:15:00.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-08T23:15:00.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-08T23:15:00.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-08T23:15:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22162026-07-08T23:15:00.798Z
22172026-07-08T23:15:00.798Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22182026-07-08T23:15:01.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-08T23:15:01.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-08T23:15:01.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-08T23:15:01.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-08T23:15:01.325Z
22232026-07-08T23:15:01.325Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22242026-07-08T23:15:01.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-08T23:15:01.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-08T23:15:01.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-08T23:15:01.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-08T23:15:01.853Z
22292026-07-08T23:15:01.853Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22302026-07-08T23:15:02.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-08T23:15:02.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-08T23:15:02.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-08T23:15:02.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-08T23:15:02.380Z
22352026-07-08T23:15:02.380Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22362026-07-08T23:15:02.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-08T23:15:02.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-08T23:15:02.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-08T23:15:02.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22402026-07-08T23:15:02.909Z
22412026-07-08T23:15:02.909Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22422026-07-08T23:15:03.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-08T23:15:03.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-08T23:15:03.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-08T23:15:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22462026-07-08T23:15:03.457Z
22472026-07-08T23:15:03.457Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22482026-07-08T23:15:03.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-08T23:15:03.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-08T23:15:03.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-08T23:15:03.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-08T23:15:04.005Z
22532026-07-08T23:15:04.005Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22542026-07-08T23:15:04.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-08T23:15:04.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-08T23:15:04.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-08T23:15:04.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22582026-07-08T23:15:04.520Z
22592026-07-08T23:15:04.520Zinfo: running `cargo check --bins` on oxlog (76/303)
22602026-07-08T23:15:04.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-08T23:15:04.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-08T23:15:05.079Z Checking cfg-if v1.0.4
22632026-07-08T23:15:05.082Z Checking libc v0.2.185
22642026-07-08T23:15:05.082Z Checking serde_core v1.0.228
22652026-07-08T23:15:05.196Z Checking memchr v2.8.0
22662026-07-08T23:15:05.196Z Checking zeroize v1.8.2
22672026-07-08T23:15:05.209Z Checking log v0.4.29
22682026-07-08T23:15:05.218Z Checking smallvec v1.15.1
22692026-07-08T23:15:05.227Z Checking subtle v2.6.1
22702026-07-08T23:15:05.240Z Checking itoa v1.0.17
22712026-07-08T23:15:05.344Z Checking scopeguard v1.2.0
22722026-07-08T23:15:05.364Z Checking typenum v1.20.1
22732026-07-08T23:15:05.374Z Checking stable_deref_trait v1.2.1
22742026-07-08T23:15:05.386Z Checking zerofrom v0.1.6
22752026-07-08T23:15:05.399Z Checking pin-project-lite v0.2.17
22762026-07-08T23:15:05.469Z Checking lock_api v0.4.14
22772026-07-08T23:15:05.473Z Checking portable-atomic v1.13.1
22782026-07-08T23:15:05.485Z Checking futures-core v0.3.32
22792026-07-08T23:15:05.497Z Checking yoke v0.8.1
22802026-07-08T23:15:05.561Z Checking critical-section v1.2.0
22812026-07-08T23:15:05.575Z Checking errno v0.3.14
22822026-07-08T23:15:05.605Z Checking getrandom v0.2.17
22832026-07-08T23:15:05.636Z Checking parking_lot_core v0.9.12
22842026-07-08T23:15:05.654Z Checking mio v1.2.0
22852026-07-08T23:15:05.665Z Checking zerovec v0.11.5
22862026-07-08T23:15:05.686Z Checking signal-hook-registry v1.4.8
22872026-07-08T23:15:05.773Z Checking rand_core v0.6.4
22882026-07-08T23:15:05.818Z Checking parking_lot v0.12.5
22892026-07-08T23:15:05.844Z Checking zerocopy v0.8.40
22902026-07-08T23:15:05.855Z Checking once_cell v1.21.3
22912026-07-08T23:15:05.924Z Checking const-oid v0.9.6
22922026-07-08T23:15:05.938Z Checking zmij v1.0.21
22932026-07-08T23:15:05.999Z Checking rand_core v0.10.0
22942026-07-08T23:15:06.023Z Checking socket2 v0.6.3
22952026-07-08T23:15:06.098Z Checking tinystr v0.8.2
22962026-07-08T23:15:06.113Z Checking generic-array v0.14.7
22972026-07-08T23:15:06.140Z Checking getrandom v0.4.1
22982026-07-08T23:15:06.177Z Checking libm v0.2.16
22992026-07-08T23:15:06.266Z Checking litemap v0.8.1
23002026-07-08T23:15:06.279Z Checking percent-encoding v2.3.2
23012026-07-08T23:15:06.290Z Checking writeable v0.6.2
23022026-07-08T23:15:06.414Z Checking equivalent v1.0.2
23032026-07-08T23:15:06.435Z Checking potential_utf v0.1.4
23042026-07-08T23:15:06.452Z Checking icu_locale_core v2.1.1
23052026-07-08T23:15:06.493Z Checking zerotrie v0.2.3
23062026-07-08T23:15:06.560Z Checking futures-sink v0.3.32
23072026-07-08T23:15:06.575Z Checking icu_collections v2.1.1
23082026-07-08T23:15:06.606Z Checking slab v0.4.12
23092026-07-08T23:15:06.656Z Checking futures-channel v0.3.32
23102026-07-08T23:15:06.679Z Checking serde v1.0.228
23112026-07-08T23:15:06.733Z Checking bitflags v2.11.0
23122026-07-08T23:15:06.760Z Checking serde_json v1.0.150
23132026-07-08T23:15:06.846Z Checking futures-io v0.3.32
23142026-07-08T23:15:06.870Z Checking futures-task v0.3.32
23152026-07-08T23:15:06.873Z Checking num-traits v0.2.19
23162026-07-08T23:15:06.895Z Checking icu_normalizer_data v2.1.1
23172026-07-08T23:15:06.954Z Checking icu_properties_data v2.1.2
23182026-07-08T23:15:06.967Z Checking hashbrown v0.17.0
23192026-07-08T23:15:06.996Z Checking icu_provider v2.1.1
23202026-07-08T23:15:07.007Z Checking futures-util v0.3.32
23212026-07-08T23:15:07.080Z Checking block-buffer v0.10.4
23222026-07-08T23:15:07.093Z Checking bytes v1.11.1
23232026-07-08T23:15:07.217Z Checking crypto-common v0.1.7
23242026-07-08T23:15:07.229Z Checking icu_properties v2.1.2
23252026-07-08T23:15:07.338Z Checking icu_normalizer v2.1.1
23262026-07-08T23:15:07.396Z Checking digest v0.10.7
23272026-07-08T23:15:07.426Z Checking indexmap v2.14.0
23282026-07-08T23:15:07.438Z Checking utf8_iter v1.0.4
23292026-07-08T23:15:07.530Z Checking tokio v1.52.1
23302026-07-08T23:15:07.558Z Checking form_urlencoded v1.2.2
23312026-07-08T23:15:07.587Z Checking getrandom v0.3.4
23322026-07-08T23:15:07.649Z Checking fnv v1.0.7
23332026-07-08T23:15:07.682Z Checking byteorder v1.5.0
23342026-07-08T23:15:07.729Z Checking rand_core v0.9.5
23352026-07-08T23:15:07.742Z Checking http v1.4.2
23362026-07-08T23:15:07.885Z Checking base64ct v1.8.3
23372026-07-08T23:15:07.904Z Checking regex-syntax v0.8.10
23382026-07-08T23:15:07.983Z Checking rustix v1.1.3
23392026-07-08T23:15:08.044Z Checking idna_adapter v1.2.1
23402026-07-08T23:15:08.117Z Checking pem-rfc7468 v0.7.0
23412026-07-08T23:15:08.162Z Checking idna v1.1.0
23422026-07-08T23:15:08.275Z Checking uuid v1.23.4
23432026-07-08T23:15:08.301Z Checking tracing-core v0.1.36
23442026-07-08T23:15:08.406Z Checking url v2.5.8
23452026-07-08T23:15:08.600Z Checking flagset v0.4.7
23462026-07-08T23:15:08.613Z Checking ppv-lite86 v0.2.21
23472026-07-08T23:15:08.618Z Checking base64 v0.22.1
23482026-07-08T23:15:08.722Z Checking iana-time-zone v0.1.65
23492026-07-08T23:15:08.815Z Checking der v0.7.10
23502026-07-08T23:15:08.829Z Checking chrono v0.4.44
23512026-07-08T23:15:08.848Z Checking tracing v0.1.44
23522026-07-08T23:15:08.861Z Checking http-body v1.0.1
23532026-07-08T23:15:08.902Z Checking rand_chacha v0.9.0
23542026-07-08T23:15:08.941Z Checking rustls-pki-types v1.14.0
23552026-07-08T23:15:08.988Z Checking openssl-probe v0.2.1
23562026-07-08T23:15:09.065Z Checking tinyvec_macros v0.1.1
23572026-07-08T23:15:09.097Z Checking cmov v0.5.4
23582026-07-08T23:15:09.113Z Checking rand v0.9.2
23592026-07-08T23:15:09.129Z Checking tinyvec v1.10.0
23602026-07-08T23:15:09.226Z Checking aws-lc-sys v0.40.0
23612026-07-08T23:15:09.257Z Checking tower-service v0.3.3
23622026-07-08T23:15:09.287Z Checking ctutils v0.4.2
23632026-07-08T23:15:09.346Z Checking atomic-waker v1.1.2
23642026-07-08T23:15:09.446Z Checking tower-layer v0.3.3
23652026-07-08T23:15:09.449Z Checking untrusted v0.7.1
23662026-07-08T23:15:09.496Z Checking try-lock v0.2.5
23672026-07-08T23:15:09.556Z Checking hybrid-array v0.4.13
23682026-07-08T23:15:09.578Z Checking spki v0.7.3
23692026-07-08T23:15:09.590Z Checking want v0.3.1
23702026-07-08T23:15:09.603Z Checking ipnet v2.11.0
23712026-07-08T23:15:09.615Z Checking httparse v1.10.1
23722026-07-08T23:15:09.703Z Checking aho-corasick v1.1.4
23732026-07-08T23:15:09.717Z Checking plain v0.2.3
23742026-07-08T23:15:09.729Z Checking aws-lc-rs v1.16.3
23752026-07-08T23:15:09.739Z Checking dyn-clone v1.0.20
23762026-07-08T23:15:09.814Z Checking cpufeatures v0.2.17
23772026-07-08T23:15:09.818Z Checking fastrand v2.3.0
23782026-07-08T23:15:09.838Z Checking httpdate v1.0.3
23792026-07-08T23:15:09.853Z Checking utf8parse v0.2.2
23802026-07-08T23:15:09.880Z Checking untrusted v0.9.0
23812026-07-08T23:15:09.949Z Checking foreign-types-shared v0.1.1
23822026-07-08T23:15:09.977Z Checking pkcs8 v0.10.2
23832026-07-08T23:15:09.992Z Checking unicode-normalization v0.1.25
23842026-07-08T23:15:10.004Z Checking tempfile v3.25.0
23852026-07-08T23:15:10.025Z Checking foreign-types v0.3.2
23862026-07-08T23:15:10.091Z Checking semver v1.0.28
23872026-07-08T23:15:10.130Z Checking openssl-sys v0.9.115
23882026-07-08T23:15:10.192Z Checking spin v0.9.8
23892026-07-08T23:15:10.302Z Checking ucd-trie v0.1.7
23902026-07-08T23:15:10.315Z Checking anstyle v1.0.14
23912026-07-08T23:15:10.373Z Checking regex-automata v0.4.14
23922026-07-08T23:15:10.386Z Checking unicode-ident v1.0.24
23932026-07-08T23:15:10.399Z Checking schemars v0.8.22
23942026-07-08T23:15:10.432Z Checking pest v2.8.6
23952026-07-08T23:15:10.489Z Checking proc-macro2 v1.0.106
23962026-07-08T23:15:10.504Z Checking sha2 v0.10.9
23972026-07-08T23:15:10.505Z Checking openssl v0.10.79
23982026-07-08T23:15:10.554Z Checking rustls-webpki v0.103.13
23992026-07-08T23:15:10.782Z Checking hmac v0.12.1
24002026-07-08T23:15:10.800Z Checking thiserror v2.0.18
24012026-07-08T23:15:10.814Z Checking tokio-util v0.7.18
24022026-07-08T23:15:10.897Z Checking sync_wrapper v1.0.2
24032026-07-08T23:15:10.910Z Checking wait-timeout v0.2.1
24042026-07-08T23:15:10.968Z Checking rustls v0.23.41
24052026-07-08T23:15:10.999Z Checking quick-error v1.2.3
24062026-07-08T23:15:11.028Z Checking is_terminal_polyfill v1.70.2
24072026-07-08T23:15:11.043Z Checking siphasher v1.0.2
24082026-07-08T23:15:11.097Z Checking bit-vec v0.8.0
24092026-07-08T23:15:11.114Z Checking pretty-hex v0.4.1
24102026-07-08T23:15:11.197Z Checking powerfmt v0.2.0
24112026-07-08T23:15:11.228Z Checking anstyle-query v1.1.5
24122026-07-08T23:15:11.291Z Checking simd-adler32 v0.3.8
24132026-07-08T23:15:11.318Z Checking colorchoice v1.0.4
24142026-07-08T23:15:11.344Z Checking deranged v0.5.8
24152026-07-08T23:15:11.415Z Checking bit-set v0.8.0
24162026-07-08T23:15:11.428Z Checking h2 v0.4.15
24172026-07-08T23:15:11.460Z Checking rusty-fork v0.3.1
24182026-07-08T23:15:11.492Z Checking tower v0.5.3
24192026-07-08T23:15:11.555Z Checking quote v1.0.45
24202026-07-08T23:15:11.630Z Compiling newtype-uuid v1.3.2
24212026-07-08T23:15:11.722Z Checking http-body-util v0.1.3
24222026-07-08T23:15:11.806Z Checking crossbeam-utils v0.8.21
24232026-07-08T23:15:11.873Z Checking rand_xorshift v0.4.0
24242026-07-08T23:15:11.939Z Checking crc32fast v1.5.0
24252026-07-08T23:15:11.991Z Checking scroll v0.13.0
24262026-07-08T23:15:12.082Z Checking unarray v0.1.4
24272026-07-08T23:15:12.138Z Checking adler2 v2.0.1
24282026-07-08T23:15:12.184Z Checking unicode-bidi v0.3.18
24292026-07-08T23:15:12.218Z Checking allocator-api2 v0.2.21
24302026-07-08T23:15:12.231Z Checking unicode-properties v0.1.4
24312026-07-08T23:15:12.242Z Checking iri-string v0.7.10
24322026-07-08T23:15:12.256Z Checking num-conv v0.2.0
24332026-07-08T23:15:12.371Z Checking num_threads v0.1.7
24342026-07-08T23:15:12.413Z Checking ryu v1.0.23
24352026-07-08T23:15:12.457Z Checking time-core v0.1.8
24362026-07-08T23:15:12.476Z Checking stringprep v0.1.5
24372026-07-08T23:15:12.495Z Checking miniz_oxide v0.8.9
24382026-07-08T23:15:12.531Z Checking native-tls v0.2.18
24392026-07-08T23:15:12.546Z Checking serde_urlencoded v0.7.1
24402026-07-08T23:15:12.594Z Checking time v0.3.47
24412026-07-08T23:15:12.626Z Checking bstr v1.12.1
24422026-07-08T23:15:12.708Z Checking tokio-native-tls v0.3.1
24432026-07-08T23:15:12.747Z Checking goblin v0.10.5
24442026-07-08T23:15:12.847Z Checking proptest v1.10.0
24452026-07-08T23:15:12.865Z Checking crossbeam-epoch v0.9.18
24462026-07-08T23:15:13.012Z Compiling daft v0.1.7
24472026-07-08T23:15:13.090Z Checking syn v2.0.117
24482026-07-08T23:15:13.222Z Checking ipnetwork v0.21.1
24492026-07-08T23:15:13.254Z Checking tower-http v0.6.8
24502026-07-08T23:15:13.291Z Checking crypto-common v0.2.2
24512026-07-08T23:15:13.432Z Checking block-padding v0.4.2
24522026-07-08T23:15:13.535Z Checking block-buffer v0.12.1
24532026-07-08T23:15:13.569Z Checking anstyle-parse v1.0.0
24542026-07-08T23:15:13.698Z Checking rustls-native-certs v0.8.3
24552026-07-08T23:15:13.716Z Checking rand_chacha v0.3.1
24562026-07-08T23:15:13.728Z Checking thiserror v1.0.69
24572026-07-08T23:15:13.824Z Checking scroll v0.12.0
24582026-07-08T23:15:13.827Z Checking hash32 v0.2.1
24592026-07-08T23:15:13.877Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-07-08T23:15:13.927Z Checking md-5 v0.10.6
24612026-07-08T23:15:13.987Z Checking signature v2.2.0
24622026-07-08T23:15:14.001Z Checking num-integer v0.1.46
24632026-07-08T23:15:14.063Z Checking serde_spanned v0.6.9
24642026-07-08T23:15:14.076Z Checking toml_datetime v0.6.11
24652026-07-08T23:15:14.119Z Checking encoding_rs v0.8.35
24662026-07-08T23:15:14.190Z Checking fallible-iterator v0.2.0
24672026-07-08T23:15:14.222Z Checking mime v0.3.17
24682026-07-08T23:15:14.257Z Checking zlib-rs v0.6.2
24692026-07-08T23:15:14.271Z Checking hyper v1.10.1
24702026-07-08T23:15:14.395Z Checking psl-types v2.0.11
24712026-07-08T23:15:14.468Z Checking postgres-protocol v0.6.10
24722026-07-08T23:15:14.514Z Checking publicsuffix v2.3.0
24732026-07-08T23:15:14.672Z Checking num-iter v0.1.45
24742026-07-08T23:15:14.781Z Checking goblin v0.8.2
24752026-07-08T23:15:14.793Z Checking zstd-safe v7.2.4
24762026-07-08T23:15:14.805Z Checking heapless v0.7.17
24772026-07-08T23:15:14.956Z Checking rand v0.8.6
24782026-07-08T23:15:15.068Z Checking cookie v0.18.1
24792026-07-08T23:15:15.093Z Checking dof v0.4.0
24802026-07-08T23:15:15.144Z Checking flate2 v1.1.9
24812026-07-08T23:15:15.218Z Checking anstream v1.0.0
24822026-07-08T23:15:15.221Z Checking hyper-util v0.1.20
24832026-07-08T23:15:15.301Z Compiling iddqd v0.4.2
24842026-07-08T23:15:15.384Z Checking inout v0.2.2
24852026-07-08T23:15:15.411Z Checking oxnet v0.1.6
24862026-07-08T23:15:15.438Z Checking tokio-rustls v0.26.4
24872026-07-08T23:15:15.473Z Checking dtrace-parser v0.3.0
24882026-07-08T23:15:15.530Z Checking phf_shared v0.13.1
24892026-07-08T23:15:15.659Z Checking lazy_static v1.5.0
24902026-07-08T23:15:15.663Z Checking anstyle-parse v0.2.7
24912026-07-08T23:15:15.718Z Checking zerocopy v0.7.35
24922026-07-08T23:15:15.722Z Checking pin-project v1.1.11
24932026-07-08T23:15:15.722Z Checking bzip2-sys v0.1.13+1.0.8
24942026-07-08T23:15:15.751Z Checking signal-hook v0.3.18
24952026-07-08T23:15:15.805Z Checking futures-executor v0.3.32
24962026-07-08T23:15:15.808Z Checking terminal_size v0.4.3
24972026-07-08T23:15:15.830Z Checking hex v0.4.3
24982026-07-08T23:15:15.928Z Checking ff v0.13.1
24992026-07-08T23:15:15.940Z Checking thread-id v5.1.0
25002026-07-08T23:15:15.953Z Checking libbz2-rs-sys v0.2.2
25012026-07-08T23:15:16.015Z Checking either v1.15.0
25022026-07-08T23:15:16.046Z Compiling rayon-core v1.13.0
25032026-07-08T23:15:16.058Z Checking strsim v0.11.1
25042026-07-08T23:15:16.198Z Checking bitflags v1.3.2
25052026-07-08T23:15:16.219Z Checking clap_lex v1.0.0
25062026-07-08T23:15:16.223Z Checking winnow v0.5.40
25072026-07-08T23:15:16.243Z Checking bumpalo v3.20.2
25082026-07-08T23:15:16.273Z Checking foldhash v0.2.0
25092026-07-08T23:15:16.336Z Checking foldhash v0.1.5
25102026-07-08T23:15:16.370Z Checking same-file v1.0.6
25112026-07-08T23:15:16.426Z Checking managed v0.8.0
25122026-07-08T23:15:16.440Z Checking base16ct v0.2.0
25132026-07-08T23:15:16.469Z Checking hashbrown v0.15.5
25142026-07-08T23:15:16.485Z Checking walkdir v2.5.0
25152026-07-08T23:15:16.501Z Checking hyper-tls v0.6.0
25162026-07-08T23:15:16.557Z Checking sec1 v0.7.3
25172026-07-08T23:15:16.574Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-07-08T23:15:16.604Z Checking smoltcp v0.9.1
25192026-07-08T23:15:16.644Z Checking hyper-rustls v0.27.7
25202026-07-08T23:15:16.667Z Checking reqwest v0.12.28
25212026-07-08T23:15:16.680Z Checking dof v0.3.0
25222026-07-08T23:15:16.760Z Checking zopfli v0.8.3
25232026-07-08T23:15:16.776Z Checking hashbrown v0.16.1
25242026-07-08T23:15:16.848Z Checking clap_builder v4.6.0
25252026-07-08T23:15:16.943Z Checking bzip2 v0.6.1
25262026-07-08T23:15:16.976Z Checking group v0.13.0
25272026-07-08T23:15:17.088Z Checking usdt-impl v0.6.0
25282026-07-08T23:15:17.106Z Checking futures v0.3.32
25292026-07-08T23:15:17.127Z Checking signal-hook-mio v0.2.5
25302026-07-08T23:15:17.179Z Checking anstream v0.6.21
25312026-07-08T23:15:17.192Z Checking snafu v0.8.9
25322026-07-08T23:15:17.231Z Checking bzip2 v0.4.4
25332026-07-08T23:15:17.272Z Checking num-bigint-dig v0.8.6
25342026-07-08T23:15:17.366Z Checking phf v0.13.1
25352026-07-08T23:15:17.381Z Checking toml_edit v0.19.15
25362026-07-08T23:15:17.400Z Checking cipher v0.5.2
25372026-07-08T23:15:17.411Z Checking cookie_store v0.22.1
25382026-07-08T23:15:17.422Z Checking zstd v0.13.3
25392026-07-08T23:15:17.512Z Checking postgres-types v0.2.12
25402026-07-08T23:15:17.602Z Checking ed25519 v2.2.3
25412026-07-08T23:15:17.615Z Checking dtrace-parser v0.2.0
25422026-07-08T23:15:17.627Z Checking rustls-platform-verifier v0.6.2
25432026-07-08T23:15:17.743Z Checking crossbeam-deque v0.8.6
25442026-07-08T23:15:17.762Z Checking globset v0.4.18
25452026-07-08T23:15:17.785Z Checking regex v1.12.3
25462026-07-08T23:15:17.818Z Checking phf_shared v0.11.3
25472026-07-08T23:15:17.846Z Checking hkdf v0.12.4
25482026-07-08T23:15:17.920Z Checking olpc-cjson v0.1.4
25492026-07-08T23:15:17.958Z Checking curve25519-dalek v4.1.3
25502026-07-08T23:15:17.978Z Checking ref-cast v1.0.25
25512026-07-08T23:15:18.011Z Checking strum v0.27.2
25522026-07-08T23:15:18.053Z Checking pkcs1 v0.7.5
25532026-07-08T23:15:18.064Z Checking hubpack v0.1.2
25542026-07-08T23:15:18.075Z Checking memoffset v0.9.1
25552026-07-08T23:15:18.086Z Checking rustix v0.38.44
25562026-07-08T23:15:18.090Z Checking pem v3.0.6
25572026-07-08T23:15:18.115Z Checking float-cmp v0.10.0
25582026-07-08T23:15:18.149Z Checking serde_plain v1.0.2
25592026-07-08T23:15:18.223Z Checking serde-big-array v0.5.1
25602026-07-08T23:15:18.242Z Checking erased-serde v0.3.31
25612026-07-08T23:15:18.254Z Checking crypto-bigint v0.5.5
25622026-07-08T23:15:18.257Z Checking memmap2 v0.9.10
25632026-07-08T23:15:18.290Z Checking thread-id v4.2.2
25642026-07-08T23:15:18.353Z Checking env_filter v1.0.0
25652026-07-08T23:15:18.367Z Checking data-encoding v2.10.0
25662026-07-08T23:15:18.422Z Checking new_debug_unreachable v1.0.6
25672026-07-08T23:15:18.425Z Checking difflib v0.4.0
25682026-07-08T23:15:18.489Z Checking typed-path v0.9.3
25692026-07-08T23:15:18.501Z Checking predicates-core v1.0.10
25702026-07-08T23:15:18.610Z Checking unicode-segmentation v1.12.0
25712026-07-08T23:15:18.622Z Checking fixedbitset v0.4.2
25722026-07-08T23:15:18.633Z Checking winnow v1.0.3
25732026-07-08T23:15:18.636Z Checking whoami v2.1.0
25742026-07-08T23:15:18.739Z Checking cpufeatures v0.3.0
25752026-07-08T23:15:18.768Z Checking keccak v0.1.6
25762026-07-08T23:15:18.811Z Checking normalize-line-endings v0.3.0
25772026-07-08T23:15:18.824Z Checking const-oid v0.10.2
25782026-07-08T23:15:18.876Z Checking precomputed-hash v0.1.1
25792026-07-08T23:15:18.896Z Checking jiff v0.2.21
25802026-07-08T23:15:18.919Z Checking static_assertions v1.1.0
25812026-07-08T23:15:18.931Z Checking winnow v0.7.14
25822026-07-08T23:15:18.934Z Checking toml_write v0.1.2
25832026-07-08T23:15:18.970Z Checking fixedbitset v0.5.7
25842026-07-08T23:15:18.989Z Checking digest v0.11.3
25852026-07-08T23:15:19.001Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25862026-07-08T23:15:19.108Z Checking string_cache v0.8.9
25872026-07-08T23:15:19.165Z Checking petgraph v0.8.3
25882026-07-08T23:15:19.178Z Checking toml_parser v1.1.2+spec-1.1.0
25892026-07-08T23:15:19.181Z Checking elliptic-curve v0.13.8
25902026-07-08T23:15:19.279Z Checking sha3 v0.10.8
25912026-07-08T23:15:19.293Z Checking tough v0.22.0
25922026-07-08T23:15:19.488Z Checking similar v2.7.0
25932026-07-08T23:15:19.501Z Checking predicates v3.1.4
25942026-07-08T23:15:19.523Z Checking crossterm v0.28.1
25952026-07-08T23:15:19.797Z Checking tokio-postgres v0.7.16
25962026-07-08T23:15:19.871Z Checking chacha20 v0.10.0
25972026-07-08T23:15:20.124Z Checking petgraph v0.6.5
25982026-07-08T23:15:20.141Z Checking toml_edit v0.22.27
25992026-07-08T23:15:20.221Z Checking ed25519-dalek v2.2.0
26002026-07-08T23:15:20.451Z Checking slog v2.8.2
26012026-07-08T23:15:20.715Z Checking hickory-proto v0.25.2
26022026-07-08T23:15:20.750Z Checking env_logger v0.11.9
26032026-07-08T23:15:20.937Z Checking toml v0.7.8
26042026-07-08T23:15:21.072Z Checking usdt v0.6.0
26052026-07-08T23:15:21.147Z Checking zip v4.6.1
26062026-07-08T23:15:21.225Z Checking usdt-impl v0.5.0
26072026-07-08T23:15:21.238Z Checking rsa v0.9.10
26082026-07-08T23:15:21.250Z Checking nix v0.31.2
26092026-07-08T23:15:21.275Z Checking clap v4.6.1
26102026-07-08T23:15:21.371Z Checking reqwest v0.13.2
26112026-07-08T23:15:21.504Z Checking zip v0.6.6
26122026-07-08T23:15:21.695Z Checking itertools v0.13.0
26132026-07-08T23:15:21.707Z Checking serde_with v3.17.0
26142026-07-08T23:15:21.725Z Checking strum v0.26.3
26152026-07-08T23:15:21.834Z Checking fs-err v3.3.0
26162026-07-08T23:15:21.834Z Checking ahash v0.8.12
26172026-07-08T23:15:22.042Z Checking object v0.37.3
26182026-07-08T23:15:22.129Z Checking tokio-stream v0.1.18
26192026-07-08T23:15:22.201Z Checking buf-list v1.1.2
26202026-07-08T23:15:22.216Z Checking camino v1.2.2
26212026-07-08T23:15:22.383Z Checking anyhow v1.0.102
26222026-07-08T23:15:22.454Z Checking x509-cert v0.2.5
26232026-07-08T23:15:22.470Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-07-08T23:15:22.514Z Checking openapiv3 v2.2.0
26252026-07-08T23:15:22.582Z Checking lalrpop-util v0.19.12
26262026-07-08T23:15:22.719Z Checking peg-runtime v0.8.5
26272026-07-08T23:15:22.734Z Checking rayon v1.11.0
26282026-07-08T23:15:22.745Z Checking sigpipe v0.1.3
26292026-07-08T23:15:22.820Z Checking glob v0.3.3
26302026-07-08T23:15:24.280Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-07-08T23:15:24.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.03s
26322026-07-08T23:15:24.708Z
26332026-07-08T23:15:24.708Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26342026-07-08T23:15:25.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-07-08T23:15:25.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-07-08T23:15:25.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-07-08T23:15:25.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26382026-07-08T23:15:25.242Z
26392026-07-08T23:15:25.242Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26402026-07-08T23:15:25.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-07-08T23:15:25.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-07-08T23:15:25.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-07-08T23:15:25.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-07-08T23:15:25.780Z
26452026-07-08T23:15:25.780Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26462026-07-08T23:15:26.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-07-08T23:15:26.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-07-08T23:15:26.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-07-08T23:15:26.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26502026-07-08T23:15:26.326Z
26512026-07-08T23:15:26.326Zinfo: running `cargo check --bins` on oxql-types (80/303)
26522026-07-08T23:15:26.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-07-08T23:15:26.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-07-08T23:15:26.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-07-08T23:15:26.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26562026-07-08T23:15:26.859Z
26572026-07-08T23:15:26.859Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26582026-07-08T23:15:27.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-07-08T23:15:27.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-07-08T23:15:27.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-07-08T23:15:27.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26622026-07-08T23:15:27.394Z
26632026-07-08T23:15:27.394Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26642026-07-08T23:15:27.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-07-08T23:15:27.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-07-08T23:15:27.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-07-08T23:15:27.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26682026-07-08T23:15:27.931Z
26692026-07-08T23:15:27.931Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26702026-07-08T23:15:28.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-07-08T23:15:28.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-07-08T23:15:28.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-07-08T23:15:28.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26742026-07-08T23:15:28.453Z
26752026-07-08T23:15:28.453Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26762026-07-08T23:15:28.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-07-08T23:15:28.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-07-08T23:15:29.095Z Compiling structmeta-derive v0.3.0
26792026-07-08T23:15:29.211Z Compiling multer v3.1.0
26802026-07-08T23:15:29.223Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-07-08T23:15:29.226Z Compiling async-stream-impl v0.3.6
26822026-07-08T23:15:29.242Z Compiling dropshot v0.17.1
26832026-07-08T23:15:29.259Z Compiling newtype-uuid-macros v0.1.0
26842026-07-08T23:15:29.264Z Compiling dropshot_endpoint v0.17.1
26852026-07-08T23:15:29.285Z Checking newtype-uuid v1.3.2
26862026-07-08T23:15:29.475Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26872026-07-08T23:15:29.481Z Checking daft v0.1.7
26882026-07-08T23:15:29.537Z Checking thread_local v1.1.9
26892026-07-08T23:15:29.616Z Checking compression-core v0.4.31
26902026-07-08T23:15:29.698Z Checking match_cfg v0.1.0
26912026-07-08T23:15:29.737Z Checking iddqd v0.4.2
26922026-07-08T23:15:29.750Z Checking compression-codecs v0.4.37
26932026-07-08T23:15:29.765Z Checking hostname v0.3.1
26942026-07-08T23:15:29.830Z Checking crossbeam-channel v0.5.15
26952026-07-08T23:15:29.859Z Checking atomicwrites v0.4.4
26962026-07-08T23:15:29.911Z Checking slog-json v2.6.1
26972026-07-08T23:15:29.925Z Checking toml_datetime v1.1.1+spec-1.1.0
26982026-07-08T23:15:29.985Z Checking serde_spanned v1.1.1
26992026-07-08T23:15:30.032Z Checking is-terminal v0.4.17
27002026-07-08T23:15:30.071Z Checking take_mut v0.2.2
27012026-07-08T23:15:30.113Z Checking debug-ignore v1.0.5
27022026-07-08T23:15:30.127Z Checking toml_writer v1.1.1+spec-1.1.0
27032026-07-08T23:15:30.130Z Checking term v1.2.1
27042026-07-08T23:15:30.159Z Checking slog-bunyan v2.5.0
27052026-07-08T23:15:30.172Z Checking slog-async v2.8.0
27062026-07-08T23:15:30.209Z Checking async-compression v0.4.41
27072026-07-08T23:15:30.270Z Checking async-stream v0.3.6
27082026-07-08T23:15:30.283Z Compiling structmeta v0.3.0
27092026-07-08T23:15:30.310Z Checking toml v1.1.2+spec-1.1.0
27102026-07-08T23:15:30.341Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-07-08T23:15:30.354Z Checking slog-term v2.9.2
27122026-07-08T23:15:30.394Z Checking progenitor-client v0.14.0
27132026-07-08T23:15:30.446Z Checking sha1 v0.11.0
27142026-07-08T23:15:30.462Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27152026-07-08T23:15:30.489Z Compiling derive-ex v0.1.8
27162026-07-08T23:15:30.597Z Compiling parse-display-derive v0.10.0
27172026-07-08T23:15:30.626Z Checking waitgroup v0.1.2
27182026-07-08T23:15:30.638Z Checking rustls-pemfile v2.2.0
27192026-07-08T23:15:30.658Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-07-08T23:15:30.720Z Checking backon v1.6.0
27212026-07-08T23:15:30.737Z Checking serde_path_to_error v0.1.20
27222026-07-08T23:15:30.772Z Checking hostname v0.4.2
27232026-07-08T23:15:30.824Z Checking instant v0.1.13
27242026-07-08T23:15:30.902Z Checking progenitor-extras v0.2.0
27252026-07-08T23:15:30.914Z Checking backoff v0.4.0
27262026-07-08T23:15:31.036Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-07-08T23:15:31.069Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-07-08T23:15:31.086Z Checking itertools v0.14.0
27292026-07-08T23:15:31.121Z Checking regress v0.10.5
27302026-07-08T23:15:31.252Z Checking macaddr v1.0.1
27312026-07-08T23:15:31.598Z Checking humantime v2.3.0
27322026-07-08T23:15:32.168Z Compiling test-strategy v0.4.5
27332026-07-08T23:15:32.274Z Checking parse-display v0.10.0
27342026-07-08T23:15:32.736Z Compiling prettyplease v0.2.37
27352026-07-08T23:15:32.992Z Checking num-rational v0.4.2
27362026-07-08T23:15:33.209Z Checking num-complex v0.4.6
27372026-07-08T23:15:33.645Z Compiling num v0.4.3
27382026-07-08T23:15:33.668Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-07-08T23:15:33.768Z Compiling usdt-attr-macro v0.5.0
27402026-07-08T23:15:33.788Z Compiling usdt-macro v0.5.0
27412026-07-08T23:15:33.869Z Checking memmap v0.7.0
27422026-07-08T23:15:34.036Z Checking float-ord v0.3.2
27432026-07-08T23:15:35.086Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-07-08T23:15:35.089Z Compiling convert_case v0.4.0
27452026-07-08T23:15:35.089Z Checking unicode-width v0.2.0
27462026-07-08T23:15:35.090Z Checking console v0.15.11
27472026-07-08T23:15:35.090Z Checking newline-converter v0.3.0
27482026-07-08T23:15:35.090Z Checking usdt v0.5.0
27492026-07-08T23:15:35.090Z Compiling derive_more v0.99.20
27502026-07-08T23:15:35.090Z Compiling toml v0.8.23
27512026-07-08T23:15:35.090Z Compiling minimal-lexical v0.2.1
27522026-07-08T23:15:35.090Z Checking linked-hash-map v0.5.6
27532026-07-08T23:15:35.090Z Checking lru-cache v0.1.2
27542026-07-08T23:15:35.090Z Compiling nom v7.1.3
27552026-07-08T23:15:35.124Z Checking expectorate v1.2.0
27562026-07-08T23:15:35.476Z Checking camino-tempfile v1.4.1
27572026-07-08T23:15:35.637Z Checking hickory-proto v0.24.4
27582026-07-08T23:15:35.640Z Checking phf_shared v0.12.1
27592026-07-08T23:15:35.772Z Compiling slog-dtrace v0.3.0
27602026-07-08T23:15:35.789Z Checking heck v0.5.0
27612026-07-08T23:15:35.979Z Compiling chrono-tz v0.10.4
27622026-07-08T23:15:36.172Z Checking resolv-conf v0.7.6
27632026-07-08T23:15:36.175Z Compiling unicode-xid v0.2.6
27642026-07-08T23:15:36.302Z Compiling const_format_proc_macros v0.2.34
27652026-07-08T23:15:36.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-07-08T23:15:36.448Z Checking phf v0.12.1
27672026-07-08T23:15:36.595Z Checking tokio-dtrace v0.1.1
27682026-07-08T23:15:36.785Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-07-08T23:15:36.867Z Compiling derive-where v1.6.0
27702026-07-08T23:15:37.147Z Checking highway v1.3.0
27712026-07-08T23:15:37.263Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-07-08T23:15:37.319Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27732026-07-08T23:15:37.375Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27742026-07-08T23:15:37.448Z Checking hickory-resolver v0.24.4
27752026-07-08T23:15:37.870Z Checking const_format v0.2.35
27762026-07-08T23:15:38.123Z Checking oxide-tokio-rt v0.1.4
27772026-07-08T23:15:38.200Z Checking qorb v0.4.1
27782026-07-08T23:15:38.500Z Checking gethostname v0.5.0
27792026-07-08T23:15:38.525Z Checking bcs v0.1.6
27802026-07-08T23:15:38.538Z Checking termtree v0.5.1
27812026-07-08T23:15:38.757Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-07-08T23:15:38.800Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-08T23:15:39.013Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-07-08T23:15:39.016Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-07-08T23:15:41.874Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-07-08T23:15:44.265Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-07-08T23:15:46.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.91s
27882026-07-08T23:15:46.542Z
27892026-07-08T23:15:46.542Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
27902026-07-08T23:15:47.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-07-08T23:15:47.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-07-08T23:15:47.166Z Compiling ar_archive_writer v0.5.1
27932026-07-08T23:15:47.276Z Compiling stacker v0.1.23
27942026-07-08T23:15:47.282Z Compiling cfg_aliases v0.1.1
27952026-07-08T23:15:47.288Z Compiling convert_case v0.10.0
27962026-07-08T23:15:47.291Z Checking unicode-width v0.1.14
27972026-07-08T23:15:47.301Z Compiling proc-macro-error v1.0.4
27982026-07-08T23:15:47.312Z Checking fd-lock v4.0.4
27992026-07-08T23:15:47.315Z Checking nibble_vec v0.1.0
28002026-07-08T23:15:47.336Z Compiling nix v0.28.0
28012026-07-08T23:15:47.423Z Compiling recursive-proc-macro-impl v0.1.1
28022026-07-08T23:15:47.438Z Checking vte v0.14.1
28032026-07-08T23:15:47.537Z Checking endian-type v0.1.2
28042026-07-08T23:15:47.551Z Checking bytecount v0.6.9
28052026-07-08T23:15:47.574Z Compiling derive_more-impl v2.1.1
28062026-07-08T23:15:47.588Z Checking strip-ansi-escapes v0.2.1
28072026-07-08T23:15:47.598Z Compiling tabled_derive v0.7.0
28082026-07-08T23:15:47.647Z Checking papergrid v0.11.0
28092026-07-08T23:15:47.659Z Checking radix_trie v0.2.1
28102026-07-08T23:15:47.693Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-07-08T23:15:47.840Z Compiling peg-macros v0.8.5
28122026-07-08T23:15:47.865Z Checking winnow v0.6.26
28132026-07-08T23:15:48.097Z Compiling psm v0.1.30
28142026-07-08T23:15:48.178Z Compiling sqlparser_derive v0.5.0
28152026-07-08T23:15:48.251Z Checking unicode_categories v0.1.1
28162026-07-08T23:15:48.391Z Checking derive_more v2.1.1
28172026-07-08T23:15:48.407Z Checking home v0.5.12
28182026-07-08T23:15:48.467Z Checking nu-ansi-term v0.50.3
28192026-07-08T23:15:48.511Z Checking crossterm v0.29.0
28202026-07-08T23:15:48.574Z Checking tabled v0.15.0
28212026-07-08T23:15:48.626Z Checking rustyline v14.0.0
28222026-07-08T23:15:48.676Z Checking reedline v0.40.0
28232026-07-08T23:15:48.909Z Checking recursive v0.1.1
28242026-07-08T23:15:48.960Z Checking display-error-chain v0.2.2
28252026-07-08T23:15:49.007Z Checking sqlparser v0.61.0
28262026-07-08T23:15:49.031Z Checking sqlformat v0.3.5
28272026-07-08T23:15:49.226Z Checking peg v0.8.5
28282026-07-08T23:16:00.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
28292026-07-08T23:16:00.556Z
28302026-07-08T23:16:00.556Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28312026-07-08T23:16:01.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-07-08T23:16:01.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-07-08T23:16:01.176Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-07-08T23:16:04.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28352026-07-08T23:16:04.800Z
28362026-07-08T23:16:04.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28372026-07-08T23:16:05.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-07-08T23:16:05.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-07-08T23:16:05.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-08T23:16:07.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28412026-07-08T23:16:08.053Z
28422026-07-08T23:16:08.053Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28432026-07-08T23:16:08.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-07-08T23:16:08.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-07-08T23:16:08.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-07-08T23:16:11.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28472026-07-08T23:16:12.096Z
28482026-07-08T23:16:12.097Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28492026-07-08T23:16:12.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-07-08T23:16:12.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-07-08T23:16:12.720Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-07-08T23:16:16.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28532026-07-08T23:16:16.208Z
28542026-07-08T23:16:16.208Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28552026-07-08T23:16:16.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-07-08T23:16:16.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-07-08T23:16:16.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-07-08T23:16:19.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28592026-07-08T23:16:19.592Z
28602026-07-08T23:16:19.592Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28612026-07-08T23:16:20.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-07-08T23:16:20.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-07-08T23:16:20.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-07-08T23:16:22.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28652026-07-08T23:16:23.035Z
28662026-07-08T23:16:23.035Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28672026-07-08T23:16:23.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-07-08T23:16:23.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-07-08T23:16:23.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-07-08T23:16:27.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28712026-07-08T23:16:27.296Z
28722026-07-08T23:16:27.296Zinfo: running `cargo check --bins` on oximeter (93/303)
28732026-07-08T23:16:27.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-07-08T23:16:27.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-07-08T23:16:27.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-07-08T23:16:27.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28772026-07-08T23:16:27.840Z
28782026-07-08T23:16:27.840Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28792026-07-08T23:16:28.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-07-08T23:16:28.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-07-08T23:16:28.428Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-07-08T23:16:28.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28832026-07-08T23:16:28.590Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-07-08T23:16:28.939Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-07-08T23:16:31.498Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-07-08T23:16:32.727Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-07-08T23:16:32.930Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-07-08T23:16:33.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
28892026-07-08T23:16:33.752Z
28902026-07-08T23:16:33.752Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
28912026-07-08T23:16:34.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-07-08T23:16:34.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-07-08T23:16:34.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-07-08T23:16:34.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28952026-07-08T23:16:34.290Z
28962026-07-08T23:16:34.290Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
28972026-07-08T23:16:34.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-07-08T23:16:34.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-07-08T23:16:34.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-07-08T23:16:34.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29012026-07-08T23:16:34.865Z
29022026-07-08T23:16:34.865Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29032026-07-08T23:16:35.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-07-08T23:16:35.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-07-08T23:16:35.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-07-08T23:16:35.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29072026-07-08T23:16:35.409Z
29082026-07-08T23:16:35.409Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29092026-07-08T23:16:35.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-07-08T23:16:35.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-07-08T23:16:35.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-07-08T23:16:35.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29132026-07-08T23:16:35.952Z
29142026-07-08T23:16:35.952Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29152026-07-08T23:16:36.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-07-08T23:16:36.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-07-08T23:16:36.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-07-08T23:16:36.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29192026-07-08T23:16:36.495Z
29202026-07-08T23:16:36.495Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29212026-07-08T23:16:36.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-07-08T23:16:36.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-07-08T23:16:36.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-07-08T23:16:36.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29252026-07-08T23:16:37.044Z
29262026-07-08T23:16:37.044Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29272026-07-08T23:16:37.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-07-08T23:16:37.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-07-08T23:16:37.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-07-08T23:16:37.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29312026-07-08T23:16:37.568Z
29322026-07-08T23:16:37.568Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29332026-07-08T23:16:38.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-07-08T23:16:38.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-07-08T23:16:38.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-07-08T23:16:38.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29372026-07-08T23:16:38.108Z
29382026-07-08T23:16:38.108Zinfo: running `cargo check --bins` on update-engine (103/303)
29392026-07-08T23:16:38.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-07-08T23:16:38.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-07-08T23:16:38.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-07-08T23:16:38.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29432026-07-08T23:16:38.635Z
29442026-07-08T23:16:38.635Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/303)
29452026-07-08T23:16:39.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-07-08T23:16:39.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-07-08T23:16:39.302Z Compiling crucible-workspace-hack v0.1.0
29482026-07-08T23:16:39.417Z Checking secrecy v0.10.3
29492026-07-08T23:16:39.424Z Compiling heapless v0.8.0
29502026-07-08T23:16:39.427Z Compiling toml_datetime v0.7.5+spec-1.1.0
29512026-07-08T23:16:39.437Z Compiling ingot-macros v0.1.1
29522026-07-08T23:16:39.445Z Checking hash32 v0.3.1
29532026-07-08T23:16:39.448Z Checking inout v0.1.4
29542026-07-08T23:16:39.467Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-07-08T23:16:39.517Z Compiling smoltcp v0.11.0
29562026-07-08T23:16:39.562Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-07-08T23:16:39.579Z Checking cipher v0.4.4
29582026-07-08T23:16:39.648Z Checking cobs v0.3.0
29592026-07-08T23:16:39.674Z Checking universal-hash v0.5.1
29602026-07-08T23:16:39.705Z Compiling thiserror-impl-no-std v2.0.2
29612026-07-08T23:16:39.778Z Checking half v2.7.1
29622026-07-08T23:16:39.792Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-07-08T23:16:39.792Z Checking ciborium-io v0.2.2
29642026-07-08T23:16:39.877Z Checking opaque-debug v0.3.1
29652026-07-08T23:16:39.894Z Checking postcard v1.1.3
29662026-07-08T23:16:39.985Z Checking poly1305 v0.8.0
29672026-07-08T23:16:40.017Z Checking chacha20 v0.9.1
29682026-07-08T23:16:40.030Z Checking ciborium-ll v0.2.2
29692026-07-08T23:16:40.204Z Compiling proc-macro-crate v3.4.0
29702026-07-08T23:16:40.218Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29712026-07-08T23:16:40.221Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-07-08T23:16:40.253Z Checking password-hash v0.5.0
29732026-07-08T23:16:40.481Z Checking blake2 v0.10.6
29742026-07-08T23:16:40.498Z Compiling proc-macro-crate v1.3.1
29752026-07-08T23:16:40.611Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-07-08T23:16:40.626Z Checking aead v0.5.2
29772026-07-08T23:16:40.721Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-08T23:16:40.749Z Compiling num_enum_derive v0.7.6
29792026-07-08T23:16:40.763Z Compiling foreign-types-macros v0.2.3
29802026-07-08T23:16:40.840Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29812026-07-08T23:16:40.888Z Checking thiserror-no-std v2.0.2
29822026-07-08T23:16:40.916Z Checking foreign-types-shared v0.3.1
29832026-07-08T23:16:40.929Z Compiling num_enum_derive v0.5.11
29842026-07-08T23:16:40.974Z Checking vsss-rs v3.3.4
29852026-07-08T23:16:41.007Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29862026-07-08T23:16:41.092Z Checking chacha20poly1305 v0.10.1
29872026-07-08T23:16:41.220Z Checking argon2 v0.5.3
29882026-07-08T23:16:41.359Z Checking foreign-types v0.5.0
29892026-07-08T23:16:41.445Z Checking ciborium v0.2.2
29902026-07-08T23:16:41.606Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-07-08T23:16:41.667Z Checking tabwriter v1.4.1
29922026-07-08T23:16:41.797Z Checking num_enum v0.7.6
29932026-07-08T23:16:41.814Z Checking byte-wrapper v0.1.0
29942026-07-08T23:16:41.854Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-07-08T23:16:41.887Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29962026-07-08T23:16:41.905Z Checking cstr-argument v0.1.2
29972026-07-08T23:16:41.947Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-07-08T23:16:42.018Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-07-08T23:16:42.031Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30002026-07-08T23:16:42.086Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30012026-07-08T23:16:42.162Z Checking num_enum v0.5.11
30022026-07-08T23:16:42.197Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-07-08T23:16:42.252Z Checking ingot-types v0.1.2
30042026-07-08T23:16:42.271Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-07-08T23:16:42.288Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30062026-07-08T23:16:42.339Z Checking rand v0.10.1
30072026-07-08T23:16:42.357Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-07-08T23:16:42.392Z Checking indent_write v2.2.0
30092026-07-08T23:16:42.467Z Checking colored v3.1.1
30102026-07-08T23:16:42.481Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30112026-07-08T23:16:42.519Z Compiling zone_cfg_derive v0.3.1
30122026-07-08T23:16:42.577Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-07-08T23:16:42.609Z Checking ingot v0.1.1
30142026-07-08T23:16:42.636Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30152026-07-08T23:16:42.669Z Checking itertools v0.12.1
30162026-07-08T23:16:42.690Z Compiling num-derive v0.4.2
30172026-07-08T23:16:42.745Z Checking swrite v0.1.0
30182026-07-08T23:16:42.807Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-07-08T23:16:42.837Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202026-07-08T23:16:42.999Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30212026-07-08T23:16:43.159Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-07-08T23:16:43.173Z Checking dropshot-api-manager-types v0.7.2
30232026-07-08T23:16:43.185Z Checking smf v0.2.3
30242026-07-08T23:16:43.217Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-07-08T23:16:43.265Z Checking nanorand v0.7.0
30262026-07-08T23:16:43.334Z Checking whoami v1.6.1
30272026-07-08T23:16:43.413Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-07-08T23:16:43.460Z Checking flume v0.11.1
30292026-07-08T23:16:43.628Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30302026-07-08T23:16:43.693Z Checking zone v0.3.1
30312026-07-08T23:16:44.178Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30322026-07-08T23:16:45.153Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30332026-07-08T23:16:46.040Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30342026-07-08T23:16:49.524Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-07-08T23:16:51.613Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-07-08T23:16:52.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.06s
30372026-07-08T23:16:52.873Z
30382026-07-08T23:16:52.873Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/303)
30392026-07-08T23:16:53.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-07-08T23:16:53.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-07-08T23:16:53.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-07-08T23:16:53.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30432026-07-08T23:16:53.415Z
30442026-07-08T23:16:53.415Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/303)
30452026-07-08T23:16:53.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-07-08T23:16:53.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-07-08T23:16:53.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-07-08T23:16:53.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30492026-07-08T23:16:53.955Z
30502026-07-08T23:16:53.955Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/303)
30512026-07-08T23:16:54.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-07-08T23:16:54.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-07-08T23:16:54.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-07-08T23:16:54.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30552026-07-08T23:16:54.502Z
30562026-07-08T23:16:54.502Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/303)
30572026-07-08T23:16:54.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-07-08T23:16:54.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-07-08T23:16:54.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-07-08T23:16:54.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30612026-07-08T23:16:55.051Z
30622026-07-08T23:16:55.051Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/303)
30632026-07-08T23:16:55.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-07-08T23:16:55.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-07-08T23:16:55.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-07-08T23:16:55.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30672026-07-08T23:16:55.599Z
30682026-07-08T23:16:55.600Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/303)
30692026-07-08T23:16:56.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-07-08T23:16:56.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-07-08T23:16:56.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-07-08T23:16:56.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30732026-07-08T23:16:56.145Z
30742026-07-08T23:16:56.145Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/303)
30752026-07-08T23:16:56.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-07-08T23:16:56.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-07-08T23:16:56.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-07-08T23:16:56.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30792026-07-08T23:16:56.690Z
30802026-07-08T23:16:56.690Zinfo: running `cargo check --bins` on cockroach-admin-client (112/303)
30812026-07-08T23:16:57.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-07-08T23:16:57.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-07-08T23:16:57.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-07-08T23:16:57.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30852026-07-08T23:16:57.221Z
30862026-07-08T23:16:57.221Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/303)
30872026-07-08T23:16:57.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-07-08T23:16:57.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-07-08T23:16:57.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-07-08T23:16:57.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30912026-07-08T23:16:57.765Z
30922026-07-08T23:16:57.766Zinfo: running `cargo check --bins` on dns-service-client (114/303)
30932026-07-08T23:16:58.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-07-08T23:16:58.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-07-08T23:16:58.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-07-08T23:16:58.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30972026-07-08T23:16:58.300Z
30982026-07-08T23:16:58.300Zinfo: running `cargo check --bins` on installinator-client (115/303)
30992026-07-08T23:16:58.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-07-08T23:16:58.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-07-08T23:16:58.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-07-08T23:16:58.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31032026-07-08T23:16:58.843Z
31042026-07-08T23:16:58.843Zinfo: running `cargo check --bins` on nexus-client (116/303)
31052026-07-08T23:16:59.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-07-08T23:16:59.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-07-08T23:16:59.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-07-08T23:16:59.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31092026-07-08T23:16:59.420Z
31102026-07-08T23:16:59.420Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/303)
31112026-07-08T23:16:59.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-07-08T23:16:59.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-07-08T23:16:59.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-07-08T23:16:59.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31152026-07-08T23:16:59.998Z
31162026-07-08T23:16:59.998Zinfo: running `cargo check --bins` on ntp-admin-client (118/303)
31172026-07-08T23:17:00.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-07-08T23:17:00.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-07-08T23:17:00.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-07-08T23:17:00.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31212026-07-08T23:17:00.528Z
31222026-07-08T23:17:00.528Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/303)
31232026-07-08T23:17:00.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-07-08T23:17:00.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-07-08T23:17:00.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-07-08T23:17:00.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31272026-07-08T23:17:01.059Z
31282026-07-08T23:17:01.059Zinfo: running `cargo check --bins` on oxide-client (120/303)
31292026-07-08T23:17:01.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-07-08T23:17:01.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-07-08T23:17:01.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-07-08T23:17:01.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31332026-07-08T23:17:01.586Z
31342026-07-08T23:17:01.586Zinfo: running `cargo check --bins` on oximeter-client (121/303)
31352026-07-08T23:17:02.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-07-08T23:17:02.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-07-08T23:17:02.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-07-08T23:17:02.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31392026-07-08T23:17:02.128Z
31402026-07-08T23:17:02.128Zinfo: running `cargo check --bins` on repo-depot-client (122/303)
31412026-07-08T23:17:02.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-07-08T23:17:02.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-07-08T23:17:02.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-07-08T23:17:02.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31452026-07-08T23:17:02.648Z
31462026-07-08T23:17:02.649Zinfo: running `cargo check --bins` on sled-agent-client (123/303)
31472026-07-08T23:17:03.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-07-08T23:17:03.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-07-08T23:17:03.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-07-08T23:17:03.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31512026-07-08T23:17:03.191Z
31522026-07-08T23:17:03.192Zinfo: running `cargo check --bins` on wicketd-client (124/303)
31532026-07-08T23:17:03.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-07-08T23:17:03.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-07-08T23:17:03.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-07-08T23:17:03.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31572026-07-08T23:17:03.751Z
31582026-07-08T23:17:03.751Zinfo: running `cargo check --bins` on installinator-common (125/303)
31592026-07-08T23:17:04.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-07-08T23:17:04.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-07-08T23:17:04.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-07-08T23:17:04.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31632026-07-08T23:17:04.306Z
31642026-07-08T23:17:04.306Zinfo: running `cargo check --bins` on installinator-common-versions (126/303)
31652026-07-08T23:17:04.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-07-08T23:17:04.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-07-08T23:17:04.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-07-08T23:17:04.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31692026-07-08T23:17:04.835Z
31702026-07-08T23:17:04.835Zinfo: running `cargo check --bins` on wicket-common (127/303)
31712026-07-08T23:17:05.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-07-08T23:17:05.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-07-08T23:17:05.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-07-08T23:17:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31752026-07-08T23:17:05.392Z
31762026-07-08T23:17:05.392Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
31772026-07-08T23:17:05.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-07-08T23:17:05.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-07-08T23:17:06.039Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-07-08T23:17:06.152Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-07-08T23:17:06.160Z Checking csv-core v0.1.13
31822026-07-08T23:17:06.166Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-07-08T23:17:06.172Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31842026-07-08T23:17:06.176Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-07-08T23:17:06.192Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-07-08T23:17:06.204Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-07-08T23:17:06.315Z Checking csv v1.4.0
31882026-07-08T23:17:06.344Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-07-08T23:17:06.348Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-07-08T23:17:06.385Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-07-08T23:17:06.410Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-07-08T23:17:06.652Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-07-08T23:17:07.019Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-07-08T23:17:07.019Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-07-08T23:17:07.348Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-07-08T23:17:13.420Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-07-08T23:17:13.951Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-07-08T23:17:16.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.92s
31992026-07-08T23:17:16.490Z
32002026-07-08T23:17:16.490Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32012026-07-08T23:17:16.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-07-08T23:17:16.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-07-08T23:17:16.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-07-08T23:17:16.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32052026-07-08T23:17:17.032Z
32062026-07-08T23:17:17.032Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32072026-07-08T23:17:17.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-07-08T23:17:17.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-07-08T23:17:17.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-07-08T23:17:17.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32112026-07-08T23:17:17.650Z
32122026-07-08T23:17:17.650Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32132026-07-08T23:17:18.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-07-08T23:17:18.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-07-08T23:17:18.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-07-08T23:17:18.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32172026-07-08T23:17:18.274Z
32182026-07-08T23:17:18.274Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32192026-07-08T23:17:18.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-07-08T23:17:18.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-07-08T23:17:18.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-07-08T23:17:18.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32232026-07-08T23:17:18.862Z
32242026-07-08T23:17:18.862Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32252026-07-08T23:17:19.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-07-08T23:17:19.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-07-08T23:17:19.582Z Compiling regress v0.11.1
32282026-07-08T23:17:19.718Z Compiling unsafe-libyaml v0.2.11
32292026-07-08T23:17:19.728Z Compiling radium v0.7.0
32302026-07-08T23:17:19.736Z Compiling semver v0.1.20
32312026-07-08T23:17:19.749Z Checking nom v8.0.0
32322026-07-08T23:17:19.753Z Compiling maybe-uninit v2.0.0
32332026-07-08T23:17:19.753Z Checking tap v1.0.1
32342026-07-08T23:17:19.872Z Checking wyz v0.5.1
32352026-07-08T23:17:20.004Z Compiling rustc_version v0.1.7
32362026-07-08T23:17:20.059Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-07-08T23:17:20.091Z Compiling zerocopy-derive v0.6.6
32382026-07-08T23:17:20.192Z Compiling cancel-safe-futures v0.1.5
32392026-07-08T23:17:20.220Z Compiling newtype_derive v0.1.6
32402026-07-08T23:17:20.413Z Compiling serde_yaml v0.9.34+deprecated
32412026-07-08T23:17:20.426Z Checking funty v2.0.0
32422026-07-08T23:17:20.446Z Compiling owo-colors v4.3.0
32432026-07-08T23:17:20.748Z Compiling packed_struct v0.10.1
32442026-07-08T23:17:20.788Z Checking crc-catalog v2.4.0
32452026-07-08T23:17:20.884Z Checking crc v3.4.0
32462026-07-08T23:17:20.941Z Checking zerocopy v0.6.6
32472026-07-08T23:17:21.056Z Checking bitvec v1.0.1
32482026-07-08T23:17:21.189Z Checking typify-impl v0.6.2
32492026-07-08T23:17:21.220Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-07-08T23:17:21.553Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-07-08T23:17:21.707Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-07-08T23:17:21.748Z Compiling packed_struct_codegen v0.10.1
32532026-07-08T23:17:21.854Z Checking libsw-core v0.3.2
32542026-07-08T23:17:21.904Z Compiling bitfield-macros v0.19.4
32552026-07-08T23:17:21.999Z Compiling indexmap v1.9.3
32562026-07-08T23:17:22.210Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32572026-07-08T23:17:22.285Z Checking nodrop v0.1.14
32582026-07-08T23:17:22.364Z Checking libsw v3.5.0
32592026-07-08T23:17:22.378Z Checking array-init v0.0.4
32602026-07-08T23:17:22.389Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-07-08T23:17:22.516Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-07-08T23:17:22.632Z Checking bitfield v0.19.4
32632026-07-08T23:17:22.675Z Checking smallvec v0.6.14
32642026-07-08T23:17:22.693Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-07-08T23:17:22.910Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-07-08T23:17:22.940Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32672026-07-08T23:17:23.017Z Checking hashbrown v0.12.3
32682026-07-08T23:17:23.045Z Checking base64 v0.21.7
32692026-07-08T23:17:23.113Z Checking smawk v0.3.2
32702026-07-08T23:17:23.245Z Checking linear-map v1.2.0
32712026-07-08T23:17:23.280Z Checking tagptr v0.2.0
32722026-07-08T23:17:23.411Z Checking unicode-linebreak v0.1.5
32732026-07-08T23:17:23.425Z Checking moka v0.12.13
32742026-07-08T23:17:23.428Z Checking ron v0.8.1
32752026-07-08T23:17:23.462Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32762026-07-08T23:17:23.623Z Checking textwrap v0.16.2
32772026-07-08T23:17:23.759Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32782026-07-08T23:17:23.842Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-07-08T23:17:23.872Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-07-08T23:17:23.930Z Checking steno v0.4.1
32812026-07-08T23:17:23.997Z Checking serde-hex v0.1.0
32822026-07-08T23:17:24.056Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-08T23:17:24.217Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-07-08T23:17:24.691Z Checking hashbrown v0.13.2
32852026-07-08T23:17:24.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-07-08T23:17:24.816Z Checking crc-any v2.5.0
32872026-07-08T23:17:24.935Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-07-08T23:17:25.007Z Checking hickory-resolver v0.25.2
32892026-07-08T23:17:25.024Z Checking sha1 v0.10.6
32902026-07-08T23:17:25.102Z Checking half v1.8.3
32912026-07-08T23:17:25.115Z Checking object v0.30.4
32922026-07-08T23:17:25.189Z Checking path-slash v0.1.5
32932026-07-08T23:17:25.293Z Checking void v1.0.2
32942026-07-08T23:17:25.307Z Checking utf-8 v0.7.6
32952026-07-08T23:17:25.401Z Checking lzss v0.8.2
32962026-07-08T23:17:25.445Z Checking tungstenite v0.23.0
32972026-07-08T23:17:25.514Z Checking serde_cbor v0.11.2
32982026-07-08T23:17:25.714Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-07-08T23:17:25.728Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33002026-07-08T23:17:25.732Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33012026-07-08T23:17:25.782Z Compiling typify-macro v0.6.2
33022026-07-08T23:17:25.839Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-07-08T23:17:25.865Z Checking nix v0.27.1
33042026-07-08T23:17:25.880Z Checking kstat-rs v0.2.4
33052026-07-08T23:17:25.894Z Checking fxhash v0.2.1
33062026-07-08T23:17:26.013Z Checking serde_bytes v0.11.19
33072026-07-08T23:17:26.066Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33082026-07-08T23:17:26.081Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-07-08T23:17:26.131Z Checking tokio-tungstenite v0.23.1
33102026-07-08T23:17:26.190Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-07-08T23:17:26.377Z Checking signal-hook-tokio v0.3.1
33122026-07-08T23:17:26.935Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-08T23:17:27.191Z Compiling typify v0.6.2
33142026-07-08T23:17:27.269Z Compiling progenitor-impl v0.14.0
33152026-07-08T23:17:27.853Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33162026-07-08T23:17:28.163Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33172026-07-08T23:17:28.705Z Compiling progenitor-macro v0.14.0
33182026-07-08T23:17:31.041Z Checking progenitor v0.14.0
33192026-07-08T23:17:31.158Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33202026-07-08T23:17:31.162Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-08T23:17:33.826Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-08T23:17:42.146Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-07-08T23:17:48.714Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-07-08T23:17:50.074Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-07-08T23:17:50.561Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-07-08T23:17:52.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.76s
33272026-07-08T23:17:52.812Z
33282026-07-08T23:17:52.812Zinfo: running `cargo check --bins` on gateway-api (134/303)
33292026-07-08T23:17:53.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-08T23:17:53.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-08T23:17:53.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-08T23:17:53.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-07-08T23:17:53.350Z
33342026-07-08T23:17:53.350Zinfo: running `cargo check --bins` on ipcc (135/303)
33352026-07-08T23:17:53.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-08T23:17:53.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-08T23:17:53.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-08T23:17:53.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33392026-07-08T23:17:53.889Z
33402026-07-08T23:17:53.889Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33412026-07-08T23:17:54.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-08T23:17:54.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-08T23:17:54.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-08T23:17:54.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-07-08T23:17:54.410Z
33462026-07-08T23:17:54.410Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33472026-07-08T23:17:54.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-08T23:17:54.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-08T23:17:54.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-08T23:17:54.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33512026-07-08T23:17:54.972Z
33522026-07-08T23:17:54.972Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33532026-07-08T23:17:55.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-08T23:17:55.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-08T23:17:55.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-08T23:17:55.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-07-08T23:17:55.516Z
33582026-07-08T23:17:55.516Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33592026-07-08T23:17:55.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-08T23:17:55.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-08T23:17:55.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-08T23:17:55.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-07-08T23:17:56.059Z
33642026-07-08T23:17:56.059Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33652026-07-08T23:17:56.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-08T23:17:56.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-08T23:17:56.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-08T23:17:56.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33692026-07-08T23:17:56.601Z
33702026-07-08T23:17:56.601Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33712026-07-08T23:17:57.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-08T23:17:57.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-08T23:17:57.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-08T23:17:57.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33752026-07-08T23:17:57.165Z
33762026-07-08T23:17:57.165Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
33772026-07-08T23:17:57.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-08T23:17:57.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-08T23:17:57.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-08T23:17:57.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-07-08T23:17:57.711Z
33822026-07-08T23:17:57.711Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
33832026-07-08T23:17:58.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-08T23:17:58.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-08T23:17:58.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-08T23:17:58.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-07-08T23:17:58.251Z
33882026-07-08T23:17:58.251Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
33892026-07-08T23:17:58.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-08T23:17:58.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-08T23:17:58.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-08T23:17:58.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33932026-07-08T23:17:58.796Z
33942026-07-08T23:17:58.796Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
33952026-07-08T23:17:59.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-08T23:17:59.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-08T23:17:59.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-08T23:17:59.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-07-08T23:17:59.330Z
34002026-07-08T23:17:59.330Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34012026-07-08T23:17:59.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-08T23:17:59.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-08T23:17:59.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-08T23:17:59.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-07-08T23:17:59.872Z
34062026-07-08T23:17:59.872Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34072026-07-08T23:18:00.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-08T23:18:00.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-08T23:18:00.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-08T23:18:00.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-07-08T23:18:00.412Z
34122026-07-08T23:18:00.412Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34132026-07-08T23:18:00.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-08T23:18:00.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-08T23:18:00.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-08T23:18:00.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34172026-07-08T23:18:00.970Z
34182026-07-08T23:18:00.971Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34192026-07-08T23:18:01.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-08T23:18:01.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-08T23:18:01.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-08T23:18:01.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-07-08T23:18:01.521Z
34242026-07-08T23:18:01.521Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34252026-07-08T23:18:01.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-08T23:18:01.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-08T23:18:01.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-08T23:18:01.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-07-08T23:18:02.080Z
34302026-07-08T23:18:02.080Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34312026-07-08T23:18:02.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-08T23:18:02.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-08T23:18:02.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-08T23:18:02.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34352026-07-08T23:18:02.637Z
34362026-07-08T23:18:02.637Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34372026-07-08T23:18:03.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-08T23:18:03.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-08T23:18:03.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-08T23:18:03.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-07-08T23:18:03.187Z
34422026-07-08T23:18:03.187Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34432026-07-08T23:18:03.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-08T23:18:03.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-08T23:18:03.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-08T23:18:03.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-07-08T23:18:03.741Z
34482026-07-08T23:18:03.741Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34492026-07-08T23:18:04.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-08T23:18:04.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-08T23:18:04.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-08T23:18:04.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-07-08T23:18:04.293Z
34542026-07-08T23:18:04.294Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34552026-07-08T23:18:04.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-08T23:18:04.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-08T23:18:04.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-08T23:18:04.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34592026-07-08T23:18:04.846Z
34602026-07-08T23:18:04.847Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34612026-07-08T23:18:05.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-08T23:18:05.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-08T23:18:05.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-08T23:18:05.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-07-08T23:18:05.404Z
34662026-07-08T23:18:05.404Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34672026-07-08T23:18:05.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-08T23:18:05.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-08T23:18:05.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-08T23:18:05.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34712026-07-08T23:18:05.964Z
34722026-07-08T23:18:05.964Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34732026-07-08T23:18:06.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-08T23:18:06.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-08T23:18:06.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-08T23:18:06.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-07-08T23:18:06.497Z
34782026-07-08T23:18:06.497Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
34792026-07-08T23:18:06.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-08T23:18:06.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-08T23:18:06.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-08T23:18:06.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34832026-07-08T23:18:07.036Z
34842026-07-08T23:18:07.036Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
34852026-07-08T23:18:07.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-08T23:18:07.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-08T23:18:07.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-08T23:18:07.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34892026-07-08T23:18:07.574Z
34902026-07-08T23:18:07.574Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
34912026-07-08T23:18:08.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-08T23:18:08.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-08T23:18:08.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-08T23:18:08.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-07-08T23:18:08.111Z
34962026-07-08T23:18:08.111Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
34972026-07-08T23:18:08.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-08T23:18:08.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-08T23:18:08.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-08T23:18:08.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-07-08T23:18:08.647Z
35022026-07-08T23:18:08.647Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35032026-07-08T23:18:09.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-08T23:18:09.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-08T23:18:09.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-08T23:18:09.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-07-08T23:18:09.182Z
35082026-07-08T23:18:09.183Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35092026-07-08T23:18:09.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-08T23:18:09.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-08T23:18:09.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-08T23:18:09.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-07-08T23:18:09.720Z
35142026-07-08T23:18:09.720Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35152026-07-08T23:18:10.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-08T23:18:10.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-08T23:18:10.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-08T23:18:10.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35192026-07-08T23:18:10.254Z
35202026-07-08T23:18:10.254Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35212026-07-08T23:18:10.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-08T23:18:10.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-08T23:18:10.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-08T23:18:10.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-07-08T23:18:10.801Z
35262026-07-08T23:18:10.802Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35272026-07-08T23:18:11.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-08T23:18:11.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-08T23:18:11.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-08T23:18:11.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-07-08T23:18:11.355Z
35322026-07-08T23:18:11.355Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35332026-07-08T23:18:11.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-08T23:18:11.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-08T23:18:11.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-08T23:18:11.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-07-08T23:18:11.912Z
35382026-07-08T23:18:11.912Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35392026-07-08T23:18:12.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-08T23:18:12.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-08T23:18:12.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-08T23:18:12.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-07-08T23:18:12.463Z
35442026-07-08T23:18:12.463Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35452026-07-08T23:18:12.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-08T23:18:12.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-08T23:18:12.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-08T23:18:12.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-07-08T23:18:13.013Z
35502026-07-08T23:18:13.013Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35512026-07-08T23:18:13.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-08T23:18:13.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-08T23:18:13.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-08T23:18:13.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-07-08T23:18:13.567Z
35562026-07-08T23:18:13.567Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35572026-07-08T23:18:14.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-08T23:18:14.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-08T23:18:14.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-08T23:18:14.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35612026-07-08T23:18:14.125Z
35622026-07-08T23:18:14.125Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35632026-07-08T23:18:14.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-08T23:18:14.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-08T23:18:14.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-08T23:18:14.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35672026-07-08T23:18:14.703Z
35682026-07-08T23:18:14.703Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35692026-07-08T23:18:15.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-08T23:18:15.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-08T23:18:15.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-08T23:18:15.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35732026-07-08T23:18:15.241Z
35742026-07-08T23:18:15.241Zinfo: running `cargo check --bins` on dns-server (175/303)
35752026-07-08T23:18:15.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-08T23:18:15.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-08T23:18:15.833Z Compiling parking_lot_core v0.8.6
35782026-07-08T23:18:15.836Z Compiling git-stub v1.0.0
35792026-07-08T23:18:15.836Z Checking prefix-trie v0.7.0
35802026-07-08T23:18:15.836Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35812026-07-08T23:18:16.064Z Compiling git-stub-vcs v0.1.0
35822026-07-08T23:18:16.216Z Checking hickory-server v0.25.2
35832026-07-08T23:18:16.341Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35842026-07-08T23:18:16.352Z Checking parking_lot v0.11.2
35852026-07-08T23:18:16.392Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35862026-07-08T23:18:16.392Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-07-08T23:18:16.518Z Checking sled v0.34.7
35882026-07-08T23:18:18.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35892026-07-08T23:18:18.549Z
35902026-07-08T23:18:18.549Zinfo: running `cargo check --bins` on dns-server-api (176/303)
35912026-07-08T23:18:18.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-07-08T23:18:19.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-07-08T23:18:19.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-07-08T23:18:19.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35952026-07-08T23:18:19.084Z
35962026-07-08T23:18:19.084Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
35972026-07-08T23:18:19.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-07-08T23:18:19.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-07-08T23:18:19.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-07-08T23:18:19.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36012026-07-08T23:18:19.612Z
36022026-07-08T23:18:19.612Zinfo: running `cargo check --bins` on sp-sim (178/303)
36032026-07-08T23:18:20.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-07-08T23:18:20.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-07-08T23:18:20.277Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36062026-07-08T23:18:22.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36072026-07-08T23:18:22.186Z
36082026-07-08T23:18:22.186Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36092026-07-08T23:18:22.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-07-08T23:18:22.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-07-08T23:18:22.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-07-08T23:18:22.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-07-08T23:18:22.775Z
36142026-07-08T23:18:22.775Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36152026-07-08T23:18:23.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-07-08T23:18:23.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-07-08T23:18:23.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-07-08T23:18:23.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36192026-07-08T23:18:23.357Z
36202026-07-08T23:18:23.357Zinfo: running `cargo check --bins` on db-macros (181/303)
36212026-07-08T23:18:23.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-07-08T23:18:23.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-07-08T23:18:23.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-07-08T23:18:23.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36252026-07-08T23:18:23.880Z
36262026-07-08T23:18:23.880Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36272026-07-08T23:18:24.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-07-08T23:18:24.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-07-08T23:18:24.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-07-08T23:18:24.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36312026-07-08T23:18:24.398Z
36322026-07-08T23:18:24.398Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36332026-07-08T23:18:24.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-07-08T23:18:24.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-07-08T23:18:24.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-07-08T23:18:24.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36372026-07-08T23:18:24.983Z
36382026-07-08T23:18:24.983Zinfo: running `cargo check --bins` on authz-macros (184/303)
36392026-07-08T23:18:25.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-07-08T23:18:25.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-07-08T23:18:25.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-07-08T23:18:25.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36432026-07-08T23:18:25.506Z
36442026-07-08T23:18:25.506Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36452026-07-08T23:18:25.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-07-08T23:18:25.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-07-08T23:18:25.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-07-08T23:18:26.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-07-08T23:18:26.089Z
36502026-07-08T23:18:26.089Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36512026-07-08T23:18:26.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-07-08T23:18:26.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-07-08T23:18:26.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-07-08T23:18:26.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36552026-07-08T23:18:26.673Z
36562026-07-08T23:18:26.673Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36572026-07-08T23:18:27.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-07-08T23:18:27.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-07-08T23:18:27.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-07-08T23:18:27.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-07-08T23:18:27.198Z
36622026-07-08T23:18:27.198Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36632026-07-08T23:18:27.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-07-08T23:18:27.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-07-08T23:18:27.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-07-08T23:18:27.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-07-08T23:18:27.722Z
36682026-07-08T23:18:27.722Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36692026-07-08T23:18:28.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-07-08T23:18:28.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-07-08T23:18:28.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-07-08T23:18:28.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36732026-07-08T23:18:28.252Z
36742026-07-08T23:18:28.252Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36752026-07-08T23:18:28.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-07-08T23:18:28.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-07-08T23:18:28.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-07-08T23:18:28.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36792026-07-08T23:18:28.776Z
36802026-07-08T23:18:28.776Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
36812026-07-08T23:18:29.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-07-08T23:18:29.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-07-08T23:18:29.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-07-08T23:18:29.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-07-08T23:18:29.295Z
36862026-07-08T23:18:29.295Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
36872026-07-08T23:18:29.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-07-08T23:18:29.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-07-08T23:18:29.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-07-08T23:18:29.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36912026-07-08T23:18:29.819Z
36922026-07-08T23:18:29.820Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
36932026-07-08T23:18:30.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-07-08T23:18:30.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-07-08T23:18:30.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-07-08T23:18:30.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36972026-07-08T23:18:30.405Z
36982026-07-08T23:18:30.405Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
36992026-07-08T23:18:30.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-07-08T23:18:30.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-07-08T23:18:30.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-07-08T23:18:30.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37032026-07-08T23:18:30.988Z
37042026-07-08T23:18:30.988Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37052026-07-08T23:18:31.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-07-08T23:18:31.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-07-08T23:18:31.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-07-08T23:18:31.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37092026-07-08T23:18:31.562Z
37102026-07-08T23:18:31.562Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37112026-07-08T23:18:32.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-07-08T23:18:32.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-07-08T23:18:32.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-07-08T23:18:32.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37152026-07-08T23:18:32.120Z
37162026-07-08T23:18:32.120Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37172026-07-08T23:18:32.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-07-08T23:18:32.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-07-08T23:18:32.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-07-08T23:18:32.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-07-08T23:18:32.675Z
37222026-07-08T23:18:32.675Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37232026-07-08T23:18:33.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-07-08T23:18:33.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-07-08T23:18:33.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-07-08T23:18:33.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37272026-07-08T23:18:33.225Z
37282026-07-08T23:18:33.225Zinfo: running `cargo check --bins` on key-manager (199/303)
37292026-07-08T23:18:33.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-07-08T23:18:33.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-07-08T23:18:33.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-07-08T23:18:33.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37332026-07-08T23:18:33.759Z
37342026-07-08T23:18:33.759Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37352026-07-08T23:18:34.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-07-08T23:18:34.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-07-08T23:18:34.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-07-08T23:18:34.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-07-08T23:18:34.309Z
37402026-07-08T23:18:34.309Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37412026-07-08T23:18:34.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-07-08T23:18:34.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-07-08T23:18:34.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-07-08T23:18:34.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37452026-07-08T23:18:34.861Z
37462026-07-08T23:18:34.861Zinfo: running `cargo check --bins` on typed-rng (202/303)
37472026-07-08T23:18:35.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-07-08T23:18:35.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-07-08T23:18:35.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-07-08T23:18:35.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37512026-07-08T23:18:35.382Z
37522026-07-08T23:18:35.382Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37532026-07-08T23:18:35.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-07-08T23:18:35.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-07-08T23:18:36.174Z Compiling libefi-sys v0.1.0
37562026-07-08T23:18:36.178Z Compiling bitfield-struct v0.6.2
37572026-07-08T23:18:36.313Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-07-08T23:18:36.322Z Compiling xshell-macros v0.2.7
37592026-07-08T23:18:36.330Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37602026-07-08T23:18:36.342Z Compiling salty v0.3.0
37612026-07-08T23:18:36.356Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37622026-07-08T23:18:36.371Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37632026-07-08T23:18:36.385Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37642026-07-08T23:18:36.491Z Checking rfc6979 v0.4.0
37652026-07-08T23:18:36.613Z Checking ecdsa v0.16.9
37662026-07-08T23:18:36.639Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37672026-07-08T23:18:36.682Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37682026-07-08T23:18:36.696Z Checking xshell v0.2.7
37692026-07-08T23:18:36.814Z Checking primeorder v0.13.6
37702026-07-08T23:18:36.828Z Compiling proc-macro-error-attr2 v2.0.0
37712026-07-08T23:18:36.842Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37722026-07-08T23:18:36.856Z Checking tungstenite v0.21.0
37732026-07-08T23:18:36.929Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37742026-07-08T23:18:36.944Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37752026-07-08T23:18:37.006Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-07-08T23:18:37.052Z Checking p384 v0.13.1
37772026-07-08T23:18:37.069Z Compiling num-derive v0.3.3
37782026-07-08T23:18:37.158Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37792026-07-08T23:18:37.225Z Compiling proc-macro-error2 v2.0.1
37802026-07-08T23:18:37.261Z Checking tokio-tungstenite v0.21.0
37812026-07-08T23:18:37.315Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-07-08T23:18:37.376Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37832026-07-08T23:18:37.391Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37842026-07-08T23:18:37.457Z Checking papergrid v0.17.0
37852026-07-08T23:18:37.531Z Compiling tabled_derive v0.11.0
37862026-07-08T23:18:37.545Z Compiling progenitor-impl v0.13.0
37872026-07-08T23:18:37.571Z Checking testing_table v0.3.0
37882026-07-08T23:18:37.656Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-08T23:18:37.671Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37902026-07-08T23:18:37.689Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-08T23:18:37.879Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-07-08T23:18:37.894Z Checking corncobs v0.1.4
37932026-07-08T23:18:37.972Z Checking libscf-sys v1.1.0
37942026-07-08T23:18:38.017Z Compiling illumos-nvpair-sys v0.2.0
37952026-07-08T23:18:38.087Z Compiling unicase v2.9.0
37962026-07-08T23:18:38.103Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-07-08T23:18:38.249Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37982026-07-08T23:18:38.266Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37992026-07-08T23:18:38.292Z Compiling mime_guess v2.0.5
38002026-07-08T23:18:38.307Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-07-08T23:18:38.320Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38022026-07-08T23:18:38.415Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-08T23:18:38.631Z Checking progenitor-client v0.13.0
38042026-07-08T23:18:38.673Z Checking tabled v0.20.0
38052026-07-08T23:18:38.842Z Checking secrecy v0.8.0
38062026-07-08T23:18:38.864Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38072026-07-08T23:18:38.879Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38082026-07-08T23:18:38.915Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38092026-07-08T23:18:39.139Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38102026-07-08T23:18:39.286Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38112026-07-08T23:18:39.379Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38122026-07-08T23:18:39.396Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38132026-07-08T23:18:39.436Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38142026-07-08T23:18:39.563Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38152026-07-08T23:18:39.646Z Checking filetime v0.2.27
38162026-07-08T23:18:39.730Z Checking xattr v1.6.1
38172026-07-08T23:18:39.864Z Checking http-range v0.1.5
38182026-07-08T23:18:39.880Z Checking crc8 v0.1.1
38192026-07-08T23:18:39.976Z Checking tar v0.4.45
38202026-07-08T23:18:39.992Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38212026-07-08T23:18:40.095Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38222026-07-08T23:18:40.110Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38232026-07-08T23:18:40.144Z Compiling progenitor-macro v0.13.0
38242026-07-08T23:18:40.189Z Checking illumos-nvpair v0.3.0
38252026-07-08T23:18:40.343Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-07-08T23:18:40.357Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38272026-07-08T23:18:40.409Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38282026-07-08T23:18:40.721Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38292026-07-08T23:18:40.737Z Checking atty v0.2.14
38302026-07-08T23:18:40.753Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38312026-07-08T23:18:40.756Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38322026-07-08T23:18:40.828Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38332026-07-08T23:18:40.843Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38342026-07-08T23:18:41.006Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38352026-07-08T23:18:41.072Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38362026-07-08T23:18:41.087Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38372026-07-08T23:18:41.290Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38382026-07-08T23:18:41.305Z Checking hyper-staticfile v0.10.1
38392026-07-08T23:18:41.443Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38402026-07-08T23:18:41.461Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38412026-07-08T23:18:41.590Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38422026-07-08T23:18:41.698Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38432026-07-08T23:18:41.855Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38442026-07-08T23:18:41.983Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-07-08T23:18:42.129Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38462026-07-08T23:18:42.438Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38472026-07-08T23:18:43.005Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38482026-07-08T23:18:43.473Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38492026-07-08T23:18:43.882Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38502026-07-08T23:18:44.210Z Checking progenitor v0.13.0
38512026-07-08T23:18:44.344Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38522026-07-08T23:18:46.306Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38532026-07-08T23:18:49.600Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38542026-07-08T23:19:00.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.18s
38552026-07-08T23:19:00.782Z
38562026-07-08T23:19:00.782Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38572026-07-08T23:19:01.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-08T23:19:01.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-08T23:19:01.507Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-08T23:19:12.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38612026-07-08T23:19:12.392Z
38622026-07-08T23:19:12.392Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38632026-07-08T23:19:12.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-07-08T23:19:12.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-07-08T23:19:13.123Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-07-08T23:19:23.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38672026-07-08T23:19:24.001Z
38682026-07-08T23:19:24.001Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38692026-07-08T23:19:24.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-07-08T23:19:24.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-07-08T23:19:24.725Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-07-08T23:19:35.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38732026-07-08T23:19:35.608Z
38742026-07-08T23:19:35.608Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
38752026-07-08T23:19:36.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-07-08T23:19:36.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-07-08T23:19:36.331Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-07-08T23:19:46.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38792026-07-08T23:19:47.192Z
38802026-07-08T23:19:47.192Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
38812026-07-08T23:19:47.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-08T23:19:47.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-08T23:19:47.914Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-08T23:19:58.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38852026-07-08T23:19:58.869Z
38862026-07-08T23:19:58.869Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
38872026-07-08T23:19:59.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-08T23:19:59.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-08T23:19:59.593Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-08T23:20:10.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38912026-07-08T23:20:10.459Z
38922026-07-08T23:20:10.459Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
38932026-07-08T23:20:10.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-07-08T23:20:10.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-07-08T23:20:11.177Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38962026-07-08T23:20:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38972026-07-08T23:20:22.036Z
38982026-07-08T23:20:22.036Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/303)
38992026-07-08T23:20:22.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-07-08T23:20:22.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-07-08T23:20:22.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-07-08T23:20:22.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39032026-07-08T23:20:22.573Z
39042026-07-08T23:20:22.573Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/303)
39052026-07-08T23:20:23.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-08T23:20:23.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-08T23:20:23.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-08T23:20:23.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39092026-07-08T23:20:23.112Z
39102026-07-08T23:20:23.112Zinfo: running `cargo check --bins` on range-requests (213/303)
39112026-07-08T23:20:23.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-08T23:20:23.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-08T23:20:23.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-08T23:20:23.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39152026-07-08T23:20:23.643Z
39162026-07-08T23:20:23.643Zinfo: running `cargo check --bins` on repo-depot-api (214/303)
39172026-07-08T23:20:24.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-08T23:20:24.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-08T23:20:24.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-08T23:20:24.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39212026-07-08T23:20:24.172Z
39222026-07-08T23:20:24.172Zinfo: running `cargo check --bins` on sled-agent-api (215/303)
39232026-07-08T23:20:24.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-08T23:20:24.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-08T23:20:24.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-08T23:20:24.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39272026-07-08T23:20:24.725Z
39282026-07-08T23:20:24.725Zinfo: running `cargo check --bins` on sled-diagnostics (216/303)
39292026-07-08T23:20:25.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-08T23:20:25.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-08T23:20:25.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-08T23:20:25.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39332026-07-08T23:20:25.271Z
39342026-07-08T23:20:25.271Zinfo: running `cargo check --bins` on zfs-test-harness (217/303)
39352026-07-08T23:20:25.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-08T23:20:25.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-08T23:20:25.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-08T23:20:25.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39392026-07-08T23:20:25.823Z
39402026-07-08T23:20:25.823Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/303)
39412026-07-08T23:20:26.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-08T23:20:26.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-08T23:20:26.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-08T23:20:26.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39452026-07-08T23:20:26.382Z
39462026-07-08T23:20:26.382Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/303)
39472026-07-08T23:20:26.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-08T23:20:26.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-08T23:20:26.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-08T23:20:26.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39512026-07-08T23:20:26.938Z
39522026-07-08T23:20:26.939Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/303)
39532026-07-08T23:20:27.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-08T23:20:27.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-08T23:20:27.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-08T23:20:27.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39572026-07-08T23:20:27.493Z
39582026-07-08T23:20:27.493Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/303)
39592026-07-08T23:20:27.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-08T23:20:27.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-08T23:20:27.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-08T23:20:27.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39632026-07-08T23:20:28.045Z
39642026-07-08T23:20:28.045Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/303)
39652026-07-08T23:20:28.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-08T23:20:28.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-08T23:20:28.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-08T23:20:28.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39692026-07-08T23:20:28.603Z
39702026-07-08T23:20:28.603Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/303)
39712026-07-08T23:20:29.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-08T23:20:29.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-08T23:20:29.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-08T23:20:29.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39752026-07-08T23:20:29.166Z
39762026-07-08T23:20:29.166Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/303)
39772026-07-08T23:20:29.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-08T23:20:29.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-08T23:20:29.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-08T23:20:29.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39812026-07-08T23:20:29.728Z
39822026-07-08T23:20:29.728Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/303)
39832026-07-08T23:20:30.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-08T23:20:30.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-08T23:20:30.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-08T23:20:30.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39872026-07-08T23:20:30.309Z
39882026-07-08T23:20:30.309Zinfo: running `cargo check --bins` on trust-quorum (226/303)
39892026-07-08T23:20:30.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-08T23:20:30.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-08T23:20:30.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-08T23:20:30.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39932026-07-08T23:20:30.877Z
39942026-07-08T23:20:30.877Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/303)
39952026-07-08T23:20:31.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-08T23:20:31.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-08T23:20:31.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-08T23:20:31.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39992026-07-08T23:20:31.451Z
40002026-07-08T23:20:31.451Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/303)
40012026-07-08T23:20:31.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-08T23:20:31.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-08T23:20:31.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-08T23:20:31.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-07-08T23:20:32.039Z
40062026-07-08T23:20:32.039Zinfo: running `cargo check --bins` on update-common (229/303)
40072026-07-08T23:20:32.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-08T23:20:32.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-08T23:20:32.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-08T23:20:32.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40112026-07-08T23:20:32.578Z
40122026-07-08T23:20:32.578Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/303)
40132026-07-08T23:20:33.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-08T23:20:33.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-08T23:20:33.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-08T23:20:33.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-07-08T23:20:33.165Z
40182026-07-08T23:20:33.165Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/303)
40192026-07-08T23:20:33.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-08T23:20:33.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-08T23:20:33.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-08T23:20:33.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40232026-07-08T23:20:33.687Z
40242026-07-08T23:20:33.687Zinfo: running `cargo check --bins` on reconfigurator-cli (232/303)
40252026-07-08T23:20:34.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-08T23:20:34.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-08T23:20:34.406Z Compiling fs-err v2.11.0
40282026-07-08T23:20:34.409Z Checking ignore v0.4.25
40292026-07-08T23:20:34.409Z Checking arc-swap v1.8.2
40302026-07-08T23:20:34.538Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-08T23:20:34.538Z Checking predicates-tree v1.0.13
40322026-07-08T23:20:34.544Z Checking parse-size v1.1.0
40332026-07-08T23:20:34.565Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-08T23:20:34.576Z Checking rand_seeder v0.4.0
40352026-07-08T23:20:34.640Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-08T23:20:34.660Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-08T23:20:34.710Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-08T23:20:34.735Z Checking slog-scope v4.4.1
40392026-07-08T23:20:34.776Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-07-08T23:20:34.856Z Compiling petname v2.0.2
40412026-07-08T23:20:34.871Z Checking slog-stdlog v4.1.1
40422026-07-08T23:20:34.882Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-07-08T23:20:34.902Z Checking globwalk v0.9.1
40442026-07-08T23:20:34.966Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-07-08T23:20:34.984Z Checking slog-envlogger v2.2.0
40462026-07-08T23:20:35.078Z Checking camino-tempfile-ext v0.3.3
40472026-07-08T23:20:35.128Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-08T23:20:35.155Z Checking sapling-renderdag v0.1.0
40492026-07-08T23:20:35.265Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-08T23:20:35.327Z Checking subprocess v0.2.15
40512026-07-08T23:20:35.389Z Checking sync-ptr v0.1.4
40522026-07-08T23:20:35.466Z Checking colored v2.2.0
40532026-07-08T23:20:35.501Z Checking assert_matches v1.5.0
40542026-07-08T23:20:35.600Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-08T23:20:35.766Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40562026-07-08T23:20:35.766Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40572026-07-08T23:20:36.398Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-08T23:20:37.689Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-08T23:20:39.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
40602026-07-08T23:20:40.018Z
40612026-07-08T23:20:40.018Zinfo: running `cargo check --bins` on omicron-repl-utils (233/303)
40622026-07-08T23:20:40.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-08T23:20:40.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-08T23:20:40.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-08T23:20:40.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40662026-07-08T23:20:40.535Z
40672026-07-08T23:20:40.535Zinfo: running `cargo check --bins` on transient-dns-server (234/303)
40682026-07-08T23:20:40.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-08T23:20:40.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-08T23:20:40.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-08T23:20:40.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40722026-07-08T23:20:41.079Z
40732026-07-08T23:20:41.079Zinfo: running `cargo check --bins` on nexus-test-interface (235/303)
40742026-07-08T23:20:41.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-08T23:20:41.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-08T23:20:41.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-08T23:20:41.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-07-08T23:20:41.669Z
40792026-07-08T23:20:41.669Zinfo: running `cargo check --bins` on oximeter-collector (236/303)
40802026-07-08T23:20:42.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-08T23:20:42.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-08T23:20:42.337Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40832026-07-08T23:20:42.337Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40842026-07-08T23:20:42.962Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-08T23:20:44.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
40862026-07-08T23:20:44.723Z
40872026-07-08T23:20:44.723Zinfo: running `cargo check --bins` on oximeter-api (237/303)
40882026-07-08T23:20:45.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-08T23:20:45.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-08T23:20:45.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-08T23:20:45.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40922026-07-08T23:20:45.259Z
40932026-07-08T23:20:45.259Zinfo: running `cargo check --bins` on cert-dev (238/303)
40942026-07-08T23:20:45.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-08T23:20:45.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-08T23:20:45.813Z Checking yasna v0.5.2
40972026-07-08T23:20:46.210Z Checking rcgen v0.12.1
40982026-07-08T23:20:46.459Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-08T23:20:46.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41002026-07-08T23:20:46.792Z
41012026-07-08T23:20:46.793Zinfo: running `cargo check --bins` on clickana (239/303)
41022026-07-08T23:20:47.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-08T23:20:47.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-08T23:20:47.385Z Compiling darling_core v0.23.0
41052026-07-08T23:20:47.490Z Compiling instability v0.3.11
41062026-07-08T23:20:47.497Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41072026-07-08T23:20:47.500Z Checking castaway v0.2.4
41082026-07-08T23:20:47.507Z Compiling indoc v2.0.7
41092026-07-08T23:20:47.513Z Checking unicode-truncate v1.1.0
41102026-07-08T23:20:47.516Z Checking lru v0.12.5
41112026-07-08T23:20:47.517Z Checking cassowary v0.3.0
41122026-07-08T23:20:47.581Z Checking compact_str v0.8.1
41132026-07-08T23:20:48.792Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41142026-07-08T23:20:48.891Z Compiling darling_macro v0.23.0
41152026-07-08T23:20:48.960Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41162026-07-08T23:20:49.315Z Compiling darling v0.23.0
41172026-07-08T23:20:49.938Z Checking ratatui v0.29.0
41182026-07-08T23:20:50.987Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41192026-07-08T23:20:51.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
41202026-07-08T23:20:51.802Z
41212026-07-08T23:20:51.802Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/303)
41222026-07-08T23:20:52.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-08T23:20:52.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-08T23:20:52.460Z Checking headers-core v0.3.0
41252026-07-08T23:20:52.463Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41262026-07-08T23:20:52.650Z Checking headers v0.4.1
41272026-07-08T23:20:53.016Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-07-08T23:20:53.948Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41292026-07-08T23:20:54.421Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41302026-07-08T23:20:54.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41312026-07-08T23:20:55.001Z
41322026-07-08T23:20:55.001Zinfo: running `cargo check --bins` on ch-dev (241/303)
41332026-07-08T23:20:55.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-08T23:20:55.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-08T23:20:55.658Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41362026-07-08T23:20:56.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41372026-07-08T23:20:56.580Z
41382026-07-08T23:20:56.580Zinfo: running `cargo check --bins` on dev-tools-common (242/303)
41392026-07-08T23:20:56.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-07-08T23:20:56.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-07-08T23:20:56.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41422026-07-08T23:20:56.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41432026-07-08T23:20:56.977Z
41442026-07-08T23:20:56.977Zinfo: running `cargo check --bins` on corpus-adjust (243/303)
41452026-07-08T23:20:57.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-08T23:20:57.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-08T23:20:57.542Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41482026-07-08T23:20:57.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
41492026-07-08T23:20:58.046Z
41502026-07-08T23:20:58.047Zinfo: running `cargo check --bins` on crdb-seed (244/303)
41512026-07-08T23:20:58.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-08T23:20:58.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-08T23:20:58.706Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41542026-07-08T23:20:59.774Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41552026-07-08T23:21:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41562026-07-08T23:21:00.275Z
41572026-07-08T23:21:00.275Zinfo: running `cargo check --bins` on db-dev (245/303)
41582026-07-08T23:21:00.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-08T23:21:00.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-08T23:21:00.933Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41612026-07-08T23:21:01.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41622026-07-08T23:21:01.851Z
41632026-07-08T23:21:01.851Zinfo: running `cargo check --bins` on omicron-dev-lib (246/303)
41642026-07-08T23:21:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-08T23:21:02.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-08T23:21:02.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672026-07-08T23:21:02.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41682026-07-08T23:21:02.420Z
41692026-07-08T23:21:02.420Zinfo: running `cargo check --bins` on xtask-downloader (247/303)
41702026-07-08T23:21:02.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-08T23:21:02.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-08T23:21:02.976Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41732026-07-08T23:21:03.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41742026-07-08T23:21:03.812Z
41752026-07-08T23:21:03.812Zinfo: running `cargo check --bins` on omicron-dropshot-apis (248/303)
41762026-07-08T23:21:04.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-08T23:21:04.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-08T23:21:04.510Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-07-08T23:21:04.510Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-07-08T23:21:04.639Z Checking maplit v1.0.2
41812026-07-08T23:21:04.648Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41822026-07-08T23:21:04.652Z Checking git-stub v1.0.0
41832026-07-08T23:21:04.657Z Compiling trait-variant v0.1.2
41842026-07-08T23:21:04.668Z Checking is_ci v1.2.0
41852026-07-08T23:21:04.692Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41862026-07-08T23:21:04.708Z Checking drift v0.2.0
41872026-07-08T23:21:04.767Z Checking supports-color v3.0.2
41882026-07-08T23:21:04.796Z Checking git-stub-vcs v0.1.0
41892026-07-08T23:21:04.855Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41902026-07-08T23:21:04.884Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41912026-07-08T23:21:04.900Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41922026-07-08T23:21:04.985Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41932026-07-08T23:21:05.048Z Checking dropshot-api-manager v0.7.2
41942026-07-08T23:21:05.107Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41952026-07-08T23:21:05.130Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41962026-07-08T23:21:05.198Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41972026-07-08T23:21:05.360Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41982026-07-08T23:21:05.911Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41992026-07-08T23:21:06.807Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42002026-07-08T23:21:07.994Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types-versions)
42012026-07-08T23:21:07.997Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42022026-07-08T23:21:08.490Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42032026-07-08T23:21:08.782Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42042026-07-08T23:21:09.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
42052026-07-08T23:21:09.397Z
42062026-07-08T23:21:09.397Zinfo: running `cargo check --bins` on installinator-api (249/303)
42072026-07-08T23:21:09.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-07-08T23:21:09.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-07-08T23:21:09.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-07-08T23:21:09.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42112026-07-08T23:21:09.931Z
42122026-07-08T23:21:09.931Zinfo: running `cargo check --bins` on nexus-external-api (250/303)
42132026-07-08T23:21:10.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-07-08T23:21:10.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-07-08T23:21:10.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-07-08T23:21:10.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42172026-07-08T23:21:10.506Z
42182026-07-08T23:21:10.506Zinfo: running `cargo check --bins` on nexus-internal-api (251/303)
42192026-07-08T23:21:10.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-08T23:21:10.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-08T23:21:10.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-08T23:21:10.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42232026-07-08T23:21:11.080Z
42242026-07-08T23:21:11.080Zinfo: running `cargo check --bins` on nexus-lockstep-api (252/303)
42252026-07-08T23:21:11.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-08T23:21:11.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-08T23:21:11.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-08T23:21:11.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42292026-07-08T23:21:11.648Z
42302026-07-08T23:21:11.648Zinfo: running `cargo check --bins` on ntp-admin-api (253/303)
42312026-07-08T23:21:12.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-08T23:21:12.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-08T23:21:12.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-08T23:21:12.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42352026-07-08T23:21:12.183Z
42362026-07-08T23:21:12.183Zinfo: running `cargo check --bins` on ntp-admin-types-versions (254/303)
42372026-07-08T23:21:12.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-08T23:21:12.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-08T23:21:12.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-08T23:21:12.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42412026-07-08T23:21:12.709Z
42422026-07-08T23:21:12.709Zinfo: running `cargo check --bins` on wicketd-api (255/303)
42432026-07-08T23:21:13.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-08T23:21:13.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-08T23:21:13.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-08T23:21:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-07-08T23:21:13.259Z
42482026-07-08T23:21:13.259Zinfo: running `cargo check --bins` on wicketd-commission-api (256/303)
42492026-07-08T23:21:13.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-08T23:21:13.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-08T23:21:13.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-08T23:21:13.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42532026-07-08T23:21:13.807Z
42542026-07-08T23:21:13.807Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (257/303)
42552026-07-08T23:21:14.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-08T23:21:14.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-08T23:21:14.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-08T23:21:14.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42592026-07-08T23:21:14.356Z
42602026-07-08T23:21:14.356Zinfo: running `cargo check --bins` on omicron-ls-apis (258/303)
42612026-07-08T23:21:14.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-08T23:21:14.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-08T23:21:14.913Z Checking cargo-platform v0.3.2
42642026-07-08T23:21:14.916Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42652026-07-08T23:21:15.147Z Checking cargo_metadata v0.23.1
42662026-07-08T23:21:15.739Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42672026-07-08T23:21:16.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
42682026-07-08T23:21:16.619Z
42692026-07-08T23:21:16.619Zinfo: running `cargo check --bins` on mgs-dev (259/303)
42702026-07-08T23:21:17.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-07-08T23:21:17.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-07-08T23:21:17.301Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42732026-07-08T23:21:17.898Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42742026-07-08T23:21:18.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42752026-07-08T23:21:18.558Z
42762026-07-08T23:21:18.558Zinfo: running `cargo check --bins` on omicron-omdb (260/303)
42772026-07-08T23:21:19.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-07-08T23:21:19.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-07-08T23:21:19.467Z Compiling vergen-lib v0.1.6
42802026-07-08T23:21:19.467Z Compiling diesel_derives v2.3.7
42812026-07-08T23:21:19.467Z Compiling dsl_auto_type v0.2.0
42822026-07-08T23:21:19.470Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42832026-07-08T23:21:19.470Z Checking scheduled-thread-pool v0.2.7
42842026-07-08T23:21:19.470Z Compiling vergen-gitcl v1.0.8
42852026-07-08T23:21:19.470Z Compiling diesel_table_macro_syntax v0.3.0
42862026-07-08T23:21:19.622Z Compiling dirs-sys-next v0.1.2
42872026-07-08T23:21:19.759Z Compiling glob v0.3.3
42882026-07-08T23:21:19.804Z Compiling crunchy v0.2.4
42892026-07-08T23:21:19.876Z Compiling dirs-next v2.0.0
42902026-07-08T23:21:19.893Z Checking r2d2 v0.8.10
42912026-07-08T23:21:19.921Z Compiling tiny-keccak v2.0.2
42922026-07-08T23:21:19.997Z Checking downcast-rs v2.0.2
42932026-07-08T23:21:20.137Z Compiling clang-sys v1.8.1
42942026-07-08T23:21:20.141Z Compiling term v0.7.0
42952026-07-08T23:21:20.168Z Compiling bit-vec v0.6.3
42962026-07-08T23:21:20.196Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42972026-07-08T23:21:20.375Z Compiling bit-set v0.5.3
42982026-07-08T23:21:20.398Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42992026-07-08T23:21:20.518Z Compiling ascii-canvas v3.0.0
43002026-07-08T23:21:20.533Z Compiling itertools v0.10.5
43012026-07-08T23:21:20.549Z Compiling ena v0.14.4
43022026-07-08T23:21:20.597Z Compiling libloading v0.8.9
43032026-07-08T23:21:20.634Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43042026-07-08T23:21:20.696Z Compiling diff v0.1.13
43052026-07-08T23:21:20.753Z Compiling regex-syntax v0.6.29
43062026-07-08T23:21:20.769Z Compiling bindgen v0.71.1
43072026-07-08T23:21:20.977Z Compiling cexpr v0.6.0
43082026-07-08T23:21:21.229Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43092026-07-08T23:21:21.285Z Compiling rustc-hash v2.1.1
43102026-07-08T23:21:21.460Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43112026-07-08T23:21:21.581Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43122026-07-08T23:21:21.598Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43132026-07-08T23:21:21.636Z Compiling libxml v0.3.3
43142026-07-08T23:21:21.844Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43152026-07-08T23:21:21.887Z Compiling strum_macros v0.24.3
43162026-07-08T23:21:21.907Z Compiling indoc v1.0.9
43172026-07-08T23:21:22.048Z Compiling lalrpop v0.19.12
43182026-07-08T23:21:22.809Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43192026-07-08T23:21:23.012Z Checking derive_builder v0.20.2
43202026-07-08T23:21:23.130Z Compiling oso-derive v0.27.3
43212026-07-08T23:21:23.224Z Checking quick-xml v0.37.5
43222026-07-08T23:21:23.314Z Compiling impl-trait-for-tuples v0.2.3
43232026-07-08T23:21:23.642Z Checking openssl-probe v0.1.6
43242026-07-08T23:21:23.783Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43252026-07-08T23:21:24.124Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43262026-07-08T23:21:24.329Z Checking bb8 v0.8.6
43272026-07-08T23:21:24.422Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43282026-07-08T23:21:24.538Z Checking nonempty v0.12.0
43292026-07-08T23:21:24.618Z Compiling libz-sys v1.1.24
43302026-07-08T23:21:24.658Z Compiling strsim v0.10.0
43312026-07-08T23:21:24.704Z Compiling libgit2-sys v0.18.3+1.9.2
43322026-07-08T23:21:24.887Z Compiling darling_core v0.13.4
43332026-07-08T23:21:24.998Z Compiling vergen-git2 v9.1.0
43342026-07-08T23:21:25.223Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43352026-07-08T23:21:25.243Z Compiling base64 v0.21.7
43362026-07-08T23:21:25.451Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43372026-07-08T23:21:25.562Z Compiling ron v0.8.1
43382026-07-08T23:21:25.599Z Checking diesel v2.3.7
43392026-07-08T23:21:26.399Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-07-08T23:21:26.508Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43412026-07-08T23:21:26.628Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43422026-07-08T23:21:26.756Z Compiling darling_macro v0.13.4
43432026-07-08T23:21:26.832Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43442026-07-08T23:21:27.035Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43452026-07-08T23:21:27.237Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43462026-07-08T23:21:27.253Z Compiling darling v0.13.4
43472026-07-08T23:21:27.344Z Compiling serde_with_macros v1.5.2
43482026-07-08T23:21:27.440Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43492026-07-08T23:21:27.642Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43502026-07-08T23:21:27.695Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43512026-07-08T23:21:27.843Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43522026-07-08T23:21:28.189Z Compiling serde_with v1.14.0
43532026-07-08T23:21:29.327Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43542026-07-08T23:21:29.389Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43552026-07-08T23:21:29.632Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43562026-07-08T23:21:30.280Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-07-08T23:21:30.494Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43582026-07-08T23:21:30.774Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43592026-07-08T23:21:30.958Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43602026-07-08T23:21:30.975Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43612026-07-08T23:21:31.354Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43622026-07-08T23:21:31.550Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43632026-07-08T23:21:31.741Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43642026-07-08T23:21:31.923Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43652026-07-08T23:21:32.131Z Checking twox-hash v2.1.2
43662026-07-08T23:21:32.317Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43672026-07-08T23:21:32.433Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43682026-07-08T23:21:32.475Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43692026-07-08T23:21:32.961Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43702026-07-08T23:21:33.117Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43712026-07-08T23:21:34.137Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43722026-07-08T23:21:34.408Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43732026-07-08T23:21:34.469Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43742026-07-08T23:21:35.063Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43752026-07-08T23:21:35.146Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43762026-07-08T23:21:35.351Z Checking console v0.16.2
43772026-07-08T23:21:35.657Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43782026-07-08T23:21:35.806Z Checking fatfs v0.3.6
43792026-07-08T23:21:36.028Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43802026-07-08T23:21:36.263Z Compiling seq-macro v0.3.6
43812026-07-08T23:21:36.780Z Checking unit-prefix v0.5.2
43822026-07-08T23:21:36.918Z Checking indicatif v0.18.4
43832026-07-08T23:21:37.175Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43842026-07-08T23:21:37.311Z Checking support-bundle-viewer v0.1.2
43852026-07-08T23:21:37.329Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43862026-07-08T23:21:37.554Z Checking multimap v0.10.1
43872026-07-08T23:21:43.091Z Checking diesel-dtrace v0.5.0
43882026-07-08T23:21:43.343Z Checking async-bb8-diesel v0.2.1
43892026-07-08T23:21:46.773Z Compiling samael v0.0.19
43902026-07-08T23:21:52.915Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43912026-07-08T23:21:52.931Z Compiling git2 v0.20.4
43922026-07-08T23:21:53.921Z Compiling polar-core v0.27.3
43932026-07-08T23:21:55.244Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43942026-07-08T23:21:58.427Z Checking oso v0.27.3
43952026-07-08T23:22:27.950Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43962026-07-08T23:23:40.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43972026-07-08T23:23:40.938Z
43982026-07-08T23:23:40.938Zinfo: running `cargo check --bins` on nexus-networking (261/303)
43992026-07-08T23:23:41.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-07-08T23:23:41.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-07-08T23:23:41.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-07-08T23:23:41.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44032026-07-08T23:23:41.561Z
44042026-07-08T23:23:41.561Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/303)
44052026-07-08T23:23:42.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-08T23:23:42.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-08T23:23:42.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-08T23:23:42.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44092026-07-08T23:23:42.151Z
44102026-07-08T23:23:42.151Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/303)
44112026-07-08T23:23:42.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-08T23:23:42.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-08T23:23:42.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-07-08T23:23:42.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-07-08T23:23:42.744Z
44162026-07-08T23:23:42.744Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/303)
44172026-07-08T23:23:43.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-08T23:23:43.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-08T23:23:43.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-08T23:23:43.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44212026-07-08T23:23:43.264Z
44222026-07-08T23:23:43.264Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/303)
44232026-07-08T23:23:43.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-08T23:23:43.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-08T23:23:44.046Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44262026-07-08T23:23:44.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44272026-07-08T23:23:44.967Z
44282026-07-08T23:23:44.967Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/303)
44292026-07-08T23:23:45.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-08T23:23:45.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-08T23:23:45.747Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-08T23:24:23.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.31s
44332026-07-08T23:24:23.488Z
44342026-07-08T23:24:23.488Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/303)
44352026-07-08T23:24:23.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-08T23:24:23.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-08T23:24:23.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-07-08T23:24:23.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44392026-07-08T23:24:24.016Z
44402026-07-08T23:24:24.016Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/303)
44412026-07-08T23:24:24.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-08T23:24:24.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-08T23:24:24.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-08T23:24:24.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44452026-07-08T23:24:24.541Z
44462026-07-08T23:24:24.541Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/303)
44472026-07-08T23:24:25.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-08T23:24:25.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-08T23:24:25.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-08T23:24:25.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44512026-07-08T23:24:25.126Z
44522026-07-08T23:24:25.126Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/303)
44532026-07-08T23:24:25.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-08T23:24:25.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-08T23:24:25.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-08T23:24:25.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44572026-07-08T23:24:25.724Z
44582026-07-08T23:24:25.724Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/303)
44592026-07-08T23:24:26.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-08T23:24:26.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-08T23:24:26.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-08T23:24:26.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44632026-07-08T23:24:26.320Z
44642026-07-08T23:24:26.320Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/303)
44652026-07-08T23:24:26.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-08T23:24:26.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-08T23:24:26.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-08T23:24:26.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-07-08T23:24:26.908Z
44702026-07-08T23:24:26.908Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/303)
44712026-07-08T23:24:27.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-08T23:24:27.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-08T23:24:27.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-08T23:24:27.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44752026-07-08T23:24:27.503Z
44762026-07-08T23:24:27.503Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/303)
44772026-07-08T23:24:27.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-08T23:24:28.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-08T23:24:28.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-08T23:24:28.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44812026-07-08T23:24:28.096Z
44822026-07-08T23:24:28.096Zinfo: running `cargo check --bins` on nexus-switch-config (275/303)
44832026-07-08T23:24:28.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-08T23:24:28.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-08T23:24:28.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-08T23:24:28.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44872026-07-08T23:24:28.676Z
44882026-07-08T23:24:28.676Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/303)
44892026-07-08T23:24:29.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-08T23:24:29.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-08T23:24:29.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-08T23:24:29.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44932026-07-08T23:24:29.277Z
44942026-07-08T23:24:29.277Zinfo: running `cargo check --bins` on support-bundle-collection (277/303)
44952026-07-08T23:24:29.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-08T23:24:29.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-08T23:24:29.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-08T23:24:29.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-07-08T23:24:29.876Z
45002026-07-08T23:24:29.876Zinfo: running `cargo check --bins` on omicron-dev (278/303)
45012026-07-08T23:24:30.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-08T23:24:30.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-08T23:24:30.729Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45042026-07-08T23:24:30.729Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45052026-07-08T23:24:30.881Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45062026-07-08T23:24:30.897Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45072026-07-08T23:24:30.912Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45082026-07-08T23:24:30.930Z Checking diff v0.1.13
45092026-07-08T23:24:30.930Z Checking yansi v1.0.1
45102026-07-08T23:24:30.934Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45112026-07-08T23:24:31.066Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45122026-07-08T23:24:31.220Z Checking pretty_assertions v1.4.1
45132026-07-08T23:24:31.958Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45142026-07-08T23:24:31.962Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45152026-07-08T23:24:56.484Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45162026-07-08T23:24:56.484Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45172026-07-08T23:24:56.488Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45182026-07-08T23:24:56.488Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45192026-07-08T23:24:56.488Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45202026-07-08T23:24:56.488Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45212026-07-08T23:24:56.488Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45222026-07-08T23:24:57.338Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-07-08T23:24:57.342Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45242026-07-08T23:24:58.525Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45252026-07-08T23:25:35.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45262026-07-08T23:25:36.092Z
45272026-07-08T23:25:36.092Zinfo: running `cargo check --bins` on omicron-pins (279/303)
45282026-07-08T23:25:36.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-07-08T23:25:36.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-07-08T23:25:36.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45312026-07-08T23:25:36.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45322026-07-08T23:25:36.586Z
45332026-07-08T23:25:36.586Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (280/303)
45342026-07-08T23:25:37.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-08T23:25:37.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-08T23:25:37.315Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45372026-07-08T23:25:37.435Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45382026-07-08T23:25:37.452Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45392026-07-08T23:26:04.222Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45402026-07-08T23:26:04.588Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45412026-07-08T23:26:06.302Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45422026-07-08T23:26:06.737Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45432026-07-08T23:26:09.818Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45442026-07-08T23:26:33.582Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45452026-07-08T23:26:34.264Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45462026-07-08T23:26:35.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.26s
45472026-07-08T23:26:36.044Z
45482026-07-08T23:26:36.044Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (281/303)
45492026-07-08T23:26:36.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-08T23:26:36.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-08T23:26:36.716Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45522026-07-08T23:26:37.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45532026-07-08T23:26:37.559Z
45542026-07-08T23:26:37.559Zinfo: running `cargo check --bins` on omicron-releng (282/303)
45552026-07-08T23:26:38.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-08T23:26:38.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-08T23:26:38.161Z Compiling blake3 v1.8.5
45582026-07-08T23:26:38.268Z Checking constant_time_eq v0.4.2
45592026-07-08T23:26:38.274Z Checking arrayvec v0.7.6
45602026-07-08T23:26:38.277Z Checking arrayref v0.3.9
45612026-07-08T23:26:38.285Z Checking topological-sort v0.2.2
45622026-07-08T23:26:38.289Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45632026-07-08T23:26:38.289Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45642026-07-08T23:26:38.289Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45652026-07-08T23:26:38.333Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45662026-07-08T23:26:38.382Z Checking shell-words v1.1.1
45672026-07-08T23:26:39.165Z Checking omicron-zone-package v0.12.3
45682026-07-08T23:26:39.876Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45692026-07-08T23:26:40.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
45702026-07-08T23:26:40.951Z
45712026-07-08T23:26:40.951Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (283/303)
45722026-07-08T23:26:41.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-07-08T23:26:41.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-07-08T23:26:41.544Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45752026-07-08T23:26:41.856Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45762026-07-08T23:26:42.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45772026-07-08T23:26:42.415Z
45782026-07-08T23:26:42.415Zinfo: running `cargo check --bins` on schema (284/303)
45792026-07-08T23:26:42.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-07-08T23:26:42.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-07-08T23:26:43.095Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45822026-07-08T23:26:43.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45832026-07-08T23:26:43.955Z
45842026-07-08T23:26:43.955Zinfo: running `cargo check --bins` on xtask (285/303)
45852026-07-08T23:26:44.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-07-08T23:26:44.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-07-08T23:26:44.343Z Checking serde_core v1.0.228
45882026-07-08T23:26:44.343Z Checking libc v0.2.185
45892026-07-08T23:26:44.346Z Checking bitflags v2.11.0
45902026-07-08T23:26:44.426Z Checking scroll v0.12.0
45912026-07-08T23:26:44.429Z Checking thiserror v1.0.69
45922026-07-08T23:26:44.439Z Checking log v0.4.29
45932026-07-08T23:26:44.439Z Checking indexmap v2.14.0
45942026-07-08T23:26:44.442Z Checking zerocopy v0.7.35
45952026-07-08T23:26:44.517Z Checking syn v2.0.117
45962026-07-08T23:26:44.563Z Checking dtrace-parser v0.2.0
45972026-07-08T23:26:44.588Z Checking once_cell v1.21.3
45982026-07-08T23:26:44.638Z Checking goblin v0.8.2
45992026-07-08T23:26:44.697Z Checking errno v0.3.14
46002026-07-08T23:26:44.756Z Checking thread-id v4.2.2
46012026-07-08T23:26:44.789Z Checking getrandom v0.4.1
46022026-07-08T23:26:44.812Z Checking rustix v1.1.3
46032026-07-08T23:26:44.831Z Checking memmap v0.7.0
46042026-07-08T23:26:44.914Z Checking thiserror v2.0.18
46052026-07-08T23:26:44.927Z Checking fs-err v3.3.0
46062026-07-08T23:26:44.957Z Checking anyhow v1.0.102
46072026-07-08T23:26:44.971Z Checking tabled v0.15.0
46082026-07-08T23:26:45.574Z Checking terminal_size v0.4.3
46092026-07-08T23:26:45.574Z Checking tempfile v3.25.0
46102026-07-08T23:26:45.681Z Checking clap_builder v4.6.0
46112026-07-08T23:26:45.681Z Checking textwrap v0.16.2
46122026-07-08T23:26:45.854Z Checking serde v1.0.228
46132026-07-08T23:26:45.855Z Checking serde_json v1.0.150
46142026-07-08T23:26:45.855Z Checking camino v1.2.2
46152026-07-08T23:26:45.886Z Checking cargo-platform v0.3.2
46162026-07-08T23:26:46.035Z Checking semver v1.0.28
46172026-07-08T23:26:46.101Z Checking camino-tempfile v1.4.1
46182026-07-08T23:26:46.262Z Checking toml_datetime v0.6.11
46192026-07-08T23:26:46.262Z Checking serde_spanned v0.6.9
46202026-07-08T23:26:46.266Z Checking macaddr v1.0.1
46212026-07-08T23:26:46.266Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46222026-07-08T23:26:46.438Z Checking toml_edit v0.22.27
46232026-07-08T23:26:46.449Z Checking cargo_metadata v0.23.1
46242026-07-08T23:26:46.458Z Checking dof v0.3.0
46252026-07-08T23:26:46.712Z Checking usdt-impl v0.5.0
46262026-07-08T23:26:46.867Z Checking clap v4.6.1
46272026-07-08T23:26:46.969Z Checking usdt v0.5.0
46282026-07-08T23:26:47.431Z Checking toml v0.8.23
46292026-07-08T23:26:47.691Z Checking cargo_toml v0.21.0
46302026-07-08T23:26:48.325Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46312026-07-08T23:26:48.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
46322026-07-08T23:26:48.801Z
46332026-07-08T23:26:48.802Zinfo: running `cargo check --bins` on dnsadm (286/303)
46342026-07-08T23:26:49.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-07-08T23:26:49.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-07-08T23:26:49.392Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46372026-07-08T23:26:49.849Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46382026-07-08T23:26:50.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46392026-07-08T23:26:50.395Z
46402026-07-08T23:26:50.395Zinfo: running `cargo check --bins` on end-to-end-tests (287/303)
46412026-07-08T23:26:50.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-07-08T23:26:50.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-07-08T23:26:51.159Z Checking cpubits v0.1.1
46442026-07-08T23:26:51.284Z Checking pem-rfc7468 v1.0.0
46452026-07-08T23:26:51.296Z Checking hmac v0.13.0
46462026-07-08T23:26:51.299Z Checking universal-hash v0.6.1
46472026-07-08T23:26:51.317Z Checking ctr v0.10.1
46482026-07-08T23:26:51.317Z Checking aead v0.6.1
46492026-07-08T23:26:51.320Z Checking sha2 v0.11.0
46502026-07-08T23:26:51.359Z Checking aes v0.9.1
46512026-07-08T23:26:51.362Z Checking crypto-bigint v0.7.5
46522026-07-08T23:26:51.413Z Checking polyval v0.7.1
46532026-07-08T23:26:51.427Z Checking der v0.8.0
46542026-07-08T23:26:51.440Z Checking pbkdf2 v0.13.0
46552026-07-08T23:26:51.474Z Checking cbc v0.2.1
46562026-07-08T23:26:51.489Z Checking salsa20 v0.11.0
46572026-07-08T23:26:51.553Z Checking ff v0.14.0
46582026-07-08T23:26:51.578Z Checking ghash v0.6.0
46592026-07-08T23:26:51.609Z Checking signature v3.0.0
46602026-07-08T23:26:51.653Z Checking base16ct v1.0.0
46612026-07-08T23:26:51.696Z Checking group v0.14.0
46622026-07-08T23:26:51.712Z Checking hkdf v0.13.0
46632026-07-08T23:26:51.755Z Checking aes-gcm v0.11.0
46642026-07-08T23:26:51.772Z Checking rfc6979 v0.5.0
46652026-07-08T23:26:51.790Z Compiling curve25519-dalek v5.0.0-rc.0
46662026-07-08T23:26:51.845Z Checking poly1305 v0.9.0
46672026-07-08T23:26:51.845Z Checking blowfish v0.10.0
46682026-07-08T23:26:51.906Z Checking blake2 v0.11.0-rc.6
46692026-07-08T23:26:51.921Z Checking keccak v0.2.0
46702026-07-08T23:26:51.995Z Checking fiat-crypto v0.3.0
46712026-07-08T23:26:52.037Z Checking scrypt v0.12.0
46722026-07-08T23:26:52.075Z Checking sha3 v0.11.0
46732026-07-08T23:26:52.123Z Checking bcrypt-pbkdf v0.11.0
46742026-07-08T23:26:52.158Z Checking argon2 v0.6.0-rc.8
46752026-07-08T23:26:52.197Z Checking kem v0.3.0
46762026-07-08T23:26:52.216Z Checking spki v0.8.0
46772026-07-08T23:26:52.280Z Checking sec1 v0.8.1
46782026-07-08T23:26:52.322Z Checking module-lattice v0.2.3
46792026-07-08T23:26:52.403Z Checking pkcs5 v0.8.1
46802026-07-08T23:26:52.417Z Checking pkcs1 v0.8.0-rc.4
46812026-07-08T23:26:52.460Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46822026-07-08T23:26:52.490Z Checking internal-russh-num-bigint v0.5.0
46832026-07-08T23:26:52.540Z Checking ml-kem v0.3.2
46842026-07-08T23:26:52.619Z Checking num-bigint v0.4.6
46852026-07-08T23:26:52.661Z Checking generic-array v1.4.3
46862026-07-08T23:26:52.688Z Checking pkcs8 v0.11.0
46872026-07-08T23:26:52.891Z Checking ed25519 v3.0.0
46882026-07-08T23:26:53.042Z Checking russh-util v0.52.0
46892026-07-08T23:26:53.056Z Compiling enum_dispatch v0.3.13
46902026-07-08T23:26:53.086Z Checking ed25519-dalek v3.0.0-rc.0
46912026-07-08T23:26:53.162Z Compiling delegate v0.13.5
46922026-07-08T23:26:53.304Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46932026-07-08T23:26:53.318Z Checking hex-literal v1.1.0
46942026-07-08T23:26:53.332Z Checking md5 v0.8.0
46952026-07-08T23:26:53.440Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46962026-07-08T23:26:53.500Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46972026-07-08T23:26:53.551Z Checking socket2 v0.5.10
46982026-07-08T23:26:53.600Z Checking elliptic-curve v0.14.0-rc.33
46992026-07-08T23:26:53.694Z Checking primefield v0.14.0
47002026-07-08T23:26:53.724Z Checking ssh-encoding v0.3.0-rc.9
47012026-07-08T23:26:53.799Z Checking crypto-primes v0.7.2
47022026-07-08T23:26:53.894Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47032026-07-08T23:26:53.949Z Checking ssh-cipher v0.3.0-rc.9
47042026-07-08T23:26:54.003Z Checking russh-cryptovec v0.61.0
47052026-07-08T23:26:54.058Z Checking primeorder v0.14.0-rc.10
47062026-07-08T23:26:54.097Z Checking ecdsa v0.17.0-rc.18
47072026-07-08T23:26:54.153Z Checking internet-checksum v0.2.1
47082026-07-08T23:26:54.448Z Checking p521 v0.14.0-rc.10
47092026-07-08T23:26:54.448Z Checking p256 v0.14.0-rc.10
47102026-07-08T23:26:54.744Z Checking rsa v0.10.0-rc.18
47112026-07-08T23:26:56.825Z Checking p384 v0.14.0-rc.10
47122026-07-08T23:26:58.739Z Checking ssh-key v0.7.0-rc.10
47132026-07-08T23:26:59.480Z Checking russh v0.61.2
47142026-07-08T23:27:11.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.19s
47152026-07-08T23:27:11.798Z
47162026-07-08T23:27:11.798Zinfo: running `cargo check --bins` on gateway-cli (288/303)
47172026-07-08T23:27:12.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-07-08T23:27:12.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-07-08T23:27:12.394Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47202026-07-08T23:27:12.499Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47212026-07-08T23:27:12.506Z Checking termios v0.3.3
47222026-07-08T23:27:13.700Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47232026-07-08T23:27:13.841Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47242026-07-08T23:27:15.476Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47252026-07-08T23:27:16.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
47262026-07-08T23:27:16.200Z
47272026-07-08T23:27:16.200Zinfo: running `cargo check --bins --no-default-features` on installinator (289/303)
47282026-07-08T23:27:16.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-07-08T23:27:16.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-07-08T23:27:16.859Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47312026-07-08T23:27:16.862Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47322026-07-08T23:27:16.979Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47332026-07-08T23:27:16.982Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47342026-07-08T23:27:16.991Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47352026-07-08T23:27:16.994Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47362026-07-08T23:27:17.731Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47372026-07-08T23:27:18.055Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47382026-07-08T23:27:18.058Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47392026-07-08T23:27:18.672Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47402026-07-08T23:27:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
47412026-07-08T23:27:20.460Z
47422026-07-08T23:27:20.460Zinfo: running `cargo check --bins` on internal-dns-cli (290/303)
47432026-07-08T23:27:20.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-07-08T23:27:20.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-07-08T23:27:21.040Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47462026-07-08T23:27:21.477Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47472026-07-08T23:27:21.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47482026-07-08T23:27:21.946Z
47492026-07-08T23:27:21.946Zinfo: running `cargo check --bins` on omicron-live-tests (291/303)
47502026-07-08T23:27:22.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-07-08T23:27:22.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-07-08T23:27:22.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47532026-07-08T23:27:22.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47542026-07-08T23:27:22.471Z
47552026-07-08T23:27:22.471Zinfo: running `cargo check --bins` on live-tests-macros (292/303)
47562026-07-08T23:27:22.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-07-08T23:27:22.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-07-08T23:27:22.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47592026-07-08T23:27:22.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47602026-07-08T23:27:22.999Z
47612026-07-08T23:27:22.999Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (293/303)
47622026-07-08T23:27:23.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-07-08T23:27:23.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-07-08T23:27:23.703Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47652026-07-08T23:27:24.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47662026-07-08T23:27:24.462Z
47672026-07-08T23:27:24.462Zinfo: running `cargo check --bins` on omicron-ntp-admin (294/303)
47682026-07-08T23:27:24.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-07-08T23:27:24.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-07-08T23:27:25.062Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47712026-07-08T23:27:25.065Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47722026-07-08T23:27:25.329Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47732026-07-08T23:27:25.329Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47742026-07-08T23:27:26.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47752026-07-08T23:27:26.285Z
47762026-07-08T23:27:26.285Zinfo: running `cargo check --bins` on ntp-admin-types (295/303)
47772026-07-08T23:27:26.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-07-08T23:27:26.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-07-08T23:27:26.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47802026-07-08T23:27:26.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47812026-07-08T23:27:26.815Z
47822026-07-08T23:27:26.815Zinfo: running `cargo check --bins` on omicron-package (296/303)
47832026-07-08T23:27:27.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-07-08T23:27:27.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-07-08T23:27:27.446Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47862026-07-08T23:27:28.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47872026-07-08T23:27:28.663Z
47882026-07-08T23:27:28.663Zinfo: running `cargo check --bins` on tqdb (297/303)
47892026-07-08T23:27:29.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-08T23:27:29.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-08T23:27:29.404Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47922026-07-08T23:27:29.735Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47932026-07-08T23:27:30.238Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47942026-07-08T23:27:30.241Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47952026-07-08T23:27:36.266Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47962026-07-08T23:27:36.269Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47972026-07-08T23:27:36.830Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47982026-07-08T23:27:36.830Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47992026-07-08T23:27:36.833Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48002026-07-08T23:27:36.833Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48012026-07-08T23:27:37.616Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48022026-07-08T23:27:38.591Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48032026-07-08T23:27:39.364Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48042026-07-08T23:27:39.962Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48052026-07-08T23:27:44.793Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48062026-07-08T23:27:51.336Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48072026-07-08T23:27:51.339Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48082026-07-08T23:27:51.339Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48092026-07-08T23:27:51.339Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48102026-07-08T23:27:52.791Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48112026-07-08T23:27:54.088Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48122026-07-08T23:27:54.753Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48132026-07-08T23:27:55.969Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48142026-07-08T23:27:56.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s
48152026-07-08T23:27:56.694Z
48162026-07-08T23:27:56.694Zinfo: running `cargo check --bins` on wicket-dbg (298/303)
48172026-07-08T23:27:57.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-07-08T23:27:57.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-07-08T23:27:57.354Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48202026-07-08T23:27:57.354Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48212026-07-08T23:27:57.356Z Checking rtoolbox v0.0.3
48222026-07-08T23:27:57.480Z Checking tui-tree-widget v0.23.1
48232026-07-08T23:27:57.574Z Checking rpassword v7.4.0
48242026-07-08T23:27:58.621Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48252026-07-08T23:28:01.685Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48262026-07-08T23:28:03.527Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48272026-07-08T23:28:04.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
48282026-07-08T23:28:04.577Z
48292026-07-08T23:28:04.577Zinfo: running `cargo check --bins` on wicket (299/303)
48302026-07-08T23:28:05.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48312026-07-08T23:28:05.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48322026-07-08T23:28:05.221Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48332026-07-08T23:28:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48342026-07-08T23:28:05.745Z
48352026-07-08T23:28:05.745Zinfo: running `cargo check --bins` on wicketd (300/303)
48362026-07-08T23:28:06.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48372026-07-08T23:28:06.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48382026-07-08T23:28:06.420Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48392026-07-08T23:28:06.538Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48402026-07-08T23:28:06.541Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48412026-07-08T23:28:06.542Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48422026-07-08T23:28:07.414Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types-versions)
48432026-07-08T23:28:07.414Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48442026-07-08T23:28:07.883Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48452026-07-08T23:28:07.883Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
48462026-07-08T23:28:08.183Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48472026-07-08T23:28:11.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
48482026-07-08T23:28:11.667Z
48492026-07-08T23:28:11.667Zinfo: running `cargo check --bins` on wicketd-commission-types (301/303)
48502026-07-08T23:28:12.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-07-08T23:28:12.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-07-08T23:28:12.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48532026-07-08T23:28:12.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48542026-07-08T23:28:12.227Z
48552026-07-08T23:28:12.227Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48562026-07-08T23:28:12.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-07-08T23:28:12.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-07-08T23:28:12.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48592026-07-08T23:28:12.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48602026-07-08T23:28:12.750Z
48612026-07-08T23:28:12.750Zinfo: running `cargo check --bins` on zone-setup (303/303)
48622026-07-08T23:28:13.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-07-08T23:28:13.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-07-08T23:28:13.373Z Checking uzers v0.12.2
48652026-07-08T23:28:13.636Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48662026-07-08T23:28:14.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48672026-07-08T23:28:14.558Z
48682026-07-08T23:28:14.558Zreal 13:52.078437156
48692026-07-08T23:28:14.558Zuser 21:01.911916228
48702026-07-08T23:28:14.558Zsys 4:13.331074126
48712026-07-08T23:28:14.558Ztrap 0.321324689
48722026-07-08T23:28:14.558Ztflt 0.770053466
48732026-07-08T23:28:14.558Zdflt 1.040936553
48742026-07-08T23:28:14.558Zkflt 0.005307666
48752026-07-08T23:28:14.559Zlock 1:18:48.947691270
48762026-07-08T23:28:14.559Zslp 1:40:29.722648730
48772026-07-08T23:28:14.559Zlat 56.617919478
48782026-07-08T23:28:14.559Zstop 3:40.837051360
48792026-07-08T23:28:14.562Zprocess exited: duration 954407 ms, exit code 0
 
48802026-07-08T23:28:14.568Zfound 0 output files