01KWFQV2PX2685Q4WQD5QQA477: 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: 01KWFQVZTS2VBZV5C3RJH87VW1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T21:03:48.150Zjob assigned to worker 01KWFQW6ST7GT7XXDHZV1CP0JK [factory aws, i-0fc1bea888f6214e9] (queued for 49 s)
 
22026-07-01T21:03:55.119Zstarting task 0: "setup"
32026-07-01T21:03:55.124Z++ uname -s
42026-07-01T21:03:55.124Z+ kern=SunOS
52026-07-01T21:03:55.124Z+ build_user=build
62026-07-01T21:03:55.124Z+ build_uid=12345
72026-07-01T21:03:55.124Z+ work_dir=/work
82026-07-01T21:03:55.126Z+ input_dir=/input
92026-07-01T21:03:55.126Z+ [[ 0 == 12345 ]]
102026-07-01T21:03:55.126Z+ case "$kern" in
112026-07-01T21:03:55.126Z+ groupadd -g 12345 build
122026-07-01T21:03:55.137Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T21:03:57.144Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T21:03:57.307Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T21:03:57.313Z+ home_fs=zfs
162026-07-01T21:03:57.313Z+ [[ zfs == autofs ]]
172026-07-01T21:03:57.313Z+ mkdir -p /home/build
182026-07-01T21:03:57.313Z+ chown build:build /home/build /work
192026-07-01T21:03:59.314Z+ chmod 0700 /home/build /work
202026-07-01T21:03:59.323Zprocess exited: duration 4192 ms, exit code 0
 
212026-07-01T21:03:59.349Zstarting task 1: "rust-toolchain"
222026-07-01T21:03:59.355Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T21:03:59.355Z * rust toolchain channel = "1.96.1"
242026-07-01T21:03:59.355Z * rust toolchain profile = "default"
252026-07-01T21:03:59.355Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T21:03:59.355Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T21:03:59.356Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T21:03:59.356Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T21:03:59.356Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T21:03:59.434Zinfo: downloading installer
312026-07-01T21:04:00.941Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T21:04:00.941Zwarn: /home/build/.rustup/settings.toml
332026-07-01T21:04:00.941Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T21:04:00.941Zwarn: instead of the one inferred from the default host triple.
352026-07-01T21:04:00.953Zinfo: profile set to default
362026-07-01T21:04:00.953Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T21:04:00.957Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T21:04:01.110Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T21:04:01.117Zinfo: downloading 6 components
402026-07-01T21:04:17.787Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T21:04:17.787Z
422026-07-01T21:04:17.822Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T21:04:17.822Z
442026-07-01T21:04:17.823Z
452026-07-01T21:04:17.823ZRust is installed now. Great!
462026-07-01T21:04:17.823Z
472026-07-01T21:04:17.823ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T21:04:17.823Zenvironment variable. This has not been done automatically.
492026-07-01T21:04:17.823Z
502026-07-01T21:04:17.823ZTo configure your current shell, you need to source
512026-07-01T21:04:17.823Zthe corresponding env file under $HOME/.cargo.
522026-07-01T21:04:17.823Z
532026-07-01T21:04:17.823ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T21:04:17.823Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T21:04:17.823Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T21:04:17.823Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T21:04:17.823Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T21:04:17.823Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T21:04:17.823Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T21:04:17.823Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T21:04:17.823Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T21:04:17.823Z+ rustup --version
632026-07-01T21:04:17.823Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T21:04:17.823Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T21:04:17.823Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T21:04:17.823Z+ cargo --version
672026-07-01T21:04:17.823Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T21:04:17.823Z+ rustc --version
692026-07-01T21:04:17.823Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T21:04:17.823Zprocess exited: duration 17933 ms, exit code 0
 
712026-07-01T21:04:17.998Zstarting task 2: "authentication"
722026-07-01T21:04:18.017Zprocess exited: duration 171 ms, exit code 0
 
732026-07-01T21:04:18.025Zstarting task 3: "clone repository"
742026-07-01T21:04:18.031Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T21:04:18.031Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T21:04:18.058ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T21:04:28.392Z+ cd /work/oxidecomputer/omicron
782026-07-01T21:04:28.392Z+ git fetch origin fb4894e22274273953e3497784df41c2e11a45af
792026-07-01T21:04:28.723ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T21:04:28.723Z * branch fb4894e22274273953e3497784df41c2e11a45af -> FETCH_HEAD
812026-07-01T21:04:28.728Z+ [[ -n jmcarp/omdb-producer-kind ]]
822026-07-01T21:04:28.731Z++ git branch --show-current
832026-07-01T21:04:28.731Z+ current=main
842026-07-01T21:04:28.731Z+ [[ main != jmcarp/omdb-producer-kind ]]
852026-07-01T21:04:28.731Z+ git branch -f jmcarp/omdb-producer-kind fb4894e22274273953e3497784df41c2e11a45af
862026-07-01T21:04:28.734Z+ git checkout -f jmcarp/omdb-producer-kind
872026-07-01T21:04:28.995ZSwitched to branch 'jmcarp/omdb-producer-kind'
882026-07-01T21:04:29.032Z+ git reset --hard fb4894e22274273953e3497784df41c2e11a45af
892026-07-01T21:04:29.223ZHEAD is now at fb4894e22 Oximeter: Expose `kind` in `ProducerDetails` and plumb to omdb.
902026-07-01T21:04:29.227Zprocess exited: duration 11200 ms, exit code 0
 
