01KXPH447072CGYARPVST7BPEJ: 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: 01KXPH614TR3M5WFBB284D151V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T22:37:28.941Zjob assigned to worker 01KXPH68R2JW7PWB0J5G1QJDKF [factory aws, i-014617092403cd1b8] (queued for 58 s)
 
22026-07-16T22:37:35.334Zstarting task 0: "setup"
32026-07-16T22:37:35.338Z++ uname -s
42026-07-16T22:37:35.341Z+ kern=SunOS
52026-07-16T22:37:35.341Z+ build_user=build
62026-07-16T22:37:35.341Z+ build_uid=12345
72026-07-16T22:37:35.341Z+ work_dir=/work
82026-07-16T22:37:35.341Z+ input_dir=/input
92026-07-16T22:37:35.341Z+ [[ 0 == 12345 ]]
102026-07-16T22:37:35.341Z+ case "$kern" in
112026-07-16T22:37:35.341Z+ groupadd -g 12345 build
122026-07-16T22:37:35.344Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T22:37:37.348Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T22:37:37.423Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T22:37:37.426Z+ home_fs=zfs
162026-07-16T22:37:37.426Z+ [[ zfs == autofs ]]
172026-07-16T22:37:37.427Z+ mkdir -p /home/build
182026-07-16T22:37:37.427Z+ chown build:build /home/build /work
192026-07-16T22:37:38.427Z+ chmod 0700 /home/build /work
202026-07-16T22:37:38.430Zprocess exited: duration 3096 ms, exit code 0
 
212026-07-16T22:37:38.436Zstarting task 1: "rust-toolchain"
222026-07-16T22:37:38.440Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T22:37:38.440Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T22:37:38.440Z * rust toolchain channel = "1.96.1"
252026-07-16T22:37:38.440Z * rust toolchain profile = "default"
262026-07-16T22:37:38.440Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T22:37:38.440Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T22:37:38.444Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T22:37:38.444Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T22:37:38.522Zinfo: downloading installer
312026-07-16T22:37:39.815Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T22:37:39.815Zwarn: /home/build/.rustup/settings.toml
332026-07-16T22:37:39.815Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T22:37:39.815Zwarn: instead of the one inferred from the default host triple.
352026-07-16T22:37:39.827Zinfo: profile set to default
362026-07-16T22:37:39.827Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T22:37:39.830Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T22:37:39.959Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T22:37:39.962Zinfo: downloading 6 components
402026-07-16T22:37:53.667Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T22:37:53.667Z
422026-07-16T22:37:53.696Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T22:37:53.696Z
442026-07-16T22:37:53.696Z
452026-07-16T22:37:53.696ZRust is installed now. Great!
462026-07-16T22:37:53.696Z
472026-07-16T22:37:53.697ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T22:37:53.697Zenvironment variable. This has not been done automatically.
492026-07-16T22:37:53.697Z
502026-07-16T22:37:53.697ZTo configure your current shell, you need to source
512026-07-16T22:37:53.697Zthe corresponding env file under $HOME/.cargo.
522026-07-16T22:37:53.697Z
532026-07-16T22:37:53.697ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T22:37:53.700Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T22:37:53.700Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T22:37:53.700Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T22:37:53.700Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T22:37:53.700Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T22:37:53.700Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T22:37:53.700Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T22:37:53.700Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T22:37:53.805Z+ rustup --version
632026-07-16T22:37:53.814Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T22:37:53.818Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T22:37:53.835Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T22:37:53.838Z+ cargo --version
672026-07-16T22:37:53.852Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T22:37:53.854Z+ rustc --version
692026-07-16T22:37:53.874Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T22:37:53.876Zprocess exited: duration 15439 ms, exit code 0
 
712026-07-16T22:37:53.883Zstarting task 2: "authentication"
722026-07-16T22:37:53.899Zprocess exited: duration 15 ms, exit code 0
 
732026-07-16T22:37:53.904Zstarting task 3: "clone repository"
742026-07-16T22:37:53.907Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T22:37:53.912Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T22:37:53.940ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T22:38:05.094Z+ cd /work/oxidecomputer/omicron
782026-07-16T22:38:05.094Z+ git fetch origin cfb5b3af7addba321b7421c4ef3d906a42d1dc07
792026-07-16T22:38:05.361ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T22:38:05.361Z * branch cfb5b3af7addba321b7421c4ef3d906a42d1dc07 -> FETCH_HEAD
812026-07-16T22:38:05.370Z+ [[ -n dependabot/cargo/diesel-2.3.10 ]]
822026-07-16T22:38:05.377Z++ git branch --show-current
832026-07-16T22:38:05.377Z+ current=main
842026-07-16T22:38:05.377Z+ [[ main != dependabot/cargo/diesel-2.3.10 ]]
852026-07-16T22:38:05.377Z+ git branch -f dependabot/cargo/diesel-2.3.10 cfb5b3af7addba321b7421c4ef3d906a42d1dc07
862026-07-16T22:38:05.387Z+ git checkout -f dependabot/cargo/diesel-2.3.10
872026-07-16T22:38:05.621ZSwitched to branch 'dependabot/cargo/diesel-2.3.10'
882026-07-16T22:38:05.624Z+ git reset --hard cfb5b3af7addba321b7421c4ef3d906a42d1dc07
892026-07-16T22:38:05.639ZHEAD is now at cfb5b3af7 bump diesel from 2.3.7 to 2.3.10
902026-07-16T22:38:05.642Zprocess exited: duration 11734 ms, exit code 0
 