912026-07-01T21:04:29.234Zstarting task 4: "build"
922026-07-01T21:04:29.270Z+ source .github/buildomat/ci-env.sh
932026-07-01T21:04:29.270Z++ export CARGO_TERM_COLOR=always
942026-07-01T21:04:29.270Z++ CARGO_TERM_COLOR=always
952026-07-01T21:04:29.270Z+ cargo --version
962026-07-01T21:04:29.270Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T21:04:29.270Z+ rustc --version
982026-07-01T21:04:29.274Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T21:04:29.274Z+ source ./env.sh
1002026-07-01T21:04:29.274Z++ OLD_SHELL_OPTS=ehxB
1012026-07-01T21:04:29.274Z++ set -o xtrace
1022026-07-01T21:04:29.277Z++++ dirname ./env.sh
1032026-07-01T21:04:29.277Z+++ readlink -f .
1042026-07-01T21:04:29.277Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-07-01T21:04:29.277Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-01T21:04:29.277Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-01T21:04:29.277Z++ 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
1082026-07-01T21:04:29.277Z++ 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
1092026-07-01T21:04:29.277Z++ 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
1102026-07-01T21:04:29.277Z++ 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
1112026-07-01T21:04:29.277Z++ 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
1122026-07-01T21:04:29.278Z++ 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
1132026-07-01T21:04:29.278Z++ 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
1142026-07-01T21:04:29.278Z++ 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
1152026-07-01T21:04:29.278Z++ case $OLD_SHELL_OPTS in
1162026-07-01T21:04:29.278Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-07-01T21:04:29.278Z+ 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
1182026-07-01T21:04:29.278Z+ 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
1192026-07-01T21:04:29.278Z+ banner prerequisites
1202026-07-01T21:04:29.285Z
1212026-07-01T21:04:29.286Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-07-01T21:04:29.286Z # # # # # # # # # # # # # # #
1232026-07-01T21:04:29.286Z # # # # ##### # # ##### # # # # # #### #
1242026-07-01T21:04:29.286Z ##### ##### # ##### # # # # # # # # #
1252026-07-01T21:04:29.286Z # # # # # # # # # # # # # # #
1262026-07-01T21:04:29.286Z # # # ###### # # ###### ### # #### # #### #
1272026-07-01T21:04:29.286Z
1282026-07-01T21:04:29.286Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-07-01T21:04:30.708Z Startup: Refreshing catalog 'helios' ... Done
1302026-07-01T21:04:30.817Z Startup: Caching catalogs ... Done
1312026-07-01T21:04:31.309ZPlanning: Solver setup ... Done (0.446s)
1322026-07-01T21:04:31.335ZPlanning: Running solver ... Done (0.026s)
1332026-07-01T21:04:31.345ZPlanning: Finding local manifests ... Done (0.002s)
1342026-07-01T21:04:31.360ZPlanning: Fetching manifests: 0/2 0% complete
1352026-07-01T21:04:31.378ZPlanning: Fetching manifests: 2/2 100% complete
1362026-07-01T21:04:31.391ZPlanning: Package planning ... Done (0.013s)
1372026-07-01T21:04:31.395ZPlanning: Merging actions ... Done (0.001s)
1382026-07-01T21:04:31.556ZPlanning: Checking for conflicting actions ... Done (0.163s)
1392026-07-01T21:04:31.558ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-07-01T21:04:32.317ZPlanning: Evaluating mediators ... Done (0.756s)
1412026-07-01T21:04:32.320ZPlanning: Planning completed in 1.48 seconds
1422026-07-01T21:04:32.322Z Packages to install: 2
1432026-07-01T21:04:32.322Z Estimated space available: 156.06 GB
1442026-07-01T21:04:32.322ZEstimated space to be consumed: 30.98 MB
1452026-07-01T21:04:32.322Z Create boot environment: No
1462026-07-01T21:04:32.322ZCreate backup boot environment: No
1472026-07-01T21:04:32.323Z Rebuild boot archive: No
1482026-07-01T21:04:32.323Z
1492026-07-01T21:04:32.323ZChanged packages:
1502026-07-01T21:04:32.323Zhelios
1512026-07-01T21:04:32.323Z developer/build-essential
1522026-07-01T21:04:32.323Z None -> 11-3.0
1532026-07-01T21:04:32.323Z library/libxmlsec1
1542026-07-01T21:04:32.323Z None -> 1.2.35-3.0
1552026-07-01T21:04:32.347Z
1562026-07-01T21:04:32.347ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-07-01T21:04:32.845ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1582026-07-01T21:04:32.922Z Actions: 1/268 actions (Installing new actions)
1592026-07-01T21:04:32.946Z Actions: Completed 268 actions in 0.04 seconds.
1602026-07-01T21:04:32.961ZFinalize: Updating package state database ... Done (0.010s)
1612026-07-01T21:04:32.961ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-01T21:04:32.994ZFinalize: Updating image state ... Done (0.029s)
1632026-07-01T21:04:35.362ZFinalize: Creating fast lookup database ... Done (2.350s)
1642026-07-01T21:04:35.437ZFinalize: Reading search index ... Done (0.013s)
1652026-07-01T21:04:35.439ZFinalize: Updating search index ... Done (0.000s)
1662026-07-01T21:04:35.522ZFinalize: Updating package cache ... Done (0.000s)
1672026-07-01T21:04:35.835ZPlanning: Evaluating mediator changes ... Done
1682026-07-01T21:04:35.938ZPlanning: Checking for conflicting actions ... Done
1692026-07-01T21:04:35.940ZPlanning: Consolidating action changes ... Done
1702026-07-01T21:04:36.093ZPlanning: Evaluating mediators ... Done
1712026-07-01T21:04:36.096ZPlanning: Planning completed in 0.26 seconds
1722026-07-01T21:04:36.115Z Mediators to change: 2
1732026-07-01T21:04:36.118Z Create boot environment: No
1742026-07-01T21:04:36.118ZCreate backup boot environment: No
1752026-07-01T21:04:36.165ZFinalize: Updating package state database ... Done
1762026-07-01T21:04:36.165ZFinalize: Updating package cache ... Done
1772026-07-01T21:04:36.181ZFinalize: Updating image state ... Done
1782026-07-01T21:04:38.118ZFinalize: Creating fast lookup database ... Done
1792026-07-01T21:04:38.181ZFinalize: Reading search index ... Done
1802026-07-01T21:04:38.184ZFinalize: Updating search index ... Done
1812026-07-01T21:04:38.266ZFinalize: Updating package cache ... Done
1822026-07-01T21:04:38.550ZPlanning: Evaluating mediator changes ... Done
1832026-07-01T21:04:38.671ZPlanning: Checking for conflicting actions ... Done
1842026-07-01T21:04:38.678ZPlanning: Consolidating action changes ... Done
1852026-07-01T21:04:38.818ZPlanning: Evaluating mediators ... Done
1862026-07-01T21:04:38.822ZPlanning: Planning completed in 0.26 seconds
1872026-07-01T21:04:38.832Z Mediators to change: 1
1882026-07-01T21:04:38.835Z Create boot environment: No
1892026-07-01T21:04:38.835ZCreate backup boot environment: No
1902026-07-01T21:04:38.879ZFinalize: Updating package state database ... Done
1912026-07-01T21:04:38.883ZFinalize: Updating package cache ... Done
1922026-07-01T21:04:38.895ZFinalize: Updating image state ... Done
1932026-07-01T21:04:40.826ZFinalize: Creating fast lookup database ... Done
1942026-07-01T21:04:40.888ZFinalize: Reading search index ... Done
1952026-07-01T21:04:40.891ZFinalize: Updating search index ... Done
1962026-07-01T21:04:40.971ZFinalize: Updating package cache ... Done
1972026-07-01T21:04:41.282ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-07-01T21:04:41.282Zapache system 2.4 system
1992026-07-01T21:04:41.283Zclang system 15 system
2002026-07-01T21:04:41.283Zcsh system system illumos
2012026-07-01T21:04:41.283Zctags system system illumos
2022026-07-01T21:04:41.283Zfile vendor vendor darwinsys
2032026-07-01T21:04:41.283Zfile system system illumos
2042026-07-01T21:04:41.283Zgcc vendor 14 vendor
2052026-07-01T21:04:41.283Zgcc system 13 system
2062026-07-01T21:04:41.283Zgcc system 10 system
2072026-07-01T21:04:41.283Zgo system 1.25 system
2082026-07-01T21:04:41.283Zllvm system 15 system
2092026-07-01T21:04:41.283Zmariadb system 11.4 system
2102026-07-01T21:04:41.283Zmta vendor vendor dma
2112026-07-01T21:04:41.283Zopenjdk system 17 system
2122026-07-01T21:04:41.283Zopenjdk system 11 system
2132026-07-01T21:04:41.283Zopenssl vendor 3 vendor
2142026-07-01T21:04:41.283Zperl system 5.40 system
2152026-07-01T21:04:41.283Zpostgresql system 18 system
2162026-07-01T21:04:41.283Zpostgresql system 17 system
2172026-07-01T21:04:41.283Zpython vendor 3 vendor
2182026-07-01T21:04:41.283Zpython system 2 system
2192026-07-01T21:04:41.283Zpython3 vendor 3.13 vendor
2202026-07-01T21:04:41.283Zruby system 3.4 system
2212026-07-01T21:04:41.283Zruby system 3.0 system
2222026-07-01T21:04:41.283Zwords vendor vendor american-english
2232026-07-01T21:04:41.283Zwords system system australian-english
2242026-07-01T21:04:41.283Zwords system system british-english
2252026-07-01T21:04:41.283Zwords system system canadian-english
2262026-07-01T21:04:41.283Zwords system system french
2272026-07-01T21:04:41.283Zwords system system italian
2282026-07-01T21:04:41.283Zwords system system ngerman
2292026-07-01T21:04:41.283Zwords system system ogerman
2302026-07-01T21:04:41.283Zwords system system spanish
2312026-07-01T21:04:41.529ZPUBLISHER TYPE STATUS P LOCATION
2322026-07-01T21:04:41.529Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-07-01T21:04:41.830ZFMRI IFO
2342026-07-01T21:04:41.830Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-07-01T21:04:41.830Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-07-01T21:04:41.830Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-07-01T21:04:41.830Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-07-01T21:04:41.830Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-07-01T21:04:41.830Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-07-01T21:04:41.830Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-07-01T21:04:41.830Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-07-01T21:04:41.830Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-07-01T21:04:42.079Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-07-01T21:04:42.361Z Updating crates.io index
2452026-07-01T21:04:42.365Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-07-01T21:04:42.599Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-07-01T21:04:42.873Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-07-01T21:04:43.845Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-07-01T21:04:44.365Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-01T21:04:45.972Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-01T21:04:46.743Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-01T21:04:47.003Z Updating git repository `https://github.com/oxidecomputer/lldp`
2532026-07-01T21:04:47.346Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-07-01T21:04:48.376Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-07-01T21:04:48.647Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-07-01T21:04:48.988Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-07-01T21:04:49.275Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-07-01T21:04:49.705Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-07-01T21:04:50.186Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-07-01T21:04:50.488Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-07-01T21:04:50.723Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-07-01T21:04:51.031Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-07-01T21:04:51.325Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-07-01T21:04:51.746Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-07-01T21:04:52.013Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-07-01T21:04:52.300Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-07-01T21:04:52.695Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-07-01T21:04:53.014Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-07-01T21:04:53.280Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-07-01T21:04:53.701Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-07-01T21:04:53.975Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-07-01T21:04:54.285Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-07-01T21:04:54.573Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-07-01T21:04:54.855Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-07-01T21:04:55.235Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-07-01T21:04:55.620Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-07-01T21:04:56.030Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-01T21:04:56.306Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-07-01T21:04:56.567Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-07-01T21:04:56.832Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-07-01T21:04:57.125Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-07-01T21:04:57.380Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-07-01T21:04:57.673Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-07-01T21:04:57.963Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-07-01T21:05:02.267Z Downloading crates ...
2862026-07-01T21:05:02.316Z Downloaded anstyle v1.0.14
2872026-07-01T21:05:02.318Z Downloaded cargo-platform v0.3.2
2882026-07-01T21:05:02.323Z Downloaded anstream v1.0.0
2892026-07-01T21:05:02.325Z Downloaded is_terminal_polyfill v1.70.2
2902026-07-01T21:05:02.333Z Downloaded indexmap v2.14.0
2912026-07-01T21:05:02.335Z Downloaded anstyle-query v1.1.5
2922026-07-01T21:05:02.338Z Downloaded zerocopy-derive v0.7.35
2932026-07-01T21:05:02.340Z Downloaded textwrap v0.16.2
2942026-07-01T21:05:02.340Z Downloaded heck v0.4.1
2952026-07-01T21:05:02.343Z Downloaded crypto-common v0.1.7
2962026-07-01T21:05:02.343Z Downloaded getrandom v0.4.1
2972026-07-01T21:05:02.347Z Downloaded cargo_metadata v0.23.1
2982026-07-01T21:05:02.347Z Downloaded camino-tempfile v1.4.1
2992026-07-01T21:05:02.350Z Downloaded equivalent v1.0.2
3002026-07-01T21:05:02.350Z Downloaded zmij v1.0.21
3012026-07-01T21:05:02.350Z Downloaded zerocopy v0.7.35
3022026-07-01T21:05:02.358Z Downloaded fs-err v3.3.0
3032026-07-01T21:05:02.360Z Downloaded dtrace-parser v0.2.0
3042026-07-01T21:05:02.360Z Downloaded clap v4.6.1
3052026-07-01T21:05:02.364Z Downloaded once_cell v1.21.3
3062026-07-01T21:05:02.366Z Downloaded cfg-if v1.0.4
3072026-07-01T21:05:02.366Z Downloaded memchr v2.8.0
3082026-07-01T21:05:02.369Z Downloaded memmap v0.7.0
3092026-07-01T21:05:02.371Z Downloaded byteorder v1.5.0
3102026-07-01T21:05:02.372Z Downloaded cpufeatures v0.2.17
3112026-07-01T21:05:02.372Z Downloaded camino v1.2.2
3122026-07-01T21:05:02.374Z Downloaded fastrand v2.3.0
3132026-07-01T21:05:02.377Z Downloaded thiserror-impl v2.0.18
3142026-07-01T21:05:02.379Z Downloaded pest_meta v2.8.6
3152026-07-01T21:05:02.379Z Downloaded colorchoice v1.0.4
3162026-07-01T21:05:02.379Z Downloaded macaddr v1.0.1
3172026-07-01T21:05:02.382Z Downloaded clap_lex v1.0.0
3182026-07-01T21:05:02.385Z Downloaded dof v0.3.0
3192026-07-01T21:05:02.388Z Downloaded fnv v1.0.7
3202026-07-01T21:05:02.388Z Downloaded block-buffer v0.10.4
3212026-07-01T21:05:02.391Z Downloaded pretty-hex v0.4.1
3222026-07-01T21:05:02.391Z Downloaded version_check v0.9.5
3232026-07-01T21:05:02.394Z Downloaded errno v0.3.14
3242026-07-01T21:05:02.394Z Downloaded toml_write v0.1.2
3252026-07-01T21:05:02.394Z Downloaded terminal_size v0.4.3
3262026-07-01T21:05:02.397Z Downloaded smawk v0.3.2
3272026-07-01T21:05:02.400Z Downloaded heck v0.5.0
3282026-07-01T21:05:02.400Z Downloaded usdt-macro v0.5.0
3292026-07-01T21:05:02.403Z Downloaded tabled_derive v0.7.0
3302026-07-01T21:05:02.407Z Downloaded utf8parse v0.2.2
3312026-07-01T21:05:02.410Z Downloaded usdt v0.5.0
3322026-07-01T21:05:02.412Z Downloaded generic-array v0.14.7
3332026-07-01T21:05:02.412Z Downloaded digest v0.10.7
3342026-07-01T21:05:02.412Z Downloaded bytecount v0.6.9
3352026-07-01T21:05:02.415Z Downloaded cargo_toml v0.21.0
3362026-07-01T21:05:02.425Z Downloaded swrite v0.1.0
3372026-07-01T21:05:02.431Z Downloaded serde_spanned v0.6.9
3382026-07-01T21:05:02.434Z Downloaded plain v0.2.3
3392026-07-01T21:05:02.436Z Downloaded itoa v1.0.17
3402026-07-01T21:05:02.439Z Downloaded scroll_derive v0.12.1
3412026-07-01T21:05:02.442Z Downloaded strsim v0.11.1
3422026-07-01T21:05:02.446Z Downloaded usdt-attr-macro v0.5.0
3432026-07-01T21:05:02.449Z Downloaded proc-macro-error-attr v1.0.4
3442026-07-01T21:05:02.451Z Downloaded thiserror v2.0.18
3452026-07-01T21:05:02.454Z Downloaded thread-id v4.2.2
3462026-07-01T21:05:02.456Z Downloaded thiserror-impl v1.0.69
3472026-07-01T21:05:02.459Z Downloaded toml v0.8.23
3482026-07-01T21:05:02.463Z Downloaded scroll v0.12.0
3492026-07-01T21:05:02.465Z Downloaded toml_datetime v0.6.11
3502026-07-01T21:05:02.465Z Downloaded autocfg v1.5.0
3512026-07-01T21:05:02.467Z Downloaded usdt-impl v0.5.0
3522026-07-01T21:05:02.470Z Downloaded sha2 v0.10.9
3532026-07-01T21:05:02.477Z Downloaded unicode-linebreak v0.1.5
3542026-07-01T21:05:02.480Z Downloaded thiserror v1.0.69
3552026-07-01T21:05:02.480Z Downloaded quote v1.0.45
3562026-07-01T21:05:02.482Z Downloaded anstyle-parse v1.0.0
3572026-07-01T21:05:02.485Z Downloaded serde_tokenstream v0.2.3
3582026-07-01T21:05:02.488Z Downloaded pest_derive v2.8.6
3592026-07-01T21:05:02.492Z Downloaded semver v1.0.28
3602026-07-01T21:05:02.515Z Downloaded log v0.4.29
3612026-07-01T21:05:02.515Z Downloaded ucd-trie v0.1.7
3622026-07-01T21:05:02.516Z Downloaded tempfile v3.25.0
3632026-07-01T21:05:02.516Z Downloaded proc-macro-error v1.0.4
3642026-07-01T21:05:02.516Z Downloaded clap_derive v4.6.1
3652026-07-01T21:05:02.516Z Downloaded bitflags v2.11.0
3662026-07-01T21:05:02.516Z Downloaded papergrid v0.11.0
3672026-07-01T21:05:02.518Z Downloaded anyhow v1.0.102
3682026-07-01T21:05:02.523Z Downloaded serde_derive v1.0.228
3692026-07-01T21:05:02.528Z Downloaded unicode-ident v1.0.24
3702026-07-01T21:05:02.534Z Downloaded pest_generator v2.8.6
3712026-07-01T21:05:02.534Z Downloaded proc-macro2 v1.0.106
3722026-07-01T21:05:02.544Z Downloaded serde_core v1.0.228
3732026-07-01T21:05:02.547Z Downloaded toml_edit v0.22.27
3742026-07-01T21:05:02.561Z Downloaded serde v1.0.228
3752026-07-01T21:05:02.589Z Downloaded typenum v1.20.1
3762026-07-01T21:05:02.591Z Downloaded pest v2.8.6
3772026-07-01T21:05:02.624Z Downloaded serde_json v1.0.150
3782026-07-01T21:05:02.628Z Downloaded hashbrown v0.17.0
3792026-07-01T21:05:02.645Z Downloaded winnow v0.7.14
3802026-07-01T21:05:02.650Z Downloaded goblin v0.8.2
3812026-07-01T21:05:02.653Z Downloaded clap_builder v4.6.0
3822026-07-01T21:05:02.668Z Downloaded tabled v0.15.0
3832026-07-01T21:05:02.676Z Downloaded syn v1.0.109
3842026-07-01T21:05:02.681Z Downloaded unicode-width v0.1.14
3852026-07-01T21:05:02.684Z Downloaded unicode-width v0.2.0
3862026-07-01T21:05:02.687Z Downloaded syn v2.0.117
3872026-07-01T21:05:02.706Z Downloaded rustix v1.1.3
3882026-07-01T21:05:02.734Z Downloaded libc v0.2.185
3892026-07-01T21:05:02.794Z Compiling proc-macro2 v1.0.106
3902026-07-01T21:05:02.794Z Compiling unicode-ident v1.0.24
3912026-07-01T21:05:02.794Z Compiling quote v1.0.45
3922026-07-01T21:05:02.797Z Compiling serde_core v1.0.228
3932026-07-01T21:05:02.798Z Compiling libc v0.2.185
3942026-07-01T21:05:02.798Z Compiling version_check v0.9.5
3952026-07-01T21:05:02.798Z Compiling memchr v2.8.0
3962026-07-01T21:05:02.798Z Compiling serde v1.0.228
3972026-07-01T21:05:03.209Z Compiling zmij v1.0.21
3982026-07-01T21:05:03.323Z Compiling thiserror v1.0.69
3992026-07-01T21:05:03.448Z Compiling ucd-trie v0.1.7
4002026-07-01T21:05:03.586Z Compiling itoa v1.0.17
4012026-07-01T21:05:03.735Z Compiling pest v2.8.6
4022026-07-01T21:05:03.766Z Compiling rustix v1.1.3
4032026-07-01T21:05:03.782Z Compiling byteorder v1.5.0
4042026-07-01T21:05:03.829Z Compiling errno v0.3.14
4052026-07-01T21:05:03.977Z Compiling serde_json v1.0.150
4062026-07-01T21:05:04.004Z Compiling bitflags v2.11.0
4072026-07-01T21:05:04.258Z Compiling thread-id v4.2.2
4082026-07-01T21:05:04.294Z Compiling syn v2.0.117
4092026-07-01T21:05:04.339Z Compiling proc-macro-error-attr v1.0.4
4102026-07-01T21:05:04.362Z Compiling usdt-impl v0.5.0
4112026-07-01T21:05:04.459Z Compiling syn v1.0.109
4122026-07-01T21:05:04.533Z Compiling camino v1.2.2
4132026-07-01T21:05:04.736Z Compiling pest_meta v2.8.6
4142026-07-01T21:05:04.828Z Compiling proc-macro-error v1.0.4
4152026-07-01T21:05:04.912Z Compiling hashbrown v0.17.0
4162026-07-01T21:05:04.945Z Compiling equivalent v1.0.2
4172026-07-01T21:05:05.028Z Compiling utf8parse v0.2.2
4182026-07-01T21:05:05.045Z Compiling getrandom v0.4.1
4192026-07-01T21:05:05.230Z Compiling plain v0.2.3
4202026-07-01T21:05:05.342Z Compiling log v0.4.29
4212026-07-01T21:05:05.423Z Compiling indexmap v2.14.0
4222026-07-01T21:05:05.443Z Compiling terminal_size v0.4.3
4232026-07-01T21:05:05.460Z Compiling anstyle-parse v1.0.0
4242026-07-01T21:05:06.172Z Compiling anstyle-query v1.1.5
4252026-07-01T21:05:06.206Z Compiling toml_write v0.1.2
4262026-07-01T21:05:06.211Z Compiling winnow v0.7.14
4272026-07-01T21:05:06.214Z Compiling colorchoice v1.0.4
4282026-07-01T21:05:06.214Z Compiling is_terminal_polyfill v1.70.2
4292026-07-01T21:05:06.324Z Compiling cfg-if v1.0.4
4302026-07-01T21:05:06.343Z Compiling pretty-hex v0.4.1
4312026-07-01T21:05:06.346Z Compiling thiserror v2.0.18
4322026-07-01T21:05:06.393Z Compiling autocfg v1.5.0
4332026-07-01T21:05:06.410Z Compiling anstyle v1.0.14
4342026-07-01T21:05:06.609Z Compiling pest_generator v2.8.6
4352026-07-01T21:05:06.643Z Compiling anstream v1.0.0
4362026-07-01T21:05:06.831Z Compiling fs-err v3.3.0
4372026-07-01T21:05:06.905Z Compiling anyhow v1.0.102
4382026-07-01T21:05:06.945Z Compiling fnv v1.0.7
4392026-07-01T21:05:07.041Z Compiling unicode-width v0.1.14
4402026-07-01T21:05:07.060Z Compiling strsim v0.11.1
4412026-07-01T21:05:07.511Z Compiling heck v0.4.1
4422026-07-01T21:05:07.519Z Compiling once_cell v1.21.3
4432026-07-01T21:05:07.519Z Compiling fastrand v2.3.0
4442026-07-01T21:05:07.519Z Compiling clap_lex v1.0.0
4452026-07-01T21:05:07.520Z Compiling heck v0.5.0
4462026-07-01T21:05:07.520Z Compiling bytecount v0.6.9
4472026-07-01T21:05:07.548Z Compiling papergrid v0.11.0
4482026-07-01T21:05:07.565Z Compiling tempfile v3.25.0
4492026-07-01T21:05:07.581Z Compiling clap_builder v4.6.0
4502026-07-01T21:05:07.663Z Compiling cargo-platform v0.3.2
4512026-07-01T21:05:07.691Z Compiling semver v1.0.28
4522026-07-01T21:05:07.694Z Compiling tabled_derive v0.7.0
4532026-07-01T21:05:07.694Z Compiling memmap v0.7.0
4542026-07-01T21:05:07.903Z Compiling unicode-linebreak v0.1.5
4552026-07-01T21:05:07.928Z Compiling smawk v0.3.2
4562026-07-01T21:05:07.960Z Compiling unicode-width v0.2.0
4572026-07-01T21:05:08.028Z Compiling camino-tempfile v1.4.1
4582026-07-01T21:05:08.190Z Compiling serde_derive v1.0.228
4592026-07-01T21:05:08.218Z Compiling thiserror-impl v1.0.69
4602026-07-01T21:05:08.255Z Compiling zerocopy-derive v0.7.35
4612026-07-01T21:05:08.340Z Compiling pest_derive v2.8.6
4622026-07-01T21:05:08.485Z Compiling scroll_derive v0.12.1
4632026-07-01T21:05:08.589Z Compiling thiserror-impl v2.0.18
4642026-07-01T21:05:08.791Z Compiling clap_derive v4.6.1
4652026-07-01T21:05:08.928Z Compiling tabled v0.15.0
4662026-07-01T21:05:09.130Z Compiling zerocopy v0.7.35
4672026-07-01T21:05:09.166Z Compiling scroll v0.12.0
4682026-07-01T21:05:09.434Z Compiling goblin v0.8.2
4692026-07-01T21:05:09.607Z Compiling dtrace-parser v0.2.0
4702026-07-01T21:05:09.680Z Compiling textwrap v0.16.2
4712026-07-01T21:05:10.052Z Compiling swrite v0.1.0
4722026-07-01T21:05:10.529Z Compiling clap v4.6.1
4732026-07-01T21:05:11.197Z Compiling serde_spanned v0.6.9
4742026-07-01T21:05:11.198Z Compiling toml_datetime v0.6.11
4752026-07-01T21:05:11.215Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-07-01T21:05:11.215Z Compiling cargo_metadata v0.23.1
4772026-07-01T21:05:11.216Z Compiling macaddr v1.0.1
4782026-07-01T21:05:11.287Z Compiling dof v0.3.0
4792026-07-01T21:05:11.297Z Compiling serde_tokenstream v0.2.3
4802026-07-01T21:05:11.391Z Compiling toml_edit v0.22.27
4812026-07-01T21:05:11.983Z Compiling usdt-attr-macro v0.5.0
4822026-07-01T21:05:12.005Z Compiling usdt-macro v0.5.0
4832026-07-01T21:05:12.576Z Compiling usdt v0.5.0
4842026-07-01T21:05:12.733Z Compiling toml v0.8.23
4852026-07-01T21:05:13.051Z Compiling cargo_toml v0.21.0
4862026-07-01T21:05:14.289Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872026-07-01T21:05:16.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.26s
4882026-07-01T21:05:16.396Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4892026-07-01T21:05:16.883Z Downloading crates ...
4902026-07-01T21:05:16.973Z Downloaded adler2 v2.0.1
4912026-07-01T21:05:16.992Z Downloaded crc8 v0.1.1
4922026-07-01T21:05:16.996Z Downloaded darling_macro v0.21.3
4932026-07-01T21:05:16.999Z Downloaded bitfield-macros v0.19.4
4942026-07-01T21:05:17.004Z Downloaded base16ct v1.0.0
4952026-07-01T21:05:17.005Z Downloaded darling_core v0.20.11
4962026-07-01T21:05:17.009Z Downloaded document-features v0.2.12
4972026-07-01T21:05:17.009Z Downloaded bit-vec v0.8.0
4982026-07-01T21:05:17.009Z Downloaded daft v0.1.7
4992026-07-01T21:05:17.013Z Downloaded defmt v1.0.1
5002026-07-01T21:05:17.013Z Downloaded darling_macro v0.20.11
5012026-07-01T21:05:17.013Z Downloaded ascii-canvas v3.0.0
5022026-07-01T21:05:17.013Z Downloaded cstr-argument v0.1.2
5032026-07-01T21:05:17.016Z Downloaded cpufeatures v0.3.0
5042026-07-01T21:05:17.017Z Downloaded arrayref v0.3.9
5052026-07-01T21:05:17.017Z Downloaded ciborium-ll v0.2.2
5062026-07-01T21:05:17.017Z Downloaded argon2 v0.6.0-rc.8
5072026-07-01T21:05:17.019Z Downloaded aes-gcm v0.11.0
5082026-07-01T21:05:17.024Z Downloaded crossterm v0.29.0
5092026-07-01T21:05:17.027Z Downloaded crc-catalog v2.4.0
5102026-07-01T21:05:17.027Z Downloaded bitfield-struct v0.6.2
5112026-07-01T21:05:17.027Z Downloaded atomicwrites v0.4.4
5122026-07-01T21:05:17.027Z Downloaded aead v0.5.2
5132026-07-01T21:05:17.030Z Downloaded daft-derive v0.1.7
5142026-07-01T21:05:17.034Z Downloaded array-init v0.0.4
5152026-07-01T21:05:17.034Z Downloaded critical-section v1.2.0
5162026-07-01T21:05:17.034Z Downloaded dirs-sys-next v0.1.2
5172026-07-01T21:05:17.040Z Downloaded crypto-common v0.2.2
5182026-07-01T21:05:17.040Z Downloaded defmt v0.3.100
5192026-07-01T21:05:17.040Z Downloaded bit-set v0.5.3
5202026-07-01T21:05:17.040Z Downloaded async-stream-impl v0.3.6
5212026-07-01T21:05:17.040Z Downloaded convert_case v0.10.0
5222026-07-01T21:05:17.044Z Downloaded ctr v0.10.1
5232026-07-01T21:05:17.044Z Downloaded ahash v0.8.12
5242026-07-01T21:05:17.044Z Downloaded corncobs v0.1.4
5252026-07-01T21:05:17.045Z Downloaded debug-ignore v1.0.5
5262026-07-01T21:05:17.045Z Downloaded cpubits v0.1.1
5272026-07-01T21:05:17.045Z Downloaded base16ct v0.2.0
5282026-07-01T21:05:17.048Z Downloaded embedded-io v0.4.0
5292026-07-01T21:05:17.048Z Downloaded csv-core v0.1.13
5302026-07-01T21:05:17.048Z Downloaded bcrypt-pbkdf v0.11.0
5312026-07-01T21:05:17.054Z Downloaded darling_macro v0.23.0
5322026-07-01T21:05:17.054Z Downloaded async-stream v0.3.6
5332026-07-01T21:05:17.054Z Downloaded bitflags v1.3.2
5342026-07-01T21:05:17.057Z Downloaded darling v0.21.3
5352026-07-01T21:05:17.057Z Downloaded bit-vec v0.6.3
5362026-07-01T21:05:17.057Z Downloaded atomic-waker v1.1.2
5372026-07-01T21:05:17.057Z Downloaded anstream v0.6.21
5382026-07-01T21:05:17.063Z Downloaded cfg_aliases v0.1.1
5392026-07-01T21:05:17.063Z Downloaded crc v3.4.0
5402026-07-01T21:05:17.066Z Downloaded async-recursion v1.1.1
5412026-07-01T21:05:17.066Z Downloaded embedded-io v0.6.1
5422026-07-01T21:05:17.066Z Downloaded dunce v1.0.5
5432026-07-01T21:05:17.066Z Downloaded ciborium-io v0.2.2
5442026-07-01T21:05:17.066Z Downloaded bb8 v0.8.6
5452026-07-01T21:05:17.068Z Downloaded dyn-clone v1.0.20
5462026-07-01T21:05:17.074Z Downloaded compression-core v0.4.31
5472026-07-01T21:05:17.074Z Downloaded castaway v0.2.4
5482026-07-01T21:05:17.081Z Downloaded dropshot-api-manager-types v0.7.2
5492026-07-01T21:05:17.081Z Downloaded assert_matches v1.5.0
5502026-07-01T21:05:17.081Z Downloaded convert_case v0.4.0
5512026-07-01T21:05:17.084Z Downloaded diff v0.1.13
5522026-07-01T21:05:17.084Z Downloaded crunchy v0.2.4
5532026-07-01T21:05:17.084Z Downloaded crucible-workspace-hack v0.1.0
5542026-07-01T21:05:17.084Z Downloaded dirs-next v2.0.0
5552026-07-01T21:05:17.084Z Downloaded cookie v0.18.1
5562026-07-01T21:05:17.084Z Downloaded constant_time_eq v0.4.2
5572026-07-01T21:05:17.087Z Downloaded arrayvec v0.7.6
5582026-07-01T21:05:17.087Z Downloaded curve25519-dalek-derive v0.1.1
5592026-07-01T21:05:17.087Z Downloaded console v0.16.2
5602026-07-01T21:05:17.090Z Downloaded derive_builder_macro v0.20.2
5612026-07-01T21:05:17.090Z Downloaded darling v0.23.0
5622026-07-01T21:05:17.092Z Downloaded block-padding v0.4.2
5632026-07-01T21:05:17.098Z Downloaded cfg_aliases v0.2.1
5642026-07-01T21:05:17.101Z Downloaded darling_macro v0.13.4
5652026-07-01T21:05:17.101Z Downloaded downcast-rs v2.0.2
5662026-07-01T21:05:17.104Z Downloaded atty v0.2.14
5672026-07-01T21:05:17.107Z Downloaded diesel_table_macro_syntax v0.3.0
5682026-07-01T21:05:17.107Z Downloaded env_filter v1.0.0
5692026-07-01T21:05:17.109Z Downloaded cobs v0.3.0
5702026-07-01T21:05:17.114Z Downloaded enum-as-inner v0.6.1
5712026-07-01T21:05:17.114Z Downloaded block-buffer v0.12.1
5722026-07-01T21:05:17.116Z Downloaded fd-lock v4.0.4
5732026-07-01T21:05:17.116Z Downloaded endian-type v0.1.2
5742026-07-01T21:05:17.117Z Downloaded dsl_auto_type v0.2.0
5752026-07-01T21:05:17.117Z Downloaded dtrace-parser v0.3.0
5762026-07-01T21:05:17.117Z Downloaded dof v0.4.0
5772026-07-01T21:05:17.120Z Downloaded cassowary v0.3.0
5782026-07-01T21:05:17.124Z Downloaded cipher v0.4.4
5792026-07-01T21:05:17.124Z Downloaded defmt-parser v1.0.0
5802026-07-01T21:05:17.132Z Downloaded anstyle-parse v0.2.7
5812026-07-01T21:05:17.132Z Downloaded cbc v0.2.1
5822026-07-01T21:05:17.136Z Downloaded float-cmp v0.10.0
5832026-07-01T21:05:17.136Z Downloaded cmake v0.1.57
5842026-07-01T21:05:17.136Z Downloaded blowfish v0.10.0
5852026-07-01T21:05:17.136Z Downloaded cexpr v0.6.0
5862026-07-01T21:05:17.136Z Downloaded bitfield v0.19.4
5872026-07-01T21:05:17.136Z Downloaded derive-ex v0.1.8
5882026-07-01T21:05:17.145Z Downloaded defmt-macros v1.0.1
5892026-07-01T21:05:17.145Z Downloaded darling v0.13.4
5902026-07-01T21:05:17.145Z Downloaded foreign-types v0.5.0
5912026-07-01T21:05:17.145Z Downloaded form_urlencoded v1.2.2
5922026-07-01T21:05:17.145Z Downloaded compression-codecs v0.4.37
5932026-07-01T21:05:17.145Z Downloaded ctutils v0.4.2
5942026-07-01T21:05:17.148Z Downloaded crc32fast v1.5.0
5952026-07-01T21:05:17.148Z Downloaded foreign-types-macros v0.2.3
5962026-07-01T21:05:17.148Z Downloaded displaydoc v0.2.5
5972026-07-01T21:05:17.151Z Downloaded foreign-types v0.3.2
5982026-07-01T21:05:17.151Z Downloaded der_derive v0.7.3
5992026-07-01T21:05:17.151Z Downloaded float-ord v0.3.2
6002026-07-01T21:05:17.154Z Downloaded futures-task v0.3.32
6012026-07-01T21:05:17.154Z Downloaded chacha20 v0.10.0
6022026-07-01T21:05:17.156Z Downloaded flagset v0.4.7
6032026-07-01T21:05:17.156Z Downloaded fxhash v0.2.1
6042026-07-01T21:05:17.156Z Downloaded futures-sink v0.3.32
6052026-07-01T21:05:17.156Z Downloaded futures-core v0.3.32
6062026-07-01T21:05:17.159Z Downloaded funty v2.0.0
6072026-07-01T21:05:17.159Z Downloaded foreign-types-shared v0.1.1
6082026-07-01T21:05:17.159Z Downloaded futures-io v0.3.32
6092026-07-01T21:05:17.162Z Downloaded backoff v0.4.0
6102026-07-01T21:05:17.162Z Downloaded fixedbitset v0.4.2
6112026-07-01T21:05:17.162Z Downloaded gethostname v0.5.0
6122026-07-01T21:05:17.165Z Downloaded futures-macro v0.3.32
6132026-07-01T21:05:17.165Z Downloaded globwalk v0.9.1
6142026-07-01T21:05:17.168Z Downloaded argon2 v0.5.3
6152026-07-01T21:05:17.171Z Downloaded cipher v0.5.2
6162026-07-01T21:05:17.171Z Downloaded digest v0.11.3
6172026-07-01T21:05:17.173Z Downloaded ed25519 v3.0.0
6182026-07-01T21:05:17.173Z Downloaded fallible-iterator v0.2.0
6192026-07-01T21:05:17.177Z Downloaded ecdsa v0.16.9
6202026-07-01T21:05:17.177Z Downloaded diesel-dtrace v0.5.0
6212026-07-01T21:05:17.177Z Downloaded aead v0.6.1
6222026-07-01T21:05:17.179Z Downloaded deranged v0.5.8
6232026-07-01T21:05:17.180Z Downloaded cmov v0.5.4
6242026-07-01T21:05:17.182Z Downloaded buf-list v1.1.2
6252026-07-01T21:05:17.182Z Downloaded base64ct v1.8.3
6262026-07-01T21:05:17.186Z Downloaded git-stub v1.0.0
6272026-07-01T21:05:17.186Z Downloaded delegate v0.13.5
6282026-07-01T21:05:17.186Z Downloaded async-trait v0.1.89
6292026-07-01T21:05:17.189Z Downloaded hash32 v0.3.1
6302026-07-01T21:05:17.189Z Downloaded ghash v0.6.0
6312026-07-01T21:05:17.189Z Downloaded erased-serde v0.3.31
6322026-07-01T21:05:17.192Z Downloaded env_logger v0.11.9
6332026-07-01T21:05:17.195Z Downloaded find-msvc-tools v0.1.9
6342026-07-01T21:05:17.195Z Downloaded cancel-safe-futures v0.1.5
6352026-07-01T21:05:17.198Z Downloaded ff v0.14.0
6362026-07-01T21:05:17.198Z Downloaded ff v0.13.1
6372026-07-01T21:05:17.198Z Downloaded display-error-chain v0.2.2
6382026-07-01T21:05:17.201Z Downloaded derive_builder_core v0.20.2
6392026-07-01T21:05:17.201Z Downloaded enum_dispatch v0.3.13
6402026-07-01T21:05:17.204Z Downloaded bzip2 v0.6.1
6412026-07-01T21:05:17.204Z Downloaded fixedbitset v0.5.7
6422026-07-01T21:05:17.204Z Downloaded blake2 v0.11.0-rc.6
6432026-07-01T21:05:17.216Z Downloaded colored v2.2.0
6442026-07-01T21:05:17.216Z Downloaded hex v0.4.3
6452026-07-01T21:05:17.241Z Downloaded hex-literal v1.1.0
6462026-07-01T21:05:17.241Z Downloaded ecdsa v0.17.0-rc.18
6472026-07-01T21:05:17.241Z Downloaded const-oid v0.9.6
6482026-07-01T21:05:17.241Z Downloaded blake2 v0.10.6
6492026-07-01T21:05:17.241Z Downloaded data-encoding v2.10.0
6502026-07-01T21:05:17.241Z Downloaded derive-where v1.6.0
6512026-07-01T21:05:17.242Z Downloaded foreign-types-shared v0.3.1
6522026-07-01T21:05:17.242Z Downloaded foldhash v0.1.5
6532026-07-01T21:05:17.242Z Downloaded allocator-api2 v0.2.21
6542026-07-01T21:05:17.242Z Downloaded fs-err v2.11.0
6552026-07-01T21:05:17.242Z Downloaded foldhash v0.2.0
6562026-07-01T21:05:17.242Z Downloaded globset v0.4.18
6572026-07-01T21:05:17.242Z Downloaded git-stub-vcs v0.1.0
6582026-07-01T21:05:17.242Z Downloaded home v0.5.12
6592026-07-01T21:05:17.242Z Downloaded futures-executor v0.3.32
6602026-07-01T21:05:17.242Z Downloaded base64 v0.22.1
6612026-07-01T21:05:17.242Z Downloaded hubpack_derive v0.1.1
6622026-07-01T21:05:17.242Z Downloaded httpdate v1.0.3
6632026-07-01T21:05:17.242Z Downloaded http-range v0.1.5
6642026-07-01T21:05:17.242Z Downloaded http-body v1.0.1
6652026-07-01T21:05:17.242Z Downloaded hostname v0.4.2
6662026-07-01T21:05:17.242Z Downloaded hyper-tls v0.6.0
6672026-07-01T21:05:17.242Z Downloaded hostname v0.3.1
6682026-07-01T21:05:17.242Z Downloaded bcs v0.1.6
6692026-07-01T21:05:17.242Z Downloaded ident_case v1.0.1
6702026-07-01T21:05:17.242Z Downloaded cookie_store v0.22.1
6712026-07-01T21:05:17.242Z Downloaded crossbeam-utils v0.8.21
6722026-07-01T21:05:17.242Z Downloaded group v0.14.0
6732026-07-01T21:05:17.246Z Downloaded ena v0.14.4
6742026-07-01T21:05:17.246Z Downloaded colored v3.1.1
6752026-07-01T21:05:17.246Z Downloaded hubpack v0.1.2
6762026-07-01T21:05:17.246Z Downloaded group v0.13.0
6772026-07-01T21:05:17.250Z Downloaded glob v0.3.3
6782026-07-01T21:05:17.250Z Downloaded either v1.15.0
6792026-07-01T21:05:17.251Z Downloaded des v0.9.0
6802026-07-01T21:05:17.266Z Downloaded derive_builder v0.20.2
6812026-07-01T21:05:17.266Z Downloaded idna_adapter v1.2.1
6822026-07-01T21:05:17.266Z Downloaded hash32 v0.2.1
6832026-07-01T21:05:17.266Z Downloaded clang-sys v1.8.1
6842026-07-01T21:05:17.277Z Downloaded filetime v0.2.27
6852026-07-01T21:05:17.277Z Downloaded crossbeam-epoch v0.9.18
6862026-07-01T21:05:17.277Z Downloaded byte-wrapper v0.1.0
6872026-07-01T21:05:17.277Z Downloaded async-bb8-diesel v0.2.1
6882026-07-01T21:05:17.277Z Downloaded illumos-nvpair-sys v0.2.0
6892026-07-01T21:05:17.277Z Downloaded bzip2 v0.4.4
6902026-07-01T21:05:17.277Z Downloaded darling v0.20.11
6912026-07-01T21:05:17.277Z Downloaded indent_write v2.2.0
6922026-07-01T21:05:17.277Z Downloaded illumos-nvpair v0.3.0
6932026-07-01T21:05:17.277Z Downloaded headers-core v0.3.0
6942026-07-01T21:05:17.277Z Downloaded indoc v1.0.9
6952026-07-01T21:05:17.278Z Downloaded backon v1.6.0
6962026-07-01T21:05:17.278Z Downloaded bit-set v0.8.0
6972026-07-01T21:05:17.278Z Downloaded ed25519 v2.2.3
6982026-07-01T21:05:17.278Z Downloaded console v0.15.11
6992026-07-01T21:05:17.278Z Downloaded darling_core v0.13.4
7002026-07-01T21:05:17.283Z Downloaded instability v0.3.11
7012026-07-01T21:05:17.283Z Downloaded ciborium v0.2.2
7022026-07-01T21:05:17.286Z Downloaded inout v0.2.2
7032026-07-01T21:05:17.286Z Downloaded crossbeam-deque v0.8.6
7042026-07-01T21:05:17.286Z Downloaded is_ci v1.2.0
7052026-07-01T21:05:17.286Z Downloaded is-terminal v0.4.17
7062026-07-01T21:05:17.286Z Downloaded instant v0.1.13
7072026-07-01T21:05:17.286Z Downloaded inout v0.1.4
7082026-07-01T21:05:17.289Z Downloaded internet-checksum v0.2.1
7092026-07-01T21:05:17.289Z Downloaded getrandom v0.2.17
7102026-07-01T21:05:17.292Z Downloaded futures-channel v0.3.32
7112026-07-01T21:05:17.292Z Downloaded lalrpop-util v0.19.12
7122026-07-01T21:05:17.292Z Downloaded fs_extra v1.3.0
7132026-07-01T21:05:17.297Z Downloaded const_format_proc_macros v0.2.34
7142026-07-01T21:05:17.297Z Downloaded kem v0.3.0
7152026-07-01T21:05:17.297Z Downloaded http-body-util v0.1.3
7162026-07-01T21:05:17.301Z Downloaded keccak v0.1.6
7172026-07-01T21:05:17.301Z Downloaded lazy_static v1.5.0
7182026-07-01T21:05:17.301Z Downloaded camino-tempfile-ext v0.3.3
7192026-07-01T21:05:17.301Z Downloaded difflib v0.4.0
7202026-07-01T21:05:17.301Z Downloaded const-oid v0.10.2
7212026-07-01T21:05:17.305Z Downloaded kstat-rs v0.2.4
7222026-07-01T21:05:17.305Z Downloaded libscf-sys v1.1.0
7232026-07-01T21:05:17.309Z Downloaded humantime v2.3.0
7242026-07-01T21:05:17.309Z Downloaded chacha20 v0.9.1
7252026-07-01T21:05:17.309Z Downloaded lzss v0.8.2
7262026-07-01T21:05:17.312Z Downloaded managed v0.8.0
7272026-07-01T21:05:17.315Z Downloaded crc-any v2.5.0
7282026-07-01T21:05:17.315Z Downloaded arc-swap v1.8.2
7292026-07-01T21:05:17.318Z Downloaded elliptic-curve v0.13.8
7302026-07-01T21:05:17.323Z Downloaded half v1.8.3
7312026-07-01T21:05:17.333Z Downloaded match_cfg v0.1.0
7322026-07-01T21:05:17.338Z Downloaded maplit v1.0.2
7332026-07-01T21:05:17.339Z Downloaded maybe-uninit v2.0.0
7342026-07-01T21:05:17.339Z Downloaded memoffset v0.9.1
7352026-07-01T21:05:17.339Z Downloaded lru v0.12.5
7362026-07-01T21:05:17.339Z Downloaded compact_str v0.8.1
7372026-07-01T21:05:17.349Z Downloaded md5 v0.8.0
7382026-07-01T21:05:17.349Z Downloaded ingot v0.1.1
7392026-07-01T21:05:17.349Z Downloaded derive_more v0.99.20
7402026-07-01T21:05:17.349Z Downloaded ar_archive_writer v0.5.1
7412026-07-01T21:05:17.361Z Downloaded cc v1.2.56
7422026-07-01T21:05:17.361Z Downloaded drift v0.2.0
7432026-07-01T21:05:17.361Z Downloaded multimap v0.10.1
7442026-07-01T21:05:17.361Z Downloaded md-5 v0.10.6
7452026-07-01T21:05:17.371Z Downloaded lru-slab v0.1.2
7462026-07-01T21:05:17.371Z Downloaded lru-cache v0.1.2
7472026-07-01T21:05:17.371Z Downloaded linked-hash-map v0.5.6
7482026-07-01T21:05:17.371Z Downloaded indoc v2.0.7
7492026-07-01T21:05:17.371Z Downloaded impl-trait-for-tuples v0.2.3
7502026-07-01T21:05:17.371Z Downloaded newline-converter v0.3.0
7512026-07-01T21:05:17.371Z Downloaded new_debug_unreachable v1.0.6
7522026-07-01T21:05:17.371Z Downloaded futures v0.3.32
7532026-07-01T21:05:17.371Z Downloaded ipnetwork v0.21.1
7542026-07-01T21:05:17.371Z Downloaded num v0.4.3
7552026-07-01T21:05:17.371Z Downloaded ingot-types v0.1.2
7562026-07-01T21:05:17.372Z Downloaded httparse v1.10.1
7572026-07-01T21:05:17.376Z Downloaded nonempty v0.12.0
7582026-07-01T21:05:17.376Z Downloaded ipnet v2.11.0
7592026-07-01T21:05:17.376Z Downloaded hmac v0.12.1
7602026-07-01T21:05:17.376Z Downloaded newtype_derive v0.1.6
7612026-07-01T21:05:17.381Z Downloaded hyper-rustls v0.27.7
7622026-07-01T21:05:17.382Z Downloaded normalize-line-endings v0.3.0
7632026-07-01T21:05:17.382Z Downloaded nodrop v0.1.14
7642026-07-01T21:05:17.382Z Downloaded nibble_vec v0.1.0
7652026-07-01T21:05:17.382Z Downloaded jobserver v0.1.34
7662026-07-01T21:05:17.389Z Downloaded getrandom v0.3.4
7672026-07-01T21:05:17.389Z Downloaded num-derive v0.4.2
7682026-07-01T21:05:17.390Z Downloaded bytes v1.11.1
7692026-07-01T21:05:17.394Z Downloaded num-derive v0.3.3
7702026-07-01T21:05:17.394Z Downloaded libloading v0.8.9
7712026-07-01T21:05:17.394Z Downloaded const_format v0.2.35
7722026-07-01T21:05:17.394Z Downloaded olpc-cjson v0.1.4
7732026-07-01T21:05:17.394Z Downloaded num-iter v0.1.45
7742026-07-01T21:05:17.401Z Downloaded iana-time-zone v0.1.65
7752026-07-01T21:05:17.401Z Downloaded darling_core v0.23.0
7762026-07-01T21:05:17.401Z Downloaded elliptic-curve v0.14.0-rc.33
7772026-07-01T21:05:17.406Z Downloaded half v2.7.1
7782026-07-01T21:05:17.406Z Downloaded dropshot_endpoint v0.17.1
7792026-07-01T21:05:17.406Z Downloaded openssl-probe v0.1.6
7802026-07-01T21:05:17.406Z Downloaded fatfs v0.3.6
7812026-07-01T21:05:17.410Z Downloaded opaque-debug v0.3.1
7822026-07-01T21:05:17.410Z Downloaded mime v0.3.17
7832026-07-01T21:05:17.411Z Downloaded num_enum_derive v0.5.11
7842026-07-01T21:05:17.411Z Downloaded num_threads v0.1.7
7852026-07-01T21:05:17.415Z Downloaded num-conv v0.2.0
7862026-07-01T21:05:17.415Z Downloaded oso-derive v0.27.3
7872026-07-01T21:05:17.415Z Downloaded linear-map v1.2.0
7882026-07-01T21:05:17.415Z Downloaded openssl-probe v0.2.1
7892026-07-01T21:05:17.415Z Downloaded openssl-macros v0.1.1
7902026-07-01T21:05:17.419Z Downloaded libefi-sys v0.1.0
7912026-07-01T21:05:17.419Z Downloaded chacha20poly1305 v0.10.1
7922026-07-01T21:05:17.419Z Downloaded libsw v3.5.0
7932026-07-01T21:05:17.419Z Downloaded ingot-macros v0.1.1
7942026-07-01T21:05:17.422Z Downloaded der v0.7.10
7952026-07-01T21:05:17.426Z Downloaded crypto-bigint v0.5.5
7962026-07-01T21:05:17.426Z Downloaded nanorand v0.7.0
7972026-07-01T21:05:17.430Z Downloaded libsw-core v0.3.2
7982026-07-01T21:05:17.430Z Downloaded module-lattice v0.2.3
7992026-07-01T21:05:17.433Z Downloaded flume v0.11.1
8002026-07-01T21:05:17.433Z Downloaded newtype-uuid-macros v0.1.0
8012026-07-01T21:05:17.433Z Downloaded keccak v0.2.0
8022026-07-01T21:05:17.437Z Downloaded native-tls v0.2.18
8032026-07-01T21:05:17.437Z Downloaded hybrid-array v0.4.13
8042026-07-01T21:05:17.441Z Downloaded generic-array v1.4.3
8052026-07-01T21:05:17.441Z Downloaded hyper-staticfile v0.10.1
8062026-07-01T21:05:17.441Z Downloaded packed_struct_codegen v0.10.1
8072026-07-01T21:05:17.445Z Downloaded hmac v0.13.0
8082026-07-01T21:05:17.446Z Downloaded highway v1.3.0
8092026-07-01T21:05:17.446Z Downloaded parse-size v1.1.0
8102026-07-01T21:05:17.446Z Downloaded bumpalo v3.20.2
8112026-07-01T21:05:17.450Z Downloaded nu-ansi-term v0.50.3
8122026-07-01T21:05:17.454Z Downloaded password-hash v0.6.1
8132026-07-01T21:05:17.454Z Downloaded num-complex v0.4.6
8142026-07-01T21:05:17.460Z Downloaded icu_properties v2.1.2
8152026-07-01T21:05:17.460Z Downloaded async-compression v0.4.41
8162026-07-01T21:05:17.475Z Downloaded percent-encoding v2.3.2
8172026-07-01T21:05:17.481Z Downloaded phf_shared v0.11.3
8182026-07-01T21:05:17.481Z Downloaded path-slash v0.1.5
8192026-07-01T21:05:17.481Z Downloaded parse-display v0.10.0
8202026-07-01T21:05:17.481Z Downloaded num_enum v0.5.11
8212026-07-01T21:05:17.488Z Downloaded num-rational v0.4.2
8222026-07-01T21:05:17.488Z Downloaded lock_api v0.4.14
8232026-07-01T21:05:17.488Z Downloaded memmap2 v0.9.10
8242026-07-01T21:05:17.488Z Downloaded icu_provider v2.1.1
8252026-07-01T21:05:17.492Z Downloaded headers v0.4.1
8262026-07-01T21:05:17.492Z Downloaded litemap v0.8.1
8272026-07-01T21:05:17.492Z Downloaded phf_shared v0.13.1
8282026-07-01T21:05:17.492Z Downloaded crossbeam-channel v0.5.15
8292026-07-01T21:05:17.499Z Downloaded ignore v0.4.25
8302026-07-01T21:05:17.499Z Downloaded num-integer v0.1.46
8312026-07-01T21:05:17.499Z Downloaded ml-kem v0.3.2
8322026-07-01T21:05:17.511Z Downloaded multer v3.1.0
8332026-07-01T21:05:17.511Z Downloaded flate2 v1.1.9
8342026-07-01T21:05:17.511Z Downloaded ed25519-dalek v3.0.0-rc.0
8352026-07-01T21:05:17.515Z Downloaded powerfmt v0.2.0
8362026-07-01T21:05:17.515Z Downloaded potential_utf v0.1.4
8372026-07-01T21:05:17.515Z Downloaded heapless v0.8.0
8382026-07-01T21:05:17.515Z Downloaded indexmap v1.9.3
8392026-07-01T21:05:17.515Z Downloaded mime_guess v2.0.5
8402026-07-01T21:05:17.516Z Downloaded oxide-tokio-rt v0.1.4
8412026-07-01T21:05:17.516Z Downloaded owo-colors v4.3.0
8422026-07-01T21:05:17.516Z Downloaded newtype-uuid v1.3.2
8432026-07-01T21:05:17.521Z Downloaded ed25519-dalek v2.2.0
8442026-07-01T21:05:17.521Z Downloaded darling_core v0.21.3
8452026-07-01T21:05:17.525Z Downloaded predicates-tree v1.0.13
8462026-07-01T21:05:17.525Z Downloaded predicates-core v1.0.10
8472026-07-01T21:05:17.525Z Downloaded precomputed-hash v0.1.1
8482026-07-01T21:05:17.526Z Downloaded parking_lot_core v0.8.6
8492026-07-01T21:05:17.532Z Downloaded peg-runtime v0.8.5
8502026-07-01T21:05:17.532Z Downloaded peg-macros v0.8.5
8512026-07-01T21:05:17.532Z Downloaded icu_normalizer_data v2.1.1
8522026-07-01T21:05:17.533Z Downloaded paste v1.0.15
8532026-07-01T21:05:17.537Z Downloaded password-hash v0.5.0
8542026-07-01T21:05:17.537Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-07-01T21:05:17.537Z Downloaded parse-display-derive v0.10.0
8562026-07-01T21:05:17.537Z Downloaded psl-types v2.0.11
8572026-07-01T21:05:17.538Z Downloaded progenitor-client v0.14.0
8582026-07-01T21:05:17.543Z Downloaded progenitor-macro v0.14.0
8592026-07-01T21:05:17.543Z Downloaded proc-macro-crate v3.4.0
8602026-07-01T21:05:17.543Z Downloaded proc-macro-crate v1.3.1
8612026-07-01T21:05:17.543Z Downloaded pbkdf2 v0.13.0
8622026-07-01T21:05:17.543Z Downloaded expectorate v1.2.0
8632026-07-01T21:05:17.543Z Downloaded num_enum_derive v0.7.6
8642026-07-01T21:05:17.547Z Downloaded derive_more v2.1.1
8652026-07-01T21:05:17.551Z Downloaded phc v0.6.1
8662026-07-01T21:05:17.551Z Downloaded phf v0.13.1
8672026-07-01T21:05:17.553Z Downloaded peg v0.8.5
8682026-07-01T21:05:17.554Z Downloaded quick-error v1.2.3
8692026-07-01T21:05:17.556Z Downloaded progenitor-macro v0.13.0
8702026-07-01T21:05:17.556Z Downloaded pem-rfc7468 v0.7.0
8712026-07-01T21:05:17.556Z Downloaded indicatif v0.18.4
8722026-07-01T21:05:17.559Z Downloaded derive_more-impl v2.1.1
8732026-07-01T21:05:17.561Z Downloaded litrs v1.0.0
8742026-07-01T21:05:17.565Z Downloaded poly1305 v0.8.0
8752026-07-01T21:05:17.569Z Downloaded pin-project-internal v1.1.11
8762026-07-01T21:05:17.569Z Downloaded hickory-resolver v0.24.4
8772026-07-01T21:05:17.573Z Downloaded polyval v0.7.1
8782026-07-01T21:05:17.573Z Downloaded pkg-config v0.3.32
8792026-07-01T21:05:17.573Z Downloaded oxnet v0.1.6
8802026-07-01T21:05:17.575Z Downloaded pin-project-lite v0.2.17
8812026-07-01T21:05:17.578Z Downloaded pkcs8 v0.10.2
8822026-07-01T21:05:17.578Z Downloaded parking_lot v0.12.5
8832026-07-01T21:05:17.580Z Downloaded packed_struct v0.10.1
8842026-07-01T21:05:17.580Z Downloaded pem v3.0.6
8852026-07-01T21:05:17.583Z Downloaded num_enum v0.7.6
8862026-07-01T21:05:17.586Z Downloaded heapless v0.7.17
8872026-07-01T21:05:17.589Z Downloaded rand_chacha v0.3.1
8882026-07-01T21:05:17.589Z Downloaded radium v0.7.0
8892026-07-01T21:05:17.589Z Downloaded postgres-protocol v0.6.10
8902026-07-01T21:05:17.592Z Downloaded base64 v0.21.7
8912026-07-01T21:05:17.594Z Downloaded rand_xorshift v0.4.0
8922026-07-01T21:05:17.594Z Downloaded recursive v0.1.1
8932026-07-01T21:05:17.596Z Downloaded parking_lot v0.11.2
8942026-07-01T21:05:17.600Z Downloaded primefield v0.14.0
8952026-07-01T21:05:17.602Z Downloaded parking_lot_core v0.9.12
8962026-07-01T21:05:17.604Z Downloaded progenitor-client v0.13.0
8972026-07-01T21:05:17.604Z Downloaded progenitor v0.14.0
8982026-07-01T21:05:17.608Z Downloaded ref-cast v1.0.25
8992026-07-01T21:05:17.608Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-07-01T21:05:17.608Z Downloaded progenitor-extras v0.2.0
9012026-07-01T21:05:17.610Z Downloaded proc-macro-error2 v2.0.1
9022026-07-01T21:05:17.630Z Downloaded num-traits v0.2.19
9032026-07-01T21:05:17.630Z Downloaded omicron-zone-package v0.12.3
9042026-07-01T21:05:17.630Z Downloaded phf v0.12.1
9052026-07-01T21:05:17.630Z Downloaded libbz2-rs-sys v0.2.2
9062026-07-01T21:05:17.630Z Downloaded pem-rfc7468 v1.0.0
9072026-07-01T21:05:17.630Z Downloaded psm v0.1.30
9082026-07-01T21:05:17.630Z Downloaded aes v0.9.1
9092026-07-01T21:05:17.630Z Downloaded miniz_oxide v0.8.9
9102026-07-01T21:05:17.630Z Downloaded diesel_derives v2.3.7
9112026-07-01T21:05:17.630Z Downloaded icu_locale_core v2.1.1
9122026-07-01T21:05:17.633Z Downloaded rfc6979 v0.5.0
9132026-07-01T21:05:17.633Z Downloaded pkcs8 v0.11.0
9142026-07-01T21:05:17.635Z Downloaded pkcs1 v0.8.0-rc.4
9152026-07-01T21:05:17.638Z Downloaded rustc_version v0.4.1
9162026-07-01T21:05:17.638Z Downloaded rustc_version v0.1.7
9172026-07-01T21:05:17.638Z Downloaded rustc-hash v2.1.1
9182026-07-01T21:05:17.641Z Downloaded rtoolbox v0.0.3
9192026-07-01T21:05:17.641Z Downloaded russh-util v0.52.0
9202026-07-01T21:05:17.641Z Downloaded r2d2 v0.8.10
9212026-07-01T21:05:17.644Z Downloaded ppv-lite86 v0.2.21
9222026-07-01T21:05:17.644Z Downloaded pkcs1 v0.7.5
9232026-07-01T21:05:17.644Z Downloaded postgres-types v0.2.12
9242026-07-01T21:05:17.646Z Downloaded oso v0.27.3
9252026-07-01T21:05:17.649Z Downloaded rfc6979 v0.4.0
9262026-07-01T21:05:17.649Z Downloaded rand_chacha v0.9.0
9272026-07-01T21:05:17.652Z Downloaded poly1305 v0.9.0
9282026-07-01T21:05:17.653Z Downloaded rand_core v0.10.0
9292026-07-01T21:05:17.655Z Downloaded russh-cryptovec v0.61.0
9302026-07-01T21:05:17.655Z Downloaded rand_core v0.9.5
9312026-07-01T21:05:17.655Z Downloaded rand_core v0.6.4
9322026-07-01T21:05:17.658Z Downloaded postcard v1.1.3
9332026-07-01T21:05:17.658Z Downloaded icu_collections v2.1.1
9342026-07-01T21:05:17.661Z Downloaded scheduled-thread-pool v0.2.7
9352026-07-01T21:05:17.664Z Downloaded same-file v1.0.6
9362026-07-01T21:05:17.664Z Downloaded sapling-renderdag v0.1.0
9372026-07-01T21:05:17.667Z Downloaded jiff-static v0.2.21
9382026-07-01T21:05:17.667Z Downloaded ref-cast-impl v1.0.25
9392026-07-01T21:05:17.667Z Downloaded papergrid v0.17.0
9402026-07-01T21:05:17.670Z Downloaded rand_seeder v0.4.0
9412026-07-01T21:05:17.672Z Downloaded icu_normalizer v2.1.1
9422026-07-01T21:05:17.675Z Downloaded hashbrown v0.13.2
9432026-07-01T21:05:17.677Z Downloaded der v0.8.0
9442026-07-01T21:05:17.680Z Downloaded progenitor v0.13.0
9452026-07-01T21:05:17.683Z Downloaded primeorder v0.14.0-rc.10
9462026-07-01T21:05:17.683Z Downloaded primeorder v0.13.6
9472026-07-01T21:05:17.685Z Downloaded scroll_derive v0.13.1
9482026-07-01T21:05:17.685Z Downloaded scopeguard v1.2.0
9492026-07-01T21:05:17.688Z Downloaded secrecy v0.8.0
9502026-07-01T21:05:17.688Z Downloaded seq-macro v0.3.6
9512026-07-01T21:05:17.691Z Downloaded serde_bytes v0.11.19
9522026-07-01T21:05:17.694Z Downloaded pkcs5 v0.8.1
9532026-07-01T21:05:17.697Z Downloaded pin-project v1.1.11
9542026-07-01T21:05:17.704Z Downloaded serde-big-array v0.5.1
9552026-07-01T21:05:17.709Z Downloaded resolv-conf v0.7.6
9562026-07-01T21:05:17.709Z Downloaded quinn-udp v0.5.14
9572026-07-01T21:05:17.712Z Downloaded crossterm v0.28.1
9582026-07-01T21:05:17.712Z Downloaded serde_repr v0.1.20
9592026-07-01T21:05:17.714Z Downloaded phf_shared v0.12.1
9602026-07-01T21:05:17.714Z Downloaded p256 v0.14.0-rc.10
9612026-07-01T21:05:17.717Z Downloaded semver v0.1.20
9622026-07-01T21:05:17.717Z Downloaded prefix-trie v0.7.0
9632026-07-01T21:05:17.720Z Downloaded serde_plain v1.0.2
9642026-07-01T21:05:17.720Z Downloaded sha1 v0.10.6
9652026-07-01T21:05:17.723Z Downloaded secrecy v0.10.3
9662026-07-01T21:05:17.723Z Downloaded minimal-lexical v0.2.1
9672026-07-01T21:05:17.726Z Downloaded rustversion v1.0.22
9682026-07-01T21:05:17.729Z Downloaded serde_spanned v1.1.1
9692026-07-01T21:05:17.729Z Downloaded http v1.4.2
9702026-07-01T21:05:17.731Z Downloaded hickory-server v0.25.2
9712026-07-01T21:05:17.733Z Downloaded predicates v3.1.4
9722026-07-01T21:05:17.736Z Downloaded shell-words v1.1.1
9732026-07-01T21:05:17.736Z Downloaded rustls-pemfile v2.2.0
9742026-07-01T21:05:17.740Z Downloaded hickory-resolver v0.25.2
9752026-07-01T21:05:17.742Z Downloaded signal-hook-mio v0.2.5
9762026-07-01T21:05:17.742Z Downloaded sha1 v0.11.0
9772026-07-01T21:05:17.742Z Downloaded hashbrown v0.12.3
9782026-07-01T21:05:17.745Z Downloaded signal-hook-tokio v0.3.1
9792026-07-01T21:05:17.748Z Downloaded sigpipe v0.1.3
9802026-07-01T21:05:17.750Z Downloaded signature v3.0.0
9812026-07-01T21:05:17.750Z Downloaded signature v2.2.0
9822026-07-01T21:05:17.753Z Downloaded dropshot-api-manager v0.7.2
9832026-07-01T21:05:17.765Z Downloaded siphasher v1.0.2
9842026-07-01T21:05:17.768Z Downloaded sec1 v0.8.1
9852026-07-01T21:05:17.768Z Downloaded slog-envlogger v2.2.0
9862026-07-01T21:05:17.768Z Downloaded progenitor-impl v0.14.0
9872026-07-01T21:05:17.771Z Downloaded hyper-util v0.1.20
9882026-07-01T21:05:17.773Z Downloaded scrypt v0.12.0
9892026-07-01T21:05:17.776Z Downloaded serde-hex v0.1.0
9902026-07-01T21:05:17.776Z Downloaded openssl-sys v0.9.115
9912026-07-01T21:05:17.778Z Downloaded serde_urlencoded v0.7.1
9922026-07-01T21:05:17.781Z Downloaded rustls-pki-types v1.14.0
9932026-07-01T21:05:17.783Z Downloaded sec1 v0.7.3
9942026-07-01T21:05:17.783Z Downloaded scroll v0.13.0
9952026-07-01T21:05:17.791Z Downloaded aho-corasick v1.1.4
9962026-07-01T21:05:17.793Z Downloaded serde_with_macros v1.5.2
9972026-07-01T21:05:17.793Z Downloaded p384 v0.14.0-rc.10
9982026-07-01T21:05:17.795Z Downloaded serde_path_to_error v0.1.20
9992026-07-01T21:05:17.798Z Downloaded serde_derive_internals v0.29.1
10002026-07-01T21:05:17.798Z Downloaded internal-russh-num-bigint v0.5.0
10012026-07-01T21:05:17.800Z Downloaded rcgen v0.12.1
10022026-07-01T21:05:17.805Z Downloaded serdect v0.4.3
10032026-07-01T21:05:17.805Z Downloaded mio v1.2.0
10042026-07-01T21:05:17.811Z Downloaded sqlparser_derive v0.5.0
10052026-07-01T21:05:17.813Z Downloaded num-bigint v0.4.6
10062026-07-01T21:05:17.819Z Downloaded strum v0.26.3
10072026-07-01T21:05:17.821Z Downloaded strip-ansi-escapes v0.2.1
10082026-07-01T21:05:17.821Z Downloaded stable_deref_trait v1.2.1
10092026-07-01T21:05:17.824Z Downloaded slog-bunyan v2.5.0
10102026-07-01T21:05:17.824Z Downloaded signal-hook-registry v1.4.8
10112026-07-01T21:05:17.824Z Downloaded schemars_derive v0.8.22
10122026-07-01T21:05:17.827Z Downloaded structmeta-derive v0.3.0
10132026-07-01T21:05:17.831Z Downloaded hashbrown v0.16.1
10142026-07-01T21:05:17.835Z Downloaded hashbrown v0.15.5
10152026-07-01T21:05:17.843Z Downloaded subtle v2.6.1
10162026-07-01T21:05:17.847Z Downloaded strsim v0.10.0
10172026-07-01T21:05:17.847Z Downloaded structmeta v0.3.0
10182026-07-01T21:05:17.847Z Downloaded sync-ptr v0.1.4
10192026-07-01T21:05:17.847Z Downloaded strum v0.27.2
10202026-07-01T21:05:17.849Z Downloaded slog-stdlog v4.1.1
10212026-07-01T21:05:17.849Z Downloaded slog-async v2.8.0
10222026-07-01T21:05:17.849Z Downloaded slab v0.4.12
10232026-07-01T21:05:17.852Z Downloaded slog-dtrace v0.3.0
10242026-07-01T21:05:17.856Z Downloaded slog-scope v4.4.1
10252026-07-01T21:05:17.856Z Downloaded progenitor-impl v0.13.0
10262026-07-01T21:05:17.859Z Downloaded serde_with_macros v3.17.0
10272026-07-01T21:05:17.859Z Downloaded slog-json v2.6.1
10282026-07-01T21:05:17.861Z Downloaded tabwriter v1.4.1
10292026-07-01T21:05:17.861Z Downloaded sync_wrapper v1.0.2
10302026-07-01T21:05:17.861Z Downloaded spki v0.8.0
10312026-07-01T21:05:17.865Z Downloaded smallvec v0.6.14
10322026-07-01T21:05:17.865Z Downloaded tagptr v0.2.0
10332026-07-01T21:05:17.865Z Downloaded slog-term v2.9.2
10342026-07-01T21:05:17.868Z Downloaded smf v0.2.3
10352026-07-01T21:05:17.868Z Downloaded simd-adler32 v0.3.8
10362026-07-01T21:05:17.871Z Downloaded rustls-platform-verifier v0.6.2
10372026-07-01T21:05:17.873Z Downloaded tabled_derive v0.11.0
10382026-07-01T21:05:17.873Z Downloaded spki v0.7.3
10392026-07-01T21:05:17.873Z Downloaded itertools v0.10.5
10402026-07-01T21:05:17.877Z Downloaded ron v0.8.1
10412026-07-01T21:05:17.881Z Downloaded sqlformat v0.3.5
10422026-07-01T21:05:17.883Z Downloaded ssh-encoding v0.3.0-rc.9
10432026-07-01T21:05:17.883Z Downloaded ssh-cipher v0.3.0-rc.9
10442026-07-01T21:05:17.886Z Downloaded ryu v1.0.23
10452026-07-01T21:05:17.888Z Downloaded tap v1.0.1
10462026-07-01T21:05:17.888Z Downloaded take_mut v0.2.2
10472026-07-01T21:05:17.888Z Downloaded shlex v1.3.0
10482026-07-01T21:05:17.892Z Downloaded rustls-native-certs v0.8.3
10492026-07-01T21:05:17.892Z Downloaded nom v7.1.3
10502026-07-01T21:05:17.896Z Downloaded testing_table v0.3.0
10512026-07-01T21:05:17.896Z Downloaded time-core v0.1.8
10522026-07-01T21:05:17.896Z Downloaded termtree v0.5.1
10532026-07-01T21:05:17.898Z Downloaded stacker v0.1.23
10542026-07-01T21:05:17.899Z Downloaded thiserror-impl-no-std v2.0.2
10552026-07-01T21:05:17.899Z Downloaded rusty-fork v0.3.1
10562026-07-01T21:05:17.901Z Downloaded thread-id v5.1.0
10572026-07-01T21:05:17.904Z Downloaded tinyvec_macros v0.1.1
10582026-07-01T21:05:17.904Z Downloaded strum_macros v0.24.3
10592026-07-01T21:05:17.906Z Downloaded prettyplease v0.2.37
10602026-07-01T21:05:17.906Z Downloaded pretty_assertions v1.4.1
10612026-07-01T21:05:17.910Z Downloaded stringprep v0.1.5
10622026-07-01T21:05:17.910Z Downloaded string_cache v0.8.9
10632026-07-01T21:05:17.912Z Downloaded salsa20 v0.11.0
10642026-07-01T21:05:17.915Z Downloaded schemars v0.8.22
10652026-07-01T21:05:17.922Z Downloaded supports-color v3.0.2
10662026-07-01T21:05:17.926Z Downloaded tokio-macros v2.7.0
10672026-07-01T21:05:17.926Z Downloaded strum_macros v0.27.2
10682026-07-01T21:05:17.926Z Downloaded publicsuffix v2.3.0
10692026-07-01T21:05:17.930Z Downloaded synstructure v0.13.2
10702026-07-01T21:05:17.930Z Downloaded idna v1.1.0
10712026-07-01T21:05:17.932Z Downloaded strum_macros v0.26.4
10722026-07-01T21:05:17.932Z Downloaded static_assertions v1.1.0
10732026-07-01T21:05:17.932Z Downloaded smallvec v1.15.1
10742026-07-01T21:05:17.935Z Downloaded spin v0.9.8
10752026-07-01T21:05:17.935Z Downloaded support-bundle-viewer v0.1.2
10762026-07-01T21:05:17.938Z Downloaded libxml v0.3.3
10772026-07-01T21:05:17.940Z Downloaded quinn v0.11.9
10782026-07-01T21:05:17.943Z Downloaded itertools v0.12.1
10792026-07-01T21:05:17.947Z Downloaded rayon-core v1.13.0
10802026-07-01T21:05:17.949Z Downloaded itertools v0.13.0
10812026-07-01T21:05:17.953Z Downloaded serde_cbor v0.11.2
10822026-07-01T21:05:17.956Z Downloaded iri-string v0.7.10
10832026-07-01T21:05:17.960Z Downloaded num-bigint-dig v0.8.6
10842026-07-01T21:05:17.963Z Downloaded tower-layer v0.3.3
10852026-07-01T21:05:17.965Z Downloaded topological-sort v0.2.2
10862026-07-01T21:05:17.965Z Downloaded futures-util v0.3.32
10872026-07-01T21:05:17.971Z Downloaded time-macros v0.2.27
10882026-07-01T21:05:17.974Z Downloaded signal-hook v0.3.18
10892026-07-01T21:05:17.974Z Downloaded thiserror-no-std v2.0.2
10902026-07-01T21:05:17.981Z Downloaded termios v0.3.3
10912026-07-01T21:05:17.984Z Downloaded sha2 v0.11.0
10922026-07-01T21:05:17.984Z Downloaded rand v0.8.6
10932026-07-01T21:05:17.984Z Downloaded tinystr v0.8.2
10942026-07-01T21:05:17.987Z Downloaded schemars v0.9.0
10952026-07-01T21:05:17.990Z Downloaded unarray v0.1.4
10962026-07-01T21:05:17.993Z Downloaded tower-service v0.3.3
10972026-07-01T21:05:17.993Z Downloaded tls_codec v0.4.2
10982026-07-01T21:05:17.996Z Downloaded typify-macro v0.6.2
10992026-07-01T21:05:17.996Z Downloaded blake3 v1.8.5
11002026-07-01T21:05:17.999Z Downloaded universal-hash v0.6.1
11012026-07-01T21:05:18.002Z Downloaded universal-hash v0.5.1
11022026-07-01T21:05:18.003Z Downloaded unit-prefix v0.5.2
11032026-07-01T21:05:18.003Z Downloaded tokio-dtrace v0.1.1
11042026-07-01T21:05:18.006Z Downloaded tiny-keccak v2.0.2
11052026-07-01T21:05:18.006Z Downloaded similar v2.7.0
11062026-07-01T21:05:18.009Z Downloaded tls_codec_derive v0.4.2
11072026-07-01T21:05:18.009Z Downloaded usdt v0.6.0
11082026-07-01T21:05:18.012Z Downloaded trait-variant v0.1.2
11092026-07-01T21:05:18.012Z Downloaded slog v2.8.2
11102026-07-01T21:05:18.012Z Downloaded thread_local v1.1.9
11112026-07-01T21:05:18.017Z Downloaded snafu-derive v0.8.9
11122026-07-01T21:05:18.017Z Downloaded socket2 v0.5.10
11132026-07-01T21:05:18.020Z Downloaded icu_properties_data v2.1.2
11142026-07-01T21:05:18.023Z Downloaded usdt-attr-macro v0.6.0
11152026-07-01T21:05:18.023Z Downloaded untrusted v0.7.1
11162026-07-01T21:05:18.023Z Downloaded untrusted v0.9.0
11172026-07-01T21:05:18.026Z Downloaded utf8_iter v1.0.4
11182026-07-01T21:05:18.026Z Downloaded term v0.7.0
11192026-07-01T21:05:18.029Z Downloaded rsa v0.9.10
11202026-07-01T21:05:18.031Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11212026-07-01T21:05:18.031Z Downloaded rand v0.9.2
11222026-07-01T21:05:18.034Z Downloaded usdt-macro v0.6.0
11232026-07-01T21:05:18.035Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-07-01T21:05:18.035Z Downloaded itertools v0.14.0
11252026-07-01T21:05:18.039Z Downloaded utf-8 v0.7.6
11262026-07-01T21:05:18.042Z Downloaded rustls-webpki v0.103.9
11272026-07-01T21:05:18.042Z Downloaded hyper v1.10.1
11282026-07-01T21:05:18.046Z Downloaded void v1.0.2
11292026-07-01T21:05:18.049Z Downloaded want v0.3.1
11302026-07-01T21:05:18.049Z Downloaded tui-tree-widget v0.23.1
11312026-07-01T21:05:18.049Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-07-01T21:05:18.049Z Downloaded libm v0.2.16
11332026-07-01T21:05:18.054Z Downloaded waitgroup v0.1.2
11342026-07-01T21:05:18.058Z Downloaded wait-timeout v0.2.1
11352026-07-01T21:05:18.058Z Downloaded rand v0.10.1
11362026-07-01T21:05:18.061Z Downloaded nom v8.0.0
11372026-07-01T21:05:18.061Z Downloaded unicode-xid v0.2.6
11382026-07-01T21:05:18.064Z Downloaded tokio-tungstenite v0.23.1
11392026-07-01T21:05:18.064Z Downloaded serde_yaml v0.9.34+deprecated
11402026-07-01T21:05:18.067Z Downloaded try-lock v0.2.5
11412026-07-01T21:05:18.067Z Downloaded samael v0.0.19
11422026-07-01T21:05:18.070Z Downloaded unicode-truncate v1.1.0
11432026-07-01T21:05:18.075Z Downloaded tokio-native-tls v0.3.1
11442026-07-01T21:05:18.075Z Downloaded subprocess v0.2.15
11452026-07-01T21:05:18.078Z Downloaded tokio-tungstenite v0.21.0
11462026-07-01T21:05:18.078Z Downloaded yoke-derive v0.8.1
11472026-07-01T21:05:18.078Z Downloaded socket2 v0.6.3
11482026-07-01T21:05:18.078Z Downloaded snafu v0.8.9
11492026-07-01T21:05:18.081Z Downloaded unicase v2.9.0
11502026-07-01T21:05:18.083Z Downloaded xshell-macros v0.2.7
11512026-07-01T21:05:18.083Z Downloaded crypto-primes v0.7.2
11522026-07-01T21:05:18.088Z Downloaded tokio-test v0.4.5
11532026-07-01T21:05:18.088Z Downloaded aws-lc-rs v1.16.3
11542026-07-01T21:05:18.091Z Downloaded zerofrom v0.1.6
11552026-07-01T21:05:18.094Z Downloaded xattr v1.6.1
11562026-07-01T21:05:18.094Z Downloaded vergen-lib v9.1.0
11572026-07-01T21:05:18.094Z Downloaded uzers v0.12.2
11582026-07-01T21:05:18.097Z Downloaded usdt-impl v0.6.0
11592026-07-01T21:05:18.097Z Downloaded tokio-rustls v0.26.4
11602026-07-01T21:05:18.099Z Downloaded schemars v1.2.1
11612026-07-01T21:05:18.105Z Downloaded toml_parser v1.1.2+spec-1.1.0
11622026-07-01T21:05:18.110Z Downloaded tokio-stream v0.1.18
11632026-07-01T21:05:18.110Z Downloaded qorb v0.4.1
11642026-07-01T21:05:18.114Z Downloaded vsss-rs v3.3.4
11652026-07-01T21:05:18.114Z Downloaded test-strategy v0.4.5
11662026-07-01T21:05:18.116Z Downloaded term v1.2.1
11672026-07-01T21:05:18.120Z Downloaded zeroize_derive v1.4.3
11682026-07-01T21:05:18.120Z Downloaded zone_cfg_derive v0.3.1
11692026-07-01T21:05:18.120Z Downloaded iddqd v0.4.2
11702026-07-01T21:05:18.123Z Downloaded zone v0.3.1
11712026-07-01T21:05:18.126Z Downloaded whoami v1.6.1
11722026-07-01T21:05:18.126Z Downloaded vergen-lib v0.1.6
11732026-07-01T21:05:18.129Z Downloaded unicode-properties v0.1.4
11742026-07-01T21:05:18.129Z Downloaded vergen-gitcl v1.0.8
11752026-07-01T21:05:18.129Z Downloaded whoami v2.1.0
11762026-07-01T21:05:18.133Z Downloaded p521 v0.14.0-rc.10
11772026-07-01T21:05:18.133Z Downloaded tinyvec v1.10.0
11782026-07-01T21:05:18.142Z Downloaded twox-hash v2.1.2
11792026-07-01T21:05:18.146Z Downloaded rsa v0.10.0-rc.18
11802026-07-01T21:05:18.146Z Downloaded wyz v0.5.1
11812026-07-01T21:05:18.151Z Downloaded toml v0.7.8
11822026-07-01T21:05:18.155Z Downloaded rustyline v14.0.0
11832026-07-01T21:05:18.159Z Downloaded zstd-safe v7.2.4
11842026-07-01T21:05:18.159Z Downloaded writeable v0.6.2
11852026-07-01T21:05:18.164Z Downloaded xshell v0.2.7
11862026-07-01T21:05:18.167Z Downloaded zerofrom-derive v0.1.6
11872026-07-01T21:05:18.167Z Downloaded yoke v0.8.1
11882026-07-01T21:05:18.167Z Downloaded vergen v9.1.0
11892026-07-01T21:05:18.172Z Downloaded walkdir v2.5.0
11902026-07-01T21:05:18.172Z Downloaded hkdf v0.13.0
11912026-07-01T21:05:18.175Z Downloaded typify v0.6.2
11922026-07-01T21:05:18.178Z Downloaded vergen-git2 v9.1.0
11932026-07-01T21:05:18.181Z Downloaded tracing-attributes v0.1.31
11942026-07-01T21:05:18.187Z Downloaded zerovec-derive v0.11.2
11952026-07-01T21:05:18.190Z Downloaded h2 v0.4.15
11962026-07-01T21:05:18.198Z Downloaded tungstenite v0.23.0
11972026-07-01T21:05:18.202Z Downloaded tracing-core v0.1.36
11982026-07-01T21:05:18.206Z Downloaded steno v0.4.1
11992026-07-01T21:05:18.206Z Downloaded zerocopy v0.6.6
12002026-07-01T21:05:18.213Z Downloaded tar v0.4.45
12012026-07-01T21:05:18.216Z Downloaded toml v1.1.2+spec-1.1.0
12022026-07-01T21:05:18.216Z Downloaded hkdf v0.12.4
12032026-07-01T21:05:18.216Z Downloaded yasna v0.5.2
12042026-07-01T21:05:18.219Z Downloaded zstd v0.13.3
12052026-07-01T21:05:18.219Z Downloaded zeroize v1.8.2
12062026-07-01T21:05:18.219Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-07-01T21:05:18.224Z Downloaded rpassword v7.4.0
12082026-07-01T21:05:18.228Z Downloaded git2 v0.20.4
12092026-07-01T21:05:18.232Z Downloaded vte v0.14.1
12102026-07-01T21:05:18.232Z Downloaded tungstenite v0.21.0
12112026-07-01T21:05:18.244Z Downloaded reedline v0.40.0
12122026-07-01T21:05:18.253Z Downloaded bitvec v1.0.1
12132026-07-01T21:05:18.262Z Downloaded uuid v1.23.4
12142026-07-01T21:05:18.265Z Downloaded bindgen v0.71.1
12152026-07-01T21:05:18.268Z Downloaded unsafe-libyaml v0.2.11
12162026-07-01T21:05:18.271Z Downloaded unicode-bidi v0.3.18
12172026-07-01T21:05:18.271Z Downloaded serde_with v1.14.0
12182026-07-01T21:05:18.274Z Downloaded tokio-postgres v0.7.16
12192026-07-01T21:05:18.277Z Downloaded regex v1.12.3
12202026-07-01T21:05:18.280Z Downloaded chrono v0.4.44
12212026-07-01T21:05:18.290Z Downloaded reqwest v0.13.2
12222026-07-01T21:05:18.298Z Downloaded portable-atomic v1.13.1
12232026-07-01T21:05:18.302Z Downloaded unicode_categories v0.1.1
12242026-07-01T21:05:18.305Z Downloaded reqwest v0.12.28
12252026-07-01T21:05:18.320Z Downloaded yansi v1.0.1
12262026-07-01T21:05:18.320Z Downloaded p384 v0.13.1
12272026-07-01T21:05:18.326Z Downloaded tower v0.5.3
12282026-07-01T21:05:18.326Z Downloaded goblin v0.10.5
12292026-07-01T21:05:18.326Z Downloaded zip v0.6.6
12302026-07-01T21:05:18.326Z Downloaded toml_edit v0.19.15
12312026-07-01T21:05:18.332Z Downloaded zopfli v0.8.3
12322026-07-01T21:05:18.334Z Downloaded lalrpop v0.19.12
12332026-07-01T21:05:18.346Z Downloaded zerotrie v0.2.3
12342026-07-01T21:05:18.355Z Downloaded rayon v1.11.0
12352026-07-01T21:05:18.361Z Downloaded zerocopy-derive v0.8.40
12362026-07-01T21:05:18.365Z Downloaded typed-path v0.9.3
12372026-07-01T21:05:18.368Z Downloaded ssh-key v0.7.0-rc.10
12382026-07-01T21:05:18.375Z Downloaded salty v0.3.0
12392026-07-01T21:05:18.383Z Downloaded x509-cert v0.2.5
12402026-07-01T21:05:18.386Z Downloaded moka v0.12.13
12412026-07-01T21:05:18.389Z Downloaded url v2.5.8
12422026-07-01T21:05:18.392Z Downloaded unicode-segmentation v1.12.0
12432026-07-01T21:05:18.398Z Downloaded crypto-bigint v0.7.5
12442026-07-01T21:05:18.407Z Downloaded proptest v1.10.0
12452026-07-01T21:05:18.412Z Downloaded petname v2.0.2
12462026-07-01T21:05:18.415Z Downloaded unicode-normalization v0.1.25
12472026-07-01T21:05:18.418Z Downloaded tokio-util v0.7.18
12482026-07-01T21:05:18.421Z Downloaded tough v0.22.0
12492026-07-01T21:05:18.427Z Downloaded zip v4.6.1
12502026-07-01T21:05:18.430Z Downloaded curve25519-dalek v5.0.0-rc.0
12512026-07-01T21:05:18.439Z Downloaded quick-xml v0.37.5
12522026-07-01T21:05:18.444Z Downloaded curve25519-dalek v4.1.3
12532026-07-01T21:05:18.448Z Downloaded serde_with v3.17.0
12542026-07-01T21:05:18.458Z Downloaded zerovec v0.11.5
12552026-07-01T21:05:18.461Z Downloaded tower-http v0.6.8
12562026-07-01T21:05:18.470Z Downloaded object v0.30.4
12572026-07-01T21:05:18.474Z Downloaded quinn-proto v0.11.13
12582026-07-01T21:05:18.479Z Downloaded bstr v1.12.1
12592026-07-01T21:05:18.483Z Downloaded winnow v0.5.40
12602026-07-01T21:05:18.492Z Downloaded winnow v0.6.26
12612026-07-01T21:05:18.498Z Downloaded radix_trie v0.2.1
12622026-07-01T21:05:18.503Z Downloaded nix v0.27.1
12632026-07-01T21:05:18.506Z Downloaded russh v0.61.2
12642026-07-01T21:05:18.512Z Downloaded openssl v0.10.79
12652026-07-01T21:05:18.530Z Downloaded nix v0.28.0
12662026-07-01T21:05:18.536Z Downloaded polar-core v0.27.3
12672026-07-01T21:05:18.541Z Downloaded tabled v0.20.0
12682026-07-01T21:05:18.557Z Downloaded winnow v1.0.3
12692026-07-01T21:05:18.564Z Downloaded hickory-proto v0.24.4
12702026-07-01T21:05:18.572Z Downloaded time v0.3.47
12712026-07-01T21:05:18.583Z Downloaded dropshot v0.17.1
12722026-07-01T21:05:18.590Z Downloaded object v0.37.3
12732026-07-01T21:05:18.596Z Downloaded nix v0.31.2
12742026-07-01T21:05:18.603Z Downloaded smoltcp v0.9.1
12752026-07-01T21:05:18.611Z Downloaded regex-syntax v0.6.29
12762026-07-01T21:05:18.615Z Downloaded openapiv3 v2.2.0
12772026-07-01T21:05:18.625Z Downloaded vcpkg v0.2.15
12782026-07-01T21:05:18.645Z Downloaded zlib-rs v0.6.2
12792026-07-01T21:05:18.648Z Downloaded regress v0.11.1
12802026-07-01T21:05:18.652Z Downloaded regex-syntax v0.8.10
12812026-07-01T21:05:18.656Z Downloaded diesel v2.3.7
12822026-07-01T21:05:18.668Z Downloaded regress v0.10.5
12832026-07-01T21:05:18.674Z Downloaded zerocopy v0.8.40
12842026-07-01T21:05:18.679Z Downloaded rustls v0.23.41
12852026-07-01T21:05:18.686Z Downloaded rustix v0.38.44
12862026-07-01T21:05:18.700Z Downloaded smoltcp v0.11.0
12872026-07-01T21:05:18.704Z Downloaded hickory-proto v0.25.2
12882026-07-01T21:05:18.741Z Downloaded sled v0.34.7
12892026-07-01T21:05:18.748Z Downloaded tracing v0.1.44
12902026-07-01T21:05:18.763Z Downloaded typify-impl v0.6.2
12912026-07-01T21:05:18.772Z Downloaded sha3 v0.11.0
12922026-07-01T21:05:18.778Z Downloaded sqlparser v0.61.0
12932026-07-01T21:05:18.785Z Downloaded zerocopy-derive v0.6.6
12942026-07-01T21:05:18.790Z Downloaded fiat-crypto v0.3.0
12952026-07-01T21:05:18.799Z Downloaded regex-automata v0.4.14
12962026-07-01T21:05:18.809Z Downloaded ratatui v0.29.0
12972026-07-01T21:05:18.823Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-07-01T21:05:18.829Z Downloaded csv v1.4.0
12992026-07-01T21:05:18.865Z Downloaded tokio v1.52.1
13002026-07-01T21:05:18.887Z Downloaded jiff v0.2.21
13012026-07-01T21:05:18.900Z Downloaded chrono-tz v0.10.4
13022026-07-01T21:05:18.908Z Downloaded petgraph v0.6.5
13032026-07-01T21:05:18.929Z Downloaded petgraph v0.8.3
13042026-07-01T21:05:18.941Z Downloaded encoding_rs v0.8.35
13052026-07-01T21:05:18.953Z Downloaded libz-sys v1.1.24
13062026-07-01T21:05:18.969Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-07-01T21:05:18.980Z Downloaded sha3 v0.10.8
13082026-07-01T21:05:18.983Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-07-01T21:05:19.072Z Downloaded ring v0.17.14
13102026-07-01T21:05:19.613Z Downloaded aws-lc-sys v0.40.0
13112026-07-01T21:05:19.862Z Compiling libc v0.2.185
13122026-07-01T21:05:19.862Z Compiling serde_core v1.0.228
13132026-07-01T21:05:19.862Z Compiling serde v1.0.228
13142026-07-01T21:05:19.872Z Compiling log v0.4.29
13152026-07-01T21:05:19.872Z Compiling smallvec v1.15.1
13162026-07-01T21:05:19.872Z Compiling shlex v1.3.0
13172026-07-01T21:05:19.872Z Compiling find-msvc-tools v0.1.9
13182026-07-01T21:05:19.988Z Compiling syn v2.0.117
13192026-07-01T21:05:20.185Z Compiling subtle v2.6.1
13202026-07-01T21:05:20.270Z Compiling scopeguard v1.2.0
13212026-07-01T21:05:20.292Z Compiling stable_deref_trait v1.2.1
13222026-07-01T21:05:20.292Z Compiling typenum v1.20.1
13232026-07-01T21:05:20.348Z Compiling lock_api v0.4.14
13242026-07-01T21:05:20.373Z Compiling serde_json v1.0.150
13252026-07-01T21:05:20.374Z Compiling portable-atomic v1.13.1
13262026-07-01T21:05:20.374Z Compiling zerocopy v0.8.40
13272026-07-01T21:05:20.522Z Compiling pin-project-lite v0.2.17
13282026-07-01T21:05:20.546Z Compiling parking_lot_core v0.9.12
13292026-07-01T21:05:20.609Z Compiling pkg-config v0.3.32
13302026-07-01T21:05:20.885Z Compiling critical-section v1.2.0
13312026-07-01T21:05:20.926Z Compiling futures-core v0.3.32
13322026-07-01T21:05:20.945Z Compiling jobserver v0.1.34
13332026-07-01T21:05:20.985Z Compiling errno v0.3.14
13342026-07-01T21:05:21.064Z Compiling getrandom v0.2.17
13352026-07-01T21:05:21.102Z Compiling signal-hook-registry v1.4.8
13362026-07-01T21:05:21.270Z Compiling cc v1.2.56
13372026-07-01T21:05:21.286Z Compiling rand_core v0.6.4
13382026-07-01T21:05:21.318Z Compiling libm v0.2.16
13392026-07-01T21:05:21.399Z Compiling getrandom v0.4.1
13402026-07-01T21:05:21.420Z Compiling parking_lot v0.12.5
13412026-07-01T21:05:21.548Z Compiling once_cell v1.21.3
13422026-07-01T21:05:21.563Z Compiling mio v1.2.0
13432026-07-01T21:05:21.646Z Compiling num-traits v0.2.19
13442026-07-01T21:05:21.807Z Compiling generic-array v0.14.7
13452026-07-01T21:05:21.838Z Compiling rand_core v0.10.0
13462026-07-01T21:05:21.838Z Compiling const-oid v0.9.6
13472026-07-01T21:05:22.025Z Compiling litemap v0.8.1
13482026-07-01T21:05:22.036Z Compiling percent-encoding v2.3.2
13492026-07-01T21:05:22.216Z Compiling bitflags v2.11.0
13502026-07-01T21:05:22.230Z Compiling writeable v0.6.2
13512026-07-01T21:05:22.310Z Compiling semver v1.0.28
13522026-07-01T21:05:22.421Z Compiling socket2 v0.6.3
13532026-07-01T21:05:22.447Z Compiling icu_properties_data v2.1.2
13542026-07-01T21:05:22.591Z Compiling icu_normalizer_data v2.1.1
13552026-07-01T21:05:22.637Z Compiling futures-sink v0.3.32
13562026-07-01T21:05:22.748Z Compiling futures-channel v0.3.32
13572026-07-01T21:05:22.838Z Compiling slab v0.4.12
13582026-07-01T21:05:22.874Z Compiling futures-io v0.3.32
13592026-07-01T21:05:22.901Z Compiling synstructure v0.13.2
13602026-07-01T21:05:22.973Z Compiling futures-task v0.3.32
13612026-07-01T21:05:23.010Z Compiling indexmap v2.14.0
13622026-07-01T21:05:23.029Z Compiling utf8_iter v1.0.4
13632026-07-01T21:05:23.121Z Compiling getrandom v0.3.4
13642026-07-01T21:05:23.144Z Compiling rustversion v1.0.22
13652026-07-01T21:05:23.200Z Compiling form_urlencoded v1.2.2
13662026-07-01T21:05:23.373Z Compiling cmake v0.1.57
13672026-07-01T21:05:23.408Z Compiling dunce v1.0.5
13682026-07-01T21:05:23.439Z Compiling rustix v1.1.3
13692026-07-01T21:05:23.509Z Compiling ident_case v1.0.1
13702026-07-01T21:05:23.517Z Compiling fs_extra v1.3.0
13712026-07-01T21:05:23.626Z Compiling iana-time-zone v0.1.65
13722026-07-01T21:05:23.680Z Compiling regex-syntax v0.8.10
13732026-07-01T21:05:23.771Z Compiling vcpkg v0.2.15
13742026-07-01T21:05:23.785Z Compiling aws-lc-sys v0.40.0
13752026-07-01T21:05:23.826Z Compiling base64ct v1.8.3
13762026-07-01T21:05:24.079Z Compiling rand_core v0.9.5
13772026-07-01T21:05:24.120Z Compiling pem-rfc7468 v0.7.0
13782026-07-01T21:05:24.185Z Compiling rustc_version v0.4.1
13792026-07-01T21:05:24.361Z Compiling uuid v1.23.4
13802026-07-01T21:05:24.428Z Compiling tracing-core v0.1.36
13812026-07-01T21:05:24.507Z Compiling openssl-sys v0.9.115
13822026-07-01T21:05:24.524Z Compiling base64 v0.22.1
13832026-07-01T21:05:24.625Z Compiling serde_derive v1.0.228
13842026-07-01T21:05:24.843Z Compiling zeroize_derive v1.4.3
13852026-07-01T21:05:24.988Z Compiling zerofrom-derive v0.1.6
13862026-07-01T21:05:25.064Z Compiling yoke-derive v0.8.1
13872026-07-01T21:05:25.096Z Compiling zerocopy-derive v0.8.40
13882026-07-01T21:05:25.159Z Compiling zerovec-derive v0.11.2
13892026-07-01T21:05:25.516Z Compiling zeroize v1.8.2
13902026-07-01T21:05:25.719Z Compiling displaydoc v0.2.5
13912026-07-01T21:05:26.219Z Compiling tokio-macros v2.7.0
13922026-07-01T21:05:26.325Z Compiling futures-macro v0.3.32
13932026-07-01T21:05:26.399Z Compiling zerofrom v0.1.6
13942026-07-01T21:05:26.528Z Compiling yoke v0.8.1
13952026-07-01T21:05:26.543Z Compiling thiserror-impl v2.0.18
13962026-07-01T21:05:26.654Z Compiling crypto-common v0.1.7
13972026-07-01T21:05:26.707Z Compiling zerovec v0.11.5
13982026-07-01T21:05:26.805Z Compiling zerotrie v0.2.3
13992026-07-01T21:05:26.961Z Compiling block-buffer v0.10.4
14002026-07-01T21:05:27.099Z Compiling digest v0.10.7
14012026-07-01T21:05:27.128Z Compiling tracing-attributes v0.1.31
14022026-07-01T21:05:27.166Z Compiling tinystr v0.8.2
14032026-07-01T21:05:27.221Z Compiling potential_utf v0.1.4
14042026-07-01T21:05:27.345Z Compiling icu_locale_core v2.1.1
14052026-07-01T21:05:27.361Z Compiling icu_collections v2.1.1
14062026-07-01T21:05:27.388Z Compiling futures-util v0.3.32
14072026-07-01T21:05:27.834Z Compiling der_derive v0.7.3
14082026-07-01T21:05:27.881Z Compiling aws-lc-rs v1.16.3
14092026-07-01T21:05:28.138Z Compiling bytes v1.11.1
14102026-07-01T21:05:28.177Z Compiling icu_provider v2.1.1
14112026-07-01T21:05:28.216Z Compiling chrono v0.4.44
14122026-07-01T21:05:28.438Z Compiling icu_properties v2.1.2
14132026-07-01T21:05:28.462Z Compiling icu_normalizer v2.1.1
14142026-07-01T21:05:28.750Z Compiling tokio v1.52.1
14152026-07-01T21:05:28.790Z Compiling http v1.4.2
14162026-07-01T21:05:28.993Z Compiling flagset v0.4.7
14172026-07-01T21:05:29.121Z Compiling der v0.7.10
14182026-07-01T21:05:29.504Z Compiling idna_adapter v1.2.1
14192026-07-01T21:05:29.520Z Compiling ppv-lite86 v0.2.21
14202026-07-01T21:05:29.593Z Compiling http-body v1.0.1
14212026-07-01T21:05:29.635Z Compiling idna v1.1.0
14222026-07-01T21:05:29.664Z Compiling tracing v0.1.44
14232026-07-01T21:05:29.711Z Compiling thiserror v2.0.18
14242026-07-01T21:05:29.734Z Compiling rustls-pki-types v1.14.0
14252026-07-01T21:05:29.810Z Compiling rand_chacha v0.9.0
14262026-07-01T21:05:29.893Z Compiling httparse v1.10.1
14272026-07-01T21:05:29.918Z Compiling url v2.5.8
14282026-07-01T21:05:30.178Z Compiling openssl-probe v0.2.1
14292026-07-01T21:05:30.237Z Compiling tinyvec_macros v0.1.1
14302026-07-01T21:05:30.274Z Compiling cmov v0.5.4
14312026-07-01T21:05:30.311Z Compiling tinyvec v1.10.0
14322026-07-01T21:05:30.344Z Compiling rand v0.9.2
14332026-07-01T21:05:30.364Z Compiling spki v0.7.3
14342026-07-01T21:05:30.470Z Compiling ctutils v0.4.2
14352026-07-01T21:05:30.482Z Compiling pest_generator v2.8.6
14362026-07-01T21:05:30.554Z Compiling serde_derive_internals v0.29.1
14372026-07-01T21:05:30.635Z Compiling aho-corasick v1.1.4
14382026-07-01T21:05:30.695Z Compiling tower-service v0.3.3
14392026-07-01T21:05:30.695Z Compiling atomic-waker v1.1.2
14402026-07-01T21:05:30.847Z Compiling untrusted v0.7.1
14412026-07-01T21:05:30.872Z Compiling tower-layer v0.3.3
14422026-07-01T21:05:30.969Z Compiling schemars v0.8.22
14432026-07-01T21:05:31.034Z Compiling try-lock v0.2.5
14442026-07-01T21:05:31.141Z Compiling dyn-clone v1.0.20
14452026-07-01T21:05:31.181Z Compiling pest_derive v2.8.6
14462026-07-01T21:05:31.189Z Compiling want v0.3.1
14472026-07-01T21:05:31.221Z Compiling tempfile v3.25.0
14482026-07-01T21:05:31.276Z Compiling hybrid-array v0.4.13
14492026-07-01T21:05:31.484Z Compiling schemars_derive v0.8.22
14502026-07-01T21:05:31.583Z Compiling regex-automata v0.4.14
14512026-07-01T21:05:31.618Z Compiling ipnet v2.11.0
14522026-07-01T21:05:31.633Z Compiling scroll_derive v0.13.1
14532026-07-01T21:05:32.042Z Compiling darling_core v0.20.11
14542026-07-01T21:05:32.105Z Compiling rustls v0.23.41
14552026-07-01T21:05:32.288Z Compiling openssl v0.10.79
14562026-07-01T21:05:32.329Z Compiling cpufeatures v0.2.17
14572026-07-01T21:05:32.401Z Compiling httpdate v1.0.3
14582026-07-01T21:05:32.420Z Compiling foreign-types-shared v0.1.1
14592026-07-01T21:05:32.505Z Compiling untrusted v0.9.0
14602026-07-01T21:05:32.523Z Compiling tokio-util v0.7.18
14612026-07-01T21:05:32.622Z Compiling foreign-types v0.3.2
14622026-07-01T21:05:32.654Z Compiling scroll v0.13.0
14632026-07-01T21:05:32.693Z Compiling unicode-normalization v0.1.25
14642026-07-01T21:05:32.913Z Compiling pkcs8 v0.10.2
14652026-07-01T21:05:33.154Z Compiling openssl-macros v0.1.1
14662026-07-01T21:05:33.524Z Compiling h2 v0.4.15
14672026-07-01T21:05:33.540Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-07-01T21:05:33.543Z Compiling spin v0.9.8
14692026-07-01T21:05:33.752Z Compiling crc32fast v1.5.0
14702026-07-01T21:05:33.925Z Compiling native-tls v0.2.18
14712026-07-01T21:05:33.951Z Compiling num-conv v0.2.0
14722026-07-01T21:05:34.024Z Compiling time-core v0.1.8
14732026-07-01T21:05:34.078Z Compiling powerfmt v0.2.0
14742026-07-01T21:05:34.166Z Compiling time-macros v0.2.27
14752026-07-01T21:05:34.242Z Compiling darling_macro v0.20.11
14762026-07-01T21:05:34.273Z Compiling deranged v0.5.8
14772026-07-01T21:05:34.705Z Compiling darling v0.20.11
14782026-07-01T21:05:34.783Z Compiling goblin v0.10.5
14792026-07-01T21:05:35.216Z Compiling sha2 v0.10.9
14802026-07-01T21:05:35.225Z Compiling hmac v0.12.1
14812026-07-01T21:05:35.371Z Compiling sync_wrapper v1.0.2
14822026-07-01T21:05:35.475Z Compiling wait-timeout v0.2.1
14832026-07-01T21:05:35.564Z Compiling quick-error v1.2.3
14842026-07-01T21:05:35.669Z Compiling siphasher v1.0.2
14852026-07-01T21:05:35.792Z Compiling bit-vec v0.8.0
14862026-07-01T21:05:35.872Z Compiling usdt-impl v0.6.0
14872026-07-01T21:05:36.021Z Compiling num_threads v0.1.7
14882026-07-01T21:05:36.081Z Compiling crossbeam-utils v0.8.21
14892026-07-01T21:05:36.115Z Compiling simd-adler32 v0.3.8
14902026-07-01T21:05:36.353Z Compiling syn v1.0.109
14912026-07-01T21:05:36.397Z Compiling time v0.3.47
14922026-07-01T21:05:36.635Z Compiling hyper v1.10.1
14932026-07-01T21:05:37.040Z Compiling bit-set v0.8.0
14942026-07-01T21:05:37.203Z Compiling rusty-fork v0.3.1
14952026-07-01T21:05:37.372Z Compiling tower v0.5.3
14962026-07-01T21:05:37.515Z Compiling dof v0.4.0
14972026-07-01T21:05:37.531Z Compiling derive_builder_core v0.20.2
14982026-07-01T21:05:37.848Z Compiling hyper-util v0.1.20
14992026-07-01T21:05:38.125Z Compiling dtrace-parser v0.3.0
15002026-07-01T21:05:38.208Z Compiling http-body-util v0.1.3
15012026-07-01T21:05:38.370Z Compiling thiserror-impl v1.0.69
15022026-07-01T21:05:38.441Z Compiling scroll_derive v0.12.1
15032026-07-01T21:05:38.645Z Compiling heapless v0.7.17
15042026-07-01T21:05:38.836Z Compiling rand_xorshift v0.4.0
15052026-07-01T21:05:38.889Z Compiling slog v2.8.2
15062026-07-01T21:05:38.943Z Compiling darling_core v0.21.3
15072026-07-01T21:05:38.997Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-07-01T21:05:39.081Z Compiling thread-id v5.1.0
15092026-07-01T21:05:39.095Z Compiling cookie v0.18.1
15102026-07-01T21:05:39.162Z Compiling allocator-api2 v0.2.21
15112026-07-01T21:05:39.280Z Compiling ryu v1.0.23
15122026-07-01T21:05:39.294Z Compiling iri-string v0.7.10
15132026-07-01T21:05:39.451Z Compiling unarray v0.1.4
15142026-07-01T21:05:39.482Z Compiling paste v1.0.15
15152026-07-01T21:05:39.556Z Compiling unicode-bidi v0.3.18
15162026-07-01T21:05:39.558Z Compiling zstd-safe v7.2.4
15172026-07-01T21:05:39.605Z Compiling unicode-properties v0.1.4
15182026-07-01T21:05:39.757Z Compiling anyhow v1.0.102
15192026-07-01T21:05:39.775Z Compiling signal-hook v0.3.18
15202026-07-01T21:05:39.804Z Compiling adler2 v2.0.1
15212026-07-01T21:05:39.930Z Compiling miniz_oxide v0.8.9
15222026-07-01T21:05:39.980Z Compiling stringprep v0.1.5
15232026-07-01T21:05:40.121Z Compiling thiserror v1.0.69
15242026-07-01T21:05:40.219Z Compiling proptest v1.10.0
15252026-07-01T21:05:40.260Z Compiling serde_urlencoded v0.7.1
15262026-07-01T21:05:40.396Z Compiling tower-http v0.6.8
15272026-07-01T21:05:40.785Z Compiling scroll v0.12.0
15282026-07-01T21:05:40.869Z Compiling derive_builder_macro v0.20.2
15292026-07-01T21:05:40.899Z Compiling camino v1.2.2
15302026-07-01T21:05:41.048Z Compiling tokio-native-tls v0.3.1
15312026-07-01T21:05:41.274Z Compiling bstr v1.12.1
15322026-07-01T21:05:41.281Z Compiling ipnetwork v0.21.1
15332026-07-01T21:05:41.324Z Compiling crypto-common v0.2.2
15342026-07-01T21:05:41.438Z Compiling darling_macro v0.21.3
15352026-07-01T21:05:41.672Z Compiling block-buffer v0.12.1
15362026-07-01T21:05:41.695Z Compiling block-padding v0.4.2
15372026-07-01T21:05:41.860Z Compiling rustls-native-certs v0.8.3
15382026-07-01T21:05:41.876Z Compiling rand_chacha v0.3.1
15392026-07-01T21:05:41.917Z Compiling erased-serde v0.3.31
15402026-07-01T21:05:41.931Z Compiling serde_tokenstream v0.2.3
15412026-07-01T21:05:42.137Z Compiling toml_datetime v0.6.11
15422026-07-01T21:05:42.233Z Compiling serde_spanned v0.6.9
15432026-07-01T21:05:42.375Z Compiling signature v2.2.0
15442026-07-01T21:05:42.389Z Compiling md-5 v0.10.6
15452026-07-01T21:05:42.389Z Compiling zerocopy-derive v0.7.35
15462026-07-01T21:05:42.552Z Compiling async-trait v0.1.89
15472026-07-01T21:05:42.565Z Compiling pin-project-internal v1.1.11
15482026-07-01T21:05:42.654Z Compiling curve25519-dalek v4.1.3
15492026-07-01T21:05:42.988Z Compiling vergen-lib v9.1.0
15502026-07-01T21:05:43.040Z Compiling num-integer v0.1.46
15512026-07-01T21:05:43.180Z Compiling hash32 v0.2.1
15522026-07-01T21:05:43.233Z Compiling memoffset v0.9.1
15532026-07-01T21:05:43.357Z Compiling encoding_rs v0.8.35
15542026-07-01T21:05:43.371Z Compiling zlib-rs v0.6.2
15552026-07-01T21:05:43.434Z Compiling num-bigint-dig v0.8.6
15562026-07-01T21:05:43.546Z Compiling mime v0.3.17
15572026-07-01T21:05:43.634Z Compiling ref-cast v1.0.25
15582026-07-01T21:05:43.656Z Compiling rustix v0.38.44
15592026-07-01T21:05:44.797Z Compiling smoltcp v0.9.1
15602026-07-01T21:05:44.800Z Compiling psl-types v2.0.11
15612026-07-01T21:05:44.800Z Compiling fallible-iterator v0.2.0
15622026-07-01T21:05:44.800Z Compiling cfg_aliases v0.2.1
15632026-07-01T21:05:44.800Z Compiling litrs v1.0.0
15642026-07-01T21:05:44.800Z Compiling nix v0.31.2
15652026-07-01T21:05:44.801Z Compiling postgres-protocol v0.6.10
15662026-07-01T21:05:44.801Z Compiling publicsuffix v2.3.0
15672026-07-01T21:05:44.801Z Compiling document-features v0.2.12
15682026-07-01T21:05:44.817Z Compiling pin-project v1.1.11
15692026-07-01T21:05:44.879Z Compiling hubpack_derive v0.1.1
15702026-07-01T21:05:44.909Z Compiling num-iter v0.1.45
15712026-07-01T21:05:44.940Z Compiling zerocopy v0.7.35
15722026-07-01T21:05:45.115Z Compiling newtype-uuid v1.3.2
15732026-07-01T21:05:45.318Z Compiling rand v0.8.6
15742026-07-01T21:05:45.318Z Compiling darling v0.21.3
15752026-07-01T21:05:45.401Z Compiling inout v0.2.2
15762026-07-01T21:05:45.434Z Compiling oxnet v0.1.6
15772026-07-01T21:05:45.477Z Compiling derive_builder v0.20.2
15782026-07-01T21:05:45.597Z Compiling hyper-tls v0.6.0
15792026-07-01T21:05:45.611Z Compiling goblin v0.8.2
15802026-07-01T21:05:46.249Z Compiling phf_shared v0.13.1
15812026-07-01T21:05:46.359Z Compiling flate2 v1.1.9
15822026-07-01T21:05:46.421Z Compiling regex v1.12.3
15832026-07-01T21:05:46.486Z Compiling lazy_static v1.5.0
15842026-07-01T21:05:46.524Z Compiling anstyle-parse v0.2.7
15852026-07-01T21:05:46.579Z Compiling futures-executor v0.3.32
15862026-07-01T21:05:46.696Z Compiling hex v0.4.3
15872026-07-01T21:05:46.709Z Compiling terminal_size v0.4.3
15882026-07-01T21:05:46.762Z Compiling ref-cast-impl v1.0.25
15892026-07-01T21:05:46.831Z Compiling daft-derive v0.1.7
15902026-07-01T21:05:46.846Z Compiling snafu-derive v0.8.9
15912026-07-01T21:05:46.849Z Compiling strum_macros v0.27.2
15922026-07-01T21:05:46.959Z Compiling curve25519-dalek-derive v0.1.1
15932026-07-01T21:05:47.313Z Compiling vergen v9.1.0
15942026-07-01T21:05:47.508Z Compiling cargo-platform v0.3.2
15952026-07-01T21:05:47.565Z Compiling ff v0.13.1
15962026-07-01T21:05:47.608Z Compiling fs-err v3.3.0
15972026-07-01T21:05:47.702Z Compiling ahash v0.8.12
15982026-07-01T21:05:47.771Z Compiling bumpalo v3.20.2
15992026-07-01T21:05:47.804Z Compiling managed v0.8.0
16002026-07-01T21:05:47.922Z Compiling object v0.37.3
16012026-07-01T21:05:48.018Z Compiling libbz2-rs-sys v0.2.2
16022026-07-01T21:05:48.018Z Compiling foldhash v0.2.0
16032026-07-01T21:05:48.200Z Compiling unicode-segmentation v1.12.0
16042026-07-01T21:05:48.244Z Compiling foldhash v0.1.5
16052026-07-01T21:05:48.413Z Compiling base16ct v0.2.0
16062026-07-01T21:05:48.578Z Compiling same-file v1.0.6
16072026-07-01T21:05:48.591Z Compiling winnow v0.5.40
16082026-07-01T21:05:48.679Z Compiling bitflags v1.3.2
16092026-07-01T21:05:48.715Z Compiling snafu v0.8.9
16102026-07-01T21:05:48.750Z Compiling walkdir v2.5.0
16112026-07-01T21:05:48.777Z Compiling strum v0.27.2
16122026-07-01T21:05:48.903Z Compiling sec1 v0.7.3
16132026-07-01T21:05:49.047Z Compiling bzip2 v0.6.1
16142026-07-01T21:05:49.061Z Compiling hashbrown v0.15.5
16152026-07-01T21:05:49.123Z Compiling hashbrown v0.16.1
16162026-07-01T21:05:49.177Z Compiling zopfli v0.8.3
16172026-07-01T21:05:49.291Z Compiling dof v0.3.0
16182026-07-01T21:05:49.512Z Compiling clap_builder v4.6.0
16192026-07-01T21:05:49.690Z Compiling cargo_metadata v0.23.1
16202026-07-01T21:05:49.706Z Compiling group v0.13.0
16212026-07-01T21:05:49.878Z Compiling toml_edit v0.19.15
16222026-07-01T21:05:49.978Z Compiling daft v0.1.7
16232026-07-01T21:05:50.114Z Compiling futures v0.3.32
16242026-07-01T21:05:50.195Z Compiling anstream v0.6.21
16252026-07-01T21:05:50.501Z Compiling phf v0.13.1
16262026-07-01T21:05:50.658Z Compiling signal-hook-mio v0.2.5
16272026-07-01T21:05:50.811Z Compiling cookie_store v0.22.1
16282026-07-01T21:05:51.079Z Compiling zstd v0.13.3
16292026-07-01T21:05:51.351Z Compiling reqwest v0.12.28
16302026-07-01T21:05:51.389Z Compiling bzip2 v0.4.4
16312026-07-01T21:05:51.457Z Compiling cipher v0.5.2
16322026-07-01T21:05:51.596Z Compiling serde_with_macros v3.17.0
16332026-07-01T21:05:51.768Z Compiling hubpack v0.1.2
16342026-07-01T21:05:52.489Z Compiling postgres-types v0.2.12
16352026-07-01T21:05:52.524Z Compiling ed25519 v2.2.3
16362026-07-01T21:05:52.709Z Compiling usdt-attr-macro v0.6.0
16372026-07-01T21:05:52.785Z Compiling usdt-macro v0.6.0
16382026-07-01T21:05:53.029Z Compiling globset v0.4.18
16392026-07-01T21:05:53.153Z Compiling dtrace-parser v0.2.0
16402026-07-01T21:05:53.410Z Compiling phf_shared v0.11.3
16412026-07-01T21:05:53.503Z Compiling hkdf v0.12.4
16422026-07-01T21:05:53.564Z Compiling olpc-cjson v0.1.4
16432026-07-01T21:05:53.588Z Compiling pkcs1 v0.7.5
16442026-07-01T21:05:53.669Z Compiling serde-big-array v0.5.1
16452026-07-01T21:05:53.700Z Compiling serde_plain v1.0.2
16462026-07-01T21:05:53.731Z Compiling crypto-bigint v0.5.5
16472026-07-01T21:05:53.801Z Compiling pem v3.0.6
16482026-07-01T21:05:53.881Z Compiling serde_repr v0.1.20
16492026-07-01T21:05:53.895Z Compiling strum_macros v0.26.4
16502026-07-01T21:05:53.980Z Compiling clap_derive v4.6.1
16512026-07-01T21:05:54.123Z Compiling async-recursion v1.1.1
16522026-07-01T21:05:54.423Z Compiling enum-as-inner v0.6.1
16532026-07-01T21:05:54.776Z Compiling float-cmp v0.10.0
16542026-07-01T21:05:54.909Z Compiling memmap2 v0.9.10
16552026-07-01T21:05:54.923Z Compiling thread-id v4.2.2
16562026-07-01T21:05:54.994Z Compiling env_filter v1.0.0
16572026-07-01T21:05:55.009Z Compiling either v1.15.0
16582026-07-01T21:05:55.126Z Compiling fixedbitset v0.5.7
16592026-07-01T21:05:55.214Z Compiling predicates-core v1.0.10
16602026-07-01T21:05:55.295Z Compiling normalize-line-endings v0.3.0
16612026-07-01T21:05:56.659Z Compiling keccak v0.1.6
16622026-07-01T21:05:56.703Z Compiling precomputed-hash v0.1.1
16632026-07-01T21:05:56.703Z Compiling whoami v2.1.0
16642026-07-01T21:05:56.703Z Compiling jiff v0.2.21
16652026-07-01T21:05:56.703Z Compiling const-oid v0.10.2
16662026-07-01T21:05:56.703Z Compiling winnow v1.0.3
16672026-07-01T21:05:56.703Z Compiling new_debug_unreachable v1.0.6
16682026-07-01T21:05:56.703Z Compiling cpufeatures v0.3.0
16692026-07-01T21:05:56.703Z Compiling static_assertions v1.1.0
16702026-07-01T21:05:56.703Z Compiling data-encoding v2.10.0
16712026-07-01T21:05:56.703Z Compiling fixedbitset v0.4.2
16722026-07-01T21:05:56.703Z Compiling typed-path v0.9.3
16732026-07-01T21:05:56.703Z Compiling difflib v0.4.0
16742026-07-01T21:05:56.703Z Compiling toml_parser v1.1.2+spec-1.1.0
16752026-07-01T21:05:56.703Z Compiling petgraph v0.6.5
16762026-07-01T21:05:56.703Z Compiling hickory-proto v0.25.2
16772026-07-01T21:05:56.703Z Compiling predicates v3.1.4
16782026-07-01T21:05:56.704Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-07-01T21:05:56.710Z Compiling chacha20 v0.10.0
16802026-07-01T21:05:57.077Z Compiling toml_edit v0.22.27
16812026-07-01T21:05:57.102Z Compiling string_cache v0.8.9
16822026-07-01T21:05:57.116Z Compiling digest v0.11.3
16832026-07-01T21:05:57.323Z Compiling clap v4.6.1
16842026-07-01T21:05:57.337Z Compiling tokio-postgres v0.7.16
16852026-07-01T21:05:57.401Z Compiling strum v0.26.3
16862026-07-01T21:05:57.529Z Compiling sha3 v0.10.8
16872026-07-01T21:05:57.583Z Compiling petgraph v0.8.3
16882026-07-01T21:05:57.970Z Compiling itertools v0.13.0
16892026-07-01T21:05:59.176Z Compiling zip v4.6.1
16902026-07-01T21:05:59.307Z Compiling env_logger v0.11.9
16912026-07-01T21:05:59.502Z Compiling usdt v0.6.0
16922026-07-01T21:05:59.516Z Compiling usdt-impl v0.5.0
16932026-07-01T21:05:59.584Z Compiling elliptic-curve v0.13.8
16942026-07-01T21:05:59.653Z Compiling rsa v0.9.10
16952026-07-01T21:05:59.759Z Compiling crossterm v0.28.1
16962026-07-01T21:05:59.774Z Compiling serde_with v3.17.0
16972026-07-01T21:05:59.990Z Compiling ed25519-dalek v2.2.0
16982026-07-01T21:06:00.115Z Compiling zip v0.6.6
16992026-07-01T21:06:00.635Z Compiling toml v0.7.8
17002026-07-01T21:06:00.755Z Compiling iddqd v0.4.2
17012026-07-01T21:06:01.323Z Compiling heck v0.4.1
17022026-07-01T21:06:01.512Z Compiling similar v2.7.0
17032026-07-01T21:06:01.595Z Compiling crossbeam-epoch v0.9.18
17042026-07-01T21:06:01.595Z Compiling tokio-stream v0.1.18
17052026-07-01T21:06:01.836Z Compiling buf-list v1.1.2
17062026-07-01T21:06:01.858Z Compiling x509-cert v0.2.5
17072026-07-01T21:06:02.015Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-07-01T21:06:02.047Z Compiling openapiv3 v2.2.0
17092026-07-01T21:06:02.100Z Compiling peg-runtime v0.8.5
17102026-07-01T21:06:02.279Z Compiling lalrpop-util v0.19.12
17112026-07-01T21:06:02.350Z Compiling thread_local v1.1.9
17122026-07-01T21:06:02.371Z Compiling slog-async v2.8.0
17132026-07-01T21:06:02.474Z Compiling crossbeam-channel v0.5.15
17142026-07-01T21:06:02.597Z Compiling is-terminal v0.4.17
17152026-07-01T21:06:02.693Z Compiling filetime v0.2.27
17162026-07-01T21:06:02.696Z Compiling term v1.2.1
17172026-07-01T21:06:02.868Z Compiling take_mut v0.2.2
17182026-07-01T21:06:02.918Z Compiling xattr v1.6.1
17192026-07-01T21:06:02.952Z Compiling camino-tempfile v1.4.1
17202026-07-01T21:06:02.979Z Compiling slog-term v2.9.2
17212026-07-01T21:06:03.084Z Compiling tar v0.4.45
17222026-07-01T21:06:13.249Z Compiling rustls-webpki v0.103.9
17232026-07-01T21:06:15.964Z Compiling tokio-rustls v0.26.4
17242026-07-01T21:06:15.965Z Compiling rustls-platform-verifier v0.6.2
17252026-07-01T21:06:15.980Z Compiling tough v0.22.0
17262026-07-01T21:06:16.166Z Compiling hyper-rustls v0.27.7
17272026-07-01T21:06:16.371Z Compiling reqwest v0.13.2
17282026-07-01T21:06:18.563Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-07-01T21:06:18.784Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-07-01T21:06:21.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17312026-07-01T21:06:21.711Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17322026-07-01T21:06:21.744ZJul 01 21:06:20.760 INFO Starting download, target: Cockroach
17332026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Starting download, target: Clickhouse
17342026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Starting download, target: Console
17352026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Starting download, target: DendriteStub
17362026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Starting download, target: MaghemiteMgd
17372026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Starting download, target: MaghemiteDdmd
17382026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Starting download, target: TransceiverControl
17392026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-07-01T21:06:21.747ZJul 01 21:06:20.760 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-07-01T21:06:21.747ZJul 01 21:06:20.761 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-07-01T21:06:21.747ZJul 01 21:06:20.761 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-01T21:06:23.059ZJul 01 21:06:22.065 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-07-01T21:06:23.281ZJul 01 21:06:22.271 INFO Download complete, target: TransceiverControl
17482026-07-01T21:06:23.918ZJul 01 21:06:22.921 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17492026-07-01T21:06:23.970ZJul 01 21:06:22.957 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-07-01T21:06:24.160ZJul 01 21:06:23.161 INFO Download complete, target: Console
17512026-07-01T21:06:24.179ZJul 01 21:06:23.189 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-07-01T21:06:24.454ZJul 01 21:06:23.428 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-07-01T21:06:24.748ZJul 01 21:06:23.729 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-07-01T21:06:25.615ZJul 01 21:06:24.617 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-07-01T21:06:25.615ZJul 01 21:06:24.617 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-07-01T21:06:25.682ZJul 01 21:06:24.688 INFO Download complete, target: MaghemiteDdmd
17572026-07-01T21:06:26.868ZJul 01 21:06:25.876 INFO Download complete, target: DendriteStub
17582026-07-01T21:06:27.119ZJul 01 21:06:26.130 INFO Download complete, target: MaghemiteMgd
17592026-07-01T21:06:30.086ZJul 01 21:06:29.102 INFO Checking that binary works, target: Cockroach
17602026-07-01T21:06:30.198ZJul 01 21:06:29.214 INFO Download complete, target: Cockroach
17612026-07-01T21:06:30.698ZJul 01 21:06:29.714 INFO Checking that binary works, target: Clickhouse
17622026-07-01T21:06:30.795ZJul 01 21:06:29.811 INFO Download complete, target: Clickhouse
17632026-07-01T21:06:30.810ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-07-01T21:06:30.813Z
17652026-07-01T21:06:30.813Zreal 2:01.529904992
17662026-07-01T21:06:30.813Zuser 6:32.814974704
17672026-07-01T21:06:30.813Zsys 1:19.633383358
17682026-07-01T21:06:30.813Ztrap 0.232262170
17692026-07-01T21:06:30.813Ztflt 0.529073469
17702026-07-01T21:06:30.813Zdflt 0.792169128
17712026-07-01T21:06:30.813Zkflt 0.025187496
17722026-07-01T21:06:30.813Zlock 21:34.520379615
17732026-07-01T21:06:30.813Zslp 20:02.232078513
17742026-07-01T21:06:30.813Zlat 40.395681503
17752026-07-01T21:06:30.813Zstop 1:53.253466633
17762026-07-01T21:06:30.813Z+ banner hack-check
17772026-07-01T21:06:30.813Z
17782026-07-01T21:06:30.813Z # # ## #### # # #### # # ###### #### # #
17792026-07-01T21:06:30.813Z # # # # # # # # # # # # # # # # #
17802026-07-01T21:06:30.813Z ###### # # # #### ##### # ###### ##### # ####
17812026-07-01T21:06:30.813Z # # ###### # # # # # # # # # #
17822026-07-01T21:06:30.813Z # # # # # # # # # # # # # # # # #
17832026-07-01T21:06:30.813Z # # # # #### # # #### # # ###### #### # #
17842026-07-01T21:06:30.813Z
17852026-07-01T21:06:30.813Z+ export CARGO_INCREMENTAL=0
17862026-07-01T21:06:30.814Z+ CARGO_INCREMENTAL=0
17872026-07-01T21:06:30.814Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-07-01T21:06:31.256Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-07-01T21:06:31.534Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-07-01T21:06:33.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
17912026-07-01T21:06:33.298Z Running `target/debug/xtask check-features --ci`
17922026-07-01T21:06:33.321Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-07-01T21:06:33.324Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-07-01T21:06:33.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17952026-07-01T21:06:33.750Z Running `target/debug/xtask download cargo-hack`
17962026-07-01T21:06:34.481Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-07-01T21:06:34.803Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-07-01T21:06:37.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17992026-07-01T21:06:37.451Z Running `target/debug/xtask-downloader cargo-hack`
18002026-07-01T21:06:37.492ZJul 01 21:06:36.507 INFO Starting download, target: CargoHack
18012026-07-01T21:06:37.495ZJul 01 21:06:36.508 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-07-01T21:06:37.827ZJul 01 21:06:36.843 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-07-01T21:06:37.874ZJul 01 21:06:36.891 INFO Download complete, target: CargoHack
18042026-07-01T21:06:37.877Zrunning: "/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"
18052026-07-01T21:06:37.895Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-07-01T21:06:38.048Zinfo: running `cargo check --bins` on api_identity (1/299)
18072026-07-01T21:06:38.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-07-01T21:06:38.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-07-01T21:06:38.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-07-01T21:06:38.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18112026-07-01T21:06:38.562Z
18122026-07-01T21:06:38.562Zinfo: running `cargo check --bins` on bootstore (2/299)
18132026-07-01T21:06:38.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-07-01T21:06:38.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-07-01T21:06:38.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-07-01T21:06:39.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18172026-07-01T21:06:39.070Z
18182026-07-01T21:06:39.070Zinfo: running `cargo check --bins` on omicron-ledger (3/299)
18192026-07-01T21:06:39.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-07-01T21:06:39.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-07-01T21:06:39.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-07-01T21:06:39.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-07-01T21:06:39.576Z
18242026-07-01T21:06:39.576Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299)
18252026-07-01T21:06:40.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-07-01T21:06:40.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-07-01T21:06:40.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-07-01T21:06:40.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-07-01T21:06:40.088Z
18302026-07-01T21:06:40.088Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299)
18312026-07-01T21:06:40.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-07-01T21:06:40.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-07-01T21:06:40.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-07-01T21:06:40.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18352026-07-01T21:06:40.601Z
18362026-07-01T21:06:40.601Zinfo: running `cargo check --bins` on omicron-certificates (6/299)
18372026-07-01T21:06:41.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-07-01T21:06:41.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-07-01T21:06:41.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-07-01T21:06:41.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-07-01T21:06:41.132Z
18422026-07-01T21:06:41.132Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/299)
18432026-07-01T21:06:41.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-07-01T21:06:41.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-07-01T21:06:41.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-07-01T21:06:41.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-07-01T21:06:41.661Z
18482026-07-01T21:06:41.661Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299)
18492026-07-01T21:06:42.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-07-01T21:06:42.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-07-01T21:06:42.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-07-01T21:06:42.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18532026-07-01T21:06:42.188Z
18542026-07-01T21:06:42.188Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299)
18552026-07-01T21:06:42.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-07-01T21:06:42.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-07-01T21:06:42.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-07-01T21:06:42.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-07-01T21:06:42.581Z
18602026-07-01T21:06:42.581Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299)
18612026-07-01T21:06:42.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-07-01T21:06:42.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-07-01T21:06:42.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-07-01T21:06:42.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-07-01T21:06:42.977Z
18662026-07-01T21:06:42.978Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299)
18672026-07-01T21:06:43.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-07-01T21:06:43.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-07-01T21:06:43.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-07-01T21:06:43.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-07-01T21:06:43.374Z
18722026-07-01T21:06:43.374Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299)
18732026-07-01T21:06:43.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-07-01T21:06:43.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-07-01T21:06:43.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-07-01T21:06:43.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-07-01T21:06:43.769Z
18782026-07-01T21:06:43.769Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299)
18792026-07-01T21:06:44.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-07-01T21:06:44.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-07-01T21:06:44.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-07-01T21:06:44.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-07-01T21:06:44.163Z
18842026-07-01T21:06:44.164Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299)
18852026-07-01T21:06:44.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-07-01T21:06:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-07-01T21:06:44.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-07-01T21:06:44.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-07-01T21:06:44.560Z
18902026-07-01T21:06:44.560Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299)
18912026-07-01T21:06:44.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-07-01T21:06:44.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-07-01T21:06:44.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-07-01T21:06:44.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-07-01T21:06:44.955Z
18962026-07-01T21:06:44.955Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299)
18972026-07-01T21:06:45.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-07-01T21:06:45.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-07-01T21:06:45.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-07-01T21:06:45.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-07-01T21:06:45.353Z
19022026-07-01T21:06:45.353Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299)
19032026-07-01T21:06:45.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-07-01T21:06:45.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-07-01T21:06:45.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-07-01T21:06:45.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-07-01T21:06:45.747Z
19082026-07-01T21:06:45.747Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299)
19092026-07-01T21:06:46.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-07-01T21:06:46.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-07-01T21:06:46.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-07-01T21:06:46.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-07-01T21:06:46.146Z
19142026-07-01T21:06:46.146Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299)
19152026-07-01T21:06:46.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-07-01T21:06:46.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-07-01T21:06:46.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-07-01T21:06:46.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-07-01T21:06:46.540Z
19202026-07-01T21:06:46.540Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299)
19212026-07-01T21:06:46.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-07-01T21:06:46.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-07-01T21:06:46.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-07-01T21:06:46.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-07-01T21:06:46.940Z
19262026-07-01T21:06:46.940Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299)
19272026-07-01T21:06:47.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-07-01T21:06:47.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-07-01T21:06:47.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-07-01T21:06:47.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-07-01T21:06:47.336Z
19322026-07-01T21:06:47.336Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299)
19332026-07-01T21:06:47.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-07-01T21:06:47.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-07-01T21:06:47.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-07-01T21:06:47.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-07-01T21:06:47.734Z
19382026-07-01T21:06:47.734Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299)
19392026-07-01T21:06:48.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-07-01T21:06:48.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-07-01T21:06:48.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-07-01T21:06:48.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-07-01T21:06:48.130Z
19442026-07-01T21:06:48.130Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299)
19452026-07-01T21:06:48.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-07-01T21:06:48.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-07-01T21:06:48.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-07-01T21:06:48.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19492026-07-01T21:06:48.532Z
19502026-07-01T21:06:48.532Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299)
19512026-07-01T21:06:48.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-07-01T21:06:48.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-07-01T21:06:48.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-07-01T21:06:48.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-07-01T21:06:48.930Z
19562026-07-01T21:06:48.930Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299)
19572026-07-01T21:06:49.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-07-01T21:06:49.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-07-01T21:06:49.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-07-01T21:06:49.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-07-01T21:06:49.328Z
19622026-07-01T21:06:49.328Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299)
19632026-07-01T21:06:49.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-07-01T21:06:49.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-07-01T21:06:49.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-07-01T21:06:49.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-07-01T21:06:49.724Z
19682026-07-01T21:06:49.724Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299)
19692026-07-01T21:06:50.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-07-01T21:06:50.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-07-01T21:06:50.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-07-01T21:06:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-07-01T21:06:50.122Z
19742026-07-01T21:06:50.122Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299)
19752026-07-01T21:06:50.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-07-01T21:06:50.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-07-01T21:06:50.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-07-01T21:06:50.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-07-01T21:06:50.516Z
19802026-07-01T21:06:50.516Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299)
19812026-07-01T21:06:50.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-07-01T21:06:50.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-07-01T21:06:50.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-07-01T21:06:50.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-07-01T21:06:50.913Z
19862026-07-01T21:06:50.913Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299)
19872026-07-01T21:06:51.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-07-01T21:06:51.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-07-01T21:06:51.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-07-01T21:06:51.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-07-01T21:06:51.307Z
19922026-07-01T21:06:51.307Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299)
19932026-07-01T21:06:51.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-07-01T21:06:51.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-07-01T21:06:51.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-07-01T21:06:51.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-07-01T21:06:51.704Z
19982026-07-01T21:06:51.704Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299)
19992026-07-01T21:06:52.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-07-01T21:06:52.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-07-01T21:06:52.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-07-01T21:06:52.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-07-01T21:06:52.101Z
20042026-07-01T21:06:52.101Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299)
20052026-07-01T21:06:52.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-07-01T21:06:52.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-07-01T21:06:52.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-07-01T21:06:52.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-07-01T21:06:52.497Z
20102026-07-01T21:06:52.497Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299)
20112026-07-01T21:06:52.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-07-01T21:06:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-07-01T21:06:52.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-07-01T21:06:52.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-07-01T21:06:52.895Z
20162026-07-01T21:06:52.895Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299)
20172026-07-01T21:06:53.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-07-01T21:06:53.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-07-01T21:06:53.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-07-01T21:06:53.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-07-01T21:06:53.291Z
20222026-07-01T21:06:53.291Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299)
20232026-07-01T21:06:53.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-07-01T21:06:53.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-07-01T21:06:53.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-07-01T21:06:53.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-07-01T21:06:53.686Z
20282026-07-01T21:06:53.686Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299)
20292026-07-01T21:06:54.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-07-01T21:06:54.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-07-01T21:06:54.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-07-01T21:06:54.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-07-01T21:06:54.086Z
20342026-07-01T21:06:54.086Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299)
20352026-07-01T21:06:54.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-07-01T21:06:54.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-07-01T21:06:54.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-07-01T21:06:54.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-07-01T21:06:54.481Z
20402026-07-01T21:06:54.481Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299)
20412026-07-01T21:06:54.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-07-01T21:06:54.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-07-01T21:06:54.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-07-01T21:06:54.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-07-01T21:06:54.878Z
20462026-07-01T21:06:54.878Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299)
20472026-07-01T21:06:55.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-07-01T21:06:55.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-07-01T21:06:55.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-07-01T21:06:55.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-07-01T21:06:55.277Z
20522026-07-01T21:06:55.278Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299)
20532026-07-01T21:06:55.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-07-01T21:06:55.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-07-01T21:06:55.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-07-01T21:06:55.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-07-01T21:06:55.676Z
20582026-07-01T21:06:55.676Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299)
20592026-07-01T21:06:56.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-07-01T21:06:56.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-07-01T21:06:56.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-07-01T21:06:56.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-07-01T21:06:56.076Z
20642026-07-01T21:06:56.076Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299)
20652026-07-01T21:06:56.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-07-01T21:06:56.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-07-01T21:06:56.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-07-01T21:06:56.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-07-01T21:06:56.476Z
20702026-07-01T21:06:56.476Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299)
20712026-07-01T21:06:56.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-07-01T21:06:56.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-07-01T21:06:56.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-07-01T21:06:56.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-07-01T21:06:56.877Z
20762026-07-01T21:06:56.877Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299)
20772026-07-01T21:06:57.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-07-01T21:06:57.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-07-01T21:06:57.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-07-01T21:06:57.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-07-01T21:06:57.277Z
20822026-07-01T21:06:57.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299)
20832026-07-01T21:06:57.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-07-01T21:06:57.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-07-01T21:06:57.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-07-01T21:06:57.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-07-01T21:06:57.676Z
20882026-07-01T21:06:57.677Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299)
20892026-07-01T21:06:58.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-07-01T21:06:58.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-07-01T21:06:58.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-07-01T21:06:58.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20932026-07-01T21:06:58.079Z
20942026-07-01T21:06:58.079Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299)
20952026-07-01T21:06:58.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-07-01T21:06:58.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-07-01T21:06:58.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-07-01T21:06:58.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-07-01T21:06:58.646Z
21002026-07-01T21:06:58.646Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299)
21012026-07-01T21:06:59.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-07-01T21:06:59.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-07-01T21:06:59.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-07-01T21:06:59.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21052026-07-01T21:06:59.220Z
21062026-07-01T21:06:59.220Zinfo: running `cargo check --bins` on nexus-config (51/299)
21072026-07-01T21:06:59.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-07-01T21:06:59.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-07-01T21:06:59.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-07-01T21:06:59.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-07-01T21:06:59.781Z
21122026-07-01T21:06:59.781Zinfo: running `cargo check --bins` on nexus-types (52/299)
21132026-07-01T21:07:00.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-07-01T21:07:00.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-07-01T21:07:00.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-07-01T21:07:00.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21172026-07-01T21:07:00.343Z
21182026-07-01T21:07:00.343Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299)
21192026-07-01T21:07:00.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-07-01T21:07:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-07-01T21:07:00.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-07-01T21:07:00.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21232026-07-01T21:07:00.875Z
21242026-07-01T21:07:00.875Zinfo: running `cargo check --bins` on omicron-passwords (54/299)
21252026-07-01T21:07:01.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-07-01T21:07:01.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-07-01T21:07:01.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-07-01T21:07:01.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21292026-07-01T21:07:01.386Z
21302026-07-01T21:07:01.386Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/299)
21312026-07-01T21:07:01.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-07-01T21:07:01.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-07-01T21:07:01.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-07-01T21:07:01.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-07-01T21:07:01.923Z
21362026-07-01T21:07:01.923Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299)
21372026-07-01T21:07:02.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-07-01T21:07:02.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-07-01T21:07:02.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-07-01T21:07:02.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21412026-07-01T21:07:02.457Z
21422026-07-01T21:07:02.457Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299)
21432026-07-01T21:07:02.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-07-01T21:07:02.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-07-01T21:07:02.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-07-01T21:07:02.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21472026-07-01T21:07:02.994Z
21482026-07-01T21:07:02.994Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299)
21492026-07-01T21:07:03.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-07-01T21:07:03.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-07-01T21:07:03.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-07-01T21:07:03.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21532026-07-01T21:07:03.528Z
21542026-07-01T21:07:03.528Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299)
21552026-07-01T21:07:03.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-07-01T21:07:03.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-07-01T21:07:03.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-07-01T21:07:03.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21592026-07-01T21:07:04.045Z
21602026-07-01T21:07:04.045Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299)
21612026-07-01T21:07:04.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-07-01T21:07:04.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-07-01T21:07:04.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-07-01T21:07:04.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-07-01T21:07:04.561Z
21662026-07-01T21:07:04.561Zinfo: running `cargo check --bins --no-default-features` on gfss (61/299)
21672026-07-01T21:07:04.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-07-01T21:07:05.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-07-01T21:07:05.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-07-01T21:07:05.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-07-01T21:07:05.080Z
21722026-07-01T21:07:05.080Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299)
21732026-07-01T21:07:05.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-07-01T21:07:05.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-07-01T21:07:05.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-07-01T21:07:05.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21772026-07-01T21:07:05.597Z
21782026-07-01T21:07:05.597Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/299)
21792026-07-01T21:07:06.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-07-01T21:07:06.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-07-01T21:07:06.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-07-01T21:07:06.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21832026-07-01T21:07:06.130Z
21842026-07-01T21:07:06.131Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/299)
21852026-07-01T21:07:06.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-07-01T21:07:06.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-07-01T21:07:06.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-07-01T21:07:06.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21892026-07-01T21:07:06.667Z
21902026-07-01T21:07:06.667Zinfo: running `cargo check --bins` on cockroach-admin-types (65/299)
21912026-07-01T21:07:07.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-07-01T21:07:07.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-07-01T21:07:07.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-07-01T21:07:07.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-07-01T21:07:07.182Z
21962026-07-01T21:07:07.183Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/299)
21972026-07-01T21:07:07.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-07-01T21:07:07.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-07-01T21:07:07.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-07-01T21:07:07.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-07-01T21:07:07.700Z
22022026-07-01T21:07:07.700Zinfo: running `cargo check --bins` on ereport-types (67/299)
22032026-07-01T21:07:08.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-07-01T21:07:08.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-07-01T21:07:08.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-07-01T21:07:08.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-07-01T21:07:08.220Z
22082026-07-01T21:07:08.220Zinfo: running `cargo check --bins` on gateway-client (68/299)
22092026-07-01T21:07:08.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-07-01T21:07:08.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-07-01T21:07:08.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-07-01T21:07:08.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22132026-07-01T21:07:08.742Z
22142026-07-01T21:07:08.742Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/299)
22152026-07-01T21:07:09.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-07-01T21:07:09.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-07-01T21:07:09.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-07-01T21:07:09.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-07-01T21:07:09.261Z
22202026-07-01T21:07:09.261Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299)
22212026-07-01T21:07:09.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-07-01T21:07:09.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-07-01T21:07:09.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-07-01T21:07:09.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-07-01T21:07:09.781Z
22262026-07-01T21:07:09.781Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299)
22272026-07-01T21:07:10.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-07-01T21:07:10.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-07-01T21:07:10.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-07-01T21:07:10.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-07-01T21:07:10.305Z
22322026-07-01T21:07:10.305Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299)
22332026-07-01T21:07:10.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-07-01T21:07:10.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-07-01T21:07:10.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-07-01T21:07:10.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-07-01T21:07:10.834Z
22382026-07-01T21:07:10.835Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/299)
22392026-07-01T21:07:11.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-07-01T21:07:11.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-07-01T21:07:11.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-07-01T21:07:11.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22432026-07-01T21:07:11.376Z
22442026-07-01T21:07:11.376Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299)
22452026-07-01T21:07:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-07-01T21:07:11.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-07-01T21:07:11.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-07-01T21:07:11.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22492026-07-01T21:07:11.921Z
22502026-07-01T21:07:11.921Zinfo: running `cargo check --bins` on key-manager-types (75/299)
22512026-07-01T21:07:12.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-07-01T21:07:12.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-07-01T21:07:12.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-07-01T21:07:12.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22552026-07-01T21:07:12.439Z
22562026-07-01T21:07:12.439Zinfo: running `cargo check --bins` on oxlog (76/299)
22572026-07-01T21:07:12.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-07-01T21:07:12.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-07-01T21:07:12.997Z Checking cfg-if v1.0.4
22602026-07-01T21:07:13.000Z Checking libc v0.2.185
22612026-07-01T21:07:13.000Z Checking serde_core v1.0.228
22622026-07-01T21:07:13.113Z Checking memchr v2.8.0
22632026-07-01T21:07:13.113Z Checking zeroize v1.8.2
22642026-07-01T21:07:13.127Z Checking log v0.4.29
22652026-07-01T21:07:13.135Z Checking smallvec v1.15.1
22662026-07-01T21:07:13.145Z Checking subtle v2.6.1
22672026-07-01T21:07:13.157Z Checking itoa v1.0.17
22682026-07-01T21:07:13.260Z Checking scopeguard v1.2.0
22692026-07-01T21:07:13.279Z Checking stable_deref_trait v1.2.1
22702026-07-01T21:07:13.302Z Checking typenum v1.20.1
22712026-07-01T21:07:13.306Z Checking zerofrom v0.1.6
22722026-07-01T21:07:13.312Z Checking pin-project-lite v0.2.17
22732026-07-01T21:07:13.345Z Checking portable-atomic v1.13.1
22742026-07-01T21:07:13.356Z Checking lock_api v0.4.14
22752026-07-01T21:07:13.396Z Checking futures-core v0.3.32
22762026-07-01T21:07:13.408Z Checking yoke v0.8.1
22772026-07-01T21:07:13.469Z Checking critical-section v1.2.0
22782026-07-01T21:07:13.490Z Checking errno v0.3.14
22792026-07-01T21:07:13.511Z Checking getrandom v0.2.17
22802026-07-01T21:07:13.548Z Checking parking_lot_core v0.9.12
22812026-07-01T21:07:13.560Z Checking mio v1.2.0
22822026-07-01T21:07:13.572Z Checking zerovec v0.11.5
22832026-07-01T21:07:13.597Z Checking signal-hook-registry v1.4.8
22842026-07-01T21:07:13.649Z Checking rand_core v0.6.4
22852026-07-01T21:07:13.728Z Checking parking_lot v0.12.5
22862026-07-01T21:07:13.739Z Checking once_cell v1.21.3
22872026-07-01T21:07:13.751Z Checking zerocopy v0.8.40
22882026-07-01T21:07:13.818Z Checking const-oid v0.9.6
22892026-07-01T21:07:13.832Z Checking zmij v1.0.21
22902026-07-01T21:07:13.899Z Checking rand_core v0.10.0
22912026-07-01T21:07:13.912Z Checking socket2 v0.6.3
22922026-07-01T21:07:13.979Z Checking tinystr v0.8.2
22932026-07-01T21:07:14.021Z Checking generic-array v0.14.7
22942026-07-01T21:07:14.032Z Checking getrandom v0.4.1
22952026-07-01T21:07:14.035Z Checking libm v0.2.16
22962026-07-01T21:07:14.141Z Checking percent-encoding v2.3.2
22972026-07-01T21:07:14.152Z Checking equivalent v1.0.2
22982026-07-01T21:07:14.174Z Checking litemap v0.8.1
22992026-07-01T21:07:14.234Z Checking writeable v0.6.2
23002026-07-01T21:07:14.282Z Checking potential_utf v0.1.4
23012026-07-01T21:07:14.346Z Checking zerotrie v0.2.3
23022026-07-01T21:07:14.388Z Checking icu_locale_core v2.1.1
23032026-07-01T21:07:14.406Z Checking futures-sink v0.3.32
23042026-07-01T21:07:14.470Z Checking icu_collections v2.1.1
23052026-07-01T21:07:14.498Z Checking futures-channel v0.3.32
23062026-07-01T21:07:14.510Z Checking slab v0.4.12
23072026-07-01T21:07:14.577Z Checking futures-io v0.3.32
23082026-07-01T21:07:14.580Z Checking serde v1.0.228
23092026-07-01T21:07:14.658Z Checking bitflags v2.11.0
23102026-07-01T21:07:14.683Z Checking serde_json v1.0.150
23112026-07-01T21:07:14.695Z Checking futures-task v0.3.32
23122026-07-01T21:07:14.733Z Checking num-traits v0.2.19
23132026-07-01T21:07:14.765Z Checking icu_properties_data v2.1.2
23142026-07-01T21:07:14.814Z Checking icu_normalizer_data v2.1.1
23152026-07-01T21:07:14.827Z Checking futures-util v0.3.32
23162026-07-01T21:07:14.886Z Checking hashbrown v0.17.0
23172026-07-01T21:07:14.888Z Checking block-buffer v0.10.4
23182026-07-01T21:07:14.939Z Checking icu_provider v2.1.1
23192026-07-01T21:07:14.982Z Checking bytes v1.11.1
23202026-07-01T21:07:15.054Z Checking crypto-common v0.1.7
23212026-07-01T21:07:15.160Z Checking icu_normalizer v2.1.1
23222026-07-01T21:07:15.172Z Checking icu_properties v2.1.2
23232026-07-01T21:07:15.241Z Checking digest v0.10.7
23242026-07-01T21:07:15.340Z Checking utf8_iter v1.0.4
23252026-07-01T21:07:15.370Z Checking indexmap v2.14.0
23262026-07-01T21:07:15.419Z Checking tokio v1.52.1
23272026-07-01T21:07:15.432Z Checking form_urlencoded v1.2.2
23282026-07-01T21:07:15.455Z Checking getrandom v0.3.4
23292026-07-01T21:07:15.467Z Checking fnv v1.0.7
23302026-07-01T21:07:15.551Z Checking byteorder v1.5.0
23312026-07-01T21:07:15.566Z Checking http v1.4.2
23322026-07-01T21:07:15.593Z Checking rand_core v0.9.5
23332026-07-01T21:07:15.745Z Checking regex-syntax v0.8.10
23342026-07-01T21:07:15.762Z Checking base64ct v1.8.3
23352026-07-01T21:07:15.931Z Checking rustix v1.1.3
23362026-07-01T21:07:15.978Z Checking idna_adapter v1.2.1
23372026-07-01T21:07:15.990Z Checking pem-rfc7468 v0.7.0
23382026-07-01T21:07:16.094Z Checking idna v1.1.0
23392026-07-01T21:07:16.120Z Checking uuid v1.23.4
23402026-07-01T21:07:16.140Z Checking tracing-core v0.1.36
23412026-07-01T21:07:16.332Z Checking url v2.5.8
23422026-07-01T21:07:16.434Z Checking iana-time-zone v0.1.65
23432026-07-01T21:07:16.434Z Checking base64 v0.22.1
23442026-07-01T21:07:16.472Z Checking ppv-lite86 v0.2.21
23452026-07-01T21:07:16.539Z Checking flagset v0.4.7
23462026-07-01T21:07:16.659Z Checking der v0.7.10
23472026-07-01T21:07:16.675Z Checking chrono v0.4.44
23482026-07-01T21:07:16.713Z Checking tracing v0.1.44
23492026-07-01T21:07:16.741Z Checking http-body v1.0.1
23502026-07-01T21:07:16.758Z Checking rand_chacha v0.9.0
23512026-07-01T21:07:16.778Z Checking rustls-pki-types v1.14.0
23522026-07-01T21:07:16.877Z Checking cmov v0.5.4
23532026-07-01T21:07:16.922Z Checking openssl-probe v0.2.1
23542026-07-01T21:07:16.956Z Checking tinyvec_macros v0.1.1
23552026-07-01T21:07:17.021Z Checking tinyvec v1.10.0
23562026-07-01T21:07:17.034Z Checking rand v0.9.2
23572026-07-01T21:07:17.057Z Checking ctutils v0.4.2
23582026-07-01T21:07:17.072Z Checking aws-lc-sys v0.40.0
23592026-07-01T21:07:17.085Z Checking tower-service v0.3.3
23602026-07-01T21:07:17.171Z Checking tower-layer v0.3.3
23612026-07-01T21:07:17.267Z Checking untrusted v0.7.1
23622026-07-01T21:07:17.315Z Checking atomic-waker v1.1.2
23632026-07-01T21:07:17.327Z Checking try-lock v0.2.5
23642026-07-01T21:07:17.372Z Checking hybrid-array v0.4.13
23652026-07-01T21:07:17.411Z Checking ipnet v2.11.0
23662026-07-01T21:07:17.423Z Checking spki v0.7.3
23672026-07-01T21:07:17.426Z Checking want v0.3.1
23682026-07-01T21:07:17.493Z Checking httparse v1.10.1
23692026-07-01T21:07:17.545Z Checking aho-corasick v1.1.4
23702026-07-01T21:07:17.558Z Checking aws-lc-rs v1.16.3
23712026-07-01T21:07:17.570Z Checking dyn-clone v1.0.20
23722026-07-01T21:07:17.582Z Checking httpdate v1.0.3
23732026-07-01T21:07:17.660Z Checking untrusted v0.9.0
23742026-07-01T21:07:17.672Z Checking foreign-types-shared v0.1.1
23752026-07-01T21:07:17.695Z Checking cpufeatures v0.2.17
23762026-07-01T21:07:17.718Z Checking plain v0.2.3
23772026-07-01T21:07:17.747Z Checking fastrand v2.3.0
23782026-07-01T21:07:17.759Z Checking utf8parse v0.2.2
23792026-07-01T21:07:17.770Z Checking foreign-types v0.3.2
23802026-07-01T21:07:17.814Z Checking pkcs8 v0.10.2
23812026-07-01T21:07:17.832Z Checking unicode-normalization v0.1.25
23822026-07-01T21:07:17.849Z Checking semver v1.0.28
23832026-07-01T21:07:17.919Z Checking tempfile v3.25.0
23842026-07-01T21:07:17.962Z Checking openssl-sys v0.9.115
23852026-07-01T21:07:18.052Z Checking spin v0.9.8
23862026-07-01T21:07:18.111Z Checking anstyle v1.0.14
23872026-07-01T21:07:18.124Z Checking unicode-ident v1.0.24
23882026-07-01T21:07:18.211Z Checking regex-automata v0.4.14
23892026-07-01T21:07:18.224Z Checking ucd-trie v0.1.7
23902026-07-01T21:07:18.236Z Checking proc-macro2 v1.0.106
23912026-07-01T21:07:18.248Z Checking schemars v0.8.22
23922026-07-01T21:07:18.287Z Checking sha2 v0.10.9
23932026-07-01T21:07:18.323Z Checking openssl v0.10.79
23942026-07-01T21:07:18.351Z Checking pest v2.8.6
23952026-07-01T21:07:18.369Z Checking rustls-webpki v0.103.9
23962026-07-01T21:07:18.542Z Checking hmac v0.12.1
23972026-07-01T21:07:18.561Z Checking thiserror v2.0.18
23982026-07-01T21:07:18.659Z Checking sync_wrapper v1.0.2
23992026-07-01T21:07:18.671Z Checking wait-timeout v0.2.1
24002026-07-01T21:07:18.684Z Checking tokio-util v0.7.18
24012026-07-01T21:07:18.757Z Checking is_terminal_polyfill v1.70.2
24022026-07-01T21:07:18.775Z Checking rustls v0.23.41
24032026-07-01T21:07:18.790Z Checking simd-adler32 v0.3.8
24042026-07-01T21:07:18.841Z Checking colorchoice v1.0.4
24052026-07-01T21:07:18.883Z Checking siphasher v1.0.2
24062026-07-01T21:07:18.939Z Checking powerfmt v0.2.0
24072026-07-01T21:07:18.956Z Checking bit-vec v0.8.0
24082026-07-01T21:07:19.040Z Checking anstyle-query v1.1.5
24092026-07-01T21:07:19.087Z Checking quick-error v1.2.3
24102026-07-01T21:07:19.131Z Checking pretty-hex v0.4.1
24112026-07-01T21:07:19.150Z Checking bit-set v0.8.0
24122026-07-01T21:07:19.184Z Checking rusty-fork v0.3.1
24132026-07-01T21:07:19.242Z Checking deranged v0.5.8
24142026-07-01T21:07:19.289Z Checking h2 v0.4.15
24152026-07-01T21:07:19.302Z Checking tower v0.5.3
24162026-07-01T21:07:19.351Z Checking quote v1.0.45
24172026-07-01T21:07:19.395Z Compiling newtype-uuid v1.3.2
24182026-07-01T21:07:19.515Z Checking http-body-util v0.1.3
24192026-07-01T21:07:19.571Z Checking crossbeam-utils v0.8.21
24202026-07-01T21:07:19.675Z Checking rand_xorshift v0.4.0
24212026-07-01T21:07:19.727Z Checking crc32fast v1.5.0
24222026-07-01T21:07:19.791Z Checking scroll v0.13.0
24232026-07-01T21:07:19.866Z Checking time-core v0.1.8
24242026-07-01T21:07:19.898Z Checking num-conv v0.2.0
24252026-07-01T21:07:20.002Z Checking ryu v1.0.23
24262026-07-01T21:07:20.014Z Checking unarray v0.1.4
24272026-07-01T21:07:20.017Z Checking unicode-properties v0.1.4
24282026-07-01T21:07:20.037Z Checking iri-string v0.7.10
24292026-07-01T21:07:20.111Z Checking allocator-api2 v0.2.21
24302026-07-01T21:07:20.133Z Checking unicode-bidi v0.3.18
24312026-07-01T21:07:20.147Z Checking num_threads v0.1.7
24322026-07-01T21:07:20.206Z Checking adler2 v2.0.1
24332026-07-01T21:07:20.259Z Checking time v0.3.47
24342026-07-01T21:07:20.308Z Checking miniz_oxide v0.8.9
24352026-07-01T21:07:20.325Z Checking native-tls v0.2.18
24362026-07-01T21:07:20.391Z Checking serde_urlencoded v0.7.1
24372026-07-01T21:07:20.423Z Checking stringprep v0.1.5
24382026-07-01T21:07:20.499Z Checking tokio-native-tls v0.3.1
24392026-07-01T21:07:20.571Z Checking proptest v1.10.0
24402026-07-01T21:07:20.588Z Checking bstr v1.12.1
24412026-07-01T21:07:20.649Z Checking goblin v0.10.5
24422026-07-01T21:07:20.661Z Checking crossbeam-epoch v0.9.18
24432026-07-01T21:07:20.881Z Compiling daft v0.1.7
24442026-07-01T21:07:20.982Z Checking syn v2.0.117
24452026-07-01T21:07:21.009Z Checking ipnetwork v0.21.1
24462026-07-01T21:07:21.035Z Checking tower-http v0.6.8
24472026-07-01T21:07:21.161Z Checking crypto-common v0.2.2
24482026-07-01T21:07:21.223Z Checking block-buffer v0.12.1
24492026-07-01T21:07:21.310Z Checking block-padding v0.4.2
24502026-07-01T21:07:21.327Z Checking anstyle-parse v1.0.0
24512026-07-01T21:07:21.384Z Checking rustls-native-certs v0.8.3
24522026-07-01T21:07:21.442Z Checking rand_chacha v0.3.1
24532026-07-01T21:07:21.473Z Checking scroll v0.12.0
24542026-07-01T21:07:21.510Z Checking thiserror v1.0.69
24552026-07-01T21:07:21.607Z Checking hash32 v0.2.1
24562026-07-01T21:07:21.644Z Checking zstd-sys v2.0.16+zstd.1.5.7
24572026-07-01T21:07:21.694Z Checking md-5 v0.10.6
24582026-07-01T21:07:21.751Z Checking signature v2.2.0
24592026-07-01T21:07:21.764Z Checking num-integer v0.1.46
24602026-07-01T21:07:21.777Z Checking toml_datetime v0.6.11
24612026-07-01T21:07:21.849Z Checking serde_spanned v0.6.9
24622026-07-01T21:07:21.879Z Checking encoding_rs v0.8.35
24632026-07-01T21:07:21.957Z Checking psl-types v2.0.11
24642026-07-01T21:07:21.976Z Checking zlib-rs v0.6.2
24652026-07-01T21:07:21.990Z Checking fallible-iterator v0.2.0
24662026-07-01T21:07:22.069Z Checking mime v0.3.17
24672026-07-01T21:07:22.092Z Checking hyper v1.10.1
24682026-07-01T21:07:22.245Z Checking publicsuffix v2.3.0
24692026-07-01T21:07:22.259Z Checking postgres-protocol v0.6.10
24702026-07-01T21:07:22.402Z Checking num-iter v0.1.45
24712026-07-01T21:07:22.511Z Checking heapless v0.7.17
24722026-07-01T21:07:22.526Z Checking zstd-safe v7.2.4
24732026-07-01T21:07:22.561Z Checking goblin v0.8.2
24742026-07-01T21:07:22.685Z Checking rand v0.8.6
24752026-07-01T21:07:22.805Z Checking anstream v1.0.0
24762026-07-01T21:07:22.849Z Checking flate2 v1.1.9
24772026-07-01T21:07:22.921Z Checking inout v0.2.2
24782026-07-01T21:07:22.970Z Checking dof v0.4.0
24792026-07-01T21:07:22.999Z Compiling iddqd v0.4.2
24802026-07-01T21:07:23.015Z Checking hyper-util v0.1.20
24812026-07-01T21:07:23.061Z Checking cookie v0.18.1
24822026-07-01T21:07:23.136Z Checking oxnet v0.1.6
24832026-07-01T21:07:23.195Z Checking tokio-rustls v0.26.4
24842026-07-01T21:07:23.253Z Checking dtrace-parser v0.3.0
24852026-07-01T21:07:23.288Z Checking phf_shared v0.13.1
24862026-07-01T21:07:23.389Z Checking lazy_static v1.5.0
24872026-07-01T21:07:23.413Z Checking anstyle-parse v0.2.7
24882026-07-01T21:07:23.475Z Checking pin-project v1.1.11
24892026-07-01T21:07:23.478Z Checking zerocopy v0.7.35
24902026-07-01T21:07:23.498Z Checking bzip2-sys v0.1.13+1.0.8
24912026-07-01T21:07:23.558Z Checking signal-hook v0.3.18
24922026-07-01T21:07:23.570Z Checking terminal_size v0.4.3
24932026-07-01T21:07:23.581Z Checking futures-executor v0.3.32
24942026-07-01T21:07:23.593Z Checking hex v0.4.3
24952026-07-01T21:07:23.675Z Checking ff v0.13.1
24962026-07-01T21:07:23.724Z Checking thread-id v5.1.0
24972026-07-01T21:07:23.740Z Checking base16ct v0.2.0
24982026-07-01T21:07:23.799Z Checking either v1.15.0
24992026-07-01T21:07:23.799Z Checking foldhash v0.1.5
25002026-07-01T21:07:23.821Z Checking foldhash v0.2.0
25012026-07-01T21:07:23.858Z Checking clap_lex v1.0.0
25022026-07-01T21:07:23.929Z Checking strsim v0.11.1
25032026-07-01T21:07:23.965Z Checking libbz2-rs-sys v0.2.2
25042026-07-01T21:07:23.968Z Checking same-file v1.0.6
25052026-07-01T21:07:23.989Z Checking bitflags v1.3.2
25062026-07-01T21:07:24.003Z Checking bumpalo v3.20.2
25072026-07-01T21:07:24.057Z Compiling rayon-core v1.13.0
25082026-07-01T21:07:24.087Z Checking winnow v0.5.40
25092026-07-01T21:07:24.089Z Checking managed v0.8.0
25102026-07-01T21:07:24.197Z Checking zopfli v0.8.3
25112026-07-01T21:07:24.259Z Checking hyper-tls v0.6.0
25122026-07-01T21:07:24.262Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-07-01T21:07:24.282Z Checking hyper-rustls v0.27.7
25142026-07-01T21:07:24.285Z Checking smoltcp v0.9.1
25152026-07-01T21:07:24.352Z Checking bzip2 v0.6.1
25162026-07-01T21:07:24.426Z Checking reqwest v0.12.28
25172026-07-01T21:07:24.452Z Checking dof v0.3.0
25182026-07-01T21:07:24.468Z Checking clap_builder v4.6.0
25192026-07-01T21:07:24.482Z Checking walkdir v2.5.0
25202026-07-01T21:07:24.507Z Checking hashbrown v0.16.1
25212026-07-01T21:07:24.518Z Checking hashbrown v0.15.5
25222026-07-01T21:07:24.636Z Checking sec1 v0.7.3
25232026-07-01T21:07:24.725Z Checking group v0.13.0
25242026-07-01T21:07:24.836Z Checking usdt-impl v0.6.0
25252026-07-01T21:07:24.868Z Checking signal-hook-mio v0.2.5
25262026-07-01T21:07:24.870Z Checking futures v0.3.32
25272026-07-01T21:07:24.952Z Checking bzip2 v0.4.4
25282026-07-01T21:07:24.969Z Checking snafu v0.8.9
25292026-07-01T21:07:24.982Z Checking anstream v0.6.21
25302026-07-01T21:07:24.995Z Checking num-bigint-dig v0.8.6
25312026-07-01T21:07:25.110Z Checking phf v0.13.1
25322026-07-01T21:07:25.170Z Checking cookie_store v0.22.1
25332026-07-01T21:07:25.183Z Checking cipher v0.5.2
25342026-07-01T21:07:25.205Z Checking zstd v0.13.3
25352026-07-01T21:07:25.234Z Checking toml_edit v0.19.15
25362026-07-01T21:07:25.253Z Checking postgres-types v0.2.12
25372026-07-01T21:07:25.355Z Checking ed25519 v2.2.3
25382026-07-01T21:07:25.381Z Checking dtrace-parser v0.2.0
25392026-07-01T21:07:25.408Z Checking rustls-platform-verifier v0.6.2
25402026-07-01T21:07:25.495Z Checking globset v0.4.18
25412026-07-01T21:07:25.533Z Checking crossbeam-deque v0.8.6
25422026-07-01T21:07:25.547Z Checking regex v1.12.3
25432026-07-01T21:07:25.556Z Checking phf_shared v0.11.3
25442026-07-01T21:07:25.605Z Checking hkdf v0.12.4
25452026-07-01T21:07:25.686Z Checking olpc-cjson v0.1.4
25462026-07-01T21:07:25.698Z Checking curve25519-dalek v4.1.3
25472026-07-01T21:07:25.711Z Checking ref-cast v1.0.25
25482026-07-01T21:07:25.736Z Checking strum v0.27.2
25492026-07-01T21:07:25.748Z Checking pkcs1 v0.7.5
25502026-07-01T21:07:25.794Z Checking hubpack v0.1.2
25512026-07-01T21:07:25.805Z Checking memoffset v0.9.1
25522026-07-01T21:07:25.818Z Checking rustix v0.38.44
25532026-07-01T21:07:25.818Z Checking pem v3.0.6
25542026-07-01T21:07:25.840Z Checking float-cmp v0.10.0
25552026-07-01T21:07:25.876Z Checking serde_plain v1.0.2
25562026-07-01T21:07:25.944Z Checking erased-serde v0.3.31
25572026-07-01T21:07:25.956Z Checking serde-big-array v0.5.1
25582026-07-01T21:07:25.967Z Checking crypto-bigint v0.5.5
25592026-07-01T21:07:25.977Z Checking thread-id v4.2.2
25602026-07-01T21:07:26.014Z Checking memmap2 v0.9.10
25612026-07-01T21:07:26.049Z Checking env_filter v1.0.0
25622026-07-01T21:07:26.080Z Checking precomputed-hash v0.1.1
25632026-07-01T21:07:26.160Z Checking toml_write v0.1.2
25642026-07-01T21:07:26.172Z Checking winnow v0.7.14
25652026-07-01T21:07:26.187Z Checking const-oid v0.10.2
25662026-07-01T21:07:26.276Z Checking fixedbitset v0.4.2
25672026-07-01T21:07:26.319Z Checking normalize-line-endings v0.3.0
25682026-07-01T21:07:26.331Z Checking difflib v0.4.0
25692026-07-01T21:07:26.342Z Checking whoami v2.1.0
25702026-07-01T21:07:26.406Z Checking keccak v0.1.6
25712026-07-01T21:07:26.422Z Checking fixedbitset v0.5.7
25722026-07-01T21:07:26.461Z Checking jiff v0.2.21
25732026-07-01T21:07:26.500Z Checking cpufeatures v0.3.0
25742026-07-01T21:07:26.528Z Checking new_debug_unreachable v1.0.6
25752026-07-01T21:07:26.568Z Checking winnow v1.0.3
25762026-07-01T21:07:26.571Z Checking typed-path v0.9.3
25772026-07-01T21:07:26.593Z Checking static_assertions v1.1.0
25782026-07-01T21:07:26.605Z Checking unicode-segmentation v1.12.0
25792026-07-01T21:07:26.617Z Checking predicates-core v1.0.10
25802026-07-01T21:07:26.659Z Checking data-encoding v2.10.0
25812026-07-01T21:07:26.736Z Checking predicates v3.1.4
25822026-07-01T21:07:26.859Z Checking toml_parser v1.1.2+spec-1.1.0
25832026-07-01T21:07:26.878Z Checking elliptic-curve v0.13.8
25842026-07-01T21:07:26.930Z Checking similar v2.7.0
25852026-07-01T21:07:26.944Z Checking hickory-proto v0.25.2
25862026-07-01T21:07:27.040Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25872026-07-01T21:07:27.186Z Checking petgraph v0.8.3
25882026-07-01T21:07:27.199Z Checking crossterm v0.28.1
25892026-07-01T21:07:27.315Z Checking string_cache v0.8.9
25902026-07-01T21:07:27.347Z Checking tough v0.22.0
25912026-07-01T21:07:27.364Z Checking toml_edit v0.22.27
25922026-07-01T21:07:27.476Z Checking chacha20 v0.10.0
25932026-07-01T21:07:27.729Z Checking sha3 v0.10.8
25942026-07-01T21:07:27.894Z Checking tokio-postgres v0.7.16
25952026-07-01T21:07:27.925Z Checking ed25519-dalek v2.2.0
25962026-07-01T21:07:28.155Z Checking petgraph v0.6.5
25972026-07-01T21:07:28.462Z Checking digest v0.11.3
25982026-07-01T21:07:28.646Z Checking slog v2.8.2
25992026-07-01T21:07:28.698Z Checking zip v4.6.1
26002026-07-01T21:07:28.724Z Checking toml v0.7.8
26012026-07-01T21:07:28.908Z Checking env_logger v0.11.9
26022026-07-01T21:07:29.029Z Checking usdt v0.6.0
26032026-07-01T21:07:29.094Z Checking usdt-impl v0.5.0
26042026-07-01T21:07:29.142Z Checking rsa v0.9.10
26052026-07-01T21:07:29.195Z Checking nix v0.31.2
26062026-07-01T21:07:29.326Z Checking clap v4.6.1
26072026-07-01T21:07:29.369Z Checking reqwest v0.13.2
26082026-07-01T21:07:29.401Z Checking zip v0.6.6
26092026-07-01T21:07:29.432Z Checking itertools v0.13.0
26102026-07-01T21:07:29.608Z Checking serde_with v3.17.0
26112026-07-01T21:07:29.612Z Checking strum v0.26.3
26122026-07-01T21:07:29.709Z Checking fs-err v3.3.0
26132026-07-01T21:07:29.722Z Checking ahash v0.8.12
26142026-07-01T21:07:29.725Z Checking object v0.37.3
26152026-07-01T21:07:29.911Z Checking tokio-stream v0.1.18
26162026-07-01T21:07:30.009Z Checking buf-list v1.1.2
26172026-07-01T21:07:30.156Z Checking camino v1.2.2
26182026-07-01T21:07:30.188Z Checking anyhow v1.0.102
26192026-07-01T21:07:30.212Z Checking x509-cert v0.2.5
26202026-07-01T21:07:30.287Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26212026-07-01T21:07:30.371Z Checking openapiv3 v2.2.0
26222026-07-01T21:07:30.383Z Checking lalrpop-util v0.19.12
26232026-07-01T21:07:30.398Z Checking peg-runtime v0.8.5
26242026-07-01T21:07:30.454Z Checking rayon v1.11.0
26252026-07-01T21:07:30.532Z Checking sigpipe v0.1.3
26262026-07-01T21:07:30.536Z Checking glob v0.3.3
26272026-07-01T21:07:31.937Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-07-01T21:07:32.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.77s
26292026-07-01T21:07:32.361Z
26302026-07-01T21:07:32.361Zinfo: running `cargo check --bins` on internal-dns-types (77/299)
26312026-07-01T21:07:32.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-07-01T21:07:32.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-07-01T21:07:32.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-07-01T21:07:32.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26352026-07-01T21:07:32.892Z
26362026-07-01T21:07:32.892Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/299)
26372026-07-01T21:07:33.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-07-01T21:07:33.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-07-01T21:07:33.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-07-01T21:07:33.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26412026-07-01T21:07:33.428Z
26422026-07-01T21:07:33.428Zinfo: running `cargo check --bins` on nexus-types-versions (79/299)
26432026-07-01T21:07:33.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-01T21:07:33.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-01T21:07:33.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-01T21:07:33.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26472026-07-01T21:07:33.979Z
26482026-07-01T21:07:33.979Zinfo: running `cargo check --bins` on oxql-types (80/299)
26492026-07-01T21:07:34.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-01T21:07:34.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-01T21:07:34.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-01T21:07:34.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26532026-07-01T21:07:34.513Z
26542026-07-01T21:07:34.513Zinfo: running `cargo check --bins` on oximeter-types (81/299)
26552026-07-01T21:07:34.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-01T21:07:34.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-01T21:07:34.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-01T21:07:34.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26592026-07-01T21:07:35.045Z
26602026-07-01T21:07:35.045Zinfo: running `cargo check --bins` on oximeter-types-versions (82/299)
26612026-07-01T21:07:35.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-01T21:07:35.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-01T21:07:35.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-01T21:07:35.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26652026-07-01T21:07:35.581Z
26662026-07-01T21:07:35.581Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/299)
26672026-07-01T21:07:36.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-01T21:07:36.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-01T21:07:36.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-01T21:07:36.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26712026-07-01T21:07:36.103Z
26722026-07-01T21:07:36.103Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/299)
26732026-07-01T21:07:36.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-01T21:07:36.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-01T21:07:36.731Z Compiling structmeta-derive v0.3.0
26762026-07-01T21:07:36.848Z Compiling multer v3.1.0
26772026-07-01T21:07:36.862Z Compiling async-stream-impl v0.3.6
26782026-07-01T21:07:36.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-07-01T21:07:36.880Z Compiling dropshot v0.17.1
26802026-07-01T21:07:36.895Z Compiling dropshot_endpoint v0.17.1
26812026-07-01T21:07:36.898Z Compiling newtype-uuid-macros v0.1.0
26822026-07-01T21:07:36.920Z Checking newtype-uuid v1.3.2
26832026-07-01T21:07:37.088Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-07-01T21:07:37.115Z Checking daft v0.1.7
26852026-07-01T21:07:37.167Z Checking thread_local v1.1.9
26862026-07-01T21:07:37.255Z Checking match_cfg v0.1.0
26872026-07-01T21:07:37.322Z Checking compression-core v0.4.31
26882026-07-01T21:07:37.336Z Checking hostname v0.3.1
26892026-07-01T21:07:37.348Z Checking iddqd v0.4.2
26902026-07-01T21:07:37.431Z Checking crossbeam-channel v0.5.15
26912026-07-01T21:07:37.445Z Checking compression-codecs v0.4.37
26922026-07-01T21:07:37.448Z Checking atomicwrites v0.4.4
26932026-07-01T21:07:37.491Z Checking slog-json v2.6.1
26942026-07-01T21:07:37.566Z Checking serde_spanned v1.1.1
26952026-07-01T21:07:37.616Z Checking is-terminal v0.4.17
26962026-07-01T21:07:37.643Z Checking toml_datetime v1.1.1+spec-1.1.0
26972026-07-01T21:07:37.656Z Checking term v1.2.1
26982026-07-01T21:07:37.690Z Checking debug-ignore v1.0.5
26992026-07-01T21:07:37.702Z Checking take_mut v0.2.2
27002026-07-01T21:07:37.761Z Checking toml_writer v1.1.1+spec-1.1.0
27012026-07-01T21:07:37.784Z Checking slog-bunyan v2.5.0
27022026-07-01T21:07:37.802Z Checking slog-async v2.8.0
27032026-07-01T21:07:37.836Z Checking async-compression v0.4.41
27042026-07-01T21:07:37.864Z Checking slog-term v2.9.2
27052026-07-01T21:07:37.890Z Compiling structmeta v0.3.0
27062026-07-01T21:07:37.893Z Checking async-stream v0.3.6
27072026-07-01T21:07:37.934Z Checking toml v1.1.2+spec-1.1.0
27082026-07-01T21:07:37.969Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-07-01T21:07:38.022Z Checking progenitor-client v0.14.0
27102026-07-01T21:07:38.072Z Checking sha1 v0.11.0
27112026-07-01T21:07:38.086Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-07-01T21:07:38.100Z Compiling derive-ex v0.1.8
27132026-07-01T21:07:38.114Z Compiling parse-display-derive v0.10.0
27142026-07-01T21:07:38.247Z Checking waitgroup v0.1.2
27152026-07-01T21:07:38.260Z Checking rustls-pemfile v2.2.0
27162026-07-01T21:07:38.264Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-07-01T21:07:38.339Z Checking backon v1.6.0
27182026-07-01T21:07:38.354Z Checking serde_path_to_error v0.1.20
27192026-07-01T21:07:38.395Z Checking hostname v0.4.2
27202026-07-01T21:07:38.427Z Checking instant v0.1.13
27212026-07-01T21:07:38.518Z Checking backoff v0.4.0
27222026-07-01T21:07:38.521Z Checking progenitor-extras v0.2.0
27232026-07-01T21:07:38.655Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-07-01T21:07:38.687Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-07-01T21:07:38.699Z Checking itertools v0.14.0
27262026-07-01T21:07:38.724Z Checking regress v0.10.5
27272026-07-01T21:07:38.866Z Checking macaddr v1.0.1
27282026-07-01T21:07:39.064Z Checking humantime v2.3.0
27292026-07-01T21:07:39.771Z Compiling test-strategy v0.4.5
27302026-07-01T21:07:39.784Z Checking parse-display v0.10.0
27312026-07-01T21:07:40.280Z Compiling prettyplease v0.2.37
27322026-07-01T21:07:40.538Z Checking num-rational v0.4.2
27332026-07-01T21:07:40.793Z Checking num-complex v0.4.6
27342026-07-01T21:07:41.187Z Checking num v0.4.3
27352026-07-01T21:07:41.252Z Compiling usdt-macro v0.5.0
27362026-07-01T21:07:41.255Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-07-01T21:07:41.345Z Compiling usdt-attr-macro v0.5.0
27382026-07-01T21:07:41.395Z Checking memmap v0.7.0
27392026-07-01T21:07:41.526Z Compiling float-ord v0.3.2
27402026-07-01T21:07:41.624Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-07-01T21:07:41.744Z Compiling convert_case v0.4.0
27422026-07-01T21:07:41.807Z Checking unicode-width v0.2.0
27432026-07-01T21:07:41.986Z Checking newline-converter v0.3.0
27442026-07-01T21:07:42.080Z Checking console v0.15.11
27452026-07-01T21:07:42.098Z Compiling toml v0.8.23
27462026-07-01T21:07:42.143Z Compiling derive_more v0.99.20
27472026-07-01T21:07:42.158Z Checking usdt v0.5.0
27482026-07-01T21:07:42.322Z Compiling minimal-lexical v0.2.1
27492026-07-01T21:07:42.355Z Checking linked-hash-map v0.5.6
27502026-07-01T21:07:42.525Z Checking lru-cache v0.1.2
27512026-07-01T21:07:42.576Z Compiling nom v7.1.3
27522026-07-01T21:07:42.642Z Checking expectorate v1.2.0
27532026-07-01T21:07:43.003Z Checking camino-tempfile v1.4.1
27542026-07-01T21:07:43.094Z Checking hickory-proto v0.24.4
27552026-07-01T21:07:43.163Z Checking phf_shared v0.12.1
27562026-07-01T21:07:43.233Z Compiling slog-dtrace v0.3.0
27572026-07-01T21:07:43.303Z Checking resolv-conf v0.7.6
27582026-07-01T21:07:43.487Z Compiling chrono-tz v0.10.4
27592026-07-01T21:07:43.676Z Checking heck v0.5.0
27602026-07-01T21:07:43.780Z Compiling unicode-xid v0.2.6
27612026-07-01T21:07:43.866Z Checking phf v0.12.1
27622026-07-01T21:07:43.905Z Compiling const_format_proc_macros v0.2.34
27632026-07-01T21:07:43.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-07-01T21:07:44.006Z Checking tokio-dtrace v0.1.1
27652026-07-01T21:07:44.190Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-07-01T21:07:44.412Z Compiling derive-where v1.6.0
27672026-07-01T21:07:44.722Z Checking highway v1.3.0
27682026-07-01T21:07:44.738Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27692026-07-01T21:07:44.764Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27702026-07-01T21:07:44.890Z Checking hickory-resolver v0.24.4
27712026-07-01T21:07:44.934Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27722026-07-01T21:07:45.258Z Checking const_format v0.2.35
27732026-07-01T21:07:45.493Z Checking oxide-tokio-rt v0.1.4
27742026-07-01T21:07:45.738Z Checking qorb v0.4.1
27752026-07-01T21:07:45.884Z Checking gethostname v0.5.0
27762026-07-01T21:07:45.994Z Checking bcs v0.1.6
27772026-07-01T21:07:46.033Z Checking termtree v0.5.1
27782026-07-01T21:07:46.295Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27792026-07-01T21:07:46.418Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-07-01T21:07:46.511Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27812026-07-01T21:07:46.517Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27822026-07-01T21:07:49.455Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-07-01T21:07:51.840Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-07-01T21:07:53.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s
27852026-07-01T21:07:54.110Z
27862026-07-01T21:07:54.110Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299)
27872026-07-01T21:07:54.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-07-01T21:07:54.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-07-01T21:07:54.730Z Compiling ar_archive_writer v0.5.1
27902026-07-01T21:07:54.840Z Compiling stacker v0.1.23
27912026-07-01T21:07:54.849Z Compiling cfg_aliases v0.1.1
27922026-07-01T21:07:54.853Z Compiling convert_case v0.10.0
27932026-07-01T21:07:54.854Z Checking unicode-width v0.1.14
27942026-07-01T21:07:54.865Z Compiling proc-macro-error v1.0.4
27952026-07-01T21:07:54.877Z Checking fd-lock v4.0.4
27962026-07-01T21:07:54.877Z Checking nibble_vec v0.1.0
27972026-07-01T21:07:54.901Z Compiling nix v0.28.0
27982026-07-01T21:07:54.987Z Checking vte v0.14.1
27992026-07-01T21:07:55.003Z Compiling recursive-proc-macro-impl v0.1.1
28002026-07-01T21:07:55.108Z Checking endian-type v0.1.2
28012026-07-01T21:07:55.120Z Checking bytecount v0.6.9
28022026-07-01T21:07:55.134Z Checking strip-ansi-escapes v0.2.1
28032026-07-01T21:07:55.144Z Compiling derive_more-impl v2.1.1
28042026-07-01T21:07:55.154Z Compiling tabled_derive v0.7.0
28052026-07-01T21:07:55.210Z Checking papergrid v0.11.0
28062026-07-01T21:07:55.227Z Checking radix_trie v0.2.1
28072026-07-01T21:07:55.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-07-01T21:07:55.411Z Compiling peg-macros v0.8.5
28092026-07-01T21:07:55.422Z Compiling sqlparser_derive v0.5.0
28102026-07-01T21:07:55.648Z Compiling psm v0.1.30
28112026-07-01T21:07:55.788Z Checking winnow v0.6.26
28122026-07-01T21:07:55.865Z Checking unicode_categories v0.1.1
28132026-07-01T21:07:55.950Z Checking derive_more v2.1.1
28142026-07-01T21:07:55.960Z Checking home v0.5.12
28152026-07-01T21:07:56.021Z Checking nu-ansi-term v0.50.3
28162026-07-01T21:07:56.069Z Checking crossterm v0.29.0
28172026-07-01T21:07:56.121Z Checking tabled v0.15.0
28182026-07-01T21:07:56.190Z Checking display-error-chain v0.2.2
28192026-07-01T21:07:56.224Z Checking reedline v0.40.0
28202026-07-01T21:07:56.230Z Checking rustyline v14.0.0
28212026-07-01T21:07:56.416Z Checking recursive v0.1.1
28222026-07-01T21:07:56.506Z Checking sqlparser v0.61.0
28232026-07-01T21:07:56.665Z Checking peg v0.8.5
28242026-07-01T21:07:56.866Z Checking sqlformat v0.3.5
28252026-07-01T21:08:07.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
28262026-07-01T21:08:07.792Z
28272026-07-01T21:08:07.792Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299)
28282026-07-01T21:08:08.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-07-01T21:08:08.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-07-01T21:08:08.581Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-07-01T21:08:14.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28322026-07-01T21:08:14.663Z
28332026-07-01T21:08:14.663Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299)
28342026-07-01T21:08:14.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-07-01T21:08:14.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-07-01T21:08:14.663Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-07-01T21:08:15.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28382026-07-01T21:08:15.206Z
28392026-07-01T21:08:15.206Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299)
28402026-07-01T21:08:15.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-07-01T21:08:15.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-07-01T21:08:15.822Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-07-01T21:08:19.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28442026-07-01T21:08:19.207Z
28452026-07-01T21:08:19.207Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299)
28462026-07-01T21:08:19.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-01T21:08:19.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-01T21:08:19.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-01T21:08:23.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28502026-07-01T21:08:23.252Z
28512026-07-01T21:08:23.252Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299)
28522026-07-01T21:08:23.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-01T21:08:23.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-01T21:08:23.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-01T21:08:26.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28562026-07-01T21:08:26.588Z
28572026-07-01T21:08:26.588Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299)
28582026-07-01T21:08:27.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-01T21:08:27.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-01T21:08:27.207Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-01T21:08:29.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28622026-07-01T21:08:29.982Z
28632026-07-01T21:08:29.982Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299)
28642026-07-01T21:08:30.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-01T21:08:30.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-01T21:08:30.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-01T21:08:33.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28682026-07-01T21:08:34.174Z
28692026-07-01T21:08:34.174Zinfo: running `cargo check --bins` on oximeter (93/299)
28702026-07-01T21:08:34.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-01T21:08:34.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-01T21:08:34.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-07-01T21:08:34.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28742026-07-01T21:08:34.705Z
28752026-07-01T21:08:34.706Zinfo: running `cargo check --bins` on oximeter-schema (94/299)
28762026-07-01T21:08:35.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-01T21:08:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-01T21:08:35.291Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-07-01T21:08:35.449Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-07-01T21:08:35.453Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-07-01T21:08:35.799Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-07-01T21:08:38.300Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-07-01T21:08:39.520Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-07-01T21:08:39.721Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-07-01T21:08:40.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
28862026-07-01T21:08:40.530Z
28872026-07-01T21:08:40.530Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/299)
28882026-07-01T21:08:40.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-01T21:08:40.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-01T21:08:40.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-01T21:08:40.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28922026-07-01T21:08:41.066Z
28932026-07-01T21:08:41.067Zinfo: running `cargo check --bins` on oximeter-test-utils (96/299)
28942026-07-01T21:08:41.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-01T21:08:41.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-01T21:08:41.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-07-01T21:08:41.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28982026-07-01T21:08:41.640Z
28992026-07-01T21:08:41.640Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299)
29002026-07-01T21:08:42.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-01T21:08:42.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-01T21:08:42.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-07-01T21:08:42.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29042026-07-01T21:08:42.188Z
29052026-07-01T21:08:42.188Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299)
29062026-07-01T21:08:42.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-01T21:08:42.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-01T21:08:42.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-01T21:08:42.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29102026-07-01T21:08:42.732Z
29112026-07-01T21:08:42.732Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299)
29122026-07-01T21:08:43.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-01T21:08:43.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-01T21:08:43.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-01T21:08:43.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29162026-07-01T21:08:43.281Z
29172026-07-01T21:08:43.281Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299)
29182026-07-01T21:08:43.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-01T21:08:43.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-01T21:08:43.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-01T21:08:43.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29222026-07-01T21:08:43.824Z
29232026-07-01T21:08:43.824Zinfo: running `cargo check --bins` on trust-quorum-types (101/299)
29242026-07-01T21:08:44.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-01T21:08:44.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-01T21:08:44.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-01T21:08:44.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29282026-07-01T21:08:44.364Z
29292026-07-01T21:08:44.364Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/299)
29302026-07-01T21:08:44.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-01T21:08:44.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-01T21:08:44.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-01T21:08:44.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29342026-07-01T21:08:44.897Z
29352026-07-01T21:08:44.897Zinfo: running `cargo check --bins` on update-engine (103/299)
29362026-07-01T21:08:45.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-01T21:08:45.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-01T21:08:45.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-01T21:08:45.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29402026-07-01T21:08:45.451Z
29412026-07-01T21:08:45.451Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/299)
29422026-07-01T21:08:45.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-01T21:08:45.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-01T21:08:46.091Z Compiling crucible-workspace-hack v0.1.0
29452026-07-01T21:08:46.206Z Checking secrecy v0.10.3
29462026-07-01T21:08:46.213Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-07-01T21:08:46.216Z Compiling heapless v0.8.0
29482026-07-01T21:08:46.225Z Compiling ingot-macros v0.1.1
29492026-07-01T21:08:46.232Z Checking hash32 v0.3.1
29502026-07-01T21:08:46.235Z Checking inout v0.1.4
29512026-07-01T21:08:46.254Z Compiling smoltcp v0.11.0
29522026-07-01T21:08:46.302Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29532026-07-01T21:08:46.354Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-07-01T21:08:46.358Z Checking cipher v0.4.4
29552026-07-01T21:08:46.428Z Checking cobs v0.3.0
29562026-07-01T21:08:46.458Z Checking universal-hash v0.5.1
29572026-07-01T21:08:46.531Z Compiling thiserror-impl-no-std v2.0.2
29582026-07-01T21:08:46.543Z Checking half v2.7.1
29592026-07-01T21:08:46.563Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29602026-07-01T21:08:46.576Z Checking opaque-debug v0.3.1
29612026-07-01T21:08:46.613Z Checking ciborium-io v0.2.2
29622026-07-01T21:08:46.641Z Checking poly1305 v0.8.0
29632026-07-01T21:08:46.698Z Checking postcard v1.1.3
29642026-07-01T21:08:46.777Z Checking chacha20 v0.9.1
29652026-07-01T21:08:46.797Z Checking ciborium-ll v0.2.2
29662026-07-01T21:08:46.910Z Compiling proc-macro-crate v3.4.0
29672026-07-01T21:08:46.965Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29682026-07-01T21:08:46.981Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-07-01T21:08:47.025Z Checking password-hash v0.5.0
29702026-07-01T21:08:47.250Z Checking blake2 v0.10.6
29712026-07-01T21:08:47.277Z Compiling proc-macro-crate v1.3.1
29722026-07-01T21:08:47.396Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29732026-07-01T21:08:47.413Z Checking aead v0.5.2
29742026-07-01T21:08:47.466Z Compiling num_enum_derive v0.7.6
29752026-07-01T21:08:47.482Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29762026-07-01T21:08:47.552Z Compiling foreign-types-macros v0.2.3
29772026-07-01T21:08:47.633Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29782026-07-01T21:08:47.681Z Checking foreign-types-shared v0.3.1
29792026-07-01T21:08:47.692Z Compiling num_enum_derive v0.5.11
29802026-07-01T21:08:47.715Z Checking thiserror-no-std v2.0.2
29812026-07-01T21:08:47.767Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29822026-07-01T21:08:47.801Z Checking vsss-rs v3.3.4
29832026-07-01T21:08:47.873Z Checking chacha20poly1305 v0.10.1
29842026-07-01T21:08:47.999Z Checking argon2 v0.5.3
29852026-07-01T21:08:48.145Z Checking foreign-types v0.5.0
29862026-07-01T21:08:48.212Z Checking ciborium v0.2.2
29872026-07-01T21:08:48.340Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-07-01T21:08:48.433Z Checking tabwriter v1.4.1
29892026-07-01T21:08:48.505Z Checking num_enum v0.7.6
29902026-07-01T21:08:48.578Z Checking byte-wrapper v0.1.0
29912026-07-01T21:08:48.620Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-07-01T21:08:48.620Z Checking cstr-argument v0.1.2
29932026-07-01T21:08:48.647Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29942026-07-01T21:08:48.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-07-01T21:08:48.750Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-07-01T21:08:48.780Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-07-01T21:08:48.894Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-07-01T21:08:48.920Z Checking num_enum v0.5.11
29992026-07-01T21:08:48.937Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-07-01T21:08:49.031Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-07-01T21:08:49.045Z Checking ingot-types v0.1.2
30022026-07-01T21:08:49.057Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-07-01T21:08:49.096Z Checking rand v0.10.1
30042026-07-01T21:08:49.109Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-07-01T21:08:49.156Z Checking colored v3.1.1
30062026-07-01T21:08:49.193Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30072026-07-01T21:08:49.224Z Checking indent_write v2.2.0
30082026-07-01T21:08:49.286Z Compiling zone_cfg_derive v0.3.1
30092026-07-01T21:08:49.347Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-07-01T21:08:49.363Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30112026-07-01T21:08:49.391Z Checking ingot v0.1.1
30122026-07-01T21:08:49.405Z Checking itertools v0.12.1
30132026-07-01T21:08:49.439Z Compiling num-derive v0.4.2
30142026-07-01T21:08:49.517Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-07-01T21:08:49.533Z Checking swrite v0.1.0
30162026-07-01T21:08:49.617Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-07-01T21:08:49.730Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30182026-07-01T21:08:49.883Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-07-01T21:08:49.924Z Checking dropshot-api-manager-types v0.7.2
30202026-07-01T21:08:49.937Z Checking smf v0.2.3
30212026-07-01T21:08:49.991Z Checking nanorand v0.7.0
30222026-07-01T21:08:50.007Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-07-01T21:08:50.086Z Checking whoami v1.6.1
30242026-07-01T21:08:50.163Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-07-01T21:08:50.179Z Checking flume v0.11.1
30262026-07-01T21:08:50.363Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30272026-07-01T21:08:50.406Z Checking zone v0.3.1
30282026-07-01T21:08:50.919Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30292026-07-01T21:08:51.868Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30302026-07-01T21:08:52.759Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30312026-07-01T21:08:56.207Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-07-01T21:08:58.252Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-07-01T21:08:59.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
30342026-07-01T21:08:59.490Z
30352026-07-01T21:08:59.491Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/299)
30362026-07-01T21:08:59.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-07-01T21:08:59.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-07-01T21:08:59.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-07-01T21:08:59.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30402026-07-01T21:09:00.029Z
30412026-07-01T21:09:00.029Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/299)
30422026-07-01T21:09:00.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-07-01T21:09:00.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-07-01T21:09:00.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-07-01T21:09:00.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30462026-07-01T21:09:00.543Z
30472026-07-01T21:09:00.543Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/299)
30482026-07-01T21:09:00.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-01T21:09:01.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-01T21:09:01.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-01T21:09:01.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30522026-07-01T21:09:01.081Z
30532026-07-01T21:09:01.081Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299)
30542026-07-01T21:09:01.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-01T21:09:01.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-01T21:09:01.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-01T21:09:01.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-01T21:09:01.622Z
30592026-07-01T21:09:01.622Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299)
30602026-07-01T21:09:02.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-01T21:09:02.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-01T21:09:02.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-01T21:09:02.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30642026-07-01T21:09:02.151Z
30652026-07-01T21:09:02.151Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/299)
30662026-07-01T21:09:02.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-01T21:09:02.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-01T21:09:02.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-01T21:09:02.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30702026-07-01T21:09:02.689Z
30712026-07-01T21:09:02.689Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/299)
30722026-07-01T21:09:03.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-01T21:09:03.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-01T21:09:03.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-01T21:09:03.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-07-01T21:09:03.237Z
30772026-07-01T21:09:03.237Zinfo: running `cargo check --bins` on cockroach-admin-client (112/299)
30782026-07-01T21:09:03.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-01T21:09:03.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-01T21:09:03.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-01T21:09:03.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30822026-07-01T21:09:03.738Z
30832026-07-01T21:09:03.738Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/299)
30842026-07-01T21:09:04.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-01T21:09:04.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-01T21:09:04.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-01T21:09:04.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-01T21:09:04.273Z
30892026-07-01T21:09:04.273Zinfo: running `cargo check --bins` on dns-service-client (114/299)
30902026-07-01T21:09:04.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-01T21:09:04.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-01T21:09:04.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-01T21:09:04.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30942026-07-01T21:09:04.809Z
30952026-07-01T21:09:04.809Zinfo: running `cargo check --bins` on installinator-client (115/299)
30962026-07-01T21:09:05.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-01T21:09:05.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-01T21:09:05.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-01T21:09:05.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31002026-07-01T21:09:05.336Z
31012026-07-01T21:09:05.336Zinfo: running `cargo check --bins` on nexus-client (116/299)
31022026-07-01T21:09:05.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-01T21:09:05.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-01T21:09:05.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-01T21:09:05.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31062026-07-01T21:09:05.898Z
31072026-07-01T21:09:05.898Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/299)
31082026-07-01T21:09:06.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-01T21:09:06.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-01T21:09:06.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-01T21:09:06.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31122026-07-01T21:09:06.464Z
31132026-07-01T21:09:06.464Zinfo: running `cargo check --bins` on ntp-admin-client (118/299)
31142026-07-01T21:09:06.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-01T21:09:06.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-01T21:09:06.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-01T21:09:06.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31182026-07-01T21:09:06.984Z
31192026-07-01T21:09:06.984Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/299)
31202026-07-01T21:09:07.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-01T21:09:07.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-01T21:09:07.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-01T21:09:07.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31242026-07-01T21:09:07.506Z
31252026-07-01T21:09:07.506Zinfo: running `cargo check --bins` on oxide-client (120/299)
31262026-07-01T21:09:07.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-01T21:09:07.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-01T21:09:07.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-01T21:09:07.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-01T21:09:08.029Z
31312026-07-01T21:09:08.029Zinfo: running `cargo check --bins` on oximeter-client (121/299)
31322026-07-01T21:09:08.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-01T21:09:08.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-01T21:09:08.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-01T21:09:08.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31362026-07-01T21:09:08.564Z
31372026-07-01T21:09:08.565Zinfo: running `cargo check --bins` on repo-depot-client (122/299)
31382026-07-01T21:09:09.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-01T21:09:09.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-01T21:09:09.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-01T21:09:09.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31422026-07-01T21:09:09.085Z
31432026-07-01T21:09:09.085Zinfo: running `cargo check --bins` on sled-agent-client (123/299)
31442026-07-01T21:09:09.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-01T21:09:09.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-01T21:09:09.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-01T21:09:09.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31482026-07-01T21:09:09.622Z
31492026-07-01T21:09:09.622Zinfo: running `cargo check --bins` on wicketd-client (124/299)
31502026-07-01T21:09:10.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-01T21:09:10.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-01T21:09:10.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-01T21:09:10.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31542026-07-01T21:09:10.186Z
31552026-07-01T21:09:10.187Zinfo: running `cargo check --bins` on installinator-common (125/299)
31562026-07-01T21:09:10.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-01T21:09:10.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-01T21:09:10.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-01T21:09:10.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31602026-07-01T21:09:10.732Z
31612026-07-01T21:09:10.732Zinfo: running `cargo check --bins` on installinator-common-versions (126/299)
31622026-07-01T21:09:11.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-01T21:09:11.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-01T21:09:11.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-01T21:09:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31662026-07-01T21:09:11.256Z
31672026-07-01T21:09:11.256Zinfo: running `cargo check --bins` on wicket-common (127/299)
31682026-07-01T21:09:11.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-01T21:09:11.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-01T21:09:11.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-01T21:09:11.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31722026-07-01T21:09:11.803Z
31732026-07-01T21:09:11.803Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/299)
31742026-07-01T21:09:12.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-01T21:09:12.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-01T21:09:12.442Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-07-01T21:09:12.556Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-07-01T21:09:12.561Z Checking csv-core v0.1.13
31792026-07-01T21:09:12.566Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-07-01T21:09:12.572Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-07-01T21:09:12.572Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-07-01T21:09:12.589Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-07-01T21:09:12.600Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-07-01T21:09:12.708Z Checking csv v1.4.0
31852026-07-01T21:09:12.742Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-07-01T21:09:12.756Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-07-01T21:09:12.778Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-07-01T21:09:12.806Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-07-01T21:09:13.046Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-07-01T21:09:13.420Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-07-01T21:09:13.420Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31922026-07-01T21:09:13.758Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-07-01T21:09:19.759Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-07-01T21:09:20.286Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-07-01T21:09:22.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
31962026-07-01T21:09:26.673Z
31972026-07-01T21:09:26.675Zinfo: running `cargo check --bins` on cockroach-admin-api (129/299)
31982026-07-01T21:09:26.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-07-01T21:09:26.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-07-01T21:09:26.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-07-01T21:09:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32022026-07-01T21:09:26.675Z
32032026-07-01T21:09:26.675Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299)
32042026-07-01T21:09:26.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-01T21:09:26.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-01T21:09:26.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-01T21:09:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-07-01T21:09:26.675Z
32092026-07-01T21:09:26.675Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299)
32102026-07-01T21:09:26.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-01T21:09:26.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-01T21:09:26.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-01T21:09:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32142026-07-01T21:09:26.675Z
32152026-07-01T21:09:26.675Zinfo: running `cargo check --bins` on gateway-test-utils (132/299)
32162026-07-01T21:09:26.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-01T21:09:26.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-01T21:09:26.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-01T21:09:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32202026-07-01T21:09:26.793Z
32212026-07-01T21:09:26.793Zinfo: running `cargo check --bins` on omicron-gateway (133/299)
32222026-07-01T21:09:26.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-01T21:09:26.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-01T21:09:26.793Z Compiling regress v0.11.1
32252026-07-01T21:09:26.793Z Compiling unsafe-libyaml v0.2.11
32262026-07-01T21:09:26.793Z Compiling radium v0.7.0
32272026-07-01T21:09:26.793Z Compiling semver v0.1.20
32282026-07-01T21:09:26.793Z Checking nom v8.0.0
32292026-07-01T21:09:26.794Z Checking tap v1.0.1
32302026-07-01T21:09:26.794Z Compiling maybe-uninit v2.0.0
32312026-07-01T21:09:26.794Z Checking wyz v0.5.1
32322026-07-01T21:09:26.794Z Compiling rustc_version v0.1.7
32332026-07-01T21:09:26.794Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-07-01T21:09:26.794Z Compiling zerocopy-derive v0.6.6
32352026-07-01T21:09:26.794Z Checking funty v2.0.0
32362026-07-01T21:09:26.794Z Compiling newtype_derive v0.1.6
32372026-07-01T21:09:26.794Z Compiling serde_yaml v0.9.34+deprecated
32382026-07-01T21:09:26.819Z Checking crc-catalog v2.4.0
32392026-07-01T21:09:26.820Z Compiling owo-colors v4.3.0
32402026-07-01T21:09:26.826Z Compiling packed_struct v0.10.1
32412026-07-01T21:09:27.076Z Compiling cancel-safe-futures v0.1.5
32422026-07-01T21:09:27.165Z Checking crc v3.4.0
32432026-07-01T21:09:27.218Z Checking zerocopy v0.6.6
32442026-07-01T21:09:27.315Z Checking bitvec v1.0.1
32452026-07-01T21:09:27.449Z Checking typify-impl v0.6.2
32462026-07-01T21:09:27.505Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-07-01T21:09:27.789Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-07-01T21:09:27.987Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32492026-07-01T21:09:28.023Z Compiling packed_struct_codegen v0.10.1
32502026-07-01T21:09:28.115Z Checking libsw-core v0.3.2
32512026-07-01T21:09:28.132Z Compiling bitfield-macros v0.19.4
32522026-07-01T21:09:28.259Z Compiling indexmap v1.9.3
32532026-07-01T21:09:28.471Z Checking nodrop v0.1.14
32542026-07-01T21:09:28.564Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32552026-07-01T21:09:28.602Z Checking array-init v0.0.4
32562026-07-01T21:09:28.636Z Checking libsw v3.5.0
32572026-07-01T21:09:28.652Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-07-01T21:09:28.789Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-07-01T21:09:28.860Z Checking bitfield v0.19.4
32602026-07-01T21:09:28.895Z Checking smallvec v0.6.14
32612026-07-01T21:09:28.962Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-07-01T21:09:29.137Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-07-01T21:09:29.156Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32642026-07-01T21:09:29.256Z Checking base64 v0.21.7
32652026-07-01T21:09:29.322Z Checking linear-map v1.2.0
32662026-07-01T21:09:29.384Z Checking hashbrown v0.12.3
32672026-07-01T21:09:29.489Z Checking unicode-linebreak v0.1.5
32682026-07-01T21:09:29.492Z Checking smawk v0.3.2
32692026-07-01T21:09:29.619Z Checking tagptr v0.2.0
32702026-07-01T21:09:29.633Z Checking ron v0.8.1
32712026-07-01T21:09:29.669Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-07-01T21:09:29.714Z Checking textwrap v0.16.2
32732026-07-01T21:09:29.755Z Checking moka v0.12.13
32742026-07-01T21:09:29.921Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-07-01T21:09:30.093Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32762026-07-01T21:09:30.114Z Checking steno v0.4.1
32772026-07-01T21:09:30.139Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32782026-07-01T21:09:30.153Z Checking serde-hex v0.1.0
32792026-07-01T21:09:30.398Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-07-01T21:09:30.556Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-07-01T21:09:30.889Z Checking hashbrown v0.13.2
32822026-07-01T21:09:30.954Z Checking crc-any v2.5.0
32832026-07-01T21:09:31.101Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-07-01T21:09:31.132Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-07-01T21:09:31.146Z Checking hickory-resolver v0.25.2
32862026-07-01T21:09:31.293Z Checking sha1 v0.10.6
32872026-07-01T21:09:31.320Z Checking object v0.30.4
32882026-07-01T21:09:31.338Z Checking utf-8 v0.7.6
32892026-07-01T21:09:31.456Z Checking half v1.8.3
32902026-07-01T21:09:31.470Z Checking void v1.0.2
32912026-07-01T21:09:31.574Z Checking path-slash v0.1.5
32922026-07-01T21:09:31.629Z Checking lzss v0.8.2
32932026-07-01T21:09:31.653Z Checking serde_cbor v0.11.2
32942026-07-01T21:09:31.680Z Checking tungstenite v0.23.0
32952026-07-01T21:09:31.881Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-07-01T21:09:31.935Z Compiling typify-macro v0.6.2
32972026-07-01T21:09:31.970Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32982026-07-01T21:09:31.990Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32992026-07-01T21:09:32.064Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-07-01T21:09:32.088Z Checking nix v0.27.1
33012026-07-01T21:09:32.092Z Checking kstat-rs v0.2.4
33022026-07-01T21:09:32.123Z Checking fxhash v0.2.1
33032026-07-01T21:09:32.240Z Checking serde_bytes v0.11.19
33042026-07-01T21:09:32.285Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33052026-07-01T21:09:32.300Z Checking tokio-tungstenite v0.23.1
33062026-07-01T21:09:32.305Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072026-07-01T21:09:32.420Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-07-01T21:09:32.570Z Checking signal-hook-tokio v0.3.1
33092026-07-01T21:09:33.157Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33102026-07-01T21:09:33.390Z Compiling typify v0.6.2
33112026-07-01T21:09:33.468Z Compiling progenitor-impl v0.14.0
33122026-07-01T21:09:34.392Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33132026-07-01T21:09:34.422Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33142026-07-01T21:09:34.875Z Compiling progenitor-macro v0.14.0
33152026-07-01T21:09:37.149Z Checking progenitor v0.14.0
33162026-07-01T21:09:37.259Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33172026-07-01T21:09:37.262Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33182026-07-01T21:09:39.889Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-07-01T21:09:48.053Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-07-01T21:09:54.571Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33212026-07-01T21:09:55.934Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33222026-07-01T21:09:56.421Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33232026-07-01T21:09:58.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.33s
33242026-07-01T21:09:58.662Z
33252026-07-01T21:09:58.662Zinfo: running `cargo check --bins` on gateway-api (134/299)
33262026-07-01T21:09:59.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-07-01T21:09:59.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-07-01T21:09:59.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-07-01T21:09:59.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33302026-07-01T21:09:59.192Z
33312026-07-01T21:09:59.192Zinfo: running `cargo check --bins` on ipcc (135/299)
33322026-07-01T21:09:59.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-07-01T21:09:59.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-07-01T21:09:59.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-07-01T21:09:59.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33362026-07-01T21:09:59.724Z
33372026-07-01T21:09:59.724Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299)
33382026-07-01T21:10:00.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-07-01T21:10:00.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-07-01T21:10:00.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-07-01T21:10:00.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33422026-07-01T21:10:00.241Z
33432026-07-01T21:10:00.241Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299)
33442026-07-01T21:10:00.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-01T21:10:00.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-01T21:10:00.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-01T21:10:00.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33482026-07-01T21:10:00.784Z
33492026-07-01T21:10:00.784Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299)
33502026-07-01T21:10:01.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-01T21:10:01.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-01T21:10:01.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-01T21:10:01.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33542026-07-01T21:10:01.317Z
33552026-07-01T21:10:01.318Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299)
33562026-07-01T21:10:01.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-01T21:10:01.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-01T21:10:01.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-01T21:10:01.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-07-01T21:10:01.846Z
33612026-07-01T21:10:01.846Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299)
33622026-07-01T21:10:02.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-01T21:10:02.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-01T21:10:02.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-01T21:10:02.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33662026-07-01T21:10:02.379Z
33672026-07-01T21:10:02.379Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299)
33682026-07-01T21:10:02.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-01T21:10:02.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-01T21:10:02.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-01T21:10:02.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33722026-07-01T21:10:02.929Z
33732026-07-01T21:10:02.929Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299)
33742026-07-01T21:10:03.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-01T21:10:03.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-01T21:10:03.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-01T21:10:03.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-01T21:10:03.463Z
33792026-07-01T21:10:03.463Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299)
33802026-07-01T21:10:03.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-01T21:10:03.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-01T21:10:03.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-01T21:10:03.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33842026-07-01T21:10:03.997Z
33852026-07-01T21:10:03.997Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299)
33862026-07-01T21:10:04.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-01T21:10:04.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-01T21:10:04.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-01T21:10:04.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33902026-07-01T21:10:04.530Z
33912026-07-01T21:10:04.530Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299)
33922026-07-01T21:10:04.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-01T21:10:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-01T21:10:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-01T21:10:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33962026-07-01T21:10:05.066Z
33972026-07-01T21:10:05.066Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299)
33982026-07-01T21:10:05.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-01T21:10:05.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-01T21:10:05.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-01T21:10:05.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34022026-07-01T21:10:05.588Z
34032026-07-01T21:10:05.588Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299)
34042026-07-01T21:10:06.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-01T21:10:06.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-01T21:10:06.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-01T21:10:06.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34082026-07-01T21:10:06.120Z
34092026-07-01T21:10:06.120Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299)
34102026-07-01T21:10:06.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-01T21:10:06.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-01T21:10:06.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-01T21:10:06.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34142026-07-01T21:10:06.676Z
34152026-07-01T21:10:06.676Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299)
34162026-07-01T21:10:07.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-01T21:10:07.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-01T21:10:07.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-01T21:10:07.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34202026-07-01T21:10:07.224Z
34212026-07-01T21:10:07.225Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299)
34222026-07-01T21:10:07.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-01T21:10:07.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-01T21:10:07.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-01T21:10:07.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34262026-07-01T21:10:07.771Z
34272026-07-01T21:10:07.771Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299)
34282026-07-01T21:10:08.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-01T21:10:08.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-01T21:10:08.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-01T21:10:08.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34322026-07-01T21:10:08.317Z
34332026-07-01T21:10:08.317Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299)
34342026-07-01T21:10:08.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-01T21:10:08.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-01T21:10:08.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-01T21:10:08.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34382026-07-01T21:10:08.974Z
34392026-07-01T21:10:08.974Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299)
34402026-07-01T21:10:09.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-01T21:10:09.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-01T21:10:09.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-01T21:10:09.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34442026-07-01T21:10:09.419Z
34452026-07-01T21:10:09.419Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299)
34462026-07-01T21:10:09.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-01T21:10:09.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-01T21:10:09.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-01T21:10:09.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34502026-07-01T21:10:09.972Z
34512026-07-01T21:10:09.972Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299)
34522026-07-01T21:10:10.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-01T21:10:10.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-01T21:10:10.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-01T21:10:10.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34562026-07-01T21:10:10.518Z
34572026-07-01T21:10:10.518Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299)
34582026-07-01T21:10:10.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-01T21:10:10.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-01T21:10:10.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-01T21:10:10.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34622026-07-01T21:10:11.066Z
34632026-07-01T21:10:11.066Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299)
34642026-07-01T21:10:11.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-01T21:10:11.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-01T21:10:11.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-01T21:10:11.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34682026-07-01T21:10:11.633Z
34692026-07-01T21:10:11.633Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299)
34702026-07-01T21:10:12.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-01T21:10:12.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-01T21:10:12.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-01T21:10:12.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34742026-07-01T21:10:12.130Z
34752026-07-01T21:10:12.130Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299)
34762026-07-01T21:10:12.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-01T21:10:12.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-01T21:10:12.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-01T21:10:12.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34802026-07-01T21:10:12.658Z
34812026-07-01T21:10:12.658Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299)
34822026-07-01T21:10:13.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-01T21:10:13.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-01T21:10:13.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-01T21:10:13.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34862026-07-01T21:10:13.193Z
34872026-07-01T21:10:13.193Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299)
34882026-07-01T21:10:13.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-01T21:10:13.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-01T21:10:13.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-01T21:10:13.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34922026-07-01T21:10:13.724Z
34932026-07-01T21:10:13.724Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299)
34942026-07-01T21:10:14.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-01T21:10:14.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-01T21:10:14.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-01T21:10:14.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34982026-07-01T21:10:14.257Z
34992026-07-01T21:10:14.257Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299)
35002026-07-01T21:10:14.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-01T21:10:14.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-01T21:10:14.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-01T21:10:14.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35042026-07-01T21:10:14.783Z
35052026-07-01T21:10:14.783Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299)
35062026-07-01T21:10:15.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-01T21:10:15.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-01T21:10:15.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-01T21:10:15.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35102026-07-01T21:10:15.313Z
35112026-07-01T21:10:15.313Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299)
35122026-07-01T21:10:15.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-01T21:10:15.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-01T21:10:15.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-01T21:10:15.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35162026-07-01T21:10:15.850Z
35172026-07-01T21:10:15.850Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299)
35182026-07-01T21:10:16.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-01T21:10:16.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-01T21:10:16.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-01T21:10:16.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35222026-07-01T21:10:16.393Z
35232026-07-01T21:10:16.393Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299)
35242026-07-01T21:10:16.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-01T21:10:16.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-01T21:10:16.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-01T21:10:16.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35282026-07-01T21:10:16.941Z
35292026-07-01T21:10:16.941Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299)
35302026-07-01T21:10:17.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-01T21:10:17.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-01T21:10:17.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-01T21:10:17.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35342026-07-01T21:10:17.489Z
35352026-07-01T21:10:17.489Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299)
35362026-07-01T21:10:17.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-01T21:10:17.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-01T21:10:17.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-01T21:10:17.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35402026-07-01T21:10:18.038Z
35412026-07-01T21:10:18.038Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299)
35422026-07-01T21:10:18.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-01T21:10:18.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-01T21:10:18.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-01T21:10:18.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35462026-07-01T21:10:18.589Z
35472026-07-01T21:10:18.589Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299)
35482026-07-01T21:10:19.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-01T21:10:19.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-01T21:10:19.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-01T21:10:19.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35522026-07-01T21:10:19.143Z
35532026-07-01T21:10:19.143Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299)
35542026-07-01T21:10:19.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-01T21:10:19.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-01T21:10:19.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-01T21:10:19.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35582026-07-01T21:10:19.690Z
35592026-07-01T21:10:19.690Zinfo: running `cargo check --bins` on oximeter-producer (173/299)
35602026-07-01T21:10:20.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-01T21:10:20.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-01T21:10:20.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-01T21:10:20.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-01T21:10:20.259Z
35652026-07-01T21:10:20.259Zinfo: running `cargo check --bins` on internal-dns-resolver (174/299)
35662026-07-01T21:10:20.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-01T21:10:20.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-01T21:10:20.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-01T21:10:20.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35702026-07-01T21:10:20.793Z
35712026-07-01T21:10:20.793Zinfo: running `cargo check --bins` on dns-server (175/299)
35722026-07-01T21:10:21.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-01T21:10:21.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-01T21:10:21.385Z Compiling parking_lot_core v0.8.6
35752026-07-01T21:10:21.388Z Compiling git-stub v1.0.0
35762026-07-01T21:10:21.388Z Checking prefix-trie v0.7.0
35772026-07-01T21:10:21.388Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35782026-07-01T21:10:21.611Z Compiling git-stub-vcs v0.1.0
35792026-07-01T21:10:21.772Z Checking hickory-server v0.25.2
35802026-07-01T21:10:21.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35812026-07-01T21:10:21.900Z Checking parking_lot v0.11.2
35822026-07-01T21:10:21.950Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35832026-07-01T21:10:21.953Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35842026-07-01T21:10:22.062Z Checking sled v0.34.7
35852026-07-01T21:10:23.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
35862026-07-01T21:10:24.082Z
35872026-07-01T21:10:24.082Zinfo: running `cargo check --bins` on dns-server-api (176/299)
35882026-07-01T21:10:24.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-07-01T21:10:24.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-07-01T21:10:24.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-07-01T21:10:24.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35922026-07-01T21:10:24.611Z
35932026-07-01T21:10:24.611Zinfo: running `cargo check --bins` on oximeter-producer-api (177/299)
35942026-07-01T21:10:25.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-07-01T21:10:25.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-07-01T21:10:25.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-07-01T21:10:25.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35982026-07-01T21:10:25.144Z
35992026-07-01T21:10:25.144Zinfo: running `cargo check --bins` on sp-sim (178/299)
36002026-07-01T21:10:25.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-07-01T21:10:25.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-07-01T21:10:25.804Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36032026-07-01T21:10:27.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36042026-07-01T21:10:27.722Z
36052026-07-01T21:10:27.722Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299)
36062026-07-01T21:10:28.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-01T21:10:28.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-01T21:10:28.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-01T21:10:28.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36102026-07-01T21:10:28.302Z
36112026-07-01T21:10:28.302Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299)
36122026-07-01T21:10:28.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-01T21:10:28.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-01T21:10:28.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-01T21:10:28.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36162026-07-01T21:10:28.879Z
36172026-07-01T21:10:28.879Zinfo: running `cargo check --bins` on db-macros (181/299)
36182026-07-01T21:10:29.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-01T21:10:29.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-01T21:10:29.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-07-01T21:10:29.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36222026-07-01T21:10:29.395Z
36232026-07-01T21:10:29.396Zinfo: running `cargo check --bins` on nexus-macros-common (182/299)
36242026-07-01T21:10:29.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-01T21:10:29.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-01T21:10:29.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-01T21:10:29.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36282026-07-01T21:10:29.906Z
36292026-07-01T21:10:29.907Zinfo: running `cargo check --bins` on nexus-auth (183/299)
36302026-07-01T21:10:30.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-01T21:10:30.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-01T21:10:30.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-01T21:10:30.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36342026-07-01T21:10:30.487Z
36352026-07-01T21:10:30.487Zinfo: running `cargo check --bins` on authz-macros (184/299)
36362026-07-01T21:10:30.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-01T21:10:30.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-01T21:10:30.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-01T21:10:30.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36402026-07-01T21:10:30.998Z
36412026-07-01T21:10:30.998Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/299)
36422026-07-01T21:10:31.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-01T21:10:31.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-01T21:10:31.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-01T21:10:31.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36462026-07-01T21:10:31.568Z
36472026-07-01T21:10:31.568Zinfo: running `cargo check --bins` on nexus-db-model (186/299)
36482026-07-01T21:10:32.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-01T21:10:32.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-01T21:10:32.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-01T21:10:32.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36522026-07-01T21:10:32.139Z
36532026-07-01T21:10:32.139Zinfo: running `cargo check --bins` on nexus-db-schema (187/299)
36542026-07-01T21:10:32.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-01T21:10:32.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-01T21:10:32.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-01T21:10:32.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36582026-07-01T21:10:32.655Z
36592026-07-01T21:10:32.655Zinfo: running `cargo check --bins` on omicron-rpaths (188/299)
36602026-07-01T21:10:33.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-01T21:10:33.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-01T21:10:33.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-01T21:10:33.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36642026-07-01T21:10:33.165Z
36652026-07-01T21:10:33.166Zinfo: running `cargo check --bins` on nexus-defaults (189/299)
36662026-07-01T21:10:33.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-01T21:10:33.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-01T21:10:33.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-01T21:10:33.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36702026-07-01T21:10:33.692Z
36712026-07-01T21:10:33.692Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/299)
36722026-07-01T21:10:34.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-01T21:10:34.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-01T21:10:34.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-01T21:10:34.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36762026-07-01T21:10:34.210Z
36772026-07-01T21:10:34.210Zinfo: running `cargo check --bins` on parallel-task-set (191/299)
36782026-07-01T21:10:34.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-01T21:10:34.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-01T21:10:34.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-01T21:10:34.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36822026-07-01T21:10:34.718Z
36832026-07-01T21:10:34.719Zinfo: running `cargo check --bins` on omicron-git-version (192/299)
36842026-07-01T21:10:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-01T21:10:35.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-01T21:10:35.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-01T21:10:35.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36882026-07-01T21:10:35.232Z
36892026-07-01T21:10:35.232Zinfo: running `cargo check --bins` on nexus-db-errors (193/299)
36902026-07-01T21:10:35.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-01T21:10:35.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-01T21:10:35.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-01T21:10:35.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36942026-07-01T21:10:35.814Z
36952026-07-01T21:10:35.815Zinfo: running `cargo check --bins` on nexus-db-lookup (194/299)
36962026-07-01T21:10:36.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-01T21:10:36.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-01T21:10:36.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-01T21:10:36.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37002026-07-01T21:10:36.401Z
37012026-07-01T21:10:36.401Zinfo: running `cargo check --bins` on nexus-inventory (195/299)
37022026-07-01T21:10:36.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-01T21:10:36.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-01T21:10:36.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-01T21:10:36.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37062026-07-01T21:10:36.976Z
37072026-07-01T21:10:36.976Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299)
37082026-07-01T21:10:37.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-01T21:10:37.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-01T21:10:37.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-01T21:10:37.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37122026-07-01T21:10:37.534Z
37132026-07-01T21:10:37.534Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/299)
37142026-07-01T21:10:37.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-01T21:10:37.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-01T21:10:37.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-01T21:10:38.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37182026-07-01T21:10:38.090Z
37192026-07-01T21:10:38.090Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299)
37202026-07-01T21:10:38.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-01T21:10:38.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-01T21:10:38.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-01T21:10:38.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37242026-07-01T21:10:38.643Z
37252026-07-01T21:10:38.643Zinfo: running `cargo check --bins` on key-manager (199/299)
37262026-07-01T21:10:39.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-01T21:10:39.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-01T21:10:39.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-01T21:10:39.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37302026-07-01T21:10:39.185Z
37312026-07-01T21:10:39.185Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/299)
37322026-07-01T21:10:39.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-01T21:10:39.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-01T21:10:39.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-01T21:10:39.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37362026-07-01T21:10:39.745Z
37372026-07-01T21:10:39.745Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299)
37382026-07-01T21:10:40.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-01T21:10:40.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-01T21:10:40.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-01T21:10:40.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37422026-07-01T21:10:40.301Z
37432026-07-01T21:10:40.301Zinfo: running `cargo check --bins` on typed-rng (202/299)
37442026-07-01T21:10:40.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-01T21:10:40.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-01T21:10:40.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-01T21:10:40.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37482026-07-01T21:10:40.822Z
37492026-07-01T21:10:40.822Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299)
37502026-07-01T21:10:41.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-01T21:10:41.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-01T21:10:41.614Z Compiling libefi-sys v0.1.0
37532026-07-01T21:10:41.744Z Compiling bitfield-struct v0.6.2
37542026-07-01T21:10:41.753Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-07-01T21:10:41.762Z Compiling xshell-macros v0.2.7
37562026-07-01T21:10:41.774Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37572026-07-01T21:10:41.787Z Compiling salty v0.3.0
37582026-07-01T21:10:41.801Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37592026-07-01T21:10:41.816Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37602026-07-01T21:10:41.816Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37612026-07-01T21:10:41.935Z Checking rfc6979 v0.4.0
37622026-07-01T21:10:42.062Z Checking ecdsa v0.16.9
37632026-07-01T21:10:42.090Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37642026-07-01T21:10:42.125Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37652026-07-01T21:10:42.148Z Checking xshell v0.2.7
37662026-07-01T21:10:42.260Z Checking primeorder v0.13.6
37672026-07-01T21:10:42.275Z Compiling proc-macro-error-attr2 v2.0.0
37682026-07-01T21:10:42.288Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37692026-07-01T21:10:42.303Z Checking tungstenite v0.21.0
37702026-07-01T21:10:42.364Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-07-01T21:10:42.400Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37722026-07-01T21:10:42.446Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37732026-07-01T21:10:42.498Z Checking p384 v0.13.1
37742026-07-01T21:10:42.517Z Compiling num-derive v0.3.3
37752026-07-01T21:10:42.595Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37762026-07-01T21:10:42.673Z Compiling proc-macro-error2 v2.0.1
37772026-07-01T21:10:42.716Z Checking tokio-tungstenite v0.21.0
37782026-07-01T21:10:42.770Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-07-01T21:10:42.818Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37802026-07-01T21:10:42.832Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37812026-07-01T21:10:42.904Z Checking papergrid v0.17.0
37822026-07-01T21:10:42.973Z Compiling tabled_derive v0.11.0
37832026-07-01T21:10:42.988Z Compiling progenitor-impl v0.13.0
37842026-07-01T21:10:43.029Z Checking testing_table v0.3.0
37852026-07-01T21:10:43.096Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37862026-07-01T21:10:43.123Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37872026-07-01T21:10:43.139Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-07-01T21:10:43.326Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-07-01T21:10:43.345Z Compiling illumos-nvpair-sys v0.2.0
37902026-07-01T21:10:43.409Z Checking libscf-sys v1.1.0
37912026-07-01T21:10:43.534Z Checking corncobs v0.1.4
37922026-07-01T21:10:43.549Z Compiling unicase v2.9.0
37932026-07-01T21:10:43.552Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37942026-07-01T21:10:43.660Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-07-01T21:10:43.693Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37962026-07-01T21:10:43.748Z Compiling mime_guess v2.0.5
37972026-07-01T21:10:43.762Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-01T21:10:43.792Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37992026-07-01T21:10:43.850Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38002026-07-01T21:10:44.098Z Checking progenitor-client v0.13.0
38012026-07-01T21:10:44.129Z Checking tabled v0.20.0
38022026-07-01T21:10:44.307Z Checking secrecy v0.8.0
38032026-07-01T21:10:44.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38042026-07-01T21:10:44.351Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38052026-07-01T21:10:44.373Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38062026-07-01T21:10:44.580Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38072026-07-01T21:10:44.713Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38082026-07-01T21:10:44.799Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38092026-07-01T21:10:44.813Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38102026-07-01T21:10:44.828Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38112026-07-01T21:10:44.980Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38122026-07-01T21:10:45.062Z Checking filetime v0.2.27
38132026-07-01T21:10:45.200Z Checking http-range v0.1.5
38142026-07-01T21:10:45.250Z Checking xattr v1.6.1
38152026-07-01T21:10:45.303Z Checking crc8 v0.1.1
38162026-07-01T21:10:45.382Z Checking tar v0.4.45
38172026-07-01T21:10:45.398Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38182026-07-01T21:10:45.523Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38192026-07-01T21:10:45.540Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38202026-07-01T21:10:45.555Z Compiling progenitor-macro v0.13.0
38212026-07-01T21:10:45.595Z Checking illumos-nvpair v0.3.0
38222026-07-01T21:10:45.747Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-07-01T21:10:45.765Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38242026-07-01T21:10:45.781Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38252026-07-01T21:10:46.124Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38262026-07-01T21:10:46.167Z Checking atty v0.2.14
38272026-07-01T21:10:46.194Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38282026-07-01T21:10:46.258Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38292026-07-01T21:10:46.274Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38302026-07-01T21:10:46.365Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38312026-07-01T21:10:46.411Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38322026-07-01T21:10:46.465Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38332026-07-01T21:10:46.499Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38342026-07-01T21:10:46.708Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38352026-07-01T21:10:46.724Z Checking hyper-staticfile v0.10.1
38362026-07-01T21:10:46.829Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38372026-07-01T21:10:46.910Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38382026-07-01T21:10:47.025Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38392026-07-01T21:10:47.086Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38402026-07-01T21:10:47.295Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38412026-07-01T21:10:47.363Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38422026-07-01T21:10:47.591Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38432026-07-01T21:10:47.888Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38442026-07-01T21:10:48.467Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38452026-07-01T21:10:48.937Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38462026-07-01T21:10:49.340Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38472026-07-01T21:10:49.664Z Checking progenitor v0.13.0
38482026-07-01T21:10:49.795Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38492026-07-01T21:10:51.736Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38502026-07-01T21:10:55.061Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38512026-07-01T21:11:05.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
38522026-07-01T21:11:06.115Z
38532026-07-01T21:11:06.115Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299)
38542026-07-01T21:11:06.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-07-01T21:11:06.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-07-01T21:11:06.842Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-07-01T21:11:17.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38582026-07-01T21:11:17.675Z
38592026-07-01T21:11:17.675Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299)
38602026-07-01T21:11:18.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-07-01T21:11:18.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-07-01T21:11:18.398Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-07-01T21:11:29.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38642026-07-01T21:11:29.205Z
38652026-07-01T21:11:29.205Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299)
38662026-07-01T21:11:29.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-07-01T21:11:29.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-07-01T21:11:29.924Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-07-01T21:11:40.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38702026-07-01T21:11:40.780Z
38712026-07-01T21:11:40.781Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299)
38722026-07-01T21:11:41.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-07-01T21:11:41.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-07-01T21:11:41.507Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-07-01T21:11:52.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38762026-07-01T21:11:52.345Z
38772026-07-01T21:11:52.345Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299)
38782026-07-01T21:11:52.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-07-01T21:11:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-07-01T21:11:53.072Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-07-01T21:12:03.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38822026-07-01T21:12:04.020Z
38832026-07-01T21:12:04.020Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299)
38842026-07-01T21:12:04.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-07-01T21:12:04.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-07-01T21:12:04.741Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-07-01T21:12:15.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38882026-07-01T21:12:15.593Z
38892026-07-01T21:12:15.593Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299)
38902026-07-01T21:12:16.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-07-01T21:12:16.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-07-01T21:12:16.322Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-07-01T21:12:27.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38942026-07-01T21:12:27.208Z
38952026-07-01T21:12:27.208Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/299)
38962026-07-01T21:12:27.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-07-01T21:12:27.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-07-01T21:12:27.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-07-01T21:12:27.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39002026-07-01T21:12:27.733Z
39012026-07-01T21:12:27.733Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299)
39022026-07-01T21:12:28.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-07-01T21:12:28.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-07-01T21:12:28.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-07-01T21:12:28.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39062026-07-01T21:12:28.275Z
39072026-07-01T21:12:28.275Zinfo: running `cargo check --bins` on range-requests (213/299)
39082026-07-01T21:12:28.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-07-01T21:12:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-07-01T21:12:28.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-07-01T21:12:28.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39122026-07-01T21:12:28.800Z
39132026-07-01T21:12:28.801Zinfo: running `cargo check --bins` on repo-depot-api (214/299)
39142026-07-01T21:12:29.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-07-01T21:12:29.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-07-01T21:12:29.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-07-01T21:12:29.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39182026-07-01T21:12:29.338Z
39192026-07-01T21:12:29.338Zinfo: running `cargo check --bins` on sled-agent-api (215/299)
39202026-07-01T21:12:29.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-07-01T21:12:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-07-01T21:12:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-07-01T21:12:29.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-07-01T21:12:29.877Z
39252026-07-01T21:12:29.877Zinfo: running `cargo check --bins` on sled-diagnostics (216/299)
39262026-07-01T21:12:30.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-07-01T21:12:30.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-07-01T21:12:30.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-07-01T21:12:30.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-07-01T21:12:30.432Z
39312026-07-01T21:12:30.432Zinfo: running `cargo check --bins` on zfs-test-harness (217/299)
39322026-07-01T21:12:30.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-07-01T21:12:30.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-07-01T21:12:30.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-07-01T21:12:30.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-07-01T21:12:30.983Z
39372026-07-01T21:12:30.983Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299)
39382026-07-01T21:12:31.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-07-01T21:12:31.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-07-01T21:12:31.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-07-01T21:12:31.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39422026-07-01T21:12:31.543Z
39432026-07-01T21:12:31.543Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299)
39442026-07-01T21:12:32.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-07-01T21:12:32.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-07-01T21:12:32.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-07-01T21:12:32.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39482026-07-01T21:12:32.113Z
39492026-07-01T21:12:32.113Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/299)
39502026-07-01T21:12:32.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-07-01T21:12:32.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-07-01T21:12:32.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-07-01T21:12:32.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-07-01T21:12:32.658Z
39552026-07-01T21:12:32.658Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/299)
39562026-07-01T21:12:33.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-07-01T21:12:33.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-07-01T21:12:33.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-07-01T21:12:33.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-07-01T21:12:33.209Z
39612026-07-01T21:12:33.209Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299)
39622026-07-01T21:12:33.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-07-01T21:12:33.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-07-01T21:12:33.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-07-01T21:12:33.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39662026-07-01T21:12:33.779Z
39672026-07-01T21:12:33.779Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299)
39682026-07-01T21:12:34.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-07-01T21:12:34.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-07-01T21:12:34.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-07-01T21:12:34.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-07-01T21:12:34.331Z
39732026-07-01T21:12:34.331Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/299)
39742026-07-01T21:12:34.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-07-01T21:12:34.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-07-01T21:12:34.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-07-01T21:12:34.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39782026-07-01T21:12:34.887Z
39792026-07-01T21:12:34.887Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/299)
39802026-07-01T21:12:35.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-07-01T21:12:35.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-07-01T21:12:35.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-07-01T21:12:35.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39842026-07-01T21:12:35.470Z
39852026-07-01T21:12:35.470Zinfo: running `cargo check --bins` on trust-quorum (226/299)
39862026-07-01T21:12:35.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-07-01T21:12:35.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-07-01T21:12:35.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-07-01T21:12:35.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-07-01T21:12:36.040Z
39912026-07-01T21:12:36.041Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299)
39922026-07-01T21:12:36.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-07-01T21:12:36.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-07-01T21:12:36.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-07-01T21:12:36.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39962026-07-01T21:12:36.604Z
39972026-07-01T21:12:36.604Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/299)
39982026-07-01T21:12:37.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-07-01T21:12:37.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-07-01T21:12:37.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-07-01T21:12:37.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40022026-07-01T21:12:37.186Z
40032026-07-01T21:12:37.186Zinfo: running `cargo check --bins` on update-common (229/299)
40042026-07-01T21:12:37.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-07-01T21:12:37.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-07-01T21:12:37.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-07-01T21:12:37.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40082026-07-01T21:12:37.724Z
40092026-07-01T21:12:37.724Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299)
40102026-07-01T21:12:38.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-07-01T21:12:38.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-07-01T21:12:38.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-07-01T21:12:38.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40142026-07-01T21:12:38.314Z
40152026-07-01T21:12:38.314Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/299)
40162026-07-01T21:12:38.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-07-01T21:12:38.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-07-01T21:12:38.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-07-01T21:12:38.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40202026-07-01T21:12:38.839Z
40212026-07-01T21:12:38.840Zinfo: running `cargo check --bins` on reconfigurator-cli (232/299)
40222026-07-01T21:12:39.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-07-01T21:12:39.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-07-01T21:12:39.564Z Compiling fs-err v2.11.0
40252026-07-01T21:12:39.567Z Checking ignore v0.4.25
40262026-07-01T21:12:39.567Z Checking arc-swap v1.8.2
40272026-07-01T21:12:39.719Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40282026-07-01T21:12:39.719Z Checking predicates-tree v1.0.13
40292026-07-01T21:12:39.734Z Checking parse-size v1.1.0
40302026-07-01T21:12:39.734Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40312026-07-01T21:12:39.748Z Checking rand_seeder v0.4.0
40322026-07-01T21:12:39.798Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40332026-07-01T21:12:39.829Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40342026-07-01T21:12:39.873Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40352026-07-01T21:12:39.885Z Checking slog-scope v4.4.1
40362026-07-01T21:12:39.935Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-01T21:12:40.010Z Checking slog-stdlog v4.1.1
40382026-07-01T21:12:40.037Z Compiling petname v2.0.2
40392026-07-01T21:12:40.049Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40402026-07-01T21:12:40.056Z Checking globwalk v0.9.1
40412026-07-01T21:12:40.118Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-07-01T21:12:40.133Z Checking slog-envlogger v2.2.0
40432026-07-01T21:12:40.241Z Checking camino-tempfile-ext v0.3.3
40442026-07-01T21:12:40.290Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452026-07-01T21:12:40.307Z Checking sapling-renderdag v0.1.0
40462026-07-01T21:12:40.432Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40472026-07-01T21:12:40.476Z Checking subprocess v0.2.15
40482026-07-01T21:12:40.544Z Checking sync-ptr v0.1.4
40492026-07-01T21:12:40.632Z Checking colored v2.2.0
40502026-07-01T21:12:40.648Z Checking assert_matches v1.5.0
40512026-07-01T21:12:40.751Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40522026-07-01T21:12:40.915Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40532026-07-01T21:12:40.921Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40542026-07-01T21:12:41.615Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40552026-07-01T21:12:42.928Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40562026-07-01T21:12:45.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
40572026-07-01T21:12:45.254Z
40582026-07-01T21:12:45.254Zinfo: running `cargo check --bins` on omicron-repl-utils (233/299)
40592026-07-01T21:12:45.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-07-01T21:12:45.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-07-01T21:12:45.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-07-01T21:12:45.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40632026-07-01T21:12:45.775Z
40642026-07-01T21:12:45.775Zinfo: running `cargo check --bins` on transient-dns-server (234/299)
40652026-07-01T21:12:46.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-07-01T21:12:46.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-07-01T21:12:46.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-07-01T21:12:46.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40692026-07-01T21:12:46.318Z
40702026-07-01T21:12:46.318Zinfo: running `cargo check --bins` on nexus-test-interface (235/299)
40712026-07-01T21:12:46.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-07-01T21:12:46.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-07-01T21:12:46.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-07-01T21:12:46.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40752026-07-01T21:12:46.924Z
40762026-07-01T21:12:46.924Zinfo: running `cargo check --bins` on oximeter-collector (236/299)
40772026-07-01T21:12:47.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-07-01T21:12:47.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-07-01T21:12:47.588Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40802026-07-01T21:12:47.588Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-07-01T21:12:48.208Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-07-01T21:12:49.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
40832026-07-01T21:12:50.014Z
40842026-07-01T21:12:50.014Zinfo: running `cargo check --bins` on oximeter-api (237/299)
40852026-07-01T21:12:50.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-07-01T21:12:50.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-07-01T21:12:50.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-07-01T21:12:50.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40892026-07-01T21:12:50.496Z
40902026-07-01T21:12:50.496Zinfo: running `cargo check --bins` on cert-dev (238/299)
40912026-07-01T21:12:50.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-07-01T21:12:50.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-07-01T21:12:51.039Z Checking yasna v0.5.2
40942026-07-01T21:12:51.466Z Checking rcgen v0.12.1
40952026-07-01T21:12:51.666Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40962026-07-01T21:12:51.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
40972026-07-01T21:12:52.010Z
40982026-07-01T21:12:52.010Zinfo: running `cargo check --bins` on clickana (239/299)
40992026-07-01T21:12:52.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-07-01T21:12:52.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-07-01T21:12:52.618Z Compiling darling_core v0.23.0
41022026-07-01T21:12:52.708Z Compiling instability v0.3.11
41032026-07-01T21:12:52.740Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41042026-07-01T21:12:52.740Z Checking castaway v0.2.4
41052026-07-01T21:12:52.740Z Compiling indoc v2.0.7
41062026-07-01T21:12:52.793Z Checking unicode-truncate v1.1.0
41072026-07-01T21:12:52.793Z Checking lru v0.12.5
41082026-07-01T21:12:52.793Z Checking cassowary v0.3.0
41092026-07-01T21:12:52.850Z Checking compact_str v0.8.1
41102026-07-01T21:12:54.037Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41112026-07-01T21:12:54.123Z Compiling darling_macro v0.23.0
41122026-07-01T21:12:54.254Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41132026-07-01T21:12:54.543Z Compiling darling v0.23.0
41142026-07-01T21:12:55.169Z Checking ratatui v0.29.0
41152026-07-01T21:12:56.226Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41162026-07-01T21:12:56.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41172026-07-01T21:12:57.038Z
41182026-07-01T21:12:57.038Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/299)
41192026-07-01T21:12:57.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-07-01T21:12:57.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-07-01T21:12:57.807Z Checking headers-core v0.3.0
41222026-07-01T21:12:57.815Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41232026-07-01T21:12:57.890Z Checking headers v0.4.1
41242026-07-01T21:12:58.267Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-07-01T21:12:59.109Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41262026-07-01T21:12:59.570Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41272026-07-01T21:12:59.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
41282026-07-01T21:13:00.137Z
41292026-07-01T21:13:00.137Zinfo: running `cargo check --bins` on ch-dev (241/299)
41302026-07-01T21:13:00.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-07-01T21:13:00.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-07-01T21:13:00.795Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41332026-07-01T21:13:01.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41342026-07-01T21:13:01.707Z
41352026-07-01T21:13:01.707Zinfo: running `cargo check --bins` on dev-tools-common (242/299)
41362026-07-01T21:13:02.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-07-01T21:13:02.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-07-01T21:13:02.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-07-01T21:13:02.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41402026-07-01T21:13:02.112Z
41412026-07-01T21:13:02.112Zinfo: running `cargo check --bins` on crdb-seed (243/299)
41422026-07-01T21:13:02.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-07-01T21:13:02.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-07-01T21:13:02.823Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-07-01T21:13:03.761Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462026-07-01T21:13:04.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
41472026-07-01T21:13:04.261Z
41482026-07-01T21:13:04.261Zinfo: running `cargo check --bins` on db-dev (244/299)
41492026-07-01T21:13:04.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-07-01T21:13:04.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-07-01T21:13:04.921Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41522026-07-01T21:13:05.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41532026-07-01T21:13:05.876Z
41542026-07-01T21:13:05.876Zinfo: running `cargo check --bins` on omicron-dev-lib (245/299)
41552026-07-01T21:13:10.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-07-01T21:13:10.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-07-01T21:13:10.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-07-01T21:13:10.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41592026-07-01T21:13:10.708Z
41602026-07-01T21:13:10.708Zinfo: running `cargo check --bins` on xtask-downloader (246/299)
41612026-07-01T21:13:10.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-07-01T21:13:10.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-07-01T21:13:10.711Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41642026-07-01T21:13:10.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41652026-07-01T21:13:10.712Z
41662026-07-01T21:13:10.712Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/299)
41672026-07-01T21:13:10.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-07-01T21:13:10.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-07-01T21:13:10.712Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41702026-07-01T21:13:10.712Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41712026-07-01T21:13:10.712Z Checking git-stub v1.0.0
41722026-07-01T21:13:10.712Z Compiling trait-variant v0.1.2
41732026-07-01T21:13:10.713Z Checking is_ci v1.2.0
41742026-07-01T21:13:10.713Z Checking maplit v1.0.2
41752026-07-01T21:13:10.713Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41762026-07-01T21:13:10.713Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41772026-07-01T21:13:10.713Z Checking supports-color v3.0.2
41782026-07-01T21:13:10.713Z Checking drift v0.2.0
41792026-07-01T21:13:10.713Z Checking git-stub-vcs v0.1.0
41802026-07-01T21:13:10.713Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41812026-07-01T21:13:10.713Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41822026-07-01T21:13:10.713Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41832026-07-01T21:13:10.714Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41842026-07-01T21:13:10.714Z Checking dropshot-api-manager v0.7.2
41852026-07-01T21:13:10.714Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41862026-07-01T21:13:10.714Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41872026-07-01T21:13:10.714Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41882026-07-01T21:13:10.714Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41892026-07-01T21:13:10.714Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41902026-07-01T21:13:10.807Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41912026-07-01T21:13:11.991Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41922026-07-01T21:13:12.577Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41932026-07-01T21:13:13.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
41942026-07-01T21:13:13.184Z
41952026-07-01T21:13:13.184Zinfo: running `cargo check --bins` on installinator-api (248/299)
41962026-07-01T21:13:13.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-07-01T21:13:13.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-07-01T21:13:13.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-07-01T21:13:13.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42002026-07-01T21:13:13.723Z
42012026-07-01T21:13:13.723Zinfo: running `cargo check --bins` on nexus-external-api (249/299)
42022026-07-01T21:13:14.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-07-01T21:13:14.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-07-01T21:13:14.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-07-01T21:13:14.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42062026-07-01T21:13:14.306Z
42072026-07-01T21:13:14.306Zinfo: running `cargo check --bins` on nexus-internal-api (250/299)
42082026-07-01T21:13:14.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-07-01T21:13:14.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-07-01T21:13:14.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-07-01T21:13:14.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42122026-07-01T21:13:14.888Z
42132026-07-01T21:13:14.888Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/299)
42142026-07-01T21:13:15.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-01T21:13:15.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-01T21:13:15.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-01T21:13:15.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42182026-07-01T21:13:15.469Z
42192026-07-01T21:13:15.469Zinfo: running `cargo check --bins` on ntp-admin-api (252/299)
42202026-07-01T21:13:15.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-01T21:13:15.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-01T21:13:15.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-01T21:13:15.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42242026-07-01T21:13:16.009Z
42252026-07-01T21:13:16.009Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/299)
42262026-07-01T21:13:16.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-01T21:13:16.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-01T21:13:16.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-01T21:13:16.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42302026-07-01T21:13:16.535Z
42312026-07-01T21:13:16.535Zinfo: running `cargo check --bins` on wicketd-api (254/299)
42322026-07-01T21:13:17.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-01T21:13:17.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-01T21:13:17.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-07-01T21:13:17.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42362026-07-01T21:13:17.084Z
42372026-07-01T21:13:17.084Zinfo: running `cargo check --bins` on omicron-ls-apis (255/299)
42382026-07-01T21:13:17.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-07-01T21:13:17.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-07-01T21:13:17.644Z Checking cargo-platform v0.3.2
42412026-07-01T21:13:17.652Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42422026-07-01T21:13:17.877Z Checking cargo_metadata v0.23.1
42432026-07-01T21:13:18.465Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-07-01T21:13:19.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
42452026-07-01T21:13:19.339Z
42462026-07-01T21:13:19.339Zinfo: running `cargo check --bins` on mgs-dev (256/299)
42472026-07-01T21:13:19.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-01T21:13:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-01T21:13:20.015Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-07-01T21:13:20.608Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-07-01T21:13:21.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
42522026-07-01T21:13:21.277Z
42532026-07-01T21:13:21.277Zinfo: running `cargo check --bins` on omicron-omdb (257/299)
42542026-07-01T21:13:21.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-07-01T21:13:21.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-07-01T21:13:22.182Z Compiling vergen-lib v0.1.6
42572026-07-01T21:13:22.183Z Compiling diesel_derives v2.3.7
42582026-07-01T21:13:22.183Z Compiling dsl_auto_type v0.2.0
42592026-07-01T21:13:22.186Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-07-01T21:13:22.186Z Checking scheduled-thread-pool v0.2.7
42612026-07-01T21:13:22.186Z Compiling vergen-gitcl v1.0.8
42622026-07-01T21:13:22.186Z Compiling diesel_table_macro_syntax v0.3.0
42632026-07-01T21:13:22.371Z Compiling dirs-sys-next v0.1.2
42642026-07-01T21:13:22.453Z Compiling crunchy v0.2.4
42652026-07-01T21:13:22.517Z Compiling glob v0.3.3
42662026-07-01T21:13:22.535Z Checking r2d2 v0.8.10
42672026-07-01T21:13:22.626Z Compiling dirs-next v2.0.0
42682026-07-01T21:13:22.671Z Checking downcast-rs v2.0.2
42692026-07-01T21:13:22.707Z Compiling tiny-keccak v2.0.2
42702026-07-01T21:13:22.759Z Compiling term v0.7.0
42712026-07-01T21:13:22.774Z Compiling bit-vec v0.6.3
42722026-07-01T21:13:22.893Z Compiling clang-sys v1.8.1
42732026-07-01T21:13:22.989Z Compiling bit-set v0.5.3
42742026-07-01T21:13:23.006Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42752026-07-01T21:13:23.147Z Compiling ascii-canvas v3.0.0
42762026-07-01T21:13:23.206Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42772026-07-01T21:13:23.283Z Compiling itertools v0.10.5
42782026-07-01T21:13:23.300Z Compiling ena v0.14.4
42792026-07-01T21:13:23.335Z Compiling libloading v0.8.9
42802026-07-01T21:13:23.356Z Compiling diff v0.1.13
42812026-07-01T21:13:23.377Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42822026-07-01T21:13:23.392Z Compiling bindgen v0.71.1
42832026-07-01T21:13:23.503Z Compiling regex-syntax v0.6.29
42842026-07-01T21:13:23.636Z Compiling cexpr v0.6.0
42852026-07-01T21:13:23.849Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-07-01T21:13:23.975Z Compiling rustc-hash v2.1.1
42872026-07-01T21:13:24.108Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-07-01T21:13:24.239Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-07-01T21:13:24.321Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-07-01T21:13:24.351Z Compiling libxml v0.3.3
42912026-07-01T21:13:24.552Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-07-01T21:13:24.571Z Compiling strum_macros v0.24.3
42932026-07-01T21:13:24.614Z Compiling indoc v1.0.9
42942026-07-01T21:13:25.069Z Compiling lalrpop v0.19.12
42952026-07-01T21:13:25.392Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42962026-07-01T21:13:25.585Z Checking derive_builder v0.20.2
42972026-07-01T21:13:25.602Z Compiling oso-derive v0.27.3
42982026-07-01T21:13:25.702Z Checking quick-xml v0.37.5
42992026-07-01T21:13:25.914Z Compiling impl-trait-for-tuples v0.2.3
43002026-07-01T21:13:26.105Z Checking openssl-probe v0.1.6
43012026-07-01T21:13:26.242Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43022026-07-01T21:13:26.581Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43032026-07-01T21:13:26.820Z Checking bb8 v0.8.6
43042026-07-01T21:13:27.040Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43052026-07-01T21:13:27.113Z Checking nonempty v0.12.0
43062026-07-01T21:13:27.116Z Compiling libz-sys v1.1.24
43072026-07-01T21:13:27.271Z Compiling strsim v0.10.0
43082026-07-01T21:13:27.287Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-07-01T21:13:27.505Z Compiling darling_core v0.13.4
43102026-07-01T21:13:27.618Z Compiling vergen-git2 v9.1.0
43112026-07-01T21:13:27.728Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-07-01T21:13:27.849Z Compiling base64 v0.21.7
43132026-07-01T21:13:27.958Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43142026-07-01T21:13:28.186Z Compiling ron v0.8.1
43152026-07-01T21:13:28.272Z Checking diesel v2.3.7
43162026-07-01T21:13:28.914Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-07-01T21:13:29.119Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-07-01T21:13:29.154Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43192026-07-01T21:13:29.358Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43202026-07-01T21:13:29.373Z Compiling darling_macro v0.13.4
43212026-07-01T21:13:29.559Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-07-01T21:13:29.762Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43232026-07-01T21:13:29.861Z Compiling darling v0.13.4
43242026-07-01T21:13:29.953Z Compiling serde_with_macros v1.5.2
43252026-07-01T21:13:29.969Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-07-01T21:13:30.170Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43272026-07-01T21:13:30.368Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-07-01T21:13:30.458Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43292026-07-01T21:13:30.572Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43302026-07-01T21:13:30.796Z Compiling serde_with v1.14.0
43312026-07-01T21:13:31.959Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43322026-07-01T21:13:32.098Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43332026-07-01T21:13:32.356Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43342026-07-01T21:13:32.998Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43352026-07-01T21:13:33.260Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-07-01T21:13:33.596Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-07-01T21:13:33.674Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43382026-07-01T21:13:34.031Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43392026-07-01T21:13:34.413Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-07-01T21:13:34.491Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-07-01T21:13:34.655Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-07-01T21:13:34.781Z Checking twox-hash v2.1.2
43432026-07-01T21:13:34.860Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-07-01T21:13:35.088Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-07-01T21:13:35.146Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-07-01T21:13:35.526Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-07-01T21:13:35.685Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-07-01T21:13:36.766Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43492026-07-01T21:13:36.983Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-07-01T21:13:37.126Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-07-01T21:13:37.441Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43522026-07-01T21:13:37.787Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-07-01T21:13:37.999Z Checking console v0.16.2
43542026-07-01T21:13:38.302Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-07-01T21:13:38.434Z Checking fatfs v0.3.6
43562026-07-01T21:13:38.453Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-07-01T21:13:38.878Z Compiling seq-macro v0.3.6
43582026-07-01T21:13:39.398Z Checking unit-prefix v0.5.2
43592026-07-01T21:13:39.528Z Checking indicatif v0.18.4
43602026-07-01T21:13:39.772Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-07-01T21:13:39.912Z Checking support-bundle-viewer v0.1.2
43622026-07-01T21:13:40.072Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-07-01T21:13:40.155Z Checking multimap v0.10.1
43642026-07-01T21:13:45.902Z Checking async-bb8-diesel v0.2.1
43652026-07-01T21:13:46.270Z Checking diesel-dtrace v0.5.0
43662026-07-01T21:13:49.476Z Compiling samael v0.0.19
43672026-07-01T21:13:55.435Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43682026-07-01T21:13:55.566Z Compiling git2 v0.20.4
43692026-07-01T21:13:56.480Z Compiling polar-core v0.27.3
43702026-07-01T21:13:57.901Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43712026-07-01T21:14:01.071Z Checking oso v0.27.3
43722026-07-01T21:14:30.454Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-07-01T21:15:42.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43742026-07-01T21:15:43.208Z
43752026-07-01T21:15:43.208Zinfo: running `cargo check --bins` on nexus-networking (258/299)
43762026-07-01T21:15:43.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-07-01T21:15:43.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-07-01T21:15:43.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-07-01T21:15:43.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43802026-07-01T21:15:43.833Z
43812026-07-01T21:15:43.833Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299)
43822026-07-01T21:15:44.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-07-01T21:15:44.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-07-01T21:15:44.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-07-01T21:15:44.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43862026-07-01T21:15:44.434Z
43872026-07-01T21:15:44.434Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/299)
43882026-07-01T21:15:44.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-07-01T21:15:44.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-07-01T21:15:44.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-07-01T21:15:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43922026-07-01T21:15:45.036Z
43932026-07-01T21:15:45.036Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/299)
43942026-07-01T21:15:45.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-07-01T21:15:45.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-07-01T21:15:45.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-07-01T21:15:45.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43982026-07-01T21:15:45.557Z
43992026-07-01T21:15:45.557Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/299)
44002026-07-01T21:15:46.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-07-01T21:15:46.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-07-01T21:15:46.342Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-07-01T21:15:47.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44042026-07-01T21:15:47.259Z
44052026-07-01T21:15:47.259Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299)
44062026-07-01T21:15:47.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-01T21:15:47.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-01T21:15:48.039Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-07-01T21:16:25.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.96s
44102026-07-01T21:16:25.428Z
44112026-07-01T21:16:25.428Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299)
44122026-07-01T21:16:25.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-01T21:16:25.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-01T21:16:25.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-01T21:16:25.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44162026-07-01T21:16:25.951Z
44172026-07-01T21:16:25.951Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299)
44182026-07-01T21:16:26.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-01T21:16:26.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-01T21:16:26.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-07-01T21:16:26.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44222026-07-01T21:16:26.477Z
44232026-07-01T21:16:26.477Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/299)
44242026-07-01T21:16:26.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-01T21:16:26.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-01T21:16:26.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-07-01T21:16:26.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44282026-07-01T21:16:27.057Z
44292026-07-01T21:16:27.057Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299)
44302026-07-01T21:16:27.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-01T21:16:27.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-01T21:16:27.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-01T21:16:27.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44342026-07-01T21:16:27.657Z
44352026-07-01T21:16:27.657Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/299)
44362026-07-01T21:16:28.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-01T21:16:28.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-01T21:16:28.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-01T21:16:28.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-07-01T21:16:28.247Z
44412026-07-01T21:16:28.247Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/299)
44422026-07-01T21:16:28.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-01T21:16:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-01T21:16:28.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-01T21:16:28.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44462026-07-01T21:16:28.833Z
44472026-07-01T21:16:28.833Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/299)
44482026-07-01T21:16:29.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-01T21:16:29.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-01T21:16:29.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-01T21:16:29.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44522026-07-01T21:16:29.420Z
44532026-07-01T21:16:29.420Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299)
44542026-07-01T21:16:29.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-01T21:16:29.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-01T21:16:29.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-07-01T21:16:29.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44582026-07-01T21:16:30.017Z
44592026-07-01T21:16:30.017Zinfo: running `cargo check --bins` on nexus-switch-config (272/299)
44602026-07-01T21:16:30.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-07-01T21:16:30.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-07-01T21:16:30.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-07-01T21:16:30.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44642026-07-01T21:16:30.579Z
44652026-07-01T21:16:30.579Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (273/299)
44662026-07-01T21:16:31.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-07-01T21:16:31.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-07-01T21:16:31.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-07-01T21:16:31.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-07-01T21:16:31.169Z
44712026-07-01T21:16:31.169Zinfo: running `cargo check --bins` on support-bundle-collection (274/299)
44722026-07-01T21:16:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-07-01T21:16:31.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-07-01T21:16:31.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-07-01T21:16:31.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44762026-07-01T21:16:31.757Z
44772026-07-01T21:16:31.757Zinfo: running `cargo check --bins` on omicron-dev (275/299)
44782026-07-01T21:16:32.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-07-01T21:16:32.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-07-01T21:16:32.606Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44812026-07-01T21:16:32.607Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44822026-07-01T21:16:32.761Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44832026-07-01T21:16:32.777Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44842026-07-01T21:16:32.792Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44852026-07-01T21:16:32.810Z Checking diff v0.1.13
44862026-07-01T21:16:32.840Z Checking yansi v1.0.1
44872026-07-01T21:16:32.843Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44882026-07-01T21:16:32.934Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44892026-07-01T21:16:33.101Z Checking pretty_assertions v1.4.1
44902026-07-01T21:16:33.754Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44912026-07-01T21:16:33.839Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44922026-07-01T21:16:58.049Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44932026-07-01T21:16:58.075Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44942026-07-01T21:16:58.075Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44952026-07-01T21:16:58.075Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44962026-07-01T21:16:58.075Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44972026-07-01T21:16:58.075Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44982026-07-01T21:16:58.075Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44992026-07-01T21:16:58.809Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45002026-07-01T21:16:58.809Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45012026-07-01T21:17:00.000Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45022026-07-01T21:17:37.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45032026-07-01T21:17:37.519Z
45042026-07-01T21:17:37.519Zinfo: running `cargo check --bins` on omicron-pins (276/299)
45052026-07-01T21:17:37.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-07-01T21:17:37.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-07-01T21:17:37.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-07-01T21:17:37.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45092026-07-01T21:17:38.046Z
45102026-07-01T21:17:38.046Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299)
45112026-07-01T21:17:38.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-07-01T21:17:38.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-07-01T21:17:38.768Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45142026-07-01T21:17:38.877Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45152026-07-01T21:17:38.880Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45162026-07-01T21:18:05.613Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45172026-07-01T21:18:05.983Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45182026-07-01T21:18:07.663Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45192026-07-01T21:18:08.106Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45202026-07-01T21:18:11.096Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45212026-07-01T21:18:34.345Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-01T21:18:35.023Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45232026-07-01T21:18:36.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.54s
45242026-07-01T21:18:36.789Z
45252026-07-01T21:18:36.789Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (278/299)
45262026-07-01T21:18:37.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-07-01T21:18:37.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-07-01T21:18:37.459Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45292026-07-01T21:18:38.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45302026-07-01T21:18:38.296Z
45312026-07-01T21:18:38.296Zinfo: running `cargo check --bins` on omicron-releng (279/299)
45322026-07-01T21:18:38.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-07-01T21:18:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-07-01T21:18:38.896Z Compiling blake3 v1.8.5
45352026-07-01T21:18:39.002Z Checking arrayref v0.3.9
45362026-07-01T21:18:39.008Z Checking constant_time_eq v0.4.2
45372026-07-01T21:18:39.011Z Checking arrayvec v0.7.6
45382026-07-01T21:18:39.020Z Checking topological-sort v0.2.2
45392026-07-01T21:18:39.024Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45402026-07-01T21:18:39.024Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45412026-07-01T21:18:39.024Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45422026-07-01T21:18:39.063Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45432026-07-01T21:18:39.121Z Checking shell-words v1.1.1
45442026-07-01T21:18:39.905Z Checking omicron-zone-package v0.12.3
45452026-07-01T21:18:40.606Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45462026-07-01T21:18:41.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45472026-07-01T21:18:41.667Z
45482026-07-01T21:18:41.667Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (280/299)
45492026-07-01T21:18:42.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-07-01T21:18:42.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-07-01T21:18:42.258Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45522026-07-01T21:18:42.570Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45532026-07-01T21:18:42.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45542026-07-01T21:18:43.122Z
45552026-07-01T21:18:43.122Zinfo: running `cargo check --bins` on schema (281/299)
45562026-07-01T21:18:43.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-07-01T21:18:43.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-07-01T21:18:43.800Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45592026-07-01T21:18:44.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45602026-07-01T21:18:44.656Z
45612026-07-01T21:18:44.656Zinfo: running `cargo check --bins` on xtask (282/299)
45622026-07-01T21:18:45.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-07-01T21:18:45.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-07-01T21:18:45.043Z Checking serde_core v1.0.228
45652026-07-01T21:18:45.044Z Checking libc v0.2.185
45662026-07-01T21:18:45.122Z Checking bitflags v2.11.0
45672026-07-01T21:18:45.128Z Checking scroll v0.12.0
45682026-07-01T21:18:45.128Z Checking thiserror v1.0.69
45692026-07-01T21:18:45.139Z Checking log v0.4.29
45702026-07-01T21:18:45.142Z Checking indexmap v2.14.0
45712026-07-01T21:18:45.149Z Checking zerocopy v0.7.35
45722026-07-01T21:18:45.216Z Checking syn v2.0.117
45732026-07-01T21:18:45.263Z Checking dtrace-parser v0.2.0
45742026-07-01T21:18:45.279Z Checking once_cell v1.21.3
45752026-07-01T21:18:45.334Z Checking goblin v0.8.2
45762026-07-01T21:18:45.395Z Checking errno v0.3.14
45772026-07-01T21:18:45.448Z Checking getrandom v0.4.1
45782026-07-01T21:18:45.490Z Checking thread-id v4.2.2
45792026-07-01T21:18:45.509Z Checking rustix v1.1.3
45802026-07-01T21:18:45.565Z Checking memmap v0.7.0
45812026-07-01T21:18:45.575Z Checking thiserror v2.0.18
45822026-07-01T21:18:45.625Z Checking fs-err v3.3.0
45832026-07-01T21:18:45.667Z Checking tabled v0.15.0
45842026-07-01T21:18:45.675Z Checking anyhow v1.0.102
45852026-07-01T21:18:46.275Z Checking terminal_size v0.4.3
45862026-07-01T21:18:46.276Z Checking tempfile v3.25.0
45872026-07-01T21:18:46.385Z Checking clap_builder v4.6.0
45882026-07-01T21:18:46.390Z Checking textwrap v0.16.2
45892026-07-01T21:18:46.577Z Checking serde v1.0.228
45902026-07-01T21:18:46.580Z Checking serde_json v1.0.150
45912026-07-01T21:18:46.580Z Checking camino v1.2.2
45922026-07-01T21:18:46.600Z Checking cargo-platform v0.3.2
45932026-07-01T21:18:46.740Z Checking semver v1.0.28
45942026-07-01T21:18:46.818Z Checking camino-tempfile v1.4.1
45952026-07-01T21:18:46.974Z Checking serde_spanned v0.6.9
45962026-07-01T21:18:46.974Z Checking toml_datetime v0.6.11
45972026-07-01T21:18:46.979Z Checking macaddr v1.0.1
45982026-07-01T21:18:46.979Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45992026-07-01T21:18:47.141Z Checking toml_edit v0.22.27
46002026-07-01T21:18:47.196Z Checking dof v0.3.0
46012026-07-01T21:18:47.196Z Checking cargo_metadata v0.23.1
46022026-07-01T21:18:47.431Z Checking usdt-impl v0.5.0
46032026-07-01T21:18:47.560Z Checking clap v4.6.1
46042026-07-01T21:18:47.702Z Checking usdt v0.5.0
46052026-07-01T21:18:48.119Z Checking toml v0.8.23
46062026-07-01T21:18:48.375Z Checking cargo_toml v0.21.0
46072026-07-01T21:18:49.005Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46082026-07-01T21:18:49.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
46092026-07-01T21:18:49.475Z
46102026-07-01T21:18:49.475Zinfo: running `cargo check --bins` on dnsadm (283/299)
46112026-07-01T21:18:49.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-07-01T21:18:49.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-07-01T21:18:50.066Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46142026-07-01T21:18:50.513Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46152026-07-01T21:18:50.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46162026-07-01T21:18:51.057Z
46172026-07-01T21:18:51.057Zinfo: running `cargo check --bins` on end-to-end-tests (284/299)
46182026-07-01T21:18:51.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-07-01T21:18:51.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-07-01T21:18:51.820Z Checking cpubits v0.1.1
46212026-07-01T21:18:51.942Z Checking pem-rfc7468 v1.0.0
46222026-07-01T21:18:51.954Z Checking hmac v0.13.0
46232026-07-01T21:18:51.963Z Checking universal-hash v0.6.1
46242026-07-01T21:18:51.976Z Checking ctr v0.10.1
46252026-07-01T21:18:51.976Z Checking aead v0.6.1
46262026-07-01T21:18:51.979Z Checking sha2 v0.11.0
46272026-07-01T21:18:52.017Z Checking aes v0.9.1
46282026-07-01T21:18:52.017Z Checking crypto-bigint v0.7.5
46292026-07-01T21:18:52.072Z Checking polyval v0.7.1
46302026-07-01T21:18:52.086Z Checking der v0.8.0
46312026-07-01T21:18:52.100Z Checking pbkdf2 v0.13.0
46322026-07-01T21:18:52.117Z Checking cbc v0.2.1
46332026-07-01T21:18:52.139Z Checking salsa20 v0.11.0
46342026-07-01T21:18:52.237Z Checking ff v0.14.0
46352026-07-01T21:18:52.239Z Checking ghash v0.6.0
46362026-07-01T21:18:52.286Z Checking signature v3.0.0
46372026-07-01T21:18:52.299Z Checking base16ct v1.0.0
46382026-07-01T21:18:52.379Z Checking group v0.14.0
46392026-07-01T21:18:52.397Z Checking hkdf v0.13.0
46402026-07-01T21:18:52.411Z Checking aes-gcm v0.11.0
46412026-07-01T21:18:52.429Z Checking rfc6979 v0.5.0
46422026-07-01T21:18:52.446Z Compiling curve25519-dalek v5.0.0-rc.0
46432026-07-01T21:18:52.528Z Checking poly1305 v0.9.0
46442026-07-01T21:18:52.528Z Checking blowfish v0.10.0
46452026-07-01T21:18:52.564Z Checking blake2 v0.11.0-rc.6
46462026-07-01T21:18:52.567Z Checking keccak v0.2.0
46472026-07-01T21:18:52.691Z Checking fiat-crypto v0.3.0
46482026-07-01T21:18:52.712Z Checking scrypt v0.12.0
46492026-07-01T21:18:52.729Z Checking sha3 v0.11.0
46502026-07-01T21:18:52.795Z Checking bcrypt-pbkdf v0.11.0
46512026-07-01T21:18:52.824Z Checking argon2 v0.6.0-rc.8
46522026-07-01T21:18:52.866Z Checking spki v0.8.0
46532026-07-01T21:18:52.880Z Checking sec1 v0.8.1
46542026-07-01T21:18:52.957Z Checking kem v0.3.0
46552026-07-01T21:18:53.031Z Checking pkcs5 v0.8.1
46562026-07-01T21:18:53.063Z Checking pkcs1 v0.8.0-rc.4
46572026-07-01T21:18:53.079Z Checking module-lattice v0.2.3
46582026-07-01T21:18:53.095Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46592026-07-01T21:18:53.123Z Checking internal-russh-num-bigint v0.5.0
46602026-07-01T21:18:53.265Z Checking num-bigint v0.4.6
46612026-07-01T21:18:53.292Z Checking ml-kem v0.3.2
46622026-07-01T21:18:53.309Z Checking generic-array v1.4.3
46632026-07-01T21:18:53.324Z Checking pkcs8 v0.11.0
46642026-07-01T21:18:53.516Z Checking ed25519 v3.0.0
46652026-07-01T21:18:53.696Z Checking russh-util v0.52.0
46662026-07-01T21:18:53.711Z Compiling enum_dispatch v0.3.13
46672026-07-01T21:18:53.715Z Checking ed25519-dalek v3.0.0-rc.0
46682026-07-01T21:18:53.815Z Compiling delegate v0.13.5
46692026-07-01T21:18:53.943Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46702026-07-01T21:18:53.960Z Checking md5 v0.8.0
46712026-07-01T21:18:54.078Z Checking hex-literal v1.1.0
46722026-07-01T21:18:54.152Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46732026-07-01T21:18:54.178Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46742026-07-01T21:18:54.203Z Checking socket2 v0.5.10
46752026-07-01T21:18:54.235Z Checking elliptic-curve v0.14.0-rc.33
46762026-07-01T21:18:54.369Z Checking primefield v0.14.0
46772026-07-01T21:18:54.369Z Checking ssh-encoding v0.3.0-rc.9
46782026-07-01T21:18:54.444Z Checking crypto-primes v0.7.2
46792026-07-01T21:18:54.581Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46802026-07-01T21:18:54.597Z Checking ssh-cipher v0.3.0-rc.9
46812026-07-01T21:18:54.668Z Checking russh-cryptovec v0.61.0
46822026-07-01T21:18:54.685Z Checking ecdsa v0.17.0-rc.18
46832026-07-01T21:18:54.766Z Checking primeorder v0.14.0-rc.10
46842026-07-01T21:18:54.797Z Checking internet-checksum v0.2.1
46852026-07-01T21:18:55.038Z Checking p256 v0.14.0-rc.10
46862026-07-01T21:18:55.041Z Checking p521 v0.14.0-rc.10
46872026-07-01T21:18:55.385Z Checking rsa v0.10.0-rc.18
46882026-07-01T21:18:57.511Z Checking p384 v0.14.0-rc.10
46892026-07-01T21:18:59.401Z Checking ssh-key v0.7.0-rc.10
46902026-07-01T21:19:00.156Z Checking russh v0.61.2
46912026-07-01T21:19:12.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.13s
46922026-07-01T21:19:12.402Z
46932026-07-01T21:19:12.402Zinfo: running `cargo check --bins` on gateway-cli (285/299)
46942026-07-01T21:19:12.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-07-01T21:19:12.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-07-01T21:19:12.992Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46972026-07-01T21:19:13.099Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46982026-07-01T21:19:13.105Z Checking termios v0.3.3
46992026-07-01T21:19:14.306Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47002026-07-01T21:19:14.448Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47012026-07-01T21:19:16.111Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47022026-07-01T21:19:16.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
47032026-07-01T21:19:16.836Z
47042026-07-01T21:19:16.836Zinfo: running `cargo check --bins --no-default-features` on installinator (286/299)
47052026-07-01T21:19:17.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-07-01T21:19:17.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-07-01T21:19:17.489Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47082026-07-01T21:19:17.493Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47092026-07-01T21:19:17.607Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47102026-07-01T21:19:17.608Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47112026-07-01T21:19:17.620Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47122026-07-01T21:19:17.623Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47132026-07-01T21:19:18.355Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47142026-07-01T21:19:18.681Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47152026-07-01T21:19:18.684Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47162026-07-01T21:19:19.302Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47172026-07-01T21:19:20.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
47182026-07-01T21:19:21.079Z
47192026-07-01T21:19:21.079Zinfo: running `cargo check --bins` on internal-dns-cli (287/299)
47202026-07-01T21:19:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-07-01T21:19:21.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-07-01T21:19:21.656Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47232026-07-01T21:19:22.100Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47242026-07-01T21:19:22.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47252026-07-01T21:19:22.568Z
47262026-07-01T21:19:22.568Zinfo: running `cargo check --bins` on omicron-live-tests (288/299)
47272026-07-01T21:19:23.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-07-01T21:19:23.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-07-01T21:19:23.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-07-01T21:19:23.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47312026-07-01T21:19:23.098Z
47322026-07-01T21:19:23.098Zinfo: running `cargo check --bins` on live-tests-macros (289/299)
47332026-07-01T21:19:23.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-01T21:19:23.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-01T21:19:23.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-07-01T21:19:23.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47372026-07-01T21:19:23.616Z
47382026-07-01T21:19:23.616Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299)
47392026-07-01T21:19:24.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-07-01T21:19:24.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-07-01T21:19:24.322Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47422026-07-01T21:19:24.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47432026-07-01T21:19:25.087Z
47442026-07-01T21:19:25.087Zinfo: running `cargo check --bins` on omicron-ntp-admin (291/299)
47452026-07-01T21:19:25.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47462026-07-01T21:19:25.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47472026-07-01T21:19:25.679Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47482026-07-01T21:19:25.682Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47492026-07-01T21:19:25.947Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47502026-07-01T21:19:25.947Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47512026-07-01T21:19:26.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47522026-07-01T21:19:26.905Z
47532026-07-01T21:19:26.905Zinfo: running `cargo check --bins` on ntp-admin-types (292/299)
47542026-07-01T21:19:27.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-07-01T21:19:27.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-07-01T21:19:27.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-07-01T21:19:27.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47582026-07-01T21:19:27.422Z
47592026-07-01T21:19:27.422Zinfo: running `cargo check --bins` on omicron-package (293/299)
47602026-07-01T21:19:27.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-07-01T21:19:27.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-07-01T21:19:28.044Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47632026-07-01T21:19:29.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47642026-07-01T21:19:29.263Z
47652026-07-01T21:19:29.263Zinfo: running `cargo check --bins` on tqdb (294/299)
47662026-07-01T21:19:29.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-01T21:19:29.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-01T21:19:29.983Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47692026-07-01T21:19:30.334Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47702026-07-01T21:19:30.837Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47712026-07-01T21:19:30.840Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47722026-07-01T21:19:36.839Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47732026-07-01T21:19:36.839Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47742026-07-01T21:19:37.398Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47752026-07-01T21:19:37.398Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47762026-07-01T21:19:37.403Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47772026-07-01T21:19:37.403Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47782026-07-01T21:19:38.162Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47792026-07-01T21:19:39.207Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47802026-07-01T21:19:39.981Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47812026-07-01T21:19:40.578Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47822026-07-01T21:19:45.398Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47832026-07-01T21:19:51.914Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47842026-07-01T21:19:51.915Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47852026-07-01T21:19:51.922Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47862026-07-01T21:19:51.922Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47872026-07-01T21:19:53.436Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47882026-07-01T21:19:54.683Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47892026-07-01T21:19:55.338Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47902026-07-01T21:19:56.558Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47912026-07-01T21:19:57.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s
47922026-07-01T21:19:57.285Z
47932026-07-01T21:19:57.285Zinfo: running `cargo check --bins` on wicket-dbg (295/299)
47942026-07-01T21:19:57.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-01T21:19:57.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-01T21:19:57.937Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47972026-07-01T21:19:57.937Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47982026-07-01T21:19:57.941Z Checking rtoolbox v0.0.3
47992026-07-01T21:19:58.065Z Checking tui-tree-widget v0.23.1
48002026-07-01T21:19:58.156Z Checking rpassword v7.4.0
48012026-07-01T21:19:59.202Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48022026-07-01T21:20:02.281Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48032026-07-01T21:20:04.160Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48042026-07-01T21:20:05.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
48052026-07-01T21:20:05.211Z
48062026-07-01T21:20:05.211Zinfo: running `cargo check --bins` on wicket (296/299)
48072026-07-01T21:20:05.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-07-01T21:20:05.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-07-01T21:20:05.847Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48102026-07-01T21:20:06.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
48112026-07-01T21:20:06.371Z
48122026-07-01T21:20:06.371Zinfo: running `cargo check --bins` on wicketd (297/299)
48132026-07-01T21:20:06.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-07-01T21:20:06.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-07-01T21:20:07.029Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48162026-07-01T21:20:07.033Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48172026-07-01T21:20:07.033Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48182026-07-01T21:20:07.140Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48192026-07-01T21:20:08.023Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48202026-07-01T21:20:08.580Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48212026-07-01T21:20:11.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
48222026-07-01T21:20:11.769Z
48232026-07-01T21:20:11.770Zinfo: running `cargo check --bins` on omicron-workspace-hack (298/299)
48242026-07-01T21:20:12.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48252026-07-01T21:20:12.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48262026-07-01T21:20:12.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48272026-07-01T21:20:12.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48282026-07-01T21:20:12.287Z
48292026-07-01T21:20:12.287Zinfo: running `cargo check --bins` on zone-setup (299/299)
48302026-07-01T21:20:12.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48312026-07-01T21:20:12.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48322026-07-01T21:20:12.897Z Checking uzers v0.12.2
48332026-07-01T21:20:13.164Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48342026-07-01T21:20:13.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
48352026-07-01T21:20:14.081Z
48362026-07-01T21:20:14.081Zreal 13:43.263048069
48372026-07-01T21:20:14.081Zuser 20:51.298293638
48382026-07-01T21:20:14.081Zsys 4:10.050101557
48392026-07-01T21:20:14.081Ztrap 0.324884611
48402026-07-01T21:20:14.081Ztflt 0.672685671
48412026-07-01T21:20:14.081Zdflt 1.140769040
48422026-07-01T21:20:14.082Zkflt 0.004789482
48432026-07-01T21:20:14.082Zlock 1:17:07.882596412
48442026-07-01T21:20:14.082Zslp 1:39:44.567754564
48452026-07-01T21:20:14.082Zlat 52.982750404
48462026-07-01T21:20:14.082Zstop 3:31.641288843
48472026-07-01T21:20:14.085Zprocess exited: duration 944844 ms, exit code 0
 
48482026-07-01T21:20:14.092Zfound 0 output files