912026-07-16T22:38:05.649Zstarting task 4: "build"
922026-07-16T22:38:05.653Z+ source .github/buildomat/ci-env.sh
932026-07-16T22:38:05.653Z++ export CARGO_TERM_COLOR=always
942026-07-16T22:38:05.653Z++ CARGO_TERM_COLOR=always
952026-07-16T22:38:05.656Z+++ uname -s
962026-07-16T22:38:05.656Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T22:38:05.656Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T22:38:05.656Z+ cargo --version
992026-07-16T22:38:05.665Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T22:38:05.669Z+ rustc --version
1012026-07-16T22:38:05.688Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T22:38:05.692Z+ source ./env.sh
1032026-07-16T22:38:05.692Z++ OLD_SHELL_OPTS=ehxB
1042026-07-16T22:38:05.692Z++ set -o xtrace
1052026-07-16T22:38:05.698Z++++ dirname ./env.sh
1062026-07-16T22:38:05.698Z+++ readlink -f .
1072026-07-16T22:38:05.704Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-16T22:38:05.704Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-16T22:38:05.704Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-16T22:38:05.704Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-16T22:38:05.704Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-16T22:38:05.704Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-16T22:38:05.704Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-16T22:38:05.704Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-16T22:38:05.704Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-16T22:38:05.704Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-16T22:38:05.704Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-16T22:38:05.704Z++ case $OLD_SHELL_OPTS in
1192026-07-16T22:38:05.704Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-16T22:38:05.705Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-16T22:38:05.705Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-16T22:38:05.705Z+ banner prerequisites
1232026-07-16T22:38:05.705Z
1242026-07-16T22:38:05.705Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-16T22:38:05.705Z # # # # # # # # # # # # # # #
1262026-07-16T22:38:05.705Z # # # # ##### # # ##### # # # # # #### #
1272026-07-16T22:38:05.705Z ##### ##### # ##### # # # # # # # # #
1282026-07-16T22:38:05.705Z # # # # # # # # # # # # # # #
1292026-07-16T22:38:05.705Z # # # ###### # # ###### ### # #### # #### #
1302026-07-16T22:38:05.705Z
1312026-07-16T22:38:05.705Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-16T22:38:07.252Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-16T22:38:07.376Z Startup: Caching catalogs ... Done
1342026-07-16T22:38:07.941ZPlanning: Solver setup ... Done (0.515s)
1352026-07-16T22:38:07.970ZPlanning: Running solver ... Done (0.029s)
1362026-07-16T22:38:07.982ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-16T22:38:07.993ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-16T22:38:08.016ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-16T22:38:08.031ZPlanning: Package planning ... Done (0.013s)
1402026-07-16T22:38:08.034ZPlanning: Merging actions ... Done (0.001s)
1412026-07-16T22:38:08.198ZPlanning: Checking for conflicting actions ... Done (0.165s)
1422026-07-16T22:38:08.201ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-16T22:38:09.029ZPlanning: Evaluating mediators ... Done (0.831s)
1442026-07-16T22:38:09.032ZPlanning: Planning completed in 1.63 seconds
1452026-07-16T22:38:09.038Z Packages to install: 2
1462026-07-16T22:38:09.041Z Estimated space available: 156.08 GB
1472026-07-16T22:38:09.041ZEstimated space to be consumed: 34.06 MB
1482026-07-16T22:38:09.041Z Create boot environment: No
1492026-07-16T22:38:09.042ZCreate backup boot environment: No
1502026-07-16T22:38:09.042Z Rebuild boot archive: No
1512026-07-16T22:38:09.042Z
1522026-07-16T22:38:09.042ZChanged packages:
1532026-07-16T22:38:09.042Zhelios
1542026-07-16T22:38:09.042Z developer/build-essential
1552026-07-16T22:38:09.042Z None -> 11-3.0
1562026-07-16T22:38:09.042Z library/libxmlsec1
1572026-07-16T22:38:09.042Z None -> 1.2.35-3.0
1582026-07-16T22:38:09.061Z
1592026-07-16T22:38:09.061ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-16T22:38:09.656ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1612026-07-16T22:38:09.716Z Actions: 1/268 actions (Installing new actions)
1622026-07-16T22:38:09.756Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-16T22:38:09.764ZFinalize: Updating package state database ... Done (0.012s)
1642026-07-16T22:38:09.764ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-16T22:38:09.795ZFinalize: Updating image state ... Done (0.032s)
1662026-07-16T22:38:12.152ZFinalize: Creating fast lookup database ... Done (2.333s)
1672026-07-16T22:38:12.219ZFinalize: Reading search index ... Done (0.011s)
1682026-07-16T22:38:12.222ZFinalize: Updating search index ... Done (0.000s)
1692026-07-16T22:38:12.371ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-16T22:38:12.678ZPlanning: Evaluating mediator changes ... Done
1712026-07-16T22:38:12.784ZPlanning: Checking for conflicting actions ... Done
1722026-07-16T22:38:12.787ZPlanning: Consolidating action changes ... Done
1732026-07-16T22:38:12.943ZPlanning: Evaluating mediators ... Done
1742026-07-16T22:38:12.948ZPlanning: Planning completed in 0.26 seconds
1752026-07-16T22:38:12.963Z Mediators to change: 2
1762026-07-16T22:38:12.966Z Create boot environment: No
1772026-07-16T22:38:12.966ZCreate backup boot environment: No
1782026-07-16T22:38:13.012ZFinalize: Updating package state database ... Done
1792026-07-16T22:38:13.015ZFinalize: Updating package cache ... Done
1802026-07-16T22:38:13.031ZFinalize: Updating image state ... Done
1812026-07-16T22:38:14.989ZFinalize: Creating fast lookup database ... Done
1822026-07-16T22:38:15.052ZFinalize: Reading search index ... Done
1832026-07-16T22:38:15.055ZFinalize: Updating search index ... Done
1842026-07-16T22:38:15.150ZFinalize: Updating package cache ... Done
1852026-07-16T22:38:15.435ZPlanning: Evaluating mediator changes ... Done
1862026-07-16T22:38:15.541ZPlanning: Checking for conflicting actions ... Done
1872026-07-16T22:38:15.547ZPlanning: Consolidating action changes ... Done
1882026-07-16T22:38:15.703ZPlanning: Evaluating mediators ... Done
1892026-07-16T22:38:15.706ZPlanning: Planning completed in 0.26 seconds
1902026-07-16T22:38:15.722Z Mediators to change: 1
1912026-07-16T22:38:15.722Z Create boot environment: No
1922026-07-16T22:38:15.725ZCreate backup boot environment: No
1932026-07-16T22:38:15.769ZFinalize: Updating package state database ... Done
1942026-07-16T22:38:15.769ZFinalize: Updating package cache ... Done
1952026-07-16T22:38:15.786ZFinalize: Updating image state ... Done
1962026-07-16T22:38:17.728ZFinalize: Creating fast lookup database ... Done
1972026-07-16T22:38:17.791ZFinalize: Reading search index ... Done
1982026-07-16T22:38:17.794ZFinalize: Updating search index ... Done
1992026-07-16T22:38:17.869ZFinalize: Updating package cache ... Done
2002026-07-16T22:38:18.188ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-16T22:38:18.188Zapache system 2.4 system
2022026-07-16T22:38:18.188Zclang system 15 system
2032026-07-16T22:38:18.188Zcsh system system illumos
2042026-07-16T22:38:18.188Zctags system system illumos
2052026-07-16T22:38:18.188Zfile vendor vendor darwinsys
2062026-07-16T22:38:18.188Zfile system system illumos
2072026-07-16T22:38:18.188Zgcc vendor 14 vendor
2082026-07-16T22:38:18.188Zgcc system 13 system
2092026-07-16T22:38:18.188Zgcc system 10 system
2102026-07-16T22:38:18.188Zgo system 1.25 system
2112026-07-16T22:38:18.188Zllvm system 15 system
2122026-07-16T22:38:18.188Zmariadb system 11.4 system
2132026-07-16T22:38:18.188Zmta vendor vendor dma
2142026-07-16T22:38:18.188Zopenjdk system 17 system
2152026-07-16T22:38:18.188Zopenjdk system 11 system
2162026-07-16T22:38:18.188Zopenssl vendor 3 vendor
2172026-07-16T22:38:18.188Zperl system 5.40 system
2182026-07-16T22:38:18.188Zpostgresql system 18 system
2192026-07-16T22:38:18.188Zpostgresql system 17 system
2202026-07-16T22:38:18.188Zpython vendor 3 vendor
2212026-07-16T22:38:18.188Zpython system 2 system
2222026-07-16T22:38:18.188Zpython3 vendor 3.13 vendor
2232026-07-16T22:38:18.188Zruby system 3.4 system
2242026-07-16T22:38:18.188Zruby system 3.0 system
2252026-07-16T22:38:18.188Zwords vendor vendor american-english
2262026-07-16T22:38:18.188Zwords system system australian-english
2272026-07-16T22:38:18.189Zwords system system british-english
2282026-07-16T22:38:18.189Zwords system system canadian-english
2292026-07-16T22:38:18.189Zwords system system french
2302026-07-16T22:38:18.189Zwords system system italian
2312026-07-16T22:38:18.189Zwords system system ngerman
2322026-07-16T22:38:18.189Zwords system system ogerman
2332026-07-16T22:38:18.189Zwords system system spanish
2342026-07-16T22:38:18.441ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-16T22:38:18.441Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-16T22:38:18.748ZFMRI IFO
2372026-07-16T22:38:18.749Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-16T22:38:18.749Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-16T22:38:18.749Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-16T22:38:18.749Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-16T22:38:18.749Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-16T22:38:18.749Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-16T22:38:18.749Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-16T22:38:18.749Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-16T22:38:18.749Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-16T22:38:19.020Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-16T22:38:19.298Z Updating crates.io index
2482026-07-16T22:38:19.301Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-16T22:38:19.528Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-16T22:38:19.783Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-16T22:38:20.670Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-16T22:38:21.178Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-16T22:38:23.108Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-16T22:38:24.063Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-16T22:38:24.320Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-16T22:38:24.659Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-16T22:38:25.819Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-16T22:38:26.060Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-16T22:38:26.369Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-16T22:38:26.657Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-16T22:38:27.125Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-16T22:38:28.186Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-16T22:38:28.224Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-16T22:38:28.224Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-16T22:38:28.356Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-16T22:38:28.666Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-16T22:38:28.876Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-16T22:38:29.097Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-16T22:38:29.365Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-16T22:38:29.719Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-16T22:38:30.068Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-16T22:38:30.290Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-16T22:38:30.670Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-16T22:38:30.917Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-16T22:38:31.271Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-16T22:38:31.742Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-16T22:38:31.990Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-16T22:38:32.202Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-16T22:38:32.559Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-16T22:38:32.917Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-16T22:38:33.175Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-16T22:38:33.622Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-16T22:38:33.883Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-16T22:38:34.153Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-16T22:38:34.411Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-16T22:38:34.642Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-16T22:38:34.886Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-16T22:38:35.125Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-16T22:38:38.122Z Downloading crates ...
2902026-07-16T22:38:38.168Z Downloaded anstyle-query v1.1.5
2912026-07-16T22:38:38.227Z Downloaded anstream v1.0.0
2922026-07-16T22:38:38.227Z Downloaded anyhow v1.0.102
2932026-07-16T22:38:38.227Z Downloaded errno v0.3.14
2942026-07-16T22:38:38.227Z Downloaded equivalent v1.0.2
2952026-07-16T22:38:38.227Z Downloaded dtrace-parser v0.2.0
2962026-07-16T22:38:38.227Z Downloaded autocfg v1.5.0
2972026-07-16T22:38:38.268Z Downloaded indexmap v2.14.0
2982026-07-16T22:38:38.268Z Downloaded heck v0.5.0
2992026-07-16T22:38:38.268Z Downloaded anstyle-parse v1.0.0
3002026-07-16T22:38:38.268Z Downloaded fnv v1.0.7
3012026-07-16T22:38:38.268Z Downloaded dof v0.3.0
3022026-07-16T22:38:38.268Z Downloaded cfg-if v1.0.4
3032026-07-16T22:38:38.269Z Downloaded memmap v0.7.0
3042026-07-16T22:38:38.269Z Downloaded is_terminal_polyfill v1.70.2
3052026-07-16T22:38:38.269Z Downloaded cpufeatures v0.2.17
3062026-07-16T22:38:38.269Z Downloaded camino v1.2.2
3072026-07-16T22:38:38.269Z Downloaded fastrand v2.3.0
3082026-07-16T22:38:38.269Z Downloaded itoa v1.0.17
3092026-07-16T22:38:38.269Z Downloaded zerocopy v0.7.35
3102026-07-16T22:38:38.269Z Downloaded heck v0.4.1
3112026-07-16T22:38:38.269Z Downloaded zmij v1.0.21
3122026-07-16T22:38:38.269Z Downloaded hashbrown v0.17.0
3132026-07-16T22:38:38.269Z Downloaded crypto-common v0.1.7
3142026-07-16T22:38:38.269Z Downloaded byteorder v1.5.0
3152026-07-16T22:38:38.269Z Downloaded clap_lex v1.0.0
3162026-07-16T22:38:38.269Z Downloaded version_check v0.9.5
3172026-07-16T22:38:38.269Z Downloaded bytecount v0.6.9
3182026-07-16T22:38:38.269Z Downloaded thread-id v4.2.2
3192026-07-16T22:38:38.269Z Downloaded colorchoice v1.0.4
3202026-07-16T22:38:38.269Z Downloaded unicode-linebreak v0.1.5
3212026-07-16T22:38:38.269Z Downloaded proc-macro-error-attr v1.0.4
3222026-07-16T22:38:38.269Z Downloaded usdt-attr-macro v0.5.0
3232026-07-16T22:38:38.269Z Downloaded toml_write v0.1.2
3242026-07-16T22:38:38.269Z Downloaded macaddr v1.0.1
3252026-07-16T22:38:38.269Z Downloaded block-buffer v0.10.4
3262026-07-16T22:38:38.269Z Downloaded swrite v0.1.0
3272026-07-16T22:38:38.269Z Downloaded strsim v0.11.1
3282026-07-16T22:38:38.269Z Downloaded terminal_size v0.4.3
3292026-07-16T22:38:38.270Z Downloaded scroll_derive v0.12.1
3302026-07-16T22:38:38.281Z Downloaded cargo_metadata v0.23.1
3312026-07-16T22:38:38.281Z Downloaded proc-macro-error v1.0.4
3322026-07-16T22:38:38.281Z Downloaded pest_generator v2.8.6
3332026-07-16T22:38:38.281Z Downloaded generic-array v0.14.7
3342026-07-16T22:38:38.281Z Downloaded pretty-hex v0.4.1
3352026-07-16T22:38:38.281Z Downloaded cargo-platform v0.3.2
3362026-07-16T22:38:38.291Z Downloaded serde_spanned v0.6.9
3372026-07-16T22:38:38.292Z Downloaded usdt v0.5.0
3382026-07-16T22:38:38.292Z Downloaded usdt-macro v0.5.0
3392026-07-16T22:38:38.292Z Downloaded toml_datetime v0.6.11
3402026-07-16T22:38:38.292Z Downloaded utf8parse v0.2.2
3412026-07-16T22:38:38.292Z Downloaded tabled_derive v0.7.0
3422026-07-16T22:38:38.296Z Downloaded cargo_toml v0.21.0
3432026-07-16T22:38:38.299Z Downloaded plain v0.2.3
3442026-07-16T22:38:38.299Z Downloaded scroll v0.12.0
3452026-07-16T22:38:38.325Z Downloaded anstyle v1.0.14
3462026-07-16T22:38:38.325Z Downloaded usdt-impl v0.5.0
3472026-07-16T22:38:38.389Z Downloaded camino-tempfile v1.4.1
3482026-07-16T22:38:38.389Z Downloaded thiserror-impl v1.0.69
3492026-07-16T22:38:38.389Z Downloaded thiserror v2.0.18
3502026-07-16T22:38:38.389Z Downloaded papergrid v0.11.0
3512026-07-16T22:38:38.389Z Downloaded smawk v0.3.2
3522026-07-16T22:38:38.389Z Downloaded serde_tokenstream v0.2.3
3532026-07-16T22:38:38.389Z Downloaded thiserror-impl v2.0.18
3542026-07-16T22:38:38.390Z Downloaded quote v1.0.45
3552026-07-16T22:38:38.390Z Downloaded thiserror v1.0.69
3562026-07-16T22:38:38.390Z Downloaded fs-err v3.3.0
3572026-07-16T22:38:38.390Z Downloaded digest v0.10.7
3582026-07-16T22:38:38.390Z Downloaded sha2 v0.10.9
3592026-07-16T22:38:38.404Z Downloaded once_cell v1.21.3
3602026-07-16T22:38:38.404Z Downloaded tempfile v3.25.0
3612026-07-16T22:38:38.404Z Downloaded ucd-trie v0.1.7
3622026-07-16T22:38:38.404Z Downloaded zerocopy-derive v0.7.35
3632026-07-16T22:38:38.405Z Downloaded clap_derive v4.6.1
3642026-07-16T22:38:38.405Z Downloaded unicode-ident v1.0.24
3652026-07-16T22:38:38.405Z Downloaded clap v4.6.1
3662026-07-16T22:38:38.405Z Downloaded toml v0.8.23
3672026-07-16T22:38:38.405Z Downloaded semver v1.0.28
3682026-07-16T22:38:38.405Z Downloaded proc-macro2 v1.0.106
3692026-07-16T22:38:38.405Z Downloaded serde_core v1.0.228
3702026-07-16T22:38:38.405Z Downloaded getrandom v0.4.1
3712026-07-16T22:38:38.405Z Downloaded pest_derive v2.8.6
3722026-07-16T22:38:38.405Z Downloaded log v0.4.29
3732026-07-16T22:38:38.405Z Downloaded serde_derive v1.0.228
3742026-07-16T22:38:38.405Z Downloaded pest v2.8.6
3752026-07-16T22:38:38.405Z Downloaded toml_edit v0.22.27
3762026-07-16T22:38:38.405Z Downloaded textwrap v0.16.2
3772026-07-16T22:38:38.405Z Downloaded pest_meta v2.8.6
3782026-07-16T22:38:38.405Z Downloaded bitflags v2.11.0
3792026-07-16T22:38:38.405Z Downloaded serde v1.0.228
3802026-07-16T22:38:38.418Z Downloaded memchr v2.8.0
3812026-07-16T22:38:38.426Z Downloaded typenum v1.20.1
3822026-07-16T22:38:38.495Z Downloaded clap_builder v4.6.0
3832026-07-16T22:38:38.502Z Downloaded serde_json v1.0.150
3842026-07-16T22:38:38.502Z Downloaded goblin v0.8.2
3852026-07-16T22:38:38.502Z Downloaded winnow v0.7.14
3862026-07-16T22:38:38.502Z Downloaded tabled v0.15.0
3872026-07-16T22:38:38.502Z Downloaded syn v1.0.109
3882026-07-16T22:38:38.541Z Downloaded unicode-width v0.2.0
3892026-07-16T22:38:38.541Z Downloaded unicode-width v0.1.14
3902026-07-16T22:38:38.543Z Downloaded syn v2.0.117
3912026-07-16T22:38:38.584Z Downloaded rustix v1.1.3
3922026-07-16T22:38:38.614Z Downloaded libc v0.2.185
3932026-07-16T22:38:38.663Z Compiling proc-macro2 v1.0.106
3942026-07-16T22:38:38.663Z Compiling quote v1.0.45
3952026-07-16T22:38:38.663Z Compiling unicode-ident v1.0.24
3962026-07-16T22:38:38.663Z Compiling serde_core v1.0.228
3972026-07-16T22:38:38.663Z Compiling libc v0.2.185
3982026-07-16T22:38:38.663Z Compiling version_check v0.9.5
3992026-07-16T22:38:38.663Z Compiling memchr v2.8.0
4002026-07-16T22:38:38.663Z Compiling serde v1.0.228
4012026-07-16T22:38:38.975Z Compiling zmij v1.0.21
4022026-07-16T22:38:39.239Z Compiling ucd-trie v0.1.7
4032026-07-16T22:38:39.249Z Compiling itoa v1.0.17
4042026-07-16T22:38:39.410Z Compiling thiserror v1.0.69
4052026-07-16T22:38:39.457Z Compiling pest v2.8.6
4062026-07-16T22:38:39.509Z Compiling rustix v1.1.3
4072026-07-16T22:38:39.706Z Compiling byteorder v1.5.0
4082026-07-16T22:38:39.905Z Compiling errno v0.3.14
4092026-07-16T22:38:40.014Z Compiling bitflags v2.11.0
4102026-07-16T22:38:40.056Z Compiling syn v2.0.117
4112026-07-16T22:38:40.081Z Compiling serde_json v1.0.150
4122026-07-16T22:38:40.133Z Compiling thread-id v4.2.2
4132026-07-16T22:38:40.234Z Compiling proc-macro-error-attr v1.0.4
4142026-07-16T22:38:40.301Z Compiling usdt-impl v0.5.0
4152026-07-16T22:38:40.340Z Compiling camino v1.2.2
4162026-07-16T22:38:40.426Z Compiling syn v1.0.109
4172026-07-16T22:38:40.525Z Compiling pest_meta v2.8.6
4182026-07-16T22:38:40.763Z Compiling proc-macro-error v1.0.4
4192026-07-16T22:38:40.787Z Compiling utf8parse v0.2.2
4202026-07-16T22:38:40.796Z Compiling getrandom v0.4.1
4212026-07-16T22:38:40.904Z Compiling hashbrown v0.17.0
4222026-07-16T22:38:40.963Z Compiling log v0.4.29
4232026-07-16T22:38:41.154Z Compiling equivalent v1.0.2
4242026-07-16T22:38:41.173Z Compiling plain v0.2.3
4252026-07-16T22:38:41.275Z Compiling terminal_size v0.4.3
4262026-07-16T22:38:41.418Z Compiling indexmap v2.14.0
4272026-07-16T22:38:41.470Z Compiling anstyle-parse v1.0.0
4282026-07-16T22:38:41.915Z Compiling pretty-hex v0.4.1
4292026-07-16T22:38:42.035Z Compiling autocfg v1.5.0
4302026-07-16T22:38:42.052Z Compiling thiserror v2.0.18
4312026-07-16T22:38:42.055Z Compiling anstyle v1.0.14
4322026-07-16T22:38:42.128Z Compiling cfg-if v1.0.4
4332026-07-16T22:38:42.145Z Compiling toml_write v0.1.2
4342026-07-16T22:38:42.204Z Compiling anstyle-query v1.1.5
4352026-07-16T22:38:42.291Z Compiling pest_generator v2.8.6
4362026-07-16T22:38:42.294Z Compiling winnow v0.7.14
4372026-07-16T22:38:42.355Z Compiling is_terminal_polyfill v1.70.2
4382026-07-16T22:38:42.359Z Compiling colorchoice v1.0.4
4392026-07-16T22:38:42.452Z Compiling fs-err v3.3.0
4402026-07-16T22:38:42.471Z Compiling anstream v1.0.0
4412026-07-16T22:38:42.624Z Compiling fnv v1.0.7
4422026-07-16T22:38:42.696Z Compiling clap_lex v1.0.0
4432026-07-16T22:38:42.727Z Compiling fastrand v2.3.0
4442026-07-16T22:38:42.792Z Compiling once_cell v1.21.3
4452026-07-16T22:38:42.986Z Compiling unicode-width v0.1.14
4462026-07-16T22:38:43.008Z Compiling strsim v0.11.1
4472026-07-16T22:38:43.026Z Compiling heck v0.4.1
4482026-07-16T22:38:43.052Z Compiling anyhow v1.0.102
4492026-07-16T22:38:43.070Z Compiling bytecount v0.6.9
4502026-07-16T22:38:43.212Z Compiling heck v0.5.0
4512026-07-16T22:38:43.249Z Compiling papergrid v0.11.0
4522026-07-16T22:38:43.269Z Compiling clap_builder v4.6.0
4532026-07-16T22:38:43.358Z Compiling tempfile v3.25.0
4542026-07-16T22:38:43.564Z Compiling semver v1.0.28
4552026-07-16T22:38:43.593Z Compiling cargo-platform v0.3.2
4562026-07-16T22:38:43.631Z Compiling tabled_derive v0.7.0
4572026-07-16T22:38:43.749Z Compiling memmap v0.7.0
4582026-07-16T22:38:43.882Z Compiling smawk v0.3.2
4592026-07-16T22:38:43.899Z Compiling serde_derive v1.0.228
4602026-07-16T22:38:43.902Z Compiling thiserror-impl v1.0.69
4612026-07-16T22:38:43.931Z Compiling zerocopy-derive v0.7.35
4622026-07-16T22:38:43.948Z Compiling pest_derive v2.8.6
4632026-07-16T22:38:44.017Z Compiling scroll_derive v0.12.1
4642026-07-16T22:38:44.393Z Compiling thiserror-impl v2.0.18
4652026-07-16T22:38:44.548Z Compiling clap_derive v4.6.1
4662026-07-16T22:38:44.683Z Compiling unicode-width v0.2.0
4672026-07-16T22:38:44.700Z Compiling scroll v0.12.0
4682026-07-16T22:38:44.793Z Compiling zerocopy v0.7.35
4692026-07-16T22:38:44.959Z Compiling goblin v0.8.2
4702026-07-16T22:38:44.977Z Compiling unicode-linebreak v0.1.5
4712026-07-16T22:38:45.224Z Compiling textwrap v0.16.2
4722026-07-16T22:38:45.298Z Compiling dtrace-parser v0.2.0
4732026-07-16T22:38:45.339Z Compiling tabled v0.15.0
4742026-07-16T22:38:45.847Z Compiling camino-tempfile v1.4.1
4752026-07-16T22:38:46.048Z Compiling swrite v0.1.0
4762026-07-16T22:38:46.291Z Compiling clap v4.6.1
4772026-07-16T22:38:47.042Z Compiling dof v0.3.0
4782026-07-16T22:38:47.042Z Compiling serde_tokenstream v0.2.3
4792026-07-16T22:38:47.042Z Compiling serde_spanned v0.6.9
4802026-07-16T22:38:47.045Z Compiling toml_datetime v0.6.11
4812026-07-16T22:38:47.045Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-16T22:38:47.145Z Compiling macaddr v1.0.1
4832026-07-16T22:38:47.204Z Compiling cargo_metadata v0.23.1
4842026-07-16T22:38:47.367Z Compiling toml_edit v0.22.27
4852026-07-16T22:38:47.829Z Compiling usdt-macro v0.5.0
4862026-07-16T22:38:47.829Z Compiling usdt-attr-macro v0.5.0
4872026-07-16T22:38:48.448Z Compiling usdt v0.5.0
4882026-07-16T22:38:48.728Z Compiling toml v0.8.23
4892026-07-16T22:38:49.057Z Compiling cargo_toml v0.21.0
4902026-07-16T22:38:50.312Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-16T22:38:52.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.41s
4922026-07-16T22:38:52.472Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-16T22:38:52.985Z Downloading crates ...
4942026-07-16T22:38:53.076Z Downloaded adler2 v2.0.1
4952026-07-16T22:38:53.089Z Downloaded assert_matches v1.5.0
4962026-07-16T22:38:53.092Z Downloaded ar_archive_writer v0.5.1
4972026-07-16T22:38:53.100Z Downloaded const_format_proc_macros v0.2.34
4982026-07-16T22:38:53.104Z Downloaded bit-set v0.5.3
4992026-07-16T22:38:53.104Z Downloaded base64ct v1.8.3
5002026-07-16T22:38:53.104Z Downloaded base16ct v0.2.0
5012026-07-16T22:38:53.104Z Downloaded async-stream-impl v0.3.6
5022026-07-16T22:38:53.104Z Downloaded corncobs v0.1.4
5032026-07-16T22:38:53.110Z Downloaded array-init v0.0.4
5042026-07-16T22:38:53.110Z Downloaded bit-vec v0.8.0
5052026-07-16T22:38:53.115Z Downloaded cookie v0.18.1
5062026-07-16T22:38:53.115Z Downloaded cookie_store v0.22.1
5072026-07-16T22:38:53.119Z Downloaded debug-ignore v1.0.5
5082026-07-16T22:38:53.119Z Downloaded crossbeam-epoch v0.9.18
5092026-07-16T22:38:53.124Z Downloaded bitfield-macros v0.19.4
5102026-07-16T22:38:53.124Z Downloaded atty v0.2.14
5112026-07-16T22:38:53.124Z Downloaded crypto-common v0.2.2
5122026-07-16T22:38:53.124Z Downloaded ctutils v0.4.2
5132026-07-16T22:38:53.127Z Downloaded crc8 v0.1.1
5142026-07-16T22:38:53.127Z Downloaded aead v0.6.1
5152026-07-16T22:38:53.127Z Downloaded bcs v0.1.6
5162026-07-16T22:38:53.127Z Downloaded bit-set v0.8.0
5172026-07-16T22:38:53.132Z Downloaded aead v0.5.2
5182026-07-16T22:38:53.132Z Downloaded darling_macro v0.23.0
5192026-07-16T22:38:53.132Z Downloaded backoff v0.4.0
5202026-07-16T22:38:53.135Z Downloaded ascii-canvas v3.0.0
5212026-07-16T22:38:53.135Z Downloaded atomicwrites v0.4.4
5222026-07-16T22:38:53.135Z Downloaded bitfield-struct v0.6.2
5232026-07-16T22:38:53.135Z Downloaded arrayvec v0.7.6
5242026-07-16T22:38:53.138Z Downloaded dirs-next v2.0.0
5252026-07-16T22:38:53.138Z Downloaded crucible-workspace-hack v0.1.0
5262026-07-16T22:38:53.138Z Downloaded backon v1.6.0
5272026-07-16T22:38:53.141Z Downloaded darling_macro v0.13.4
5282026-07-16T22:38:53.141Z Downloaded bcrypt-pbkdf v0.11.0
5292026-07-16T22:38:53.141Z Downloaded bb8 v0.8.6
5302026-07-16T22:38:53.144Z Downloaded dyn-clone v1.0.20
5312026-07-16T22:38:53.144Z Downloaded crunchy v0.2.4
5322026-07-16T22:38:53.144Z Downloaded defmt v0.3.100
5332026-07-16T22:38:53.147Z Downloaded ciborium-io v0.2.2
5342026-07-16T22:38:53.147Z Downloaded crc v3.4.0
5352026-07-16T22:38:53.147Z Downloaded base16ct v1.0.0
5362026-07-16T22:38:53.147Z Downloaded cstr-argument v0.1.2
5372026-07-16T22:38:53.150Z Downloaded cpubits v0.1.1
5382026-07-16T22:38:53.150Z Downloaded convert_case v0.4.0
5392026-07-16T22:38:53.150Z Downloaded ctr v0.10.1
5402026-07-16T22:38:53.153Z Downloaded crossbeam-deque v0.8.6
5412026-07-16T22:38:53.156Z Downloaded darling_macro v0.21.3
5422026-07-16T22:38:53.159Z Downloaded cpufeatures v0.3.0
5432026-07-16T22:38:53.159Z Downloaded bit-vec v0.6.3
5442026-07-16T22:38:53.162Z Downloaded difflib v0.4.0
5452026-07-16T22:38:53.162Z Downloaded ahash v0.8.12
5462026-07-16T22:38:53.166Z Downloaded darling v0.13.4
5472026-07-16T22:38:53.169Z Downloaded crc-catalog v2.4.0
5482026-07-16T22:38:53.169Z Downloaded byte-wrapper v0.1.0
5492026-07-16T22:38:53.172Z Downloaded anstyle-parse v0.2.7
5502026-07-16T22:38:53.175Z Downloaded arrayref v0.3.9
5512026-07-16T22:38:53.175Z Downloaded downcast-rs v2.0.2
5522026-07-16T22:38:53.178Z Downloaded darling_macro v0.20.11
5532026-07-16T22:38:53.178Z Downloaded castaway v0.2.4
5542026-07-16T22:38:53.181Z Downloaded dunce v1.0.5
5552026-07-16T22:38:53.181Z Downloaded ciborium-ll v0.2.2
5562026-07-16T22:38:53.189Z Downloaded defmt-parser v1.0.0
5572026-07-16T22:38:53.189Z Downloaded document-features v0.2.12
5582026-07-16T22:38:53.189Z Downloaded digest-io v0.1.0
5592026-07-16T22:38:53.193Z Downloaded curve25519-dalek-derive v0.1.1
5602026-07-16T22:38:53.196Z Downloaded darling v0.23.0
5612026-07-16T22:38:53.196Z Downloaded cfg_aliases v0.2.1
5622026-07-16T22:38:53.199Z Downloaded bitfield v0.19.4
5632026-07-16T22:38:53.199Z Downloaded async-stream v0.3.6
5642026-07-16T22:38:53.201Z Downloaded cfg_aliases v0.1.1
5652026-07-16T22:38:53.202Z Downloaded block-buffer v0.12.1
5662026-07-16T22:38:53.202Z Downloaded anstream v0.6.21
5672026-07-16T22:38:53.206Z Downloaded embedded-io v0.4.0
5682026-07-16T22:38:53.206Z Downloaded dtrace-parser v0.3.0
5692026-07-16T22:38:53.209Z Downloaded async-recursion v1.1.1
5702026-07-16T22:38:53.209Z Downloaded derive_builder_macro v0.20.2
5712026-07-16T22:38:53.212Z Downloaded display-error-chain v0.2.2
5722026-07-16T22:38:53.212Z Downloaded curve25519-dalek v4.1.3
5732026-07-16T22:38:53.216Z Downloaded digest v0.11.3
5742026-07-16T22:38:53.219Z Downloaded darling v0.21.3
5752026-07-16T22:38:53.223Z Downloaded crc-any v2.5.0
5762026-07-16T22:38:53.223Z Downloaded embedded-io v0.6.1
5772026-07-16T22:38:53.226Z Downloaded critical-section v1.2.0
5782026-07-16T22:38:53.226Z Downloaded compression-core v0.4.31
5792026-07-16T22:38:53.226Z Downloaded dof v0.4.0
5802026-07-16T22:38:53.226Z Downloaded block-padding v0.4.2
5812026-07-16T22:38:53.229Z Downloaded fd-lock v4.0.4
5822026-07-16T22:38:53.229Z Downloaded dirs-sys-next v0.1.2
5832026-07-16T22:38:53.229Z Downloaded dsl_auto_type v0.2.0
5842026-07-16T22:38:53.232Z Downloaded endian-type v0.1.2
5852026-07-16T22:38:53.237Z Downloaded float-ord v0.3.2
5862026-07-16T22:38:53.240Z Downloaded funty v2.0.0
5872026-07-16T22:38:53.244Z Downloaded form_urlencoded v1.2.2
5882026-07-16T22:38:53.244Z Downloaded env_filter v1.0.0
5892026-07-16T22:38:53.247Z Downloaded futures-io v0.3.32
5902026-07-16T22:38:53.247Z Downloaded enum-as-inner v0.6.1
5912026-07-16T22:38:53.247Z Downloaded defmt v1.0.1
5922026-07-16T22:38:53.247Z Downloaded der_derive v0.7.3
5932026-07-16T22:38:53.250Z Downloaded ed25519 v3.0.0
5942026-07-16T22:38:53.250Z Downloaded fixedbitset v0.4.2
5952026-07-16T22:38:53.253Z Downloaded diesel_table_macro_syntax v0.3.0
5962026-07-16T22:38:53.253Z Downloaded daft-derive v0.1.7
5972026-07-16T22:38:53.256Z Downloaded data-encoding v2.10.0
5982026-07-16T22:38:53.256Z Downloaded csv-core v0.1.13
5992026-07-16T22:38:53.260Z Downloaded async-trait v0.1.89
6002026-07-16T22:38:53.260Z Downloaded fxhash v0.2.1
6012026-07-16T22:38:53.260Z Downloaded float-cmp v0.10.0
6022026-07-16T22:38:53.263Z Downloaded futures-sink v0.3.32
6032026-07-16T22:38:53.263Z Downloaded futures-macro v0.3.32
6042026-07-16T22:38:53.263Z Downloaded futures-core v0.3.32
6052026-07-16T22:38:53.264Z Downloaded foreign-types-shared v0.3.1
6062026-07-16T22:38:53.267Z Downloaded git-stub v1.0.0
6072026-07-16T22:38:53.267Z Downloaded crossbeam-utils v0.8.21
6082026-07-16T22:38:53.270Z Downloaded derive-ex v0.1.8
6092026-07-16T22:38:53.270Z Downloaded cobs v0.3.0
6102026-07-16T22:38:53.270Z Downloaded buf-list v1.1.2
6112026-07-16T22:38:53.273Z Downloaded compression-codecs v0.4.37
6122026-07-16T22:38:53.277Z Downloaded diesel-dtrace v0.5.0
6132026-07-16T22:38:53.277Z Downloaded foreign-types v0.3.2
6142026-07-16T22:38:53.277Z Downloaded foreign-types-shared v0.1.1
6152026-07-16T22:38:53.283Z Downloaded daft v0.1.7
6162026-07-16T22:38:53.283Z Downloaded dropshot-api-manager-types v0.7.2
6172026-07-16T22:38:53.283Z Downloaded displaydoc v0.2.5
6182026-07-16T22:38:53.283Z Downloaded cmov v0.5.4
6192026-07-16T22:38:53.290Z Downloaded elliptic-curve v0.13.8
6202026-07-16T22:38:53.290Z Downloaded ghash v0.6.0
6212026-07-16T22:38:53.290Z Downloaded futures-task v0.3.32
6222026-07-16T22:38:53.290Z Downloaded globwalk v0.9.1
6232026-07-16T22:38:53.295Z Downloaded darling_core v0.23.0
6242026-07-16T22:38:53.295Z Downloaded convert_case v0.10.0
6252026-07-16T22:38:53.295Z Downloaded console v0.15.11
6262026-07-16T22:38:53.295Z Downloaded hash32 v0.3.1
6272026-07-16T22:38:53.298Z Downloaded hash32 v0.2.1
6282026-07-16T22:38:53.298Z Downloaded constant_time_eq v0.4.2
6292026-07-16T22:38:53.298Z Downloaded ecdsa v0.16.9
6302026-07-16T22:38:53.298Z Downloaded fallible-iterator v0.2.0
6312026-07-16T22:38:53.301Z Downloaded cmake v0.1.57
6322026-07-16T22:38:53.301Z Downloaded cbc v0.2.1
6332026-07-16T22:38:53.301Z Downloaded bs58 v0.5.1
6342026-07-16T22:38:53.305Z Downloaded cexpr v0.6.0
6352026-07-16T22:38:53.305Z Downloaded cassowary v0.3.0
6362026-07-16T22:38:53.308Z Downloaded hex v0.4.3
6372026-07-16T22:38:53.308Z Downloaded chacha20 v0.9.1
6382026-07-16T22:38:53.308Z Downloaded foldhash v0.1.5
6392026-07-16T22:38:53.313Z Downloaded hex-literal v1.1.0
6402026-07-16T22:38:53.313Z Downloaded ff v0.13.1
6412026-07-16T22:38:53.313Z Downloaded ff v0.14.0
6422026-07-16T22:38:53.321Z Downloaded delegate v0.13.5
6432026-07-16T22:38:53.321Z Downloaded blowfish v0.10.0
6442026-07-16T22:38:53.322Z Downloaded cipher v0.4.4
6452026-07-16T22:38:53.322Z Downloaded camino-tempfile-ext v0.3.3
6462026-07-16T22:38:53.322Z Downloaded deranged v0.5.8
6472026-07-16T22:38:53.326Z Downloaded crc32fast v1.5.0
6482026-07-16T22:38:53.326Z Downloaded blake2 v0.11.0-rc.6
6492026-07-16T22:38:53.326Z Downloaded ena v0.14.4
6502026-07-16T22:38:53.326Z Downloaded defmt-macros v1.0.1
6512026-07-16T22:38:53.326Z Downloaded async-bb8-diesel v0.2.1
6522026-07-16T22:38:53.326Z Downloaded fs_extra v1.3.0
6532026-07-16T22:38:53.329Z Downloaded enum_dispatch v0.3.13
6542026-07-16T22:38:53.329Z Downloaded bitflags v1.3.2
6552026-07-16T22:38:53.333Z Downloaded headers-core v0.3.0
6562026-07-16T22:38:53.333Z Downloaded blake2 v0.10.6
6572026-07-16T22:38:53.333Z Downloaded hostname v0.4.2
6582026-07-16T22:38:53.337Z Downloaded hostname v0.3.1
6592026-07-16T22:38:53.337Z Downloaded bzip2 v0.6.1
6602026-07-16T22:38:53.337Z Downloaded derive_builder_core v0.20.2
6612026-07-16T22:38:53.340Z Downloaded foldhash v0.2.0
6622026-07-16T22:38:53.340Z Downloaded filetime v0.2.27
6632026-07-16T22:38:53.340Z Downloaded ecdsa v0.17.0-rc.18
6642026-07-16T22:38:53.340Z Downloaded derive_builder v0.20.2
6652026-07-16T22:38:53.343Z Downloaded darling v0.20.11
6662026-07-16T22:38:53.346Z Downloaded hubpack_derive v0.1.1
6672026-07-16T22:38:53.349Z Downloaded console v0.16.2
6682026-07-16T22:38:53.349Z Downloaded colored v3.1.1
6692026-07-16T22:38:53.352Z Downloaded bzip2 v0.4.4
6702026-07-16T22:38:53.352Z Downloaded hubpack v0.1.2
6712026-07-16T22:38:53.355Z Downloaded hyper-tls v0.6.0
6722026-07-16T22:38:53.355Z Downloaded http-body v1.0.1
6732026-07-16T22:38:53.355Z Downloaded home v0.5.12
6742026-07-16T22:38:53.358Z Downloaded group v0.14.0
6752026-07-16T22:38:53.358Z Downloaded group v0.13.0
6762026-07-16T22:38:53.358Z Downloaded glob v0.3.3
6772026-07-16T22:38:53.362Z Downloaded des v0.9.0
6782026-07-16T22:38:53.362Z Downloaded futures-executor v0.3.32
6792026-07-16T22:38:53.365Z Downloaded const-oid v0.9.6
6802026-07-16T22:38:53.365Z Downloaded ciborium v0.2.2
6812026-07-16T22:38:53.365Z Downloaded chacha20 v0.10.0
6822026-07-16T22:38:53.370Z Downloaded fixedbitset v0.5.7
6832026-07-16T22:38:53.370Z Downloaded cipher v0.5.2
6842026-07-16T22:38:53.376Z Downloaded cancel-safe-futures v0.1.5
6852026-07-16T22:38:53.376Z Downloaded globset v0.4.18
6862026-07-16T22:38:53.376Z Downloaded clang-sys v1.8.1
6872026-07-16T22:38:53.381Z Downloaded illumos-nvpair-sys v0.2.0
6882026-07-16T22:38:53.381Z Downloaded argon2 v0.5.3
6892026-07-16T22:38:53.381Z Downloaded idna_adapter v1.2.1
6902026-07-16T22:38:53.381Z Downloaded ident_case v1.0.1
6912026-07-16T22:38:53.381Z Downloaded http-range v0.1.5
6922026-07-16T22:38:53.385Z Downloaded instability v0.3.11
6932026-07-16T22:38:53.385Z Downloaded inout v0.2.2
6942026-07-16T22:38:53.385Z Downloaded futures-channel v0.3.32
6952026-07-16T22:38:53.385Z Downloaded env_logger v0.11.9
6962026-07-16T22:38:53.388Z Downloaded derive-where v1.6.0
6972026-07-16T22:38:53.388Z Downloaded dropshot_endpoint v0.17.1
6982026-07-16T22:38:53.391Z Downloaded erased-serde v0.3.31
6992026-07-16T22:38:53.394Z Downloaded illumos-nvpair v0.3.0
7002026-07-16T22:38:53.394Z Downloaded git-stub-vcs v0.1.0
7012026-07-16T22:38:53.394Z Downloaded gethostname v0.5.0
7022026-07-16T22:38:53.397Z Downloaded highway v1.3.0
7032026-07-16T22:38:53.397Z Downloaded fs-err v2.11.0
7042026-07-16T22:38:53.397Z Downloaded indoc v1.0.9
7052026-07-16T22:38:53.400Z Downloaded instant v0.1.13
7062026-07-16T22:38:53.400Z Downloaded is_ci v1.2.0
7072026-07-16T22:38:53.403Z Downloaded keccak v0.1.6
7082026-07-16T22:38:53.403Z Downloaded find-msvc-tools v0.1.9
7092026-07-16T22:38:53.403Z Downloaded is-terminal v0.4.17
7102026-07-16T22:38:53.406Z Downloaded inout v0.1.4
7112026-07-16T22:38:53.406Z Downloaded foreign-types-macros v0.2.3
7122026-07-16T22:38:53.406Z Downloaded either v1.15.0
7132026-07-16T22:38:53.410Z Downloaded ed25519 v2.2.3
7142026-07-16T22:38:53.410Z Downloaded foreign-types v0.5.0
7152026-07-16T22:38:53.410Z Downloaded indent_write v2.2.0
7162026-07-16T22:38:53.410Z Downloaded darling_core v0.13.4
7172026-07-16T22:38:53.414Z Downloaded base64 v0.22.1
7182026-07-16T22:38:53.419Z Downloaded internet-checksum v0.2.1
7192026-07-16T22:38:53.419Z Downloaded libscf-sys v1.1.0
7202026-07-16T22:38:53.419Z Downloaded lazy_static v1.5.0
7212026-07-16T22:38:53.423Z Downloaded allocator-api2 v0.2.21
7222026-07-16T22:38:53.423Z Downloaded lalrpop-util v0.19.12
7232026-07-16T22:38:53.423Z Downloaded humantime v2.3.0
7242026-07-16T22:38:53.423Z Downloaded http-body-util v0.1.3
7252026-07-16T22:38:53.426Z Downloaded flagset v0.4.7
7262026-07-16T22:38:53.426Z Downloaded argon2 v0.6.0-rc.8
7272026-07-16T22:38:53.426Z Downloaded atomic-waker v1.1.2
7282026-07-16T22:38:53.429Z Downloaded lru v0.12.5
7292026-07-16T22:38:53.432Z Downloaded getrandom v0.2.17
7302026-07-16T22:38:53.435Z Downloaded httpdate v1.0.3
7312026-07-16T22:38:53.435Z Downloaded half v1.8.3
7322026-07-16T22:38:53.437Z Downloaded fatfs v0.3.6
7332026-07-16T22:38:53.447Z Downloaded lzss v0.8.2
7342026-07-16T22:38:53.450Z Downloaded maplit v1.0.2
7352026-07-16T22:38:53.450Z Downloaded indoc v2.0.7
7362026-07-16T22:38:53.453Z Downloaded md5 v0.8.0
7372026-07-16T22:38:53.453Z Downloaded md-5 v0.10.6
7382026-07-16T22:38:53.457Z Downloaded colored v2.2.0
7392026-07-16T22:38:53.457Z Downloaded darling_core v0.21.3
7402026-07-16T22:38:53.460Z Downloaded linked-hash-map v0.5.6
7412026-07-16T22:38:53.460Z Downloaded impl-trait-for-tuples v0.2.3
7422026-07-16T22:38:53.463Z Downloaded derive_more v0.99.20
7432026-07-16T22:38:53.465Z Downloaded match_cfg v0.1.0
7442026-07-16T22:38:53.465Z Downloaded lru-slab v0.1.2
7452026-07-16T22:38:53.465Z Downloaded getrandom v0.3.4
7462026-07-16T22:38:53.470Z Downloaded lru-cache v0.1.2
7472026-07-16T22:38:53.470Z Downloaded kem v0.3.0
7482026-07-16T22:38:53.473Z Downloaded jobserver v0.1.34
7492026-07-16T22:38:53.473Z Downloaded generic-array v1.4.3
7502026-07-16T22:38:53.473Z Downloaded nodrop v0.1.14
7512026-07-16T22:38:53.473Z Downloaded new_debug_unreachable v1.0.6
7522026-07-16T22:38:53.476Z Downloaded const-oid v0.10.2
7532026-07-16T22:38:53.476Z Downloaded darling_core v0.20.11
7542026-07-16T22:38:53.479Z Downloaded hyper-staticfile v0.10.1
7552026-07-16T22:38:53.482Z Downloaded maybe-uninit v2.0.0
7562026-07-16T22:38:53.487Z Downloaded mime v0.3.17
7572026-07-16T22:38:53.487Z Downloaded memoffset v0.9.1
7582026-07-16T22:38:53.490Z Downloaded crossbeam-channel v0.5.15
7592026-07-16T22:38:53.490Z Downloaded nibble_vec v0.1.0
7602026-07-16T22:38:53.493Z Downloaded libsw v3.5.0
7612026-07-16T22:38:53.493Z Downloaded newtype_derive v0.1.6
7622026-07-16T22:38:53.493Z Downloaded newtype-uuid-macros v0.1.0
7632026-07-16T22:38:53.496Z Downloaded newline-converter v0.3.0
7642026-07-16T22:38:53.496Z Downloaded libefi-sys v0.1.0
7652026-07-16T22:38:53.496Z Downloaded multimap v0.10.1
7662026-07-16T22:38:53.499Z Downloaded hybrid-array v0.4.13
7672026-07-16T22:38:53.499Z Downloaded num-derive v0.3.3
7682026-07-16T22:38:53.499Z Downloaded num-derive v0.4.2
7692026-07-16T22:38:53.502Z Downloaded normalize-line-endings v0.3.0
7702026-07-16T22:38:53.502Z Downloaded ingot-types v0.1.2
7712026-07-16T22:38:53.502Z Downloaded httparse v1.10.1
7722026-07-16T22:38:53.506Z Downloaded half v2.7.1
7732026-07-16T22:38:53.506Z Downloaded ingot v0.1.1
7742026-07-16T22:38:53.509Z Downloaded flume v0.11.1
7752026-07-16T22:38:53.509Z Downloaded elliptic-curve v0.14.0-rc.33
7762026-07-16T22:38:53.513Z Downloaded diff v0.1.13
7772026-07-16T22:38:53.536Z Downloaded kstat-rs v0.2.4
7782026-07-16T22:38:53.537Z Downloaded managed v0.8.0
7792026-07-16T22:38:53.537Z Downloaded libloading v0.8.9
7802026-07-16T22:38:53.537Z Downloaded keccak v0.2.0
7812026-07-16T22:38:53.543Z Downloaded ipnet v2.11.0
7822026-07-16T22:38:53.543Z Downloaded iana-time-zone v0.1.65
7832026-07-16T22:38:53.543Z Downloaded num_threads v0.1.7
7842026-07-16T22:38:53.543Z Downloaded chacha20poly1305 v0.10.1
7852026-07-16T22:38:53.543Z Downloaded arc-swap v1.8.2
7862026-07-16T22:38:53.543Z Downloaded ingot-macros v0.1.1
7872026-07-16T22:38:53.543Z Downloaded mime_guess v2.0.5
7882026-07-16T22:38:53.543Z Downloaded derive_more v2.1.1
7892026-07-16T22:38:53.543Z Downloaded num-iter v0.1.45
7902026-07-16T22:38:53.544Z Downloaded nonempty v0.12.0
7912026-07-16T22:38:53.544Z Downloaded hmac v0.12.1
7922026-07-16T22:38:53.544Z Downloaded openssl-probe v0.1.6
7932026-07-16T22:38:53.551Z Downloaded openssl-probe v0.2.1
7942026-07-16T22:38:53.556Z Downloaded olpc-cjson v0.1.4
7952026-07-16T22:38:53.556Z Downloaded lock_api v0.4.14
7962026-07-16T22:38:53.556Z Downloaded openssl-macros v0.1.1
7972026-07-16T22:38:53.556Z Downloaded opaque-debug v0.3.1
7982026-07-16T22:38:53.556Z Downloaded linear-map v1.2.0
7992026-07-16T22:38:53.559Z Downloaded libsw-core v0.3.2
8002026-07-16T22:38:53.559Z Downloaded oso-derive v0.27.3
8012026-07-16T22:38:53.559Z Downloaded hmac v0.13.0
8022026-07-16T22:38:53.559Z Downloaded hyper-rustls v0.27.7
8032026-07-16T22:38:53.562Z Downloaded num-complex v0.4.6
8042026-07-16T22:38:53.562Z Downloaded litrs v1.0.0
8052026-07-16T22:38:53.565Z Downloaded drift v0.2.0
8062026-07-16T22:38:53.570Z Downloaded packed_struct_codegen v0.10.1
8072026-07-16T22:38:53.573Z Downloaded num-conv v0.2.0
8082026-07-16T22:38:53.573Z Downloaded icu_provider v2.1.1
8092026-07-16T22:38:53.577Z Downloaded heapless v0.8.0
8102026-07-16T22:38:53.581Z Downloaded num_enum v0.7.6
8112026-07-16T22:38:53.585Z Downloaded module-lattice v0.2.3
8122026-07-16T22:38:53.585Z Downloaded newtype-uuid v1.3.2
8132026-07-16T22:38:53.585Z Downloaded multer v3.1.0
8142026-07-16T22:38:53.590Z Downloaded password-hash v0.6.1
8152026-07-16T22:38:53.590Z Downloaded parse-display v0.10.0
8162026-07-16T22:38:53.590Z Downloaded ed25519-dalek v2.2.0
8172026-07-16T22:38:53.593Z Downloaded num_enum_derive v0.7.6
8182026-07-16T22:38:53.593Z Downloaded memmap2 v0.9.10
8192026-07-16T22:38:53.593Z Downloaded num-integer v0.1.46
8202026-07-16T22:38:53.596Z Downloaded path-slash v0.1.5
8212026-07-16T22:38:53.596Z Downloaded nu-ansi-term v0.50.3
8222026-07-16T22:38:53.596Z Downloaded const_format v0.2.35
8232026-07-16T22:38:53.599Z Downloaded phf_shared v0.11.3
8242026-07-16T22:38:53.599Z Downloaded peg-runtime v0.8.5
8252026-07-16T22:38:53.602Z Downloaded phf_shared v0.12.1
8262026-07-16T22:38:53.602Z Downloaded compact_str v0.8.1
8272026-07-16T22:38:53.605Z Downloaded crypto-bigint v0.5.5
8282026-07-16T22:38:53.608Z Downloaded parse-size v1.1.0
8292026-07-16T22:38:53.608Z Downloaded native-tls v0.2.18
8302026-07-16T22:38:53.611Z Downloaded bytes v1.11.1
8312026-07-16T22:38:53.613Z Downloaded bumpalo v3.20.2
8322026-07-16T22:38:53.613Z Downloaded futures v0.3.32
8332026-07-16T22:38:53.618Z Downloaded phf_shared v0.13.1
8342026-07-16T22:38:53.622Z Downloaded async-compression v0.4.41
8352026-07-16T22:38:53.622Z Downloaded libbz2-rs-sys v0.2.2
8362026-07-16T22:38:53.626Z Downloaded percent-encoding v2.3.2
8372026-07-16T22:38:53.626Z Downloaded oxnet v0.1.6
8382026-07-16T22:38:53.626Z Downloaded oxide-tokio-rt v0.1.4
8392026-07-16T22:38:53.629Z Downloaded base64 v0.21.7
8402026-07-16T22:38:53.629Z Downloaded der v0.7.10
8412026-07-16T22:38:53.633Z Downloaded num_enum v0.5.11
8422026-07-16T22:38:53.635Z Downloaded ed25519-dalek v3.0.0-rc.0
8432026-07-16T22:38:53.635Z Downloaded icu_normalizer_data v2.1.1
8442026-07-16T22:38:53.638Z Downloaded headers v0.4.1
8452026-07-16T22:38:53.641Z Downloaded indicatif v0.18.4
8462026-07-16T22:38:53.644Z Downloaded password-hash v0.5.0
8472026-07-16T22:38:53.644Z Downloaded icu_properties v2.1.2
8482026-07-16T22:38:53.647Z Downloaded derive_more-impl v2.1.1
8492026-07-16T22:38:53.650Z Downloaded predicates-tree v1.0.13
8502026-07-16T22:38:53.650Z Downloaded predicates-core v1.0.10
8512026-07-16T22:38:53.650Z Downloaded precomputed-hash v0.1.1
8522026-07-16T22:38:53.655Z Downloaded powerfmt v0.2.0
8532026-07-16T22:38:53.655Z Downloaded paste v1.0.15
8542026-07-16T22:38:53.658Z Downloaded owo-colors v4.3.0
8552026-07-16T22:38:53.658Z Downloaded diesel_derives v2.3.7
8562026-07-16T22:38:53.658Z Downloaded indexmap v1.9.3
8572026-07-16T22:38:53.661Z Downloaded peg v0.8.5
8582026-07-16T22:38:53.664Z Downloaded progenitor-macro v0.14.0
8592026-07-16T22:38:53.664Z Downloaded ignore v0.4.25
8602026-07-16T22:38:53.667Z Downloaded progenitor-macro v0.13.0
8612026-07-16T22:38:53.667Z Downloaded pbkdf2 v0.13.0
8622026-07-16T22:38:53.667Z Downloaded num-rational v0.4.2
8632026-07-16T22:38:53.669Z Downloaded num_enum_derive v0.5.11
8642026-07-16T22:38:53.669Z Downloaded crossterm v0.28.1
8652026-07-16T22:38:53.672Z Downloaded potential_utf v0.1.4
8662026-07-16T22:38:53.675Z Downloaded nanorand v0.7.0
8672026-07-16T22:38:53.675Z Downloaded phf v0.13.1
8682026-07-16T22:38:53.678Z Downloaded num v0.4.3
8692026-07-16T22:38:53.678Z Downloaded heapless v0.7.17
8702026-07-16T22:38:53.681Z Downloaded flate2 v1.1.9
8712026-07-16T22:38:53.685Z Downloaded pkg-config v0.3.32
8722026-07-16T22:38:53.689Z Downloaded pin-project-lite v0.2.17
8732026-07-16T22:38:53.692Z Downloaded quick-error v1.2.3
8742026-07-16T22:38:53.692Z Downloaded ipnetwork v0.21.1
8752026-07-16T22:38:53.692Z Downloaded psl-types v2.0.11
8762026-07-16T22:38:53.692Z Downloaded pkcs8 v0.10.2
8772026-07-16T22:38:53.696Z Downloaded packed_struct v0.10.1
8782026-07-16T22:38:53.696Z Downloaded radium v0.7.0
8792026-07-16T22:38:53.696Z Downloaded progenitor-client v0.14.0
8802026-07-16T22:38:53.699Z Downloaded parse-display-derive v0.10.0
8812026-07-16T22:38:53.699Z Downloaded parking_lot_core v0.8.6
8822026-07-16T22:38:53.699Z Downloaded proc-macro-crate v1.3.1
8832026-07-16T22:38:53.703Z Downloaded num-traits v0.2.19
8842026-07-16T22:38:53.705Z Downloaded pem-rfc7468 v1.0.0
8852026-07-16T22:38:53.705Z Downloaded pem-rfc7468 v0.7.0
8862026-07-16T22:38:53.708Z Downloaded peg-macros v0.8.5
8872026-07-16T22:38:53.708Z Downloaded parking_lot_core v0.9.12
8882026-07-16T22:38:53.711Z Downloaded postgres-protocol v0.6.10
8892026-07-16T22:38:53.711Z Downloaded proc-macro-error-attr2 v2.0.0
8902026-07-16T22:38:53.711Z Downloaded rand_chacha v0.3.1
8912026-07-16T22:38:53.714Z Downloaded predicates v3.1.4
8922026-07-16T22:38:53.714Z Downloaded pem v3.0.6
8932026-07-16T22:38:53.717Z Downloaded hickory-server v0.25.2
8942026-07-16T22:38:53.721Z Downloaded hickory-resolver v0.24.4
8952026-07-16T22:38:53.721Z Downloaded primeorder v0.13.6
8962026-07-16T22:38:53.724Z Downloaded omicron-zone-package v0.12.3
8972026-07-16T22:38:53.724Z Downloaded icu_normalizer v2.1.1
8982026-07-16T22:38:53.728Z Downloaded recursive v0.1.1
8992026-07-16T22:38:53.729Z Downloaded cc v1.2.56
9002026-07-16T22:38:53.732Z Downloaded progenitor-client v0.13.0
9012026-07-16T22:38:53.732Z Downloaded phc v0.6.1
9022026-07-16T22:38:53.732Z Downloaded crossterm v0.29.0
9032026-07-16T22:38:53.736Z Downloaded port-file v0.1.0
9042026-07-16T22:38:53.739Z Downloaded polyval v0.7.1
9052026-07-16T22:38:53.739Z Downloaded oso v0.27.3
9062026-07-16T22:38:53.745Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-07-16T22:38:53.745Z Downloaded rand_xorshift v0.4.0
9082026-07-16T22:38:53.745Z Downloaded psm v0.1.30
9092026-07-16T22:38:53.750Z Downloaded pin-project-internal v1.1.11
9102026-07-16T22:38:53.750Z Downloaded ppv-lite86 v0.2.21
9112026-07-16T22:38:53.750Z Downloaded pkcs1 v0.8.0-rc.4
9122026-07-16T22:38:53.750Z Downloaded icu_locale_core v2.1.1
9132026-07-16T22:38:53.755Z Downloaded poly1305 v0.9.0
9142026-07-16T22:38:53.755Z Downloaded poly1305 v0.8.0
9152026-07-16T22:38:53.755Z Downloaded litemap v0.8.1
9162026-07-16T22:38:53.758Z Downloaded rfc6979 v0.5.0
9172026-07-16T22:38:53.758Z Downloaded progenitor v0.13.0
9182026-07-16T22:38:53.758Z Downloaded expectorate v1.2.0
9192026-07-16T22:38:53.760Z Downloaded primefield v0.14.0
9202026-07-16T22:38:53.761Z Downloaded parking_lot v0.11.2
9212026-07-16T22:38:53.763Z Downloaded phf v0.12.1
9222026-07-16T22:38:53.764Z Downloaded miniz_oxide v0.8.9
9232026-07-16T22:38:53.766Z Downloaded ref-cast-impl v1.0.25
9242026-07-16T22:38:53.766Z Downloaded jiff-static v0.2.21
9252026-07-16T22:38:53.766Z Downloaded ref-cast v1.0.25
9262026-07-16T22:38:53.770Z Downloaded russh-cryptovec v0.61.0
9272026-07-16T22:38:53.770Z Downloaded rfc6979 v0.4.0
9282026-07-16T22:38:53.773Z Downloaded postgres-types v0.2.12
9292026-07-16T22:38:53.773Z Downloaded papergrid v0.17.0
9302026-07-16T22:38:53.776Z Downloaded rtoolbox v0.0.3
9312026-07-16T22:38:53.779Z Downloaded rand_seeder v0.4.0
9322026-07-16T22:38:53.779Z Downloaded rand_core v0.9.5
9332026-07-16T22:38:53.779Z Downloaded rand_chacha v0.9.0
9342026-07-16T22:38:53.781Z Downloaded progenitor v0.14.0
9352026-07-16T22:38:53.781Z Downloaded minimal-lexical v0.2.1
9362026-07-16T22:38:53.785Z Downloaded rustc-hash v2.1.1
9372026-07-16T22:38:53.785Z Downloaded dropshot-api-manager v0.7.2
9382026-07-16T22:38:53.789Z Downloaded der v0.8.0
9392026-07-16T22:38:53.792Z Downloaded parking_lot v0.12.5
9402026-07-16T22:38:53.792Z Downloaded icu_collections v2.1.1
9412026-07-16T22:38:53.795Z Downloaded proc-macro-error2 v2.0.1
9422026-07-16T22:38:53.798Z Downloaded progenitor-extras v0.2.0
9432026-07-16T22:38:53.798Z Downloaded rustc_version v0.1.7
9442026-07-16T22:38:53.802Z Downloaded russh-util v0.52.0
9452026-07-16T22:38:53.802Z Downloaded pkcs8 v0.11.0
9462026-07-16T22:38:53.805Z Downloaded proc-macro-crate v3.4.0
9472026-07-16T22:38:53.805Z Downloaded primeorder v0.14.0-rc.10
9482026-07-16T22:38:53.809Z Downloaded r2d2 v0.8.10
9492026-07-16T22:38:53.814Z Downloaded scheduled-thread-pool v0.2.7
9502026-07-16T22:38:53.817Z Downloaded scopeguard v1.2.0
9512026-07-16T22:38:53.817Z Downloaded pkcs1 v0.7.5
9522026-07-16T22:38:53.818Z Downloaded sapling-renderdag v0.1.0
9532026-07-16T22:38:53.818Z Downloaded resolv-conf v0.7.6
9542026-07-16T22:38:53.820Z Downloaded postcard v1.1.3
9552026-07-16T22:38:53.829Z Downloaded serde-big-array v0.5.1
9562026-07-16T22:38:53.833Z Downloaded secrecy v0.10.3
9572026-07-16T22:38:53.836Z Downloaded rand_core v0.6.4
9582026-07-16T22:38:53.839Z Downloaded internal-russh-num-bigint v0.5.0
9592026-07-16T22:38:53.842Z Downloaded scroll_derive v0.13.1
9602026-07-16T22:38:53.842Z Downloaded same-file v1.0.6
9612026-07-16T22:38:53.842Z Downloaded rand_core v0.10.0
9622026-07-16T22:38:53.844Z Downloaded serde_repr v0.1.20
9632026-07-16T22:38:53.844Z Downloaded serde_spanned v1.1.1
9642026-07-16T22:38:53.849Z Downloaded serde_bytes v0.11.19
9652026-07-16T22:38:53.849Z Downloaded secrecy v0.8.0
9662026-07-16T22:38:53.849Z Downloaded http v1.4.2
9672026-07-16T22:38:53.852Z Downloaded ml-kem v0.3.2
9682026-07-16T22:38:53.860Z Downloaded rustls-pemfile v2.2.0
9692026-07-16T22:38:53.863Z Downloaded serde_plain v1.0.2
9702026-07-16T22:38:53.866Z Downloaded serde_urlencoded v0.7.1
9712026-07-16T22:38:53.866Z Downloaded shell-words v1.1.1
9722026-07-16T22:38:53.866Z Downloaded sha1 v0.11.0
9732026-07-16T22:38:53.869Z Downloaded signal-hook-mio v0.2.5
9742026-07-16T22:38:53.869Z Downloaded sha1 v0.10.6
9752026-07-16T22:38:53.869Z Downloaded seq-macro v0.3.6
9762026-07-16T22:38:53.872Z Downloaded rusty-fork v0.3.1
9772026-07-16T22:38:53.880Z Downloaded rustc_version v0.4.1
9782026-07-16T22:38:53.886Z Downloaded signature v3.0.0
9792026-07-16T22:38:53.889Z Downloaded rustversion v1.0.22
9802026-07-16T22:38:53.892Z Downloaded siphasher v1.0.2
9812026-07-16T22:38:53.895Z Downloaded slog-envlogger v2.2.0
9822026-07-16T22:38:53.898Z Downloaded scroll v0.13.0
9832026-07-16T22:38:53.901Z Downloaded schemars_derive v0.8.22
9842026-07-16T22:38:53.904Z Downloaded quinn-udp v0.5.14
9852026-07-16T22:38:53.907Z Downloaded rustls-native-certs v0.8.3
9862026-07-16T22:38:53.910Z Downloaded signature v2.2.0
9872026-07-16T22:38:53.910Z Downloaded p384 v0.14.0-rc.10
9882026-07-16T22:38:53.910Z Downloaded sigpipe v0.1.3
9892026-07-16T22:38:53.913Z Downloaded sec1 v0.7.3
9902026-07-16T22:38:53.913Z Downloaded signal-hook-tokio v0.3.1
9912026-07-16T22:38:53.913Z Downloaded prefix-trie v0.7.0
9922026-07-16T22:38:53.916Z Downloaded slog-bunyan v2.5.0
9932026-07-16T22:38:53.919Z Downloaded hashbrown v0.12.3
9942026-07-16T22:38:53.919Z Downloaded hyper-util v0.1.20
9952026-07-16T22:38:53.922Z Downloaded semver v0.1.20
9962026-07-16T22:38:53.925Z Downloaded hashbrown v0.13.2
9972026-07-16T22:38:53.930Z Downloaded p256 v0.14.0-rc.10
9982026-07-16T22:38:53.933Z Downloaded serde_path_to_error v0.1.20
9992026-07-16T22:38:53.933Z Downloaded serde_derive_internals v0.29.1
10002026-07-16T22:38:53.933Z Downloaded sec1 v0.8.1
10012026-07-16T22:38:53.936Z Downloaded rcgen v0.12.1
10022026-07-16T22:38:53.940Z Downloaded rustls-pki-types v1.14.0
10032026-07-16T22:38:53.940Z Downloaded serde_with_macros v1.5.2
10042026-07-16T22:38:53.947Z Downloaded aes v0.9.1
10052026-07-16T22:38:53.954Z Downloaded libxml v0.3.3
10062026-07-16T22:38:53.958Z Downloaded serdect v0.4.3
10072026-07-16T22:38:53.962Z Downloaded sqlparser_derive v0.5.0
10082026-07-16T22:38:53.965Z Downloaded shlex v1.3.0
10092026-07-16T22:38:53.965Z Downloaded slab v0.4.12
10102026-07-16T22:38:53.965Z Downloaded simd-adler32 v0.3.8
10112026-07-16T22:38:53.968Z Downloaded ron v0.8.1
10122026-07-16T22:38:53.971Z Downloaded progenitor-impl v0.14.0
10132026-07-16T22:38:53.973Z Downloaded stable_deref_trait v1.2.1
10142026-07-16T22:38:53.979Z Downloaded scrypt v0.12.0
10152026-07-16T22:38:53.981Z Downloaded slog-dtrace v0.3.0
10162026-07-16T22:38:53.982Z Downloaded futures-util v0.3.32
10172026-07-16T22:38:53.986Z Downloaded strum v0.27.2
10182026-07-16T22:38:53.989Z Downloaded strsim v0.10.0
10192026-07-16T22:38:53.989Z Downloaded slog-scope v4.4.1
10202026-07-16T22:38:53.989Z Downloaded slog-json v2.6.1
10212026-07-16T22:38:53.993Z Downloaded signal-hook-registry v1.4.8
10222026-07-16T22:38:53.993Z Downloaded openssl-sys v0.9.115
10232026-07-16T22:38:53.996Z Downloaded structmeta v0.3.0
10242026-07-16T22:38:53.996Z Downloaded rayon-core v1.13.0
10252026-07-16T22:38:54.001Z Downloaded pkcs5 v0.8.1
10262026-07-16T22:38:54.004Z Downloaded strum v0.26.3
10272026-07-16T22:38:54.004Z Downloaded structmeta-derive v0.3.0
10282026-07-16T22:38:54.004Z Downloaded rustls-platform-verifier v0.6.2
10292026-07-16T22:38:54.004Z Downloaded snafu-derive v0.8.9
10302026-07-16T22:38:54.007Z Downloaded salsa20 v0.11.0
10312026-07-16T22:38:54.007Z Downloaded spki v0.8.0
10322026-07-16T22:38:54.011Z Downloaded spki v0.7.3
10332026-07-16T22:38:54.011Z Downloaded sync_wrapper v1.0.2
10342026-07-16T22:38:54.011Z Downloaded sync-ptr v0.1.4
10352026-07-16T22:38:54.015Z Downloaded take_mut v0.2.2
10362026-07-16T22:38:54.015Z Downloaded supports-color v3.0.2
10372026-07-16T22:38:54.015Z Downloaded pin-project v1.1.11
10382026-07-16T22:38:54.018Z Downloaded hyper v1.10.1
10392026-07-16T22:38:54.022Z Downloaded sqlformat v0.3.5
10402026-07-16T22:38:54.025Z Downloaded subtle v2.6.1
10412026-07-16T22:38:54.025Z Downloaded rand v0.8.6
10422026-07-16T22:38:54.028Z Downloaded serde-hex v0.1.0
10432026-07-16T22:38:54.028Z Downloaded mio v1.2.0
10442026-07-16T22:38:54.031Z Downloaded tagptr v0.2.0
10452026-07-16T22:38:54.034Z Downloaded smf v0.2.3
10462026-07-16T22:38:54.034Z Downloaded smallvec v0.6.14
10472026-07-16T22:38:54.034Z Downloaded prettyplease v0.2.37
10482026-07-16T22:38:54.037Z Downloaded thread-id v5.1.0
10492026-07-16T22:38:54.040Z Downloaded testing_table v0.3.0
10502026-07-16T22:38:54.040Z Downloaded strip-ansi-escapes v0.2.1
10512026-07-16T22:38:54.040Z Downloaded static_assertions v1.1.0
10522026-07-16T22:38:54.044Z Downloaded ssh-cipher v0.3.0-rc.9
10532026-07-16T22:38:54.044Z Downloaded quinn v0.11.9
10542026-07-16T22:38:54.048Z Downloaded icu_properties_data v2.1.2
10552026-07-16T22:38:54.052Z Downloaded time-core v0.1.8
10562026-07-16T22:38:54.052Z Downloaded string_cache v0.8.9
10572026-07-16T22:38:54.052Z Downloaded hkdf v0.12.4
10582026-07-16T22:38:54.055Z Downloaded termtree v0.5.1
10592026-07-16T22:38:54.055Z Downloaded tap v1.0.1
10602026-07-16T22:38:54.055Z Downloaded serde_with_macros v3.21.0
10612026-07-16T22:38:54.058Z Downloaded progenitor-impl v0.13.0
10622026-07-16T22:38:54.058Z Downloaded strum_macros v0.27.2
10632026-07-16T22:38:54.061Z Downloaded num-bigint v0.4.6
10642026-07-16T22:38:54.063Z Downloaded crypto-primes v0.7.2
10652026-07-16T22:38:54.066Z Downloaded sha2 v0.11.0
10662026-07-16T22:38:54.069Z Downloaded synstructure v0.13.2
10672026-07-16T22:38:54.069Z Downloaded ssh-encoding v0.3.0-rc.9
10682026-07-16T22:38:54.072Z Downloaded itertools v0.10.5
10692026-07-16T22:38:54.075Z Downloaded tokio-macros v2.7.0
10702026-07-16T22:38:54.075Z Downloaded stringprep v0.1.5
10712026-07-16T22:38:54.078Z Downloaded stacker v0.1.23
10722026-07-16T22:38:54.078Z Downloaded thiserror-impl-no-std v2.0.2
10732026-07-16T22:38:54.078Z Downloaded strum_macros v0.26.4
10742026-07-16T22:38:54.081Z Downloaded qorb v0.4.1
10752026-07-16T22:38:54.084Z Downloaded publicsuffix v2.3.0
10762026-07-16T22:38:54.084Z Downloaded libm v0.2.16
10772026-07-16T22:38:54.090Z Downloaded termios v0.3.3
10782026-07-16T22:38:54.092Z Downloaded similar v2.7.0
10792026-07-16T22:38:54.095Z Downloaded tabwriter v1.4.1
10802026-07-16T22:38:54.095Z Downloaded ryu v1.0.23
10812026-07-16T22:38:54.099Z Downloaded tinyvec_macros v0.1.1
10822026-07-16T22:38:54.099Z Downloaded hickory-resolver v0.25.2
10832026-07-16T22:38:54.102Z Downloaded rand v0.9.2
10842026-07-16T22:38:54.102Z Downloaded p521 v0.14.0-rc.10
10852026-07-16T22:38:54.105Z Downloaded num-bigint-dig v0.8.6
10862026-07-16T22:38:54.108Z Downloaded topological-sort v0.2.2
10872026-07-16T22:38:54.108Z Downloaded hkdf v0.13.0
10882026-07-16T22:38:54.111Z Downloaded hashbrown v0.16.1
10892026-07-16T22:38:54.114Z Downloaded try-lock v0.2.5
10902026-07-16T22:38:54.117Z Downloaded trait-variant v0.1.2
10912026-07-16T22:38:54.117Z Downloaded tower-layer v0.3.3
10922026-07-16T22:38:54.117Z Downloaded tiny-keccak v2.0.2
10932026-07-16T22:38:54.122Z Downloaded time-macros v0.2.27
10942026-07-16T22:38:54.122Z Downloaded thread_local v1.1.9
10952026-07-16T22:38:54.122Z Downloaded strum_macros v0.24.3
10962026-07-16T22:38:54.124Z Downloaded support-bundle-viewer v0.1.2
10972026-07-16T22:38:54.124Z Downloaded smallvec v1.15.1
10982026-07-16T22:38:54.124Z Downloaded slog-term v2.9.2
10992026-07-16T22:38:54.128Z Downloaded slog-stdlog v4.1.1
11002026-07-16T22:38:54.128Z Downloaded tls_codec v0.4.2
11012026-07-16T22:38:54.128Z Downloaded socket2 v0.5.10
11022026-07-16T22:38:54.131Z Downloaded serde_cbor v0.11.2
11032026-07-16T22:38:54.131Z Downloaded signal-hook v0.3.18
11042026-07-16T22:38:54.134Z Downloaded universal-hash v0.6.1
11052026-07-16T22:38:54.134Z Downloaded unicode-truncate v1.1.0
11062026-07-16T22:38:54.138Z Downloaded pretty_assertions v1.4.1
11072026-07-16T22:38:54.138Z Downloaded tls_codec_derive v0.4.2
11082026-07-16T22:38:54.138Z Downloaded tabled_derive v0.11.0
11092026-07-16T22:38:54.138Z Downloaded nom v7.1.3
11102026-07-16T22:38:54.141Z Downloaded term v1.2.1
11112026-07-16T22:38:54.144Z Downloaded term v0.7.0
11122026-07-16T22:38:54.149Z Downloaded tower-service v0.3.3
11132026-07-16T22:38:54.149Z Downloaded universal-hash v0.5.1
11142026-07-16T22:38:54.149Z Downloaded unit-prefix v0.5.2
11152026-07-16T22:38:54.152Z Downloaded unicode-xid v0.2.6
11162026-07-16T22:38:54.152Z Downloaded tokio-tungstenite v0.21.0
11172026-07-16T22:38:54.152Z Downloaded rustls-webpki v0.103.13
11182026-07-16T22:38:54.154Z Downloaded untrusted v0.7.1
11192026-07-16T22:38:54.154Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-07-16T22:38:54.154Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-07-16T22:38:54.157Z Downloaded slog v2.8.2
11222026-07-16T22:38:54.157Z Downloaded unarray v0.1.4
11232026-07-16T22:38:54.160Z Downloaded typify-macro v0.6.2
11242026-07-16T22:38:54.160Z Downloaded serde_yaml v0.9.34+deprecated
11252026-07-16T22:38:54.163Z Downloaded rand v0.10.1
11262026-07-16T22:38:54.166Z Downloaded untrusted v0.9.0
11272026-07-16T22:38:54.166Z Downloaded utf-8 v0.7.6
11282026-07-16T22:38:54.166Z Downloaded thiserror-no-std v2.0.2
11292026-07-16T22:38:54.169Z Downloaded schemars v0.8.22
11302026-07-16T22:38:54.174Z Downloaded usdt-macro v0.6.0
11312026-07-16T22:38:54.176Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-07-16T22:38:54.176Z Downloaded subprocess v0.2.15
11332026-07-16T22:38:54.179Z Downloaded hashbrown v0.15.5
11342026-07-16T22:38:54.183Z Downloaded tinystr v0.8.2
11352026-07-16T22:38:54.183Z Downloaded utf8_iter v1.0.4
11362026-07-16T22:38:54.186Z Downloaded slog-async v2.8.0
11372026-07-16T22:38:54.189Z Downloaded tui-tree-widget v0.23.1
11382026-07-16T22:38:54.189Z Downloaded unicase v2.9.0
11392026-07-16T22:38:54.192Z Downloaded aes-gcm v0.11.0
11402026-07-16T22:38:54.192Z Downloaded wait-timeout v0.2.1
11412026-07-16T22:38:54.197Z Downloaded schemars v0.9.0
11422026-07-16T22:38:54.204Z Downloaded tokio-tungstenite v0.23.1
11432026-07-16T22:38:54.207Z Downloaded tokio-test v0.4.5
11442026-07-16T22:38:54.207Z Downloaded tokio-rustls v0.26.4
11452026-07-16T22:38:54.210Z Downloaded tokio-stream v0.1.18
11462026-07-16T22:38:54.212Z Downloaded void v1.0.2
11472026-07-16T22:38:54.212Z Downloaded tokio-native-tls v0.3.1
11482026-07-16T22:38:54.212Z Downloaded waitgroup v0.1.2
11492026-07-16T22:38:54.216Z Downloaded tokio-dtrace v0.1.1
11502026-07-16T22:38:54.216Z Downloaded itertools v0.12.1
11512026-07-16T22:38:54.219Z Downloaded spin v0.9.8
11522026-07-16T22:38:54.224Z Downloaded want v0.3.1
11532026-07-16T22:38:54.231Z Downloaded rsa v0.10.0-rc.18
11542026-07-16T22:38:54.234Z Downloaded vergen-git2 v9.1.0
11552026-07-16T22:38:54.236Z Downloaded tracing-attributes v0.1.31
11562026-07-16T22:38:54.237Z Downloaded socket2 v0.6.3
11572026-07-16T22:38:54.239Z Downloaded yoke-derive v0.8.1
11582026-07-16T22:38:54.239Z Downloaded xattr v1.6.1
11592026-07-16T22:38:54.242Z Downloaded xshell-macros v0.2.7
11602026-07-16T22:38:54.242Z Downloaded zerofrom v0.1.6
11612026-07-16T22:38:54.245Z Downloaded zeroize_derive v1.4.3
11622026-07-16T22:38:54.258Z Downloaded vergen-lib v0.1.6
11632026-07-16T22:38:54.260Z Downloaded vsss-rs v3.3.4
11642026-07-16T22:38:54.265Z Downloaded zone v0.3.1
11652026-07-16T22:38:54.268Z Downloaded twox-hash v2.1.2
11662026-07-16T22:38:54.272Z Downloaded walkdir v2.5.0
11672026-07-16T22:38:54.275Z Downloaded usdt-attr-macro v0.6.0
11682026-07-16T22:38:54.281Z Downloaded zone_cfg_derive v0.3.1
11692026-07-16T22:38:54.285Z Downloaded aho-corasick v1.1.4
11702026-07-16T22:38:54.298Z Downloaded whoami v1.6.1
11712026-07-16T22:38:54.298Z Downloaded schemars v1.2.1
11722026-07-16T22:38:54.298Z Downloaded whoami v2.1.0
11732026-07-16T22:38:54.303Z Downloaded writeable v0.6.2
11742026-07-16T22:38:54.303Z Downloaded usdt-impl v0.6.0
11752026-07-16T22:38:54.303Z Downloaded uzers v0.12.2
11762026-07-16T22:38:54.303Z Downloaded yoke v0.8.1
11772026-07-16T22:38:54.306Z Downloaded usdt v0.6.0
11782026-07-16T22:38:54.306Z Downloaded zeroize v1.8.2
11792026-07-16T22:38:54.306Z Downloaded zerofrom-derive v0.1.6
11802026-07-16T22:38:54.306Z Downloaded xshell v0.2.7
11812026-07-16T22:38:54.309Z Downloaded bitvec v1.0.1
11822026-07-16T22:38:54.315Z Downloaded typify v0.6.2
11832026-07-16T22:38:54.318Z Downloaded tungstenite v0.23.0
11842026-07-16T22:38:54.321Z Downloaded zerovec-derive v0.11.2
11852026-07-16T22:38:54.321Z Downloaded vergen-lib v9.1.0
11862026-07-16T22:38:54.321Z Downloaded vergen-gitcl v1.0.8
11872026-07-16T22:38:54.324Z Downloaded zstd-safe v7.2.4
11882026-07-16T22:38:54.324Z Downloaded rsa v0.9.10
11892026-07-16T22:38:54.327Z Downloaded p384 v0.13.1
11902026-07-16T22:38:54.329Z Downloaded toml_parser v1.1.2+spec-1.1.0
11912026-07-16T22:38:54.332Z Downloaded itertools v0.13.0
11922026-07-16T22:38:54.335Z Downloaded tinyvec v1.10.0
11932026-07-16T22:38:54.338Z Downloaded serde_with v1.14.0
11942026-07-16T22:38:54.341Z Downloaded itertools v0.14.0
11952026-07-16T22:38:54.343Z Downloaded unicode-properties v0.1.4
11962026-07-16T22:38:54.346Z Downloaded test-strategy v0.4.5
11972026-07-16T22:38:54.346Z Downloaded iri-string v0.7.10
11982026-07-16T22:38:54.350Z Downloaded h2 v0.4.15
11992026-07-16T22:38:54.353Z Downloaded uuid v1.23.4
12002026-07-16T22:38:54.356Z Downloaded tracing-core v0.1.36
12012026-07-16T22:38:54.359Z Downloaded samael v0.0.19
12022026-07-16T22:38:54.364Z Downloaded toml v1.1.2+spec-1.1.0
12032026-07-16T22:38:54.367Z Downloaded reedline v0.40.0
12042026-07-16T22:38:54.367Z Downloaded tungstenite v0.21.0
12052026-07-16T22:38:54.371Z Downloaded toml v0.7.8
12062026-07-16T22:38:54.374Z Downloaded goblin v0.10.5
12072026-07-16T22:38:54.377Z Downloaded idna v1.1.0
12082026-07-16T22:38:54.380Z Downloaded reqwest v0.12.28
12092026-07-16T22:38:54.386Z Downloaded vergen v9.1.0
12102026-07-16T22:38:54.386Z Downloaded regex v1.12.3
12112026-07-16T22:38:54.389Z Downloaded toml_edit v0.19.15
12122026-07-16T22:38:54.394Z Downloaded tar v0.4.46
12132026-07-16T22:38:54.396Z Downloaded yasna v0.5.2
12142026-07-16T22:38:54.399Z Downloaded wyz v0.5.1
12152026-07-16T22:38:54.399Z Downloaded crypto-bigint v0.7.5
12162026-07-16T22:38:54.407Z Downloaded zerocopy v0.6.6
12172026-07-16T22:38:54.409Z Downloaded iddqd v0.4.2
12182026-07-16T22:38:54.413Z Downloaded quick-xml v0.37.5
12192026-07-16T22:38:54.416Z Downloaded unsafe-libyaml v0.2.11
12202026-07-16T22:38:54.419Z Downloaded unicode_categories v0.1.1
12212026-07-16T22:38:54.422Z Downloaded unicode-bidi v0.3.18
12222026-07-16T22:38:54.422Z Downloaded steno v0.4.1
12232026-07-16T22:38:54.425Z Downloaded rustyline v14.0.0
12242026-07-16T22:38:54.427Z Downloaded url v2.5.8
12252026-07-16T22:38:54.430Z Downloaded snafu v0.8.9
12262026-07-16T22:38:54.433Z Downloaded nom v8.0.0
12272026-07-16T22:38:54.436Z Downloaded bindgen v0.71.1
12282026-07-16T22:38:54.439Z Downloaded vte v0.14.1
12292026-07-16T22:38:54.443Z Downloaded toml_edit v0.23.10+spec-1.0.0
12302026-07-16T22:38:54.445Z Downloaded rayon v1.11.0
12312026-07-16T22:38:54.451Z Downloaded rpassword v7.4.0
12322026-07-16T22:38:54.453Z Downloaded portable-atomic v1.13.1
12332026-07-16T22:38:54.460Z Downloaded yansi v1.0.1
12342026-07-16T22:38:54.477Z Downloaded zopfli v0.8.3
12352026-07-16T22:38:54.480Z Downloaded zstd v0.13.3
12362026-07-16T22:38:54.487Z Downloaded tokio-postgres v0.7.16
12372026-07-16T22:38:54.490Z Downloaded unicode-segmentation v1.12.0
12382026-07-16T22:38:54.493Z Downloaded chrono v0.4.45
12392026-07-16T22:38:54.496Z Downloaded nix v0.27.1
12402026-07-16T22:38:54.502Z Downloaded aws-lc-rs v1.16.3
12412026-07-16T22:38:54.508Z Downloaded tokio-util v0.7.18
12422026-07-16T22:38:54.514Z Downloaded zerotrie v0.2.3
12432026-07-16T22:38:54.517Z Downloaded blake3 v1.8.5
12442026-07-16T22:38:54.520Z Downloaded proptest v1.10.0
12452026-07-16T22:38:54.530Z Downloaded zip v0.6.6
12462026-07-16T22:38:54.532Z Downloaded git2 v0.20.4
12472026-07-16T22:38:54.540Z Downloaded curve25519-dalek v5.0.0-rc.0
12482026-07-16T22:38:54.545Z Downloaded russh v0.61.2
12492026-07-16T22:38:54.550Z Downloaded zerovec v0.11.5
12502026-07-16T22:38:54.553Z Downloaded reqwest v0.13.2
12512026-07-16T22:38:54.559Z Downloaded zip v4.6.1
12522026-07-16T22:38:54.563Z Downloaded dropshot v0.17.1
12532026-07-16T22:38:54.582Z Downloaded rawzip v0.4.4
12542026-07-16T22:38:54.585Z Downloaded winnow v0.5.40
12552026-07-16T22:38:54.590Z Downloaded tower v0.5.3
12562026-07-16T22:38:54.596Z Downloaded zerocopy-derive v0.8.40
12572026-07-16T22:38:54.599Z Downloaded typed-path v0.9.3
12582026-07-16T22:38:54.603Z Downloaded ssh-key v0.7.0-rc.10
12592026-07-16T22:38:54.607Z Downloaded x509-cert v0.2.5
12602026-07-16T22:38:54.610Z Downloaded openssl v0.10.79
12612026-07-16T22:38:54.616Z Downloaded tabled v0.20.0
12622026-07-16T22:38:54.626Z Downloaded lalrpop v0.19.12
12632026-07-16T22:38:54.632Z Downloaded object v0.37.3
12642026-07-16T22:38:54.638Z Downloaded regex-syntax v0.6.29
12652026-07-16T22:38:54.643Z Downloaded unicode-normalization v0.1.25
12662026-07-16T22:38:54.647Z Downloaded winnow v1.0.3
12672026-07-16T22:38:54.652Z Downloaded salty v0.3.0
12682026-07-16T22:38:54.664Z Downloaded zlib-rs v0.6.2
12692026-07-16T22:38:54.668Z Downloaded tower-http v0.6.8
12702026-07-16T22:38:54.673Z Downloaded openapiv3 v2.2.0
12712026-07-16T22:38:54.680Z Downloaded hickory-proto v0.25.2
12722026-07-16T22:38:54.689Z Downloaded petname v2.0.2
12732026-07-16T22:38:54.692Z Downloaded smoltcp v0.11.0
12742026-07-16T22:38:54.699Z Downloaded regex-syntax v0.8.10
12752026-07-16T22:38:54.703Z Downloaded tough v0.22.0
12762026-07-16T22:38:54.708Z Downloaded regress v0.11.1
12772026-07-16T22:38:54.713Z Downloaded rustix v0.38.44
12782026-07-16T22:38:54.726Z Downloaded moka v0.12.13
12792026-07-16T22:38:54.730Z Downloaded regress v0.10.5
12802026-07-16T22:38:54.736Z Downloaded winnow v0.6.26
12812026-07-16T22:38:54.741Z Downloaded serde_with v3.21.0
12822026-07-16T22:38:54.748Z Downloaded object v0.30.4
12832026-07-16T22:38:54.753Z Downloaded diesel v2.3.11
12842026-07-16T22:38:54.765Z Downloaded sqlparser v0.61.0
12852026-07-16T22:38:54.771Z Downloaded radix_trie v0.2.1
12862026-07-16T22:38:54.774Z Downloaded quinn-proto v0.11.13
12872026-07-16T22:38:54.777Z Downloaded polar-core v0.27.3
12882026-07-16T22:38:54.782Z Downloaded sled v0.34.7
12892026-07-16T22:38:54.788Z Downloaded bstr v1.12.1
12902026-07-16T22:38:54.793Z Downloaded tracing v0.1.44
12912026-07-16T22:38:54.805Z Downloaded fiat-crypto v0.3.0
12922026-07-16T22:38:54.814Z Downloaded regex-automata v0.4.14
12932026-07-16T22:38:54.824Z Downloaded smoltcp v0.9.1
12942026-07-16T22:38:54.841Z Downloaded time v0.3.47
12952026-07-16T22:38:54.847Z Downloaded hickory-proto v0.24.4
12962026-07-16T22:38:54.855Z Downloaded nix v0.31.2
12972026-07-16T22:38:54.862Z Downloaded vcpkg v0.2.15
12982026-07-16T22:38:54.884Z Downloaded nix v0.28.0
12992026-07-16T22:38:54.889Z Downloaded csv v1.4.0
13002026-07-16T22:38:54.903Z Downloaded zerocopy v0.8.40
13012026-07-16T22:38:54.914Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-07-16T22:38:54.924Z Downloaded tokio v1.52.1
13032026-07-16T22:38:54.964Z Downloaded rustls v0.23.41
13042026-07-16T22:38:54.987Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-07-16T22:38:55.113Z Downloaded typify-impl v0.6.2
13062026-07-16T22:38:55.129Z Downloaded sha3 v0.11.0
13072026-07-16T22:38:55.145Z Downloaded ratatui v0.29.0
13082026-07-16T22:38:55.156Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-07-16T22:38:55.177Z Downloaded zerocopy-derive v0.6.6
13102026-07-16T22:38:55.231Z Downloaded chrono-tz v0.10.4
13112026-07-16T22:38:55.241Z Downloaded petgraph v0.6.5
13122026-07-16T22:38:55.264Z Downloaded jiff v0.2.21
13132026-07-16T22:38:55.274Z Downloaded petgraph v0.8.3
13142026-07-16T22:38:55.287Z Downloaded libz-sys v1.1.24
13152026-07-16T22:38:55.311Z Downloaded sha3 v0.10.8
13162026-07-16T22:38:55.409Z Downloaded encoding_rs v0.8.35
13172026-07-16T22:38:55.440Z Downloaded ring v0.17.14
13182026-07-16T22:38:56.049Z Downloaded aws-lc-sys v0.40.0
13192026-07-16T22:38:56.296Z Compiling libc v0.2.185
13202026-07-16T22:38:56.297Z Compiling serde_core v1.0.228
13212026-07-16T22:38:56.297Z Compiling serde v1.0.228
13222026-07-16T22:38:56.300Z Compiling log v0.4.29
13232026-07-16T22:38:56.300Z Compiling smallvec v1.15.1
13242026-07-16T22:38:56.300Z Compiling shlex v1.3.0
13252026-07-16T22:38:56.439Z Compiling find-msvc-tools v0.1.9
13262026-07-16T22:38:56.442Z Compiling syn v2.0.117
13272026-07-16T22:38:56.632Z Compiling subtle v2.6.1
13282026-07-16T22:38:56.645Z Compiling scopeguard v1.2.0
13292026-07-16T22:38:56.657Z Compiling stable_deref_trait v1.2.1
13302026-07-16T22:38:56.725Z Compiling lock_api v0.4.14
13312026-07-16T22:38:56.739Z Compiling typenum v1.20.1
13322026-07-16T22:38:56.742Z Compiling serde_json v1.0.150
13332026-07-16T22:38:56.789Z Compiling zerocopy v0.8.40
13342026-07-16T22:38:56.800Z Compiling portable-atomic v1.13.1
13352026-07-16T22:38:56.946Z Compiling pin-project-lite v0.2.17
13362026-07-16T22:38:56.978Z Compiling parking_lot_core v0.9.12
13372026-07-16T22:38:57.039Z Compiling critical-section v1.2.0
13382026-07-16T22:38:57.141Z Compiling pkg-config v0.3.32
13392026-07-16T22:38:57.231Z Compiling libm v0.2.16
13402026-07-16T22:38:57.246Z Compiling getrandom v0.4.1
13412026-07-16T22:38:57.305Z Compiling jobserver v0.1.34
13422026-07-16T22:38:57.335Z Compiling errno v0.3.14
13432026-07-16T22:38:57.536Z Compiling cc v1.2.56
13442026-07-16T22:38:57.562Z Compiling getrandom v0.2.17
13452026-07-16T22:38:57.624Z Compiling signal-hook-registry v1.4.8
13462026-07-16T22:38:57.672Z Compiling num-traits v0.2.19
13472026-07-16T22:38:57.785Z Compiling rand_core v0.6.4
13482026-07-16T22:38:58.031Z Compiling once_cell v1.21.3
13492026-07-16T22:38:58.037Z Compiling futures-core v0.3.32
13502026-07-16T22:38:58.062Z Compiling rand_core v0.10.0
13512026-07-16T22:38:58.119Z Compiling parking_lot v0.12.5
13522026-07-16T22:38:58.230Z Compiling mio v1.2.0
13532026-07-16T22:38:58.259Z Compiling generic-array v0.14.7
13542026-07-16T22:38:58.438Z Compiling const-oid v0.9.6
13552026-07-16T22:38:58.475Z Compiling litemap v0.8.1
13562026-07-16T22:38:58.494Z Compiling percent-encoding v2.3.2
13572026-07-16T22:38:58.689Z Compiling bitflags v2.11.0
13582026-07-16T22:38:58.702Z Compiling writeable v0.6.2
13592026-07-16T22:38:58.747Z Compiling semver v1.0.28
13602026-07-16T22:38:58.911Z Compiling icu_normalizer_data v2.1.1
13612026-07-16T22:38:59.080Z Compiling icu_properties_data v2.1.2
13622026-07-16T22:38:59.137Z Compiling socket2 v0.6.3
13632026-07-16T22:38:59.242Z Compiling futures-sink v0.3.32
13642026-07-16T22:38:59.328Z Compiling slab v0.4.12
13652026-07-16T22:38:59.342Z Compiling futures-channel v0.3.32
13662026-07-16T22:38:59.355Z Compiling synstructure v0.13.2
13672026-07-16T22:38:59.501Z Compiling futures-task v0.3.32
13682026-07-16T22:38:59.539Z Compiling futures-io v0.3.32
13692026-07-16T22:38:59.566Z Compiling utf8_iter v1.0.4
13702026-07-16T22:38:59.581Z Compiling indexmap v2.14.0
13712026-07-16T22:38:59.597Z Compiling form_urlencoded v1.2.2
13722026-07-16T22:38:59.668Z Compiling rustversion v1.0.22
13732026-07-16T22:38:59.683Z Compiling getrandom v0.3.4
13742026-07-16T22:38:59.711Z Compiling cmake v0.1.57
13752026-07-16T22:38:59.770Z Compiling dunce v1.0.5
13762026-07-16T22:38:59.851Z Compiling rustix v1.1.3
13772026-07-16T22:38:59.866Z Compiling fs_extra v1.3.0
13782026-07-16T22:38:59.954Z Compiling ident_case v1.0.1
13792026-07-16T22:39:00.080Z Compiling iana-time-zone v0.1.65
13802026-07-16T22:39:00.114Z Compiling regex-syntax v0.8.10
13812026-07-16T22:39:00.138Z Compiling aws-lc-sys v0.40.0
13822026-07-16T22:39:00.256Z Compiling uuid v1.23.4
13832026-07-16T22:39:00.277Z Compiling base64 v0.22.1
13842026-07-16T22:39:00.608Z Compiling rand_core v0.9.5
13852026-07-16T22:39:00.631Z Compiling vcpkg v0.2.15
13862026-07-16T22:39:00.680Z Compiling base64ct v1.8.3
13872026-07-16T22:39:00.922Z Compiling rustc_version v0.4.1
13882026-07-16T22:39:00.992Z Compiling pem-rfc7468 v0.7.0
13892026-07-16T22:39:01.021Z Compiling tracing-core v0.1.36
13902026-07-16T22:39:01.131Z Compiling serde_derive v1.0.228
13912026-07-16T22:39:01.251Z Compiling zeroize_derive v1.4.3
13922026-07-16T22:39:01.301Z Compiling zerofrom-derive v0.1.6
13932026-07-16T22:39:01.387Z Compiling yoke-derive v0.8.1
13942026-07-16T22:39:01.591Z Compiling zerovec-derive v0.11.2
13952026-07-16T22:39:01.609Z Compiling displaydoc v0.2.5
13962026-07-16T22:39:01.927Z Compiling zeroize v1.8.2
13972026-07-16T22:39:02.144Z Compiling zerocopy-derive v0.8.40
13982026-07-16T22:39:02.518Z Compiling tokio-macros v2.7.0
13992026-07-16T22:39:02.603Z Compiling futures-macro v0.3.32
14002026-07-16T22:39:02.728Z Compiling openssl-sys v0.9.115
14012026-07-16T22:39:02.746Z Compiling zerofrom v0.1.6
14022026-07-16T22:39:02.911Z Compiling yoke v0.8.1
14032026-07-16T22:39:03.014Z Compiling crypto-common v0.1.7
14042026-07-16T22:39:03.098Z Compiling zerovec v0.11.5
14052026-07-16T22:39:03.159Z Compiling zerotrie v0.2.3
14062026-07-16T22:39:03.297Z Compiling block-buffer v0.10.4
14072026-07-16T22:39:03.311Z Compiling tracing-attributes v0.1.31
14082026-07-16T22:39:03.460Z Compiling digest v0.10.7
14092026-07-16T22:39:03.475Z Compiling der_derive v0.7.3
14102026-07-16T22:39:03.479Z Compiling futures-util v0.3.32
14112026-07-16T22:39:03.622Z Compiling tinystr v0.8.2
14122026-07-16T22:39:03.713Z Compiling potential_utf v0.1.4
14132026-07-16T22:39:03.822Z Compiling icu_locale_core v2.1.1
14142026-07-16T22:39:03.875Z Compiling icu_collections v2.1.1
14152026-07-16T22:39:04.350Z Compiling thiserror-impl v2.0.18
14162026-07-16T22:39:04.471Z Compiling icu_provider v2.1.1
14172026-07-16T22:39:04.652Z Compiling bytes v1.11.1
14182026-07-16T22:39:04.691Z Compiling chrono v0.4.45
14192026-07-16T22:39:04.698Z Compiling flagset v0.4.7
14202026-07-16T22:39:04.767Z Compiling icu_normalizer v2.1.1
14212026-07-16T22:39:04.833Z Compiling icu_properties v2.1.2
14222026-07-16T22:39:05.243Z Compiling tokio v1.52.1
14232026-07-16T22:39:05.303Z Compiling http v1.4.2
14242026-07-16T22:39:05.662Z Compiling aws-lc-rs v1.16.3
14252026-07-16T22:39:05.784Z Compiling idna_adapter v1.2.1
14262026-07-16T22:39:05.917Z Compiling idna v1.1.0
14272026-07-16T22:39:05.931Z Compiling thiserror v2.0.18
14282026-07-16T22:39:05.962Z Compiling http-body v1.0.1
14292026-07-16T22:39:06.036Z Compiling der v0.7.10
14302026-07-16T22:39:06.072Z Compiling tracing v0.1.44
14312026-07-16T22:39:06.214Z Compiling url v2.5.8
14322026-07-16T22:39:06.330Z Compiling rustls-pki-types v1.14.0
14332026-07-16T22:39:06.342Z Compiling serde_derive_internals v0.29.1
14342026-07-16T22:39:06.557Z Compiling ppv-lite86 v0.2.21
14352026-07-16T22:39:06.682Z Compiling httparse v1.10.1
14362026-07-16T22:39:06.772Z Compiling schemars v0.8.22
14372026-07-16T22:39:06.873Z Compiling rand_chacha v0.9.0
14382026-07-16T22:39:06.982Z Compiling dyn-clone v1.0.20
14392026-07-16T22:39:06.996Z Compiling cmov v0.5.4
14402026-07-16T22:39:07.021Z Compiling openssl-probe v0.2.1
14412026-07-16T22:39:07.113Z Compiling tinyvec_macros v0.1.1
14422026-07-16T22:39:07.179Z Compiling tinyvec v1.10.0
14432026-07-16T22:39:07.193Z Compiling ctutils v0.4.2
14442026-07-16T22:39:07.195Z Compiling schemars_derive v0.8.22
14452026-07-16T22:39:07.195Z Compiling rand v0.9.2
14462026-07-16T22:39:07.294Z Compiling spki v0.7.3
14472026-07-16T22:39:07.418Z Compiling pest_generator v2.8.6
14482026-07-16T22:39:07.494Z Compiling aho-corasick v1.1.4
14492026-07-16T22:39:07.510Z Compiling try-lock v0.2.5
14502026-07-16T22:39:07.538Z Compiling tower-service v0.3.3
14512026-07-16T22:39:07.615Z Compiling untrusted v0.7.1
14522026-07-16T22:39:07.629Z Compiling atomic-waker v1.1.2
14532026-07-16T22:39:07.733Z Compiling tower-layer v0.3.3
14542026-07-16T22:39:07.752Z Compiling tempfile v3.25.0
14552026-07-16T22:39:07.913Z Compiling want v0.3.1
14562026-07-16T22:39:08.051Z Compiling hybrid-array v0.4.13
14572026-07-16T22:39:08.144Z Compiling pest_derive v2.8.6
14582026-07-16T22:39:08.163Z Compiling ipnet v2.11.0
14592026-07-16T22:39:08.365Z Compiling regex-automata v0.4.14
14602026-07-16T22:39:08.585Z Compiling scroll_derive v0.13.1
14612026-07-16T22:39:08.656Z Compiling darling_core v0.20.11
14622026-07-16T22:39:08.829Z Compiling cpufeatures v0.2.17
14632026-07-16T22:39:08.903Z Compiling rustls v0.23.41
14642026-07-16T22:39:09.092Z Compiling tokio-util v0.7.18
14652026-07-16T22:39:09.226Z Compiling foreign-types-shared v0.1.1
14662026-07-16T22:39:09.309Z Compiling untrusted v0.9.0
14672026-07-16T22:39:09.384Z Compiling openssl v0.10.79
14682026-07-16T22:39:09.428Z Compiling httpdate v1.0.3
14692026-07-16T22:39:09.642Z Compiling scroll v0.13.0
14702026-07-16T22:39:09.658Z Compiling foreign-types v0.3.2
14712026-07-16T22:39:09.723Z Compiling unicode-normalization v0.1.25
14722026-07-16T22:39:09.748Z Compiling h2 v0.4.15
14732026-07-16T22:39:09.900Z Compiling pkcs8 v0.10.2
14742026-07-16T22:39:10.153Z Compiling openssl-macros v0.1.1
14752026-07-16T22:39:10.165Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-07-16T22:39:10.503Z Compiling spin v0.9.8
14772026-07-16T22:39:10.545Z Compiling time-core v0.1.8
14782026-07-16T22:39:10.559Z Compiling native-tls v0.2.18
14792026-07-16T22:39:10.686Z Compiling num-conv v0.2.0
14802026-07-16T22:39:10.703Z Compiling powerfmt v0.2.0
14812026-07-16T22:39:10.770Z Compiling crc32fast v1.5.0
14822026-07-16T22:39:10.815Z Compiling time-macros v0.2.27
14832026-07-16T22:39:10.866Z Compiling deranged v0.5.8
14842026-07-16T22:39:10.880Z Compiling darling_macro v0.20.11
14852026-07-16T22:39:11.358Z Compiling darling v0.20.11
14862026-07-16T22:39:11.439Z Compiling goblin v0.10.5
14872026-07-16T22:39:11.828Z Compiling sha2 v0.10.9
14882026-07-16T22:39:11.864Z Compiling hmac v0.12.1
14892026-07-16T22:39:12.014Z Compiling sync_wrapper v1.0.2
14902026-07-16T22:39:12.122Z Compiling wait-timeout v0.2.1
14912026-07-16T22:39:12.372Z Compiling unicode-segmentation v1.12.0
14922026-07-16T22:39:12.386Z Compiling crossbeam-utils v0.8.21
14932026-07-16T22:39:12.682Z Compiling num_threads v0.1.7
14942026-07-16T22:39:12.741Z Compiling simd-adler32 v0.3.8
14952026-07-16T22:39:12.777Z Compiling hyper v1.10.1
14962026-07-16T22:39:13.037Z Compiling siphasher v1.0.2
14972026-07-16T22:39:13.209Z Compiling usdt-impl v0.6.0
14982026-07-16T22:39:13.222Z Compiling bit-vec v0.8.0
14992026-07-16T22:39:13.425Z Compiling quick-error v1.2.3
15002026-07-16T22:39:13.456Z Compiling syn v1.0.109
15012026-07-16T22:39:13.533Z Compiling rusty-fork v0.3.1
15022026-07-16T22:39:13.832Z Compiling bit-set v0.8.0
15032026-07-16T22:39:13.858Z Compiling time v0.3.47
15042026-07-16T22:39:13.991Z Compiling hyper-util v0.1.20
15052026-07-16T22:39:14.091Z Compiling tower v0.5.3
15062026-07-16T22:39:14.155Z Compiling dof v0.4.0
15072026-07-16T22:39:14.430Z Compiling derive_builder_core v0.20.2
15082026-07-16T22:39:14.740Z Compiling dtrace-parser v0.3.0
15092026-07-16T22:39:15.272Z Compiling http-body-util v0.1.3
15102026-07-16T22:39:15.303Z Compiling heapless v0.7.17
15112026-07-16T22:39:15.420Z Compiling thiserror-impl v1.0.69
15122026-07-16T22:39:15.456Z Compiling scroll_derive v0.12.1
15132026-07-16T22:39:15.511Z Compiling rand_xorshift v0.4.0
15142026-07-16T22:39:15.551Z Compiling slog v2.8.2
15152026-07-16T22:39:15.626Z Compiling darling_core v0.23.0
15162026-07-16T22:39:15.664Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-07-16T22:39:15.703Z Compiling thread-id v5.1.0
15182026-07-16T22:39:15.741Z Compiling cookie v0.18.1
15192026-07-16T22:39:15.782Z Compiling anyhow v1.0.102
15202026-07-16T22:39:15.934Z Compiling signal-hook v0.3.18
15212026-07-16T22:39:15.948Z Compiling unarray v0.1.4
15222026-07-16T22:39:16.059Z Compiling unicode-properties v0.1.4
15232026-07-16T22:39:16.092Z Compiling adler2 v2.0.1
15242026-07-16T22:39:16.106Z Compiling paste v1.0.15
15252026-07-16T22:39:16.120Z Compiling unicode-bidi v0.3.18
15262026-07-16T22:39:16.221Z Compiling allocator-api2 v0.2.21
15272026-07-16T22:39:16.254Z Compiling iri-string v0.7.10
15282026-07-16T22:39:16.378Z Compiling zstd-safe v7.2.4
15292026-07-16T22:39:16.538Z Compiling ryu v1.0.23
15302026-07-16T22:39:16.588Z Compiling stringprep v0.1.5
15312026-07-16T22:39:16.671Z Compiling thiserror v1.0.69
15322026-07-16T22:39:16.690Z Compiling serde_urlencoded v0.7.1
15332026-07-16T22:39:16.710Z Compiling miniz_oxide v0.8.9
15342026-07-16T22:39:16.788Z Compiling scroll v0.12.0
15352026-07-16T22:39:17.015Z Compiling proptest v1.10.0
15362026-07-16T22:39:17.357Z Compiling tower-http v0.6.8
15372026-07-16T22:39:17.731Z Compiling derive_builder_macro v0.20.2
15382026-07-16T22:39:17.734Z Compiling camino v1.2.2
15392026-07-16T22:39:17.760Z Compiling tokio-native-tls v0.3.1
15402026-07-16T22:39:17.962Z Compiling heck v0.4.1
15412026-07-16T22:39:18.071Z Compiling darling_macro v0.23.0
15422026-07-16T22:39:18.156Z Compiling bstr v1.12.1
15432026-07-16T22:39:18.182Z Compiling ipnetwork v0.21.1
15442026-07-16T22:39:18.230Z Compiling block-buffer v0.12.1
15452026-07-16T22:39:18.288Z Compiling crypto-common v0.2.2
15462026-07-16T22:39:18.425Z Compiling block-padding v0.4.2
15472026-07-16T22:39:18.561Z Compiling rustls-native-certs v0.8.3
15482026-07-16T22:39:18.576Z Compiling rand_chacha v0.3.1
15492026-07-16T22:39:18.591Z Compiling hex v0.4.3
15502026-07-16T22:39:18.796Z Compiling serde_tokenstream v0.2.3
15512026-07-16T22:39:18.845Z Compiling toml_datetime v0.6.11
15522026-07-16T22:39:18.858Z Compiling erased-serde v0.3.31
15532026-07-16T22:39:19.097Z Compiling serde_spanned v0.6.9
15542026-07-16T22:39:19.111Z Compiling md-5 v0.10.6
15552026-07-16T22:39:19.243Z Compiling signature v2.2.0
15562026-07-16T22:39:19.272Z Compiling curve25519-dalek v4.1.3
15572026-07-16T22:39:19.337Z Compiling async-trait v0.1.89
15582026-07-16T22:39:19.357Z Compiling zerocopy-derive v0.7.35
15592026-07-16T22:39:19.422Z Compiling pin-project-internal v1.1.11
15602026-07-16T22:39:19.618Z Compiling vergen-lib v9.1.0
15612026-07-16T22:39:19.813Z Compiling hash32 v0.2.1
15622026-07-16T22:39:20.003Z Compiling num-integer v0.1.46
15632026-07-16T22:39:20.007Z Compiling memoffset v0.9.1
15642026-07-16T22:39:20.208Z Compiling encoding_rs v0.8.35
15652026-07-16T22:39:20.222Z Compiling mime v0.3.17
15662026-07-16T22:39:20.317Z Compiling fallible-iterator v0.2.0
15672026-07-16T22:39:20.351Z Compiling rustix v0.38.44
15682026-07-16T22:39:20.485Z Compiling zlib-rs v0.6.2
15692026-07-16T22:39:20.527Z Compiling smoltcp v0.9.1
15702026-07-16T22:39:20.628Z Compiling litrs v1.0.0
15712026-07-16T22:39:20.710Z Compiling ref-cast v1.0.25
15722026-07-16T22:39:20.866Z Compiling num-bigint-dig v0.8.6
15732026-07-16T22:39:21.033Z Compiling cfg_aliases v0.2.1
15742026-07-16T22:39:21.074Z Compiling psl-types v2.0.11
15752026-07-16T22:39:21.107Z Compiling nix v0.31.2
15762026-07-16T22:39:21.128Z Compiling document-features v0.2.12
15772026-07-16T22:39:21.194Z Compiling publicsuffix v2.3.0
15782026-07-16T22:39:21.480Z Compiling postgres-protocol v0.6.10
15792026-07-16T22:39:21.538Z Compiling pin-project v1.1.11
15802026-07-16T22:39:21.615Z Compiling hubpack_derive v0.1.1
15812026-07-16T22:39:21.675Z Compiling num-iter v0.1.45
15822026-07-16T22:39:21.721Z Compiling zerocopy v0.7.35
15832026-07-16T22:39:21.887Z Compiling newtype-uuid v1.3.2
15842026-07-16T22:39:22.056Z Compiling rand v0.8.6
15852026-07-16T22:39:22.195Z Compiling darling v0.23.0
15862026-07-16T22:39:22.209Z Compiling inout v0.2.2
15872026-07-16T22:39:22.251Z Compiling oxnet v0.1.6
15882026-07-16T22:39:22.277Z Compiling derive_builder v0.20.2
15892026-07-16T22:39:22.379Z Compiling snafu-derive v0.8.9
15902026-07-16T22:39:22.403Z Compiling hyper-tls v0.6.0
15912026-07-16T22:39:22.720Z Compiling goblin v0.8.2
15922026-07-16T22:39:23.199Z Compiling phf_shared v0.13.1
15932026-07-16T22:39:23.214Z Compiling lazy_static v1.5.0
15942026-07-16T22:39:23.308Z Compiling regex v1.12.3
15952026-07-16T22:39:23.444Z Compiling anstyle-parse v0.2.7
15962026-07-16T22:39:23.585Z Compiling strum_macros v0.27.2
15972026-07-16T22:39:23.623Z Compiling futures-executor v0.3.32
15982026-07-16T22:39:23.736Z Compiling flate2 v1.1.9
15992026-07-16T22:39:23.884Z Compiling terminal_size v0.4.3
16002026-07-16T22:39:24.025Z Compiling ref-cast-impl v1.0.25
16012026-07-16T22:39:24.040Z Compiling daft-derive v0.1.7
16022026-07-16T22:39:24.147Z Compiling curve25519-dalek-derive v0.1.1
16032026-07-16T22:39:24.301Z Compiling vergen v9.1.0
16042026-07-16T22:39:24.497Z Compiling cargo-platform v0.3.2
16052026-07-16T22:39:24.578Z Compiling ff v0.13.1
16062026-07-16T22:39:24.722Z Compiling fs-err v3.3.0
16072026-07-16T22:39:24.762Z Compiling ahash v0.8.12
16082026-07-16T22:39:24.778Z Compiling same-file v1.0.6
16092026-07-16T22:39:24.794Z Compiling bumpalo v3.20.2
16102026-07-16T22:39:24.921Z Compiling winnow v0.5.40
16112026-07-16T22:39:24.939Z Compiling foldhash v0.2.0
16122026-07-16T22:39:24.983Z Compiling managed v0.8.0
16132026-07-16T22:39:25.039Z Compiling bitflags v1.3.2
16142026-07-16T22:39:25.116Z Compiling foldhash v0.1.5
16152026-07-16T22:39:25.155Z Compiling base16ct v0.2.0
16162026-07-16T22:39:25.191Z Compiling libbz2-rs-sys v0.2.2
16172026-07-16T22:39:25.282Z Compiling object v0.37.3
16182026-07-16T22:39:25.326Z Compiling sec1 v0.7.3
16192026-07-16T22:39:25.550Z Compiling strum v0.27.2
16202026-07-16T22:39:25.600Z Compiling bzip2 v0.6.1
16212026-07-16T22:39:25.615Z Compiling hashbrown v0.15.5
16222026-07-16T22:39:25.802Z Compiling hashbrown v0.16.1
16232026-07-16T22:39:25.908Z Compiling zopfli v0.8.3
16242026-07-16T22:39:26.161Z Compiling dof v0.3.0
16252026-07-16T22:39:26.222Z Compiling toml_edit v0.19.15
16262026-07-16T22:39:26.384Z Compiling walkdir v2.5.0
16272026-07-16T22:39:26.458Z Compiling clap_builder v4.6.0
16282026-07-16T22:39:26.579Z Compiling daft v0.1.7
16292026-07-16T22:39:26.689Z Compiling group v0.13.0
16302026-07-16T22:39:26.826Z Compiling cargo_metadata v0.23.1
16312026-07-16T22:39:26.896Z Compiling snafu v0.8.9
16322026-07-16T22:39:26.964Z Compiling futures v0.3.32
16332026-07-16T22:39:27.048Z Compiling anstream v0.6.21
16342026-07-16T22:39:27.243Z Compiling phf v0.13.1
16352026-07-16T22:39:27.404Z Compiling signal-hook-mio v0.2.5
16362026-07-16T22:39:27.523Z Compiling cookie_store v0.22.1
16372026-07-16T22:39:28.192Z Compiling zstd v0.13.3
16382026-07-16T22:39:28.206Z Compiling reqwest v0.12.28
16392026-07-16T22:39:28.314Z Compiling bzip2 v0.4.4
16402026-07-16T22:39:28.456Z Compiling cipher v0.5.2
16412026-07-16T22:39:28.530Z Compiling serde_with_macros v3.21.0
16422026-07-16T22:39:28.760Z Compiling hubpack v0.1.2
16432026-07-16T22:39:28.899Z Compiling postgres-types v0.2.12
16442026-07-16T22:39:29.431Z Compiling ed25519 v2.2.3
16452026-07-16T22:39:29.446Z Compiling usdt-attr-macro v0.6.0
16462026-07-16T22:39:29.461Z Compiling usdt-macro v0.6.0
16472026-07-16T22:39:29.662Z Compiling globset v0.4.18
16482026-07-16T22:39:30.143Z Compiling dtrace-parser v0.2.0
16492026-07-16T22:39:30.198Z Compiling phf_shared v0.11.3
16502026-07-16T22:39:30.243Z Compiling hkdf v0.12.4
16512026-07-16T22:39:30.324Z Compiling olpc-cjson v0.1.4
16522026-07-16T22:39:30.324Z Compiling pkcs1 v0.7.5
16532026-07-16T22:39:30.381Z Compiling strum_macros v0.26.4
16542026-07-16T22:39:30.405Z Compiling enum-as-inner v0.6.1
16552026-07-16T22:39:30.477Z Compiling clap_derive v4.6.1
16562026-07-16T22:39:30.718Z Compiling serde-big-array v0.5.1
16572026-07-16T22:39:30.864Z Compiling serde_plain v1.0.2
16582026-07-16T22:39:30.877Z Compiling crypto-bigint v0.5.5
16592026-07-16T22:39:30.911Z Compiling async-recursion v1.1.1
16602026-07-16T22:39:31.056Z Compiling serde_repr v0.1.20
16612026-07-16T22:39:31.565Z Compiling pem v3.0.6
16622026-07-16T22:39:31.596Z Compiling float-cmp v0.10.0
16632026-07-16T22:39:31.744Z Compiling memmap2 v0.9.10
16642026-07-16T22:39:31.888Z Compiling thread-id v4.2.2
16652026-07-16T22:39:31.891Z Compiling env_filter v1.0.0
16662026-07-16T22:39:31.954Z Compiling keccak v0.1.6
16672026-07-16T22:39:31.970Z Compiling static_assertions v1.1.0
16682026-07-16T22:39:32.045Z Compiling data-encoding v2.10.0
16692026-07-16T22:39:32.126Z Compiling predicates-core v1.0.10
16702026-07-16T22:39:32.202Z Compiling whoami v2.1.0
16712026-07-16T22:39:32.231Z Compiling typed-path v0.9.3
16722026-07-16T22:39:32.300Z Compiling fixedbitset v0.5.7
16732026-07-16T22:39:32.573Z Compiling new_debug_unreachable v1.0.6
16742026-07-16T22:39:32.605Z Compiling cpufeatures v0.3.0
16752026-07-16T22:39:32.644Z Compiling difflib v0.4.0
16762026-07-16T22:39:32.681Z Compiling jiff v0.2.21
16772026-07-16T22:39:32.694Z Compiling either v1.15.0
16782026-07-16T22:39:32.727Z Compiling precomputed-hash v0.1.1
16792026-07-16T22:39:32.860Z Compiling const-oid v0.10.2
16802026-07-16T22:39:32.911Z Compiling fixedbitset v0.4.2
16812026-07-16T22:39:33.000Z Compiling winnow v1.0.3
16822026-07-16T22:39:33.025Z Compiling normalize-line-endings v0.3.0
16832026-07-16T22:39:33.074Z Compiling toml_edit v0.22.27
16842026-07-16T22:39:33.120Z Compiling predicates v3.1.4
16852026-07-16T22:39:33.132Z Compiling petgraph v0.6.5
16862026-07-16T22:39:33.217Z Compiling digest v0.11.3
16872026-07-16T22:39:33.350Z Compiling toml_parser v1.1.2+spec-1.1.0
16882026-07-16T22:39:33.441Z Compiling itertools v0.13.0
16892026-07-16T22:39:33.515Z Compiling string_cache v0.8.9
16902026-07-16T22:39:33.747Z Compiling chacha20 v0.10.0
16912026-07-16T22:39:33.765Z Compiling petgraph v0.8.3
16922026-07-16T22:39:34.001Z Compiling tokio-postgres v0.7.16
16932026-07-16T22:39:34.123Z Compiling hickory-proto v0.25.2
16942026-07-16T22:39:34.623Z Compiling clap v4.6.1
16952026-07-16T22:39:34.674Z Compiling strum v0.26.3
16962026-07-16T22:39:34.705Z Compiling sha3 v0.10.8
16972026-07-16T22:39:34.806Z Compiling env_logger v0.11.9
16982026-07-16T22:39:35.155Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-07-16T22:39:35.155Z Compiling usdt-impl v0.5.0
17002026-07-16T22:39:35.715Z Compiling zip v4.6.1
17012026-07-16T22:39:35.747Z Compiling usdt v0.6.0
17022026-07-16T22:39:35.797Z Compiling elliptic-curve v0.13.8
17032026-07-16T22:39:36.005Z Compiling rsa v0.9.10
17042026-07-16T22:39:36.195Z Compiling crossterm v0.28.1
17052026-07-16T22:39:36.217Z Compiling serde_with v3.21.0
17062026-07-16T22:39:36.658Z Compiling ed25519-dalek v2.2.0
17072026-07-16T22:39:37.318Z Compiling zip v0.6.6
17082026-07-16T22:39:37.880Z Compiling toml v0.7.8
17092026-07-16T22:39:37.920Z Compiling iddqd v0.4.2
17102026-07-16T22:39:38.445Z Compiling byte-wrapper v0.1.0
17112026-07-16T22:39:38.481Z Compiling similar v2.7.0
17122026-07-16T22:39:38.659Z Compiling crossbeam-epoch v0.9.18
17132026-07-16T22:39:38.783Z Compiling tokio-stream v0.1.18
17142026-07-16T22:39:38.818Z Compiling buf-list v1.1.2
17152026-07-16T22:39:39.021Z Compiling x509-cert v0.2.5
17162026-07-16T22:39:39.093Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17172026-07-16T22:39:39.221Z Compiling openapiv3 v2.2.0
17182026-07-16T22:39:39.240Z Compiling peg-runtime v0.8.5
17192026-07-16T22:39:39.298Z Compiling lalrpop-util v0.19.12
17202026-07-16T22:39:39.337Z Compiling thread_local v1.1.9
17212026-07-16T22:39:39.391Z Compiling slog-async v2.8.0
17222026-07-16T22:39:39.492Z Compiling crossbeam-channel v0.5.15
17232026-07-16T22:39:39.527Z Compiling is-terminal v0.4.17
17242026-07-16T22:39:39.579Z Compiling filetime v0.2.27
17252026-07-16T22:39:39.612Z Compiling take_mut v0.2.2
17262026-07-16T22:39:39.715Z Compiling xattr v1.6.1
17272026-07-16T22:39:39.731Z Compiling term v1.2.1
17282026-07-16T22:39:39.750Z Compiling camino-tempfile v1.4.1
17292026-07-16T22:39:39.961Z Compiling tar v0.4.46
17302026-07-16T22:39:40.296Z Compiling slog-term v2.9.2
17312026-07-16T22:39:50.328Z Compiling rustls-webpki v0.103.13
17322026-07-16T22:39:53.029Z Compiling tokio-rustls v0.26.4
17332026-07-16T22:39:53.029Z Compiling rustls-platform-verifier v0.6.2
17342026-07-16T22:39:53.033Z Compiling tough v0.22.0
17352026-07-16T22:39:53.239Z Compiling hyper-rustls v0.27.7
17362026-07-16T22:39:53.439Z Compiling reqwest v0.13.2
17372026-07-16T22:39:55.640Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382026-07-16T22:39:55.870Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17392026-07-16T22:39:58.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17402026-07-16T22:39:58.837Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17412026-07-16T22:39:58.891ZJul 16 22:39:57.524 INFO Starting download, target: Console
17422026-07-16T22:39:58.891ZJul 16 22:39:57.524 INFO Starting download, target: Cockroach
17432026-07-16T22:39:58.891ZJul 16 22:39:57.524 INFO Starting download, target: Clickhouse
17442026-07-16T22:39:58.895ZJul 16 22:39:57.524 INFO Starting download, target: DendriteStub
17452026-07-16T22:39:58.895ZJul 16 22:39:57.524 INFO Starting download, target: MaghemiteMgd
17462026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Starting download, target: MaghemiteDdmd
17472026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Starting download, target: TransceiverControl
17482026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17512026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17522026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17532026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17542026-07-16T22:39:58.895ZJul 16 22:39:57.525 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17552026-07-16T22:39:59.255ZJul 16 22:39:57.878 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-07-16T22:39:59.487ZJul 16 22:39:58.103 INFO Download complete, target: TransceiverControl
17572026-07-16T22:40:00.638ZJul 16 22:39:59.271 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17582026-07-16T22:40:00.697ZJul 16 22:39:59.328 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17592026-07-16T22:40:00.726ZJul 16 22:39:59.357 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17602026-07-16T22:40:00.908ZJul 16 22:39:59.539 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-07-16T22:40:01.015ZJul 16 22:39:59.646 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-07-16T22:40:01.164ZJul 16 22:39:59.796 INFO Download complete, target: Console
17632026-07-16T22:40:01.286ZJul 16 22:39:59.919 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-07-16T22:40:01.286ZJul 16 22:39:59.919 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-07-16T22:40:02.744ZJul 16 22:40:01.377 INFO Download complete, target: MaghemiteDdmd
17662026-07-16T22:40:03.277ZJul 16 22:40:01.909 INFO Download complete, target: DendriteStub
17672026-07-16T22:40:03.660ZJul 16 22:40:02.293 INFO Download complete, target: MaghemiteMgd
17682026-07-16T22:40:05.992ZJul 16 22:40:04.612 INFO Checking that binary works, target: Cockroach
17692026-07-16T22:40:06.108ZJul 16 22:40:04.730 INFO Download complete, target: Cockroach
17702026-07-16T22:40:07.505ZJul 16 22:40:06.138 INFO Checking that binary works, target: Clickhouse
17712026-07-16T22:40:07.640ZJul 16 22:40:06.273 INFO Download complete, target: Clickhouse
17722026-07-16T22:40:07.656ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-07-16T22:40:07.659Z
17742026-07-16T22:40:07.659Zreal 2:01.954586588
17752026-07-16T22:40:07.659Zuser 6:37.653333030
17762026-07-16T22:40:07.659Zsys 1:20.695501363
17772026-07-16T22:40:07.659Ztrap 0.229240746
17782026-07-16T22:40:07.659Ztflt 0.577015391
17792026-07-16T22:40:07.659Zdflt 0.867628917
17802026-07-16T22:40:07.659Zkflt 0.028290876
17812026-07-16T22:40:07.659Zlock 21:44.167766195
17822026-07-16T22:40:07.659Zslp 20:06.970138092
17832026-07-16T22:40:07.659Zlat 42.637523615
17842026-07-16T22:40:07.659Zstop 1:58.643022552
17852026-07-16T22:40:07.659Z+ banner hack-check
17862026-07-16T22:40:07.659Z
17872026-07-16T22:40:07.659Z # # ## #### # # #### # # ###### #### # #
17882026-07-16T22:40:07.659Z # # # # # # # # # # # # # # # # #
17892026-07-16T22:40:07.659Z ###### # # # #### ##### # ###### ##### # ####
17902026-07-16T22:40:07.659Z # # ###### # # # # # # # # # #
17912026-07-16T22:40:07.659Z # # # # # # # # # # # # # # # # #
17922026-07-16T22:40:07.659Z # # # # #### # # #### # # ###### #### # #
17932026-07-16T22:40:07.660Z
17942026-07-16T22:40:07.660Z+ export CARGO_INCREMENTAL=0
17952026-07-16T22:40:07.660Z+ CARGO_INCREMENTAL=0
17962026-07-16T22:40:07.660Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-07-16T22:40:08.121Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-07-16T22:40:08.410Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-07-16T22:40:10.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
18002026-07-16T22:40:10.236Z Running `target/debug/xtask check-features --ci`
18012026-07-16T22:40:10.261Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-07-16T22:40:10.264Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-07-16T22:40:10.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18042026-07-16T22:40:10.699Z Running `target/debug/xtask download cargo-hack`
18052026-07-16T22:40:11.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-07-16T22:40:11.773Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-07-16T22:40:14.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18082026-07-16T22:40:14.458Z Running `target/debug/xtask-downloader cargo-hack`
18092026-07-16T22:40:14.502ZJul 16 22:40:13.134 INFO Starting download, target: CargoHack
18102026-07-16T22:40:14.505ZJul 16 22:40:13.134 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-07-16T22:40:14.832ZJul 16 22:40:13.465 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-07-16T22:40:14.883ZJul 16 22:40:13.516 INFO Download complete, target: CargoHack
18132026-07-16T22:40:14.886Zrunning: "/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"
18142026-07-16T22:40:14.898Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-07-16T22:40:15.053Zinfo: running `cargo check --bins` on api_identity (1/301)
18162026-07-16T22:40:15.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-07-16T22:40:15.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-07-16T22:40:15.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-07-16T22:40:15.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18202026-07-16T22:40:15.567Z
18212026-07-16T22:40:15.567Zinfo: running `cargo check --bins` on bootstore (2/301)
18222026-07-16T22:40:16.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-07-16T22:40:16.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-07-16T22:40:16.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-07-16T22:40:16.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18262026-07-16T22:40:16.080Z
18272026-07-16T22:40:16.080Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18282026-07-16T22:40:16.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-07-16T22:40:16.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-07-16T22:40:16.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-07-16T22:40:16.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18322026-07-16T22:40:16.589Z
18332026-07-16T22:40:16.589Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18342026-07-16T22:40:17.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-07-16T22:40:17.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-07-16T22:40:17.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-07-16T22:40:17.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18382026-07-16T22:40:17.097Z
18392026-07-16T22:40:17.097Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18402026-07-16T22:40:17.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-07-16T22:40:17.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-07-16T22:40:17.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-07-16T22:40:17.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-07-16T22:40:17.618Z
18452026-07-16T22:40:17.618Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18462026-07-16T22:40:18.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-07-16T22:40:18.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-07-16T22:40:18.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-07-16T22:40:18.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18502026-07-16T22:40:18.152Z
18512026-07-16T22:40:18.152Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18522026-07-16T22:40:18.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-07-16T22:40:18.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-07-16T22:40:18.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-07-16T22:40:18.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18562026-07-16T22:40:18.678Z
18572026-07-16T22:40:18.678Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18582026-07-16T22:40:19.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-07-16T22:40:19.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-07-16T22:40:19.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-07-16T22:40:19.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18622026-07-16T22:40:19.200Z
18632026-07-16T22:40:19.200Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18642026-07-16T22:40:19.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-07-16T22:40:19.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-07-16T22:40:19.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-07-16T22:40:19.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18682026-07-16T22:40:19.599Z
18692026-07-16T22:40:19.599Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18702026-07-16T22:40:19.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-07-16T22:40:19.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-07-16T22:40:19.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-07-16T22:40:19.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18742026-07-16T22:40:19.996Z
18752026-07-16T22:40:19.996Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18762026-07-16T22:40:20.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-07-16T22:40:20.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-07-16T22:40:20.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-07-16T22:40:20.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18802026-07-16T22:40:20.393Z
18812026-07-16T22:40:20.393Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18822026-07-16T22:40:20.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-07-16T22:40:20.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-07-16T22:40:20.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-07-16T22:40:20.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18862026-07-16T22:40:20.788Z
18872026-07-16T22:40:20.788Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
18882026-07-16T22:40:21.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-07-16T22:40:21.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-07-16T22:40:21.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-07-16T22:40:21.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18922026-07-16T22:40:21.182Z
18932026-07-16T22:40:21.182Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
18942026-07-16T22:40:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-07-16T22:40:21.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-07-16T22:40:21.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-07-16T22:40:21.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18982026-07-16T22:40:21.579Z
18992026-07-16T22:40:21.579Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19002026-07-16T22:40:21.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-07-16T22:40:21.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-07-16T22:40:21.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-07-16T22:40:21.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19042026-07-16T22:40:21.980Z
19052026-07-16T22:40:21.980Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19062026-07-16T22:40:22.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-07-16T22:40:22.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-07-16T22:40:22.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-07-16T22:40:22.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19102026-07-16T22:40:22.378Z
19112026-07-16T22:40:22.379Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19122026-07-16T22:40:22.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-07-16T22:40:22.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-07-16T22:40:22.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-07-16T22:40:22.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19162026-07-16T22:40:22.775Z
19172026-07-16T22:40:22.775Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19182026-07-16T22:40:23.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-07-16T22:40:23.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-07-16T22:40:23.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-07-16T22:40:23.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19222026-07-16T22:40:23.172Z
19232026-07-16T22:40:23.172Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19242026-07-16T22:40:23.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-07-16T22:40:23.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-07-16T22:40:23.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-07-16T22:40:23.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19282026-07-16T22:40:23.571Z
19292026-07-16T22:40:23.571Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19302026-07-16T22:40:23.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-07-16T22:40:23.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-07-16T22:40:23.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-07-16T22:40:23.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19342026-07-16T22:40:23.975Z
19352026-07-16T22:40:23.975Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19362026-07-16T22:40:24.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-07-16T22:40:24.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-07-16T22:40:24.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-07-16T22:40:24.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-07-16T22:40:24.375Z
19412026-07-16T22:40:24.375Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19422026-07-16T22:40:24.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-07-16T22:40:24.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-07-16T22:40:24.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-07-16T22:40:24.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19462026-07-16T22:40:24.781Z
19472026-07-16T22:40:24.781Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19482026-07-16T22:40:25.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-07-16T22:40:25.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-07-16T22:40:25.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-07-16T22:40:25.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-07-16T22:40:25.178Z
19532026-07-16T22:40:25.179Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19542026-07-16T22:40:25.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-07-16T22:40:25.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-07-16T22:40:25.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-07-16T22:40:25.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-07-16T22:40:25.584Z
19592026-07-16T22:40:25.584Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19602026-07-16T22:40:25.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-07-16T22:40:25.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-07-16T22:40:25.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-07-16T22:40:25.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-07-16T22:40:25.982Z
19652026-07-16T22:40:25.982Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19662026-07-16T22:40:26.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-07-16T22:40:26.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-07-16T22:40:26.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-07-16T22:40:26.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-07-16T22:40:26.388Z
19712026-07-16T22:40:26.388Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19722026-07-16T22:40:26.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-07-16T22:40:26.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-07-16T22:40:26.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-07-16T22:40:26.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-07-16T22:40:26.792Z
19772026-07-16T22:40:26.792Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19782026-07-16T22:40:27.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-07-16T22:40:27.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-07-16T22:40:27.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-07-16T22:40:27.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-07-16T22:40:27.192Z
19832026-07-16T22:40:27.192Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19842026-07-16T22:40:27.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-07-16T22:40:27.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-07-16T22:40:27.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-07-16T22:40:27.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-07-16T22:40:27.593Z
19892026-07-16T22:40:27.593Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
19902026-07-16T22:40:27.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-07-16T22:40:27.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-07-16T22:40:27.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-07-16T22:40:27.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19942026-07-16T22:40:27.995Z
19952026-07-16T22:40:27.995Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
19962026-07-16T22:40:28.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-07-16T22:40:28.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-07-16T22:40:28.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-07-16T22:40:28.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20002026-07-16T22:40:28.392Z
20012026-07-16T22:40:28.392Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20022026-07-16T22:40:28.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-07-16T22:40:28.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-07-16T22:40:28.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-07-16T22:40:28.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20062026-07-16T22:40:28.786Z
20072026-07-16T22:40:28.786Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20082026-07-16T22:40:29.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-07-16T22:40:29.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-07-16T22:40:29.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-07-16T22:40:29.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20122026-07-16T22:40:29.187Z
20132026-07-16T22:40:29.187Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20142026-07-16T22:40:29.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-07-16T22:40:29.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-07-16T22:40:29.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-07-16T22:40:29.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20182026-07-16T22:40:29.585Z
20192026-07-16T22:40:29.585Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20202026-07-16T22:40:29.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-07-16T22:40:29.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-07-16T22:40:29.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-07-16T22:40:29.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20242026-07-16T22:40:29.984Z
20252026-07-16T22:40:29.984Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20262026-07-16T22:40:30.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-07-16T22:40:30.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-07-16T22:40:30.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-07-16T22:40:30.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20302026-07-16T22:40:30.384Z
20312026-07-16T22:40:30.384Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20322026-07-16T22:40:30.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-07-16T22:40:30.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-07-16T22:40:30.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-07-16T22:40:30.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20362026-07-16T22:40:30.784Z
20372026-07-16T22:40:30.784Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20382026-07-16T22:40:31.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-07-16T22:40:31.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-07-16T22:40:31.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-07-16T22:40:31.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20422026-07-16T22:40:31.182Z
20432026-07-16T22:40:31.182Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20442026-07-16T22:40:31.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-07-16T22:40:31.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-07-16T22:40:31.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-07-16T22:40:31.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20482026-07-16T22:40:31.581Z
20492026-07-16T22:40:31.581Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20502026-07-16T22:40:31.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-07-16T22:40:31.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-07-16T22:40:31.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-07-16T22:40:31.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20542026-07-16T22:40:31.979Z
20552026-07-16T22:40:31.979Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20562026-07-16T22:40:32.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-07-16T22:40:32.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-07-16T22:40:32.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-07-16T22:40:32.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20602026-07-16T22:40:32.378Z
20612026-07-16T22:40:32.378Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20622026-07-16T22:40:32.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-07-16T22:40:32.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-07-16T22:40:32.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-07-16T22:40:32.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20662026-07-16T22:40:32.776Z
20672026-07-16T22:40:32.776Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20682026-07-16T22:40:33.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-07-16T22:40:33.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-07-16T22:40:33.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-07-16T22:40:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20722026-07-16T22:40:33.177Z
20732026-07-16T22:40:33.177Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20742026-07-16T22:40:33.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-07-16T22:40:33.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-07-16T22:40:33.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-07-16T22:40:33.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20782026-07-16T22:40:33.579Z
20792026-07-16T22:40:33.579Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20802026-07-16T22:40:33.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-07-16T22:40:33.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-07-16T22:40:33.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-07-16T22:40:33.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20842026-07-16T22:40:33.982Z
20852026-07-16T22:40:33.982Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
20862026-07-16T22:40:34.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-07-16T22:40:34.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-07-16T22:40:34.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-07-16T22:40:34.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20902026-07-16T22:40:34.388Z
20912026-07-16T22:40:34.388Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
20922026-07-16T22:40:34.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-07-16T22:40:34.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-07-16T22:40:34.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-07-16T22:40:34.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-07-16T22:40:34.811Z
20972026-07-16T22:40:34.811Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
20982026-07-16T22:40:35.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-07-16T22:40:35.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-07-16T22:40:35.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-07-16T22:40:35.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21022026-07-16T22:40:35.192Z
21032026-07-16T22:40:35.192Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21042026-07-16T22:40:35.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-07-16T22:40:35.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-07-16T22:40:35.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-07-16T22:40:35.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21082026-07-16T22:40:35.761Z
21092026-07-16T22:40:35.762Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21102026-07-16T22:40:36.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-07-16T22:40:36.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-07-16T22:40:36.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-07-16T22:40:36.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21142026-07-16T22:40:36.335Z
21152026-07-16T22:40:36.335Zinfo: running `cargo check --bins` on nexus-config (51/301)
21162026-07-16T22:40:36.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-07-16T22:40:36.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-07-16T22:40:36.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-07-16T22:40:36.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21202026-07-16T22:40:36.900Z
21212026-07-16T22:40:36.900Zinfo: running `cargo check --bins` on nexus-types (52/301)
21222026-07-16T22:40:37.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-07-16T22:40:37.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-07-16T22:40:37.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-07-16T22:40:37.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21262026-07-16T22:40:37.464Z
21272026-07-16T22:40:37.464Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21282026-07-16T22:40:37.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-07-16T22:40:37.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-07-16T22:40:37.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-07-16T22:40:37.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21322026-07-16T22:40:38.002Z
21332026-07-16T22:40:38.002Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21342026-07-16T22:40:38.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-07-16T22:40:38.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-07-16T22:40:38.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-07-16T22:40:38.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21382026-07-16T22:40:38.523Z
21392026-07-16T22:40:38.523Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21402026-07-16T22:40:38.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-07-16T22:40:38.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-07-16T22:40:38.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-07-16T22:40:38.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21442026-07-16T22:40:39.055Z
21452026-07-16T22:40:39.055Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21462026-07-16T22:40:39.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-07-16T22:40:39.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-07-16T22:40:39.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-07-16T22:40:39.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21502026-07-16T22:40:39.593Z
21512026-07-16T22:40:39.593Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21522026-07-16T22:40:40.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-07-16T22:40:40.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-07-16T22:40:40.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-07-16T22:40:40.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21562026-07-16T22:40:40.126Z
21572026-07-16T22:40:40.126Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21582026-07-16T22:40:40.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-07-16T22:40:40.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-07-16T22:40:40.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-07-16T22:40:40.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21622026-07-16T22:40:40.658Z
21632026-07-16T22:40:40.658Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21642026-07-16T22:40:41.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-07-16T22:40:41.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-07-16T22:40:41.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-07-16T22:40:41.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21682026-07-16T22:40:41.268Z
21692026-07-16T22:40:41.268Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21702026-07-16T22:40:41.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-07-16T22:40:41.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-07-16T22:40:41.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-07-16T22:40:41.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21742026-07-16T22:40:41.723Z
21752026-07-16T22:40:41.723Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21762026-07-16T22:40:42.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-07-16T22:40:42.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-07-16T22:40:42.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-07-16T22:40:42.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21802026-07-16T22:40:42.226Z
21812026-07-16T22:40:42.227Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21822026-07-16T22:40:42.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-07-16T22:40:42.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-07-16T22:40:42.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-07-16T22:40:42.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21862026-07-16T22:40:42.740Z
21872026-07-16T22:40:42.740Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
21882026-07-16T22:40:43.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-07-16T22:40:43.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-07-16T22:40:43.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-07-16T22:40:43.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21922026-07-16T22:40:43.272Z
21932026-07-16T22:40:43.272Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
21942026-07-16T22:40:43.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-07-16T22:40:43.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-07-16T22:40:43.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-07-16T22:40:43.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21982026-07-16T22:40:43.804Z
21992026-07-16T22:40:43.804Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22002026-07-16T22:40:44.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-07-16T22:40:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-07-16T22:40:44.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-07-16T22:40:44.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22042026-07-16T22:40:44.320Z
22052026-07-16T22:40:44.320Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22062026-07-16T22:40:44.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-07-16T22:40:44.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-07-16T22:40:44.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-07-16T22:40:44.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22102026-07-16T22:40:44.836Z
22112026-07-16T22:40:44.836Zinfo: running `cargo check --bins` on ereport-types (67/301)
22122026-07-16T22:40:45.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-07-16T22:40:45.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-07-16T22:40:45.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-07-16T22:40:45.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22162026-07-16T22:40:45.359Z
22172026-07-16T22:40:45.359Zinfo: running `cargo check --bins` on gateway-client (68/301)
22182026-07-16T22:40:45.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-07-16T22:40:46.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-07-16T22:40:46.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-07-16T22:40:46.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22222026-07-16T22:40:46.067Z
22232026-07-16T22:40:46.067Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22242026-07-16T22:40:46.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-07-16T22:40:46.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-07-16T22:40:46.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-07-16T22:40:46.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22282026-07-16T22:40:46.411Z
22292026-07-16T22:40:46.411Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22302026-07-16T22:40:46.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-07-16T22:40:46.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-07-16T22:40:46.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-07-16T22:40:46.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22342026-07-16T22:40:46.954Z
22352026-07-16T22:40:46.954Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22362026-07-16T22:40:47.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-07-16T22:40:47.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-07-16T22:40:47.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-07-16T22:40:47.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22402026-07-16T22:40:47.466Z
22412026-07-16T22:40:47.467Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22422026-07-16T22:40:47.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-07-16T22:40:47.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-07-16T22:40:47.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-07-16T22:40:47.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22462026-07-16T22:40:47.998Z
22472026-07-16T22:40:47.998Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22482026-07-16T22:40:48.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-07-16T22:40:48.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-07-16T22:40:48.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-07-16T22:40:48.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22522026-07-16T22:40:48.543Z
22532026-07-16T22:40:48.543Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22542026-07-16T22:40:49.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-07-16T22:40:49.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-07-16T22:40:49.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-07-16T22:40:49.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22582026-07-16T22:40:49.090Z
22592026-07-16T22:40:49.091Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22602026-07-16T22:40:49.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-07-16T22:40:49.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-07-16T22:40:49.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-07-16T22:40:49.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22642026-07-16T22:40:49.617Z
22652026-07-16T22:40:49.617Zinfo: running `cargo check --bins` on oxlog (76/301)
22662026-07-16T22:40:50.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-07-16T22:40:50.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-07-16T22:40:50.428Z Checking cfg-if v1.0.4
22692026-07-16T22:40:50.428Z Checking libc v0.2.185
22702026-07-16T22:40:50.428Z Checking serde_core v1.0.228
22712026-07-16T22:40:50.428Z Checking memchr v2.8.0
22722026-07-16T22:40:50.428Z Checking zeroize v1.8.2
22732026-07-16T22:40:50.428Z Checking log v0.4.29
22742026-07-16T22:40:50.428Z Checking smallvec v1.15.1
22752026-07-16T22:40:50.428Z Checking subtle v2.6.1
22762026-07-16T22:40:50.428Z Checking itoa v1.0.17
22772026-07-16T22:40:50.500Z Checking scopeguard v1.2.0
22782026-07-16T22:40:50.537Z Checking stable_deref_trait v1.2.1
22792026-07-16T22:40:50.537Z Checking typenum v1.20.1
22802026-07-16T22:40:50.537Z Checking zerofrom v0.1.6
22812026-07-16T22:40:50.537Z Checking pin-project-lite v0.2.17
22822026-07-16T22:40:50.562Z Checking portable-atomic v1.13.1
22832026-07-16T22:40:50.562Z Checking lock_api v0.4.14
22842026-07-16T22:40:50.596Z Checking critical-section v1.2.0
22852026-07-16T22:40:50.608Z Checking yoke v0.8.1
22862026-07-16T22:40:50.661Z Checking futures-core v0.3.32
22872026-07-16T22:40:50.679Z Checking errno v0.3.14
22882026-07-16T22:40:50.679Z Checking getrandom v0.2.17
22892026-07-16T22:40:50.742Z Checking parking_lot_core v0.9.12
22902026-07-16T22:40:50.757Z Checking zerovec v0.11.5
22912026-07-16T22:40:50.776Z Checking mio v1.2.0
22922026-07-16T22:40:50.789Z Checking signal-hook-registry v1.4.8
22932026-07-16T22:40:50.828Z Checking rand_core v0.6.4
22942026-07-16T22:40:50.933Z Checking parking_lot v0.12.5
22952026-07-16T22:40:50.960Z Checking once_cell v1.21.3
22962026-07-16T22:40:50.989Z Checking zerocopy v0.8.40
22972026-07-16T22:40:51.024Z Checking zmij v1.0.21
22982026-07-16T22:40:51.055Z Checking rand_core v0.10.0
22992026-07-16T22:40:51.111Z Checking const-oid v0.9.6
23002026-07-16T22:40:51.149Z Checking libm v0.2.16
23012026-07-16T22:40:51.205Z Checking getrandom v0.4.1
23022026-07-16T22:40:51.236Z Checking tinystr v0.8.2
23032026-07-16T22:40:51.236Z Checking litemap v0.8.1
23042026-07-16T22:40:51.254Z Checking writeable v0.6.2
23052026-07-16T22:40:51.333Z Checking percent-encoding v2.3.2
23062026-07-16T22:40:55.585Z Checking generic-array v0.14.7
23072026-07-16T22:40:55.669Z Checking potential_utf v0.1.4
23082026-07-16T22:40:55.669Z Checking icu_locale_core v2.1.1
23092026-07-16T22:40:55.669Z Checking zerotrie v0.2.3
23102026-07-16T22:40:55.669Z Checking socket2 v0.6.3
23112026-07-16T22:40:55.669Z Checking equivalent v1.0.2
23122026-07-16T22:40:55.669Z Checking icu_collections v2.1.1
23132026-07-16T22:40:55.669Z Checking serde v1.0.228
23142026-07-16T22:40:55.669Z Checking bitflags v2.11.0
23152026-07-16T22:40:55.669Z Checking serde_json v1.0.150
23162026-07-16T22:40:55.669Z Checking num-traits v0.2.19
23172026-07-16T22:40:55.669Z Checking futures-sink v0.3.32
23182026-07-16T22:40:55.669Z Checking icu_provider v2.1.1
23192026-07-16T22:40:55.670Z Checking icu_properties_data v2.1.2
23202026-07-16T22:40:55.670Z Checking futures-channel v0.3.32
23212026-07-16T22:40:55.670Z Checking icu_normalizer_data v2.1.1
23222026-07-16T22:40:55.670Z Checking futures-task v0.3.32
23232026-07-16T22:40:55.670Z Checking slab v0.4.12
23242026-07-16T22:40:55.670Z Checking futures-io v0.3.32
23252026-07-16T22:40:55.670Z Checking icu_properties v2.1.2
23262026-07-16T22:40:55.670Z Checking bytes v1.11.1
23272026-07-16T22:40:55.670Z Checking icu_normalizer v2.1.1
23282026-07-16T22:40:55.670Z Checking hashbrown v0.17.0
23292026-07-16T22:40:55.670Z Checking futures-util v0.3.32
23302026-07-16T22:40:55.670Z Checking crypto-common v0.1.7
23312026-07-16T22:40:55.670Z Checking block-buffer v0.10.4
23322026-07-16T22:40:55.670Z Checking utf8_iter v1.0.4
23332026-07-16T22:40:55.670Z Checking form_urlencoded v1.2.2
23342026-07-16T22:40:55.670Z Checking digest v0.10.7
23352026-07-16T22:40:55.670Z Checking getrandom v0.3.4
23362026-07-16T22:40:55.670Z Checking tokio v1.52.1
23372026-07-16T22:40:55.670Z Checking fnv v1.0.7
23382026-07-16T22:40:55.670Z Checking byteorder v1.5.0
23392026-07-16T22:40:55.670Z Checking indexmap v2.14.0
23402026-07-16T22:40:55.671Z Checking rand_core v0.9.5
23412026-07-16T22:40:55.671Z Checking http v1.4.2
23422026-07-16T22:40:55.671Z Checking uuid v1.23.4
23432026-07-16T22:40:55.671Z Checking iana-time-zone v0.1.65
23442026-07-16T22:40:55.671Z Checking idna_adapter v1.2.1
23452026-07-16T22:40:55.671Z Checking base64ct v1.8.3
23462026-07-16T22:40:55.671Z Checking idna v1.1.0
23472026-07-16T22:40:55.671Z Checking base64 v0.22.1
23482026-07-16T22:40:55.671Z Checking regex-syntax v0.8.10
23492026-07-16T22:40:55.671Z Checking pem-rfc7468 v0.7.0
23502026-07-16T22:40:55.671Z Checking chrono v0.4.45
23512026-07-16T22:40:55.671Z Checking url v2.5.8
23522026-07-16T22:40:55.671Z Checking rustix v1.1.3
23532026-07-16T22:40:55.671Z Checking tracing-core v0.1.36
23542026-07-16T22:40:55.671Z Checking ppv-lite86 v0.2.21
23552026-07-16T22:40:55.671Z Checking flagset v0.4.7
23562026-07-16T22:40:55.671Z Checking tracing v0.1.44
23572026-07-16T22:40:55.671Z Checking der v0.7.10
23582026-07-16T22:40:55.671Z Checking http-body v1.0.1
23592026-07-16T22:40:55.671Z Checking rand_chacha v0.9.0
23602026-07-16T22:40:55.671Z Checking rustls-pki-types v1.14.0
23612026-07-16T22:40:55.671Z Checking tinyvec_macros v0.1.1
23622026-07-16T22:40:55.671Z Checking cmov v0.5.4
23632026-07-16T22:40:55.671Z Checking openssl-probe v0.2.1
23642026-07-16T22:40:55.671Z Checking tinyvec v1.10.0
23652026-07-16T22:40:55.671Z Checking rand v0.9.2
23662026-07-16T22:40:55.671Z Checking aws-lc-sys v0.40.0
23672026-07-16T22:40:55.671Z Checking ctutils v0.4.2
23682026-07-16T22:40:55.671Z Checking tower-layer v0.3.3
23692026-07-16T22:40:55.672Z Checking try-lock v0.2.5
23702026-07-16T22:40:55.672Z Checking untrusted v0.7.1
23712026-07-16T22:40:55.672Z Checking tower-service v0.3.3
23722026-07-16T22:40:55.672Z Checking dyn-clone v1.0.20
23732026-07-16T22:40:55.672Z Checking spki v0.7.3
23742026-07-16T22:40:55.672Z Checking atomic-waker v1.1.2
23752026-07-16T22:40:55.672Z Checking want v0.3.1
23762026-07-16T22:40:55.672Z Checking hybrid-array v0.4.13
23772026-07-16T22:40:55.672Z Checking ipnet v2.11.0
23782026-07-16T22:40:55.672Z Checking semver v1.0.28
23792026-07-16T22:40:55.672Z Checking httparse v1.10.1
23802026-07-16T22:40:55.672Z Checking aho-corasick v1.1.4
23812026-07-16T22:40:55.672Z Checking httpdate v1.0.3
23822026-07-16T22:40:55.672Z Checking aws-lc-rs v1.16.3
23832026-07-16T22:40:55.672Z Checking cpufeatures v0.2.17
23842026-07-16T22:40:55.672Z Checking foreign-types-shared v0.1.1
23852026-07-16T22:40:55.672Z Checking fastrand v2.3.0
23862026-07-16T22:40:55.672Z Checking plain v0.2.3
23872026-07-16T22:40:55.672Z Checking untrusted v0.9.0
23882026-07-16T22:40:55.672Z Checking utf8parse v0.2.2
23892026-07-16T22:40:55.672Z Checking foreign-types v0.3.2
23902026-07-16T22:40:55.672Z Checking schemars v0.8.22
23912026-07-16T22:40:55.672Z Checking pkcs8 v0.10.2
23922026-07-16T22:40:55.672Z Checking unicode-normalization v0.1.25
23932026-07-16T22:40:55.672Z Checking tempfile v3.25.0
23942026-07-16T22:40:55.672Z Checking openssl-sys v0.9.115
23952026-07-16T22:40:55.672Z Checking spin v0.9.8
23962026-07-16T22:40:55.672Z Checking ucd-trie v0.1.7
23972026-07-16T22:40:55.672Z Checking regex-automata v0.4.14
23982026-07-16T22:40:55.672Z Checking unicode-ident v1.0.24
23992026-07-16T22:40:55.672Z Checking anstyle v1.0.14
24002026-07-16T22:40:55.672Z Checking pest v2.8.6
24012026-07-16T22:40:55.699Z Checking proc-macro2 v1.0.106
24022026-07-16T22:40:55.699Z Checking openssl v0.10.79
24032026-07-16T22:40:55.699Z Checking rustls-webpki v0.103.13
24042026-07-16T22:40:55.703Z Checking sha2 v0.10.9
24052026-07-16T22:40:55.724Z Checking hmac v0.12.1
24062026-07-16T22:40:55.855Z Checking thiserror v2.0.18
24072026-07-16T22:40:55.857Z Checking tokio-util v0.7.18
24082026-07-16T22:40:55.904Z Checking sync_wrapper v1.0.2
24092026-07-16T22:40:55.952Z Checking wait-timeout v0.2.1
24102026-07-16T22:40:55.965Z Checking is_terminal_polyfill v1.70.2
24112026-07-16T22:40:56.004Z Checking powerfmt v0.2.0
24122026-07-16T22:40:56.050Z Checking rustls v0.23.41
24132026-07-16T22:40:56.053Z Checking pretty-hex v0.4.1
24142026-07-16T22:40:56.074Z Checking quick-error v1.2.3
24152026-07-16T22:40:56.151Z Checking anstyle-query v1.1.5
24162026-07-16T22:40:56.168Z Checking colorchoice v1.0.4
24172026-07-16T22:40:56.181Z Checking siphasher v1.0.2
24182026-07-16T22:40:56.239Z Checking simd-adler32 v0.3.8
24192026-07-16T22:40:56.264Z Checking bit-vec v0.8.0
24202026-07-16T22:40:56.331Z Checking rusty-fork v0.3.1
24212026-07-16T22:40:56.408Z Checking deranged v0.5.8
24222026-07-16T22:40:56.456Z Checking bit-set v0.8.0
24232026-07-16T22:40:56.469Z Checking h2 v0.4.15
24242026-07-16T22:40:56.597Z Checking tower v0.5.3
24252026-07-16T22:40:56.600Z Checking quote v1.0.45
24262026-07-16T22:40:56.609Z Compiling newtype-uuid v1.3.2
24272026-07-16T22:40:56.763Z Checking http-body-util v0.1.3
24282026-07-16T22:40:56.785Z Checking crossbeam-utils v0.8.21
24292026-07-16T22:40:56.886Z Checking rand_xorshift v0.4.0
24302026-07-16T22:40:56.980Z Checking crc32fast v1.5.0
24312026-07-16T22:40:57.006Z Checking scroll v0.13.0
24322026-07-16T22:40:57.120Z Checking unicode-properties v0.1.4
24332026-07-16T22:40:57.133Z Checking num-conv v0.2.0
24342026-07-16T22:40:57.234Z Checking adler2 v2.0.1
24352026-07-16T22:40:57.248Z Checking time-core v0.1.8
24362026-07-16T22:40:57.267Z Checking iri-string v0.7.10
24372026-07-16T22:40:57.304Z Checking allocator-api2 v0.2.21
24382026-07-16T22:40:57.318Z Checking unicode-bidi v0.3.18
24392026-07-16T22:40:57.336Z Checking num_threads v0.1.7
24402026-07-16T22:40:57.385Z Checking unarray v0.1.4
24412026-07-16T22:40:57.420Z Checking ryu v1.0.23
24422026-07-16T22:40:57.488Z Checking proptest v1.10.0
24432026-07-16T22:40:57.575Z Checking serde_urlencoded v0.7.1
24442026-07-16T22:40:57.604Z Checking time v0.3.47
24452026-07-16T22:40:57.618Z Checking stringprep v0.1.5
24462026-07-16T22:40:57.652Z Checking native-tls v0.2.18
24472026-07-16T22:40:57.773Z Checking miniz_oxide v0.8.9
24482026-07-16T22:40:57.787Z Checking bstr v1.12.1
24492026-07-16T22:40:57.830Z Checking tokio-native-tls v0.3.1
24502026-07-16T22:40:57.995Z Checking goblin v0.10.5
24512026-07-16T22:40:58.128Z Checking crossbeam-epoch v0.9.18
24522026-07-16T22:40:58.192Z Checking syn v2.0.117
24532026-07-16T22:40:58.306Z Checking tower-http v0.6.8
24542026-07-16T22:40:58.354Z Compiling daft v0.1.7
24552026-07-16T22:40:58.369Z Checking ipnetwork v0.21.1
24562026-07-16T22:40:58.587Z Checking block-buffer v0.12.1
24572026-07-16T22:40:58.587Z Checking crypto-common v0.2.2
24582026-07-16T22:40:58.635Z Checking block-padding v0.4.2
24592026-07-16T22:40:58.746Z Checking anstyle-parse v1.0.0
24602026-07-16T22:40:58.759Z Checking rustls-native-certs v0.8.3
24612026-07-16T22:40:58.770Z Checking rand_chacha v0.3.1
24622026-07-16T22:40:58.886Z Checking scroll v0.12.0
24632026-07-16T22:40:58.899Z Checking thiserror v1.0.69
24642026-07-16T22:40:58.978Z Checking hash32 v0.2.1
24652026-07-16T22:40:58.994Z Checking md-5 v0.10.6
24662026-07-16T22:40:59.111Z Checking signature v2.2.0
24672026-07-16T22:40:59.130Z Checking zstd-sys v2.0.16+zstd.1.5.7
24682026-07-16T22:40:59.133Z Checking num-integer v0.1.46
24692026-07-16T22:40:59.193Z Checking toml_datetime v0.6.11
24702026-07-16T22:40:59.236Z Checking serde_spanned v0.6.9
24712026-07-16T22:40:59.239Z Checking hex v0.4.3
24722026-07-16T22:40:59.291Z Checking hyper v1.10.1
24732026-07-16T22:40:59.313Z Checking encoding_rs v0.8.35
24742026-07-16T22:40:59.358Z Checking zlib-rs v0.6.2
24752026-07-16T22:40:59.372Z Checking fallible-iterator v0.2.0
24762026-07-16T22:40:59.385Z Checking mime v0.3.17
24772026-07-16T22:40:59.466Z Checking psl-types v2.0.11
24782026-07-16T22:40:59.556Z Checking num-iter v0.1.45
24792026-07-16T22:40:59.572Z Checking publicsuffix v2.3.0
24802026-07-16T22:40:59.638Z Checking postgres-protocol v0.6.10
24812026-07-16T22:40:59.726Z Checking zstd-safe v7.2.4
24822026-07-16T22:40:59.815Z Checking heapless v0.7.17
24832026-07-16T22:40:59.887Z Checking goblin v0.8.2
24842026-07-16T22:40:59.948Z Checking rand v0.8.6
24852026-07-16T22:41:00.211Z Checking hyper-util v0.1.20
24862026-07-16T22:41:00.223Z Checking anstream v1.0.0
24872026-07-16T22:41:00.242Z Checking inout v0.2.2
24882026-07-16T22:41:00.258Z Checking flate2 v1.1.9
24892026-07-16T22:41:00.308Z Checking dof v0.4.0
24902026-07-16T22:41:00.383Z Checking cookie v0.18.1
24912026-07-16T22:41:00.415Z Compiling iddqd v0.4.2
24922026-07-16T22:41:00.466Z Checking oxnet v0.1.6
24932026-07-16T22:41:00.477Z Checking tokio-rustls v0.26.4
24942026-07-16T22:41:00.557Z Checking dtrace-parser v0.3.0
24952026-07-16T22:41:00.615Z Checking phf_shared v0.13.1
24962026-07-16T22:41:00.699Z Checking lazy_static v1.5.0
24972026-07-16T22:41:00.718Z Checking anstyle-parse v0.2.7
24982026-07-16T22:41:00.786Z Checking pin-project v1.1.11
24992026-07-16T22:41:00.798Z Checking zerocopy v0.7.35
25002026-07-16T22:41:00.811Z Checking bzip2-sys v0.1.13+1.0.8
25012026-07-16T22:41:00.864Z Checking signal-hook v0.3.18
25022026-07-16T22:41:00.878Z Checking terminal_size v0.4.3
25032026-07-16T22:41:00.892Z Checking futures-executor v0.3.32
25042026-07-16T22:41:00.930Z Checking ff v0.13.1
25052026-07-16T22:41:00.985Z Checking thread-id v5.1.0
25062026-07-16T22:41:01.032Z Checking winnow v0.5.40
25072026-07-16T22:41:01.047Z Checking clap_lex v1.0.0
25082026-07-16T22:41:01.060Z Checking bitflags v1.3.2
25092026-07-16T22:41:01.060Z Checking base16ct v0.2.0
25102026-07-16T22:41:01.138Z Checking bumpalo v3.20.2
25112026-07-16T22:41:01.179Z Checking libbz2-rs-sys v0.2.2
25122026-07-16T22:41:01.194Z Checking either v1.15.0
25132026-07-16T22:41:01.281Z Checking managed v0.8.0
25142026-07-16T22:41:01.336Z Checking foldhash v0.2.0
25152026-07-16T22:41:01.378Z Compiling rayon-core v1.13.0
25162026-07-16T22:41:01.462Z Checking same-file v1.0.6
25172026-07-16T22:41:01.474Z Checking hyper-tls v0.6.0
25182026-07-16T22:41:01.488Z Checking strsim v0.11.1
25192026-07-16T22:41:01.566Z Checking foldhash v0.1.5
25202026-07-16T22:41:01.579Z Checking walkdir v2.5.0
25212026-07-16T22:41:01.606Z Checking bzip2 v0.6.1
25222026-07-16T22:41:01.641Z Checking clap_builder v4.6.0
25232026-07-16T22:41:01.644Z Checking reqwest v0.12.28
25242026-07-16T22:41:01.685Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-07-16T22:41:01.699Z Checking hashbrown v0.15.5
25262026-07-16T22:41:01.736Z Checking hashbrown v0.16.1
25272026-07-16T22:41:01.765Z Checking hyper-rustls v0.27.7
25282026-07-16T22:41:01.781Z Checking dof v0.3.0
25292026-07-16T22:41:01.880Z Checking smoltcp v0.9.1
25302026-07-16T22:41:01.973Z Checking zopfli v0.8.3
25312026-07-16T22:41:02.061Z Checking sec1 v0.7.3
25322026-07-16T22:41:02.159Z Checking group v0.13.0
25332026-07-16T22:41:02.194Z Checking toml_edit v0.19.15
25342026-07-16T22:41:02.235Z Checking usdt-impl v0.6.0
25352026-07-16T22:41:02.264Z Checking signal-hook-mio v0.2.5
25362026-07-16T22:41:02.293Z Checking futures v0.3.32
25372026-07-16T22:41:02.306Z Checking bzip2 v0.4.4
25382026-07-16T22:41:02.366Z Checking snafu v0.8.9
25392026-07-16T22:41:02.370Z Checking anstream v0.6.21
25402026-07-16T22:41:02.393Z Checking phf v0.13.1
25412026-07-16T22:41:02.461Z Checking num-bigint-dig v0.8.6
25422026-07-16T22:41:02.512Z Checking cookie_store v0.22.1
25432026-07-16T22:41:02.542Z Checking cipher v0.5.2
25442026-07-16T22:41:02.589Z Checking postgres-types v0.2.12
25452026-07-16T22:41:02.618Z Checking zstd v0.13.3
25462026-07-16T22:41:02.716Z Checking ed25519 v2.2.3
25472026-07-16T22:41:02.784Z Checking dtrace-parser v0.2.0
25482026-07-16T22:41:02.804Z Checking rustls-platform-verifier v0.6.2
25492026-07-16T22:41:02.857Z Checking crossbeam-deque v0.8.6
25502026-07-16T22:41:02.892Z Checking globset v0.4.18
25512026-07-16T22:41:02.904Z Checking regex v1.12.3
25522026-07-16T22:41:02.908Z Checking phf_shared v0.11.3
25532026-07-16T22:41:02.938Z Checking hkdf v0.12.4
25542026-07-16T22:41:03.015Z Checking olpc-cjson v0.1.4
25552026-07-16T22:41:03.033Z Checking ref-cast v1.0.25
25562026-07-16T22:41:03.054Z Checking curve25519-dalek v4.1.3
25572026-07-16T22:41:03.070Z Checking strum v0.27.2
25582026-07-16T22:41:03.219Z Checking pkcs1 v0.7.5
25592026-07-16T22:41:03.229Z Checking hubpack v0.1.2
25602026-07-16T22:41:03.229Z Checking memoffset v0.9.1
25612026-07-16T22:41:03.229Z Checking rustix v0.38.44
25622026-07-16T22:41:03.229Z Checking pem v3.0.6
25632026-07-16T22:41:03.232Z Checking float-cmp v0.10.0
25642026-07-16T22:41:03.251Z Checking erased-serde v0.3.31
25652026-07-16T22:41:03.291Z Checking serde_plain v1.0.2
25662026-07-16T22:41:03.303Z Checking serde-big-array v0.5.1
25672026-07-16T22:41:03.326Z Checking crypto-bigint v0.5.5
25682026-07-16T22:41:03.338Z Checking memmap2 v0.9.10
25692026-07-16T22:41:03.355Z Checking thread-id v4.2.2
25702026-07-16T22:41:03.426Z Checking env_filter v1.0.0
25712026-07-16T22:41:03.426Z Checking jiff v0.2.21
25722026-07-16T22:41:03.450Z Checking const-oid v0.10.2
25732026-07-16T22:41:03.493Z Checking normalize-line-endings v0.3.0
25742026-07-16T22:41:03.569Z Checking winnow v1.0.3
25752026-07-16T22:41:03.581Z Checking precomputed-hash v0.1.1
25762026-07-16T22:41:03.599Z Checking winnow v0.7.14
25772026-07-16T22:41:03.632Z Checking predicates-core v1.0.10
25782026-07-16T22:41:03.658Z Checking keccak v0.1.6
25792026-07-16T22:41:03.754Z Checking unicode-segmentation v1.12.0
25802026-07-16T22:41:03.822Z Checking difflib v0.4.0
25812026-07-16T22:41:03.834Z Checking cpufeatures v0.3.0
25822026-07-16T22:41:03.851Z Checking data-encoding v2.10.0
25832026-07-16T22:41:03.904Z Checking fixedbitset v0.4.2
25842026-07-16T22:41:03.960Z Checking typed-path v0.9.3
25852026-07-16T22:41:03.999Z Checking toml_write v0.1.2
25862026-07-16T22:41:04.050Z Checking fixedbitset v0.5.7
25872026-07-16T22:41:04.064Z Checking whoami v2.1.0
25882026-07-16T22:41:04.117Z Checking static_assertions v1.1.0
25892026-07-16T22:41:04.159Z Checking new_debug_unreachable v1.0.6
25902026-07-16T22:41:04.186Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25912026-07-16T22:41:04.213Z Checking elliptic-curve v0.13.8
25922026-07-16T22:41:04.226Z Checking string_cache v0.8.9
25932026-07-16T22:41:04.242Z Checking petgraph v0.8.3
25942026-07-16T22:41:04.252Z Checking tokio-postgres v0.7.16
25952026-07-16T22:41:04.392Z Checking hickory-proto v0.25.2
25962026-07-16T22:41:04.516Z Checking similar v2.7.0
25972026-07-16T22:41:04.729Z Checking tough v0.22.0
25982026-07-16T22:41:04.788Z Checking toml_edit v0.22.27
25992026-07-16T22:41:04.908Z Checking petgraph v0.6.5
26002026-07-16T22:41:05.508Z Checking predicates v3.1.4
26012026-07-16T22:41:05.647Z Checking zip v4.6.1
26022026-07-16T22:41:05.791Z Checking crossterm v0.28.1
26032026-07-16T22:41:05.810Z Checking chacha20 v0.10.0
26042026-07-16T22:41:05.869Z Checking toml_parser v1.1.2+spec-1.1.0
26052026-07-16T22:41:06.058Z Checking ed25519-dalek v2.2.0
26062026-07-16T22:41:06.139Z Checking sha3 v0.10.8
26072026-07-16T22:41:06.200Z Checking slog v2.8.2
26082026-07-16T22:41:06.220Z Checking digest v0.11.3
26092026-07-16T22:41:06.282Z Checking env_logger v0.11.9
26102026-07-16T22:41:06.344Z Checking usdt v0.6.0
26112026-07-16T22:41:06.396Z Checking usdt-impl v0.5.0
26122026-07-16T22:41:06.438Z Checking rsa v0.9.10
26132026-07-16T22:41:06.460Z Checking toml v0.7.8
26142026-07-16T22:41:06.472Z Checking nix v0.31.2
26152026-07-16T22:41:06.674Z Checking reqwest v0.13.2
26162026-07-16T22:41:06.743Z Checking clap v4.6.1
26172026-07-16T22:41:06.767Z Checking zip v0.6.6
26182026-07-16T22:41:06.834Z Checking itertools v0.13.0
26192026-07-16T22:41:06.848Z Checking serde_with v3.21.0
26202026-07-16T22:41:06.901Z Checking byte-wrapper v0.1.0
26212026-07-16T22:41:07.086Z Checking strum v0.26.3
26222026-07-16T22:41:07.108Z Checking fs-err v3.3.0
26232026-07-16T22:41:07.188Z Checking ahash v0.8.12
26242026-07-16T22:41:07.202Z Checking tokio-stream v0.1.18
26252026-07-16T22:41:07.384Z Checking object v0.37.3
26262026-07-16T22:41:07.402Z Checking buf-list v1.1.2
26272026-07-16T22:41:07.415Z Checking anyhow v1.0.102
26282026-07-16T22:41:07.516Z Checking camino v1.2.2
26292026-07-16T22:41:07.591Z Checking x509-cert v0.2.5
26302026-07-16T22:41:07.605Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26312026-07-16T22:41:07.617Z Checking openapiv3 v2.2.0
26322026-07-16T22:41:07.674Z Checking peg-runtime v0.8.5
26332026-07-16T22:41:07.777Z Checking lalrpop-util v0.19.12
26342026-07-16T22:41:07.818Z Checking rayon v1.11.0
26352026-07-16T22:41:07.867Z Checking sigpipe v0.1.3
26362026-07-16T22:41:07.900Z Checking glob v0.3.3
26372026-07-16T22:41:09.586Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382026-07-16T22:41:09.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s
26392026-07-16T22:41:10.018Z
26402026-07-16T22:41:10.018Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26412026-07-16T22:41:10.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-07-16T22:41:10.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-07-16T22:41:10.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-07-16T22:41:10.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26452026-07-16T22:41:10.547Z
26462026-07-16T22:41:10.547Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26472026-07-16T22:41:10.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-07-16T22:41:10.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-07-16T22:41:10.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-07-16T22:41:10.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26512026-07-16T22:41:11.075Z
26522026-07-16T22:41:11.075Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26532026-07-16T22:41:11.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-07-16T22:41:11.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-07-16T22:41:11.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-07-16T22:41:11.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26572026-07-16T22:41:11.624Z
26582026-07-16T22:41:11.624Zinfo: running `cargo check --bins` on oxql-types (80/301)
26592026-07-16T22:41:12.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-07-16T22:41:12.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-07-16T22:41:12.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-07-16T22:41:12.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26632026-07-16T22:41:12.155Z
26642026-07-16T22:41:12.155Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26652026-07-16T22:41:12.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-07-16T22:41:12.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-07-16T22:41:12.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-07-16T22:41:12.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26692026-07-16T22:41:12.692Z
26702026-07-16T22:41:12.693Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26712026-07-16T22:41:13.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-07-16T22:41:13.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-07-16T22:41:13.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-07-16T22:41:13.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26752026-07-16T22:41:13.230Z
26762026-07-16T22:41:13.230Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26772026-07-16T22:41:13.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-07-16T22:41:13.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-07-16T22:41:13.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802026-07-16T22:41:13.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26812026-07-16T22:41:13.750Z
26822026-07-16T22:41:13.750Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26832026-07-16T22:41:14.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842026-07-16T22:41:14.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852026-07-16T22:41:14.386Z Compiling structmeta-derive v0.3.0
26862026-07-16T22:41:14.502Z Compiling multer v3.1.0
26872026-07-16T22:41:14.512Z Compiling async-stream-impl v0.3.6
26882026-07-16T22:41:14.515Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892026-07-16T22:41:14.529Z Compiling dropshot v0.17.1
26902026-07-16T22:41:14.546Z Compiling newtype-uuid-macros v0.1.0
26912026-07-16T22:41:14.549Z Compiling dropshot_endpoint v0.17.1
26922026-07-16T22:41:14.569Z Checking newtype-uuid v1.3.2
26932026-07-16T22:41:14.742Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-07-16T22:41:14.758Z Checking daft v0.1.7
26952026-07-16T22:41:14.810Z Checking thread_local v1.1.9
26962026-07-16T22:41:14.905Z Checking compression-core v0.4.31
26972026-07-16T22:41:14.985Z Checking match_cfg v0.1.0
26982026-07-16T22:41:14.999Z Checking iddqd v0.4.2
26992026-07-16T22:41:15.030Z Checking compression-codecs v0.4.37
27002026-07-16T22:41:15.052Z Checking hostname v0.3.1
27012026-07-16T22:41:15.088Z Checking crossbeam-channel v0.5.15
27022026-07-16T22:41:15.143Z Checking atomicwrites v0.4.4
27032026-07-16T22:41:15.159Z Checking slog-json v2.6.1
27042026-07-16T22:41:15.195Z Checking serde_spanned v1.1.1
27052026-07-16T22:41:15.269Z Checking toml_datetime v1.1.1+spec-1.1.0
27062026-07-16T22:41:15.289Z Checking is-terminal v0.4.17
27072026-07-16T22:41:15.314Z Checking term v1.2.1
27082026-07-16T22:41:15.327Z Checking take_mut v0.2.2
27092026-07-16T22:41:15.377Z Checking debug-ignore v1.0.5
27102026-07-16T22:41:15.423Z Checking toml_writer v1.1.1+spec-1.1.0
27112026-07-16T22:41:15.426Z Checking slog-async v2.8.0
27122026-07-16T22:41:15.465Z Checking slog-bunyan v2.5.0
27132026-07-16T22:41:15.477Z Checking async-compression v0.4.41
27142026-07-16T22:41:15.532Z Checking slog-term v2.9.2
27152026-07-16T22:41:15.560Z Compiling structmeta v0.3.0
27162026-07-16T22:41:15.574Z Checking async-stream v0.3.6
27172026-07-16T22:41:15.598Z Checking toml v1.1.2+spec-1.1.0
27182026-07-16T22:41:15.611Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27192026-07-16T22:41:15.695Z Checking progenitor-client v0.14.0
27202026-07-16T22:41:15.715Z Checking sha1 v0.11.0
27212026-07-16T22:41:15.772Z Compiling derive-ex v0.1.8
27222026-07-16T22:41:15.788Z Compiling parse-display-derive v0.10.0
27232026-07-16T22:41:15.900Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-07-16T22:41:15.914Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27252026-07-16T22:41:15.926Z Checking waitgroup v0.1.2
27262026-07-16T22:41:15.938Z Checking rustls-pemfile v2.2.0
27272026-07-16T22:41:15.983Z Checking backon v1.6.0
27282026-07-16T22:41:16.021Z Checking serde_path_to_error v0.1.20
27292026-07-16T22:41:16.035Z Checking hostname v0.4.2
27302026-07-16T22:41:16.072Z Checking instant v0.1.13
27312026-07-16T22:41:16.155Z Checking backoff v0.4.0
27322026-07-16T22:41:16.177Z Checking progenitor-extras v0.2.0
27332026-07-16T22:41:16.296Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-07-16T22:41:16.323Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-07-16T22:41:16.341Z Checking itertools v0.14.0
27362026-07-16T22:41:16.393Z Checking regress v0.10.5
27372026-07-16T22:41:16.520Z Checking macaddr v1.0.1
27382026-07-16T22:41:16.897Z Checking humantime v2.3.0
27392026-07-16T22:41:17.449Z Compiling test-strategy v0.4.5
27402026-07-16T22:41:17.469Z Checking parse-display v0.10.0
27412026-07-16T22:41:17.989Z Compiling prettyplease v0.2.37
27422026-07-16T22:41:18.254Z Checking num-rational v0.4.2
27432026-07-16T22:41:18.524Z Checking num-complex v0.4.6
27442026-07-16T22:41:18.917Z Compiling num v0.4.3
27452026-07-16T22:41:18.964Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-16T22:41:19.003Z Compiling usdt-macro v0.5.0
27472026-07-16T22:41:19.073Z Compiling usdt-attr-macro v0.5.0
27482026-07-16T22:41:19.141Z Checking memmap v0.7.0
27492026-07-16T22:41:19.275Z Checking float-ord v0.3.2
27502026-07-16T22:41:19.339Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27512026-07-16T22:41:19.508Z Checking unicode-width v0.2.0
27522026-07-16T22:41:19.513Z Compiling convert_case v0.4.0
27532026-07-16T22:41:19.743Z Checking newline-converter v0.3.0
27542026-07-16T22:41:19.753Z Checking console v0.15.11
27552026-07-16T22:41:19.848Z Compiling toml v0.8.23
27562026-07-16T22:41:19.860Z Checking usdt v0.5.0
27572026-07-16T22:41:19.884Z Compiling derive_more v0.99.20
27582026-07-16T22:41:20.026Z Compiling minimal-lexical v0.2.1
27592026-07-16T22:41:20.030Z Checking linked-hash-map v0.5.6
27602026-07-16T22:41:20.194Z Checking lru-cache v0.1.2
27612026-07-16T22:41:20.291Z Compiling nom v7.1.3
27622026-07-16T22:41:20.314Z Checking expectorate v1.2.0
27632026-07-16T22:41:20.663Z Checking camino-tempfile v1.4.1
27642026-07-16T22:41:20.788Z Checking hickory-proto v0.24.4
27652026-07-16T22:41:20.825Z Checking phf_shared v0.12.1
27662026-07-16T22:41:20.954Z Compiling slog-dtrace v0.3.0
27672026-07-16T22:41:20.968Z Compiling unicode-xid v0.2.6
27682026-07-16T22:41:21.095Z Compiling chrono-tz v0.10.4
27692026-07-16T22:41:21.293Z Checking heck v0.5.0
27702026-07-16T22:41:21.418Z Checking resolv-conf v0.7.6
27712026-07-16T22:41:21.503Z Compiling const_format_proc_macros v0.2.34
27722026-07-16T22:41:21.607Z Checking phf v0.12.1
27732026-07-16T22:41:21.743Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742026-07-16T22:41:21.752Z Checking tokio-dtrace v0.1.1
27752026-07-16T22:41:21.940Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-07-16T22:41:22.143Z Compiling derive-where v1.6.0
27772026-07-16T22:41:22.353Z Checking highway v1.3.0
27782026-07-16T22:41:22.492Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27792026-07-16T22:41:22.510Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27802026-07-16T22:41:22.626Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27812026-07-16T22:41:22.629Z Checking hickory-resolver v0.24.4
27822026-07-16T22:41:23.028Z Checking const_format v0.2.35
27832026-07-16T22:41:23.287Z Checking oxide-tokio-rt v0.1.4
27842026-07-16T22:41:23.545Z Checking qorb v0.4.1
27852026-07-16T22:41:23.694Z Checking gethostname v0.5.0
27862026-07-16T22:41:23.751Z Checking bcs v0.1.6
27872026-07-16T22:41:23.785Z Checking termtree v0.5.1
27882026-07-16T22:41:24.074Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-07-16T22:41:24.166Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27902026-07-16T22:41:24.308Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-07-16T22:41:24.311Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-07-16T22:41:27.228Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-07-16T22:41:29.651Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-07-16T22:41:31.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.00s
27952026-07-16T22:41:31.920Z
27962026-07-16T22:41:31.920Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
27972026-07-16T22:41:32.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-07-16T22:41:32.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-07-16T22:41:32.805Z Compiling ar_archive_writer v0.5.1
28002026-07-16T22:41:32.805Z Compiling stacker v0.1.23
28012026-07-16T22:41:32.806Z Compiling cfg_aliases v0.1.1
28022026-07-16T22:41:32.806Z Compiling convert_case v0.10.0
28032026-07-16T22:41:32.806Z Checking unicode-width v0.1.14
28042026-07-16T22:41:32.806Z Compiling proc-macro-error v1.0.4
28052026-07-16T22:41:32.806Z Checking fd-lock v4.0.4
28062026-07-16T22:41:32.806Z Checking nibble_vec v0.1.0
28072026-07-16T22:41:32.806Z Compiling nix v0.28.0
28082026-07-16T22:41:32.837Z Compiling recursive-proc-macro-impl v0.1.1
28092026-07-16T22:41:32.848Z Checking vte v0.14.1
28102026-07-16T22:41:32.957Z Checking endian-type v0.1.2
28112026-07-16T22:41:32.973Z Checking bytecount v0.6.9
28122026-07-16T22:41:32.982Z Compiling derive_more-impl v2.1.1
28132026-07-16T22:41:32.999Z Compiling tabled_derive v0.7.0
28142026-07-16T22:41:33.032Z Checking strip-ansi-escapes v0.2.1
28152026-07-16T22:41:33.062Z Checking papergrid v0.11.0
28162026-07-16T22:41:33.071Z Checking radix_trie v0.2.1
28172026-07-16T22:41:33.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-07-16T22:41:33.270Z Compiling peg-macros v0.8.5
28192026-07-16T22:41:33.286Z Checking winnow v0.6.26
28202026-07-16T22:41:33.490Z Compiling psm v0.1.30
28212026-07-16T22:41:33.590Z Compiling sqlparser_derive v0.5.0
28222026-07-16T22:41:33.765Z Checking home v0.5.12
28232026-07-16T22:41:33.783Z Checking unicode_categories v0.1.1
28242026-07-16T22:41:33.813Z Checking derive_more v2.1.1
28252026-07-16T22:41:33.883Z Checking nu-ansi-term v0.50.3
28262026-07-16T22:41:33.932Z Checking crossterm v0.29.0
28272026-07-16T22:41:33.969Z Checking tabled v0.15.0
28282026-07-16T22:41:34.049Z Checking rustyline v14.0.0
28292026-07-16T22:41:34.109Z Checking reedline v0.40.0
28302026-07-16T22:41:34.275Z Checking recursive v0.1.1
28312026-07-16T22:41:34.374Z Checking sqlparser v0.61.0
28322026-07-16T22:41:34.387Z Checking display-error-chain v0.2.2
28332026-07-16T22:41:34.409Z Checking sqlformat v0.3.5
28342026-07-16T22:41:34.613Z Checking peg v0.8.5
28352026-07-16T22:41:45.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
28362026-07-16T22:41:45.878Z
28372026-07-16T22:41:45.878Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28382026-07-16T22:41:46.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-16T22:41:46.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-16T22:41:46.499Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-16T22:41:49.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28422026-07-16T22:41:50.126Z
28432026-07-16T22:41:50.126Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28442026-07-16T22:41:50.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-16T22:41:50.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-16T22:41:50.747Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-16T22:41:53.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28482026-07-16T22:41:53.396Z
28492026-07-16T22:41:53.397Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28502026-07-16T22:41:53.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-16T22:41:53.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-16T22:41:54.014Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-16T22:41:57.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28542026-07-16T22:41:57.429Z
28552026-07-16T22:41:57.429Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28562026-07-16T22:41:57.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-16T22:41:57.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-16T22:41:58.055Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-16T22:42:01.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28602026-07-16T22:42:01.568Z
28612026-07-16T22:42:01.568Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28622026-07-16T22:42:02.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-16T22:42:02.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-16T22:42:02.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-16T22:42:04.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28662026-07-16T22:42:04.969Z
28672026-07-16T22:42:04.969Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28682026-07-16T22:42:05.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-16T22:42:05.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-16T22:42:05.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-16T22:42:08.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28722026-07-16T22:42:08.402Z
28732026-07-16T22:42:08.402Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28742026-07-16T22:42:08.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-16T22:42:08.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-16T22:42:09.022Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-07-16T22:42:12.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28782026-07-16T22:42:12.645Z
28792026-07-16T22:42:12.645Zinfo: running `cargo check --bins` on oximeter (93/301)
28802026-07-16T22:42:13.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-16T22:42:13.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-16T22:42:13.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-07-16T22:42:13.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28842026-07-16T22:42:13.179Z
28852026-07-16T22:42:13.179Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28862026-07-16T22:42:13.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-16T22:42:13.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-16T22:42:13.764Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-07-16T22:42:13.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-07-16T22:42:13.931Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-07-16T22:42:14.281Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-07-16T22:42:16.823Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-07-16T22:42:18.035Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-07-16T22:42:18.266Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-07-16T22:42:18.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
28962026-07-16T22:42:19.056Z
28972026-07-16T22:42:19.056Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
28982026-07-16T22:42:19.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-16T22:42:19.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-16T22:42:19.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-16T22:42:19.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-07-16T22:42:19.590Z
29032026-07-16T22:42:19.590Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29042026-07-16T22:42:20.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-16T22:42:20.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-16T22:42:20.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-16T22:42:20.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29082026-07-16T22:42:20.164Z
29092026-07-16T22:42:20.165Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29102026-07-16T22:42:20.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-16T22:42:20.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-16T22:42:20.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-16T22:42:20.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-07-16T22:42:20.706Z
29152026-07-16T22:42:20.706Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29162026-07-16T22:42:21.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-16T22:42:21.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-16T22:42:21.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-16T22:42:21.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29202026-07-16T22:42:21.905Z
29212026-07-16T22:42:21.905Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29222026-07-16T22:42:21.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-16T22:42:21.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-16T22:42:21.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-16T22:42:21.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29262026-07-16T22:42:21.905Z
29272026-07-16T22:42:21.905Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29282026-07-16T22:42:22.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-16T22:42:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-16T22:42:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-16T22:42:22.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-07-16T22:42:22.339Z
29332026-07-16T22:42:22.339Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29342026-07-16T22:42:22.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-16T22:42:22.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-16T22:42:22.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-07-16T22:42:22.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29382026-07-16T22:42:22.871Z
29392026-07-16T22:42:22.871Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29402026-07-16T22:42:23.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-07-16T22:42:23.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-07-16T22:42:23.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-07-16T22:42:23.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29442026-07-16T22:42:23.498Z
29452026-07-16T22:42:23.498Zinfo: running `cargo check --bins` on update-engine (103/301)
29462026-07-16T22:42:23.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-07-16T22:42:23.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-07-16T22:42:23.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-07-16T22:42:23.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29502026-07-16T22:42:23.936Z
29512026-07-16T22:42:23.936Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/301)
29522026-07-16T22:42:24.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-07-16T22:42:24.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-07-16T22:42:24.604Z Compiling darling_core v0.21.3
29552026-07-16T22:42:24.722Z Compiling crucible-workspace-hack v0.1.0
29562026-07-16T22:42:24.729Z Checking secrecy v0.10.3
29572026-07-16T22:42:24.735Z Compiling heapless v0.8.0
29582026-07-16T22:42:24.735Z Compiling toml_datetime v0.7.5+spec-1.1.0
29592026-07-16T22:42:24.753Z Checking hash32 v0.3.1
29602026-07-16T22:42:24.759Z Checking inout v0.1.4
29612026-07-16T22:42:24.782Z Compiling smoltcp v0.11.0
29622026-07-16T22:42:24.830Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29632026-07-16T22:42:24.867Z Checking cobs v0.3.0
29642026-07-16T22:42:24.893Z Compiling toml_edit v0.23.10+spec-1.0.0
29652026-07-16T22:42:24.971Z Checking cipher v0.4.4
29662026-07-16T22:42:24.985Z Checking universal-hash v0.5.1
29672026-07-16T22:42:25.004Z Compiling thiserror-impl-no-std v2.0.2
29682026-07-16T22:42:25.060Z Checking half v2.7.1
29692026-07-16T22:42:25.102Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29702026-07-16T22:42:25.132Z Checking opaque-debug v0.3.1
29712026-07-16T22:42:25.162Z Checking ciborium-io v0.2.2
29722026-07-16T22:42:25.199Z Checking poly1305 v0.8.0
29732026-07-16T22:42:25.250Z Checking chacha20 v0.9.1
29742026-07-16T22:42:25.309Z Checking postcard v1.1.3
29752026-07-16T22:42:25.321Z Checking ciborium-ll v0.2.2
29762026-07-16T22:42:25.441Z Compiling proc-macro-crate v3.4.0
29772026-07-16T22:42:25.457Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29782026-07-16T22:42:25.493Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29792026-07-16T22:42:25.593Z Checking password-hash v0.5.0
29802026-07-16T22:42:25.785Z Checking blake2 v0.10.6
29812026-07-16T22:42:25.818Z Compiling proc-macro-crate v1.3.1
29822026-07-16T22:42:25.858Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29832026-07-16T22:42:25.926Z Checking aead v0.5.2
29842026-07-16T22:42:25.991Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29852026-07-16T22:42:25.994Z Compiling num_enum_derive v0.7.6
29862026-07-16T22:42:26.067Z Compiling foreign-types-macros v0.2.3
29872026-07-16T22:42:26.086Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29882026-07-16T22:42:26.162Z Checking thiserror-no-std v2.0.2
29892026-07-16T22:42:26.197Z Checking foreign-types-shared v0.3.1
29902026-07-16T22:42:26.229Z Compiling num_enum_derive v0.5.11
29912026-07-16T22:42:26.247Z Checking vsss-rs v3.3.4
29922026-07-16T22:42:26.286Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29932026-07-16T22:42:26.345Z Checking chacha20poly1305 v0.10.1
29942026-07-16T22:42:26.471Z Checking argon2 v0.5.3
29952026-07-16T22:42:26.665Z Checking foreign-types v0.5.0
29962026-07-16T22:42:26.730Z Checking ciborium v0.2.2
29972026-07-16T22:42:26.851Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-07-16T22:42:26.934Z Checking tabwriter v1.4.1
29992026-07-16T22:42:27.051Z Checking num_enum v0.7.6
30002026-07-16T22:42:27.083Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-07-16T22:42:27.132Z Checking cstr-argument v0.1.2
30022026-07-16T22:42:27.147Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30032026-07-16T22:42:27.161Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-07-16T22:42:27.186Z Compiling darling_macro v0.21.3
30052026-07-16T22:42:27.284Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-07-16T22:42:27.309Z Checking num_enum v0.5.11
30072026-07-16T22:42:27.346Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30082026-07-16T22:42:27.379Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30092026-07-16T22:42:27.389Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-07-16T22:42:27.419Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-07-16T22:42:27.509Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-07-16T22:42:27.534Z Checking rand v0.10.1
30132026-07-16T22:42:27.629Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-07-16T22:42:27.638Z Checking colored v3.1.1
30152026-07-16T22:42:27.654Z Checking indent_write v2.2.0
30162026-07-16T22:42:27.731Z Compiling darling v0.21.3
30172026-07-16T22:42:27.797Z Compiling zone_cfg_derive v0.3.1
30182026-07-16T22:42:27.810Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30192026-07-16T22:42:27.827Z Compiling ingot-macros v0.1.1
30202026-07-16T22:42:27.841Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-16T22:42:27.893Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-16T22:42:27.967Z Checking itertools v0.12.1
30232026-07-16T22:42:28.011Z Compiling num-derive v0.4.2
30242026-07-16T22:42:28.047Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-07-16T22:42:28.067Z Checking swrite v0.1.0
30262026-07-16T22:42:28.157Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-07-16T22:42:28.266Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30282026-07-16T22:42:28.424Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-16T22:42:28.439Z Checking dropshot-api-manager-types v0.7.2
30302026-07-16T22:42:28.470Z Checking smf v0.2.3
30312026-07-16T22:42:28.493Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30322026-07-16T22:42:28.530Z Checking nanorand v0.7.0
30332026-07-16T22:42:28.603Z Checking whoami v1.6.1
30342026-07-16T22:42:28.702Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-07-16T22:42:28.731Z Checking flume v0.11.1
30362026-07-16T22:42:29.011Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30372026-07-16T22:42:29.029Z Checking zone v0.3.1
30382026-07-16T22:42:29.973Z Checking ingot-types v0.1.2
30392026-07-16T22:42:30.283Z Checking ingot v0.1.1
30402026-07-16T22:42:31.669Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30412026-07-16T22:42:32.618Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30422026-07-16T22:42:33.514Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30432026-07-16T22:42:34.871Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-16T22:42:36.924Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-16T22:42:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
30462026-07-16T22:42:38.201Z
30472026-07-16T22:42:38.201Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/301)
30482026-07-16T22:42:38.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-16T22:42:38.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-16T22:42:38.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-16T22:42:38.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30522026-07-16T22:42:38.739Z
30532026-07-16T22:42:38.739Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/301)
30542026-07-16T22:42:39.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-16T22:42:39.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-16T22:42:39.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-16T22:42:39.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30582026-07-16T22:42:39.288Z
30592026-07-16T22:42:39.288Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/301)
30602026-07-16T22:42:39.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-16T22:42:39.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-16T22:42:39.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-16T22:42:39.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30642026-07-16T22:42:39.814Z
30652026-07-16T22:42:39.814Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301)
30662026-07-16T22:42:40.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-16T22:42:40.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-16T22:42:40.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-16T22:42:40.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30702026-07-16T22:42:40.360Z
30712026-07-16T22:42:40.360Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301)
30722026-07-16T22:42:40.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-16T22:42:40.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-16T22:42:40.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-16T22:42:40.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30762026-07-16T22:42:40.904Z
30772026-07-16T22:42:40.904Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/301)
30782026-07-16T22:42:41.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-16T22:42:41.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-16T22:42:41.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-16T22:42:41.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30822026-07-16T22:42:41.446Z
30832026-07-16T22:42:41.446Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/301)
30842026-07-16T22:42:41.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-16T22:42:41.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-16T22:42:41.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-16T22:42:41.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-16T22:42:41.984Z
30892026-07-16T22:42:41.984Zinfo: running `cargo check --bins` on cockroach-admin-client (112/301)
30902026-07-16T22:42:42.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-16T22:42:42.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-16T22:42:42.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-16T22:42:42.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30942026-07-16T22:42:42.506Z
30952026-07-16T22:42:42.506Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/301)
30962026-07-16T22:42:42.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-16T22:42:42.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-16T22:42:42.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-16T22:42:42.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31002026-07-16T22:42:43.038Z
31012026-07-16T22:42:43.038Zinfo: running `cargo check --bins` on dns-service-client (114/301)
31022026-07-16T22:42:43.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-16T22:42:43.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-16T22:42:43.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-16T22:42:43.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31062026-07-16T22:42:43.577Z
31072026-07-16T22:42:43.577Zinfo: running `cargo check --bins` on installinator-client (115/301)
31082026-07-16T22:42:44.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-16T22:42:44.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-16T22:42:44.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-16T22:42:44.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31122026-07-16T22:42:44.122Z
31132026-07-16T22:42:44.122Zinfo: running `cargo check --bins` on nexus-client (116/301)
31142026-07-16T22:42:44.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-16T22:42:44.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-16T22:42:44.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-16T22:42:44.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31182026-07-16T22:42:44.700Z
31192026-07-16T22:42:44.700Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/301)
31202026-07-16T22:42:45.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-16T22:42:45.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-16T22:42:45.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-16T22:42:45.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31242026-07-16T22:42:45.278Z
31252026-07-16T22:42:45.278Zinfo: running `cargo check --bins` on ntp-admin-client (118/301)
31262026-07-16T22:42:45.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-16T22:42:45.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-16T22:42:45.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-16T22:42:45.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31302026-07-16T22:42:45.803Z
31312026-07-16T22:42:45.803Zinfo: running `cargo check --bins` on oxide-client (119/301)
31322026-07-16T22:42:46.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-16T22:42:46.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-16T22:42:46.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-16T22:42:46.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31362026-07-16T22:42:46.329Z
31372026-07-16T22:42:46.329Zinfo: running `cargo check --bins` on oximeter-client (120/301)
31382026-07-16T22:42:46.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-16T22:42:46.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-16T22:42:46.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-16T22:42:46.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-16T22:42:46.873Z
31432026-07-16T22:42:46.873Zinfo: running `cargo check --bins` on repo-depot-client (121/301)
31442026-07-16T22:42:47.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-16T22:42:47.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-16T22:42:47.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-16T22:42:47.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31482026-07-16T22:42:47.403Z
31492026-07-16T22:42:47.403Zinfo: running `cargo check --bins` on sled-agent-client (122/301)
31502026-07-16T22:42:47.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-16T22:42:47.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-16T22:42:47.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-16T22:42:47.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-07-16T22:42:47.957Z
31552026-07-16T22:42:47.957Zinfo: running `cargo check --bins` on wicketd-client (123/301)
31562026-07-16T22:42:48.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-16T22:42:48.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-16T22:42:48.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-16T22:42:48.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31602026-07-16T22:42:48.524Z
31612026-07-16T22:42:48.524Zinfo: running `cargo check --bins` on installinator-common (124/301)
31622026-07-16T22:42:48.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-16T22:42:48.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-16T22:42:48.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-16T22:42:48.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31662026-07-16T22:42:49.079Z
31672026-07-16T22:42:49.079Zinfo: running `cargo check --bins` on installinator-common-versions (125/301)
31682026-07-16T22:42:49.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-16T22:42:49.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-16T22:42:49.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-16T22:42:49.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31722026-07-16T22:42:49.605Z
31732026-07-16T22:42:49.605Zinfo: running `cargo check --bins` on wicket-common (126/301)
31742026-07-16T22:42:50.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-16T22:42:50.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-16T22:42:50.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-16T22:42:50.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31782026-07-16T22:42:50.159Z
31792026-07-16T22:42:50.159Zinfo: running `cargo check --bins` on wicketd-commission-types (127/301)
31802026-07-16T22:42:50.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-16T22:42:50.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-16T22:42:50.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-16T22:42:50.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31842026-07-16T22:42:50.701Z
31852026-07-16T22:42:50.702Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (128/301)
31862026-07-16T22:42:51.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-16T22:42:51.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-16T22:42:51.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-16T22:42:51.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31902026-07-16T22:42:51.247Z
31912026-07-16T22:42:51.247Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/301)
31922026-07-16T22:42:51.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-16T22:42:51.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-16T22:42:51.969Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-16T22:42:52.007Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-16T22:42:52.014Z Checking csv-core v0.1.13
31972026-07-16T22:42:52.020Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-16T22:42:52.027Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31992026-07-16T22:42:52.030Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32002026-07-16T22:42:52.045Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-16T22:42:52.057Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-16T22:42:52.167Z Checking csv v1.4.0
32032026-07-16T22:42:52.194Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-16T22:42:52.209Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-16T22:42:52.238Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-16T22:42:52.271Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-16T22:42:52.499Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-16T22:42:52.867Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32092026-07-16T22:42:52.870Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32102026-07-16T22:42:53.204Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-16T22:42:59.319Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-16T22:42:59.851Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-16T22:43:02.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s
32142026-07-16T22:43:02.393Z
32152026-07-16T22:43:02.394Zinfo: running `cargo check --bins` on cockroach-admin-api (130/301)
32162026-07-16T22:43:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-16T22:43:02.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-16T22:43:02.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-16T22:43:02.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
32202026-07-16T22:43:02.931Z
32212026-07-16T22:43:02.931Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301)
32222026-07-16T22:43:03.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-16T22:43:03.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-16T22:43:03.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-16T22:43:03.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32262026-07-16T22:43:03.543Z
32272026-07-16T22:43:03.543Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301)
32282026-07-16T22:43:04.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-16T22:43:04.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-16T22:43:04.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-16T22:43:04.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32322026-07-16T22:43:04.158Z
32332026-07-16T22:43:04.158Zinfo: running `cargo check --bins` on gateway-test-utils (133/301)
32342026-07-16T22:43:04.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-16T22:43:04.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-16T22:43:04.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-16T22:43:04.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32382026-07-16T22:43:04.745Z
32392026-07-16T22:43:04.745Zinfo: running `cargo check --bins` on omicron-gateway (134/301)
32402026-07-16T22:43:05.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-16T22:43:05.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-16T22:43:05.453Z Compiling regress v0.11.1
32432026-07-16T22:43:05.596Z Compiling unsafe-libyaml v0.2.11
32442026-07-16T22:43:05.607Z Compiling radium v0.7.0
32452026-07-16T22:43:05.610Z Compiling semver v0.1.20
32462026-07-16T22:43:05.626Z Checking nom v8.0.0
32472026-07-16T22:43:05.626Z Compiling maybe-uninit v2.0.0
32482026-07-16T22:43:05.629Z Checking tap v1.0.1
32492026-07-16T22:43:05.748Z Checking wyz v0.5.1
32502026-07-16T22:43:05.880Z Compiling rustc_version v0.1.7
32512026-07-16T22:43:05.933Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-16T22:43:05.986Z Compiling zerocopy-derive v0.6.6
32532026-07-16T22:43:06.062Z Compiling packed_struct v0.10.1
32542026-07-16T22:43:06.097Z Compiling newtype_derive v0.1.6
32552026-07-16T22:43:06.298Z Compiling serde_yaml v0.9.34+deprecated
32562026-07-16T22:43:06.318Z Compiling owo-colors v4.3.0
32572026-07-16T22:43:06.333Z Checking funty v2.0.0
32582026-07-16T22:43:06.653Z Checking crc-catalog v2.4.0
32592026-07-16T22:43:06.666Z Compiling cancel-safe-futures v0.1.5
32602026-07-16T22:43:06.746Z Checking crc v3.4.0
32612026-07-16T22:43:06.828Z Checking zerocopy v0.6.6
32622026-07-16T22:43:06.924Z Checking bitvec v1.0.1
32632026-07-16T22:43:07.048Z Checking typify-impl v0.6.2
32642026-07-16T22:43:07.123Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-07-16T22:43:07.468Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-07-16T22:43:07.572Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32672026-07-16T22:43:07.682Z Compiling packed_struct_codegen v0.10.1
32682026-07-16T22:43:07.758Z Checking libsw-core v0.3.2
32692026-07-16T22:43:07.837Z Compiling bitfield-macros v0.19.4
32702026-07-16T22:43:07.911Z Compiling indexmap v1.9.3
32712026-07-16T22:43:08.122Z Checking nodrop v0.1.14
32722026-07-16T22:43:08.218Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32732026-07-16T22:43:08.241Z Checking array-init v0.0.4
32742026-07-16T22:43:08.289Z Checking libsw v3.5.0
32752026-07-16T22:43:08.322Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-07-16T22:43:08.443Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-07-16T22:43:08.558Z Checking smallvec v0.6.14
32782026-07-16T22:43:08.565Z Checking bitfield v0.19.4
32792026-07-16T22:43:08.653Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32802026-07-16T22:43:08.861Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-07-16T22:43:08.865Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32822026-07-16T22:43:08.937Z Checking hashbrown v0.12.3
32832026-07-16T22:43:09.034Z Checking tagptr v0.2.0
32842026-07-16T22:43:09.049Z Checking unicode-linebreak v0.1.5
32852026-07-16T22:43:09.178Z Checking smawk v0.3.2
32862026-07-16T22:43:09.260Z Checking linear-map v1.2.0
32872026-07-16T22:43:09.288Z Checking base64 v0.21.7
32882026-07-16T22:43:09.302Z Checking moka v0.12.13
32892026-07-16T22:43:09.315Z Checking textwrap v0.16.2
32902026-07-16T22:43:09.429Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32912026-07-16T22:43:09.518Z Checking ron v0.8.1
32922026-07-16T22:43:09.533Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-07-16T22:43:09.664Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32942026-07-16T22:43:09.701Z Checking steno v0.4.1
32952026-07-16T22:43:09.832Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-07-16T22:43:09.940Z Checking serde-hex v0.1.0
32972026-07-16T22:43:10.043Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-16T22:43:10.206Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32992026-07-16T22:43:10.470Z Checking hashbrown v0.13.2
33002026-07-16T22:43:10.696Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-16T22:43:10.720Z Checking crc-any v2.5.0
33022026-07-16T22:43:10.784Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33032026-07-16T22:43:10.911Z Checking hickory-resolver v0.25.2
33042026-07-16T22:43:10.914Z Checking object v0.30.4
33052026-07-16T22:43:10.939Z Checking sha1 v0.10.6
33062026-07-16T22:43:10.952Z Checking half v1.8.3
33072026-07-16T22:43:11.103Z Checking void v1.0.2
33082026-07-16T22:43:11.143Z Checking path-slash v0.1.5
33092026-07-16T22:43:11.210Z Checking utf-8 v0.7.6
33102026-07-16T22:43:11.255Z Checking lzss v0.8.2
33112026-07-16T22:43:11.346Z Checking tungstenite v0.23.0
33122026-07-16T22:43:11.435Z Checking serde_cbor v0.11.2
33132026-07-16T22:43:11.577Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33142026-07-16T22:43:11.590Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33152026-07-16T22:43:11.615Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33162026-07-16T22:43:11.629Z Compiling typify-macro v0.6.2
33172026-07-16T22:43:11.673Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33182026-07-16T22:43:11.743Z Checking nix v0.27.1
33192026-07-16T22:43:11.758Z Checking kstat-rs v0.2.4
33202026-07-16T22:43:11.815Z Checking fxhash v0.2.1
33212026-07-16T22:43:11.905Z Checking serde_bytes v0.11.19
33222026-07-16T22:43:11.935Z Checking tokio-tungstenite v0.23.1
33232026-07-16T22:43:11.950Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33242026-07-16T22:43:12.021Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33252026-07-16T22:43:12.080Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-07-16T22:43:12.195Z Checking signal-hook-tokio v0.3.1
33272026-07-16T22:43:12.836Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-07-16T22:43:13.069Z Compiling typify v0.6.2
33292026-07-16T22:43:13.147Z Compiling progenitor-impl v0.14.0
33302026-07-16T22:43:13.750Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33312026-07-16T22:43:14.052Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-07-16T22:43:14.587Z Compiling progenitor-macro v0.14.0
33332026-07-16T22:43:16.879Z Checking progenitor v0.14.0
33342026-07-16T22:43:16.992Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33352026-07-16T22:43:16.995Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-07-16T22:43:19.684Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-07-16T22:43:27.981Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-07-16T22:43:34.549Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-07-16T22:43:35.916Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-07-16T22:43:36.405Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-07-16T22:43:38.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.74s
33422026-07-16T22:43:38.675Z
33432026-07-16T22:43:38.675Zinfo: running `cargo check --bins` on gateway-api (135/301)
33442026-07-16T22:43:39.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-07-16T22:43:39.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-07-16T22:43:39.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-07-16T22:43:39.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33482026-07-16T22:43:39.214Z
33492026-07-16T22:43:39.214Zinfo: running `cargo check --bins` on ipcc (136/301)
33502026-07-16T22:43:39.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-07-16T22:43:39.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-07-16T22:43:39.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-07-16T22:43:39.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33542026-07-16T22:43:39.752Z
33552026-07-16T22:43:39.752Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301)
33562026-07-16T22:43:40.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-07-16T22:43:40.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-07-16T22:43:40.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-07-16T22:43:40.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33602026-07-16T22:43:40.276Z
33612026-07-16T22:43:40.276Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301)
33622026-07-16T22:43:40.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-07-16T22:43:40.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-07-16T22:43:40.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-07-16T22:43:40.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33662026-07-16T22:43:40.837Z
33672026-07-16T22:43:40.837Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301)
33682026-07-16T22:43:41.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-07-16T22:43:41.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-07-16T22:43:41.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-07-16T22:43:41.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33722026-07-16T22:43:41.379Z
33732026-07-16T22:43:41.379Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301)
33742026-07-16T22:43:41.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-07-16T22:43:41.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-07-16T22:43:41.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-07-16T22:43:42.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33782026-07-16T22:43:42.847Z
33792026-07-16T22:43:42.847Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301)
33802026-07-16T22:43:42.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-07-16T22:43:42.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-07-16T22:43:42.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-07-16T22:43:42.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33842026-07-16T22:43:42.847Z
33852026-07-16T22:43:42.847Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301)
33862026-07-16T22:43:42.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-07-16T22:43:42.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-07-16T22:43:42.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-07-16T22:43:42.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33902026-07-16T22:43:43.017Z
33912026-07-16T22:43:43.017Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301)
33922026-07-16T22:43:43.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-07-16T22:43:43.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-07-16T22:43:43.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-07-16T22:43:43.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33962026-07-16T22:43:43.562Z
33972026-07-16T22:43:43.562Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301)
33982026-07-16T22:43:44.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-07-16T22:43:44.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-07-16T22:43:44.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-07-16T22:43:44.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34022026-07-16T22:43:44.105Z
34032026-07-16T22:43:44.105Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301)
34042026-07-16T22:43:44.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-07-16T22:43:44.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-07-16T22:43:44.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-07-16T22:43:44.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34082026-07-16T22:43:44.647Z
34092026-07-16T22:43:44.647Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301)
34102026-07-16T22:43:45.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-07-16T22:43:45.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-07-16T22:43:45.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-07-16T22:43:45.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34142026-07-16T22:43:45.188Z
34152026-07-16T22:43:45.188Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301)
34162026-07-16T22:43:45.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-07-16T22:43:45.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-07-16T22:43:45.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-07-16T22:43:45.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34202026-07-16T22:43:45.732Z
34212026-07-16T22:43:45.732Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301)
34222026-07-16T22:43:46.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-07-16T22:43:46.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-07-16T22:43:46.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-07-16T22:43:46.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34262026-07-16T22:43:46.272Z
34272026-07-16T22:43:46.272Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301)
34282026-07-16T22:43:46.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-07-16T22:43:46.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-07-16T22:43:46.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-07-16T22:43:46.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34322026-07-16T22:43:46.831Z
34332026-07-16T22:43:46.831Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301)
34342026-07-16T22:43:47.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-07-16T22:43:47.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-07-16T22:43:47.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-07-16T22:43:47.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34382026-07-16T22:43:47.389Z
34392026-07-16T22:43:47.390Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301)
34402026-07-16T22:43:47.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-07-16T22:43:47.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-07-16T22:43:47.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-07-16T22:43:47.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34442026-07-16T22:43:47.959Z
34452026-07-16T22:43:47.959Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301)
34462026-07-16T22:43:48.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-07-16T22:43:48.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-07-16T22:43:48.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-07-16T22:43:48.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34502026-07-16T22:43:48.515Z
34512026-07-16T22:43:48.515Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301)
34522026-07-16T22:43:48.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-07-16T22:43:48.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-07-16T22:43:48.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-07-16T22:43:48.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34562026-07-16T22:43:49.078Z
34572026-07-16T22:43:49.078Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301)
34582026-07-16T22:43:49.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-07-16T22:43:49.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-07-16T22:43:49.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-07-16T22:43:49.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34622026-07-16T22:43:49.637Z
34632026-07-16T22:43:49.637Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34642026-07-16T22:43:50.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-07-16T22:43:50.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-07-16T22:43:50.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-07-16T22:43:50.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34682026-07-16T22:43:50.200Z
34692026-07-16T22:43:50.200Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301)
34702026-07-16T22:43:50.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-07-16T22:43:50.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-07-16T22:43:50.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-07-16T22:43:50.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34742026-07-16T22:43:50.758Z
34752026-07-16T22:43:50.758Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301)
34762026-07-16T22:43:51.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-07-16T22:43:51.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-07-16T22:43:51.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-07-16T22:43:51.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34802026-07-16T22:43:51.319Z
34812026-07-16T22:43:51.319Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301)
34822026-07-16T22:43:51.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-07-16T22:43:51.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-07-16T22:43:51.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-07-16T22:43:51.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34862026-07-16T22:43:51.880Z
34872026-07-16T22:43:51.880Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301)
34882026-07-16T22:43:52.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-07-16T22:43:52.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-07-16T22:43:52.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-07-16T22:43:52.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34922026-07-16T22:43:52.421Z
34932026-07-16T22:43:52.421Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301)
34942026-07-16T22:43:52.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-07-16T22:43:52.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-07-16T22:43:52.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-07-16T22:43:52.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34982026-07-16T22:43:52.965Z
34992026-07-16T22:43:52.965Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301)
35002026-07-16T22:43:53.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-07-16T22:43:53.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-07-16T22:43:53.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-07-16T22:43:53.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35042026-07-16T22:43:53.509Z
35052026-07-16T22:43:53.510Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301)
35062026-07-16T22:43:53.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-07-16T22:43:53.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-07-16T22:43:53.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-07-16T22:43:53.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35102026-07-16T22:43:54.051Z
35112026-07-16T22:43:54.051Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301)
35122026-07-16T22:43:54.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-07-16T22:43:54.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-07-16T22:43:54.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-07-16T22:43:54.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35162026-07-16T22:43:54.593Z
35172026-07-16T22:43:54.593Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301)
35182026-07-16T22:43:55.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-07-16T22:43:55.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-07-16T22:43:55.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-07-16T22:43:55.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35222026-07-16T22:43:55.135Z
35232026-07-16T22:43:55.135Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301)
35242026-07-16T22:43:55.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-07-16T22:43:55.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-07-16T22:43:55.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-07-16T22:43:55.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35282026-07-16T22:43:55.674Z
35292026-07-16T22:43:55.674Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301)
35302026-07-16T22:43:56.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-07-16T22:43:56.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-07-16T22:43:56.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-07-16T22:43:56.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35342026-07-16T22:43:56.213Z
35352026-07-16T22:43:56.213Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301)
35362026-07-16T22:43:56.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-07-16T22:43:56.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-07-16T22:43:56.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-07-16T22:43:56.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35402026-07-16T22:43:56.772Z
35412026-07-16T22:43:56.772Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301)
35422026-07-16T22:43:57.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-07-16T22:43:57.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-07-16T22:43:57.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-07-16T22:43:57.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35462026-07-16T22:43:57.337Z
35472026-07-16T22:43:57.337Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301)
35482026-07-16T22:43:57.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-07-16T22:43:57.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-07-16T22:43:57.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-07-16T22:43:57.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35522026-07-16T22:43:57.906Z
35532026-07-16T22:43:57.906Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301)
35542026-07-16T22:43:58.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-07-16T22:43:58.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-07-16T22:43:58.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-07-16T22:43:58.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35582026-07-16T22:43:58.469Z
35592026-07-16T22:43:58.469Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301)
35602026-07-16T22:43:58.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-07-16T22:43:58.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-07-16T22:43:58.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-07-16T22:43:58.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35642026-07-16T22:43:59.031Z
35652026-07-16T22:43:59.031Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35662026-07-16T22:43:59.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-07-16T22:43:59.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-07-16T22:43:59.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-07-16T22:43:59.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35702026-07-16T22:43:59.594Z
35712026-07-16T22:43:59.594Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301)
35722026-07-16T22:44:00.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-07-16T22:44:00.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-07-16T22:44:00.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-07-16T22:44:00.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35762026-07-16T22:44:00.157Z
35772026-07-16T22:44:00.157Zinfo: running `cargo check --bins` on oximeter-producer (174/301)
35782026-07-16T22:44:00.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-16T22:44:00.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-16T22:44:00.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-16T22:44:00.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-07-16T22:44:00.741Z
35832026-07-16T22:44:00.741Zinfo: running `cargo check --bins` on internal-dns-resolver (175/301)
35842026-07-16T22:44:01.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-16T22:44:01.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-16T22:44:01.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-16T22:44:01.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35882026-07-16T22:44:01.286Z
35892026-07-16T22:44:01.286Zinfo: running `cargo check --bins` on dns-server (176/301)
35902026-07-16T22:44:01.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-16T22:44:01.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-16T22:44:01.891Z Compiling parking_lot_core v0.8.6
35932026-07-16T22:44:01.894Z Compiling git-stub v1.0.0
35942026-07-16T22:44:01.894Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-16T22:44:02.008Z Checking prefix-trie v0.7.0
35962026-07-16T22:44:02.122Z Compiling git-stub-vcs v0.1.0
35972026-07-16T22:44:02.290Z Checking hickory-server v0.25.2
35982026-07-16T22:44:02.401Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-16T22:44:02.414Z Checking parking_lot v0.11.2
36002026-07-16T22:44:02.453Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36012026-07-16T22:44:02.453Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36022026-07-16T22:44:02.587Z Checking sled v0.34.7
36032026-07-16T22:44:04.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
36042026-07-16T22:44:04.639Z
36052026-07-16T22:44:04.639Zinfo: running `cargo check --bins` on dns-server-api (177/301)
36062026-07-16T22:44:05.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-07-16T22:44:05.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-07-16T22:44:05.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-07-16T22:44:05.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36102026-07-16T22:44:05.180Z
36112026-07-16T22:44:05.180Zinfo: running `cargo check --bins` on oximeter-producer-api (178/301)
36122026-07-16T22:44:05.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-07-16T22:44:05.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-07-16T22:44:05.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-07-16T22:44:05.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36162026-07-16T22:44:05.722Z
36172026-07-16T22:44:05.722Zinfo: running `cargo check --bins` on sp-sim (179/301)
36182026-07-16T22:44:06.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-07-16T22:44:06.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-07-16T22:44:06.397Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36212026-07-16T22:44:08.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
36222026-07-16T22:44:08.338Z
36232026-07-16T22:44:08.338Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301)
36242026-07-16T22:44:08.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-07-16T22:44:08.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-07-16T22:44:08.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-07-16T22:44:08.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-07-16T22:44:08.931Z
36292026-07-16T22:44:08.932Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301)
36302026-07-16T22:44:09.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-07-16T22:44:09.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-07-16T22:44:09.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-07-16T22:44:09.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36342026-07-16T22:44:09.532Z
36352026-07-16T22:44:09.532Zinfo: running `cargo check --bins` on db-macros (182/301)
36362026-07-16T22:44:09.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-07-16T22:44:09.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-07-16T22:44:09.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-07-16T22:44:09.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36402026-07-16T22:44:10.064Z
36412026-07-16T22:44:10.064Zinfo: running `cargo check --bins` on nexus-macros-common (183/301)
36422026-07-16T22:44:10.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-07-16T22:44:10.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-07-16T22:44:10.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-07-16T22:44:10.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36462026-07-16T22:44:10.593Z
36472026-07-16T22:44:10.593Zinfo: running `cargo check --bins` on nexus-auth (184/301)
36482026-07-16T22:44:11.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-07-16T22:44:11.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-07-16T22:44:11.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-07-16T22:44:11.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-07-16T22:44:11.180Z
36532026-07-16T22:44:11.180Zinfo: running `cargo check --bins` on authz-macros (185/301)
36542026-07-16T22:44:11.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-07-16T22:44:11.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-07-16T22:44:11.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-07-16T22:44:11.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36582026-07-16T22:44:11.705Z
36592026-07-16T22:44:11.705Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/301)
36602026-07-16T22:44:12.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-07-16T22:44:12.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-07-16T22:44:12.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-07-16T22:44:12.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36642026-07-16T22:44:12.288Z
36652026-07-16T22:44:12.289Zinfo: running `cargo check --bins` on nexus-db-model (187/301)
36662026-07-16T22:44:12.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-07-16T22:44:12.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-07-16T22:44:12.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-07-16T22:44:12.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36702026-07-16T22:44:12.876Z
36712026-07-16T22:44:12.876Zinfo: running `cargo check --bins` on nexus-db-schema (188/301)
36722026-07-16T22:44:13.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-07-16T22:44:13.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-07-16T22:44:13.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-07-16T22:44:13.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36762026-07-16T22:44:13.401Z
36772026-07-16T22:44:13.401Zinfo: running `cargo check --bins` on omicron-rpaths (189/301)
36782026-07-16T22:44:13.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-07-16T22:44:13.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-07-16T22:44:13.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-07-16T22:44:13.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36822026-07-16T22:44:13.929Z
36832026-07-16T22:44:13.929Zinfo: running `cargo check --bins` on nexus-defaults (190/301)
36842026-07-16T22:44:14.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-07-16T22:44:14.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-07-16T22:44:14.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-07-16T22:44:14.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36882026-07-16T22:44:14.478Z
36892026-07-16T22:44:14.478Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/301)
36902026-07-16T22:44:14.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-07-16T22:44:14.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-07-16T22:44:14.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-07-16T22:44:14.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36942026-07-16T22:44:15.007Z
36952026-07-16T22:44:15.007Zinfo: running `cargo check --bins` on parallel-task-set (192/301)
36962026-07-16T22:44:15.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-07-16T22:44:15.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-07-16T22:44:15.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-07-16T22:44:15.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37002026-07-16T22:44:15.539Z
37012026-07-16T22:44:15.539Zinfo: running `cargo check --bins` on omicron-git-version (193/301)
37022026-07-16T22:44:15.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-07-16T22:44:15.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-07-16T22:44:15.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-07-16T22:44:15.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37062026-07-16T22:44:16.069Z
37072026-07-16T22:44:16.069Zinfo: running `cargo check --bins` on nexus-db-errors (194/301)
37082026-07-16T22:44:16.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-07-16T22:44:16.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-07-16T22:44:16.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-07-16T22:44:16.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37122026-07-16T22:44:16.665Z
37132026-07-16T22:44:16.665Zinfo: running `cargo check --bins` on nexus-db-lookup (195/301)
37142026-07-16T22:44:17.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-07-16T22:44:17.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-07-16T22:44:17.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-07-16T22:44:17.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37182026-07-16T22:44:17.260Z
37192026-07-16T22:44:17.260Zinfo: running `cargo check --bins` on nexus-inventory (196/301)
37202026-07-16T22:44:17.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-07-16T22:44:17.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-07-16T22:44:17.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-07-16T22:44:17.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37242026-07-16T22:44:17.853Z
37252026-07-16T22:44:17.853Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301)
37262026-07-16T22:44:18.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-07-16T22:44:18.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-07-16T22:44:18.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-07-16T22:44:18.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37302026-07-16T22:44:18.415Z
37312026-07-16T22:44:18.415Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/301)
37322026-07-16T22:44:18.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-07-16T22:44:18.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-07-16T22:44:18.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-07-16T22:44:18.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37362026-07-16T22:44:18.972Z
37372026-07-16T22:44:18.972Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301)
37382026-07-16T22:44:19.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-07-16T22:44:19.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-07-16T22:44:19.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-07-16T22:44:19.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37422026-07-16T22:44:19.538Z
37432026-07-16T22:44:19.538Zinfo: running `cargo check --bins` on key-manager (200/301)
37442026-07-16T22:44:19.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-07-16T22:44:19.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-07-16T22:44:19.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-07-16T22:44:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37482026-07-16T22:44:20.073Z
37492026-07-16T22:44:20.073Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/301)
37502026-07-16T22:44:20.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-07-16T22:44:20.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-07-16T22:44:20.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-07-16T22:44:20.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37542026-07-16T22:44:20.635Z
37552026-07-16T22:44:20.635Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301)
37562026-07-16T22:44:21.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-07-16T22:44:21.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-07-16T22:44:21.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-07-16T22:44:21.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37602026-07-16T22:44:21.192Z
37612026-07-16T22:44:21.192Zinfo: running `cargo check --bins` on typed-rng (203/301)
37622026-07-16T22:44:21.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-07-16T22:44:21.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-07-16T22:44:21.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-07-16T22:44:21.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37662026-07-16T22:44:21.721Z
37672026-07-16T22:44:21.721Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301)
37682026-07-16T22:44:22.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-07-16T22:44:22.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-07-16T22:44:22.517Z Compiling libefi-sys v0.1.0
37712026-07-16T22:44:22.520Z Compiling bitfield-struct v0.6.2
37722026-07-16T22:44:22.659Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-16T22:44:22.668Z Compiling xshell-macros v0.2.7
37742026-07-16T22:44:22.677Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37752026-07-16T22:44:22.691Z Compiling salty v0.3.0
37762026-07-16T22:44:22.704Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37772026-07-16T22:44:22.718Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37782026-07-16T22:44:22.732Z Checking rfc6979 v0.4.0
37792026-07-16T22:44:22.841Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37802026-07-16T22:44:22.855Z Checking ecdsa v0.16.9
37812026-07-16T22:44:22.990Z Checking primeorder v0.13.6
37822026-07-16T22:44:23.008Z Compiling proc-macro-error-attr2 v2.0.0
37832026-07-16T22:44:23.029Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37842026-07-16T22:44:23.044Z Checking xshell v0.2.7
37852026-07-16T22:44:23.176Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37862026-07-16T22:44:23.201Z Checking tungstenite v0.21.0
37872026-07-16T22:44:23.216Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37882026-07-16T22:44:23.230Z Checking p384 v0.13.1
37892026-07-16T22:44:23.233Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37902026-07-16T22:44:23.266Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37912026-07-16T22:44:23.329Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37922026-07-16T22:44:23.396Z Compiling num-derive v0.3.3
37932026-07-16T22:44:23.409Z Compiling proc-macro-error2 v2.0.1
37942026-07-16T22:44:23.503Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37952026-07-16T22:44:23.617Z Checking tokio-tungstenite v0.21.0
37962026-07-16T22:44:23.636Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-07-16T22:44:23.699Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37982026-07-16T22:44:23.713Z Checking papergrid v0.17.0
37992026-07-16T22:44:23.727Z Compiling tabled_derive v0.11.0
38002026-07-16T22:44:23.740Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38012026-07-16T22:44:23.848Z Compiling progenitor-impl v0.13.0
38022026-07-16T22:44:23.896Z Checking testing_table v0.3.0
38032026-07-16T22:44:23.980Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38042026-07-16T22:44:23.995Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38052026-07-16T22:44:24.010Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38062026-07-16T22:44:24.204Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38072026-07-16T22:44:24.221Z Compiling illumos-nvpair-sys v0.2.0
38082026-07-16T22:44:24.296Z Checking libscf-sys v1.1.0
38092026-07-16T22:44:24.418Z Checking corncobs v0.1.4
38102026-07-16T22:44:24.421Z Compiling unicase v2.9.0
38112026-07-16T22:44:24.447Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38122026-07-16T22:44:24.553Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-16T22:44:24.593Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38142026-07-16T22:44:24.617Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38152026-07-16T22:44:24.659Z Compiling mime_guess v2.0.5
38162026-07-16T22:44:24.659Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
38172026-07-16T22:44:24.749Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38182026-07-16T22:44:24.890Z Checking tabled v0.20.0
38192026-07-16T22:44:24.915Z Checking progenitor-client v0.13.0
38202026-07-16T22:44:25.155Z Checking secrecy v0.8.0
38212026-07-16T22:44:25.188Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38222026-07-16T22:44:25.232Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38232026-07-16T22:44:25.295Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-07-16T22:44:25.442Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38252026-07-16T22:44:25.616Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38262026-07-16T22:44:25.694Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38272026-07-16T22:44:25.709Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38282026-07-16T22:44:25.750Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38292026-07-16T22:44:25.838Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38302026-07-16T22:44:25.960Z Checking filetime v0.2.27
38312026-07-16T22:44:26.002Z Checking http-range v0.1.5
38322026-07-16T22:44:26.132Z Checking xattr v1.6.1
38332026-07-16T22:44:26.149Z Checking crc8 v0.1.1
38342026-07-16T22:44:26.247Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38352026-07-16T22:44:26.262Z Checking tar v0.4.46
38362026-07-16T22:44:26.406Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38372026-07-16T22:44:26.435Z Compiling progenitor-macro v0.13.0
38382026-07-16T22:44:26.451Z Checking illumos-nvpair v0.3.0
38392026-07-16T22:44:26.466Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38402026-07-16T22:44:26.615Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38412026-07-16T22:44:26.643Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38422026-07-16T22:44:26.735Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38432026-07-16T22:44:26.959Z Checking atty v0.2.14
38442026-07-16T22:44:26.998Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38452026-07-16T22:44:27.051Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38462026-07-16T22:44:27.066Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38472026-07-16T22:44:27.212Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38482026-07-16T22:44:27.315Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38492026-07-16T22:44:27.332Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38502026-07-16T22:44:27.354Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38512026-07-16T22:44:27.370Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38522026-07-16T22:44:27.532Z Checking hyper-staticfile v0.10.1
38532026-07-16T22:44:27.591Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38542026-07-16T22:44:27.691Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38552026-07-16T22:44:27.850Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38562026-07-16T22:44:27.865Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38572026-07-16T22:44:28.122Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38582026-07-16T22:44:28.140Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38592026-07-16T22:44:28.415Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38602026-07-16T22:44:28.669Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38612026-07-16T22:44:29.423Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38622026-07-16T22:44:29.894Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38632026-07-16T22:44:30.304Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38642026-07-16T22:44:30.501Z Checking progenitor v0.13.0
38652026-07-16T22:44:30.636Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38662026-07-16T22:44:32.705Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38672026-07-16T22:44:35.981Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38682026-07-16T22:44:46.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.14s
38692026-07-16T22:44:47.073Z
38702026-07-16T22:44:47.073Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301)
38712026-07-16T22:44:47.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-16T22:44:47.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-16T22:44:47.815Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-16T22:44:58.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38752026-07-16T22:44:58.809Z
38762026-07-16T22:44:58.809Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301)
38772026-07-16T22:44:59.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-07-16T22:44:59.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-07-16T22:44:59.547Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-07-16T22:45:10.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38812026-07-16T22:45:10.488Z
38822026-07-16T22:45:10.489Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301)
38832026-07-16T22:45:10.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-07-16T22:45:10.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-07-16T22:45:11.223Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-07-16T22:45:22.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38872026-07-16T22:45:22.240Z
38882026-07-16T22:45:22.240Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301)
38892026-07-16T22:45:22.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-16T22:45:22.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-16T22:45:22.950Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-16T22:45:33.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38932026-07-16T22:45:33.879Z
38942026-07-16T22:45:33.879Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301)
38952026-07-16T22:45:34.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-16T22:45:34.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-16T22:45:34.610Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-16T22:45:46.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38992026-07-16T22:45:46.057Z
39002026-07-16T22:45:46.057Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301)
39012026-07-16T22:45:46.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-07-16T22:45:46.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-07-16T22:45:46.221Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-07-16T22:45:56.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
39052026-07-16T22:45:57.127Z
39062026-07-16T22:45:57.127Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301)
39072026-07-16T22:45:57.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-07-16T22:45:57.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-07-16T22:45:57.859Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-07-16T22:46:08.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
39112026-07-16T22:46:08.769Z
39122026-07-16T22:46:08.769Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/301)
39132026-07-16T22:46:09.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-16T22:46:09.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-16T22:46:09.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-07-16T22:46:09.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39172026-07-16T22:46:09.308Z
39182026-07-16T22:46:09.308Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301)
39192026-07-16T22:46:09.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-16T22:46:09.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-16T22:46:09.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-07-16T22:46:09.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39232026-07-16T22:46:09.843Z
39242026-07-16T22:46:09.843Zinfo: running `cargo check --bins` on range-requests (214/301)
39252026-07-16T22:46:10.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-07-16T22:46:10.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-07-16T22:46:10.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-07-16T22:46:10.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39292026-07-16T22:46:10.369Z
39302026-07-16T22:46:10.369Zinfo: running `cargo check --bins` on repo-depot-api (215/301)
39312026-07-16T22:46:10.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-07-16T22:46:10.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-07-16T22:46:10.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-07-16T22:46:10.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39352026-07-16T22:46:10.902Z
39362026-07-16T22:46:10.902Zinfo: running `cargo check --bins` on sled-agent-api (216/301)
39372026-07-16T22:46:11.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-07-16T22:46:11.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-07-16T22:46:11.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-07-16T22:46:11.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39412026-07-16T22:46:11.459Z
39422026-07-16T22:46:11.459Zinfo: running `cargo check --bins` on sled-diagnostics (217/301)
39432026-07-16T22:46:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-07-16T22:46:11.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-07-16T22:46:11.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-07-16T22:46:11.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39472026-07-16T22:46:12.015Z
39482026-07-16T22:46:12.016Zinfo: running `cargo check --bins` on zfs-test-harness (218/301)
39492026-07-16T22:46:12.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-07-16T22:46:12.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-07-16T22:46:12.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-07-16T22:46:12.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39532026-07-16T22:46:12.574Z
39542026-07-16T22:46:12.574Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301)
39552026-07-16T22:46:13.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-07-16T22:46:13.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-07-16T22:46:13.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-07-16T22:46:13.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39592026-07-16T22:46:13.133Z
39602026-07-16T22:46:13.133Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301)
39612026-07-16T22:46:13.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-07-16T22:46:13.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-07-16T22:46:13.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-07-16T22:46:13.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39652026-07-16T22:46:13.710Z
39662026-07-16T22:46:13.710Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/301)
39672026-07-16T22:46:14.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-07-16T22:46:14.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-07-16T22:46:14.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-07-16T22:46:14.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39712026-07-16T22:46:14.607Z
39722026-07-16T22:46:14.607Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/301)
39732026-07-16T22:46:14.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-07-16T22:46:14.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-07-16T22:46:14.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-07-16T22:46:14.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39772026-07-16T22:46:14.823Z
39782026-07-16T22:46:14.823Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301)
39792026-07-16T22:46:15.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-07-16T22:46:15.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-07-16T22:46:15.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-07-16T22:46:15.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39832026-07-16T22:46:15.652Z
39842026-07-16T22:46:15.652Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301)
39852026-07-16T22:46:15.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-07-16T22:46:15.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-07-16T22:46:15.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-07-16T22:46:15.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39892026-07-16T22:46:15.999Z
39902026-07-16T22:46:15.999Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/301)
39912026-07-16T22:46:16.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-07-16T22:46:16.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-07-16T22:46:16.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-07-16T22:46:16.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39952026-07-16T22:46:16.589Z
39962026-07-16T22:46:16.589Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/301)
39972026-07-16T22:46:17.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-07-16T22:46:17.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-07-16T22:46:17.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-07-16T22:46:17.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40012026-07-16T22:46:17.154Z
40022026-07-16T22:46:17.154Zinfo: running `cargo check --bins` on trust-quorum (227/301)
40032026-07-16T22:46:17.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-07-16T22:46:17.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-07-16T22:46:17.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-07-16T22:46:17.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40072026-07-16T22:46:17.706Z
40082026-07-16T22:46:17.706Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301)
40092026-07-16T22:46:18.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-07-16T22:46:18.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-07-16T22:46:18.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-07-16T22:46:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40132026-07-16T22:46:18.361Z
40142026-07-16T22:46:18.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/301)
40152026-07-16T22:46:18.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-07-16T22:46:18.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-07-16T22:46:18.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-07-16T22:46:18.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-07-16T22:46:19.029Z
40202026-07-16T22:46:19.029Zinfo: running `cargo check --bins` on update-common (230/301)
40212026-07-16T22:46:19.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-07-16T22:46:19.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-07-16T22:46:19.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-07-16T22:46:19.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40252026-07-16T22:46:19.418Z
40262026-07-16T22:46:19.418Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301)
40272026-07-16T22:46:19.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-07-16T22:46:19.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-07-16T22:46:19.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-07-16T22:46:19.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40312026-07-16T22:46:20.012Z
40322026-07-16T22:46:20.012Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/301)
40332026-07-16T22:46:20.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-07-16T22:46:20.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-07-16T22:46:20.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-07-16T22:46:20.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40372026-07-16T22:46:20.541Z
40382026-07-16T22:46:20.541Zinfo: running `cargo check --bins` on reconfigurator-cli (233/301)
40392026-07-16T22:46:21.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-07-16T22:46:21.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-07-16T22:46:21.265Z Compiling fs-err v2.11.0
40422026-07-16T22:46:21.269Z Checking ignore v0.4.25
40432026-07-16T22:46:21.270Z Checking arc-swap v1.8.2
40442026-07-16T22:46:21.405Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40452026-07-16T22:46:21.409Z Checking predicates-tree v1.0.13
40462026-07-16T22:46:21.409Z Checking parse-size v1.1.0
40472026-07-16T22:46:21.434Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40482026-07-16T22:46:21.439Z Checking rand_seeder v0.4.0
40492026-07-16T22:46:21.496Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40502026-07-16T22:46:21.529Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40512026-07-16T22:46:21.581Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40522026-07-16T22:46:21.595Z Checking slog-scope v4.4.1
40532026-07-16T22:46:21.679Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40542026-07-16T22:46:21.730Z Compiling petname v2.0.2
40552026-07-16T22:46:21.756Z Checking slog-stdlog v4.1.1
40562026-07-16T22:46:21.771Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40572026-07-16T22:46:21.785Z Checking globwalk v0.9.1
40582026-07-16T22:46:21.829Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40592026-07-16T22:46:21.879Z Checking slog-envlogger v2.2.0
40602026-07-16T22:46:21.955Z Checking camino-tempfile-ext v0.3.3
40612026-07-16T22:46:22.019Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40622026-07-16T22:46:22.035Z Checking sapling-renderdag v0.1.0
40632026-07-16T22:46:22.146Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40642026-07-16T22:46:22.228Z Checking subprocess v0.2.15
40652026-07-16T22:46:22.269Z Checking sync-ptr v0.1.4
40662026-07-16T22:46:22.372Z Checking colored v2.2.0
40672026-07-16T22:46:22.383Z Checking assert_matches v1.5.0
40682026-07-16T22:46:22.515Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40692026-07-16T22:46:22.641Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40702026-07-16T22:46:22.644Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40712026-07-16T22:46:23.320Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40722026-07-16T22:46:24.616Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40732026-07-16T22:46:26.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
40742026-07-16T22:46:26.963Z
40752026-07-16T22:46:26.964Zinfo: running `cargo check --bins` on omicron-repl-utils (234/301)
40762026-07-16T22:46:27.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-07-16T22:46:27.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-07-16T22:46:27.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-07-16T22:46:27.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40802026-07-16T22:46:27.496Z
40812026-07-16T22:46:27.496Zinfo: running `cargo check --bins` on transient-dns-server (235/301)
40822026-07-16T22:46:27.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-07-16T22:46:27.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-07-16T22:46:27.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-07-16T22:46:27.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40862026-07-16T22:46:28.040Z
40872026-07-16T22:46:28.040Zinfo: running `cargo check --bins` on nexus-test-interface (236/301)
40882026-07-16T22:46:28.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-16T22:46:28.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-16T22:46:28.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-16T22:46:28.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40922026-07-16T22:46:28.640Z
40932026-07-16T22:46:28.640Zinfo: running `cargo check --bins` on oximeter-collector (237/301)
40942026-07-16T22:46:29.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-16T22:46:29.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-16T22:46:29.335Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40972026-07-16T22:46:29.335Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40982026-07-16T22:46:29.943Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40992026-07-16T22:46:31.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
41002026-07-16T22:46:31.708Z
41012026-07-16T22:46:31.708Zinfo: running `cargo check --bins` on oximeter-api (238/301)
41022026-07-16T22:46:32.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-16T22:46:32.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-16T22:46:32.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-07-16T22:46:32.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41062026-07-16T22:46:32.248Z
41072026-07-16T22:46:32.248Zinfo: running `cargo check --bins` on cert-dev (239/301)
41082026-07-16T22:46:32.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-16T22:46:32.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-16T22:46:32.810Z Checking yasna v0.5.2
41112026-07-16T22:46:33.211Z Checking rcgen v0.12.1
41122026-07-16T22:46:33.461Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41132026-07-16T22:46:33.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41142026-07-16T22:46:33.830Z
41152026-07-16T22:46:33.830Zinfo: running `cargo check --bins` on clickana (240/301)
41162026-07-16T22:46:34.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-16T22:46:34.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-16T22:46:34.408Z Compiling instability v0.3.11
41192026-07-16T22:46:34.408Z Checking castaway v0.2.4
41202026-07-16T22:46:34.411Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41212026-07-16T22:46:34.411Z Compiling indoc v2.0.7
41222026-07-16T22:46:34.411Z Checking unicode-truncate v1.1.0
41232026-07-16T22:46:34.536Z Checking lru v0.12.5
41242026-07-16T22:46:34.540Z Checking cassowary v0.3.0
41252026-07-16T22:46:34.618Z Checking compact_str v0.8.1
41262026-07-16T22:46:35.440Z Checking ratatui v0.29.0
41272026-07-16T22:46:35.806Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41282026-07-16T22:46:35.984Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41292026-07-16T22:46:36.863Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41302026-07-16T22:46:37.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
41312026-07-16T22:46:37.681Z
41322026-07-16T22:46:37.681Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/301)
41332026-07-16T22:46:38.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-07-16T22:46:38.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-07-16T22:46:38.353Z Checking headers-core v0.3.0
41362026-07-16T22:46:38.357Z Checking port-file v0.1.0
41372026-07-16T22:46:38.357Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41382026-07-16T22:46:38.551Z Checking headers v0.4.1
41392026-07-16T22:46:38.915Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-07-16T22:46:39.854Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41412026-07-16T22:46:40.302Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41422026-07-16T22:46:40.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
41432026-07-16T22:46:40.876Z
41442026-07-16T22:46:40.876Zinfo: running `cargo check --bins` on ch-dev (242/301)
41452026-07-16T22:46:41.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-07-16T22:46:41.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-07-16T22:46:41.547Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41482026-07-16T22:46:42.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41492026-07-16T22:46:42.464Z
41502026-07-16T22:46:42.464Zinfo: running `cargo check --bins` on dev-tools-common (243/301)
41512026-07-16T22:46:42.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-07-16T22:46:42.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-07-16T22:46:42.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-07-16T22:46:42.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41552026-07-16T22:46:42.869Z
41562026-07-16T22:46:42.869Zinfo: running `cargo check --bins` on corpus-adjust (244/301)
41572026-07-16T22:46:43.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-07-16T22:46:43.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-07-16T22:46:43.448Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41602026-07-16T22:46:43.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41612026-07-16T22:46:43.953Z
41622026-07-16T22:46:43.953Zinfo: running `cargo check --bins` on crdb-seed (245/301)
41632026-07-16T22:46:44.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-07-16T22:46:44.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-07-16T22:46:44.617Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41662026-07-16T22:46:45.669Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41672026-07-16T22:46:45.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41682026-07-16T22:46:46.177Z
41692026-07-16T22:46:46.177Zinfo: running `cargo check --bins` on db-dev (246/301)
41702026-07-16T22:46:46.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-16T22:46:46.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-16T22:46:46.849Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41732026-07-16T22:46:47.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41742026-07-16T22:46:47.779Z
41752026-07-16T22:46:47.779Zinfo: running `cargo check --bins` on omicron-dev-lib (247/301)
41762026-07-16T22:46:48.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772026-07-16T22:46:48.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782026-07-16T22:46:48.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41792026-07-16T22:46:48.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41802026-07-16T22:46:48.361Z
41812026-07-16T22:46:48.361Zinfo: running `cargo check --bins` on xtask-downloader (248/301)
41822026-07-16T22:46:48.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-07-16T22:46:48.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-07-16T22:46:48.929Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41852026-07-16T22:46:49.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41862026-07-16T22:46:49.771Z
41872026-07-16T22:46:49.771Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/301)
41882026-07-16T22:46:50.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-07-16T22:46:50.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-07-16T22:46:50.480Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-07-16T22:46:50.480Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41922026-07-16T22:46:50.484Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41932026-07-16T22:46:50.608Z Checking git-stub v1.0.0
41942026-07-16T22:46:50.611Z Compiling trait-variant v0.1.2
41952026-07-16T22:46:50.614Z Checking is_ci v1.2.0
41962026-07-16T22:46:50.614Z Checking maplit v1.0.2
41972026-07-16T22:46:50.646Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41982026-07-16T22:46:50.697Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41992026-07-16T22:46:50.728Z Checking supports-color v3.0.2
42002026-07-16T22:46:50.755Z Checking git-stub-vcs v0.1.0
42012026-07-16T22:46:50.825Z Checking drift v0.2.0
42022026-07-16T22:46:50.843Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42032026-07-16T22:46:50.893Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42042026-07-16T22:46:50.945Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42052026-07-16T22:46:51.103Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42062026-07-16T22:46:51.120Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42072026-07-16T22:46:51.137Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42082026-07-16T22:46:51.157Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42092026-07-16T22:46:51.171Z Checking dropshot-api-manager v0.7.2
42102026-07-16T22:46:51.324Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42112026-07-16T22:46:51.340Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42122026-07-16T22:46:51.863Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42132026-07-16T22:46:52.790Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42142026-07-16T22:46:53.782Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42152026-07-16T22:46:54.487Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42162026-07-16T22:46:54.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
42172026-07-16T22:46:55.097Z
42182026-07-16T22:46:55.097Zinfo: running `cargo check --bins` on installinator-api (250/301)
42192026-07-16T22:46:55.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-07-16T22:46:55.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-07-16T22:46:55.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-07-16T22:46:55.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42232026-07-16T22:46:55.640Z
42242026-07-16T22:46:55.640Zinfo: running `cargo check --bins` on nexus-external-api (251/301)
42252026-07-16T22:46:56.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-07-16T22:46:56.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-07-16T22:46:56.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-07-16T22:46:56.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42292026-07-16T22:46:56.224Z
42302026-07-16T22:46:56.224Zinfo: running `cargo check --bins` on nexus-internal-api (252/301)
42312026-07-16T22:46:56.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-07-16T22:46:56.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-07-16T22:46:56.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-07-16T22:46:56.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42352026-07-16T22:46:56.798Z
42362026-07-16T22:46:56.798Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/301)
42372026-07-16T22:46:57.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-07-16T22:46:57.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-07-16T22:46:57.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-07-16T22:46:57.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42412026-07-16T22:46:57.377Z
42422026-07-16T22:46:57.377Zinfo: running `cargo check --bins` on ntp-admin-api (254/301)
42432026-07-16T22:46:57.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-16T22:46:57.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-16T22:46:57.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-16T22:46:57.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42472026-07-16T22:46:58.002Z
42482026-07-16T22:46:58.002Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/301)
42492026-07-16T22:46:58.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-16T22:46:58.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-16T22:46:58.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-16T22:46:58.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42532026-07-16T22:46:58.454Z
42542026-07-16T22:46:58.454Zinfo: running `cargo check --bins` on wicketd-api (256/301)
42552026-07-16T22:46:58.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-16T22:46:58.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-16T22:46:58.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-16T22:46:58.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42592026-07-16T22:46:59.007Z
42602026-07-16T22:46:59.007Zinfo: running `cargo check --bins` on omicron-ls-apis (257/301)
42612026-07-16T22:46:59.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-16T22:46:59.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-16T22:46:59.575Z Compiling blake3 v1.8.5
42642026-07-16T22:46:59.683Z Checking arrayref v0.3.9
42652026-07-16T22:46:59.683Z Checking arrayvec v0.7.6
42662026-07-16T22:46:59.692Z Checking constant_time_eq v0.4.2
42672026-07-16T22:46:59.706Z Checking cargo-platform v0.3.2
42682026-07-16T22:46:59.709Z Checking topological-sort v0.2.2
42692026-07-16T22:46:59.709Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42702026-07-16T22:46:59.853Z Checking cargo_metadata v0.23.1
42712026-07-16T22:47:00.567Z Checking omicron-zone-package v0.12.3
42722026-07-16T22:47:01.267Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42732026-07-16T22:47:02.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
42742026-07-16T22:47:02.253Z
42752026-07-16T22:47:02.253Zinfo: running `cargo check --bins` on mgs-dev (258/301)
42762026-07-16T22:47:02.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-16T22:47:02.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-16T22:47:02.947Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42792026-07-16T22:47:03.547Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42802026-07-16T22:47:04.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42812026-07-16T22:47:04.215Z
42822026-07-16T22:47:04.215Zinfo: running `cargo check --bins` on omicron-omdb (259/301)
42832026-07-16T22:47:04.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-07-16T22:47:04.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-07-16T22:47:05.131Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42862026-07-16T22:47:05.131Z Compiling vergen-lib v0.1.6
42872026-07-16T22:47:05.132Z Compiling diesel_derives v2.3.7
42882026-07-16T22:47:05.135Z Compiling dsl_auto_type v0.2.0
42892026-07-16T22:47:05.135Z Checking scheduled-thread-pool v0.2.7
42902026-07-16T22:47:05.135Z Compiling vergen-gitcl v1.0.8
42912026-07-16T22:47:05.135Z Compiling diesel_table_macro_syntax v0.3.0
42922026-07-16T22:47:05.286Z Compiling dirs-sys-next v0.1.2
42932026-07-16T22:47:05.426Z Compiling glob v0.3.3
42942026-07-16T22:47:05.462Z Compiling crunchy v0.2.4
42952026-07-16T22:47:05.492Z Compiling dirs-next v2.0.0
42962026-07-16T22:47:05.512Z Checking r2d2 v0.8.10
42972026-07-16T22:47:05.576Z Checking downcast-rs v2.0.2
42982026-07-16T22:47:05.609Z Compiling tiny-keccak v2.0.2
42992026-07-16T22:47:05.667Z Compiling term v0.7.0
43002026-07-16T22:47:05.686Z Compiling bit-vec v0.6.3
43012026-07-16T22:47:05.795Z Compiling clang-sys v1.8.1
43022026-07-16T22:47:05.901Z Compiling bit-set v0.5.3
43032026-07-16T22:47:05.916Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43042026-07-16T22:47:06.059Z Compiling ascii-canvas v3.0.0
43052026-07-16T22:47:06.115Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43062026-07-16T22:47:06.187Z Compiling itertools v0.10.5
43072026-07-16T22:47:06.214Z Compiling ena v0.14.4
43082026-07-16T22:47:06.257Z Compiling libloading v0.8.9
43092026-07-16T22:47:06.274Z Compiling bindgen v0.71.1
43102026-07-16T22:47:06.294Z Compiling regex-syntax v0.6.29
43112026-07-16T22:47:06.395Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43122026-07-16T22:47:06.422Z Compiling diff v0.1.13
43132026-07-16T22:47:06.707Z Compiling cexpr v0.6.0
43142026-07-16T22:47:06.746Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43152026-07-16T22:47:06.958Z Compiling rustc-hash v2.1.1
43162026-07-16T22:47:07.109Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43172026-07-16T22:47:07.175Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43182026-07-16T22:47:07.274Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43192026-07-16T22:47:07.395Z Compiling libxml v0.3.3
43202026-07-16T22:47:07.484Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43212026-07-16T22:47:07.527Z Compiling strum_macros v0.24.3
43222026-07-16T22:47:07.655Z Compiling lalrpop v0.19.12
43232026-07-16T22:47:07.725Z Compiling indoc v1.0.9
43242026-07-16T22:47:08.445Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43252026-07-16T22:47:08.651Z Checking derive_builder v0.20.2
43262026-07-16T22:47:08.768Z Compiling oso-derive v0.27.3
43272026-07-16T22:47:08.909Z Checking quick-xml v0.37.5
43282026-07-16T22:47:08.973Z Compiling impl-trait-for-tuples v0.2.3
43292026-07-16T22:47:09.281Z Checking openssl-probe v0.1.6
43302026-07-16T22:47:09.446Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43312026-07-16T22:47:09.783Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43322026-07-16T22:47:09.996Z Checking bb8 v0.8.6
43332026-07-16T22:47:10.155Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43342026-07-16T22:47:10.177Z Checking nonempty v0.12.0
43352026-07-16T22:47:10.275Z Compiling libz-sys v1.1.24
43362026-07-16T22:47:10.344Z Compiling strsim v0.10.0
43372026-07-16T22:47:10.381Z Compiling libgit2-sys v0.18.3+1.9.2
43382026-07-16T22:47:10.510Z Compiling darling_core v0.13.4
43392026-07-16T22:47:10.677Z Compiling vergen-git2 v9.1.0
43402026-07-16T22:47:10.843Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43412026-07-16T22:47:10.910Z Compiling base64 v0.21.7
43422026-07-16T22:47:11.074Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43432026-07-16T22:47:11.206Z Checking diesel v2.3.11
43442026-07-16T22:47:11.231Z Compiling ron v0.8.1
43452026-07-16T22:47:12.034Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43462026-07-16T22:47:12.172Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43472026-07-16T22:47:12.259Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43482026-07-16T22:47:12.370Z Compiling darling_macro v0.13.4
43492026-07-16T22:47:12.463Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43502026-07-16T22:47:12.707Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43512026-07-16T22:47:12.910Z Compiling darling v0.13.4
43522026-07-16T22:47:12.913Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43532026-07-16T22:47:13.004Z Compiling serde_with_macros v1.5.2
43542026-07-16T22:47:13.129Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43552026-07-16T22:47:13.332Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43562026-07-16T22:47:13.537Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-07-16T22:47:13.558Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43582026-07-16T22:47:13.743Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43592026-07-16T22:47:13.865Z Compiling serde_with v1.14.0
43602026-07-16T22:47:15.021Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43612026-07-16T22:47:15.212Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43622026-07-16T22:47:15.470Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43632026-07-16T22:47:16.110Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43642026-07-16T22:47:16.363Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43652026-07-16T22:47:16.637Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-07-16T22:47:16.775Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43672026-07-16T22:47:16.960Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43682026-07-16T22:47:17.387Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43692026-07-16T22:47:17.719Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43702026-07-16T22:47:17.794Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43712026-07-16T22:47:17.813Z Checking twox-hash v2.1.2
43722026-07-16T22:47:17.999Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43732026-07-16T22:47:18.143Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43742026-07-16T22:47:18.293Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43752026-07-16T22:47:18.647Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43762026-07-16T22:47:18.805Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43772026-07-16T22:47:19.943Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43782026-07-16T22:47:20.077Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43792026-07-16T22:47:20.160Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43802026-07-16T22:47:20.607Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43812026-07-16T22:47:20.727Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43822026-07-16T22:47:20.932Z Checking console v0.16.2
43832026-07-16T22:47:21.241Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43842026-07-16T22:47:21.391Z Checking fatfs v0.3.6
43852026-07-16T22:47:21.577Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43862026-07-16T22:47:21.861Z Checking unit-prefix v0.5.2
43872026-07-16T22:47:21.998Z Compiling seq-macro v0.3.6
43882026-07-16T22:47:22.521Z Checking indicatif v0.18.4
43892026-07-16T22:47:22.927Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43902026-07-16T22:47:22.948Z Checking support-bundle-viewer v0.1.2
43912026-07-16T22:47:23.208Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43922026-07-16T22:47:23.313Z Checking multimap v0.10.1
43932026-07-16T22:47:29.025Z Checking diesel-dtrace v0.5.0
43942026-07-16T22:47:29.267Z Checking async-bb8-diesel v0.2.1
43952026-07-16T22:47:31.890Z Compiling samael v0.0.19
43962026-07-16T22:47:37.423Z Compiling git2 v0.20.4
43972026-07-16T22:47:38.751Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43982026-07-16T22:47:39.742Z Compiling polar-core v0.27.3
43992026-07-16T22:47:39.909Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44002026-07-16T22:47:44.339Z Checking oso v0.27.3
44012026-07-16T22:48:14.461Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44022026-07-16T22:49:28.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
44032026-07-16T22:49:29.147Z
44042026-07-16T22:49:29.147Zinfo: running `cargo check --bins` on nexus-networking (260/301)
44052026-07-16T22:49:29.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-07-16T22:49:29.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-07-16T22:49:29.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-07-16T22:49:29.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44092026-07-16T22:49:29.782Z
44102026-07-16T22:49:29.782Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301)
44112026-07-16T22:49:30.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-07-16T22:49:30.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-07-16T22:49:30.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-07-16T22:49:30.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-07-16T22:49:30.462Z
44162026-07-16T22:49:30.462Zinfo: running `cargo check --bins` on nexus-saga-recovery (262/301)
44172026-07-16T22:49:30.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-07-16T22:49:30.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-07-16T22:49:30.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-07-16T22:49:30.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44212026-07-16T22:49:30.972Z
44222026-07-16T22:49:30.972Zinfo: running `cargo check --bins` on nexus-test-utils-macros (263/301)
44232026-07-16T22:49:31.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-07-16T22:49:31.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-07-16T22:49:31.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-07-16T22:49:31.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44272026-07-16T22:49:31.502Z
44282026-07-16T22:49:31.502Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (264/301)
44292026-07-16T22:49:32.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-16T22:49:32.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-16T22:49:32.347Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44322026-07-16T22:49:33.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44332026-07-16T22:49:33.205Z
44342026-07-16T22:49:33.205Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301)
44352026-07-16T22:49:33.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-16T22:49:33.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-16T22:49:33.974Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44382026-07-16T22:50:11.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.56s
44392026-07-16T22:50:11.982Z
44402026-07-16T22:50:11.983Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301)
44412026-07-16T22:50:12.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-16T22:50:12.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-16T22:50:12.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-16T22:50:12.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44452026-07-16T22:50:12.500Z
44462026-07-16T22:50:12.500Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301)
44472026-07-16T22:50:12.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-16T22:50:13.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-16T22:50:13.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-16T22:50:13.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44512026-07-16T22:50:13.033Z
44522026-07-16T22:50:13.033Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (268/301)
44532026-07-16T22:50:13.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-16T22:50:13.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-16T22:50:13.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-07-16T22:50:13.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44572026-07-16T22:50:13.601Z
44582026-07-16T22:50:13.601Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301)
44592026-07-16T22:50:14.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-07-16T22:50:14.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-07-16T22:50:14.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-07-16T22:50:14.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44632026-07-16T22:50:14.196Z
44642026-07-16T22:50:14.196Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (270/301)
44652026-07-16T22:50:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-07-16T22:50:14.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-07-16T22:50:14.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-07-16T22:50:14.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-07-16T22:50:14.793Z
44702026-07-16T22:50:14.793Zinfo: running `cargo check --bins` on nexus-mgs-updates (271/301)
44712026-07-16T22:50:15.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-07-16T22:50:15.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-07-16T22:50:15.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-07-16T22:50:15.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44752026-07-16T22:50:15.387Z
44762026-07-16T22:50:15.387Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (272/301)
44772026-07-16T22:50:15.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-07-16T22:50:15.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-07-16T22:50:15.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-07-16T22:50:15.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44812026-07-16T22:50:15.959Z
44822026-07-16T22:50:15.959Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301)
44832026-07-16T22:50:16.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-07-16T22:50:16.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-07-16T22:50:16.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-07-16T22:50:16.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44872026-07-16T22:50:16.579Z
44882026-07-16T22:50:16.580Zinfo: running `cargo check --bins` on nexus-switch-config (274/301)
44892026-07-16T22:50:17.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-07-16T22:50:17.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-07-16T22:50:17.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-07-16T22:50:17.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44932026-07-16T22:50:17.126Z
44942026-07-16T22:50:17.126Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (275/301)
44952026-07-16T22:50:18.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-07-16T22:50:18.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-07-16T22:50:18.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-07-16T22:50:18.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-07-16T22:50:18.233Z
45002026-07-16T22:50:18.233Zinfo: running `cargo check --bins` on support-bundle-collection (276/301)
45012026-07-16T22:50:18.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-07-16T22:50:18.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-07-16T22:50:18.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-07-16T22:50:18.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45052026-07-16T22:50:18.367Z
45062026-07-16T22:50:18.367Zinfo: running `cargo check --bins` on omicron-dev (277/301)
45072026-07-16T22:50:18.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-07-16T22:50:18.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-07-16T22:50:19.155Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45102026-07-16T22:50:19.163Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-07-16T22:50:19.311Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45122026-07-16T22:50:19.341Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45132026-07-16T22:50:19.374Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45142026-07-16T22:50:19.374Z Checking diff v0.1.13
45152026-07-16T22:50:19.374Z Checking yansi v1.0.1
45162026-07-16T22:50:19.416Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45172026-07-16T22:50:19.482Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45182026-07-16T22:50:19.607Z Checking pretty_assertions v1.4.1
45192026-07-16T22:50:20.386Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45202026-07-16T22:50:20.413Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45212026-07-16T22:50:46.116Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45222026-07-16T22:50:46.139Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45232026-07-16T22:50:46.139Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45242026-07-16T22:50:46.139Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45252026-07-16T22:50:46.139Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45262026-07-16T22:50:46.139Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45272026-07-16T22:50:46.139Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45282026-07-16T22:50:46.873Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45292026-07-16T22:50:46.883Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45302026-07-16T22:50:48.067Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45312026-07-16T22:51:25.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45322026-07-16T22:51:25.854Z
45332026-07-16T22:51:25.854Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45342026-07-16T22:51:26.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-07-16T22:51:26.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-07-16T22:51:26.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-07-16T22:51:26.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45382026-07-16T22:51:26.382Z
45392026-07-16T22:51:26.382Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45402026-07-16T22:51:26.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-07-16T22:51:26.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-07-16T22:51:27.096Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45432026-07-16T22:51:27.217Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45442026-07-16T22:51:27.220Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45452026-07-16T22:51:54.311Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45462026-07-16T22:51:54.683Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45472026-07-16T22:51:56.405Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45482026-07-16T22:51:56.848Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45492026-07-16T22:52:00.173Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45502026-07-16T22:52:24.827Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45512026-07-16T22:52:25.514Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45522026-07-16T22:52:27.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45532026-07-16T22:52:27.317Z
45542026-07-16T22:52:27.317Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45552026-07-16T22:52:27.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-07-16T22:52:27.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-07-16T22:52:27.992Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45582026-07-16T22:52:28.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45592026-07-16T22:52:28.841Z
45602026-07-16T22:52:28.841Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45612026-07-16T22:52:29.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-07-16T22:52:29.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-07-16T22:52:29.444Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45642026-07-16T22:52:29.554Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45652026-07-16T22:52:29.560Z Checking digest-io v0.1.0
45662026-07-16T22:52:29.560Z Checking sha2 v0.11.0
45672026-07-16T22:52:29.569Z Checking rawzip v0.4.4
45682026-07-16T22:52:29.575Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45692026-07-16T22:52:29.580Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45702026-07-16T22:52:29.580Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45712026-07-16T22:52:29.661Z Checking shell-words v1.1.1
45722026-07-16T22:52:30.011Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45732026-07-16T22:52:30.228Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45742026-07-16T22:52:31.232Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45752026-07-16T22:52:32.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
45762026-07-16T22:52:32.428Z
45772026-07-16T22:52:32.428Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
45782026-07-16T22:52:32.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-07-16T22:52:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-07-16T22:52:33.015Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45812026-07-16T22:52:33.332Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45822026-07-16T22:52:33.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45832026-07-16T22:52:33.890Z
45842026-07-16T22:52:33.890Zinfo: running `cargo check --bins` on schema (283/301)
45852026-07-16T22:52:34.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-07-16T22:52:34.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-07-16T22:52:34.576Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45882026-07-16T22:52:35.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45892026-07-16T22:52:35.444Z
45902026-07-16T22:52:35.444Zinfo: running `cargo check --bins` on xtask (284/301)
45912026-07-16T22:52:35.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-07-16T22:52:35.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-07-16T22:52:35.829Z Checking serde_core v1.0.228
45942026-07-16T22:52:35.829Z Checking libc v0.2.185
45952026-07-16T22:52:35.904Z Checking bitflags v2.11.0
45962026-07-16T22:52:35.926Z Checking scroll v0.12.0
45972026-07-16T22:52:35.932Z Checking thiserror v1.0.69
45982026-07-16T22:52:35.932Z Checking log v0.4.29
45992026-07-16T22:52:35.932Z Checking zerocopy v0.7.35
46002026-07-16T22:52:35.933Z Checking indexmap v2.14.0
46012026-07-16T22:52:36.006Z Checking syn v2.0.117
46022026-07-16T22:52:36.054Z Checking dtrace-parser v0.2.0
46032026-07-16T22:52:36.067Z Checking once_cell v1.21.3
46042026-07-16T22:52:36.130Z Checking goblin v0.8.2
46052026-07-16T22:52:36.229Z Checking errno v0.3.14
46062026-07-16T22:52:36.237Z Checking thread-id v4.2.2
46072026-07-16T22:52:36.285Z Checking getrandom v0.4.1
46082026-07-16T22:52:36.337Z Checking rustix v1.1.3
46092026-07-16T22:52:36.368Z Checking memmap v0.7.0
46102026-07-16T22:52:36.422Z Checking thiserror v2.0.18
46112026-07-16T22:52:36.430Z Checking fs-err v3.3.0
46122026-07-16T22:52:36.442Z Checking tabled v0.15.0
46132026-07-16T22:52:36.488Z Checking anyhow v1.0.102
46142026-07-16T22:52:37.057Z Checking terminal_size v0.4.3
46152026-07-16T22:52:37.057Z Checking tempfile v3.25.0
46162026-07-16T22:52:37.181Z Checking clap_builder v4.6.0
46172026-07-16T22:52:37.181Z Checking textwrap v0.16.2
46182026-07-16T22:52:37.347Z Checking serde v1.0.228
46192026-07-16T22:52:37.354Z Checking serde_json v1.0.150
46202026-07-16T22:52:37.354Z Checking camino v1.2.2
46212026-07-16T22:52:37.396Z Checking semver v1.0.28
46222026-07-16T22:52:37.524Z Checking cargo-platform v0.3.2
46232026-07-16T22:52:37.610Z Checking camino-tempfile v1.4.1
46242026-07-16T22:52:37.757Z Checking serde_spanned v0.6.9
46252026-07-16T22:52:37.798Z Checking toml_datetime v0.6.11
46262026-07-16T22:52:37.798Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46272026-07-16T22:52:37.798Z Checking macaddr v1.0.1
46282026-07-16T22:52:37.927Z Checking toml_edit v0.22.27
46292026-07-16T22:52:37.940Z Checking cargo_metadata v0.23.1
46302026-07-16T22:52:37.973Z Checking dof v0.3.0
46312026-07-16T22:52:38.629Z Checking usdt-impl v0.5.0
46322026-07-16T22:52:38.689Z Checking clap v4.6.1
46332026-07-16T22:52:38.690Z Checking usdt v0.5.0
46342026-07-16T22:52:38.912Z Checking toml v0.8.23
46352026-07-16T22:52:39.164Z Checking cargo_toml v0.21.0
46362026-07-16T22:52:39.812Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46372026-07-16T22:52:40.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
46382026-07-16T22:52:40.335Z
46392026-07-16T22:52:40.335Zinfo: running `cargo check --bins` on dnsadm (285/301)
46402026-07-16T22:52:40.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-07-16T22:52:40.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-07-16T22:52:40.877Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46432026-07-16T22:52:41.319Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46442026-07-16T22:52:41.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46452026-07-16T22:52:41.871Z
46462026-07-16T22:52:41.871Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
46472026-07-16T22:52:42.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-07-16T22:52:42.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-07-16T22:52:42.661Z Checking cpubits v0.1.1
46502026-07-16T22:52:42.751Z Checking pem-rfc7468 v1.0.0
46512026-07-16T22:52:42.764Z Checking hmac v0.13.0
46522026-07-16T22:52:42.764Z Checking universal-hash v0.6.1
46532026-07-16T22:52:42.784Z Checking ctr v0.10.1
46542026-07-16T22:52:42.784Z Checking aead v0.6.1
46552026-07-16T22:52:42.812Z Checking aes v0.9.1
46562026-07-16T22:52:42.812Z Checking crypto-bigint v0.7.5
46572026-07-16T22:52:42.838Z Checking salsa20 v0.11.0
46582026-07-16T22:52:42.882Z Checking polyval v0.7.1
46592026-07-16T22:52:42.898Z Checking der v0.8.0
46602026-07-16T22:52:42.907Z Checking pbkdf2 v0.13.0
46612026-07-16T22:52:42.922Z Checking cbc v0.2.1
46622026-07-16T22:52:42.978Z Checking ff v0.14.0
46632026-07-16T22:52:42.988Z Checking signature v3.0.0
46642026-07-16T22:52:43.030Z Checking scrypt v0.12.0
46652026-07-16T22:52:43.055Z Checking ghash v0.6.0
46662026-07-16T22:52:43.083Z Checking base16ct v1.0.0
46672026-07-16T22:52:43.140Z Checking group v0.14.0
46682026-07-16T22:52:43.150Z Checking hkdf v0.13.0
46692026-07-16T22:52:43.181Z Checking rfc6979 v0.5.0
46702026-07-16T22:52:43.190Z Compiling curve25519-dalek v5.0.0-rc.0
46712026-07-16T22:52:43.222Z Checking aes-gcm v0.11.0
46722026-07-16T22:52:43.249Z Checking poly1305 v0.9.0
46732026-07-16T22:52:43.267Z Checking blowfish v0.10.0
46742026-07-16T22:52:43.281Z Checking blake2 v0.11.0-rc.6
46752026-07-16T22:52:43.305Z Checking keccak v0.2.0
46762026-07-16T22:52:43.397Z Checking fiat-crypto v0.3.0
46772026-07-16T22:52:43.414Z Checking bcrypt-pbkdf v0.11.0
46782026-07-16T22:52:44.058Z Checking sha3 v0.11.0
46792026-07-16T22:52:44.122Z Checking kem v0.3.0
46802026-07-16T22:52:44.122Z Checking argon2 v0.6.0-rc.8
46812026-07-16T22:52:44.122Z Checking module-lattice v0.2.3
46822026-07-16T22:52:44.122Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46832026-07-16T22:52:44.122Z Checking spki v0.8.0
46842026-07-16T22:52:44.122Z Checking sec1 v0.8.1
46852026-07-16T22:52:44.122Z Checking ml-kem v0.3.2
46862026-07-16T22:52:44.122Z Checking internal-russh-num-bigint v0.5.0
46872026-07-16T22:52:44.122Z Checking num-bigint v0.4.6
46882026-07-16T22:52:44.122Z Checking pkcs5 v0.8.1
46892026-07-16T22:52:44.122Z Checking pkcs1 v0.8.0-rc.4
46902026-07-16T22:52:44.223Z Checking pkcs8 v0.11.0
46912026-07-16T22:52:44.264Z Checking generic-array v1.4.3
46922026-07-16T22:52:44.388Z Checking ed25519 v3.0.0
46932026-07-16T22:52:44.444Z Compiling enum_dispatch v0.3.13
46942026-07-16T22:52:44.531Z Checking ed25519-dalek v3.0.0-rc.0
46952026-07-16T22:52:44.577Z Checking russh-util v0.52.0
46962026-07-16T22:52:44.594Z Compiling delegate v0.13.5
46972026-07-16T22:52:44.657Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46982026-07-16T22:52:44.694Z Checking md5 v0.8.0
46992026-07-16T22:52:44.746Z Checking hex-literal v1.1.0
47002026-07-16T22:52:44.790Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47012026-07-16T22:52:44.848Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47022026-07-16T22:52:44.866Z Checking socket2 v0.5.10
47032026-07-16T22:52:45.044Z Checking elliptic-curve v0.14.0-rc.33
47042026-07-16T22:52:45.073Z Checking primefield v0.14.0
47052026-07-16T22:52:45.164Z Checking ssh-encoding v0.3.0-rc.9
47062026-07-16T22:52:45.182Z Checking crypto-primes v0.7.2
47072026-07-16T22:52:45.253Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47082026-07-16T22:52:45.319Z Checking ssh-cipher v0.3.0-rc.9
47092026-07-16T22:52:45.385Z Checking russh-cryptovec v0.61.0
47102026-07-16T22:52:45.500Z Checking internet-checksum v0.2.1
47112026-07-16T22:52:45.526Z Checking ecdsa v0.17.0-rc.18
47122026-07-16T22:52:45.547Z Checking primeorder v0.14.0-rc.10
47132026-07-16T22:52:45.853Z Checking p521 v0.14.0-rc.10
47142026-07-16T22:52:45.853Z Checking p256 v0.14.0-rc.10
47152026-07-16T22:52:46.081Z Checking rsa v0.10.0-rc.18
47162026-07-16T22:52:51.678Z Checking p384 v0.14.0-rc.10
47172026-07-16T22:52:51.726Z Checking ssh-key v0.7.0-rc.10
47182026-07-16T22:52:51.755Z Checking russh v0.61.2
47192026-07-16T22:53:03.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.17s
47202026-07-16T22:53:03.297Z
47212026-07-16T22:53:03.297Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47222026-07-16T22:53:03.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-07-16T22:53:03.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-07-16T22:53:03.843Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47252026-07-16T22:53:03.950Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47262026-07-16T22:53:03.957Z Checking termios v0.3.3
47272026-07-16T22:53:05.149Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47282026-07-16T22:53:05.294Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47292026-07-16T22:53:06.940Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47302026-07-16T22:53:07.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
47312026-07-16T22:53:07.666Z
47322026-07-16T22:53:07.666Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47332026-07-16T22:53:08.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-07-16T22:53:08.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-07-16T22:53:08.321Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47362026-07-16T22:53:08.325Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-07-16T22:53:08.442Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47382026-07-16T22:53:08.445Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47392026-07-16T22:53:08.455Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47402026-07-16T22:53:08.455Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47412026-07-16T22:53:09.203Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47422026-07-16T22:53:09.553Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47432026-07-16T22:53:09.553Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47442026-07-16T22:53:10.191Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47452026-07-16T22:53:11.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
47462026-07-16T22:53:11.997Z
47472026-07-16T22:53:11.997Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47482026-07-16T22:53:12.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-07-16T22:53:12.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-07-16T22:53:12.577Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47512026-07-16T22:53:13.019Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47522026-07-16T22:53:13.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47532026-07-16T22:53:13.492Z
47542026-07-16T22:53:13.492Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
47552026-07-16T22:53:13.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-07-16T22:53:13.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-07-16T22:53:13.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-07-16T22:53:13.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47592026-07-16T22:53:14.014Z
47602026-07-16T22:53:14.014Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
47612026-07-16T22:53:14.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-07-16T22:53:14.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-07-16T22:53:14.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-07-16T22:53:14.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47652026-07-16T22:53:14.542Z
47662026-07-16T22:53:14.542Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
47672026-07-16T22:53:15.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-07-16T22:53:15.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-07-16T22:53:15.242Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47702026-07-16T22:53:15.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47712026-07-16T22:53:16.016Z
47722026-07-16T22:53:16.016Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
47732026-07-16T22:53:16.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-16T22:53:16.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-16T22:53:16.612Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47762026-07-16T22:53:16.615Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47772026-07-16T22:53:16.894Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47782026-07-16T22:53:16.894Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47792026-07-16T22:53:17.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47802026-07-16T22:53:17.841Z
47812026-07-16T22:53:17.841Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
47822026-07-16T22:53:18.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-07-16T22:53:18.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-07-16T22:53:18.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47852026-07-16T22:53:18.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47862026-07-16T22:53:18.361Z
47872026-07-16T22:53:18.361Zinfo: running `cargo check --bins` on omicron-package (295/301)
47882026-07-16T22:53:18.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-16T22:53:18.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-16T22:53:18.989Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47912026-07-16T22:53:20.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47922026-07-16T22:53:20.237Z
47932026-07-16T22:53:20.237Zinfo: running `cargo check --bins` on tqdb (296/301)
47942026-07-16T22:53:20.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-07-16T22:53:20.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-07-16T22:53:20.962Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47972026-07-16T22:53:21.310Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47982026-07-16T22:53:21.816Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47992026-07-16T22:53:21.816Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48002026-07-16T22:53:27.884Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48012026-07-16T22:53:27.887Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48022026-07-16T22:53:28.448Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48032026-07-16T22:53:28.452Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48042026-07-16T22:53:28.452Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48052026-07-16T22:53:28.452Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48062026-07-16T22:53:29.210Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48072026-07-16T22:53:30.221Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48082026-07-16T22:53:31.026Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48092026-07-16T22:53:31.627Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48102026-07-16T22:53:36.524Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48112026-07-16T22:53:43.123Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48122026-07-16T22:53:43.123Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48132026-07-16T22:53:43.127Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48142026-07-16T22:53:43.128Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48152026-07-16T22:53:44.606Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48162026-07-16T22:53:45.914Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48172026-07-16T22:53:46.577Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48182026-07-16T22:53:47.790Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48192026-07-16T22:53:48.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.08s
48202026-07-16T22:53:48.514Z
48212026-07-16T22:53:48.514Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48222026-07-16T22:53:48.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-16T22:53:48.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-16T22:53:49.171Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48252026-07-16T22:53:49.287Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48262026-07-16T22:53:49.294Z Checking rtoolbox v0.0.3
48272026-07-16T22:53:49.302Z Checking tui-tree-widget v0.23.1
48282026-07-16T22:53:49.398Z Checking rpassword v7.4.0
48292026-07-16T22:53:49.774Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48302026-07-16T22:53:49.950Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48312026-07-16T22:53:50.895Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48322026-07-16T22:53:53.986Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48332026-07-16T22:53:55.836Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48342026-07-16T22:53:56.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s
48352026-07-16T22:53:56.901Z
48362026-07-16T22:53:56.901Zinfo: running `cargo check --bins` on wicket (298/301)
48372026-07-16T22:53:57.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48382026-07-16T22:53:57.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48392026-07-16T22:53:57.545Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48402026-07-16T22:53:57.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
48412026-07-16T22:53:58.077Z
48422026-07-16T22:53:58.077Zinfo: running `cargo check --bins` on wicketd (299/301)
48432026-07-16T22:53:58.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48442026-07-16T22:53:58.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48452026-07-16T22:53:58.749Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48462026-07-16T22:53:58.764Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48472026-07-16T22:53:58.764Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48482026-07-16T22:53:58.869Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48492026-07-16T22:53:59.619Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48502026-07-16T22:54:00.174Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48512026-07-16T22:54:03.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
48522026-07-16T22:54:03.387Z
48532026-07-16T22:54:03.387Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48542026-07-16T22:54:03.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48552026-07-16T22:54:03.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48562026-07-16T22:54:03.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48572026-07-16T22:54:03.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48582026-07-16T22:54:03.907Z
48592026-07-16T22:54:03.907Zinfo: running `cargo check --bins` on zone-setup (301/301)
48602026-07-16T22:54:04.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48612026-07-16T22:54:04.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48622026-07-16T22:54:04.525Z Checking uzers v0.12.2
48632026-07-16T22:54:04.795Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48642026-07-16T22:54:05.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
48652026-07-16T22:54:05.725Z
48662026-07-16T22:54:05.725Zreal 13:58.057462121
48672026-07-16T22:54:05.725Zuser 21:10.565186238
48682026-07-16T22:54:05.726Zsys 4:12.751304968
48692026-07-16T22:54:05.726Ztrap 0.332004493
48702026-07-16T22:54:05.726Ztflt 0.681994263
48712026-07-16T22:54:05.726Zdflt 1.091669884
48722026-07-16T22:54:05.726Zkflt 0.005170732
48732026-07-16T22:54:05.726Zlock 1:16:05.233485416
48742026-07-16T22:54:05.726Zslp 1:41:23.293579027
48752026-07-16T22:54:05.726Zlat 57.541143107
48762026-07-16T22:54:05.726Zstop 3:26.817571953
48772026-07-16T22:54:05.732Zprocess exited: duration 960069 ms, exit code 0
 
48782026-07-16T22:54:05.739Zfound 0 output files