01KS4Z1P9ZNJTKW29PWP5Z3WQ7: 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: 01KS4Z23B8FY5DEQDCGPCDNMCB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T09:50:43.071Zjob assigned to worker 01KS4Z29BZDN0G1DZ2M5VGHKXJ [factory aws, i-01a227b991bd499d4] (queued for 48 s)
 
22026-05-21T09:50:50.034Zstarting task 0: "setup"
32026-05-21T09:50:50.039Z++ uname -s
42026-05-21T09:50:50.045Z+ kern=SunOS
52026-05-21T09:50:50.045Z+ build_user=build
62026-05-21T09:50:50.045Z+ build_uid=12345
72026-05-21T09:50:50.045Z+ work_dir=/work
82026-05-21T09:50:50.045Z+ input_dir=/input
92026-05-21T09:50:50.045Z+ [[ 0 == 12345 ]]
102026-05-21T09:50:50.045Z+ case "$kern" in
112026-05-21T09:50:50.045Z+ groupadd -g 12345 build
122026-05-21T09:50:50.054Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T09:50:52.049Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T09:50:52.116Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T09:50:52.119Z+ home_fs=zfs
162026-05-21T09:50:52.119Z+ [[ zfs == autofs ]]
172026-05-21T09:50:52.119Z+ mkdir -p /home/build
182026-05-21T09:50:52.119Z+ chown build:build /home/build /work
192026-05-21T09:50:54.120Z+ chmod 0700 /home/build /work
202026-05-21T09:50:54.124Zprocess exited: duration 4089 ms, exit code 0
 
212026-05-21T09:50:54.134Zstarting task 1: "rust-toolchain"
222026-05-21T09:50:54.141Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T09:50:54.141Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T09:50:54.141Z * rust toolchain channel = "1.94.0"
252026-05-21T09:50:54.141Z * rust toolchain profile = "default"
262026-05-21T09:50:54.141Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T09:50:54.141Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T09:50:54.145Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T09:50:54.145Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T09:50:54.288Zinfo: downloading installer
312026-05-21T09:50:55.611Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T09:50:55.611Zwarn: /home/build/.rustup/settings.toml
332026-05-21T09:50:55.611Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T09:50:55.611Zwarn: instead of the one inferred from the default host triple.
352026-05-21T09:50:55.623Zinfo: profile set to default
362026-05-21T09:50:55.623Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T09:50:55.626Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T09:50:55.758Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T09:50:55.761Zinfo: downloading 6 components
402026-05-21T09:51:10.037Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T09:51:10.037Z
422026-05-21T09:51:10.070Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T09:51:10.070Z
442026-05-21T09:51:10.070Z
452026-05-21T09:51:10.070ZRust is installed now. Great!
462026-05-21T09:51:10.070Z
472026-05-21T09:51:10.070ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T09:51:10.070Zenvironment variable. This has not been done automatically.
492026-05-21T09:51:10.070Z
502026-05-21T09:51:10.070ZTo configure your current shell, you need to source
512026-05-21T09:51:10.070Zthe corresponding env file under $HOME/.cargo.
522026-05-21T09:51:10.070Z
532026-05-21T09:51:10.070ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T09:51:10.074Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T09:51:10.074Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T09:51:10.074Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T09:51:10.074Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T09:51:10.074Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T09:51:10.074Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T09:51:10.074Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T09:51:10.074Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T09:51:10.153Z+ rustup --version
632026-05-21T09:51:10.162Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T09:51:10.165Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T09:51:10.183Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T09:51:10.186Z+ cargo --version
672026-05-21T09:51:10.198Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T09:51:10.201Z+ rustc --version
692026-05-21T09:51:10.220Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T09:51:10.223Zprocess exited: duration 16088 ms, exit code 0
 
712026-05-21T09:51:10.229Zstarting task 2: "authentication"
722026-05-21T09:51:10.246Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T09:51:10.251Zstarting task 3: "clone repository"
742026-05-21T09:51:10.254Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T09:51:10.257Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T09:51:10.309ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T09:51:20.464Z+ cd /work/oxidecomputer/omicron
782026-05-21T09:51:20.464Z+ git fetch origin d250ae7ce411a976ea6048fe767b6cfd0e70894f
792026-05-21T09:51:20.783ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T09:51:20.783Z * branch d250ae7ce411a976ea6048fe767b6cfd0e70894f -> FETCH_HEAD
812026-05-21T09:51:20.792Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T09:51:20.795Z++ git branch --show-current
832026-05-21T09:51:20.795Z+ current=main
842026-05-21T09:51:20.795Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T09:51:20.795Z+ git branch -f zl/ddm-internal-dns d250ae7ce411a976ea6048fe767b6cfd0e70894f
862026-05-21T09:51:20.801Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T09:51:21.028ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T09:51:21.032Z+ git reset --hard d250ae7ce411a976ea6048fe767b6cfd0e70894f
892026-05-21T09:51:21.269ZHEAD is now at d250ae7ce merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T09:51:21.272Zprocess exited: duration 11019 ms, exit code 0
 
912026-05-21T09:51:21.278Zstarting task 4: "build"
922026-05-21T09:51:21.283Z+ source .github/buildomat/ci-env.sh
932026-05-21T09:51:21.286Z++ export CARGO_TERM_COLOR=always
942026-05-21T09:51:21.286Z++ CARGO_TERM_COLOR=always
952026-05-21T09:51:21.286Z+ cargo --version
962026-05-21T09:51:21.293Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T09:51:21.296Z+ rustc --version
982026-05-21T09:51:21.316Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T09:51:21.318Z+ source ./env.sh
1002026-05-21T09:51:21.318Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T09:51:21.319Z++ set -o xtrace
1022026-05-21T09:51:21.321Z++++ dirname ./env.sh
1032026-05-21T09:51:21.324Z+++ readlink -f .
1042026-05-21T09:51:21.327Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T09:51:21.327Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-21T09:51:21.327Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-21T09:51:21.327Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-21T09:51:21.327Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-21T09:51:21.327Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-21T09:51:21.327Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-21T09:51:21.327Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-21T09:51:21.327Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-21T09:51:21.327Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-05-21T09:51:21.327Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-21T09:51:21.327Z++ case $OLD_SHELL_OPTS in
1162026-05-21T09:51:21.327Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-21T09:51:21.327Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-05-21T09:51:21.327Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-05-21T09:51:21.327Z+ banner prerequisites
1202026-05-21T09:51:21.327Z
1212026-05-21T09:51:21.327Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-21T09:51:21.327Z # # # # # # # # # # # # # # #
1232026-05-21T09:51:21.327Z # # # # ##### # # ##### # # # # # #### #
1242026-05-21T09:51:21.327Z ##### ##### # ##### # # # # # # # # #
1252026-05-21T09:51:21.327Z # # # # # # # # # # # # # # #
1262026-05-21T09:51:21.327Z # # # ###### # # ###### ### # #### # #### #
1272026-05-21T09:51:21.327Z
1282026-05-21T09:51:21.327Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-21T09:51:22.927Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-21T09:51:22.994Z Startup: Caching catalogs ... Done
1312026-05-21T09:51:23.199ZPlanning: Solver setup ... Done (0.173s)
1322026-05-21T09:51:23.217ZPlanning: Running solver ... Done (0.017s)
1332026-05-21T09:51:23.221ZPlanning: Finding local manifests ... Done (0.003s)
1342026-05-21T09:51:23.232ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-21T09:51:23.251ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-21T09:51:23.264ZPlanning: Package planning ... Done (0.013s)
1372026-05-21T09:51:23.267ZPlanning: Merging actions ... Done (0.001s)
1382026-05-21T09:51:23.462ZPlanning: Checking for conflicting actions ... Done (0.196s)
1392026-05-21T09:51:23.465ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-21T09:51:24.707ZPlanning: Evaluating mediators ... Done (1.244s)
1412026-05-21T09:51:24.710ZPlanning: Planning completed in 1.70 seconds
1422026-05-21T09:51:24.716Z Packages to install: 2
1432026-05-21T09:51:24.719Z Estimated space available: 156.07 GB
1442026-05-21T09:51:24.719ZEstimated space to be consumed: 19.75 MB
1452026-05-21T09:51:24.719Z Create boot environment: No
1462026-05-21T09:51:24.719ZCreate backup boot environment: No
1472026-05-21T09:51:24.719Z Rebuild boot archive: No
1482026-05-21T09:51:24.719Z
1492026-05-21T09:51:24.719ZChanged packages:
1502026-05-21T09:51:24.719Zhelios
1512026-05-21T09:51:24.719Z developer/build-essential
1522026-05-21T09:51:24.719Z None -> 11-3.0
1532026-05-21T09:51:24.719Z library/libxmlsec1
1542026-05-21T09:51:24.719Z None -> 1.2.35-3.0
1552026-05-21T09:51:24.760Z
1562026-05-21T09:51:24.760ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-21T09:51:25.239ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1582026-05-21T09:51:25.283Z Actions: 1/268 actions (Installing new actions)
1592026-05-21T09:51:25.320Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-21T09:51:25.326ZFinalize: Updating package state database ... Done (0.006s)
1612026-05-21T09:51:25.326ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-21T09:51:25.342ZFinalize: Updating image state ... Done (0.015s)
1632026-05-21T09:51:27.887ZFinalize: Creating fast lookup database ... Done (2.524s)
1642026-05-21T09:51:27.963ZFinalize: Reading search index ... Done (0.022s)
1652026-05-21T09:51:27.966ZFinalize: Updating search index ... Done (0.000s)
1662026-05-21T09:51:28.025ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-21T09:51:28.320ZPlanning: Evaluating mediator changes ... Done
1682026-05-21T09:51:28.426ZPlanning: Checking for conflicting actions ... Done
1692026-05-21T09:51:28.429ZPlanning: Consolidating action changes ... Done
1702026-05-21T09:51:28.583ZPlanning: Evaluating mediators ... Done
1712026-05-21T09:51:28.586ZPlanning: Planning completed in 0.26 seconds
1722026-05-21T09:51:28.606Z Mediators to change: 2
1732026-05-21T09:51:28.606Z Create boot environment: No
1742026-05-21T09:51:28.606ZCreate backup boot environment: No
1752026-05-21T09:51:28.644ZFinalize: Updating package state database ... Done
1762026-05-21T09:51:28.644ZFinalize: Updating package cache ... Done
1772026-05-21T09:51:28.653ZFinalize: Updating image state ... Done
1782026-05-21T09:51:30.593ZFinalize: Creating fast lookup database ... Done
1792026-05-21T09:51:30.652ZFinalize: Reading search index ... Done
1802026-05-21T09:51:30.656ZFinalize: Updating search index ... Done
1812026-05-21T09:51:30.704ZFinalize: Updating package cache ... Done
1822026-05-21T09:51:30.984ZPlanning: Evaluating mediator changes ... Done
1832026-05-21T09:51:31.088ZPlanning: Checking for conflicting actions ... Done
1842026-05-21T09:51:31.091ZPlanning: Consolidating action changes ... Done
1852026-05-21T09:51:31.243ZPlanning: Evaluating mediators ... Done
1862026-05-21T09:51:31.246ZPlanning: Planning completed in 0.26 seconds
1872026-05-21T09:51:31.266Z Mediators to change: 1
1882026-05-21T09:51:31.266Z Create boot environment: No
1892026-05-21T09:51:31.266ZCreate backup boot environment: No
1902026-05-21T09:51:31.308ZFinalize: Updating package state database ... Done
1912026-05-21T09:51:31.308ZFinalize: Updating package cache ... Done
1922026-05-21T09:51:31.316ZFinalize: Updating image state ... Done
1932026-05-21T09:51:33.230ZFinalize: Creating fast lookup database ... Done
1942026-05-21T09:51:33.296ZFinalize: Reading search index ... Done
1952026-05-21T09:51:33.299ZFinalize: Updating search index ... Done
1962026-05-21T09:51:33.354ZFinalize: Updating package cache ... Done
1972026-05-21T09:51:33.660ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-21T09:51:33.660Zapache system 2.4 system
1992026-05-21T09:51:33.660Zclang system 15 system
2002026-05-21T09:51:33.660Zcsh system system illumos
2012026-05-21T09:51:33.660Zctags system system illumos
2022026-05-21T09:51:33.660Zfile vendor vendor darwinsys
2032026-05-21T09:51:33.660Zfile system system illumos
2042026-05-21T09:51:33.660Zgcc vendor 14 vendor
2052026-05-21T09:51:33.660Zgcc system 13 system
2062026-05-21T09:51:33.660Zgcc system 10 system
2072026-05-21T09:51:33.660Zgo system 1.25 system
2082026-05-21T09:51:33.660Zllvm system 15 system
2092026-05-21T09:51:33.660Zmariadb system 11.4 system
2102026-05-21T09:51:33.660Zmta vendor vendor dma
2112026-05-21T09:51:33.661Zopenjdk system 17 system
2122026-05-21T09:51:33.661Zopenjdk system 11 system
2132026-05-21T09:51:33.661Zopenssl vendor 3 vendor
2142026-05-21T09:51:33.661Zperl system 5.40 system
2152026-05-21T09:51:33.661Zpostgresql system 18 system
2162026-05-21T09:51:33.661Zpostgresql system 17 system
2172026-05-21T09:51:33.661Zpython vendor 3 vendor
2182026-05-21T09:51:33.661Zpython system 2 system
2192026-05-21T09:51:33.661Zpython3 vendor 3.13 vendor
2202026-05-21T09:51:33.661Zruby system 3.4 system
2212026-05-21T09:51:33.661Zruby system 3.0 system
2222026-05-21T09:51:33.661Zwords vendor vendor american-english
2232026-05-21T09:51:33.661Zwords system system australian-english
2242026-05-21T09:51:33.661Zwords system system british-english
2252026-05-21T09:51:33.661Zwords system system canadian-english
2262026-05-21T09:51:33.661Zwords system system french
2272026-05-21T09:51:33.661Zwords system system italian
2282026-05-21T09:51:33.661Zwords system system ngerman
2292026-05-21T09:51:33.661Zwords system system ogerman
2302026-05-21T09:51:33.661Zwords system system spanish
2312026-05-21T09:51:33.909ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-21T09:51:33.909Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-21T09:51:34.175ZFMRI IFO
2342026-05-21T09:51:34.175Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-21T09:51:34.175Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-21T09:51:34.175Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-21T09:51:34.175Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-21T09:51:34.175Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-21T09:51:34.175Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-21T09:51:34.175Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-21T09:51:34.175Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-21T09:51:34.175Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-21T09:51:34.412Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-21T09:51:34.690Z Updating crates.io index
2452026-05-21T09:51:34.698Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-21T09:51:34.938Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-21T09:51:35.715Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-21T09:51:36.130Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-21T09:51:37.756Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-21T09:51:38.288Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-21T09:51:39.622Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-21T09:51:40.485Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-21T09:51:40.805Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-21T09:51:41.769Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-21T09:51:42.154Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-21T09:51:42.574Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-21T09:51:42.865Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-21T09:51:43.990Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-21T09:51:44.445Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-21T09:51:44.689Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-21T09:51:45.021Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-21T09:51:45.357Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-21T09:51:45.773Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-21T09:51:46.074Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-21T09:51:46.328Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-21T09:51:46.598Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-21T09:51:46.997Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-21T09:51:47.427Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-05-21T09:51:47.885Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-05-21T09:51:48.122Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-05-21T09:51:48.468Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-05-21T09:51:48.880Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-05-21T09:51:49.681Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-05-21T09:51:50.545Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-21T09:51:50.947Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-21T09:51:51.295Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-21T09:51:51.636Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-21T09:51:51.974Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-21T09:51:52.291Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-21T09:51:52.904Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-05-21T09:51:53.154Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-05-21T09:51:53.396Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-05-21T09:51:53.670Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-05-21T09:52:06.964Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-05-21T09:52:07.434Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2862026-05-21T09:52:09.274Z Downloading crates ...
2872026-05-21T09:52:09.314Z Downloaded cargo-platform v0.2.0
2882026-05-21T09:52:09.322Z Downloaded anstyle v1.0.14
2892026-05-21T09:52:09.327Z Downloaded camino-tempfile v1.4.1
2902026-05-21T09:52:09.330Z Downloaded proc-macro-error v1.0.4
2912026-05-21T09:52:09.333Z Downloaded yoke-derive v0.8.1
2922026-05-21T09:52:09.333Z Downloaded thiserror-impl v1.0.69
2932026-05-21T09:52:09.333Z Downloaded displaydoc v0.2.5
2942026-05-21T09:52:09.336Z Downloaded anstream v1.0.0
2952026-05-21T09:52:09.336Z Downloaded plain v0.2.3
2962026-05-21T09:52:09.338Z Downloaded zerofrom v0.1.6
2972026-05-21T09:52:09.338Z Downloaded version_check v0.9.5
2982026-05-21T09:52:09.338Z Downloaded num-traits v0.2.19
2992026-05-21T09:52:09.341Z Downloaded utf8_iter v1.0.4
3002026-05-21T09:52:09.341Z Downloaded unicode-linebreak v0.1.5
3012026-05-21T09:52:09.341Z Downloaded icu_collections v2.1.1
3022026-05-21T09:52:09.345Z Downloaded typeid v1.0.3
3032026-05-21T09:52:09.348Z Downloaded toml_datetime v0.6.11
3042026-05-21T09:52:09.348Z Downloaded pest_derive v2.8.6
3052026-05-21T09:52:09.351Z Downloaded itoa v1.0.17
3062026-05-21T09:52:09.351Z Downloaded memmap v0.7.0
3072026-05-21T09:52:09.351Z Downloaded erased-serde v0.4.9
3082026-05-21T09:52:09.354Z Downloaded thread-id v4.2.2
3092026-05-21T09:52:09.354Z Downloaded sha2 v0.10.9
3102026-05-21T09:52:09.354Z Downloaded utf8parse v0.2.2
3112026-05-21T09:52:09.354Z Downloaded usdt-attr-macro v0.5.0
3122026-05-21T09:52:09.357Z Downloaded equivalent v1.0.2
3132026-05-21T09:52:09.357Z Downloaded dtrace-parser v0.2.0
3142026-05-21T09:52:09.357Z Downloaded idna_adapter v1.2.1
3152026-05-21T09:52:09.357Z Downloaded fastrand v2.3.0
3162026-05-21T09:52:09.357Z Downloaded errno v0.3.14
3172026-05-21T09:52:09.360Z Downloaded dof v0.3.0
3182026-05-21T09:52:09.360Z Downloaded usdt-macro v0.5.0
3192026-05-21T09:52:09.360Z Downloaded getrandom v0.4.1
3202026-05-21T09:52:09.365Z Downloaded toml_write v0.1.2
3212026-05-21T09:52:09.365Z Downloaded scroll_derive v0.12.1
3222026-05-21T09:52:09.365Z Downloaded heck v0.4.1
3232026-05-21T09:52:09.365Z Downloaded ordered-float v2.10.1
3242026-05-21T09:52:09.365Z Downloaded clap v4.6.1
3252026-05-21T09:52:09.368Z Downloaded usdt v0.5.0
3262026-05-21T09:52:09.371Z Downloaded unicode-xid v0.2.6
3272026-05-21T09:52:09.371Z Downloaded log v0.4.29
3282026-05-21T09:52:09.371Z Downloaded cfg-if v1.0.4
3292026-05-21T09:52:09.371Z Downloaded form_urlencoded v1.2.2
3302026-05-21T09:52:09.374Z Downloaded digest v0.10.7
3312026-05-21T09:52:09.374Z Downloaded zerovec-derive v0.11.2
3322026-05-21T09:52:09.374Z Downloaded cargo-util-schemas v0.8.2
3332026-05-21T09:52:09.377Z Downloaded is_terminal_polyfill v1.70.2
3342026-05-21T09:52:09.377Z Downloaded zerofrom-derive v0.1.6
3352026-05-21T09:52:09.379Z Downloaded zmij v1.0.21
3362026-05-21T09:52:09.382Z Downloaded block-buffer v0.10.4
3372026-05-21T09:52:09.382Z Downloaded thiserror-impl v2.0.18
3382026-05-21T09:52:09.382Z Downloaded yoke v0.8.1
3392026-05-21T09:52:09.385Z Downloaded usdt-impl v0.5.0
3402026-05-21T09:52:09.385Z Downloaded tinystr v0.8.2
3412026-05-21T09:52:09.385Z Downloaded cpufeatures v0.2.17
3422026-05-21T09:52:09.385Z Downloaded pretty-hex v0.4.1
3432026-05-21T09:52:09.388Z Downloaded proc-macro-error-attr v1.0.4
3442026-05-21T09:52:09.390Z Downloaded strsim v0.11.1
3452026-05-21T09:52:09.393Z Downloaded smawk v0.3.2
3462026-05-21T09:52:09.396Z Downloaded ucd-trie v0.1.7
3472026-05-21T09:52:09.396Z Downloaded zerocopy-derive v0.7.35
3482026-05-21T09:52:09.399Z Downloaded swrite v0.1.0
3492026-05-21T09:52:09.399Z Downloaded writeable v0.6.2
3502026-05-21T09:52:09.399Z Downloaded terminal_size v0.4.3
3512026-05-21T09:52:09.399Z Downloaded thiserror v2.0.18
3522026-05-21T09:52:09.402Z Downloaded heck v0.5.0
3532026-05-21T09:52:09.405Z Downloaded generic-array v0.14.7
3542026-05-21T09:52:09.405Z Downloaded toml v0.8.23
3552026-05-21T09:52:09.405Z Downloaded macaddr v1.0.1
3562026-05-21T09:52:09.408Z Downloaded anstyle-query v1.1.5
3572026-05-21T09:52:09.408Z Downloaded crypto-common v0.1.7
3582026-05-21T09:52:09.408Z Downloaded colorchoice v1.0.4
3592026-05-21T09:52:09.408Z Downloaded unicode-ident v1.0.24
3602026-05-21T09:52:09.411Z Downloaded fnv v1.0.7
3612026-05-21T09:52:09.414Z Downloaded textwrap v0.16.2
3622026-05-21T09:52:09.416Z Downloaded potential_utf v0.1.4
3632026-05-21T09:52:09.417Z Downloaded percent-encoding v2.3.2
3642026-05-21T09:52:09.419Z Downloaded clap_lex v1.0.0
3652026-05-21T09:52:09.419Z Downloaded tabled_derive v0.7.0
3662026-05-21T09:52:09.422Z Downloaded zerotrie v0.2.3
3672026-05-21T09:52:09.422Z Downloaded url v2.5.8
3682026-05-21T09:52:09.425Z Downloaded serde_spanned v0.6.9
3692026-05-21T09:52:09.425Z Downloaded toml_edit v0.22.27
3702026-05-21T09:52:09.428Z Downloaded zerovec v0.11.5
3712026-05-21T09:52:09.431Z Downloaded stable_deref_trait v1.2.1
3722026-05-21T09:52:09.431Z Downloaded typenum v1.19.0
3732026-05-21T09:52:09.434Z Downloaded autocfg v1.5.0
3742026-05-21T09:52:09.437Z Downloaded synstructure v0.13.2
3752026-05-21T09:52:09.440Z Downloaded anstyle-parse v1.0.0
3762026-05-21T09:52:09.443Z Downloaded bytecount v0.6.9
3772026-05-21T09:52:09.445Z Downloaded byteorder v1.5.0
3782026-05-21T09:52:09.445Z Downloaded zerocopy v0.7.35
3792026-05-21T09:52:09.454Z Downloaded winnow v0.7.14
3802026-05-21T09:52:09.459Z Downloaded cargo_toml v0.21.0
3812026-05-21T09:52:09.462Z Downloaded serde-value v0.7.0
3822026-05-21T09:52:09.462Z Downloaded scroll v0.12.0
3832026-05-21T09:52:09.462Z Downloaded unicode-width v0.2.0
3842026-05-21T09:52:09.465Z Downloaded unicode-width v0.1.14
3852026-05-21T09:52:09.468Z Downloaded thiserror v1.0.69
3862026-05-21T09:52:09.471Z Downloaded cargo_metadata v0.21.0
3872026-05-21T09:52:09.473Z Downloaded quote v1.0.45
3882026-05-21T09:52:09.473Z Downloaded fs-err v3.3.0
3892026-05-21T09:52:09.478Z Downloaded clap_derive v4.6.1
3902026-05-21T09:52:09.482Z Downloaded pest_generator v2.8.6
3912026-05-21T09:52:09.485Z Downloaded once_cell v1.21.3
3922026-05-21T09:52:09.485Z Downloaded litemap v0.8.1
3932026-05-21T09:52:09.488Z Downloaded serde-untagged v0.1.9
3942026-05-21T09:52:09.488Z Downloaded tempfile v3.25.0
3952026-05-21T09:52:09.488Z Downloaded anyhow v1.0.102
3962026-05-21T09:52:09.493Z Downloaded smallvec v1.15.1
3972026-05-21T09:52:09.496Z Downloaded camino v1.2.2
3982026-05-21T09:52:09.496Z Downloaded semver v1.0.28
3992026-05-21T09:52:09.499Z Downloaded serde_tokenstream v0.2.3
4002026-05-21T09:52:09.506Z Downloaded serde_core v1.0.228
4012026-05-21T09:52:09.514Z Downloaded bitflags v2.11.0
4022026-05-21T09:52:09.518Z Downloaded icu_provider v2.1.1
4032026-05-21T09:52:09.529Z Downloaded serde_derive v1.0.228
4042026-05-21T09:52:09.532Z Downloaded proc-macro2 v1.0.106
4052026-05-21T09:52:09.535Z Downloaded papergrid v0.11.0
4062026-05-21T09:52:09.543Z Downloaded pest_meta v2.8.6
4072026-05-21T09:52:09.545Z Downloaded icu_normalizer_data v2.1.1
4082026-05-21T09:52:09.549Z Downloaded icu_normalizer v2.1.1
4092026-05-21T09:52:09.552Z Downloaded icu_properties v2.1.2
4102026-05-21T09:52:09.555Z Downloaded icu_locale_core v2.1.1
4112026-05-21T09:52:09.558Z Downloaded serde v1.0.228
4122026-05-21T09:52:09.558Z Downloaded memchr v2.8.0
4132026-05-21T09:52:09.564Z Downloaded indexmap v2.14.0
4142026-05-21T09:52:09.581Z Downloaded idna v1.1.0
4152026-05-21T09:52:09.601Z Downloaded pest v2.8.6
4162026-05-21T09:52:09.612Z Downloaded icu_properties_data v2.1.2
4172026-05-21T09:52:09.617Z Downloaded serde_json v1.0.149
4182026-05-21T09:52:09.621Z Downloaded hashbrown v0.17.0
4192026-05-21T09:52:09.624Z Downloaded goblin v0.8.2
4202026-05-21T09:52:09.628Z Downloaded clap_builder v4.6.0
4212026-05-21T09:52:09.639Z Downloaded tabled v0.15.0
4222026-05-21T09:52:09.647Z Downloaded syn v1.0.109
4232026-05-21T09:52:09.657Z Downloaded syn v2.0.117
4242026-05-21T09:52:09.672Z Downloaded rustix v1.1.3
4252026-05-21T09:52:09.699Z Downloaded libc v0.2.185
4262026-05-21T09:52:09.767Z Compiling proc-macro2 v1.0.106
4272026-05-21T09:52:09.767Z Compiling unicode-ident v1.0.24
4282026-05-21T09:52:09.767Z Compiling quote v1.0.45
4292026-05-21T09:52:09.771Z Compiling serde_core v1.0.228
4302026-05-21T09:52:09.771Z Compiling libc v0.2.185
4312026-05-21T09:52:09.771Z Compiling version_check v0.9.5
4322026-05-21T09:52:09.771Z Compiling serde v1.0.228
4332026-05-21T09:52:09.771Z Compiling stable_deref_trait v1.2.1
4342026-05-21T09:52:10.059Z Compiling memchr v2.8.0
4352026-05-21T09:52:10.091Z Compiling zmij v1.0.21
4362026-05-21T09:52:10.496Z Compiling itoa v1.0.17
4372026-05-21T09:52:10.511Z Compiling thiserror v1.0.69
4382026-05-21T09:52:10.583Z Compiling ucd-trie v0.1.7
4392026-05-21T09:52:10.665Z Compiling autocfg v1.5.0
4402026-05-21T09:52:10.742Z Compiling pest v2.8.6
4412026-05-21T09:52:10.775Z Compiling litemap v0.8.1
4422026-05-21T09:52:10.859Z Compiling writeable v0.6.2
4432026-05-21T09:52:11.014Z Compiling icu_properties_data v2.1.2
4442026-05-21T09:52:11.053Z Compiling rustix v1.1.3
4452026-05-21T09:52:11.107Z Compiling byteorder v1.5.0
4462026-05-21T09:52:11.261Z Compiling icu_normalizer_data v2.1.1
4472026-05-21T09:52:11.382Z Compiling syn v2.0.117
4482026-05-21T09:52:11.464Z Compiling errno v0.3.14
4492026-05-21T09:52:11.481Z Compiling bitflags v2.11.0
4502026-05-21T09:52:11.496Z Compiling serde_json v1.0.149
4512026-05-21T09:52:11.709Z Compiling num-traits v0.2.19
4522026-05-21T09:52:11.756Z Compiling pest_meta v2.8.6
4532026-05-21T09:52:11.893Z Compiling smallvec v1.15.1
4542026-05-21T09:52:11.913Z Compiling typeid v1.0.3
4552026-05-21T09:52:11.950Z Compiling hashbrown v0.17.0
4562026-05-21T09:52:12.102Z Compiling equivalent v1.0.2
4572026-05-21T09:52:12.229Z Compiling thread-id v4.2.2
4582026-05-21T09:52:12.310Z Compiling usdt-impl v0.5.0
4592026-05-21T09:52:12.354Z Compiling proc-macro-error-attr v1.0.4
4602026-05-21T09:52:12.374Z Compiling toml_write v0.1.2
4612026-05-21T09:52:12.483Z Compiling indexmap v2.14.0
4622026-05-21T09:52:12.536Z Compiling erased-serde v0.4.9
4632026-05-21T09:52:12.571Z Compiling winnow v0.7.14
4642026-05-21T09:52:12.642Z Compiling syn v1.0.109
4652026-05-21T09:52:13.028Z Compiling proc-macro-error v1.0.4
4662026-05-21T09:52:13.083Z Compiling plain v0.2.3
4672026-05-21T09:52:13.199Z Compiling utf8_iter v1.0.4
4682026-05-21T09:52:13.215Z Compiling log v0.4.29
4692026-05-21T09:52:13.344Z Compiling utf8parse v0.2.2
4702026-05-21T09:52:13.398Z Compiling camino v1.2.2
4712026-05-21T09:52:13.442Z Compiling thiserror v2.0.18
4722026-05-21T09:52:13.503Z Compiling getrandom v0.4.1
4732026-05-21T09:52:13.520Z Compiling percent-encoding v2.3.2
4742026-05-21T09:52:13.546Z Compiling anstyle-parse v1.0.0
4752026-05-21T09:52:13.723Z Compiling form_urlencoded v1.2.2
4762026-05-21T09:52:13.751Z Compiling ordered-float v2.10.1
4772026-05-21T09:52:14.006Z Compiling synstructure v0.13.2
4782026-05-21T09:52:14.029Z Compiling pest_generator v2.8.6
4792026-05-21T09:52:14.064Z Compiling terminal_size v0.4.3
4802026-05-21T09:52:14.206Z Compiling anstyle-query v1.1.5
4812026-05-21T09:52:14.318Z Compiling pretty-hex v0.4.1
4822026-05-21T09:52:14.321Z Compiling cfg-if v1.0.4
4832026-05-21T09:52:14.352Z Compiling anstyle v1.0.14
4842026-05-21T09:52:14.355Z Compiling is_terminal_polyfill v1.70.2
4852026-05-21T09:52:14.394Z Compiling colorchoice v1.0.4
4862026-05-21T09:52:14.514Z Compiling serde-untagged v0.1.9
4872026-05-21T09:52:14.577Z Compiling anstream v1.0.0
4882026-05-21T09:52:14.614Z Compiling semver v1.0.28
4892026-05-21T09:52:14.748Z Compiling fs-err v3.3.0
4902026-05-21T09:52:14.766Z Compiling fastrand v2.3.0
4912026-05-21T09:52:14.889Z Compiling once_cell v1.21.3
4922026-05-21T09:52:14.939Z Compiling bytecount v0.6.9
4932026-05-21T09:52:14.958Z Compiling fnv v1.0.7
4942026-05-21T09:52:14.987Z Compiling unicode-xid v0.2.6
4952026-05-21T09:52:15.063Z Compiling heck v0.5.0
4962026-05-21T09:52:15.081Z Compiling clap_lex v1.0.0
4972026-05-21T09:52:15.110Z Compiling heck v0.4.1
4982026-05-21T09:52:15.126Z Compiling anyhow v1.0.102
4992026-05-21T09:52:15.305Z Compiling strsim v0.11.1
5002026-05-21T09:52:15.323Z Compiling unicode-width v0.1.14
5012026-05-21T09:52:15.340Z Compiling tempfile v3.25.0
5022026-05-21T09:52:15.456Z Compiling memmap v0.7.0
5032026-05-21T09:52:15.595Z Compiling papergrid v0.11.0
5042026-05-21T09:52:15.639Z Compiling clap_builder v4.6.0
5052026-05-21T09:52:15.655Z Compiling unicode-width v0.2.0
5062026-05-21T09:52:15.660Z Compiling unicode-linebreak v0.1.5
5072026-05-21T09:52:15.689Z Compiling serde_derive v1.0.228
5082026-05-21T09:52:15.715Z Compiling zerofrom-derive v0.1.6
5092026-05-21T09:52:15.912Z Compiling yoke-derive v0.8.1
5102026-05-21T09:52:15.930Z Compiling zerovec-derive v0.11.2
5112026-05-21T09:52:15.948Z Compiling displaydoc v0.2.5
5122026-05-21T09:52:16.671Z Compiling thiserror-impl v1.0.69
5132026-05-21T09:52:17.010Z Compiling zerocopy-derive v0.7.35
5142026-05-21T09:52:17.029Z Compiling pest_derive v2.8.6
5152026-05-21T09:52:17.047Z Compiling scroll_derive v0.12.1
5162026-05-21T09:52:17.087Z Compiling zerofrom v0.1.6
5172026-05-21T09:52:17.220Z Compiling yoke v0.8.1
5182026-05-21T09:52:17.415Z Compiling zerovec v0.11.5
5192026-05-21T09:52:17.446Z Compiling zerotrie v0.2.3
5202026-05-21T09:52:17.701Z Compiling scroll v0.12.0
5212026-05-21T09:52:17.747Z Compiling thiserror-impl v2.0.18
5222026-05-21T09:52:17.861Z Compiling zerocopy v0.7.35
5232026-05-21T09:52:17.913Z Compiling tinystr v0.8.2
5242026-05-21T09:52:17.986Z Compiling potential_utf v0.1.4
5252026-05-21T09:52:18.046Z Compiling dtrace-parser v0.2.0
5262026-05-21T09:52:18.121Z Compiling icu_locale_core v2.1.1
5272026-05-21T09:52:18.159Z Compiling icu_collections v2.1.1
5282026-05-21T09:52:18.444Z Compiling goblin v0.8.2
5292026-05-21T09:52:18.555Z Compiling tabled_derive v0.7.0
5302026-05-21T09:52:18.618Z Compiling clap_derive v4.6.1
5312026-05-21T09:52:18.823Z Compiling icu_provider v2.1.1
5322026-05-21T09:52:19.071Z Compiling icu_normalizer v2.1.1
5332026-05-21T09:52:19.124Z Compiling serde_spanned v0.6.9
5342026-05-21T09:52:19.145Z Compiling toml_datetime v0.6.11
5352026-05-21T09:52:19.173Z Compiling icu_properties v2.1.2
5362026-05-21T09:52:19.278Z Compiling dof v0.3.0
5372026-05-21T09:52:19.323Z Compiling serde_tokenstream v0.2.3
5382026-05-21T09:52:19.472Z Compiling toml_edit v0.22.27
5392026-05-21T09:52:19.664Z Compiling serde-value v0.7.0
5402026-05-21T09:52:19.751Z Compiling cargo-platform v0.2.0
5412026-05-21T09:52:19.751Z Compiling smawk v0.3.2
5422026-05-21T09:52:19.832Z Compiling textwrap v0.16.2
5432026-05-21T09:52:19.948Z Compiling tabled v0.15.0
5442026-05-21T09:52:20.018Z Compiling macaddr v1.0.1
5452026-05-21T09:52:20.235Z Compiling idna_adapter v1.2.1
5462026-05-21T09:52:20.295Z Compiling usdt-attr-macro v0.5.0
5472026-05-21T09:52:20.296Z Compiling usdt-macro v0.5.0
5482026-05-21T09:52:20.382Z Compiling idna v1.1.0
5492026-05-21T09:52:20.428Z Compiling clap v4.6.1
5502026-05-21T09:52:20.481Z Compiling camino-tempfile v1.4.1
5512026-05-21T09:52:20.642Z Compiling url v2.5.8
5522026-05-21T09:52:20.858Z Compiling toml v0.8.23
5532026-05-21T09:52:20.988Z Compiling swrite v0.1.0
5542026-05-21T09:52:21.158Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-21T09:52:21.369Z Compiling cargo-util-schemas v0.8.2
5562026-05-21T09:52:21.412Z Compiling usdt v0.5.0
5572026-05-21T09:52:21.416Z Compiling cargo_toml v0.21.0
5582026-05-21T09:52:22.225Z Compiling cargo_metadata v0.21.0
5592026-05-21T09:52:23.141Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-21T09:52:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.97s
5612026-05-21T09:52:25.468Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-05-21T09:52:26.044Z Downloading crates ...
5632026-05-21T09:52:26.156Z Downloaded crc-catalog v2.4.0
5642026-05-21T09:52:26.162Z Downloaded atty v0.2.14
5652026-05-21T09:52:26.162Z Downloaded bitfield-macros v0.19.4
5662026-05-21T09:52:26.162Z Downloaded argon2 v0.5.3
5672026-05-21T09:52:26.162Z Downloaded arc-swap v1.8.2
5682026-05-21T09:52:26.162Z Downloaded crossbeam-utils v0.8.21
5692026-05-21T09:52:26.162Z Downloaded ar_archive_writer v0.5.1
5702026-05-21T09:52:26.166Z Downloaded base16ct v0.2.0
5712026-05-21T09:52:26.169Z Downloaded backoff v0.4.0
5722026-05-21T09:52:26.173Z Downloaded ctr v0.9.2
5732026-05-21T09:52:26.173Z Downloaded curve25519-dalek-derive v0.1.1
5742026-05-21T09:52:26.173Z Downloaded crc8 v0.1.1
5752026-05-21T09:52:26.178Z Downloaded backon v1.6.0
5762026-05-21T09:52:26.178Z Downloaded arrayref v0.3.9
5772026-05-21T09:52:26.178Z Downloaded array-init v0.0.4
5782026-05-21T09:52:26.181Z Downloaded dyn-clone v1.0.20
5792026-05-21T09:52:26.181Z Downloaded daft v0.1.7
5802026-05-21T09:52:26.181Z Downloaded cstr-argument v0.1.2
5812026-05-21T09:52:26.184Z Downloaded compression-core v0.4.31
5822026-05-21T09:52:26.184Z Downloaded castaway v0.2.4
5832026-05-21T09:52:26.184Z Downloaded bit-set v0.8.0
5842026-05-21T09:52:26.188Z Downloaded dtrace-parser v0.3.0
5852026-05-21T09:52:26.188Z Downloaded async-stream-impl v0.3.6
5862026-05-21T09:52:26.188Z Downloaded async-stream v0.3.6
5872026-05-21T09:52:26.189Z Downloaded ascii-canvas v3.0.0
5882026-05-21T09:52:26.193Z Downloaded embedded-io v0.6.1
5892026-05-21T09:52:26.193Z Downloaded dunce v1.0.5
5902026-05-21T09:52:26.196Z Downloaded dsl_auto_type v0.2.0
5912026-05-21T09:52:26.196Z Downloaded adler2 v2.0.1
5922026-05-21T09:52:26.196Z Downloaded downcast-rs v2.0.2
5932026-05-21T09:52:26.200Z Downloaded cipher v0.4.4
5942026-05-21T09:52:26.200Z Downloaded enum-as-inner v0.6.1
5952026-05-21T09:52:26.204Z Downloaded darling_macro v0.21.3
5962026-05-21T09:52:26.204Z Downloaded crunchy v0.2.4
5972026-05-21T09:52:26.204Z Downloaded block-padding v0.3.3
5982026-05-21T09:52:26.204Z Downloaded async-trait v0.1.89
5992026-05-21T09:52:26.206Z Downloaded dirs-sys-next v0.1.2
6002026-05-21T09:52:26.206Z Downloaded env_filter v1.0.0
6012026-05-21T09:52:27.213Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-05-21T09:52:27.213Z Downloaded endian-type v0.1.2
6032026-05-21T09:52:27.213Z Downloaded bitfield-struct v0.6.2
6042026-05-21T09:52:27.213Z Downloaded bit-set v0.5.3
6052026-05-21T09:52:27.220Z Downloaded bcrypt-pbkdf v0.10.0
6062026-05-21T09:52:27.220Z Downloaded dropshot-api-manager-types v0.7.1
6072026-05-21T09:52:27.220Z Downloaded difflib v0.4.0
6082026-05-21T09:52:27.220Z Downloaded float-ord v0.3.2
6092026-05-21T09:52:27.220Z Downloaded float-cmp v0.10.0
6102026-05-21T09:52:27.220Z Downloaded async-recursion v1.1.1
6112026-05-21T09:52:27.221Z Downloaded crucible-workspace-hack v0.1.0
6122026-05-21T09:52:27.221Z Downloaded cargo-platform v0.1.9
6132026-05-21T09:52:27.221Z Downloaded crc v3.4.0
6142026-05-21T09:52:27.221Z Downloaded bb8 v0.8.6
6152026-05-21T09:52:27.221Z Downloaded cfg_aliases v0.1.1
6162026-05-21T09:52:27.221Z Downloaded embedded-io v0.4.0
6172026-05-21T09:52:27.221Z Downloaded cpufeatures v0.3.0
6182026-05-21T09:52:27.221Z Downloaded fixedbitset v0.4.2
6192026-05-21T09:52:27.221Z Downloaded assert_matches v1.5.0
6202026-05-21T09:52:27.221Z Downloaded atomicwrites v0.4.4
6212026-05-21T09:52:27.221Z Downloaded fd-lock v4.0.4
6222026-05-21T09:52:27.221Z Downloaded flagset v0.4.7
6232026-05-21T09:52:27.221Z Downloaded darling_macro v0.23.0
6242026-05-21T09:52:27.221Z Downloaded ciborium-io v0.2.2
6252026-05-21T09:52:27.221Z Downloaded defmt v0.3.100
6262026-05-21T09:52:27.221Z Downloaded dof v0.4.0
6272026-05-21T09:52:27.221Z Downloaded document-features v0.2.12
6282026-05-21T09:52:27.221Z Downloaded display-error-chain v0.2.2
6292026-05-21T09:52:27.221Z Downloaded cfg_aliases v0.2.1
6302026-05-21T09:52:27.221Z Downloaded cobs v0.3.0
6312026-05-21T09:52:27.221Z Downloaded dirs-next v2.0.0
6322026-05-21T09:52:27.221Z Downloaded derive_builder_macro v0.20.2
6332026-05-21T09:52:27.222Z Downloaded atomic-waker v1.1.2
6342026-05-21T09:52:27.222Z Downloaded darling_macro v0.20.11
6352026-05-21T09:52:27.222Z Downloaded aead v0.5.2
6362026-05-21T09:52:27.222Z Downloaded futures-core v0.3.32
6372026-05-21T09:52:27.222Z Downloaded crossbeam-epoch v0.9.18
6382026-05-21T09:52:27.222Z Downloaded foreign-types-shared v0.3.1
6392026-05-21T09:52:27.222Z Downloaded erased-serde v0.3.31
6402026-05-21T09:52:27.222Z Downloaded deranged v0.5.8
6412026-05-21T09:52:27.222Z Downloaded convert_case v0.4.0
6422026-05-21T09:52:27.222Z Downloaded bitfield v0.19.4
6432026-05-21T09:52:27.222Z Downloaded bit-vec v0.8.0
6442026-05-21T09:52:27.222Z Downloaded cassowary v0.3.0
6452026-05-21T09:52:27.222Z Downloaded find-msvc-tools v0.1.9
6462026-05-21T09:52:27.222Z Downloaded ecdsa v0.16.9
6472026-05-21T09:52:27.222Z Downloaded base64ct v1.8.3
6482026-05-21T09:52:27.222Z Downloaded anstyle-parse v0.2.7
6492026-05-21T09:52:27.222Z Downloaded ff v0.13.1
6502026-05-21T09:52:27.222Z Downloaded foreign-types-shared v0.1.1
6512026-05-21T09:52:27.222Z Downloaded foreign-types v0.3.2
6522026-05-21T09:52:27.222Z Downloaded foreign-types v0.5.0
6532026-05-21T09:52:27.222Z Downloaded diesel-dtrace v0.5.0
6542026-05-21T09:52:27.222Z Downloaded blake2 v0.10.6
6552026-05-21T09:52:27.223Z Downloaded ed25519 v2.2.3
6562026-05-21T09:52:27.223Z Downloaded git-stub v1.0.0
6572026-05-21T09:52:27.223Z Downloaded futures-task v0.3.32
6582026-05-21T09:52:27.223Z Downloaded globwalk v0.9.1
6592026-05-21T09:52:27.223Z Downloaded gethostname v0.5.0
6602026-05-21T09:52:27.223Z Downloaded futures-sink v0.3.32
6612026-05-21T09:52:27.223Z Downloaded futures-io v0.3.32
6622026-05-21T09:52:27.223Z Downloaded futures-macro v0.3.32
6632026-05-21T09:52:27.223Z Downloaded funty v2.0.0
6642026-05-21T09:52:27.223Z Downloaded ghash v0.5.1
6652026-05-21T09:52:27.223Z Downloaded csv-core v0.1.13
6662026-05-21T09:52:27.223Z Downloaded cmake v0.1.57
6672026-05-21T09:52:27.223Z Downloaded ena v0.14.4
6682026-05-21T09:52:27.223Z Downloaded arrayvec v0.7.6
6692026-05-21T09:52:27.223Z Downloaded der_derive v0.7.3
6702026-05-21T09:52:27.223Z Downloaded defmt-parser v1.0.0
6712026-05-21T09:52:27.223Z Downloaded filetime v0.2.27
6722026-05-21T09:52:27.223Z Downloaded debug-ignore v1.0.5
6732026-05-21T09:52:27.223Z Downloaded defmt-macros v1.0.1
6742026-05-21T09:52:27.223Z Downloaded fixedbitset v0.5.7
6752026-05-21T09:52:27.223Z Downloaded fallible-iterator v0.2.0
6762026-05-21T09:52:27.223Z Downloaded bit-vec v0.6.3
6772026-05-21T09:52:27.223Z Downloaded env_logger v0.11.9
6782026-05-21T09:52:27.223Z Downloaded chacha20 v0.9.1
6792026-05-21T09:52:27.223Z Downloaded hash32 v0.3.1
6802026-05-21T09:52:27.224Z Downloaded blowfish v0.9.1
6812026-05-21T09:52:27.224Z Downloaded camino-tempfile-ext v0.3.3
6822026-05-21T09:52:27.224Z Downloaded compression-codecs v0.4.37
6832026-05-21T09:52:27.224Z Downloaded buf-list v1.1.2
6842026-05-21T09:52:27.224Z Downloaded hex-literal v0.4.1
6852026-05-21T09:52:27.224Z Downloaded constant_time_eq v0.4.2
6862026-05-21T09:52:27.224Z Downloaded bitflags v1.3.2
6872026-05-21T09:52:27.224Z Downloaded cexpr v0.6.0
6882026-05-21T09:52:27.224Z Downloaded crc32fast v1.5.0
6892026-05-21T09:52:27.224Z Downloaded drift v0.1.4
6902026-05-21T09:52:27.224Z Downloaded either v1.15.0
6912026-05-21T09:52:27.224Z Downloaded http-body v1.0.1
6922026-05-21T09:52:27.224Z Downloaded hash32 v0.2.1
6932026-05-21T09:52:27.224Z Downloaded derive-ex v0.1.8
6942026-05-21T09:52:27.224Z Downloaded crc-any v2.5.0
6952026-05-21T09:52:27.224Z Downloaded derive_builder_core v0.20.2
6962026-05-21T09:52:27.224Z Downloaded hubpack v0.1.2
6972026-05-21T09:52:27.224Z Downloaded convert_case v0.10.0
6982026-05-21T09:52:27.224Z Downloaded async-bb8-diesel v0.2.1
6992026-05-21T09:52:27.224Z Downloaded anstream v0.6.21
7002026-05-21T09:52:27.224Z Downloaded globset v0.4.18
7012026-05-21T09:52:27.224Z Downloaded glob v0.3.3
7022026-05-21T09:52:27.224Z Downloaded hubpack_derive v0.1.1
7032026-05-21T09:52:27.225Z Downloaded headers-core v0.3.0
7042026-05-21T09:52:27.225Z Downloaded httpdate v1.0.3
7052026-05-21T09:52:27.231Z Downloaded http-range v0.1.5
7062026-05-21T09:52:27.231Z Downloaded ident_case v1.0.1
7072026-05-21T09:52:27.231Z Downloaded illumos-nvpair-sys v0.2.0
7082026-05-21T09:52:27.231Z Downloaded illumos-nvpair v0.3.0
7092026-05-21T09:52:27.231Z Downloaded hyper-tls v0.6.0
7102026-05-21T09:52:27.231Z Downloaded indent_write v2.2.0
7112026-05-21T09:52:27.231Z Downloaded hostname v0.3.1
7122026-05-21T09:52:27.231Z Downloaded git-stub-vcs v0.1.0
7132026-05-21T09:52:27.231Z Downloaded hostname v0.4.2
7142026-05-21T09:52:27.231Z Downloaded fxhash v0.2.1
7152026-05-21T09:52:27.231Z Downloaded fs-err v2.11.0
7162026-05-21T09:52:27.231Z Downloaded des v0.8.1
7172026-05-21T09:52:27.231Z Downloaded darling v0.23.0
7182026-05-21T09:52:27.231Z Downloaded fs_extra v1.3.0
7192026-05-21T09:52:27.231Z Downloaded internet-checksum v0.2.1
7202026-05-21T09:52:27.231Z Downloaded foldhash v0.1.5
7212026-05-21T09:52:27.231Z Downloaded foreign-types-macros v0.2.3
7222026-05-21T09:52:27.231Z Downloaded futures-executor v0.3.32
7232026-05-21T09:52:27.231Z Downloaded const-oid v0.9.6
7242026-05-21T09:52:27.231Z Downloaded derive_builder v0.20.2
7252026-05-21T09:52:27.231Z Downloaded hex v0.4.3
7262026-05-21T09:52:27.232Z Downloaded group v0.13.0
7272026-05-21T09:52:27.232Z Downloaded cookie v0.18.1
7282026-05-21T09:52:27.232Z Downloaded ciborium-ll v0.2.2
7292026-05-21T09:52:27.232Z Downloaded instant v0.1.13
7302026-05-21T09:52:27.232Z Downloaded instability v0.3.11
7312026-05-21T09:52:27.232Z Downloaded cookie_store v0.22.1
7322026-05-21T09:52:27.232Z Downloaded cancel-safe-futures v0.1.5
7332026-05-21T09:52:27.232Z Downloaded console v0.16.2
7342026-05-21T09:52:27.232Z Downloaded colored v2.2.0
7352026-05-21T09:52:27.232Z Downloaded darling v0.20.11
7362026-05-21T09:52:27.232Z Downloaded bzip2 v0.4.4
7372026-05-21T09:52:27.232Z Downloaded ciborium v0.2.2
7382026-05-21T09:52:27.232Z Downloaded lalrpop-util v0.19.12
7392026-05-21T09:52:27.232Z Downloaded http-body-util v0.1.3
7402026-05-21T09:52:27.232Z Downloaded is-terminal v0.4.17
7412026-05-21T09:52:27.232Z Downloaded home v0.5.12
7422026-05-21T09:52:27.232Z Downloaded keccak v0.1.6
7432026-05-21T09:52:27.232Z Downloaded ahash v0.8.12
7442026-05-21T09:52:27.232Z Downloaded impl-trait-for-tuples v0.2.3
7452026-05-21T09:52:27.232Z Downloaded half v1.8.3
7462026-05-21T09:52:27.232Z Downloaded console v0.15.11
7472026-05-21T09:52:27.232Z Downloaded is_ci v1.2.0
7482026-05-21T09:52:27.232Z Downloaded linked-hash-map v0.5.6
7492026-05-21T09:52:27.233Z Downloaded memoffset v0.9.1
7502026-05-21T09:52:27.233Z Downloaded maybe-uninit v2.0.0
7512026-05-21T09:52:27.233Z Downloaded lru-cache v0.1.2
7522026-05-21T09:52:27.233Z Downloaded libscf-sys v1.1.0
7532026-05-21T09:52:27.233Z Downloaded bcs v0.1.6
7542026-05-21T09:52:27.233Z Downloaded mime v0.3.17
7552026-05-21T09:52:27.233Z Downloaded dropshot_endpoint v0.16.7
7562026-05-21T09:52:27.233Z Downloaded highway v1.3.0
7572026-05-21T09:52:27.233Z Downloaded dropshot_endpoint v0.17.0
7582026-05-21T09:52:27.234Z Downloaded lazy_static v1.5.0
7592026-05-21T09:52:27.234Z Downloaded fatfs v0.3.6
7602026-05-21T09:52:27.234Z Downloaded kstat-rs v0.2.4
7612026-05-21T09:52:27.235Z Downloaded derive_more v0.99.20
7622026-05-21T09:52:27.235Z Downloaded foldhash v0.2.0
7632026-05-21T09:52:27.235Z Downloaded futures-channel v0.3.32
7642026-05-21T09:52:27.235Z Downloaded defmt v1.0.1
7652026-05-21T09:52:27.235Z Downloaded crypto-bigint v0.5.5
7662026-05-21T09:52:27.235Z Downloaded managed v0.8.0
7672026-05-21T09:52:27.235Z Downloaded newtype-uuid-macros v0.1.0
7682026-05-21T09:52:27.235Z Downloaded maplit v1.0.2
7692026-05-21T09:52:27.235Z Downloaded new_debug_unreachable v1.0.6
7702026-05-21T09:52:27.235Z Downloaded md-5 v0.10.6
7712026-05-21T09:52:27.235Z Downloaded newline-converter v0.3.0
7722026-05-21T09:52:27.235Z Downloaded multimap v0.10.1
7732026-05-21T09:52:27.235Z Downloaded ipnetwork v0.21.1
7742026-05-21T09:52:27.235Z Downloaded nibble_vec v0.1.0
7752026-05-21T09:52:27.235Z Downloaded md5 v0.7.0
7762026-05-21T09:52:27.235Z Downloaded match_cfg v0.1.0
7772026-05-21T09:52:27.235Z Downloaded diff v0.1.13
7782026-05-21T09:52:27.236Z Downloaded allocator-api2 v0.2.21
7792026-05-21T09:52:27.236Z Downloaded indoc v2.0.7
7802026-05-21T09:52:27.236Z Downloaded darling_core v0.21.3
7812026-05-21T09:52:27.236Z Downloaded nodrop v0.1.14
7822026-05-21T09:52:27.236Z Downloaded nonempty v0.12.0
7832026-05-21T09:52:27.237Z Downloaded colored v3.1.1
7842026-05-21T09:52:27.237Z Downloaded num-iter v0.1.45
7852026-05-21T09:52:27.237Z Downloaded lzss v0.8.2
7862026-05-21T09:52:27.237Z Downloaded bzip2 v0.6.1
7872026-05-21T09:52:27.237Z Downloaded lru-slab v0.1.2
7882026-05-21T09:52:27.237Z Downloaded libsw v3.5.0
7892026-05-21T09:52:27.237Z Downloaded indoc v1.0.9
7902026-05-21T09:52:27.237Z Downloaded hyper-staticfile v0.10.1
7912026-05-21T09:52:27.237Z Downloaded ipnet v2.11.0
7922026-05-21T09:52:27.237Z Downloaded newtype_derive v0.1.6
7932026-05-21T09:52:27.237Z Downloaded ingot v0.1.1
7942026-05-21T09:52:27.237Z Downloaded getrandom v0.3.4
7952026-05-21T09:52:27.237Z Downloaded olpc-cjson v0.1.4
7962026-05-21T09:52:27.237Z Downloaded lock_api v0.4.14
7972026-05-21T09:52:27.237Z Downloaded linear-map v1.2.0
7982026-05-21T09:52:27.237Z Downloaded libsw-core v0.3.2
7992026-05-21T09:52:27.237Z Downloaded libloading v0.8.9
8002026-05-21T09:52:27.237Z Downloaded elliptic-curve v0.13.8
8012026-05-21T09:52:27.237Z Downloaded derive-where v1.6.0
8022026-05-21T09:52:27.238Z Downloaded jobserver v0.1.34
8032026-05-21T09:52:27.238Z Downloaded num-derive v0.4.2
8042026-05-21T09:52:27.238Z Downloaded num-conv v0.2.0
8052026-05-21T09:52:27.243Z Downloaded num-derive v0.3.3
8062026-05-21T09:52:27.243Z Downloaded flume v0.11.1
8072026-05-21T09:52:27.243Z Downloaded darling_core v0.20.11
8082026-05-21T09:52:27.244Z Downloaded darling_core v0.23.0
8092026-05-21T09:52:27.244Z Downloaded libefi-sys v0.1.0
8102026-05-21T09:52:27.244Z Downloaded crossterm v0.28.1
8112026-05-21T09:52:27.244Z Downloaded openssl-probe v0.2.1
8122026-05-21T09:52:27.244Z Downloaded num_threads v0.1.7
8132026-05-21T09:52:27.244Z Downloaded num_enum_derive v0.5.11
8142026-05-21T09:52:27.244Z Downloaded newtype-uuid v1.3.2
8152026-05-21T09:52:27.244Z Downloaded oso-derive v0.27.3
8162026-05-21T09:52:27.244Z Downloaded getrandom v0.2.17
8172026-05-21T09:52:27.244Z Downloaded native-tls v0.2.18
8182026-05-21T09:52:27.244Z Downloaded ed25519-dalek v2.2.0
8192026-05-21T09:52:27.244Z Downloaded httparse v1.10.1
8202026-05-21T09:52:27.244Z Downloaded lru v0.12.5
8212026-05-21T09:52:27.244Z Downloaded iana-time-zone v0.1.65
8222026-05-21T09:52:27.244Z Downloaded hyper-rustls v0.27.7
8232026-05-21T09:52:27.244Z Downloaded opaque-debug v0.3.1
8242026-05-21T09:52:27.244Z Downloaded openssl-probe v0.1.6
8252026-05-21T09:52:27.244Z Downloaded openssl-macros v0.1.1
8262026-05-21T09:52:27.244Z Downloaded futures v0.3.32
8272026-05-21T09:52:27.244Z Downloaded normalize-line-endings v0.3.0
8282026-05-21T09:52:27.244Z Downloaded packed_struct_codegen v0.10.1
8292026-05-21T09:52:27.244Z Downloaded num-integer v0.1.46
8302026-05-21T09:52:27.244Z Downloaded nanorand v0.7.0
8312026-05-21T09:52:27.244Z Downloaded pbkdf2 v0.11.0
8322026-05-21T09:52:27.244Z Downloaded pin-utils v0.1.0
8332026-05-21T09:52:27.245Z Downloaded base64 v0.22.1
8342026-05-21T09:52:27.245Z Downloaded phf_shared v0.13.1
8352026-05-21T09:52:27.245Z Downloaded pbkdf2 v0.12.2
8362026-05-21T09:52:27.245Z Downloaded path-slash v0.1.5
8372026-05-21T09:52:27.245Z Downloaded num_enum v0.5.11
8382026-05-21T09:52:27.245Z Downloaded peg-runtime v0.8.5
8392026-05-21T09:52:27.245Z Downloaded num v0.4.3
8402026-05-21T09:52:27.245Z Downloaded chacha20poly1305 v0.10.1
8412026-05-21T09:52:27.245Z Downloaded cc v1.2.56
8422026-05-21T09:52:27.245Z Downloaded flate2 v1.1.9
8432026-05-21T09:52:27.245Z Downloaded phf_shared v0.11.3
8442026-05-21T09:52:27.245Z Downloaded num-complex v0.4.6
8452026-05-21T09:52:27.245Z Downloaded derive_more v2.1.1
8462026-05-21T09:52:27.245Z Downloaded phf_shared v0.12.1
8472026-05-21T09:52:27.245Z Downloaded owo-colors v4.3.0
8482026-05-21T09:52:27.245Z Downloaded oxnet v0.1.5
8492026-05-21T09:52:27.245Z Downloaded oxide-tokio-rt v0.1.4
8502026-05-21T09:52:27.245Z Downloaded predicates-tree v1.0.13
8512026-05-21T09:52:27.245Z Downloaded indexmap v1.9.3
8522026-05-21T09:52:27.245Z Downloaded litrs v1.0.0
8532026-05-21T09:52:27.245Z Downloaded der v0.7.10
8542026-05-21T09:52:27.245Z Downloaded predicates-core v1.0.10
8552026-05-21T09:52:27.246Z Downloaded num_enum_derive v0.7.6
8562026-05-21T09:52:27.246Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-05-21T09:52:27.246Z Downloaded proc-macro-crate v1.3.1
8582026-05-21T09:52:27.246Z Downloaded proc-macro-crate v3.4.0
8592026-05-21T09:52:27.246Z Downloaded precomputed-hash v0.1.1
8602026-05-21T09:52:27.246Z Downloaded powerfmt v0.2.0
8612026-05-21T09:52:27.246Z Downloaded num_enum v0.7.6
8622026-05-21T09:52:27.246Z Downloaded progenitor-client v0.10.0
8632026-05-21T09:52:27.246Z Downloaded memmap2 v0.9.10
8642026-05-21T09:52:27.246Z Downloaded num-rational v0.4.2
8652026-05-21T09:52:27.246Z Downloaded password-hash v0.4.2
8662026-05-21T09:52:27.246Z Downloaded nu-ansi-term v0.50.3
8672026-05-21T09:52:27.246Z Downloaded hmac v0.12.1
8682026-05-21T09:52:27.246Z Downloaded pem v3.0.6
8692026-05-21T09:52:27.246Z Downloaded paste v1.0.15
8702026-05-21T09:52:27.246Z Downloaded password-hash v0.5.0
8712026-05-21T09:52:27.246Z Downloaded progenitor-client v0.11.2
8722026-05-21T09:52:27.246Z Downloaded parse-display-derive v0.10.0
8732026-05-21T09:52:27.246Z Downloaded diesel_derives v2.3.7
8742026-05-21T09:52:27.246Z Downloaded progenitor-client v0.14.0
8752026-05-21T09:52:27.246Z Downloaded packed_struct v0.10.1
8762026-05-21T09:52:27.246Z Downloaded polyval v0.6.2
8772026-05-21T09:52:27.246Z Downloaded phf v0.13.1
8782026-05-21T09:52:27.246Z Downloaded phf v0.12.1
8792026-05-21T09:52:27.246Z Downloaded progenitor-macro v0.14.0
8802026-05-21T09:52:27.246Z Downloaded pkg-config v0.3.32
8812026-05-21T09:52:27.246Z Downloaded pin-project-lite v0.2.17
8822026-05-21T09:52:27.246Z Downloaded psl-types v2.0.11
8832026-05-21T09:52:27.247Z Downloaded base64 v0.21.7
8842026-05-21T09:52:27.247Z Downloaded headers v0.4.1
8852026-05-21T09:52:27.247Z Downloaded progenitor-macro v0.13.0
8862026-05-21T09:52:27.247Z Downloaded progenitor-macro v0.11.2
8872026-05-21T09:52:27.247Z Downloaded peg-macros v0.8.5
8882026-05-21T09:52:27.247Z Downloaded expectorate v1.2.0
8892026-05-21T09:52:27.247Z Downloaded quick-error v1.2.3
8902026-05-21T09:52:27.247Z Downloaded derive_more-impl v2.1.1
8912026-05-21T09:52:27.247Z Downloaded parking_lot_core v0.8.6
8922026-05-21T09:52:27.247Z Downloaded multer v3.1.0
8932026-05-21T09:52:27.247Z Downloaded mime_guess v2.0.5
8942026-05-21T09:52:27.247Z Downloaded ignore v0.4.25
8952026-05-21T09:52:27.247Z Downloaded pem-rfc7468 v0.7.0
8962026-05-21T09:52:27.247Z Downloaded half v2.7.1
8972026-05-21T09:52:27.247Z Downloaded const_format v0.2.35
8982026-05-21T09:52:27.247Z Downloaded progenitor v0.10.0
8992026-05-21T09:52:27.247Z Downloaded proc-macro-error2 v2.0.1
9002026-05-21T09:52:27.247Z Downloaded rand_chacha v0.3.1
9012026-05-21T09:52:27.247Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-21T09:52:27.247Z Downloaded recursive v0.1.1
9032026-05-21T09:52:27.247Z Downloaded rand_xorshift v0.4.0
9042026-05-21T09:52:27.247Z Downloaded radium v0.7.0
9052026-05-21T09:52:27.252Z Downloaded predicates v3.1.4
9062026-05-21T09:52:27.252Z Downloaded heapless v0.8.0
9072026-05-21T09:52:27.252Z Downloaded libbz2-rs-sys v0.2.2
9082026-05-21T09:52:27.252Z Downloaded heapless v0.7.17
9092026-05-21T09:52:27.252Z Downloaded progenitor v0.14.0
9102026-05-21T09:52:27.252Z Downloaded progenitor v0.13.0
9112026-05-21T09:52:27.252Z Downloaded poly1305 v0.8.0
9122026-05-21T09:52:27.252Z Downloaded progenitor v0.11.2
9132026-05-21T09:52:27.252Z Downloaded ref-cast v1.0.25
9142026-05-21T09:52:27.252Z Downloaded progenitor-macro v0.10.0
9152026-05-21T09:52:27.252Z Downloaded omicron-zone-package v0.12.2
9162026-05-21T09:52:27.252Z Downloaded peg v0.8.5
9172026-05-21T09:52:27.252Z Downloaded ref-cast-impl v1.0.25
9182026-05-21T09:52:27.252Z Downloaded bytes v1.11.1
9192026-05-21T09:52:27.252Z Downloaded rfc6979 v0.4.0
9202026-05-21T09:52:27.252Z Downloaded psm v0.1.30
9212026-05-21T09:52:27.253Z Downloaded pin-project-internal v1.1.11
9222026-05-21T09:52:27.253Z Downloaded rustc-hash v2.1.1
9232026-05-21T09:52:27.253Z Downloaded russh-cryptovec v0.7.3
9242026-05-21T09:52:27.253Z Downloaded miniz_oxide v0.8.9
9252026-05-21T09:52:27.253Z Downloaded compact_str v0.8.1
9262026-05-21T09:52:27.253Z Downloaded dropshot-api-manager v0.7.1
9272026-05-21T09:52:27.253Z Downloaded chacha20 v0.10.0
9282026-05-21T09:52:27.253Z Downloaded primeorder v0.13.6
9292026-05-21T09:52:27.253Z Downloaded progenitor-extras v0.2.0
9302026-05-21T09:52:27.253Z Downloaded progenitor-client v0.13.0
9312026-05-21T09:52:27.253Z Downloaded p256 v0.13.2
9322026-05-21T09:52:27.253Z Downloaded postgres-protocol v0.6.10
9332026-05-21T09:52:27.253Z Downloaded rtoolbox v0.0.3
9342026-05-21T09:52:27.253Z Downloaded postcard v1.1.3
9352026-05-21T09:52:27.253Z Downloaded oso v0.27.3
9362026-05-21T09:52:27.253Z Downloaded ppv-lite86 v0.2.21
9372026-05-21T09:52:27.253Z Downloaded parking_lot_core v0.9.12
9382026-05-21T09:52:27.253Z Downloaded same-file v1.0.6
9392026-05-21T09:52:27.253Z Downloaded bumpalo v3.20.2
9402026-05-21T09:52:27.253Z Downloaded parking_lot v0.12.5
9412026-05-21T09:52:27.253Z Downloaded indicatif v0.18.4
9422026-05-21T09:52:27.253Z Downloaded crossterm v0.29.0
9432026-05-21T09:52:27.253Z Downloaded rustc_version v0.1.7
9442026-05-21T09:52:27.253Z Downloaded rand_chacha v0.9.0
9452026-05-21T09:52:27.253Z Downloaded parse-size v1.1.0
9462026-05-21T09:52:27.253Z Downloaded parse-display v0.10.0
9472026-05-21T09:52:27.254Z Downloaded ingot-macros v0.1.1
9482026-05-21T09:52:27.254Z Downloaded clang-sys v1.8.1
9492026-05-21T09:52:27.254Z Downloaded ingot-types v0.1.2
9502026-05-21T09:52:27.254Z Downloaded humantime v2.3.0
9512026-05-21T09:52:27.254Z Downloaded crossbeam-channel v0.5.15
9522026-05-21T09:52:27.254Z Downloaded inout v0.1.4
9532026-05-21T09:52:27.254Z Downloaded const_format_proc_macros v0.2.34
9542026-05-21T09:52:27.254Z Downloaded scheduled-thread-pool v0.2.7
9552026-05-21T09:52:27.254Z Downloaded scroll_derive v0.13.1
9562026-05-21T09:52:27.254Z Downloaded sapling-renderdag v0.1.0
9572026-05-21T09:52:27.254Z Downloaded pkcs8 v0.10.2
9582026-05-21T09:52:27.254Z Downloaded r2d2 v0.8.10
9592026-05-21T09:52:27.254Z Downloaded scrypt v0.11.0
9602026-05-21T09:52:27.254Z Downloaded pkcs1 v0.7.5
9612026-05-21T09:52:27.254Z Downloaded salsa20 v0.10.2
9622026-05-21T09:52:27.254Z Downloaded darling v0.21.3
9632026-05-21T09:52:27.254Z Downloaded postgres-types v0.2.12
9642026-05-21T09:52:27.254Z Downloaded resolv-conf v0.7.6
9652026-05-21T09:52:27.254Z Downloaded pkcs5 v0.7.1
9662026-05-21T09:52:27.254Z Downloaded pin-project v1.1.11
9672026-05-21T09:52:27.254Z Downloaded serde-big-array v0.5.1
9682026-05-21T09:52:27.254Z Downloaded seq-macro v0.3.6
9692026-05-21T09:52:27.254Z Downloaded semver v0.1.20
9702026-05-21T09:52:27.254Z Downloaded secrecy v0.8.0
9712026-05-21T09:52:27.254Z Downloaded scopeguard v1.2.0
9722026-05-21T09:52:27.255Z Downloaded hashbrown v0.13.2
9732026-05-21T09:52:27.255Z Downloaded hashbrown v0.12.3
9742026-05-21T09:52:27.255Z Downloaded rand_seeder v0.4.0
9752026-05-21T09:52:27.255Z Downloaded rustversion v1.0.22
9762026-05-21T09:52:27.255Z Downloaded serde_bytes v0.11.19
9772026-05-21T09:52:27.255Z Downloaded rusty-fork v0.3.1
9782026-05-21T09:52:27.255Z Downloaded rand_core v0.10.0
9792026-05-21T09:52:27.255Z Downloaded rand_core v0.9.5
9802026-05-21T09:52:27.255Z Downloaded rand_core v0.6.4
9812026-05-21T09:52:27.255Z Downloaded serde_urlencoded v0.7.1
9822026-05-21T09:52:27.255Z Downloaded hyper-util v0.1.20
9832026-05-21T09:52:27.255Z Downloaded secrecy v0.10.3
9842026-05-21T09:52:27.255Z Downloaded hickory-server v0.25.2
9852026-05-21T09:52:27.255Z Downloaded serde_spanned v1.0.4
9862026-05-21T09:52:27.255Z Downloaded serde_repr v0.1.20
9872026-05-21T09:52:27.255Z Downloaded prefix-trie v0.7.0
9882026-05-21T09:52:27.255Z Downloaded parking_lot v0.11.2
9892026-05-21T09:52:27.255Z Downloaded shell-words v1.1.1
9902026-05-21T09:52:27.255Z Downloaded hickory-resolver v0.24.4
9912026-05-21T09:52:27.255Z Downloaded signal-hook-tokio v0.3.1
9922026-05-21T09:52:27.255Z Downloaded signal-hook-mio v0.2.5
9932026-05-21T09:52:27.255Z Downloaded byte-wrapper v0.1.0
9942026-05-21T09:52:27.255Z Downloaded cbc v0.1.2
9952026-05-21T09:52:27.255Z Downloaded cargo_metadata v0.19.2
9962026-05-21T09:52:27.255Z Downloaded rustc_version v0.4.1
9972026-05-21T09:52:27.255Z Downloaded progenitor-impl v0.10.0
9982026-05-21T09:52:27.255Z Downloaded rustls-pemfile v2.2.0
9992026-05-21T09:52:27.255Z Downloaded http v1.4.0
10002026-05-21T09:52:27.255Z Downloaded corncobs v0.1.4
10012026-05-21T09:52:27.255Z Downloaded sigpipe v0.1.3
10022026-05-21T09:52:27.256Z Downloaded sec1 v0.7.3
10032026-05-21T09:52:27.256Z Downloaded daft-derive v0.1.7
10042026-05-21T09:52:27.256Z Downloaded data-encoding v2.10.0
10052026-05-21T09:52:27.259Z Downloaded crossbeam-deque v0.8.6
10062026-05-21T09:52:27.259Z Downloaded critical-section v1.2.0
10072026-05-21T09:52:27.259Z Downloaded russh-keys v0.45.0
10082026-05-21T09:52:27.259Z Downloaded quinn-udp v0.5.14
10092026-05-21T09:52:27.260Z Downloaded slog-envlogger v2.2.0
10102026-05-21T09:52:27.260Z Downloaded slog-bunyan v2.5.0
10112026-05-21T09:52:27.260Z Downloaded siphasher v1.0.2
10122026-05-21T09:52:27.260Z Downloaded hickory-resolver v0.25.2
10132026-05-21T09:52:27.260Z Downloaded schemars_derive v0.8.22
10142026-05-21T09:52:27.260Z Downloaded sct v0.7.1
10152026-05-21T09:52:27.260Z Downloaded scroll v0.13.0
10162026-05-21T09:52:27.260Z Downloaded rustls-pki-types v1.14.0
10172026-05-21T09:52:27.260Z Downloaded serde_derive_internals v0.29.1
10182026-05-21T09:52:27.260Z Downloaded serde_path_to_error v0.1.20
10192026-05-21T09:52:27.260Z Downloaded minimal-lexical v0.2.1
10202026-05-21T09:52:27.260Z Downloaded papergrid v0.17.0
10212026-05-21T09:52:27.260Z Downloaded openssl-sys v0.9.115
10222026-05-21T09:52:27.260Z Downloaded shlex v1.3.0
10232026-05-21T09:52:27.260Z Downloaded serde_plain v1.0.2
10242026-05-21T09:52:27.260Z Downloaded serde-hex v0.1.0
10252026-05-21T09:52:27.260Z Downloaded sqlparser_derive v0.5.0
10262026-05-21T09:52:27.260Z Downloaded ssh-cipher v0.2.0
10272026-05-21T09:52:27.260Z Downloaded simd-adler32 v0.3.8
10282026-05-21T09:52:27.260Z Downloaded signature v2.2.0
10292026-05-21T09:52:27.260Z Downloaded strum v0.27.2
10302026-05-21T09:52:27.260Z Downloaded strum v0.26.3
10312026-05-21T09:52:27.260Z Downloaded slog-dtrace v0.3.0
10322026-05-21T09:52:27.260Z Downloaded aes v0.8.4
10332026-05-21T09:52:27.260Z Downloaded supports-color v3.0.2
10342026-05-21T09:52:27.260Z Downloaded subtle v2.6.1
10352026-05-21T09:52:27.260Z Downloaded progenitor-impl v0.13.0
10362026-05-21T09:52:27.260Z Downloaded sha1 v0.10.6
10372026-05-21T09:52:27.260Z Downloaded progenitor-impl v0.14.0
10382026-05-21T09:52:27.260Z Downloaded signal-hook-registry v1.4.8
10392026-05-21T09:52:27.260Z Downloaded ssh-encoding v0.2.0
10402026-05-21T09:52:27.261Z Downloaded ron v0.8.1
10412026-05-21T09:52:27.261Z Downloaded structmeta v0.3.0
10422026-05-21T09:52:27.261Z Downloaded structmeta-derive v0.3.0
10432026-05-21T09:52:27.261Z Downloaded strip-ansi-escapes v0.2.1
10442026-05-21T09:52:27.261Z Downloaded jiff-static v0.2.21
10452026-05-21T09:52:27.261Z Downloaded sync-ptr v0.1.4
10462026-05-21T09:52:27.261Z Downloaded tap v1.0.1
10472026-05-21T09:52:27.261Z Downloaded tagptr v0.2.0
10482026-05-21T09:52:27.261Z Downloaded slog-stdlog v4.1.1
10492026-05-21T09:52:27.261Z Downloaded rustls-native-certs v0.8.3
10502026-05-21T09:52:27.261Z Downloaded slog-json v2.6.1
10512026-05-21T09:52:27.261Z Downloaded rustls-pemfile v1.0.4
10522026-05-21T09:52:27.261Z Downloaded hashbrown v0.16.1
10532026-05-21T09:52:27.261Z Downloaded hashbrown v0.15.5
10542026-05-21T09:52:27.261Z Downloaded slog-async v2.8.0
10552026-05-21T09:52:27.261Z Downloaded sync_wrapper v1.0.2
10562026-05-21T09:52:27.261Z Downloaded slab v0.4.12
10572026-05-21T09:52:27.261Z Downloaded spki v0.7.3
10582026-05-21T09:52:27.261Z Downloaded take_mut v0.2.2
10592026-05-21T09:52:27.261Z Downloaded tabled_derive v0.11.0
10602026-05-21T09:52:27.261Z Downloaded serde_with_macros v3.17.0
10612026-05-21T09:52:27.261Z Downloaded testing_table v0.3.0
10622026-05-21T09:52:27.261Z Downloaded termtree v0.5.1
10632026-05-21T09:52:27.261Z Downloaded serde_cbor v0.11.2
10642026-05-21T09:52:27.261Z Downloaded thiserror-impl-no-std v2.0.2
10652026-05-21T09:52:27.261Z Downloaded stacker v0.1.23
10662026-05-21T09:52:27.261Z Downloaded snafu-derive v0.8.9
10672026-05-21T09:52:27.261Z Downloaded mio v1.2.0
10682026-05-21T09:52:27.261Z Downloaded smallvec v0.6.14
10692026-05-21T09:52:27.261Z Downloaded tabwriter v1.4.1
10702026-05-21T09:52:27.261Z Downloaded static_assertions v1.1.0
10712026-05-21T09:52:27.261Z Downloaded slog-term v2.9.2
10722026-05-21T09:52:27.261Z Downloaded rayon-core v1.13.0
10732026-05-21T09:52:27.262Z Downloaded pretty_assertions v1.4.1
10742026-05-21T09:52:27.262Z Downloaded schemars v0.8.22
10752026-05-21T09:52:27.262Z Downloaded time-core v0.1.8
10762026-05-21T09:52:27.262Z Downloaded tinyvec_macros v0.1.1
10772026-05-21T09:52:27.262Z Downloaded sqlformat v0.3.5
10782026-05-21T09:52:27.262Z Downloaded thread-id v5.1.0
10792026-05-21T09:52:27.262Z Downloaded strum_macros v0.27.2
10802026-05-21T09:52:27.262Z Downloaded publicsuffix v2.3.0
10812026-05-21T09:52:27.262Z Downloaded strum_macros v0.24.3
10822026-05-21T09:52:27.262Z Downloaded smf v0.2.3
10832026-05-21T09:52:27.262Z Downloaded support-bundle-viewer v0.1.2
10842026-05-21T09:52:27.262Z Downloaded itertools v0.10.5
10852026-05-21T09:52:27.262Z Downloaded iri-string v0.7.10
10862026-05-21T09:52:27.262Z Downloaded strum_macros v0.26.4
10872026-05-21T09:52:27.262Z Downloaded stringprep v0.1.5
10882026-05-21T09:52:27.262Z Downloaded string_cache v0.8.9
10892026-05-21T09:52:27.262Z Downloaded rustls-platform-verifier v0.6.2
10902026-05-21T09:52:27.262Z Downloaded tokio-macros v2.7.0
10912026-05-21T09:52:27.262Z Downloaded spin v0.9.8
10922026-05-21T09:52:27.262Z Downloaded termios v0.3.3
10932026-05-21T09:52:27.262Z Downloaded serde_yaml v0.9.34+deprecated
10942026-05-21T09:52:27.262Z Downloaded itertools v0.12.1
10952026-05-21T09:52:27.262Z Downloaded ryu v1.0.23
10962026-05-21T09:52:27.262Z Downloaded thiserror-no-std v2.0.2
10972026-05-21T09:52:27.262Z Downloaded rcgen v0.12.1
10982026-05-21T09:52:27.262Z Downloaded tower-layer v0.3.3
10992026-05-21T09:52:27.262Z Downloaded try-lock v0.2.5
11002026-05-21T09:52:27.262Z Downloaded trait-variant v0.1.2
11012026-05-21T09:52:27.262Z Downloaded slog-scope v4.4.1
11022026-05-21T09:52:27.262Z Downloaded num-bigint v0.4.6
11032026-05-21T09:52:27.262Z Downloaded schemars v0.9.0
11042026-05-21T09:52:27.262Z Downloaded similar v2.7.0
11052026-05-21T09:52:27.266Z Downloaded progenitor-impl v0.11.2
11062026-05-21T09:52:27.266Z Downloaded h2 v0.4.13
11072026-05-21T09:52:27.266Z Downloaded prettyplease v0.2.37
11082026-05-21T09:52:27.266Z Downloaded topological-sort v0.2.2
11092026-05-21T09:52:27.266Z Downloaded time-macros v0.2.27
11102026-05-21T09:52:27.266Z Downloaded rsa v0.9.10
11112026-05-21T09:52:27.266Z Downloaded tower-service v0.3.3
11122026-05-21T09:52:27.266Z Downloaded tls_codec_derive v0.4.2
11132026-05-21T09:52:27.266Z Downloaded typify-macro v0.4.3
11142026-05-21T09:52:27.266Z Downloaded unarray v0.1.4
11152026-05-21T09:52:27.266Z Downloaded async-compression v0.4.41
11162026-05-21T09:52:27.266Z Downloaded unicode-truncate v1.1.0
11172026-05-21T09:52:27.266Z Downloaded tls_codec v0.4.2
11182026-05-21T09:52:27.266Z Downloaded aes-gcm v0.10.3
11192026-05-21T09:52:27.267Z Downloaded rustls-webpki v0.103.9
11202026-05-21T09:52:27.267Z Downloaded nom v7.1.3
11212026-05-21T09:52:27.267Z Downloaded tokio-tungstenite v0.23.1
11222026-05-21T09:52:27.267Z Downloaded tokio-tungstenite v0.21.0
11232026-05-21T09:52:27.267Z Downloaded usdt v0.6.0
11242026-05-21T09:52:27.267Z Downloaded untrusted v0.7.1
11252026-05-21T09:52:27.267Z Downloaded unit-prefix v0.5.2
11262026-05-21T09:52:27.267Z Downloaded tokio-native-tls v0.3.1
11272026-05-21T09:52:27.267Z Downloaded quinn v0.11.9
11282026-05-21T09:52:27.267Z Downloaded utf-8 v0.7.6
11292026-05-21T09:52:27.267Z Downloaded tokio-dtrace v0.1.1
11302026-05-21T09:52:27.267Z Downloaded rand v0.9.2
11312026-05-21T09:52:27.267Z Downloaded universal-hash v0.5.1
11322026-05-21T09:52:27.267Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-05-21T09:52:27.267Z Downloaded tiny-keccak v2.0.2
11342026-05-21T09:52:27.267Z Downloaded term v0.7.0
11352026-05-21T09:52:27.267Z Downloaded qorb v0.4.1
11362026-05-21T09:52:27.267Z Downloaded signal-hook v0.3.18
11372026-05-21T09:52:27.267Z Downloaded samael v0.0.19
11382026-05-21T09:52:27.267Z Downloaded untrusted v0.9.0
11392026-05-21T09:52:27.267Z Downloaded itertools v0.14.0
11402026-05-21T09:52:27.267Z Downloaded usdt-attr-macro v0.6.0
11412026-05-21T09:52:27.267Z Downloaded subprocess v0.2.15
11422026-05-21T09:52:27.267Z Downloaded nom v8.0.0
11432026-05-21T09:52:27.268Z Downloaded want v0.3.1
11442026-05-21T09:52:27.268Z Downloaded wait-timeout v0.2.1
11452026-05-21T09:52:27.268Z Downloaded libm v0.2.16
11462026-05-21T09:52:27.268Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-05-21T09:52:27.268Z Downloaded snafu v0.8.9
11482026-05-21T09:52:27.268Z Downloaded void v1.0.2
11492026-05-21T09:52:27.268Z Downloaded typify-macro v0.6.2
11502026-05-21T09:52:27.268Z Downloaded term v1.2.1
11512026-05-21T09:52:27.268Z Downloaded libxml v0.3.3
11522026-05-21T09:52:27.268Z Downloaded xshell-macros v0.2.7
11532026-05-21T09:52:27.268Z Downloaded toml_writer v1.0.6+spec-1.1.0
11542026-05-21T09:52:27.268Z Downloaded socket2 v0.6.3
11552026-05-21T09:52:27.268Z Downloaded waitgroup v0.1.2
11562026-05-21T09:52:27.268Z Downloaded unicase v2.9.0
11572026-05-21T09:52:27.268Z Downloaded xattr v1.6.1
11582026-05-21T09:52:27.268Z Downloaded socket2 v0.5.10
11592026-05-21T09:52:27.268Z Downloaded usdt-macro v0.6.0
11602026-05-21T09:52:27.268Z Downloaded aho-corasick v1.1.4
11612026-05-21T09:52:27.268Z Downloaded thread_local v1.1.9
11622026-05-21T09:52:27.268Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-05-21T09:52:27.268Z Downloaded vergen-git2 v1.0.7
11642026-05-21T09:52:27.268Z Downloaded vergen-lib v0.1.6
11652026-05-21T09:52:27.268Z Downloaded tui-tree-widget v0.23.1
11662026-05-21T09:52:27.268Z Downloaded num-bigint-dig v0.8.6
11672026-05-21T09:52:27.269Z Downloaded uzers v0.12.2
11682026-05-21T09:52:27.269Z Downloaded usdt-impl v0.6.0
11692026-05-21T09:52:27.269Z Downloaded schemars v1.2.1
11702026-05-21T09:52:27.269Z Downloaded zone_cfg_derive v0.3.1
11712026-05-21T09:52:27.269Z Downloaded zeroize_derive v1.4.3
11722026-05-21T09:52:27.269Z Downloaded iddqd v0.4.1
11732026-05-21T09:52:27.269Z Downloaded test-strategy v0.4.5
11742026-05-21T09:52:27.269Z Downloaded walkdir v2.5.0
11752026-05-21T09:52:27.269Z Downloaded twox-hash v2.1.2
11762026-05-21T09:52:27.269Z Downloaded vergen-gitcl v1.0.8
11772026-05-21T09:52:27.269Z Downloaded tokio-stream v0.1.18
11782026-05-21T09:52:27.269Z Downloaded vsss-rs v3.3.4
11792026-05-21T09:52:27.269Z Downloaded whoami v1.6.1
11802026-05-21T09:52:27.269Z Downloaded futures-util v0.3.32
11812026-05-21T09:52:27.269Z Downloaded wyz v0.5.1
11822026-05-21T09:52:27.269Z Downloaded tracing-attributes v0.1.31
11832026-05-21T09:52:27.269Z Downloaded unicode-properties v0.1.4
11842026-05-21T09:52:27.269Z Downloaded tokio-rustls v0.26.4
11852026-05-21T09:52:27.269Z Downloaded tokio-rustls v0.25.0
11862026-05-21T09:52:27.269Z Downloaded slog v2.8.2
11872026-05-21T09:52:27.269Z Downloaded whoami v2.1.0
11882026-05-21T09:52:27.269Z Downloaded toml v1.0.6+spec-1.1.0
11892026-05-21T09:52:27.269Z Downloaded xshell v0.2.7
11902026-05-21T09:52:27.270Z Downloaded toml v0.9.12+spec-1.1.0
11912026-05-21T09:52:27.270Z Downloaded rustyline v14.0.0
11922026-05-21T09:52:27.270Z Downloaded toml v0.7.8
11932026-05-21T09:52:27.270Z Downloaded tinyvec v1.10.0
11942026-05-21T09:52:27.270Z Downloaded rand v0.8.6
11952026-05-21T09:52:27.270Z Downloaded tokio-rustls v0.24.1
11962026-05-21T09:52:27.270Z Downloaded zeroize v1.8.2
11972026-05-21T09:52:27.270Z Downloaded vergen v9.0.6
11982026-05-21T09:52:27.270Z Downloaded tracing-core v0.1.36
11992026-05-21T09:52:27.270Z Downloaded steno v0.4.1
12002026-05-21T09:52:27.270Z Downloaded itertools v0.13.0
12012026-05-21T09:52:27.270Z Downloaded tungstenite v0.21.0
12022026-05-21T09:52:27.270Z Downloaded typify v0.6.2
12032026-05-21T09:52:27.270Z Downloaded rand v0.10.1
12042026-05-21T09:52:27.270Z Downloaded zone v0.3.1
12052026-05-21T09:52:27.274Z Downloaded tungstenite v0.23.0
12062026-05-21T09:52:27.274Z Downloaded hkdf v0.12.4
12072026-05-21T09:52:27.274Z Downloaded unicode-bidi v0.3.18
12082026-05-21T09:52:27.274Z Downloaded zstd v0.13.3
12092026-05-21T09:52:27.280Z Downloaded hyper v1.8.1
12102026-05-21T09:52:27.284Z Downloaded p521 v0.13.3
12112026-05-21T09:52:27.288Z Downloaded yasna v0.5.2
12122026-05-21T09:52:27.291Z Downloaded tar v0.4.45
12132026-05-21T09:52:27.291Z Downloaded typify v0.4.3
12142026-05-21T09:52:27.297Z Downloaded reedline v0.40.0
12152026-05-21T09:52:27.305Z Downloaded russh v0.45.0
12162026-05-21T09:52:27.313Z Downloaded zstd-safe v7.2.4
12172026-05-21T09:52:27.320Z Downloaded rpassword v7.4.0
12182026-05-21T09:52:27.322Z Downloaded zerocopy v0.6.6
12192026-05-21T09:52:27.325Z Downloaded uuid v1.23.0
12202026-05-21T09:52:27.330Z Downloaded tokio-postgres v0.7.16
12212026-05-21T09:52:27.334Z Downloaded p384 v0.13.1
12222026-05-21T09:52:27.336Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-05-21T09:52:27.339Z Downloaded vte v0.14.1
12242026-05-21T09:52:27.344Z Downloaded ssh-key v0.6.7
12252026-05-21T09:52:27.347Z Downloaded toml_edit v0.19.15
12262026-05-21T09:52:27.357Z Downloaded zopfli v0.8.3
12272026-05-21T09:52:27.367Z Downloaded blake3 v1.8.3
12282026-05-21T09:52:27.393Z Downloaded zip v0.6.6
12292026-05-21T09:52:27.409Z Downloaded unsafe-libyaml v0.2.11
12302026-05-21T09:52:27.412Z Downloaded unicode_categories v0.1.1
12312026-05-21T09:52:27.417Z Downloaded yansi v1.0.1
12322026-05-21T09:52:27.419Z Downloaded chrono v0.4.44
12332026-05-21T09:52:27.422Z Downloaded aws-lc-rs v1.16.3
12342026-05-21T09:52:27.428Z Downloaded curve25519-dalek v4.1.3
12352026-05-21T09:52:27.432Z Downloaded rustls-webpki v0.101.7
12362026-05-21T09:52:27.443Z Downloaded rayon v1.11.0
12372026-05-21T09:52:27.448Z Downloaded x509-cert v0.2.5
12382026-05-21T09:52:27.452Z Downloaded reqwest v0.13.2
12392026-05-21T09:52:27.455Z Downloaded unicode-segmentation v1.12.0
12402026-05-21T09:52:27.458Z Downloaded moka v0.12.13
12412026-05-21T09:52:27.462Z Downloaded bitvec v1.0.1
12422026-05-21T09:52:27.470Z Downloaded reqwest v0.12.28
12432026-05-21T09:52:27.473Z Downloaded bindgen v0.71.1
12442026-05-21T09:52:27.477Z Downloaded git2 v0.20.4
12452026-05-21T09:52:27.481Z Downloaded proptest v1.10.0
12462026-05-21T09:52:27.486Z Downloaded unicode-normalization v0.1.25
12472026-05-21T09:52:27.493Z Downloaded regex v1.12.3
12482026-05-21T09:52:27.501Z Downloaded zip v4.6.1
12492026-05-21T09:52:27.504Z Downloaded typed-path v0.9.3
12502026-05-21T09:52:27.508Z Downloaded tower-http v0.6.8
12512026-05-21T09:52:27.512Z Downloaded tough v0.22.0
12522026-05-21T09:52:27.520Z Downloaded quick-xml v0.37.5
12532026-05-21T09:52:27.524Z Downloaded portable-atomic v1.13.1
12542026-05-21T09:52:27.528Z Downloaded serde_with v3.17.0
12552026-05-21T09:52:27.534Z Downloaded rustls-webpki v0.102.8
12562026-05-21T09:52:27.545Z Downloaded tower v0.5.3
12572026-05-21T09:52:27.549Z Downloaded object v0.30.4
12582026-05-21T09:52:27.554Z Downloaded lalrpop v0.19.12
12592026-05-21T09:52:27.560Z Downloaded zerocopy-derive v0.8.40
12602026-05-21T09:52:27.564Z Downloaded salty v0.3.0
12612026-05-21T09:52:27.568Z Downloaded radix_trie v0.2.1
12622026-05-21T09:52:27.572Z Downloaded winnow v0.6.26
12632026-05-21T09:52:27.577Z Downloaded goblin v0.10.5
12642026-05-21T09:52:27.585Z Downloaded dropshot v0.16.7
12652026-05-21T09:52:27.599Z Downloaded winnow v0.5.40
12662026-05-21T09:52:27.605Z Downloaded nix v0.28.0
12672026-05-21T09:52:27.612Z Downloaded nix v0.29.0
12682026-05-21T09:52:27.623Z Downloaded tokio-util v0.7.18
12692026-05-21T09:52:27.627Z Downloaded tabled v0.20.0
12702026-05-21T09:52:27.640Z Downloaded winnow v1.0.3
12712026-05-21T09:52:27.645Z Downloaded petname v2.0.2
12722026-05-21T09:52:27.648Z Downloaded time v0.3.47
12732026-05-21T09:52:27.654Z Downloaded smoltcp v0.9.1
12742026-05-21T09:52:27.660Z Downloaded object v0.37.3
12752026-05-21T09:52:27.666Z Downloaded zlib-rs v0.6.2
12762026-05-21T09:52:27.669Z Downloaded quinn-proto v0.11.13
12772026-05-21T09:52:27.673Z Downloaded dropshot v0.17.0
12782026-05-21T09:52:27.685Z Downloaded vcpkg v0.2.15
12792026-05-21T09:52:27.707Z Downloaded webpki-roots v1.0.6
12802026-05-21T09:52:27.709Z Downloaded regex-syntax v0.8.10
12812026-05-21T09:52:27.713Z Downloaded diesel v2.3.7
12822026-05-21T09:52:27.725Z Downloaded zerocopy v0.8.40
12832026-05-21T09:52:27.730Z Downloaded rustls v0.23.37
12842026-05-21T09:52:27.736Z Downloaded regress v0.10.5
12852026-05-21T09:52:27.741Z Downloaded bstr v1.12.1
12862026-05-21T09:52:27.746Z Downloaded regex-syntax v0.6.29
12872026-05-21T09:52:27.750Z Downloaded openssl v0.10.79
12882026-05-21T09:52:27.755Z Downloaded polar-core v0.27.3
12892026-05-21T09:52:27.760Z Downloaded rustls v0.21.12
12902026-05-21T09:52:27.767Z Downloaded sqlparser v0.61.0
12912026-05-21T09:52:27.772Z Downloaded nix v0.31.2
12922026-05-21T09:52:27.779Z Downloaded hickory-proto v0.24.4
12932026-05-21T09:52:27.787Z Downloaded nix v0.27.1
12942026-05-21T09:52:27.799Z Downloaded ratatui v0.29.0
12952026-05-21T09:52:27.812Z Downloaded typify-impl v0.4.3
12962026-05-21T09:52:27.823Z Downloaded rustls v0.22.4
12972026-05-21T09:52:27.831Z Downloaded openapiv3 v2.2.0
12982026-05-21T09:52:27.840Z Downloaded smoltcp v0.11.0
12992026-05-21T09:52:27.845Z Downloaded regress v0.11.1
13002026-05-21T09:52:27.856Z Downloaded hickory-proto v0.25.2
13012026-05-21T09:52:27.864Z Downloaded jiff v0.2.21
13022026-05-21T09:52:27.874Z Downloaded rustix v0.38.44
13032026-05-21T09:52:27.887Z Downloaded csv v1.4.0
13042026-05-21T09:52:27.914Z Downloaded tokio v1.52.1
13052026-05-21T09:52:27.966Z Downloaded encoding_rs v0.8.35
13062026-05-21T09:52:27.979Z Downloaded ring v0.17.14
13072026-05-21T09:52:28.011Z Downloaded sled v0.34.7
13082026-05-21T09:52:28.020Z Downloaded typify-impl v0.6.2
13092026-05-21T09:52:28.035Z Downloaded tracing v0.1.44
13102026-05-21T09:52:28.085Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-05-21T09:52:28.099Z Downloaded zerocopy-derive v0.6.6
13122026-05-21T09:52:28.117Z Downloaded regex-automata v0.4.14
13132026-05-21T09:52:28.125Z Downloaded petgraph v0.6.5
13142026-05-21T09:52:28.136Z Downloaded chrono-tz v0.10.4
13152026-05-21T09:52:28.174Z Downloaded petgraph v0.8.3
13162026-05-21T09:52:28.195Z Downloaded libz-sys v1.1.24
13172026-05-21T09:52:28.208Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-05-21T09:52:28.218Z Downloaded sha3 v0.10.8
13192026-05-21T09:52:28.339Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-05-21T09:52:28.918Z Downloaded aws-lc-sys v0.40.0
13212026-05-21T09:52:29.163Z Compiling libc v0.2.185
13222026-05-21T09:52:29.163Z Compiling serde v1.0.228
13232026-05-21T09:52:29.169Z Compiling log v0.4.29
13242026-05-21T09:52:29.169Z Compiling shlex v1.3.0
13252026-05-21T09:52:29.312Z Compiling find-msvc-tools v0.1.9
13262026-05-21T09:52:29.319Z Compiling smallvec v1.15.1
13272026-05-21T09:52:29.330Z Compiling syn v2.0.117
13282026-05-21T09:52:29.366Z Compiling typenum v1.19.0
13292026-05-21T09:52:29.504Z Compiling generic-array v0.14.7
13302026-05-21T09:52:29.518Z Compiling subtle v2.6.1
13312026-05-21T09:52:29.550Z Compiling scopeguard v1.2.0
13322026-05-21T09:52:29.601Z Compiling const-oid v0.9.6
13332026-05-21T09:52:29.634Z Compiling lock_api v0.4.14
13342026-05-21T09:52:29.656Z Compiling serde_json v1.0.149
13352026-05-21T09:52:29.683Z Compiling zerocopy v0.8.40
13362026-05-21T09:52:29.755Z Compiling portable-atomic v1.13.1
13372026-05-21T09:52:29.870Z Compiling parking_lot_core v0.9.12
13382026-05-21T09:52:30.100Z Compiling pin-project-lite v0.2.17
13392026-05-21T09:52:30.131Z Compiling pkg-config v0.3.32
13402026-05-21T09:52:30.198Z Compiling getrandom v0.2.17
13412026-05-21T09:52:30.212Z Compiling jobserver v0.1.34
13422026-05-21T09:52:30.215Z Compiling errno v0.3.14
13432026-05-21T09:52:30.337Z Compiling signal-hook-registry v1.4.8
13442026-05-21T09:52:30.351Z Compiling rand_core v0.6.4
13452026-05-21T09:52:30.431Z Compiling cc v1.2.56
13462026-05-21T09:52:30.618Z Compiling bitflags v2.11.0
13472026-05-21T09:52:30.632Z Compiling libm v0.2.16
13482026-05-21T09:52:30.692Z Compiling critical-section v1.2.0
13492026-05-21T09:52:30.806Z Compiling futures-core v0.3.32
13502026-05-21T09:52:30.847Z Compiling once_cell v1.21.3
13512026-05-21T09:52:30.876Z Compiling parking_lot v0.12.5
13522026-05-21T09:52:30.890Z Compiling mio v1.2.0
13532026-05-21T09:52:30.950Z Compiling num-traits v0.2.19
13542026-05-21T09:52:30.989Z Compiling percent-encoding v2.3.2
13552026-05-21T09:52:31.059Z Compiling socket2 v0.6.3
13562026-05-21T09:52:31.183Z Compiling futures-sink v0.3.32
13572026-05-21T09:52:31.255Z Compiling getrandom v0.4.1
13582026-05-21T09:52:31.291Z Compiling futures-channel v0.3.32
13592026-05-21T09:52:31.309Z Compiling futures-task v0.3.32
13602026-05-21T09:52:31.357Z Compiling slab v0.4.12
13612026-05-21T09:52:31.473Z Compiling futures-io v0.3.32
13622026-05-21T09:52:31.487Z Compiling cpufeatures v0.2.17
13632026-05-21T09:52:31.528Z Compiling rand_core v0.10.0
13642026-05-21T09:52:31.542Z Compiling indexmap v2.14.0
13652026-05-21T09:52:31.562Z Compiling rustversion v1.0.22
13662026-05-21T09:52:31.609Z Compiling getrandom v0.3.4
13672026-05-21T09:52:31.630Z Compiling cmake v0.1.57
13682026-05-21T09:52:31.993Z Compiling form_urlencoded v1.2.2
13692026-05-21T09:52:32.036Z Compiling dunce v1.0.5
13702026-05-21T09:52:32.064Z Compiling fs_extra v1.3.0
13712026-05-21T09:52:32.140Z Compiling synstructure v0.13.2
13722026-05-21T09:52:32.178Z Compiling ident_case v1.0.1
13732026-05-21T09:52:32.220Z Compiling base64ct v1.8.3
13742026-05-21T09:52:32.307Z Compiling rustix v1.1.3
13752026-05-21T09:52:32.343Z Compiling aws-lc-sys v0.40.0
13762026-05-21T09:52:32.513Z Compiling pem-rfc7468 v0.7.0
13772026-05-21T09:52:32.554Z Compiling regex-syntax v0.8.10
13782026-05-21T09:52:32.597Z Compiling iana-time-zone v0.1.65
13792026-05-21T09:52:32.654Z Compiling flagset v0.4.7
13802026-05-21T09:52:32.735Z Compiling rand_core v0.9.5
13812026-05-21T09:52:32.782Z Compiling ring v0.17.14
13822026-05-21T09:52:32.797Z Compiling aws-lc-rs v1.16.3
13832026-05-21T09:52:32.814Z Compiling vcpkg v0.2.15
13842026-05-21T09:52:33.007Z Compiling uuid v1.23.0
13852026-05-21T09:52:33.079Z Compiling rustc_version v0.4.1
13862026-05-21T09:52:33.464Z Compiling tracing-core v0.1.36
13872026-05-21T09:52:33.576Z Compiling openssl-sys v0.9.115
13882026-05-21T09:52:33.757Z Compiling base64 v0.22.1
13892026-05-21T09:52:33.892Z Compiling serde_derive v1.0.228
13902026-05-21T09:52:34.024Z Compiling zeroize_derive v1.4.3
13912026-05-21T09:52:34.089Z Compiling zerofrom-derive v0.1.6
13922026-05-21T09:52:34.108Z Compiling yoke-derive v0.8.1
13932026-05-21T09:52:34.146Z Compiling zerovec-derive v0.11.2
13942026-05-21T09:52:34.679Z Compiling zeroize v1.8.2
13952026-05-21T09:52:34.900Z Compiling zerocopy-derive v0.8.40
13962026-05-21T09:52:35.255Z Compiling displaydoc v0.2.5
13972026-05-21T09:52:35.269Z Compiling tokio-macros v2.7.0
13982026-05-21T09:52:35.427Z Compiling crypto-common v0.1.7
13992026-05-21T09:52:35.470Z Compiling zerofrom v0.1.6
14002026-05-21T09:52:35.575Z Compiling yoke v0.8.1
14012026-05-21T09:52:35.596Z Compiling block-buffer v0.10.4
14022026-05-21T09:52:35.759Z Compiling zerovec v0.11.5
14032026-05-21T09:52:35.774Z Compiling digest v0.10.7
14042026-05-21T09:52:35.972Z Compiling futures-macro v0.3.32
14052026-05-21T09:52:35.988Z Compiling zerotrie v0.2.3
14062026-05-21T09:52:36.022Z Compiling hmac v0.12.1
14072026-05-21T09:52:36.179Z Compiling block-padding v0.3.3
14082026-05-21T09:52:36.263Z Compiling tinystr v0.8.2
14092026-05-21T09:52:36.281Z Compiling potential_utf v0.1.4
14102026-05-21T09:52:36.339Z Compiling inout v0.1.4
14112026-05-21T09:52:36.440Z Compiling icu_locale_core v2.1.1
14122026-05-21T09:52:36.467Z Compiling icu_collections v2.1.1
14132026-05-21T09:52:36.506Z Compiling cipher v0.4.4
14142026-05-21T09:52:36.771Z Compiling sha2 v0.10.9
14152026-05-21T09:52:36.774Z Compiling futures-util v0.3.32
14162026-05-21T09:52:36.939Z Compiling der_derive v0.7.3
14172026-05-21T09:52:37.312Z Compiling bytes v1.11.1
14182026-05-21T09:52:37.327Z Compiling icu_provider v2.1.1
14192026-05-21T09:52:37.616Z Compiling icu_normalizer v2.1.1
14202026-05-21T09:52:37.873Z Compiling tokio v1.52.1
14212026-05-21T09:52:37.910Z Compiling icu_properties v2.1.2
14222026-05-21T09:52:38.038Z Compiling der v0.7.10
14232026-05-21T09:52:38.135Z Compiling http v1.4.0
14242026-05-21T09:52:38.153Z Compiling chrono v0.4.44
14252026-05-21T09:52:39.046Z Compiling idna_adapter v1.2.1
14262026-05-21T09:52:39.063Z Compiling spki v0.7.3
14272026-05-21T09:52:39.079Z Compiling salsa20 v0.10.2
14282026-05-21T09:52:39.183Z Compiling idna v1.1.0
14292026-05-21T09:52:39.219Z Compiling ppv-lite86 v0.2.21
14302026-05-21T09:52:39.257Z Compiling pbkdf2 v0.12.2
14312026-05-21T09:52:39.272Z Compiling rustls-pki-types v1.14.0
14322026-05-21T09:52:39.287Z Compiling tracing-attributes v0.1.31
14332026-05-21T09:52:39.373Z Compiling thiserror-impl v2.0.18
14342026-05-21T09:52:39.544Z Compiling url v2.5.8
14352026-05-21T09:52:39.576Z Compiling rand_chacha v0.9.0
14362026-05-21T09:52:39.723Z Compiling scrypt v0.11.0
14372026-05-21T09:52:39.831Z Compiling http-body v1.0.1
14382026-05-21T09:52:39.974Z Compiling aes v0.8.4
14392026-05-21T09:52:39.989Z Compiling cbc v0.1.2
14402026-05-21T09:52:40.217Z Compiling untrusted v0.9.0
14412026-05-21T09:52:40.267Z Compiling httparse v1.10.1
14422026-05-21T09:52:40.326Z Compiling tinyvec_macros v0.1.1
14432026-05-21T09:52:40.338Z Compiling openssl-probe v0.2.1
14442026-05-21T09:52:40.395Z Compiling untrusted v0.7.1
14452026-05-21T09:52:40.511Z Compiling tinyvec v1.10.0
14462026-05-21T09:52:40.525Z Compiling pkcs5 v0.7.1
14472026-05-21T09:52:40.573Z Compiling tracing v0.1.44
14482026-05-21T09:52:40.681Z Compiling thiserror v2.0.18
14492026-05-21T09:52:40.789Z Compiling pest_generator v2.8.6
14502026-05-21T09:52:40.830Z Compiling rand v0.9.2
14512026-05-21T09:52:40.848Z Compiling serde_derive_internals v0.29.1
14522026-05-21T09:52:40.989Z Compiling aho-corasick v1.1.4
14532026-05-21T09:52:41.017Z Compiling schemars v0.8.22
14542026-05-21T09:52:41.216Z Compiling rustls v0.23.37
14552026-05-21T09:52:41.389Z Compiling tower-layer v0.3.3
14562026-05-21T09:52:41.468Z Compiling try-lock v0.2.5
14572026-05-21T09:52:41.554Z Compiling atomic-waker v1.1.2
14582026-05-21T09:52:41.586Z Compiling dyn-clone v1.0.20
14592026-05-21T09:52:41.605Z Compiling tokio-util v0.7.18
14602026-05-21T09:52:41.678Z Compiling tower-service v0.3.3
14612026-05-21T09:52:41.721Z Compiling want v0.3.1
14622026-05-21T09:52:41.724Z Compiling schemars_derive v0.8.22
14632026-05-21T09:52:41.772Z Compiling regex-automata v0.4.14
14642026-05-21T09:52:41.884Z Compiling pest_derive v2.8.6
14652026-05-21T09:52:42.305Z Compiling h2 v0.4.13
14662026-05-21T09:52:42.406Z Compiling pkcs8 v0.10.2
14672026-05-21T09:52:42.638Z Compiling ipnet v2.11.0
14682026-05-21T09:52:42.707Z Compiling scroll_derive v0.13.1
14692026-05-21T09:52:42.913Z Compiling darling_core v0.20.11
14702026-05-21T09:52:42.956Z Compiling pin-utils v0.1.0
14712026-05-21T09:52:43.032Z Compiling foreign-types-shared v0.1.1
14722026-05-21T09:52:43.121Z Compiling openssl v0.10.79
14732026-05-21T09:52:43.124Z Compiling httpdate v1.0.3
14742026-05-21T09:52:43.418Z Compiling tempfile v3.25.0
14752026-05-21T09:52:43.430Z Compiling foreign-types v0.3.2
14762026-05-21T09:52:43.524Z Compiling scroll v0.13.0
14772026-05-21T09:52:43.551Z Compiling unicode-normalization v0.1.25
14782026-05-21T09:52:43.803Z Compiling openssl-macros v0.1.1
14792026-05-21T09:52:44.006Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-05-21T09:52:44.189Z Compiling spin v0.9.8
14812026-05-21T09:52:44.209Z Compiling num-conv v0.2.0
14822026-05-21T09:52:44.346Z Compiling powerfmt v0.2.0
14832026-05-21T09:52:44.394Z Compiling time-core v0.1.8
14842026-05-21T09:52:44.397Z Compiling native-tls v0.2.18
14852026-05-21T09:52:44.546Z Compiling crc32fast v1.5.0
14862026-05-21T09:52:44.560Z Compiling time-macros v0.2.27
14872026-05-21T09:52:44.628Z Compiling deranged v0.5.8
14882026-05-21T09:52:45.187Z Compiling darling_macro v0.20.11
14892026-05-21T09:52:45.573Z Compiling hyper v1.8.1
14902026-05-21T09:52:45.602Z Compiling goblin v0.10.5
14912026-05-21T09:52:45.646Z Compiling darling v0.20.11
14922026-05-21T09:52:45.728Z Compiling rustls-native-certs v0.8.3
14932026-05-21T09:52:45.870Z Compiling sync_wrapper v1.0.2
14942026-05-21T09:52:45.982Z Compiling wait-timeout v0.2.1
14952026-05-21T09:52:46.014Z Compiling bit-vec v0.8.0
14962026-05-21T09:52:46.217Z Compiling quick-error v1.2.3
14972026-05-21T09:52:46.244Z Compiling crossbeam-utils v0.8.21
14982026-05-21T09:52:46.247Z Compiling num_threads v0.1.7
14992026-05-21T09:52:46.324Z Compiling syn v1.0.109
15002026-05-21T09:52:46.352Z Compiling usdt-impl v0.6.0
15012026-05-21T09:52:46.528Z Compiling siphasher v1.0.2
15022026-05-21T09:52:46.555Z Compiling simd-adler32 v0.3.8
15032026-05-21T09:52:46.622Z Compiling hyper-util v0.1.20
15042026-05-21T09:52:46.795Z Compiling time v0.3.47
15052026-05-21T09:52:46.814Z Compiling rusty-fork v0.3.1
15062026-05-21T09:52:47.132Z Compiling bit-set v0.8.0
15072026-05-21T09:52:47.295Z Compiling tower v0.5.3
15082026-05-21T09:52:47.428Z Compiling derive_builder_core v0.20.2
15092026-05-21T09:52:47.795Z Compiling dtrace-parser v0.3.0
15102026-05-21T09:52:47.948Z Compiling http-body-util v0.1.3
15112026-05-21T09:52:48.196Z Compiling webpki-roots v1.0.6
15122026-05-21T09:52:48.277Z Compiling dof v0.4.0
15132026-05-21T09:52:48.320Z Compiling signature v2.2.0
15142026-05-21T09:52:48.344Z Compiling scroll_derive v0.12.1
15152026-05-21T09:52:48.344Z Compiling thiserror-impl v1.0.69
15162026-05-21T09:52:48.522Z Compiling heapless v0.7.17
15172026-05-21T09:52:48.595Z Compiling rand_xorshift v0.4.0
15182026-05-21T09:52:48.763Z Compiling slog v2.8.2
15192026-05-21T09:52:48.765Z Compiling darling_core v0.21.3
15202026-05-21T09:52:48.947Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-05-21T09:52:49.059Z Compiling thread-id v5.1.0
15222026-05-21T09:52:49.145Z Compiling cookie v0.18.1
15232026-05-21T09:52:49.220Z Compiling unicode-bidi v0.3.18
15242026-05-21T09:52:49.330Z Compiling zstd-safe v7.2.4
15252026-05-21T09:52:49.482Z Compiling paste v1.0.15
15262026-05-21T09:52:49.528Z Compiling allocator-api2 v0.2.21
15272026-05-21T09:52:49.630Z Compiling signal-hook v0.3.18
15282026-05-21T09:52:49.756Z Compiling unicode-properties v0.1.4
15292026-05-21T09:52:49.757Z Compiling ryu v1.0.23
15302026-05-21T09:52:49.802Z Compiling iri-string v0.7.10
15312026-05-21T09:52:49.833Z Compiling unarray v0.1.4
15322026-05-21T09:52:49.853Z Compiling adler2 v2.0.1
15332026-05-21T09:52:49.941Z Compiling anyhow v1.0.102
15342026-05-21T09:52:49.941Z Compiling miniz_oxide v0.8.9
15352026-05-21T09:52:49.969Z Compiling proptest v1.10.0
15362026-05-21T09:52:49.983Z Compiling stringprep v0.1.5
15372026-05-21T09:52:50.417Z Compiling serde_urlencoded v0.7.1
15382026-05-21T09:52:50.533Z Compiling thiserror v1.0.69
15392026-05-21T09:52:50.655Z Compiling scroll v0.12.0
15402026-05-21T09:52:50.909Z Compiling tower-http v0.6.8
15412026-05-21T09:52:51.253Z Compiling derive_builder_macro v0.20.2
15422026-05-21T09:52:51.256Z Compiling darling_macro v0.21.3
15432026-05-21T09:52:51.280Z Compiling tokio-native-tls v0.3.1
15442026-05-21T09:52:51.440Z Compiling ipnetwork v0.21.1
15452026-05-21T09:52:51.470Z Compiling bstr v1.12.1
15462026-05-21T09:52:51.698Z Compiling rand_chacha v0.3.1
15472026-05-21T09:52:51.735Z Compiling serde_tokenstream v0.2.3
15482026-05-21T09:52:51.790Z Compiling serde_spanned v0.6.9
15492026-05-21T09:52:51.838Z Compiling erased-serde v0.3.31
15502026-05-21T09:52:51.936Z Compiling toml_datetime v0.6.11
15512026-05-21T09:52:52.047Z Compiling md-5 v0.10.6
15522026-05-21T09:52:52.117Z Compiling pin-project-internal v1.1.11
15532026-05-21T09:52:52.193Z Compiling zerocopy-derive v0.7.35
15542026-05-21T09:52:52.214Z Compiling async-trait v0.1.89
15552026-05-21T09:52:52.321Z Compiling curve25519-dalek v4.1.3
15562026-05-21T09:52:52.485Z Compiling vergen-lib v0.1.6
15572026-05-21T09:52:52.657Z Compiling num-integer v0.1.46
15582026-05-21T09:52:52.672Z Compiling hash32 v0.2.1
15592026-05-21T09:52:52.863Z Compiling ff v0.13.1
15602026-05-21T09:52:52.976Z Compiling memoffset v0.9.1
15612026-05-21T09:52:53.003Z Compiling encoding_rs v0.8.35
15622026-05-21T09:52:53.040Z Compiling rustix v0.38.44
15632026-05-21T09:52:53.175Z Compiling fallible-iterator v0.2.0
15642026-05-21T09:52:53.225Z Compiling psl-types v2.0.11
15652026-05-21T09:52:53.228Z Compiling zlib-rs v0.6.2
15662026-05-21T09:52:53.446Z Compiling mime v0.3.17
15672026-05-21T09:52:53.455Z Compiling cfg_aliases v0.2.1
15682026-05-21T09:52:53.520Z Compiling num-bigint-dig v0.8.6
15692026-05-21T09:52:53.538Z Compiling ref-cast v1.0.25
15702026-05-21T09:52:53.671Z Compiling smoltcp v0.9.1
15712026-05-21T09:52:53.707Z Compiling base16ct v0.2.0
15722026-05-21T09:52:53.845Z Compiling litrs v1.0.0
15732026-05-21T09:52:53.934Z Compiling sec1 v0.7.3
15742026-05-21T09:52:54.045Z Compiling nix v0.31.2
15752026-05-21T09:52:54.214Z Compiling postgres-protocol v0.6.10
15762026-05-21T09:52:54.354Z Compiling document-features v0.2.12
15772026-05-21T09:52:54.504Z Compiling publicsuffix v2.3.0
15782026-05-21T09:52:54.572Z Compiling pin-project v1.1.11
15792026-05-21T09:52:54.676Z Compiling zerocopy v0.7.35
15802026-05-21T09:52:54.762Z Compiling group v0.13.0
15812026-05-21T09:52:54.782Z Compiling num-iter v0.1.45
15822026-05-21T09:52:55.020Z Compiling newtype-uuid v1.3.2
15832026-05-21T09:52:55.225Z Compiling rand v0.8.6
15842026-05-21T09:52:55.240Z Compiling hubpack_derive v0.1.1
15852026-05-21T09:52:55.336Z Compiling darling v0.21.3
15862026-05-21T09:52:55.350Z Compiling derive_builder v0.20.2
15872026-05-21T09:52:55.364Z Compiling oxnet v0.1.5
15882026-05-21T09:52:55.473Z Compiling hyper-tls v0.6.0
15892026-05-21T09:52:55.678Z Compiling goblin v0.8.2
15902026-05-21T09:52:56.031Z Compiling phf_shared v0.13.1
15912026-05-21T09:52:56.222Z Compiling flate2 v1.1.9
15922026-05-21T09:52:56.224Z Compiling lazy_static v1.5.0
15932026-05-21T09:52:56.277Z Compiling regex v1.12.3
15942026-05-21T09:52:56.316Z Compiling anstyle-parse v0.2.7
15952026-05-21T09:52:56.381Z Compiling futures-executor v0.3.32
15962026-05-21T09:52:56.408Z Compiling hex v0.4.3
15972026-05-21T09:52:56.497Z Compiling cargo-platform v0.1.9
15982026-05-21T09:52:56.630Z Compiling hkdf v0.12.4
15992026-05-21T09:52:56.644Z Compiling crypto-bigint v0.5.5
16002026-05-21T09:52:56.668Z Compiling strum_macros v0.27.2
16012026-05-21T09:52:56.693Z Compiling ref-cast-impl v1.0.25
16022026-05-21T09:52:56.745Z Compiling daft-derive v0.1.7
16032026-05-21T09:52:56.789Z Compiling curve25519-dalek-derive v0.1.1
16042026-05-21T09:52:57.218Z Compiling snafu-derive v0.8.9
16052026-05-21T09:52:57.421Z Compiling terminal_size v0.4.3
16062026-05-21T09:52:57.455Z Compiling vergen v9.0.6
16072026-05-21T09:52:57.561Z Compiling fs-err v3.3.0
16082026-05-21T09:52:57.640Z Compiling ahash v0.8.12
16092026-05-21T09:52:57.753Z Compiling unicode-segmentation v1.12.0
16102026-05-21T09:52:57.841Z Compiling same-file v1.0.6
16112026-05-21T09:52:58.009Z Compiling libbz2-rs-sys v0.2.2
16122026-05-21T09:52:58.135Z Compiling foldhash v0.2.0
16132026-05-21T09:52:58.415Z Compiling foldhash v0.1.5
16142026-05-21T09:52:58.596Z Compiling bumpalo v3.20.2
16152026-05-21T09:52:58.617Z Compiling managed v0.8.0
16162026-05-21T09:52:58.733Z Compiling bitflags v1.3.2
16172026-05-21T09:52:58.762Z Compiling object v0.37.3
16182026-05-21T09:52:58.814Z Compiling winnow v0.5.40
16192026-05-21T09:52:58.850Z Compiling zopfli v0.8.3
16202026-05-21T09:52:59.078Z Compiling clap_builder v4.6.0
16212026-05-21T09:52:59.100Z Compiling strum v0.27.2
16222026-05-21T09:52:59.119Z Compiling snafu v0.8.9
16232026-05-21T09:52:59.231Z Compiling hashbrown v0.15.5
16242026-05-21T09:52:59.473Z Compiling bzip2 v0.6.1
16252026-05-21T09:52:59.520Z Compiling hashbrown v0.16.1
16262026-05-21T09:52:59.636Z Compiling walkdir v2.5.0
16272026-05-21T09:52:59.730Z Compiling dof v0.3.0
16282026-05-21T09:52:59.897Z Compiling elliptic-curve v0.13.8
16292026-05-21T09:52:59.941Z Compiling daft v0.1.7
16302026-05-21T09:53:00.098Z Compiling toml_edit v0.19.15
16312026-05-21T09:53:00.288Z Compiling cargo_metadata v0.19.2
16322026-05-21T09:53:00.334Z Compiling futures v0.3.32
16332026-05-21T09:53:00.415Z Compiling anstream v0.6.21
16342026-05-21T09:53:00.884Z Compiling phf v0.13.1
16352026-05-21T09:53:01.046Z Compiling cookie_store v0.22.1
16362026-05-21T09:53:01.074Z Compiling signal-hook-mio v0.2.5
16372026-05-21T09:53:01.190Z Compiling bzip2 v0.4.4
16382026-05-21T09:53:01.399Z Compiling hubpack v0.1.2
16392026-05-21T09:53:01.580Z Compiling zstd v0.13.3
16402026-05-21T09:53:01.616Z Compiling serde_with_macros v3.17.0
16412026-05-21T09:53:01.793Z Compiling postgres-types v0.2.12
16422026-05-21T09:53:02.055Z Compiling usdt-attr-macro v0.6.0
16432026-05-21T09:53:02.375Z Compiling usdt-macro v0.6.0
16442026-05-21T09:53:02.672Z Compiling globset v0.4.18
16452026-05-21T09:53:02.724Z Compiling dtrace-parser v0.2.0
16462026-05-21T09:53:02.840Z Compiling ed25519 v2.2.3
16472026-05-21T09:53:02.919Z Compiling phf_shared v0.11.3
16482026-05-21T09:53:03.061Z Compiling olpc-cjson v0.1.4
16492026-05-21T09:53:03.111Z Compiling pkcs1 v0.7.5
16502026-05-21T09:53:03.134Z Compiling serde_plain v1.0.2
16512026-05-21T09:53:03.222Z Compiling serde-big-array v0.5.1
16522026-05-21T09:53:03.350Z Compiling rfc6979 v0.4.0
16532026-05-21T09:53:03.399Z Compiling pem v3.0.6
16542026-05-21T09:53:03.412Z Compiling clap_derive v4.6.1
16552026-05-21T09:53:03.487Z Compiling serde_repr v0.1.20
16562026-05-21T09:53:03.501Z Compiling strum_macros v0.26.4
16572026-05-21T09:53:03.556Z Compiling async-recursion v1.1.1
16582026-05-21T09:53:03.725Z Compiling enum-as-inner v0.6.1
16592026-05-21T09:53:03.784Z Compiling float-cmp v0.10.0
16602026-05-21T09:53:03.939Z Compiling thread-id v4.2.2
16612026-05-21T09:53:04.038Z Compiling memmap2 v0.9.10
16622026-05-21T09:53:04.047Z Compiling env_filter v1.0.0
16632026-05-21T09:53:04.212Z Compiling fixedbitset v0.5.7
16642026-05-21T09:53:04.229Z Compiling static_assertions v1.1.0
16652026-05-21T09:53:04.235Z Compiling precomputed-hash v0.1.1
16662026-05-21T09:53:04.295Z Compiling typed-path v0.9.3
16672026-05-21T09:53:04.327Z Compiling normalize-line-endings v0.3.0
16682026-05-21T09:53:04.344Z Compiling fixedbitset v0.4.2
16692026-05-21T09:53:04.425Z Compiling whoami v2.1.0
16702026-05-21T09:53:04.514Z Compiling either v1.15.0
16712026-05-21T09:53:04.557Z Compiling difflib v0.4.0
16722026-05-21T09:53:04.727Z Compiling predicates-core v1.0.10
16732026-05-21T09:53:04.805Z Compiling jiff v0.2.21
16742026-05-21T09:53:04.910Z Compiling data-encoding v2.10.0
16752026-05-21T09:53:05.107Z Compiling new_debug_unreachable v1.0.6
16762026-05-21T09:53:05.173Z Compiling keccak v0.1.6
16772026-05-21T09:53:05.189Z Compiling toml_edit v0.22.27
16782026-05-21T09:53:05.235Z Compiling strum v0.26.3
16792026-05-21T09:53:05.381Z Compiling sha3 v0.10.8
16802026-05-21T09:53:05.526Z Compiling hickory-proto v0.25.2
16812026-05-21T09:53:05.595Z Compiling clap v4.6.1
16822026-05-21T09:53:05.678Z Compiling string_cache v0.8.9
16832026-05-21T09:53:05.831Z Compiling predicates v3.1.4
16842026-05-21T09:53:05.914Z Compiling itertools v0.13.0
16852026-05-21T09:53:05.950Z Compiling tokio-postgres v0.7.16
16862026-05-21T09:53:05.963Z Compiling petgraph v0.6.5
16872026-05-21T09:53:06.466Z Compiling petgraph v0.8.3
16882026-05-21T09:53:07.104Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16892026-05-21T09:53:07.404Z Compiling zip v4.6.1
16902026-05-21T09:53:07.864Z Compiling env_logger v0.11.9
16912026-05-21T09:53:08.095Z Compiling usdt v0.6.0
16922026-05-21T09:53:08.216Z Compiling usdt-impl v0.5.0
16932026-05-21T09:53:08.377Z Compiling ecdsa v0.16.9
16942026-05-21T09:53:08.392Z Compiling rsa v0.9.10
16952026-05-21T09:53:08.407Z Compiling ed25519-dalek v2.2.0
16962026-05-21T09:53:08.775Z Compiling serde_with v3.17.0
16972026-05-21T09:53:08.812Z Compiling crossterm v0.28.1
16982026-05-21T09:53:09.087Z Compiling toml v0.7.8
16992026-05-21T09:53:09.702Z Compiling zip v0.6.6
17002026-05-21T09:53:10.097Z Compiling iddqd v0.4.1
17012026-05-21T09:53:10.382Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-21T09:53:10.478Z Compiling similar v2.7.0
17032026-05-21T09:53:10.517Z Compiling heck v0.4.1
17042026-05-21T09:53:10.540Z Compiling crossbeam-epoch v0.9.18
17052026-05-21T09:53:10.743Z Compiling tokio-stream v0.1.18
17062026-05-21T09:53:10.863Z Compiling buf-list v1.1.2
17072026-05-21T09:53:11.002Z Compiling x509-cert v0.2.5
17082026-05-21T09:53:11.136Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17092026-05-21T09:53:11.202Z Compiling openapiv3 v2.2.0
17102026-05-21T09:53:11.314Z Compiling sha1 v0.10.6
17112026-05-21T09:53:11.329Z Compiling toml_datetime v0.7.5+spec-1.1.0
17122026-05-21T09:53:11.436Z Compiling peg-runtime v0.8.5
17132026-05-21T09:53:11.535Z Compiling lalrpop-util v0.19.12
17142026-05-21T09:53:11.613Z Compiling thread_local v1.1.9
17152026-05-21T09:53:11.698Z Compiling slog-async v2.8.0
17162026-05-21T09:53:11.719Z Compiling crossbeam-channel v0.5.15
17172026-05-21T09:53:11.722Z Compiling filetime v0.2.27
17182026-05-21T09:53:11.862Z Compiling is-terminal v0.4.17
17192026-05-21T09:53:11.907Z Compiling xattr v1.6.1
17202026-05-21T09:53:11.956Z Compiling take_mut v0.2.2
17212026-05-21T09:53:12.017Z Compiling term v1.2.1
17222026-05-21T09:53:12.083Z Compiling tar v0.4.45
17232026-05-21T09:53:12.517Z Compiling slog-term v2.9.2
17242026-05-21T09:53:21.671Z Compiling rustls-webpki v0.103.9
17252026-05-21T09:53:24.450Z Compiling tokio-rustls v0.26.4
17262026-05-21T09:53:24.450Z Compiling rustls-platform-verifier v0.6.2
17272026-05-21T09:53:24.664Z Compiling hyper-rustls v0.27.7
17282026-05-21T09:53:24.849Z Compiling reqwest v0.12.28
17292026-05-21T09:53:24.888Z Compiling reqwest v0.13.2
17302026-05-21T09:53:26.075Z Compiling tough v0.22.0
17312026-05-21T09:53:28.605Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-05-21T09:53:28.825Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-05-21T09:53:31.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17342026-05-21T09:53:31.846Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-05-21T09:53:31.901ZMay 21 09:53:30.736 INFO Starting download, target: Clickhouse
17362026-05-21T09:53:31.901ZMay 21 09:53:30.736 INFO Starting download, target: Cockroach
17372026-05-21T09:53:31.901ZMay 21 09:53:30.736 INFO Starting download, target: Console
17382026-05-21T09:53:31.901ZMay 21 09:53:30.736 INFO Starting download, target: DendriteStub
17392026-05-21T09:53:31.901ZMay 21 09:53:30.736 INFO Starting download, target: MaghemiteMgd
17402026-05-21T09:53:31.901ZMay 21 09:53:30.736 INFO Starting download, target: MaghemiteDdmd
17412026-05-21T09:53:31.904ZMay 21 09:53:30.736 INFO Starting download, target: TransceiverControl
17422026-05-21T09:53:31.905ZMay 21 09:53:30.737 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-05-21T09:53:31.905ZMay 21 09:53:30.737 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-05-21T09:53:31.905ZMay 21 09:53:30.737 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17452026-05-21T09:53:31.905ZMay 21 09:53:30.737 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17462026-05-21T09:53:31.905ZMay 21 09:53:30.737 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-05-21T09:53:31.905ZMay 21 09:53:30.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-05-21T09:53:31.905ZMay 21 09:53:30.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-05-21T09:53:32.400ZMay 21 09:53:31.213 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-05-21T09:53:32.629ZMay 21 09:53:31.423 INFO Download complete, target: TransceiverControl
17512026-05-21T09:53:32.961ZMay 21 09:53:31.795 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-05-21T09:53:33.224ZMay 21 09:53:32.053 INFO Download complete, target: Console
17532026-05-21T09:53:33.694ZMay 21 09:53:32.527 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17542026-05-21T09:53:33.785ZMay 21 09:53:32.606 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17552026-05-21T09:53:33.939ZMay 21 09:53:32.768 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-05-21T09:53:33.998ZMay 21 09:53:32.827 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-05-21T09:53:34.375ZMay 21 09:53:33.209 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17582026-05-21T09:53:34.375ZMay 21 09:53:33.209 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17592026-05-21T09:53:35.775ZMay 21 09:53:34.607 INFO Download complete, target: MaghemiteDdmd
17602026-05-21T09:53:36.491ZMay 21 09:53:35.308 INFO Download complete, target: MaghemiteMgd
17612026-05-21T09:53:36.616ZMay 21 09:53:35.441 INFO Download complete, target: DendriteStub
17622026-05-21T09:53:39.212ZMay 21 09:53:38.047 INFO Checking that binary works, target: Cockroach
17632026-05-21T09:53:39.473ZMay 21 09:53:38.308 INFO Download complete, target: Cockroach
17642026-05-21T09:53:40.581ZMay 21 09:53:39.416 INFO Checking that binary works, target: Clickhouse
17652026-05-21T09:53:40.720ZMay 21 09:53:39.555 INFO Download complete, target: Clickhouse
17662026-05-21T09:53:40.777ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-05-21T09:53:40.780Z
17682026-05-21T09:53:40.780Zreal 2:19.447763885
17692026-05-21T09:53:40.780Zuser 6:56.022270673
17702026-05-21T09:53:40.780Zsys 1:23.942966109
17712026-05-21T09:53:40.780Ztrap 0.221796502
17722026-05-21T09:53:40.780Ztflt 0.886629110
17732026-05-21T09:53:40.780Zdflt 1.065982778
17742026-05-21T09:53:40.780Zkflt 0.039030524
17752026-05-21T09:53:40.780Zlock 22:13.602274919
17762026-05-21T09:53:40.780Zslp 21:13.043353522
17772026-05-21T09:53:40.780Zlat 44.255285484
17782026-05-21T09:53:40.780Zstop 2:03.694752019
17792026-05-21T09:53:40.780Z+ banner hack-check
17802026-05-21T09:53:40.780Z
17812026-05-21T09:53:40.780Z # # ## #### # # #### # # ###### #### # #
17822026-05-21T09:53:40.781Z # # # # # # # # # # # # # # # # #
17832026-05-21T09:53:40.781Z ###### # # # #### ##### # ###### ##### # ####
17842026-05-21T09:53:40.781Z # # ###### # # # # # # # # # #
17852026-05-21T09:53:40.781Z # # # # # # # # # # # # # # # # #
17862026-05-21T09:53:40.781Z # # # # #### # # #### # # ###### #### # #
17872026-05-21T09:53:40.781Z
17882026-05-21T09:53:40.781Z+ export CARGO_INCREMENTAL=0
17892026-05-21T09:53:40.781Z+ CARGO_INCREMENTAL=0
17902026-05-21T09:53:40.781Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-05-21T09:53:41.330Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-05-21T09:53:41.552Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-05-21T09:53:43.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17942026-05-21T09:53:43.490Z Running `target/debug/xtask check-features --ci`
17952026-05-21T09:53:43.518Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-05-21T09:53:43.518Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-05-21T09:53:44.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17982026-05-21T09:53:44.054Z Running `target/debug/xtask download cargo-hack`
17992026-05-21T09:53:44.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-05-21T09:53:45.195Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-05-21T09:53:47.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18022026-05-21T09:53:47.915Z Running `target/debug/xtask-downloader cargo-hack`
18032026-05-21T09:53:47.956ZMay 21 09:53:46.791 INFO Starting download, target: CargoHack
18042026-05-21T09:53:47.959ZMay 21 09:53:46.792 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-05-21T09:53:48.356ZMay 21 09:53:47.190 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-05-21T09:53:48.405ZMay 21 09:53:47.240 INFO Download complete, target: CargoHack
18072026-05-21T09:53:48.407Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18082026-05-21T09:53:48.421Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-05-21T09:53:48.574Zinfo: running `cargo check --bins` on api_identity (1/276)
18102026-05-21T09:53:49.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-21T09:53:49.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-21T09:53:49.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-21T09:53:49.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18142026-05-21T09:53:49.183Z
18152026-05-21T09:53:49.183Zinfo: running `cargo check --bins` on bootstore (2/276)
18162026-05-21T09:53:49.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-21T09:53:49.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-21T09:53:49.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-21T09:53:49.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18202026-05-21T09:53:49.782Z
18212026-05-21T09:53:49.783Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18222026-05-21T09:53:50.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-21T09:53:50.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-21T09:53:50.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-21T09:53:50.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18262026-05-21T09:53:50.394Z
18272026-05-21T09:53:50.394Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18282026-05-21T09:53:50.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-21T09:53:50.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-21T09:53:50.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-21T09:53:50.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18322026-05-21T09:53:50.994Z
18332026-05-21T09:53:50.994Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18342026-05-21T09:53:51.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-21T09:53:51.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-21T09:53:51.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-21T09:53:51.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18382026-05-21T09:53:51.607Z
18392026-05-21T09:53:51.607Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18402026-05-21T09:53:52.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-21T09:53:52.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-21T09:53:52.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-21T09:53:52.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18442026-05-21T09:53:52.231Z
18452026-05-21T09:53:52.231Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18462026-05-21T09:53:52.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-21T09:53:52.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-21T09:53:52.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-21T09:53:52.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18502026-05-21T09:53:52.836Z
18512026-05-21T09:53:52.836Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18522026-05-21T09:53:53.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-21T09:53:53.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-21T09:53:53.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-21T09:53:53.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18562026-05-21T09:53:53.455Z
18572026-05-21T09:53:53.455Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18582026-05-21T09:53:53.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-21T09:53:53.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-21T09:53:53.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-21T09:53:53.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18622026-05-21T09:53:53.936Z
18632026-05-21T09:53:53.936Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18642026-05-21T09:53:54.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-21T09:53:54.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-21T09:53:54.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-21T09:53:54.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18682026-05-21T09:53:54.428Z
18692026-05-21T09:53:54.428Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18702026-05-21T09:53:54.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-21T09:53:54.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-21T09:53:54.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-21T09:53:54.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-05-21T09:53:54.918Z
18752026-05-21T09:53:54.918Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18762026-05-21T09:53:55.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-21T09:53:55.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-21T09:53:55.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-21T09:53:55.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18802026-05-21T09:53:55.406Z
18812026-05-21T09:53:55.406Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18822026-05-21T09:53:55.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-21T09:53:55.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-21T09:53:55.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-21T09:53:55.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18862026-05-21T09:53:55.892Z
18872026-05-21T09:53:55.892Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18882026-05-21T09:53:56.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-21T09:53:56.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-21T09:53:56.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-21T09:53:56.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18922026-05-21T09:53:56.378Z
18932026-05-21T09:53:56.378Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18942026-05-21T09:53:56.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-21T09:53:56.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-21T09:53:56.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-21T09:53:56.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18982026-05-21T09:53:56.868Z
18992026-05-21T09:53:56.868Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
19002026-05-21T09:53:57.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-21T09:53:57.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-21T09:53:57.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-21T09:53:57.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19042026-05-21T09:53:57.361Z
19052026-05-21T09:53:57.361Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19062026-05-21T09:53:57.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-21T09:53:57.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-21T09:53:57.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-21T09:53:57.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19102026-05-21T09:53:57.849Z
19112026-05-21T09:53:57.849Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19122026-05-21T09:53:58.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-21T09:53:58.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-21T09:53:58.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-21T09:53:58.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19162026-05-21T09:53:58.337Z
19172026-05-21T09:53:58.337Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19182026-05-21T09:53:58.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-21T09:53:58.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-21T09:53:58.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-21T09:53:58.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19222026-05-21T09:53:58.823Z
19232026-05-21T09:53:58.823Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19242026-05-21T09:53:59.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-21T09:53:59.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-21T09:53:59.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-21T09:53:59.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19282026-05-21T09:53:59.313Z
19292026-05-21T09:53:59.313Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19302026-05-21T09:53:59.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-21T09:53:59.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-21T09:53:59.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-21T09:53:59.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19342026-05-21T09:53:59.810Z
19352026-05-21T09:53:59.810Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19362026-05-21T09:54:00.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-21T09:54:00.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-21T09:54:00.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-21T09:54:00.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19402026-05-21T09:54:00.300Z
19412026-05-21T09:54:00.300Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19422026-05-21T09:54:00.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-21T09:54:00.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-21T09:54:00.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-21T09:54:00.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19462026-05-21T09:54:00.792Z
19472026-05-21T09:54:00.793Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19482026-05-21T09:54:01.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-21T09:54:01.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-21T09:54:01.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-21T09:54:01.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19522026-05-21T09:54:01.283Z
19532026-05-21T09:54:01.283Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19542026-05-21T09:54:01.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-21T09:54:01.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-21T09:54:01.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-21T09:54:01.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19582026-05-21T09:54:01.772Z
19592026-05-21T09:54:01.772Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19602026-05-21T09:54:02.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-21T09:54:02.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-21T09:54:02.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-21T09:54:02.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19642026-05-21T09:54:02.264Z
19652026-05-21T09:54:02.264Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19662026-05-21T09:54:02.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-21T09:54:02.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-21T09:54:02.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-21T09:54:02.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19702026-05-21T09:54:02.755Z
19712026-05-21T09:54:02.755Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19722026-05-21T09:54:03.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-21T09:54:03.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-21T09:54:03.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-21T09:54:03.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19762026-05-21T09:54:03.247Z
19772026-05-21T09:54:03.247Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19782026-05-21T09:54:03.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-21T09:54:03.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-21T09:54:03.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-21T09:54:03.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19822026-05-21T09:54:03.736Z
19832026-05-21T09:54:03.736Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19842026-05-21T09:54:04.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-21T09:54:04.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-21T09:54:04.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-21T09:54:04.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19882026-05-21T09:54:04.224Z
19892026-05-21T09:54:04.224Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19902026-05-21T09:54:04.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-21T09:54:04.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-21T09:54:04.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-21T09:54:04.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19942026-05-21T09:54:04.716Z
19952026-05-21T09:54:04.716Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19962026-05-21T09:54:05.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-21T09:54:05.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-21T09:54:05.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-21T09:54:05.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20002026-05-21T09:54:05.210Z
20012026-05-21T09:54:05.210Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
20022026-05-21T09:54:05.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-21T09:54:05.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-21T09:54:05.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-21T09:54:05.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20062026-05-21T09:54:05.705Z
20072026-05-21T09:54:05.705Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20082026-05-21T09:54:06.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-21T09:54:06.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-21T09:54:06.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-21T09:54:06.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20122026-05-21T09:54:06.195Z
20132026-05-21T09:54:06.195Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20142026-05-21T09:54:06.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-21T09:54:06.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-21T09:54:06.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-21T09:54:06.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20182026-05-21T09:54:06.682Z
20192026-05-21T09:54:06.682Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20202026-05-21T09:54:07.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-21T09:54:07.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-21T09:54:07.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-21T09:54:07.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20242026-05-21T09:54:07.172Z
20252026-05-21T09:54:07.172Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20262026-05-21T09:54:07.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-21T09:54:07.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-21T09:54:07.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-21T09:54:07.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20302026-05-21T09:54:07.665Z
20312026-05-21T09:54:07.665Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20322026-05-21T09:54:08.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-21T09:54:08.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-21T09:54:08.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-21T09:54:08.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20362026-05-21T09:54:08.154Z
20372026-05-21T09:54:08.154Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20382026-05-21T09:54:08.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-21T09:54:08.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-21T09:54:08.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-21T09:54:08.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20422026-05-21T09:54:08.642Z
20432026-05-21T09:54:08.642Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20442026-05-21T09:54:09.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-21T09:54:09.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-21T09:54:09.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-21T09:54:09.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20482026-05-21T09:54:09.132Z
20492026-05-21T09:54:09.132Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20502026-05-21T09:54:09.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-21T09:54:09.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-21T09:54:09.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-21T09:54:09.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20542026-05-21T09:54:09.622Z
20552026-05-21T09:54:09.622Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20562026-05-21T09:54:10.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-21T09:54:10.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-21T09:54:10.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-21T09:54:10.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20602026-05-21T09:54:10.112Z
20612026-05-21T09:54:10.112Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20622026-05-21T09:54:10.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-21T09:54:10.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-21T09:54:10.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-21T09:54:10.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20662026-05-21T09:54:10.598Z
20672026-05-21T09:54:10.598Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20682026-05-21T09:54:11.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-21T09:54:11.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-21T09:54:11.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-21T09:54:11.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20722026-05-21T09:54:11.087Z
20732026-05-21T09:54:11.087Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20742026-05-21T09:54:11.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-21T09:54:11.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-21T09:54:11.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-21T09:54:11.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20782026-05-21T09:54:11.576Z
20792026-05-21T09:54:11.576Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20802026-05-21T09:54:12.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-21T09:54:12.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-21T09:54:12.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-21T09:54:12.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20842026-05-21T09:54:12.066Z
20852026-05-21T09:54:12.066Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20862026-05-21T09:54:12.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-21T09:54:12.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-21T09:54:12.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-21T09:54:12.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20902026-05-21T09:54:12.558Z
20912026-05-21T09:54:12.558Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20922026-05-21T09:54:12.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-21T09:54:12.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-21T09:54:12.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-21T09:54:12.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20962026-05-21T09:54:13.047Z
20972026-05-21T09:54:13.048Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20982026-05-21T09:54:13.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-21T09:54:13.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-21T09:54:13.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-21T09:54:13.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21022026-05-21T09:54:13.716Z
21032026-05-21T09:54:13.716Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
21042026-05-21T09:54:14.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-21T09:54:14.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-21T09:54:14.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-21T09:54:14.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21082026-05-21T09:54:14.382Z
21092026-05-21T09:54:14.382Zinfo: running `cargo check --bins` on nexus-config (51/276)
21102026-05-21T09:54:14.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-21T09:54:14.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-21T09:54:14.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-21T09:54:14.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21142026-05-21T09:54:15.045Z
21152026-05-21T09:54:15.045Zinfo: running `cargo check --bins` on nexus-types (52/276)
21162026-05-21T09:54:15.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-21T09:54:15.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-21T09:54:15.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-21T09:54:15.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21202026-05-21T09:54:15.714Z
21212026-05-21T09:54:15.714Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21222026-05-21T09:54:16.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-21T09:54:16.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-21T09:54:16.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-21T09:54:16.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-05-21T09:54:16.342Z
21272026-05-21T09:54:16.342Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21282026-05-21T09:54:16.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-21T09:54:16.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-21T09:54:16.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-21T09:54:16.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322026-05-21T09:54:16.945Z
21332026-05-21T09:54:16.945Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21342026-05-21T09:54:17.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-21T09:54:17.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-21T09:54:17.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-21T09:54:17.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21382026-05-21T09:54:17.566Z
21392026-05-21T09:54:17.566Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21402026-05-21T09:54:18.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-21T09:54:18.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-21T09:54:18.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-21T09:54:18.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21442026-05-21T09:54:18.191Z
21452026-05-21T09:54:18.191Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21462026-05-21T09:54:18.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-21T09:54:18.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-21T09:54:18.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-21T09:54:18.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21502026-05-21T09:54:18.821Z
21512026-05-21T09:54:18.821Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21522026-05-21T09:54:19.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-21T09:54:19.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-21T09:54:19.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-21T09:54:19.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21562026-05-21T09:54:19.446Z
21572026-05-21T09:54:19.446Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21582026-05-21T09:54:19.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-21T09:54:19.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-21T09:54:19.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-21T09:54:19.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21622026-05-21T09:54:20.055Z
21632026-05-21T09:54:20.055Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21642026-05-21T09:54:20.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-21T09:54:20.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-21T09:54:20.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-21T09:54:20.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21682026-05-21T09:54:20.668Z
21692026-05-21T09:54:20.668Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21702026-05-21T09:54:21.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-21T09:54:21.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-21T09:54:21.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-21T09:54:21.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21742026-05-21T09:54:21.271Z
21752026-05-21T09:54:21.271Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21762026-05-21T09:54:21.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-21T09:54:21.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-21T09:54:21.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-21T09:54:21.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21802026-05-21T09:54:21.872Z
21812026-05-21T09:54:21.872Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21822026-05-21T09:54:22.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-21T09:54:22.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-21T09:54:22.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-21T09:54:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21862026-05-21T09:54:22.492Z
21872026-05-21T09:54:22.492Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21882026-05-21T09:54:23.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-21T09:54:23.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-21T09:54:23.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-21T09:54:23.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21922026-05-21T09:54:23.114Z
21932026-05-21T09:54:23.114Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21942026-05-21T09:54:23.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-21T09:54:23.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-21T09:54:23.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-21T09:54:23.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21982026-05-21T09:54:23.725Z
21992026-05-21T09:54:23.725Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
22002026-05-21T09:54:24.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-21T09:54:24.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-21T09:54:24.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-21T09:54:24.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22042026-05-21T09:54:24.331Z
22052026-05-21T09:54:24.331Zinfo: running `cargo check --bins` on ereport-types (67/276)
22062026-05-21T09:54:24.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-21T09:54:24.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-21T09:54:24.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-21T09:54:24.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22102026-05-21T09:54:24.940Z
22112026-05-21T09:54:24.940Zinfo: running `cargo check --bins` on gateway-client (68/276)
22122026-05-21T09:54:25.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-21T09:54:25.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-21T09:54:25.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-21T09:54:25.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22162026-05-21T09:54:25.559Z
22172026-05-21T09:54:25.560Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22182026-05-21T09:54:26.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-21T09:54:26.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-21T09:54:26.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-21T09:54:26.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22222026-05-21T09:54:26.181Z
22232026-05-21T09:54:26.181Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22242026-05-21T09:54:26.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-21T09:54:26.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-21T09:54:26.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-21T09:54:26.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22282026-05-21T09:54:26.794Z
22292026-05-21T09:54:26.794Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22302026-05-21T09:54:27.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-21T09:54:27.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-21T09:54:27.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-21T09:54:27.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22342026-05-21T09:54:27.411Z
22352026-05-21T09:54:27.411Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22362026-05-21T09:54:27.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-21T09:54:27.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-21T09:54:27.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-21T09:54:27.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22402026-05-21T09:54:28.031Z
22412026-05-21T09:54:28.031Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22422026-05-21T09:54:28.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-21T09:54:28.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-21T09:54:28.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-21T09:54:28.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22462026-05-21T09:54:28.664Z
22472026-05-21T09:54:28.664Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22482026-05-21T09:54:29.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-21T09:54:29.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-21T09:54:29.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-21T09:54:29.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22522026-05-21T09:54:29.299Z
22532026-05-21T09:54:29.299Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22542026-05-21T09:54:29.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-21T09:54:29.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-21T09:54:29.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-21T09:54:29.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-05-21T09:54:29.903Z
22592026-05-21T09:54:29.904Zinfo: running `cargo check --bins` on oxlog (76/276)
22602026-05-21T09:54:30.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-21T09:54:30.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-21T09:54:30.535Z Checking cfg-if v1.0.4
22632026-05-21T09:54:30.540Z Checking libc v0.2.185
22642026-05-21T09:54:30.540Z Checking serde_core v1.0.228
22652026-05-21T09:54:30.657Z Checking zeroize v1.8.2
22662026-05-21T09:54:30.664Z Checking memchr v2.8.0
22672026-05-21T09:54:30.673Z Checking log v0.4.29
22682026-05-21T09:54:30.682Z Checking smallvec v1.15.1
22692026-05-21T09:54:30.694Z Checking typenum v1.19.0
22702026-05-21T09:54:30.694Z Checking subtle v2.6.1
22712026-05-21T09:54:30.795Z Checking itoa v1.0.17
22722026-05-21T09:54:30.830Z Checking scopeguard v1.2.0
22732026-05-21T09:54:30.848Z Checking stable_deref_trait v1.2.1
22742026-05-21T09:54:30.860Z Checking const-oid v0.9.6
22752026-05-21T09:54:30.922Z Checking zerofrom v0.1.6
22762026-05-21T09:54:30.935Z Checking lock_api v0.4.14
22772026-05-21T09:54:30.948Z Checking pin-project-lite v0.2.17
22782026-05-21T09:54:31.035Z Checking yoke v0.8.1
22792026-05-21T09:54:31.048Z Checking getrandom v0.2.17
22802026-05-21T09:54:31.048Z Checking errno v0.3.14
22812026-05-21T09:54:31.057Z Checking parking_lot_core v0.9.12
22822026-05-21T09:54:31.126Z Checking portable-atomic v1.13.1
22832026-05-21T09:54:31.168Z Checking signal-hook-registry v1.4.8
22842026-05-21T09:54:31.186Z Checking rand_core v0.6.4
22852026-05-21T09:54:31.197Z Checking zerovec v0.11.5
22862026-05-21T09:54:31.210Z Checking generic-array v0.14.7
22872026-05-21T09:54:31.245Z Checking critical-section v1.2.0
22882026-05-21T09:54:31.326Z Checking futures-core v0.3.32
22892026-05-21T09:54:31.344Z Checking parking_lot v0.12.5
22902026-05-21T09:54:31.358Z Checking mio v1.2.0
22912026-05-21T09:54:31.449Z Checking zerocopy v0.8.40
22922026-05-21T09:54:31.518Z Checking once_cell v1.21.3
22932026-05-21T09:54:31.534Z Checking zmij v1.0.21
22942026-05-21T09:54:31.547Z Checking socket2 v0.6.3
22952026-05-21T09:54:31.618Z Checking tinystr v0.8.2
22962026-05-21T09:54:31.630Z Checking libm v0.2.16
22972026-05-21T09:54:31.643Z Checking crypto-common v0.1.7
22982026-05-21T09:54:31.690Z Checking block-buffer v0.10.4
22992026-05-21T09:54:31.738Z Checking equivalent v1.0.2
23002026-05-21T09:54:31.762Z Checking writeable v0.6.2
23012026-05-21T09:54:31.784Z Checking litemap v0.8.1
23022026-05-21T09:54:31.797Z Checking percent-encoding v2.3.2
23032026-05-21T09:54:31.819Z Checking potential_utf v0.1.4
23042026-05-21T09:54:31.831Z Checking digest v0.10.7
23052026-05-21T09:54:31.917Z Checking zerotrie v0.2.3
23062026-05-21T09:54:31.931Z Checking futures-sink v0.3.32
23072026-05-21T09:54:31.945Z Checking icu_locale_core v2.1.1
23082026-05-21T09:54:31.959Z Checking icu_collections v2.1.1
23092026-05-21T09:54:32.026Z Checking cpufeatures v0.2.17
23102026-05-21T09:54:32.040Z Checking futures-channel v0.3.32
23112026-05-21T09:54:32.098Z Checking slab v0.4.12
23122026-05-21T09:54:32.112Z Checking serde v1.0.228
23132026-05-21T09:54:32.157Z Checking bitflags v2.11.0
23142026-05-21T09:54:32.224Z Checking serde_json v1.0.149
23152026-05-21T09:54:32.249Z Checking futures-task v0.3.32
23162026-05-21T09:54:32.262Z Checking futures-io v0.3.32
23172026-05-21T09:54:32.322Z Checking hmac v0.12.1
23182026-05-21T09:54:32.335Z Checking num-traits v0.2.19
23192026-05-21T09:54:32.379Z Checking icu_properties_data v2.1.2
23202026-05-21T09:54:32.384Z Checking futures-util v0.3.32
23212026-05-21T09:54:32.451Z Checking icu_normalizer_data v2.1.1
23222026-05-21T09:54:32.489Z Checking icu_provider v2.1.1
23232026-05-21T09:54:32.508Z Checking bytes v1.11.1
23242026-05-21T09:54:32.522Z Checking rand_core v0.10.0
23252026-05-21T09:54:32.535Z Checking hashbrown v0.17.0
23262026-05-21T09:54:32.660Z Checking getrandom v0.4.1
23272026-05-21T09:54:32.716Z Checking icu_properties v2.1.2
23282026-05-21T09:54:32.804Z Checking icu_normalizer v2.1.1
23292026-05-21T09:54:32.877Z Checking block-padding v0.3.3
23302026-05-21T09:54:32.893Z Checking utf8_iter v1.0.4
23312026-05-21T09:54:32.933Z Checking tokio v1.52.1
23322026-05-21T09:54:32.992Z Checking indexmap v2.14.0
23332026-05-21T09:54:33.009Z Checking inout v0.1.4
23342026-05-21T09:54:33.022Z Checking sha2 v0.10.9
23352026-05-21T09:54:33.107Z Checking form_urlencoded v1.2.2
23362026-05-21T09:54:33.146Z Checking cipher v0.4.4
23372026-05-21T09:54:33.235Z Checking getrandom v0.3.4
23382026-05-21T09:54:33.289Z Checking fnv v1.0.7
23392026-05-21T09:54:33.349Z Checking base64ct v1.8.3
23402026-05-21T09:54:33.378Z Checking byteorder v1.5.0
23412026-05-21T09:54:33.393Z Checking flagset v0.4.7
23422026-05-21T09:54:33.516Z Checking rand_core v0.9.5
23432026-05-21T09:54:33.529Z Checking idna_adapter v1.2.1
23442026-05-21T09:54:33.541Z Checking http v1.4.0
23452026-05-21T09:54:33.575Z Checking pem-rfc7468 v0.7.0
23462026-05-21T09:54:33.589Z Checking regex-syntax v0.8.10
23472026-05-21T09:54:33.641Z Checking idna v1.1.0
23482026-05-21T09:54:33.689Z Checking salsa20 v0.10.2
23492026-05-21T09:54:33.735Z Checking der v0.7.10
23502026-05-21T09:54:33.818Z Checking uuid v1.23.0
23512026-05-21T09:54:33.897Z Checking url v2.5.8
23522026-05-21T09:54:34.100Z Checking pbkdf2 v0.12.2
23532026-05-21T09:54:34.142Z Checking rustix v1.1.3
23542026-05-21T09:54:34.194Z Checking ppv-lite86 v0.2.21
23552026-05-21T09:54:34.208Z Checking tracing-core v0.1.36
23562026-05-21T09:54:34.293Z Checking rustls-pki-types v1.14.0
23572026-05-21T09:54:34.336Z Checking base64 v0.22.1
23582026-05-21T09:54:34.460Z Checking spki v0.7.3
23592026-05-21T09:54:34.480Z Checking iana-time-zone v0.1.65
23602026-05-21T09:54:34.506Z Checking tracing v0.1.44
23612026-05-21T09:54:34.570Z Checking rand_chacha v0.9.0
23622026-05-21T09:54:34.584Z Checking scrypt v0.11.0
23632026-05-21T09:54:34.587Z Checking chrono v0.4.44
23642026-05-21T09:54:34.620Z Checking http-body v1.0.1
23652026-05-21T09:54:34.709Z Checking aes v0.8.4
23662026-05-21T09:54:34.722Z Checking cbc v0.1.2
23672026-05-21T09:54:34.749Z Checking aws-lc-sys v0.40.0
23682026-05-21T09:54:34.765Z Checking untrusted v0.9.0
23692026-05-21T09:54:34.852Z Checking tinyvec_macros v0.1.1
23702026-05-21T09:54:34.873Z Checking untrusted v0.7.1
23712026-05-21T09:54:34.909Z Checking openssl-probe v0.2.1
23722026-05-21T09:54:34.922Z Checking tinyvec v1.10.0
23732026-05-21T09:54:34.978Z Checking ring v0.17.14
23742026-05-21T09:54:34.992Z Checking rand v0.9.2
23752026-05-21T09:54:35.016Z Checking tower-service v0.3.3
23762026-05-21T09:54:35.109Z Checking try-lock v0.2.5
23772026-05-21T09:54:35.122Z Checking pkcs5 v0.7.1
23782026-05-21T09:54:35.209Z Checking tower-layer v0.3.3
23792026-05-21T09:54:35.232Z Checking atomic-waker v1.1.2
23802026-05-21T09:54:35.276Z Checking aws-lc-rs v1.16.3
23812026-05-21T09:54:35.328Z Checking want v0.3.1
23822026-05-21T09:54:35.356Z Checking ipnet v2.11.0
23832026-05-21T09:54:35.369Z Checking pkcs8 v0.10.2
23842026-05-21T09:54:35.451Z Checking httparse v1.10.1
23852026-05-21T09:54:35.468Z Checking aho-corasick v1.1.4
23862026-05-21T09:54:35.482Z Checking pin-utils v0.1.0
23872026-05-21T09:54:35.544Z Checking fastrand v2.3.0
23882026-05-21T09:54:35.558Z Checking httpdate v1.0.3
23892026-05-21T09:54:35.609Z Checking utf8parse v0.2.2
23902026-05-21T09:54:35.660Z Checking foreign-types-shared v0.1.1
23912026-05-21T09:54:35.697Z Checking plain v0.2.3
23922026-05-21T09:54:35.710Z Checking dyn-clone v1.0.20
23932026-05-21T09:54:35.724Z Checking tempfile v3.25.0
23942026-05-21T09:54:35.739Z Checking foreign-types v0.3.2
23952026-05-21T09:54:35.798Z Checking unicode-normalization v0.1.25
23962026-05-21T09:54:35.813Z Checking semver v1.0.28
23972026-05-21T09:54:35.813Z Checking openssl-sys v0.9.115
23982026-05-21T09:54:35.915Z Checking spin v0.9.8
23992026-05-21T09:54:35.961Z Checking unicode-ident v1.0.24
24002026-05-21T09:54:36.021Z Checking ucd-trie v0.1.7
24012026-05-21T09:54:36.073Z Checking anstyle v1.0.14
24022026-05-21T09:54:36.100Z Checking proc-macro2 v1.0.106
24032026-05-21T09:54:36.114Z Checking rustls-webpki v0.103.9
24042026-05-21T09:54:36.140Z Checking regex-automata v0.4.14
24052026-05-21T09:54:36.155Z Checking pest v2.8.6
24062026-05-21T09:54:36.170Z Checking tokio-util v0.7.18
24072026-05-21T09:54:36.200Z Checking openssl v0.10.79
24082026-05-21T09:54:36.214Z Checking schemars v0.8.22
24092026-05-21T09:54:36.259Z Checking rustls-native-certs v0.8.3
24102026-05-21T09:54:36.388Z Checking thiserror v2.0.18
24112026-05-21T09:54:36.407Z Checking sync_wrapper v1.0.2
24122026-05-21T09:54:36.490Z Checking wait-timeout v0.2.1
24132026-05-21T09:54:36.511Z Checking siphasher v1.0.2
24142026-05-21T09:54:36.537Z Checking rustls v0.23.37
24152026-05-21T09:54:36.609Z Checking simd-adler32 v0.3.8
24162026-05-21T09:54:36.664Z Checking is_terminal_polyfill v1.70.2
24172026-05-21T09:54:36.753Z Checking colorchoice v1.0.4
24182026-05-21T09:54:36.768Z Checking h2 v0.4.13
24192026-05-21T09:54:36.780Z Checking pretty-hex v0.4.1
24202026-05-21T09:54:36.843Z Checking quick-error v1.2.3
24212026-05-21T09:54:36.857Z Checking powerfmt v0.2.0
24222026-05-21T09:54:36.893Z Checking bit-vec v0.8.0
24232026-05-21T09:54:36.942Z Checking anstyle-query v1.1.5
24242026-05-21T09:54:37.005Z Checking deranged v0.5.8
24252026-05-21T09:54:37.034Z Checking rusty-fork v0.3.1
24262026-05-21T09:54:37.083Z Checking bit-set v0.8.0
24272026-05-21T09:54:37.205Z Checking tower v0.5.3
24282026-05-21T09:54:37.208Z Checking quote v1.0.45
24292026-05-21T09:54:37.234Z Compiling newtype-uuid v1.3.2
24302026-05-21T09:54:37.389Z Checking http-body-util v0.1.3
24312026-05-21T09:54:37.414Z Checking crossbeam-utils v0.8.21
24322026-05-21T09:54:37.585Z Checking webpki-roots v1.0.6
24332026-05-21T09:54:37.601Z Checking rand_xorshift v0.4.0
24342026-05-21T09:54:37.702Z Checking crc32fast v1.5.0
24352026-05-21T09:54:37.720Z Checking scroll v0.13.0
24362026-05-21T09:54:37.747Z Checking signature v2.2.0
24372026-05-21T09:54:37.841Z Checking time-core v0.1.8
24382026-05-21T09:54:37.876Z Checking ryu v1.0.23
24392026-05-21T09:54:37.908Z Checking unarray v0.1.4
24402026-05-21T09:54:37.928Z Checking iri-string v0.7.10
24412026-05-21T09:54:37.945Z Checking unicode-bidi v0.3.18
24422026-05-21T09:54:37.981Z Checking adler2 v2.0.1
24432026-05-21T09:54:38.008Z Checking unicode-properties v0.1.4
24442026-05-21T09:54:38.012Z Checking num_threads v0.1.7
24452026-05-21T09:54:38.086Z Checking allocator-api2 v0.2.21
24462026-05-21T09:54:38.107Z Checking num-conv v0.2.0
24472026-05-21T09:54:38.195Z Checking miniz_oxide v0.8.9
24482026-05-21T09:54:38.221Z Checking time v0.3.47
24492026-05-21T09:54:38.224Z Checking native-tls v0.2.18
24502026-05-21T09:54:38.247Z Checking stringprep v0.1.5
24512026-05-21T09:54:38.364Z Checking serde_urlencoded v0.7.1
24522026-05-21T09:54:38.397Z Checking proptest v1.10.0
24532026-05-21T09:54:38.409Z Checking tokio-native-tls v0.3.1
24542026-05-21T09:54:38.535Z Checking goblin v0.10.5
24552026-05-21T09:54:38.562Z Checking bstr v1.12.1
24562026-05-21T09:54:38.576Z Checking crossbeam-epoch v0.9.18
24572026-05-21T09:54:38.796Z Checking syn v2.0.117
24582026-05-21T09:54:38.868Z Checking tokio-rustls v0.26.4
24592026-05-21T09:54:38.934Z Checking tower-http v0.6.8
24602026-05-21T09:54:38.956Z Compiling daft v0.1.7
24612026-05-21T09:54:39.099Z Checking ipnetwork v0.21.1
24622026-05-21T09:54:39.216Z Checking anstyle-parse v1.0.0
24632026-05-21T09:54:39.235Z Checking rand_chacha v0.3.1
24642026-05-21T09:54:39.318Z Checking scroll v0.12.0
24652026-05-21T09:54:39.343Z Checking thiserror v1.0.69
24662026-05-21T09:54:39.367Z Checking hash32 v0.2.1
24672026-05-21T09:54:39.423Z Checking hyper v1.8.1
24682026-05-21T09:54:39.437Z Checking zstd-sys v2.0.16+zstd.1.5.7
24692026-05-21T09:54:39.450Z Checking num-integer v0.1.46
24702026-05-21T09:54:39.519Z Checking serde_spanned v0.6.9
24712026-05-21T09:54:39.539Z Checking toml_datetime v0.6.11
24722026-05-21T09:54:39.551Z Checking md-5 v0.10.6
24732026-05-21T09:54:39.646Z Checking ff v0.13.1
24742026-05-21T09:54:39.669Z Checking encoding_rs v0.8.35
24752026-05-21T09:54:39.686Z Checking base16ct v0.2.0
24762026-05-21T09:54:39.716Z Checking zlib-rs v0.6.2
24772026-05-21T09:54:39.772Z Checking fallible-iterator v0.2.0
24782026-05-21T09:54:39.821Z Checking psl-types v2.0.11
24792026-05-21T09:54:39.940Z Checking mime v0.3.17
24802026-05-21T09:54:40.061Z Checking postgres-protocol v0.6.10
24812026-05-21T09:54:40.116Z Checking publicsuffix v2.3.0
24822026-05-21T09:54:40.278Z Checking sec1 v0.7.3
24832026-05-21T09:54:40.326Z Checking group v0.13.0
24842026-05-21T09:54:40.350Z Checking hyper-util v0.1.20
24852026-05-21T09:54:40.388Z Checking num-iter v0.1.45
24862026-05-21T09:54:40.476Z Checking zstd-safe v7.2.4
24872026-05-21T09:54:40.489Z Checking goblin v0.8.2
24882026-05-21T09:54:40.501Z Checking heapless v0.7.17
24892026-05-21T09:54:40.609Z Checking flate2 v1.1.9
24902026-05-21T09:54:40.623Z Checking rand v0.8.6
24912026-05-21T09:54:40.639Z Checking anstream v1.0.0
24922026-05-21T09:54:40.836Z Checking cookie v0.18.1
24932026-05-21T09:54:40.869Z Checking dof v0.4.0
24942026-05-21T09:54:40.896Z Checking oxnet v0.1.5
24952026-05-21T09:54:40.911Z Compiling iddqd v0.4.1
24962026-05-21T09:54:41.066Z Checking dtrace-parser v0.3.0
24972026-05-21T09:54:41.084Z Checking phf_shared v0.13.1
24982026-05-21T09:54:41.129Z Checking lazy_static v1.5.0
24992026-05-21T09:54:41.132Z Checking anstyle-parse v0.2.7
25002026-05-21T09:54:41.218Z Checking zerocopy v0.7.35
25012026-05-21T09:54:41.268Z Checking pin-project v1.1.11
25022026-05-21T09:54:41.288Z Checking bzip2-sys v0.1.13+1.0.8
25032026-05-21T09:54:41.301Z Checking signal-hook v0.3.18
25042026-05-21T09:54:41.358Z Checking terminal_size v0.4.3
25052026-05-21T09:54:41.372Z Checking futures-executor v0.3.32
25062026-05-21T09:54:41.470Z Checking hex v0.4.3
25072026-05-21T09:54:41.483Z Checking hkdf v0.12.4
25082026-05-21T09:54:41.495Z Checking crypto-bigint v0.5.5
25092026-05-21T09:54:41.515Z Checking thread-id v5.1.0
25102026-05-21T09:54:41.594Z Compiling rayon-core v1.13.0
25112026-05-21T09:54:41.598Z Checking hyper-rustls v0.27.7
25122026-05-21T09:54:41.618Z Checking hyper-tls v0.6.0
25132026-05-21T09:54:41.685Z Checking winnow v0.7.14
25142026-05-21T09:54:41.698Z Checking managed v0.8.0
25152026-05-21T09:54:41.768Z Checking bumpalo v3.20.2
25162026-05-21T09:54:41.783Z Checking clap_lex v1.0.0
25172026-05-21T09:54:41.805Z Checking foldhash v0.2.0
25182026-05-21T09:54:41.879Z Checking libbz2-rs-sys v0.2.2
25192026-05-21T09:54:41.929Z Checking strsim v0.11.1
25202026-05-21T09:54:41.956Z Checking either v1.15.0
25212026-05-21T09:54:41.970Z Checking same-file v1.0.6
25222026-05-21T09:54:42.083Z Checking winnow v0.5.40
25232026-05-21T09:54:42.086Z Checking foldhash v0.1.5
25242026-05-21T09:54:42.110Z Checking bitflags v1.3.2
25252026-05-21T09:54:42.139Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-05-21T09:54:42.183Z Checking smoltcp v0.9.1
25272026-05-21T09:54:42.224Z Checking hashbrown v0.15.5
25282026-05-21T09:54:42.265Z Checking bzip2 v0.6.1
25292026-05-21T09:54:42.321Z Checking clap_builder v4.6.0
25302026-05-21T09:54:42.374Z Checking dof v0.3.0
25312026-05-21T09:54:42.374Z Checking elliptic-curve v0.13.8
25322026-05-21T09:54:42.421Z Checking walkdir v2.5.0
25332026-05-21T09:54:42.582Z Checking zopfli v0.8.3
25342026-05-21T09:54:42.651Z Checking hashbrown v0.16.1
25352026-05-21T09:54:42.678Z Checking reqwest v0.12.28
25362026-05-21T09:54:42.708Z Checking usdt-impl v0.6.0
25372026-05-21T09:54:42.770Z Checking futures v0.3.32
25382026-05-21T09:54:42.846Z Checking signal-hook-mio v0.2.5
25392026-05-21T09:54:42.859Z Checking bzip2 v0.4.4
25402026-05-21T09:54:42.918Z Checking snafu v0.8.9
25412026-05-21T09:54:42.947Z Checking anstream v0.6.21
25422026-05-21T09:54:42.977Z Checking phf v0.13.1
25432026-05-21T09:54:43.019Z Checking num-bigint-dig v0.8.6
25442026-05-21T09:54:43.136Z Checking cookie_store v0.22.1
25452026-05-21T09:54:43.150Z Checking zstd v0.13.3
25462026-05-21T09:54:43.150Z Checking postgres-types v0.2.12
25472026-05-21T09:54:43.196Z Checking toml_edit v0.19.15
25482026-05-21T09:54:43.344Z Checking dtrace-parser v0.2.0
25492026-05-21T09:54:43.357Z Checking globset v0.4.18
25502026-05-21T09:54:43.453Z Checking rustls-platform-verifier v0.6.2
25512026-05-21T09:54:43.456Z Checking crossbeam-deque v0.8.6
25522026-05-21T09:54:43.522Z Checking regex v1.12.3
25532026-05-21T09:54:43.548Z Checking ed25519 v2.2.3
25542026-05-21T09:54:43.574Z Checking phf_shared v0.11.3
25552026-05-21T09:54:43.587Z Checking olpc-cjson v0.1.4
25562026-05-21T09:54:43.600Z Checking curve25519-dalek v4.1.3
25572026-05-21T09:54:43.633Z Checking ref-cast v1.0.25
25582026-05-21T09:54:43.712Z Checking strum v0.27.2
25592026-05-21T09:54:43.712Z Checking hubpack v0.1.2
25602026-05-21T09:54:43.737Z Checking memoffset v0.9.1
25612026-05-21T09:54:43.740Z Checking rustix v0.38.44
25622026-05-21T09:54:43.795Z Checking pkcs1 v0.7.5
25632026-05-21T09:54:43.813Z Checking pem v3.0.6
25642026-05-21T09:54:43.826Z Checking float-cmp v0.10.0
25652026-05-21T09:54:43.826Z Checking serde-big-array v0.5.1
25662026-05-21T09:54:43.885Z Checking serde_plain v1.0.2
25672026-05-21T09:54:43.953Z Checking erased-serde v0.3.31
25682026-05-21T09:54:43.965Z Checking rfc6979 v0.4.0
25692026-05-21T09:54:43.968Z Checking thread-id v4.2.2
25702026-05-21T09:54:43.997Z Checking memmap2 v0.9.10
25712026-05-21T09:54:44.023Z Checking env_filter v1.0.0
25722026-05-21T09:54:44.051Z Checking jiff v0.2.21
25732026-05-21T09:54:44.073Z Checking fixedbitset v0.5.7
25742026-05-21T09:54:44.155Z Checking predicates-core v1.0.10
25752026-05-21T09:54:44.170Z Checking new_debug_unreachable v1.0.6
25762026-05-21T09:54:44.212Z Checking fixedbitset v0.4.2
25772026-05-21T09:54:44.232Z Checking static_assertions v1.1.0
25782026-05-21T09:54:44.265Z Checking difflib v0.4.0
25792026-05-21T09:54:44.277Z Checking data-encoding v2.10.0
25802026-05-21T09:54:44.300Z Checking unicode-segmentation v1.12.0
25812026-05-21T09:54:44.323Z Checking keccak v0.1.6
25822026-05-21T09:54:44.360Z Checking whoami v2.1.0
25832026-05-21T09:54:44.364Z Checking typed-path v0.9.3
25842026-05-21T09:54:44.442Z Checking normalize-line-endings v0.3.0
25852026-05-21T09:54:44.485Z Checking precomputed-hash v0.1.1
25862026-05-21T09:54:44.534Z Checking toml_write v0.1.2
25872026-05-21T09:54:44.547Z Checking hickory-proto v0.25.2
25882026-05-21T09:54:44.550Z Checking crossterm v0.28.1
25892026-05-21T09:54:44.570Z Checking string_cache v0.8.9
25902026-05-21T09:54:44.574Z Checking tokio-postgres v0.7.16
25912026-05-21T09:54:44.609Z Checking similar v2.7.0
25922026-05-21T09:54:44.690Z Checking toml_edit v0.22.27
25932026-05-21T09:54:44.730Z Checking predicates v3.1.4
25942026-05-21T09:54:45.006Z Checking sha3 v0.10.8
25952026-05-21T09:54:45.030Z Checking ed25519-dalek v2.2.0
25962026-05-21T09:54:45.147Z Checking tough v0.22.0
25972026-05-21T09:54:45.209Z Checking petgraph v0.6.5
25982026-05-21T09:54:45.270Z Checking slog v2.8.2
25992026-05-21T09:54:45.283Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26002026-05-21T09:54:45.533Z Checking petgraph v0.8.3
26012026-05-21T09:54:45.776Z Checking toml v0.7.8
26022026-05-21T09:54:45.822Z Checking env_logger v0.11.9
26032026-05-21T09:54:46.012Z Checking usdt v0.6.0
26042026-05-21T09:54:46.077Z Checking ecdsa v0.16.9
26052026-05-21T09:54:46.182Z Checking usdt-impl v0.5.0
26062026-05-21T09:54:46.271Z Checking zip v4.6.1
26072026-05-21T09:54:46.410Z Checking rsa v0.9.10
26082026-05-21T09:54:46.441Z Checking nix v0.31.2
26092026-05-21T09:54:46.871Z Checking reqwest v0.13.2
26102026-05-21T09:54:47.102Z Checking clap v4.6.1
26112026-05-21T09:54:47.125Z Checking zip v0.6.6
26122026-05-21T09:54:47.167Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-21T09:54:47.201Z Checking itertools v0.13.0
26142026-05-21T09:54:47.284Z Checking serde_with v3.17.0
26152026-05-21T09:54:47.349Z Checking strum v0.26.3
26162026-05-21T09:54:47.417Z Checking fs-err v3.3.0
26172026-05-21T09:54:47.444Z Checking ahash v0.8.12
26182026-05-21T09:54:47.458Z Checking object v0.37.3
26192026-05-21T09:54:47.489Z Checking tokio-stream v0.1.18
26202026-05-21T09:54:47.520Z Checking buf-list v1.1.2
26212026-05-21T09:54:47.636Z Checking camino v1.2.2
26222026-05-21T09:54:47.699Z Checking anyhow v1.0.102
26232026-05-21T09:54:47.719Z Checking x509-cert v0.2.5
26242026-05-21T09:54:47.732Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26252026-05-21T09:54:47.864Z Checking openapiv3 v2.2.0
26262026-05-21T09:54:47.879Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-05-21T09:54:47.892Z Checking sha1 v0.10.6
26282026-05-21T09:54:47.991Z Checking lalrpop-util v0.19.12
26292026-05-21T09:54:48.049Z Checking peg-runtime v0.8.5
26302026-05-21T09:54:48.074Z Checking rayon v1.11.0
26312026-05-21T09:54:48.148Z Checking sigpipe v0.1.3
26322026-05-21T09:54:48.192Z Checking glob v0.3.3
26332026-05-21T09:54:49.635Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-05-21T09:54:49.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s
26352026-05-21T09:54:50.098Z
26362026-05-21T09:54:50.098Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26372026-05-21T09:54:50.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-21T09:54:50.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-21T09:54:50.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-21T09:54:50.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26412026-05-21T09:54:50.722Z
26422026-05-21T09:54:50.722Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26432026-05-21T09:54:51.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-21T09:54:51.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-21T09:54:51.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-21T09:54:51.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26472026-05-21T09:54:51.348Z
26482026-05-21T09:54:51.348Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26492026-05-21T09:54:51.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-21T09:54:51.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-21T09:54:51.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-21T09:54:51.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26532026-05-21T09:54:52.013Z
26542026-05-21T09:54:52.013Zinfo: running `cargo check --bins` on oxql-types (80/276)
26552026-05-21T09:54:52.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-21T09:54:52.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-21T09:54:52.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-21T09:54:52.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26592026-05-21T09:54:52.634Z
26602026-05-21T09:54:52.634Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26612026-05-21T09:54:53.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-21T09:54:53.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-21T09:54:53.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-05-21T09:54:53.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26652026-05-21T09:54:53.257Z
26662026-05-21T09:54:53.257Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26672026-05-21T09:54:53.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-05-21T09:54:53.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-05-21T09:54:53.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-05-21T09:54:53.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26712026-05-21T09:54:53.861Z
26722026-05-21T09:54:53.861Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26732026-05-21T09:54:54.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-05-21T09:54:54.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-05-21T09:54:54.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-05-21T09:54:54.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26772026-05-21T09:54:54.464Z
26782026-05-21T09:54:54.464Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26792026-05-21T09:54:54.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-05-21T09:54:54.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-05-21T09:54:55.160Z Compiling structmeta-derive v0.3.0
26822026-05-21T09:54:55.279Z Compiling rustls v0.22.4
26832026-05-21T09:54:55.289Z Compiling multer v3.1.0
26842026-05-21T09:54:55.298Z Compiling async-stream-impl v0.3.6
26852026-05-21T09:54:55.298Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-05-21T09:54:55.321Z Compiling dropshot v0.17.0
26872026-05-21T09:54:55.336Z Compiling newtype-uuid-macros v0.1.0
26882026-05-21T09:54:55.336Z Compiling dropshot_endpoint v0.17.0
26892026-05-21T09:54:55.471Z Checking newtype-uuid v1.3.2
26902026-05-21T09:54:55.517Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-05-21T09:54:55.556Z Checking rustls-webpki v0.102.8
26922026-05-21T09:54:55.670Z Checking daft v0.1.7
26932026-05-21T09:54:55.685Z Checking thread_local v1.1.9
26942026-05-21T09:54:55.852Z Checking compression-core v0.4.31
26952026-05-21T09:54:55.866Z Checking match_cfg v0.1.0
26962026-05-21T09:54:55.905Z Checking iddqd v0.4.1
26972026-05-21T09:54:55.922Z Checking crossbeam-channel v0.5.15
26982026-05-21T09:54:55.935Z Checking hostname v0.3.1
26992026-05-21T09:54:55.973Z Checking compression-codecs v0.4.37
27002026-05-21T09:54:56.029Z Checking slog-json v2.6.1
27012026-05-21T09:54:56.069Z Checking serde_spanned v1.0.4
27022026-05-21T09:54:56.138Z Checking toml_datetime v1.0.0+spec-1.1.0
27032026-05-21T09:54:56.185Z Checking is-terminal v0.4.17
27042026-05-21T09:54:56.199Z Checking debug-ignore v1.0.5
27052026-05-21T09:54:56.252Z Checking take_mut v0.2.2
27062026-05-21T09:54:56.274Z Checking term v1.2.1
27072026-05-21T09:54:56.297Z Checking toml_writer v1.0.6+spec-1.1.0
27082026-05-21T09:54:56.312Z Compiling structmeta v0.3.0
27092026-05-21T09:54:56.339Z Checking slog-bunyan v2.5.0
27102026-05-21T09:54:56.351Z Checking slog-async v2.8.0
27112026-05-21T09:54:56.448Z Checking async-compression v0.4.41
27122026-05-21T09:54:56.469Z Checking toml v1.0.6+spec-1.1.0
27132026-05-21T09:54:56.489Z Checking slog-term v2.9.2
27142026-05-21T09:54:56.517Z Compiling derive-ex v0.1.8
27152026-05-21T09:54:56.520Z Compiling parse-display-derive v0.10.0
27162026-05-21T09:54:56.689Z Checking async-stream v0.3.6
27172026-05-21T09:54:56.741Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27182026-05-21T09:54:56.816Z Checking progenitor-client v0.14.0
27192026-05-21T09:54:56.828Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-05-21T09:54:56.846Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-05-21T09:54:56.990Z Checking waitgroup v0.1.2
27222026-05-21T09:54:57.035Z Checking backon v1.6.0
27232026-05-21T09:54:57.049Z Checking rustls-pemfile v2.2.0
27242026-05-21T09:54:57.088Z Checking serde_path_to_error v0.1.20
27252026-05-21T09:54:57.122Z Checking hostname v0.4.2
27262026-05-21T09:54:57.183Z Checking instant v0.1.13
27272026-05-21T09:54:57.270Z Checking backoff v0.4.0
27282026-05-21T09:54:57.349Z Checking progenitor-extras v0.2.0
27292026-05-21T09:54:57.376Z Checking tokio-rustls v0.25.0
27302026-05-21T09:54:57.426Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27312026-05-21T09:54:57.443Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27322026-05-21T09:54:57.596Z Checking itertools v0.14.0
27332026-05-21T09:54:57.635Z Checking progenitor-client v0.10.0
27342026-05-21T09:54:57.801Z Checking regress v0.10.5
27352026-05-21T09:54:57.817Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
27362026-05-21T09:54:58.065Z Checking macaddr v1.0.1
27372026-05-21T09:54:58.168Z Compiling test-strategy v0.4.5
27382026-05-21T09:54:58.171Z Checking parse-display v0.10.0
27392026-05-21T09:54:59.337Z Compiling prettyplease v0.2.37
27402026-05-21T09:54:59.612Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-05-21T09:54:59.791Z Checking num-rational v0.4.2
27422026-05-21T09:55:00.003Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27432026-05-21T09:55:00.391Z Checking num-complex v0.4.6
27442026-05-21T09:55:00.898Z Checking num v0.4.3
27452026-05-21T09:55:00.974Z Compiling usdt-macro v0.5.0
27462026-05-21T09:55:01.046Z Compiling usdt-attr-macro v0.5.0
27472026-05-21T09:55:01.065Z Checking memmap v0.7.0
27482026-05-21T09:55:01.128Z Checking float-ord v0.3.2
27492026-05-21T09:55:01.200Z Compiling convert_case v0.4.0
27502026-05-21T09:55:01.234Z Checking unicode-width v0.2.0
27512026-05-21T09:55:01.480Z Checking console v0.15.11
27522026-05-21T09:55:01.576Z Compiling derive_more v0.99.20
27532026-05-21T09:55:01.696Z Checking newline-converter v0.3.0
27542026-05-21T09:55:01.760Z Checking atomicwrites v0.4.4
27552026-05-21T09:55:01.806Z Checking usdt v0.5.0
27562026-05-21T09:55:01.809Z Compiling toml v0.8.23
27572026-05-21T09:55:01.887Z Compiling minimal-lexical v0.2.1
27582026-05-21T09:55:01.981Z Checking linked-hash-map v0.5.6
27592026-05-21T09:55:02.139Z Compiling nom v7.1.3
27602026-05-21T09:55:02.152Z Checking lru-cache v0.1.2
27612026-05-21T09:55:02.275Z Checking expectorate v1.2.0
27622026-05-21T09:55:02.772Z Checking camino-tempfile v1.4.1
27632026-05-21T09:55:02.939Z Checking hickory-proto v0.24.4
27642026-05-21T09:55:02.942Z Checking phf_shared v0.12.1
27652026-05-21T09:55:03.085Z Compiling slog-dtrace v0.3.0
27662026-05-21T09:55:03.186Z Compiling chrono-tz v0.10.4
27672026-05-21T09:55:03.280Z Checking resolv-conf v0.7.6
27682026-05-21T09:55:03.373Z Checking heck v0.5.0
27692026-05-21T09:55:03.459Z Compiling const_format_proc_macros v0.2.34
27702026-05-21T09:55:03.472Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-21T09:55:03.539Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-05-21T09:55:03.571Z Checking phf v0.12.1
27732026-05-21T09:55:03.715Z Checking tokio-dtrace v0.1.1
27742026-05-21T09:55:03.903Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-05-21T09:55:03.949Z Compiling derive-where v1.6.0
27762026-05-21T09:55:04.083Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27772026-05-21T09:55:04.431Z Checking highway v1.3.0
27782026-05-21T09:55:04.662Z Checking const_format v0.2.35
27792026-05-21T09:55:04.730Z Checking hickory-resolver v0.24.4
27802026-05-21T09:55:04.935Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-05-21T09:55:04.969Z Checking oxide-tokio-rt v0.1.4
27822026-05-21T09:55:05.081Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-05-21T09:55:05.290Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-05-21T09:55:05.304Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-05-21T09:55:05.360Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-05-21T09:55:05.490Z Checking qorb v0.4.1
27872026-05-21T09:55:05.559Z Checking gethostname v0.5.0
27882026-05-21T09:55:05.588Z Checking bcs v0.1.6
27892026-05-21T09:55:05.637Z Checking termtree v0.5.1
27902026-05-21T09:55:08.803Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27912026-05-21T09:55:11.507Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27922026-05-21T09:55:13.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
27932026-05-21T09:55:13.802Z
27942026-05-21T09:55:13.802Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27952026-05-21T09:55:14.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-05-21T09:55:14.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-05-21T09:55:14.504Z Compiling ar_archive_writer v0.5.1
27982026-05-21T09:55:14.508Z Compiling stacker v0.1.23
27992026-05-21T09:55:14.624Z Compiling cfg_aliases v0.1.1
28002026-05-21T09:55:14.631Z Compiling convert_case v0.10.0
28012026-05-21T09:55:14.634Z Checking unicode-width v0.1.14
28022026-05-21T09:55:14.646Z Compiling proc-macro-error v1.0.4
28032026-05-21T09:55:14.657Z Checking fd-lock v4.0.4
28042026-05-21T09:55:14.657Z Checking nibble_vec v0.1.0
28052026-05-21T09:55:14.680Z Compiling nix v0.28.0
28062026-05-21T09:55:14.767Z Checking vte v0.14.1
28072026-05-21T09:55:14.828Z Compiling recursive-proc-macro-impl v0.1.1
28082026-05-21T09:55:14.879Z Checking endian-type v0.1.2
28092026-05-21T09:55:14.906Z Checking bytecount v0.6.9
28102026-05-21T09:55:14.957Z Compiling tabled_derive v0.7.0
28112026-05-21T09:55:14.971Z Compiling derive_more-impl v2.1.1
28122026-05-21T09:55:14.971Z Checking strip-ansi-escapes v0.2.1
28132026-05-21T09:55:15.004Z Checking papergrid v0.11.0
28142026-05-21T09:55:15.017Z Checking radix_trie v0.2.1
28152026-05-21T09:55:15.078Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162026-05-21T09:55:15.229Z Compiling peg-macros v0.8.5
28172026-05-21T09:55:15.263Z Checking winnow v0.6.26
28182026-05-21T09:55:15.469Z Compiling psm v0.1.30
28192026-05-21T09:55:15.544Z Compiling sqlparser_derive v0.5.0
28202026-05-21T09:55:15.614Z Checking home v0.5.12
28212026-05-21T09:55:15.720Z Checking nu-ansi-term v0.50.3
28222026-05-21T09:55:15.788Z Checking derive_more v2.1.1
28232026-05-21T09:55:15.868Z Checking unicode_categories v0.1.1
28242026-05-21T09:55:15.922Z Checking tabled v0.15.0
28252026-05-21T09:55:15.935Z Checking reedline v0.40.0
28262026-05-21T09:55:16.008Z Checking rustyline v14.0.0
28272026-05-21T09:55:16.022Z Checking crossterm v0.29.0
28282026-05-21T09:55:16.256Z Checking recursive v0.1.1
28292026-05-21T09:55:16.314Z Checking display-error-chain v0.2.2
28302026-05-21T09:55:16.349Z Checking sqlparser v0.61.0
28312026-05-21T09:55:16.393Z Checking sqlformat v0.3.5
28322026-05-21T09:55:16.579Z Checking peg v0.8.5
28332026-05-21T09:55:27.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28342026-05-21T09:55:27.678Z
28352026-05-21T09:55:27.678Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28362026-05-21T09:55:28.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-05-21T09:55:28.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-05-21T09:55:28.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-05-21T09:55:31.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
28402026-05-21T09:55:32.038Z
28412026-05-21T09:55:32.038Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28422026-05-21T09:55:32.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-05-21T09:55:32.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-05-21T09:55:32.738Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-05-21T09:55:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28462026-05-21T09:55:35.378Z
28472026-05-21T09:55:35.378Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28482026-05-21T09:55:35.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-05-21T09:55:35.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-05-21T09:55:36.068Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-05-21T09:55:39.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28522026-05-21T09:55:39.513Z
28532026-05-21T09:55:39.513Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28542026-05-21T09:55:40.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-21T09:55:40.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-21T09:55:40.220Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-21T09:55:43.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28582026-05-21T09:55:43.679Z
28592026-05-21T09:55:43.679Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28602026-05-21T09:55:44.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-21T09:55:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-21T09:55:44.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632026-05-21T09:55:46.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28642026-05-21T09:55:47.153Z
28652026-05-21T09:55:47.154Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28662026-05-21T09:55:47.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-21T09:55:47.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-21T09:55:47.855Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692026-05-21T09:55:50.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28702026-05-21T09:55:50.677Z
28712026-05-21T09:55:50.677Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28722026-05-21T09:55:51.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-05-21T09:55:51.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-05-21T09:55:51.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752026-05-21T09:55:54.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28762026-05-21T09:55:54.970Z
28772026-05-21T09:55:54.970Zinfo: running `cargo check --bins` on oximeter (93/276)
28782026-05-21T09:55:55.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-21T09:55:55.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-21T09:55:55.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-05-21T09:55:55.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28822026-05-21T09:55:55.591Z
28832026-05-21T09:55:55.591Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28842026-05-21T09:55:56.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-05-21T09:55:56.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-05-21T09:55:56.247Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28872026-05-21T09:55:56.415Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28882026-05-21T09:55:56.415Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28892026-05-21T09:55:56.753Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902026-05-21T09:55:59.685Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28912026-05-21T09:56:00.896Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28922026-05-21T09:56:01.062Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28932026-05-21T09:56:01.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
28942026-05-21T09:56:01.939Z
28952026-05-21T09:56:01.939Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28962026-05-21T09:56:02.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-21T09:56:02.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-21T09:56:02.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-21T09:56:02.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29002026-05-21T09:56:02.563Z
29012026-05-21T09:56:02.563Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
29022026-05-21T09:56:03.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-21T09:56:03.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-21T09:56:03.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-05-21T09:56:03.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29062026-05-21T09:56:03.229Z
29072026-05-21T09:56:03.229Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29082026-05-21T09:56:03.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-21T09:56:03.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-21T09:56:03.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-05-21T09:56:03.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29122026-05-21T09:56:03.855Z
29132026-05-21T09:56:03.855Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29142026-05-21T09:56:04.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-21T09:56:04.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-21T09:56:04.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-21T09:56:04.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29182026-05-21T09:56:04.480Z
29192026-05-21T09:56:04.480Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29202026-05-21T09:56:05.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-21T09:56:05.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-21T09:56:05.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-21T09:56:05.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29242026-05-21T09:56:05.112Z
29252026-05-21T09:56:05.112Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29262026-05-21T09:56:05.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-21T09:56:05.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-21T09:56:05.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-21T09:56:05.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29302026-05-21T09:56:05.736Z
29312026-05-21T09:56:05.737Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29322026-05-21T09:56:06.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-21T09:56:06.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-21T09:56:06.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-05-21T09:56:06.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29362026-05-21T09:56:06.347Z
29372026-05-21T09:56:06.347Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29382026-05-21T09:56:06.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-05-21T09:56:06.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-05-21T09:56:06.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-05-21T09:56:06.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29422026-05-21T09:56:06.977Z
29432026-05-21T09:56:06.977Zinfo: running `cargo check --bins` on update-engine (103/276)
29442026-05-21T09:56:07.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-05-21T09:56:07.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-05-21T09:56:07.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-05-21T09:56:07.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29482026-05-21T09:56:07.585Z
29492026-05-21T09:56:07.585Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29502026-05-21T09:56:08.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-05-21T09:56:08.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-05-21T09:56:08.321Z Compiling crucible-workspace-hack v0.1.0
29532026-05-21T09:56:08.442Z Checking secrecy v0.10.3
29542026-05-21T09:56:08.449Z Compiling heapless v0.8.0
29552026-05-21T09:56:08.457Z Compiling ingot-macros v0.1.1
29562026-05-21T09:56:08.464Z Compiling toml_edit v0.23.10+spec-1.0.0
29572026-05-21T09:56:08.464Z Checking hash32 v0.3.1
29582026-05-21T09:56:08.487Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-05-21T09:56:08.490Z Compiling smoltcp v0.11.0
29602026-05-21T09:56:08.545Z Checking cobs v0.3.0
29612026-05-21T09:56:08.593Z Compiling thiserror-impl-no-std v2.0.2
29622026-05-21T09:56:08.683Z Checking universal-hash v0.5.1
29632026-05-21T09:56:08.698Z Checking half v2.7.1
29642026-05-21T09:56:08.724Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
29652026-05-21T09:56:08.822Z Checking ciborium-io v0.2.2
29662026-05-21T09:56:08.888Z Checking opaque-debug v0.3.1
29672026-05-21T09:56:08.935Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29682026-05-21T09:56:08.957Z Checking poly1305 v0.8.0
29692026-05-21T09:56:08.961Z Checking ciborium-ll v0.2.2
29702026-05-21T09:56:08.961Z Checking postcard v1.1.3
29712026-05-21T09:56:09.134Z Compiling proc-macro-crate v3.4.0
29722026-05-21T09:56:09.219Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-05-21T09:56:09.240Z Checking password-hash v0.5.0
29742026-05-21T09:56:09.255Z Checking chacha20 v0.9.1
29752026-05-21T09:56:09.444Z Compiling proc-macro-crate v1.3.1
29762026-05-21T09:56:09.465Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-21T09:56:09.484Z Checking blake2 v0.10.6
29782026-05-21T09:56:09.502Z Checking aead v0.5.2
29792026-05-21T09:56:09.641Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-05-21T09:56:09.693Z Compiling foreign-types-macros v0.2.3
29812026-05-21T09:56:09.696Z Compiling num_enum_derive v0.7.6
29822026-05-21T09:56:09.719Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-21T09:56:09.757Z Checking thiserror-no-std v2.0.2
29842026-05-21T09:56:09.855Z Checking foreign-types-shared v0.3.1
29852026-05-21T09:56:09.855Z Checking cpufeatures v0.3.0
29862026-05-21T09:56:09.883Z Compiling num_enum_derive v0.5.11
29872026-05-21T09:56:09.931Z Checking chacha20 v0.10.0
29882026-05-21T09:56:09.956Z Checking vsss-rs v3.3.4
29892026-05-21T09:56:09.972Z Checking argon2 v0.5.3
29902026-05-21T09:56:10.148Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29912026-05-21T09:56:10.292Z Checking foreign-types v0.5.0
29922026-05-21T09:56:10.319Z Checking chacha20poly1305 v0.10.1
29932026-05-21T09:56:10.373Z Checking ciborium v0.2.2
29942026-05-21T09:56:10.551Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-05-21T09:56:10.581Z Checking tabwriter v1.4.1
29962026-05-21T09:56:10.728Z Checking byte-wrapper v0.1.0
29972026-05-21T09:56:10.763Z Checking num_enum v0.7.6
29982026-05-21T09:56:10.785Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-05-21T09:56:10.829Z Checking cstr-argument v0.1.2
30002026-05-21T09:56:10.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30012026-05-21T09:56:10.905Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
30022026-05-21T09:56:10.933Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-05-21T09:56:10.955Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-05-21T09:56:11.067Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-05-21T09:56:11.111Z Checking num_enum v0.5.11
30062026-05-21T09:56:11.128Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
30072026-05-21T09:56:11.198Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30082026-05-21T09:56:11.224Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30092026-05-21T09:56:11.262Z Checking ingot-types v0.1.2
30102026-05-21T09:56:11.292Z Checking rand v0.10.1
30112026-05-21T09:56:11.307Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30122026-05-21T09:56:11.321Z Checking indent_write v2.2.0
30132026-05-21T09:56:11.424Z Checking colored v3.1.1
30142026-05-21T09:56:11.450Z Checking winnow v1.0.3
30152026-05-21T09:56:11.564Z Compiling zone_cfg_derive v0.3.1
30162026-05-21T09:56:11.616Z Checking ingot v0.1.1
30172026-05-21T09:56:11.616Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-05-21T09:56:11.619Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-21T09:56:11.656Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-21T09:56:11.727Z Checking itertools v0.12.1
30212026-05-21T09:56:11.760Z Compiling num-derive v0.4.2
30222026-05-21T09:56:11.813Z Checking swrite v0.1.0
30232026-05-21T09:56:11.828Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-21T09:56:11.906Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-05-21T09:56:12.030Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-05-21T09:56:12.175Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-21T09:56:12.191Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-21T09:56:12.195Z Checking dropshot-api-manager-types v0.7.1
30292026-05-21T09:56:12.223Z Checking smf v0.2.3
30302026-05-21T09:56:12.311Z Checking nanorand v0.7.0
30312026-05-21T09:56:12.355Z Checking whoami v1.6.1
30322026-05-21T09:56:12.453Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30332026-05-21T09:56:12.504Z Checking flume v0.11.1
30342026-05-21T09:56:12.674Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30352026-05-21T09:56:12.727Z Checking zone v0.3.1
30362026-05-21T09:56:13.192Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30372026-05-21T09:56:14.148Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30382026-05-21T09:56:15.032Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30392026-05-21T09:56:18.304Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-05-21T09:56:20.340Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-05-21T09:56:21.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
30422026-05-21T09:56:21.638Z
30432026-05-21T09:56:21.638Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30442026-05-21T09:56:22.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-21T09:56:22.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-21T09:56:22.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-21T09:56:22.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30482026-05-21T09:56:22.264Z
30492026-05-21T09:56:22.264Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30502026-05-21T09:56:22.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-21T09:56:22.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-21T09:56:22.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-21T09:56:22.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30542026-05-21T09:56:22.886Z
30552026-05-21T09:56:22.886Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30562026-05-21T09:56:23.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-21T09:56:23.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-21T09:56:23.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-21T09:56:23.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30602026-05-21T09:56:23.515Z
30612026-05-21T09:56:23.515Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30622026-05-21T09:56:24.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-21T09:56:24.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-21T09:56:24.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-21T09:56:24.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30662026-05-21T09:56:24.144Z
30672026-05-21T09:56:24.144Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30682026-05-21T09:56:24.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-21T09:56:24.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-21T09:56:24.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-21T09:56:24.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30722026-05-21T09:56:24.769Z
30732026-05-21T09:56:24.769Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30742026-05-21T09:56:25.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-21T09:56:25.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-21T09:56:25.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-21T09:56:25.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30782026-05-21T09:56:25.399Z
30792026-05-21T09:56:25.399Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30802026-05-21T09:56:25.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-21T09:56:25.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-21T09:56:25.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-21T09:56:25.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30842026-05-21T09:56:26.020Z
30852026-05-21T09:56:26.020Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30862026-05-21T09:56:26.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-21T09:56:26.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-21T09:56:26.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-21T09:56:26.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30902026-05-21T09:56:26.630Z
30912026-05-21T09:56:26.630Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30922026-05-21T09:56:27.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-21T09:56:27.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-21T09:56:27.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-21T09:56:27.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30962026-05-21T09:56:27.250Z
30972026-05-21T09:56:27.250Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30982026-05-21T09:56:27.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-21T09:56:27.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-21T09:56:27.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-21T09:56:27.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31022026-05-21T09:56:27.872Z
31032026-05-21T09:56:27.872Zinfo: running `cargo check --bins` on installinator-client (115/276)
31042026-05-21T09:56:28.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-21T09:56:28.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-21T09:56:28.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-21T09:56:28.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31082026-05-21T09:56:28.493Z
31092026-05-21T09:56:28.493Zinfo: running `cargo check --bins` on nexus-client (116/276)
31102026-05-21T09:56:29.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-21T09:56:29.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-21T09:56:29.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-21T09:56:29.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31142026-05-21T09:56:29.160Z
31152026-05-21T09:56:29.160Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31162026-05-21T09:56:29.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-21T09:56:29.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-21T09:56:29.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-21T09:56:29.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31202026-05-21T09:56:29.819Z
31212026-05-21T09:56:29.819Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31222026-05-21T09:56:30.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-21T09:56:30.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-21T09:56:30.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-21T09:56:30.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31262026-05-21T09:56:30.429Z
31272026-05-21T09:56:30.429Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31282026-05-21T09:56:30.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-21T09:56:30.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-21T09:56:30.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-21T09:56:30.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31322026-05-21T09:56:31.033Z
31332026-05-21T09:56:31.033Zinfo: running `cargo check --bins` on oxide-client (120/276)
31342026-05-21T09:56:31.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-21T09:56:31.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-21T09:56:31.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-21T09:56:31.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31382026-05-21T09:56:31.644Z
31392026-05-21T09:56:31.644Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31402026-05-21T09:56:32.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-21T09:56:32.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-21T09:56:32.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-21T09:56:32.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-05-21T09:56:32.264Z
31452026-05-21T09:56:32.264Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31462026-05-21T09:56:32.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-21T09:56:32.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-21T09:56:32.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-21T09:56:32.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31502026-05-21T09:56:32.873Z
31512026-05-21T09:56:32.873Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31522026-05-21T09:56:33.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-21T09:56:33.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-21T09:56:33.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-21T09:56:33.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31562026-05-21T09:56:33.502Z
31572026-05-21T09:56:33.502Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31582026-05-21T09:56:34.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-21T09:56:34.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-21T09:56:34.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-21T09:56:34.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31622026-05-21T09:56:34.152Z
31632026-05-21T09:56:34.152Zinfo: running `cargo check --bins` on installinator-common (125/276)
31642026-05-21T09:56:34.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-21T09:56:34.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-21T09:56:34.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-21T09:56:34.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31682026-05-21T09:56:34.793Z
31692026-05-21T09:56:34.793Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31702026-05-21T09:56:35.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-21T09:56:35.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-21T09:56:35.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-21T09:56:35.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-05-21T09:56:35.401Z
31752026-05-21T09:56:35.401Zinfo: running `cargo check --bins` on wicket-common (127/276)
31762026-05-21T09:56:35.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-21T09:56:35.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-21T09:56:35.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-21T09:56:35.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31802026-05-21T09:56:36.031Z
31812026-05-21T09:56:36.031Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31822026-05-21T09:56:36.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-21T09:56:36.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-21T09:56:36.744Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-05-21T09:56:36.863Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-05-21T09:56:36.872Z Checking csv-core v0.1.13
31872026-05-21T09:56:36.878Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-05-21T09:56:36.886Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-05-21T09:56:36.889Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-05-21T09:56:36.907Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-05-21T09:56:36.918Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-05-21T09:56:37.028Z Checking csv v1.4.0
31932026-05-21T09:56:37.069Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-05-21T09:56:37.083Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-05-21T09:56:37.110Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-05-21T09:56:37.127Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-05-21T09:56:37.366Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-05-21T09:56:37.729Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31992026-05-21T09:56:37.736Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-05-21T09:56:38.066Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-05-21T09:56:43.897Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-05-21T09:56:44.434Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-05-21T09:56:46.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
32042026-05-21T09:56:46.972Z
32052026-05-21T09:56:46.972Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
32062026-05-21T09:56:47.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-21T09:56:47.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-21T09:56:47.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-21T09:56:47.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32102026-05-21T09:56:47.596Z
32112026-05-21T09:56:47.596Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32122026-05-21T09:56:48.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-21T09:56:48.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-21T09:56:48.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-21T09:56:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32162026-05-21T09:56:48.310Z
32172026-05-21T09:56:48.310Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32182026-05-21T09:56:48.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-21T09:56:48.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-21T09:56:48.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-21T09:56:48.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32222026-05-21T09:56:49.014Z
32232026-05-21T09:56:49.014Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32242026-05-21T09:56:49.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-21T09:56:49.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-21T09:56:49.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-05-21T09:56:49.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32282026-05-21T09:56:49.692Z
32292026-05-21T09:56:49.692Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32302026-05-21T09:56:50.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-05-21T09:56:50.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-05-21T09:56:50.565Z Compiling regress v0.11.1
32332026-05-21T09:56:50.727Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32342026-05-21T09:56:50.736Z Compiling unsafe-libyaml v0.2.11
32352026-05-21T09:56:50.741Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32362026-05-21T09:56:50.741Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32372026-05-21T09:56:50.741Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32382026-05-21T09:56:50.741Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32392026-05-21T09:56:50.980Z Compiling semver v0.1.20
32402026-05-21T09:56:51.084Z Compiling owo-colors v4.3.0
32412026-05-21T09:56:51.100Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32422026-05-21T09:56:51.259Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32432026-05-21T09:56:51.415Z Compiling serde_yaml v0.9.34+deprecated
32442026-05-21T09:56:51.573Z Compiling rustc_version v0.1.7
32452026-05-21T09:56:51.719Z Compiling cancel-safe-futures v0.1.5
32462026-05-21T09:56:51.805Z Compiling newtype_derive v0.1.6
32472026-05-21T09:56:52.938Z Checking progenitor-client v0.13.0
32482026-05-21T09:56:52.966Z Checking libsw-core v0.3.2
32492026-05-21T09:56:52.967Z Checking libsw v3.5.0
32502026-05-21T09:56:52.967Z Checking typify-impl v0.6.2
32512026-05-21T09:56:52.967Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32522026-05-21T09:56:52.967Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32532026-05-21T09:56:52.967Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32542026-05-21T09:56:52.967Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32552026-05-21T09:56:53.500Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32562026-05-21T09:56:53.504Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32572026-05-21T09:56:53.546Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32582026-05-21T09:56:53.756Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32592026-05-21T09:56:53.892Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32602026-05-21T09:56:53.903Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-05-21T09:56:54.096Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32622026-05-21T09:56:54.162Z Checking linear-map v1.2.0
32632026-05-21T09:56:54.286Z Checking tagptr v0.2.0
32642026-05-21T09:56:54.363Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32652026-05-21T09:56:54.435Z Checking moka v0.12.13
32662026-05-21T09:56:54.538Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32672026-05-21T09:56:54.577Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32682026-05-21T09:56:54.631Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32692026-05-21T09:56:54.674Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32702026-05-21T09:56:54.764Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32712026-05-21T09:56:54.856Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32722026-05-21T09:56:54.896Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32732026-05-21T09:56:55.080Z Checking unicode-linebreak v0.1.5
32742026-05-21T09:56:55.117Z Checking smawk v0.3.2
32752026-05-21T09:56:55.201Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32762026-05-21T09:56:55.261Z Checking hickory-resolver v0.25.2
32772026-05-21T09:56:55.276Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32782026-05-21T09:56:55.292Z Checking textwrap v0.16.2
32792026-05-21T09:56:55.308Z Checking steno v0.4.1
32802026-05-21T09:56:55.380Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32812026-05-21T09:56:55.452Z Checking humantime v2.3.0
32822026-05-21T09:56:55.513Z Compiling num-derive v0.3.3
32832026-05-21T09:56:55.643Z Compiling radium v0.7.0
32842026-05-21T09:56:55.934Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32852026-05-21T09:56:55.982Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32862026-05-21T09:56:56.191Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32872026-05-21T09:56:56.308Z Checking nom v8.0.0
32882026-05-21T09:56:56.409Z Checking libscf-sys v1.1.0
32892026-05-21T09:56:56.447Z Checking tap v1.0.1
32902026-05-21T09:56:56.517Z Compiling maybe-uninit v2.0.0
32912026-05-21T09:56:56.540Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32922026-05-21T09:56:56.550Z Checking wyz v0.5.1
32932026-05-21T09:56:56.653Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32942026-05-21T09:56:56.753Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32952026-05-21T09:56:56.769Z Compiling typify-macro v0.6.2
32962026-05-21T09:56:56.769Z Compiling zerocopy-derive v0.6.6
32972026-05-21T09:56:56.849Z Checking funty v2.0.0
32982026-05-21T09:56:56.896Z Compiling packed_struct v0.10.1
32992026-05-21T09:56:57.159Z Checking crc-catalog v2.4.0
33002026-05-21T09:56:57.173Z Checking bitvec v1.0.1
33012026-05-21T09:56:57.269Z Checking crc v3.4.0
33022026-05-21T09:56:57.528Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33032026-05-21T09:56:57.545Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33042026-05-21T09:56:57.613Z Checking zerocopy v0.6.6
33052026-05-21T09:56:57.908Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33062026-05-21T09:56:58.078Z Compiling packed_struct_codegen v0.10.1
33072026-05-21T09:56:58.218Z Compiling bitfield-macros v0.19.4
33082026-05-21T09:56:58.231Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33092026-05-21T09:56:58.250Z Compiling indexmap v1.9.3
33102026-05-21T09:56:58.470Z Checking nodrop v0.1.14
33112026-05-21T09:56:58.548Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33122026-05-21T09:56:58.602Z Compiling typify v0.6.2
33132026-05-21T09:56:58.628Z Compiling progenitor-impl v0.13.0
33142026-05-21T09:56:58.664Z Compiling progenitor-impl v0.14.0
33152026-05-21T09:57:02.702Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33162026-05-21T09:57:02.710Z Checking bitfield v0.19.4
33172026-05-21T09:57:02.710Z Checking array-init v0.0.4
33182026-05-21T09:57:02.710Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33192026-05-21T09:57:02.710Z Checking smallvec v0.6.14
33202026-05-21T09:57:02.710Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33212026-05-21T09:57:02.710Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33222026-05-21T09:57:02.710Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33232026-05-21T09:57:02.710Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33242026-05-21T09:57:02.710Z Checking base64 v0.21.7
33252026-05-21T09:57:02.710Z Checking hashbrown v0.12.3
33262026-05-21T09:57:02.710Z Checking ron v0.8.1
33272026-05-21T09:57:02.710Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-05-21T09:57:02.710Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-05-21T09:57:02.710Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33302026-05-21T09:57:02.710Z Checking serde-hex v0.1.0
33312026-05-21T09:57:02.710Z Compiling progenitor-macro v0.13.0
33322026-05-21T09:57:02.710Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-05-21T09:57:02.711Z Compiling progenitor-macro v0.14.0
33342026-05-21T09:57:02.711Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33352026-05-21T09:57:02.711Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33362026-05-21T09:57:02.711Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33372026-05-21T09:57:02.711Z Checking hashbrown v0.13.2
33382026-05-21T09:57:02.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33392026-05-21T09:57:02.711Z Checking crc-any v2.5.0
33402026-05-21T09:57:02.711Z Checking object v0.30.4
33412026-05-21T09:57:02.711Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-05-21T09:57:02.711Z Checking utf-8 v0.7.6
33432026-05-21T09:57:02.711Z Checking path-slash v0.1.5
33442026-05-21T09:57:02.711Z Checking half v1.8.3
33452026-05-21T09:57:02.711Z Checking void v1.0.2
33462026-05-21T09:57:02.711Z Checking serde_cbor v0.11.2
33472026-05-21T09:57:02.711Z Checking lzss v0.8.2
33482026-05-21T09:57:02.711Z Checking tungstenite v0.23.0
33492026-05-21T09:57:02.961Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-05-21T09:57:02.977Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33512026-05-21T09:57:03.018Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33522026-05-21T09:57:03.116Z Checking nix v0.27.1
33532026-05-21T09:57:03.141Z Checking kstat-rs v0.2.4
33542026-05-21T09:57:03.273Z Checking fxhash v0.2.1
33552026-05-21T09:57:03.338Z Checking serde_bytes v0.11.19
33562026-05-21T09:57:03.388Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-05-21T09:57:03.404Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582026-05-21T09:57:03.518Z Checking tokio-tungstenite v0.23.1
33592026-05-21T09:57:03.635Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-05-21T09:57:03.721Z Checking signal-hook-tokio v0.3.1
33612026-05-21T09:57:03.926Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-05-21T09:57:04.834Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33632026-05-21T09:57:05.162Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33642026-05-21T09:57:05.312Z Checking progenitor v0.13.0
33652026-05-21T09:57:05.440Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33662026-05-21T09:57:05.496Z Checking progenitor v0.14.0
33672026-05-21T09:57:05.622Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33682026-05-21T09:57:05.625Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-05-21T09:57:08.498Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33702026-05-21T09:57:15.964Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33712026-05-21T09:57:22.170Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33722026-05-21T09:57:23.560Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33732026-05-21T09:57:24.075Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33742026-05-21T09:57:24.675Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33752026-05-21T09:57:27.519Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-05-21T09:57:35.333Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33772026-05-21T09:57:41.778Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33782026-05-21T09:57:43.272Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33792026-05-21T09:57:43.860Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33802026-05-21T09:57:46.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.42s
33812026-05-21T09:57:46.340Z
33822026-05-21T09:57:46.340Zinfo: running `cargo check --bins` on gateway-api (134/276)
33832026-05-21T09:57:46.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-21T09:57:46.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-21T09:57:46.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-21T09:57:46.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33872026-05-21T09:57:46.964Z
33882026-05-21T09:57:46.964Zinfo: running `cargo check --bins` on ipcc (135/276)
33892026-05-21T09:57:47.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-21T09:57:47.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-21T09:57:47.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-21T09:57:47.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33932026-05-21T09:57:47.582Z
33942026-05-21T09:57:47.582Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33952026-05-21T09:57:48.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-21T09:57:48.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-21T09:57:48.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-21T09:57:48.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-21T09:57:48.187Z
34002026-05-21T09:57:48.187Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
34012026-05-21T09:57:48.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-21T09:57:48.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-21T09:57:48.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-21T09:57:48.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-21T09:57:48.807Z
34062026-05-21T09:57:48.807Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
34072026-05-21T09:57:49.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-21T09:57:49.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-21T09:57:49.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-21T09:57:49.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-21T09:57:49.426Z
34122026-05-21T09:57:49.426Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
34132026-05-21T09:57:49.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-21T09:57:49.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-21T09:57:49.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-21T09:57:49.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-21T09:57:50.049Z
34182026-05-21T09:57:50.050Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
34192026-05-21T09:57:50.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-21T09:57:50.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-21T09:57:50.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-21T09:57:50.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-21T09:57:50.671Z
34242026-05-21T09:57:50.671Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
34252026-05-21T09:57:51.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-21T09:57:51.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-21T09:57:51.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-21T09:57:51.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-21T09:57:51.296Z
34302026-05-21T09:57:51.296Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
34312026-05-21T09:57:51.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-21T09:57:51.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-21T09:57:51.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-21T09:57:51.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-21T09:57:51.918Z
34362026-05-21T09:57:51.918Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
34372026-05-21T09:57:52.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-21T09:57:52.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-21T09:57:52.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-21T09:57:52.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-21T09:57:52.544Z
34422026-05-21T09:57:52.544Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
34432026-05-21T09:57:53.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-21T09:57:53.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-21T09:57:53.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-21T09:57:53.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-21T09:57:53.170Z
34482026-05-21T09:57:53.170Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
34492026-05-21T09:57:53.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-21T09:57:53.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-21T09:57:53.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-21T09:57:53.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34532026-05-21T09:57:53.797Z
34542026-05-21T09:57:53.797Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
34552026-05-21T09:57:54.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-21T09:57:54.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-21T09:57:54.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-21T09:57:54.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34592026-05-21T09:57:54.424Z
34602026-05-21T09:57:54.424Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34612026-05-21T09:57:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-21T09:57:54.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-21T09:57:54.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-21T09:57:54.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34652026-05-21T09:57:55.045Z
34662026-05-21T09:57:55.045Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34672026-05-21T09:57:55.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-21T09:57:55.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-21T09:57:55.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-21T09:57:55.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34712026-05-21T09:57:55.663Z
34722026-05-21T09:57:55.663Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34732026-05-21T09:57:56.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-21T09:57:56.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-21T09:57:56.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-21T09:57:56.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34772026-05-21T09:57:56.282Z
34782026-05-21T09:57:56.282Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34792026-05-21T09:57:56.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-21T09:57:56.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-21T09:57:56.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-21T09:57:56.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34832026-05-21T09:57:57.312Z
34842026-05-21T09:57:57.313Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34852026-05-21T09:57:57.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-21T09:57:57.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-21T09:57:57.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-21T09:57:57.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34892026-05-21T09:57:57.521Z
34902026-05-21T09:57:57.521Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34912026-05-21T09:57:58.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-21T09:57:58.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-21T09:57:58.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-21T09:57:58.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34952026-05-21T09:57:58.144Z
34962026-05-21T09:57:58.144Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34972026-05-21T09:57:58.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-21T09:57:58.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-21T09:57:58.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-21T09:57:58.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35012026-05-21T09:57:58.776Z
35022026-05-21T09:57:58.776Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
35032026-05-21T09:57:59.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-21T09:57:59.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-21T09:57:59.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-21T09:57:59.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35072026-05-21T09:57:59.406Z
35082026-05-21T09:57:59.406Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
35092026-05-21T09:57:59.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-21T09:57:59.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-21T09:57:59.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-21T09:57:59.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35132026-05-21T09:58:00.077Z
35142026-05-21T09:58:00.077Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
35152026-05-21T09:58:00.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-21T09:58:00.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-21T09:58:00.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-21T09:58:00.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35192026-05-21T09:58:00.703Z
35202026-05-21T09:58:00.703Zinfo: running `cargo check --bins` on dns-server (157/276)
35212026-05-21T09:58:01.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-21T09:58:01.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-21T09:58:01.376Z Compiling parking_lot_core v0.8.6
35242026-05-21T09:58:01.376Z Compiling atomicwrites v0.4.4
35252026-05-21T09:58:01.376Z Compiling git-stub v1.0.0
35262026-05-21T09:58:01.379Z Checking prefix-trie v0.7.0
35272026-05-21T09:58:01.380Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35282026-05-21T09:58:01.617Z Compiling git-stub-vcs v0.1.0
35292026-05-21T09:58:01.784Z Checking hickory-server v0.25.2
35302026-05-21T09:58:01.894Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35312026-05-21T09:58:01.910Z Checking parking_lot v0.11.2
35322026-05-21T09:58:01.962Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35332026-05-21T09:58:01.965Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35342026-05-21T09:58:02.080Z Checking sled v0.34.7
35352026-05-21T09:58:03.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35362026-05-21T09:58:04.151Z
35372026-05-21T09:58:04.151Zinfo: running `cargo check --bins` on dns-server-api (158/276)
35382026-05-21T09:58:04.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-21T09:58:04.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-21T09:58:04.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-21T09:58:04.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-05-21T09:58:04.773Z
35432026-05-21T09:58:04.773Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
35442026-05-21T09:58:05.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-21T09:58:05.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-21T09:58:05.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-21T09:58:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35482026-05-21T09:58:05.402Z
35492026-05-21T09:58:05.403Zinfo: running `cargo check --bins` on sp-sim (160/276)
35502026-05-21T09:58:05.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-21T09:58:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-21T09:58:06.179Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35532026-05-21T09:58:08.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
35542026-05-21T09:58:08.341Z
35552026-05-21T09:58:08.341Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
35562026-05-21T09:58:08.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-21T09:58:08.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-21T09:58:08.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-21T09:58:08.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35602026-05-21T09:58:09.028Z
35612026-05-21T09:58:09.029Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35622026-05-21T09:58:09.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-21T09:58:09.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-21T09:58:09.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-21T09:58:09.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35662026-05-21T09:58:09.722Z
35672026-05-21T09:58:09.722Zinfo: running `cargo check --bins` on db-macros (163/276)
35682026-05-21T09:58:10.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-21T09:58:10.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-21T09:58:10.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-21T09:58:10.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35722026-05-21T09:58:10.331Z
35732026-05-21T09:58:10.331Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35742026-05-21T09:58:10.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-21T09:58:10.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-21T09:58:10.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-21T09:58:10.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-21T09:58:10.935Z
35792026-05-21T09:58:10.935Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35802026-05-21T09:58:11.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-21T09:58:11.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-21T09:58:11.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-21T09:58:11.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35842026-05-21T09:58:11.612Z
35852026-05-21T09:58:11.612Zinfo: running `cargo check --bins` on authz-macros (166/276)
35862026-05-21T09:58:12.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-21T09:58:12.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-21T09:58:12.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-21T09:58:12.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-21T09:58:12.224Z
35912026-05-21T09:58:12.224Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35922026-05-21T09:58:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-21T09:58:12.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-21T09:58:12.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-21T09:58:12.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35962026-05-21T09:58:12.899Z
35972026-05-21T09:58:12.899Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35982026-05-21T09:58:13.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-21T09:58:13.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-21T09:58:13.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-21T09:58:13.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36022026-05-21T09:58:13.571Z
36032026-05-21T09:58:13.571Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
36042026-05-21T09:58:14.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-21T09:58:14.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-21T09:58:14.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-21T09:58:14.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-05-21T09:58:14.183Z
36092026-05-21T09:58:14.183Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
36102026-05-21T09:58:14.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-21T09:58:14.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-21T09:58:14.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-21T09:58:14.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36142026-05-21T09:58:14.796Z
36152026-05-21T09:58:14.796Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
36162026-05-21T09:58:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-21T09:58:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-21T09:58:15.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-21T09:58:15.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-21T09:58:15.421Z
36212026-05-21T09:58:15.421Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
36222026-05-21T09:58:15.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-21T09:58:15.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-21T09:58:15.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-21T09:58:15.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-05-21T09:58:16.037Z
36272026-05-21T09:58:16.037Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
36282026-05-21T09:58:16.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-21T09:58:16.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-21T09:58:16.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-21T09:58:16.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36322026-05-21T09:58:16.646Z
36332026-05-21T09:58:16.646Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
36342026-05-21T09:58:17.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-21T09:58:17.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-21T09:58:17.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-21T09:58:17.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36382026-05-21T09:58:17.324Z
36392026-05-21T09:58:17.324Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
36402026-05-21T09:58:17.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-21T09:58:17.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-21T09:58:17.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-21T09:58:17.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36442026-05-21T09:58:18.002Z
36452026-05-21T09:58:18.002Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
36462026-05-21T09:58:18.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-21T09:58:18.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-21T09:58:18.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-21T09:58:18.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36502026-05-21T09:58:18.676Z
36512026-05-21T09:58:18.676Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
36522026-05-21T09:58:19.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-21T09:58:19.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-21T09:58:19.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-21T09:58:19.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36562026-05-21T09:58:19.322Z
36572026-05-21T09:58:19.322Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
36582026-05-21T09:58:19.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-21T09:58:19.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-21T09:58:19.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-21T09:58:19.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36622026-05-21T09:58:19.963Z
36632026-05-21T09:58:19.963Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36642026-05-21T09:58:20.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-21T09:58:20.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-21T09:58:20.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-21T09:58:20.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36682026-05-21T09:58:20.609Z
36692026-05-21T09:58:20.609Zinfo: running `cargo check --bins` on key-manager (180/276)
36702026-05-21T09:58:21.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-21T09:58:21.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-21T09:58:21.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-21T09:58:21.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36742026-05-21T09:58:21.232Z
36752026-05-21T09:58:21.232Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36762026-05-21T09:58:21.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-21T09:58:21.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-21T09:58:21.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-21T09:58:21.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-05-21T09:58:21.877Z
36812026-05-21T09:58:21.877Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36822026-05-21T09:58:22.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-21T09:58:22.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-21T09:58:22.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-21T09:58:22.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-21T09:58:22.519Z
36872026-05-21T09:58:22.520Zinfo: running `cargo check --bins` on typed-rng (183/276)
36882026-05-21T09:58:23.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-21T09:58:23.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-21T09:58:23.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-21T09:58:23.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36922026-05-21T09:58:23.128Z
36932026-05-21T09:58:23.128Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36942026-05-21T09:58:23.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-21T09:58:23.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-21T09:58:24.018Z Compiling typify-impl v0.4.3
36972026-05-21T09:58:24.018Z Compiling libefi-sys v0.1.0
36982026-05-21T09:58:24.022Z Compiling bitfield-struct v0.6.2
36992026-05-21T09:58:24.176Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37002026-05-21T09:58:24.188Z Compiling xshell-macros v0.2.7
37012026-05-21T09:58:24.200Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37022026-05-21T09:58:24.216Z Compiling salty v0.3.0
37032026-05-21T09:58:24.244Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37042026-05-21T09:58:24.404Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37052026-05-21T09:58:24.531Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37062026-05-21T09:58:24.548Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37072026-05-21T09:58:24.548Z Checking xshell v0.2.7
37082026-05-21T09:58:24.681Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37092026-05-21T09:58:24.738Z Checking primeorder v0.13.6
37102026-05-21T09:58:24.770Z Compiling proc-macro-error-attr2 v2.0.0
37112026-05-21T09:58:24.803Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37122026-05-21T09:58:24.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37132026-05-21T09:58:24.979Z Checking p384 v0.13.1
37142026-05-21T09:58:25.044Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37152026-05-21T09:58:25.082Z Checking tungstenite v0.21.0
37162026-05-21T09:58:25.181Z Compiling proc-macro-error2 v2.0.1
37172026-05-21T09:58:25.207Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37182026-05-21T09:58:25.226Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37192026-05-21T09:58:25.277Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37202026-05-21T09:58:25.424Z Checking papergrid v0.17.0
37212026-05-21T09:58:25.486Z Compiling tabled_derive v0.11.0
37222026-05-21T09:58:25.511Z Checking tokio-tungstenite v0.21.0
37232026-05-21T09:58:25.530Z Checking testing_table v0.3.0
37242026-05-21T09:58:25.598Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37252026-05-21T09:58:25.628Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37262026-05-21T09:58:25.786Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37272026-05-21T09:58:25.834Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37282026-05-21T09:58:25.856Z Compiling unicase v2.9.0
37292026-05-21T09:58:25.982Z Checking corncobs v0.1.4
37302026-05-21T09:58:26.029Z Compiling illumos-nvpair-sys v0.2.0
37312026-05-21T09:58:26.064Z Compiling mime_guess v2.0.5
37322026-05-21T09:58:26.111Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37332026-05-21T09:58:26.139Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37342026-05-21T09:58:26.253Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-05-21T09:58:26.274Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
37362026-05-21T09:58:26.364Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37372026-05-21T09:58:26.364Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37382026-05-21T09:58:26.582Z Checking progenitor-client v0.11.2
37392026-05-21T09:58:26.599Z Checking secrecy v0.8.0
37402026-05-21T09:58:26.602Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37412026-05-21T09:58:26.630Z Checking tabled v0.20.0
37422026-05-21T09:58:26.845Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37432026-05-21T09:58:26.860Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-05-21T09:58:26.892Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37452026-05-21T09:58:26.999Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37462026-05-21T09:58:27.237Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37472026-05-21T09:58:27.253Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37482026-05-21T09:58:27.280Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37492026-05-21T09:58:27.297Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37502026-05-21T09:58:27.448Z Checking filetime v0.2.27
37512026-05-21T09:58:27.509Z Checking http-range v0.1.5
37522026-05-21T09:58:27.588Z Checking xattr v1.6.1
37532026-05-21T09:58:27.702Z Checking crc8 v0.1.1
37542026-05-21T09:58:27.726Z Checking tar v0.4.45
37552026-05-21T09:58:27.743Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37562026-05-21T09:58:27.802Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-21T09:58:27.991Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37582026-05-21T09:58:28.008Z Checking illumos-nvpair v0.3.0
37592026-05-21T09:58:28.129Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37602026-05-21T09:58:28.171Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37612026-05-21T09:58:28.248Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37622026-05-21T09:58:28.413Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37632026-05-21T09:58:28.518Z Checking atty v0.2.14
37642026-05-21T09:58:28.550Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37652026-05-21T09:58:28.590Z Compiling typify-macro v0.4.3
37662026-05-21T09:58:28.607Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37672026-05-21T09:58:28.622Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37682026-05-21T09:58:28.638Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37692026-05-21T09:58:28.713Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37702026-05-21T09:58:28.929Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37712026-05-21T09:58:28.966Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37722026-05-21T09:58:28.993Z Checking hyper-staticfile v0.10.1
37732026-05-21T09:58:29.136Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37742026-05-21T09:58:29.303Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37752026-05-21T09:58:29.324Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37762026-05-21T09:58:29.358Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37772026-05-21T09:58:29.566Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37782026-05-21T09:58:29.630Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37792026-05-21T09:58:29.869Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37802026-05-21T09:58:29.925Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37812026-05-21T09:58:30.289Z Compiling typify v0.4.3
37822026-05-21T09:58:30.407Z Compiling progenitor-impl v0.11.2
37832026-05-21T09:58:30.440Z Compiling progenitor-impl v0.10.0
37842026-05-21T09:58:30.917Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37852026-05-21T09:58:31.443Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37862026-05-21T09:58:31.892Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37872026-05-21T09:58:32.202Z Compiling progenitor-macro v0.11.2
37882026-05-21T09:58:32.218Z Compiling progenitor-macro v0.10.0
37892026-05-21T09:58:34.173Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37902026-05-21T09:58:35.001Z Checking progenitor v0.10.0
37912026-05-21T09:58:35.105Z Checking progenitor v0.11.2
37922026-05-21T09:58:35.131Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37932026-05-21T09:58:35.233Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37942026-05-21T09:58:39.831Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37952026-05-21T09:58:51.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.89s
37962026-05-21T09:58:51.248Z
37972026-05-21T09:58:51.248Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37982026-05-21T09:58:51.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-21T09:58:51.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-21T09:58:52.068Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-21T09:59:02.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38022026-05-21T09:59:03.108Z
38032026-05-21T09:59:03.108Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
38042026-05-21T09:59:03.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-21T09:59:03.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-21T09:59:03.928Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-05-21T09:59:14.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38082026-05-21T09:59:14.906Z
38092026-05-21T09:59:14.906Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
38102026-05-21T09:59:15.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-21T09:59:15.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-21T09:59:15.721Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-05-21T09:59:26.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38142026-05-21T09:59:26.703Z
38152026-05-21T09:59:26.703Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
38162026-05-21T09:59:27.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-21T09:59:27.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-21T09:59:27.519Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38192026-05-21T09:59:38.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38202026-05-21T09:59:38.491Z
38212026-05-21T09:59:38.491Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
38222026-05-21T09:59:39.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-21T09:59:39.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-21T09:59:39.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38252026-05-21T09:59:50.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
38262026-05-21T09:59:50.343Z
38272026-05-21T09:59:50.343Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
38282026-05-21T09:59:50.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-21T09:59:50.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-21T09:59:51.158Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38312026-05-21T10:00:01.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38322026-05-21T10:00:02.114Z
38332026-05-21T10:00:02.114Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
38342026-05-21T10:00:02.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-21T10:00:02.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-21T10:00:02.929Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38372026-05-21T10:00:13.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38382026-05-21T10:00:13.858Z
38392026-05-21T10:00:13.858Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
38402026-05-21T10:00:14.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-21T10:00:14.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-21T10:00:14.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-21T10:00:14.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38442026-05-21T10:00:14.484Z
38452026-05-21T10:00:14.484Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
38462026-05-21T10:00:15.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-21T10:00:15.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-21T10:00:15.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-21T10:00:15.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-05-21T10:00:15.115Z
38512026-05-21T10:00:15.115Zinfo: running `cargo check --bins` on range-requests (194/276)
38522026-05-21T10:00:15.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-21T10:00:15.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-21T10:00:15.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-21T10:00:15.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38562026-05-21T10:00:15.727Z
38572026-05-21T10:00:15.727Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38582026-05-21T10:00:16.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-21T10:00:16.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-21T10:00:16.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-21T10:00:16.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-21T10:00:16.342Z
38632026-05-21T10:00:16.342Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38642026-05-21T10:00:16.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-21T10:00:16.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-21T10:00:16.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-21T10:00:16.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38682026-05-21T10:00:16.976Z
38692026-05-21T10:00:16.976Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38702026-05-21T10:00:17.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-21T10:00:17.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-21T10:00:17.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-21T10:00:17.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38742026-05-21T10:00:17.611Z
38752026-05-21T10:00:17.611Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38762026-05-21T10:00:18.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-21T10:00:18.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-21T10:00:18.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-21T10:00:18.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38802026-05-21T10:00:18.244Z
38812026-05-21T10:00:18.244Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38822026-05-21T10:00:18.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-21T10:00:18.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-21T10:00:18.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-21T10:00:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38862026-05-21T10:00:18.884Z
38872026-05-21T10:00:18.884Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38882026-05-21T10:00:19.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-21T10:00:19.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-21T10:00:19.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-05-21T10:00:19.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38922026-05-21T10:00:19.526Z
38932026-05-21T10:00:19.526Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38942026-05-21T10:00:20.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-05-21T10:00:20.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-05-21T10:00:20.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-05-21T10:00:20.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38982026-05-21T10:00:20.194Z
38992026-05-21T10:00:20.194Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
39002026-05-21T10:00:20.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-05-21T10:00:20.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-05-21T10:00:20.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-05-21T10:00:20.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39042026-05-21T10:00:20.831Z
39052026-05-21T10:00:20.831Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
39062026-05-21T10:00:21.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-21T10:00:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-21T10:00:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-05-21T10:00:21.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39102026-05-21T10:00:21.477Z
39112026-05-21T10:00:21.477Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
39122026-05-21T10:00:22.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-21T10:00:22.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-21T10:00:22.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-21T10:00:22.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39162026-05-21T10:00:22.117Z
39172026-05-21T10:00:22.117Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
39182026-05-21T10:00:22.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-21T10:00:22.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-21T10:00:22.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-05-21T10:00:22.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39222026-05-21T10:00:22.757Z
39232026-05-21T10:00:22.758Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
39242026-05-21T10:00:23.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-21T10:00:23.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-21T10:00:23.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-21T10:00:23.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39282026-05-21T10:00:23.428Z
39292026-05-21T10:00:23.428Zinfo: running `cargo check --bins` on trust-quorum (207/276)
39302026-05-21T10:00:23.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-21T10:00:23.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-21T10:00:23.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-05-21T10:00:23.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39342026-05-21T10:00:24.069Z
39352026-05-21T10:00:24.069Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
39362026-05-21T10:00:24.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-21T10:00:24.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-21T10:00:24.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-21T10:00:24.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39402026-05-21T10:00:24.728Z
39412026-05-21T10:00:24.728Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
39422026-05-21T10:00:25.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-21T10:00:25.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-21T10:00:25.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-21T10:00:25.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39462026-05-21T10:00:25.402Z
39472026-05-21T10:00:25.402Zinfo: running `cargo check --bins` on update-common (210/276)
39482026-05-21T10:00:25.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-21T10:00:25.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-21T10:00:25.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-05-21T10:00:25.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39522026-05-21T10:00:26.030Z
39532026-05-21T10:00:26.030Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39542026-05-21T10:00:26.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-05-21T10:00:26.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-05-21T10:00:26.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-05-21T10:00:26.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39582026-05-21T10:00:26.708Z
39592026-05-21T10:00:26.708Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39602026-05-21T10:00:27.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-21T10:00:27.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-21T10:00:27.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-21T10:00:27.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39642026-05-21T10:00:27.317Z
39652026-05-21T10:00:27.317Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39662026-05-21T10:00:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-21T10:00:27.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-21T10:00:28.124Z Compiling fs-err v2.11.0
39692026-05-21T10:00:28.127Z Checking ignore v0.4.25
39702026-05-21T10:00:28.127Z Checking arc-swap v1.8.2
39712026-05-21T10:00:28.258Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39722026-05-21T10:00:28.265Z Checking predicates-tree v1.0.13
39732026-05-21T10:00:28.265Z Checking parse-size v1.1.0
39742026-05-21T10:00:28.297Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39752026-05-21T10:00:28.301Z Checking rand_seeder v0.4.0
39762026-05-21T10:00:28.382Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39772026-05-21T10:00:28.397Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39782026-05-21T10:00:28.449Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39792026-05-21T10:00:28.462Z Checking slog-scope v4.4.1
39802026-05-21T10:00:28.499Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39812026-05-21T10:00:28.576Z Compiling petname v2.0.2
39822026-05-21T10:00:28.590Z Checking slog-stdlog v4.1.1
39832026-05-21T10:00:28.606Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39842026-05-21T10:00:28.641Z Checking globwalk v0.9.1
39852026-05-21T10:00:28.678Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39862026-05-21T10:00:28.704Z Checking slog-envlogger v2.2.0
39872026-05-21T10:00:28.821Z Checking camino-tempfile-ext v0.3.3
39882026-05-21T10:00:28.852Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39892026-05-21T10:00:28.900Z Checking sapling-renderdag v0.1.0
39902026-05-21T10:00:29.013Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39912026-05-21T10:00:29.054Z Checking subprocess v0.2.15
39922026-05-21T10:00:29.136Z Checking sync-ptr v0.1.4
39932026-05-21T10:00:29.278Z Checking colored v2.2.0
39942026-05-21T10:00:29.308Z Checking assert_matches v1.5.0
39952026-05-21T10:00:29.331Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39962026-05-21T10:00:29.466Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39972026-05-21T10:00:29.469Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39982026-05-21T10:00:30.316Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39992026-05-21T10:00:31.721Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40002026-05-21T10:00:34.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
40012026-05-21T10:00:34.371Z
40022026-05-21T10:00:34.371Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
40032026-05-21T10:00:34.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-21T10:00:34.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-21T10:00:34.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-21T10:00:34.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40072026-05-21T10:00:34.985Z
40082026-05-21T10:00:34.985Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
40092026-05-21T10:00:35.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-21T10:00:35.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-21T10:00:35.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-05-21T10:00:35.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40132026-05-21T10:00:35.612Z
40142026-05-21T10:00:35.612Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
40152026-05-21T10:00:36.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-05-21T10:00:36.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-05-21T10:00:36.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-05-21T10:00:36.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40192026-05-21T10:00:36.291Z
40202026-05-21T10:00:36.291Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
40212026-05-21T10:00:36.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-21T10:00:36.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-21T10:00:37.047Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40242026-05-21T10:00:37.047Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40252026-05-21T10:00:37.699Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40262026-05-21T10:00:39.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
40272026-05-21T10:00:39.642Z
40282026-05-21T10:00:39.642Zinfo: running `cargo check --bins` on oximeter-api (218/276)
40292026-05-21T10:00:40.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-21T10:00:40.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-21T10:00:40.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-05-21T10:00:40.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40332026-05-21T10:00:40.261Z
40342026-05-21T10:00:40.261Zinfo: running `cargo check --bins` on cert-dev (219/276)
40352026-05-21T10:00:40.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-21T10:00:40.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-21T10:00:40.886Z Checking yasna v0.5.2
40382026-05-21T10:00:41.293Z Checking rcgen v0.12.1
40392026-05-21T10:00:41.541Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40402026-05-21T10:00:41.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40412026-05-21T10:00:41.908Z
40422026-05-21T10:00:41.909Zinfo: running `cargo check --bins` on clickana (220/276)
40432026-05-21T10:00:42.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-21T10:00:42.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-21T10:00:42.574Z Compiling darling_core v0.23.0
40462026-05-21T10:00:42.577Z Compiling instability v0.3.11
40472026-05-21T10:00:42.693Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40482026-05-21T10:00:42.693Z Checking castaway v0.2.4
40492026-05-21T10:00:42.699Z Compiling indoc v2.0.7
40502026-05-21T10:00:42.713Z Checking unicode-truncate v1.1.0
40512026-05-21T10:00:42.716Z Checking lru v0.12.5
40522026-05-21T10:00:42.723Z Checking cassowary v0.3.0
40532026-05-21T10:00:42.782Z Checking compact_str v0.8.1
40542026-05-21T10:00:43.752Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40552026-05-21T10:00:43.939Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40562026-05-21T10:00:44.101Z Compiling darling_macro v0.23.0
40572026-05-21T10:00:44.511Z Compiling darling v0.23.0
40582026-05-21T10:00:45.118Z Checking ratatui v0.29.0
40592026-05-21T10:00:46.157Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40602026-05-21T10:00:46.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40612026-05-21T10:00:47.022Z
40622026-05-21T10:00:47.023Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40632026-05-21T10:00:47.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-21T10:00:47.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-21T10:00:47.791Z Checking headers-core v0.3.0
40662026-05-21T10:00:47.791Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40672026-05-21T10:00:47.992Z Checking headers v0.4.1
40682026-05-21T10:00:48.364Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40692026-05-21T10:00:49.319Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40702026-05-21T10:00:49.887Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40712026-05-21T10:00:50.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
40722026-05-21T10:00:50.581Z
40732026-05-21T10:00:50.582Zinfo: running `cargo check --bins` on ch-dev (222/276)
40742026-05-21T10:00:51.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-21T10:00:51.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-21T10:00:51.349Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40772026-05-21T10:00:52.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
40782026-05-21T10:00:52.383Z
40792026-05-21T10:00:52.383Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40802026-05-21T10:00:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-21T10:00:52.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-21T10:00:52.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-05-21T10:00:52.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40842026-05-21T10:00:52.876Z
40852026-05-21T10:00:52.876Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40862026-05-21T10:00:53.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-21T10:00:53.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-21T10:00:53.635Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40892026-05-21T10:00:54.718Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40902026-05-21T10:00:55.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
40912026-05-21T10:00:55.328Z
40922026-05-21T10:00:55.328Zinfo: running `cargo check --bins` on db-dev (225/276)
40932026-05-21T10:00:55.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-21T10:00:55.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-21T10:00:56.089Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40962026-05-21T10:00:56.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
40972026-05-21T10:00:57.149Z
40982026-05-21T10:00:57.149Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40992026-05-21T10:00:57.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-21T10:00:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-21T10:00:57.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-21T10:00:57.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41032026-05-21T10:00:57.824Z
41042026-05-21T10:00:57.824Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
41052026-05-21T10:00:58.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-21T10:00:58.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-21T10:00:58.460Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41082026-05-21T10:00:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
41092026-05-21T10:00:59.349Z
41102026-05-21T10:00:59.349Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
41112026-05-21T10:00:59.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-05-21T10:00:59.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-05-21T10:01:00.149Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41142026-05-21T10:01:00.149Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41152026-05-21T10:01:00.152Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41162026-05-21T10:01:00.152Z Checking git-stub v1.0.0
41172026-05-21T10:01:00.152Z Compiling trait-variant v0.1.2
41182026-05-21T10:01:00.152Z Checking maplit v1.0.2
41192026-05-21T10:01:00.279Z Checking is_ci v1.2.0
41202026-05-21T10:01:00.292Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41212026-05-21T10:01:00.341Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41222026-05-21T10:01:00.378Z Checking supports-color v3.0.2
41232026-05-21T10:01:00.453Z Checking git-stub-vcs v0.1.0
41242026-05-21T10:01:00.486Z Checking drift v0.1.4
41252026-05-21T10:01:00.500Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41262026-05-21T10:01:00.542Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41272026-05-21T10:01:00.643Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41282026-05-21T10:01:00.754Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41292026-05-21T10:01:00.779Z Checking dropshot-api-manager v0.7.1
41302026-05-21T10:01:00.795Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41312026-05-21T10:01:00.809Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41322026-05-21T10:01:01.008Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41332026-05-21T10:01:01.057Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41342026-05-21T10:01:01.200Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41352026-05-21T10:01:01.532Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41362026-05-21T10:01:06.429Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41372026-05-21T10:01:07.511Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41382026-05-21T10:01:08.071Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41392026-05-21T10:01:08.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
41402026-05-21T10:01:08.823Z
41412026-05-21T10:01:08.823Zinfo: running `cargo check --bins` on installinator-api (229/276)
41422026-05-21T10:01:09.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-21T10:01:09.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-21T10:01:09.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-05-21T10:01:09.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41462026-05-21T10:01:09.453Z
41472026-05-21T10:01:09.453Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
41482026-05-21T10:01:10.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-05-21T10:01:10.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-05-21T10:01:10.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-05-21T10:01:10.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41522026-05-21T10:01:10.128Z
41532026-05-21T10:01:10.128Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41542026-05-21T10:01:10.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-05-21T10:01:10.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-05-21T10:01:10.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-05-21T10:01:10.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41582026-05-21T10:01:10.798Z
41592026-05-21T10:01:10.798Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41602026-05-21T10:01:11.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-05-21T10:01:11.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-05-21T10:01:11.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-05-21T10:01:11.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41642026-05-21T10:01:11.468Z
41652026-05-21T10:01:11.468Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41662026-05-21T10:01:11.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-05-21T10:01:11.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-05-21T10:01:11.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-05-21T10:01:11.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41702026-05-21T10:01:12.085Z
41712026-05-21T10:01:12.085Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41722026-05-21T10:01:12.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-05-21T10:01:12.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-05-21T10:01:12.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41752026-05-21T10:01:12.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41762026-05-21T10:01:12.700Z
41772026-05-21T10:01:12.700Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41782026-05-21T10:01:13.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-05-21T10:01:13.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-05-21T10:01:13.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41812026-05-21T10:01:13.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41822026-05-21T10:01:13.342Z
41832026-05-21T10:01:13.343Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41842026-05-21T10:01:13.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-05-21T10:01:13.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-05-21T10:01:13.976Z Checking typeid v1.0.3
41872026-05-21T10:01:14.091Z Checking ordered-float v2.10.1
41882026-05-21T10:01:14.110Z Checking unicode-xid v0.2.6
41892026-05-21T10:01:14.122Z Checking cargo-platform v0.2.0
41902026-05-21T10:01:14.132Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41912026-05-21T10:01:14.158Z Checking erased-serde v0.4.9
41922026-05-21T10:01:14.295Z Checking serde-value v0.7.0
41932026-05-21T10:01:14.467Z Checking serde-untagged v0.1.9
41942026-05-21T10:01:14.620Z Checking cargo-util-schemas v0.8.2
41952026-05-21T10:01:15.312Z Checking cargo_metadata v0.21.0
41962026-05-21T10:01:15.906Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41972026-05-21T10:01:16.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41982026-05-21T10:01:16.785Z
41992026-05-21T10:01:16.785Zinfo: running `cargo check --bins` on mgs-dev (237/276)
42002026-05-21T10:01:17.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-05-21T10:01:17.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-05-21T10:01:17.552Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42032026-05-21T10:01:18.244Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42042026-05-21T10:01:18.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
42052026-05-21T10:01:19.030Z
42062026-05-21T10:01:19.030Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
42072026-05-21T10:01:19.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-21T10:01:19.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-21T10:01:19.924Z Compiling vergen-gitcl v1.0.8
42102026-05-21T10:01:19.924Z Compiling dirs-sys-next v0.1.2
42112026-05-21T10:01:19.924Z Compiling diesel_derives v2.3.7
42122026-05-21T10:01:19.924Z Compiling crunchy v0.2.4
42132026-05-21T10:01:19.924Z Compiling glob v0.3.3
42142026-05-21T10:01:19.924Z Compiling dsl_auto_type v0.2.0
42152026-05-21T10:01:19.927Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42162026-05-21T10:01:19.927Z Checking scheduled-thread-pool v0.2.7
42172026-05-21T10:01:20.223Z Compiling diesel_table_macro_syntax v0.3.0
42182026-05-21T10:01:20.273Z Compiling dirs-next v2.0.0
42192026-05-21T10:01:20.288Z Compiling tiny-keccak v2.0.2
42202026-05-21T10:01:20.397Z Compiling term v0.7.0
42212026-05-21T10:01:20.425Z Checking r2d2 v0.8.10
42222026-05-21T10:01:20.487Z Compiling clang-sys v1.8.1
42232026-05-21T10:01:20.506Z Compiling bit-vec v0.6.3
42242026-05-21T10:01:20.521Z Checking downcast-rs v2.0.2
42252026-05-21T10:01:20.619Z Compiling itertools v0.10.5
42262026-05-21T10:01:20.722Z Compiling bit-set v0.5.3
42272026-05-21T10:01:20.854Z Compiling ascii-canvas v3.0.0
42282026-05-21T10:01:20.885Z Compiling ena v0.14.4
42292026-05-21T10:01:20.942Z Compiling libloading v0.8.9
42302026-05-21T10:01:20.967Z Compiling regex-syntax v0.6.29
42312026-05-21T10:01:21.008Z Compiling bindgen v0.71.1
42322026-05-21T10:01:21.087Z Compiling diff v0.1.13
42332026-05-21T10:01:21.160Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42342026-05-21T10:01:21.350Z Compiling cexpr v0.6.0
42352026-05-21T10:01:21.393Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42362026-05-21T10:01:21.445Z Compiling rustc-hash v2.1.1
42372026-05-21T10:01:21.567Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42382026-05-21T10:01:21.583Z Compiling libxml v0.3.3
42392026-05-21T10:01:21.652Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42402026-05-21T10:01:21.830Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42412026-05-21T10:01:21.976Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42422026-05-21T10:01:22.016Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42432026-05-21T10:01:22.143Z Compiling strum_macros v0.24.3
42442026-05-21T10:01:22.165Z Compiling indoc v1.0.9
42452026-05-21T10:01:22.285Z Compiling lalrpop v0.19.12
42462026-05-21T10:01:23.098Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42472026-05-21T10:01:23.289Z Checking derive_builder v0.20.2
42482026-05-21T10:01:23.409Z Compiling oso-derive v0.27.3
42492026-05-21T10:01:23.471Z Checking quick-xml v0.37.5
42502026-05-21T10:01:23.656Z Compiling impl-trait-for-tuples v0.2.3
42512026-05-21T10:01:23.896Z Checking openssl-probe v0.1.6
42522026-05-21T10:01:24.039Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42532026-05-21T10:01:24.348Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42542026-05-21T10:01:24.540Z Checking bb8 v0.8.6
42552026-05-21T10:01:24.787Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42562026-05-21T10:01:24.853Z Checking nonempty v0.12.0
42572026-05-21T10:01:24.874Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42582026-05-21T10:01:25.017Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42592026-05-21T10:01:25.057Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42602026-05-21T10:01:25.098Z Checking console v0.16.2
42612026-05-21T10:01:25.229Z Checking unit-prefix v0.5.2
42622026-05-21T10:01:25.249Z Checking support-bundle-viewer v0.1.2
42632026-05-21T10:01:25.363Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-05-21T10:01:25.416Z Checking indicatif v0.18.4
42652026-05-21T10:01:25.496Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42662026-05-21T10:01:25.632Z Checking multimap v0.10.1
42672026-05-21T10:01:25.925Z Checking diesel v2.3.7
42682026-05-21T10:01:27.909Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42692026-05-21T10:01:28.064Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42702026-05-21T10:01:28.363Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42712026-05-21T10:01:29.730Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42722026-05-21T10:01:29.978Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42732026-05-21T10:01:30.063Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42742026-05-21T10:01:30.723Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42752026-05-21T10:01:30.962Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42762026-05-21T10:01:32.868Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42772026-05-21T10:01:37.693Z Compiling samael v0.0.19
42782026-05-21T10:01:41.362Z Checking async-bb8-diesel v0.2.1
42792026-05-21T10:01:41.705Z Checking diesel-dtrace v0.5.0
42802026-05-21T10:01:42.535Z Compiling polar-core v0.27.3
42812026-05-21T10:01:46.915Z Checking oso v0.27.3
42822026-05-21T10:02:23.869Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42832026-05-21T10:02:57.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42842026-05-21T10:02:57.779Z
42852026-05-21T10:02:57.779Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42862026-05-21T10:02:58.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-21T10:02:58.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-21T10:02:58.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-21T10:02:58.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42902026-05-21T10:02:58.457Z
42912026-05-21T10:02:58.457Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42922026-05-21T10:02:59.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-21T10:02:59.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-21T10:02:59.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-21T10:02:59.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42962026-05-21T10:02:59.124Z
42972026-05-21T10:02:59.124Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42982026-05-21T10:02:59.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-21T10:02:59.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-21T10:02:59.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-21T10:02:59.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43022026-05-21T10:02:59.728Z
43032026-05-21T10:02:59.728Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
43042026-05-21T10:03:00.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-21T10:03:00.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-21T10:03:00.632Z Compiling libz-sys v1.1.24
43072026-05-21T10:03:00.769Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-21T10:03:00.781Z Compiling vergen-git2 v1.0.7
43092026-05-21T10:03:00.811Z Compiling rustls v0.21.12
43102026-05-21T10:03:00.819Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43112026-05-21T10:03:00.822Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-05-21T10:03:00.822Z Checking rustls-webpki v0.101.7
43132026-05-21T10:03:00.822Z Checking sct v0.7.1
43142026-05-21T10:03:00.971Z Compiling nix v0.29.0
43152026-05-21T10:03:00.986Z Compiling dropshot v0.16.7
43162026-05-21T10:03:01.031Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43172026-05-21T10:03:01.081Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43182026-05-21T10:03:01.142Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43192026-05-21T10:03:01.236Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43202026-05-21T10:03:01.263Z Checking toml v0.9.12+spec-1.1.0
43212026-05-21T10:03:01.298Z Compiling dropshot_endpoint v0.16.7
43222026-05-21T10:03:01.450Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43232026-05-21T10:03:01.572Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43242026-05-21T10:03:01.833Z Checking rustls-pemfile v1.0.4
43252026-05-21T10:03:01.849Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43262026-05-21T10:03:01.971Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43272026-05-21T10:03:02.162Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43282026-05-21T10:03:02.288Z Checking twox-hash v2.1.2
43292026-05-21T10:03:02.329Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43302026-05-21T10:03:02.473Z Checking tokio-rustls v0.24.1
43312026-05-21T10:03:03.186Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43322026-05-21T10:03:03.249Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43332026-05-21T10:03:03.288Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-05-21T10:03:03.915Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43352026-05-21T10:03:03.943Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43362026-05-21T10:03:04.037Z Checking fatfs v0.3.6
43372026-05-21T10:03:04.055Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43382026-05-21T10:03:04.081Z Compiling seq-macro v0.3.6
43392026-05-21T10:03:07.873Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43402026-05-21T10:03:07.994Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43412026-05-21T10:03:08.263Z Compiling git2 v0.20.4
43422026-05-21T10:03:10.443Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43432026-05-21T10:03:57.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.31s
43442026-05-21T10:03:57.267Z
43452026-05-21T10:03:57.267Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
43462026-05-21T10:03:57.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-21T10:03:57.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-21T10:03:58.208Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43492026-05-21T10:04:36.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s
43502026-05-21T10:04:37.018Z
43512026-05-21T10:04:37.018Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43522026-05-21T10:04:37.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-21T10:04:37.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-21T10:04:37.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-05-21T10:04:37.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43562026-05-21T10:04:37.627Z
43572026-05-21T10:04:37.627Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43582026-05-21T10:04:38.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-05-21T10:04:38.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-05-21T10:04:38.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-05-21T10:04:38.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43622026-05-21T10:04:38.308Z
43632026-05-21T10:04:38.308Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43642026-05-21T10:04:38.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-05-21T10:04:38.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-05-21T10:04:38.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-05-21T10:04:38.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43682026-05-21T10:04:38.979Z
43692026-05-21T10:04:38.980Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43702026-05-21T10:04:39.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-05-21T10:04:39.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-05-21T10:04:39.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-05-21T10:04:39.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43742026-05-21T10:04:39.656Z
43752026-05-21T10:04:39.657Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43762026-05-21T10:04:40.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-05-21T10:04:40.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-05-21T10:04:40.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-05-21T10:04:40.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43802026-05-21T10:04:40.320Z
43812026-05-21T10:04:40.320Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43822026-05-21T10:04:40.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-21T10:04:40.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-21T10:04:40.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-05-21T10:04:40.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43862026-05-21T10:04:41.001Z
43872026-05-21T10:04:41.001Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43882026-05-21T10:04:41.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-21T10:04:41.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-21T10:04:41.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-05-21T10:04:41.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43922026-05-21T10:04:41.682Z
43932026-05-21T10:04:41.682Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43942026-05-21T10:04:42.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-21T10:04:42.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-21T10:04:42.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-05-21T10:04:42.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43982026-05-21T10:04:42.355Z
43992026-05-21T10:04:42.355Zinfo: running `cargo check --bins` on omicron-dev (252/276)
44002026-05-21T10:04:42.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-21T10:04:42.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-21T10:04:43.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44032026-05-21T10:04:43.284Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44042026-05-21T10:04:43.476Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44052026-05-21T10:04:43.508Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44062026-05-21T10:04:43.530Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44072026-05-21T10:04:43.533Z Checking yansi v1.0.1
44082026-05-21T10:04:43.533Z Checking diff v0.1.13
44092026-05-21T10:04:43.562Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44102026-05-21T10:04:43.618Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44112026-05-21T10:04:43.814Z Checking pretty_assertions v1.4.1
44122026-05-21T10:04:44.548Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44132026-05-21T10:04:44.678Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44142026-05-21T10:05:08.146Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44152026-05-21T10:05:08.149Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44162026-05-21T10:05:08.149Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44172026-05-21T10:05:08.149Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44182026-05-21T10:05:08.150Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44192026-05-21T10:05:08.150Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44202026-05-21T10:05:09.051Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44212026-05-21T10:05:10.210Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44222026-05-21T10:05:48.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44232026-05-21T10:05:48.717Z
44242026-05-21T10:05:48.717Zinfo: running `cargo check --bins` on omicron-pins (253/276)
44252026-05-21T10:05:49.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-21T10:05:49.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-21T10:05:49.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-21T10:05:49.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44292026-05-21T10:05:49.316Z
44302026-05-21T10:05:49.316Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
44312026-05-21T10:05:49.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-21T10:05:49.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-21T10:05:50.123Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44342026-05-21T10:05:50.249Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44352026-05-21T10:05:50.252Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44362026-05-21T10:06:15.850Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44372026-05-21T10:06:16.329Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44382026-05-21T10:06:18.114Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44392026-05-21T10:06:18.645Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44402026-05-21T10:06:21.633Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44412026-05-21T10:06:44.218Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44422026-05-21T10:06:44.996Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44432026-05-21T10:06:46.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.44s
44442026-05-21T10:06:46.971Z
44452026-05-21T10:06:46.971Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
44462026-05-21T10:06:47.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-05-21T10:06:47.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-05-21T10:06:47.734Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44492026-05-21T10:06:48.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44502026-05-21T10:06:48.718Z
44512026-05-21T10:06:48.718Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44522026-05-21T10:06:49.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-05-21T10:06:49.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-05-21T10:06:49.396Z Compiling blake3 v1.8.3
44552026-05-21T10:06:49.508Z Checking constant_time_eq v0.4.2
44562026-05-21T10:06:49.508Z Checking arrayvec v0.7.6
44572026-05-21T10:06:49.515Z Checking arrayref v0.3.9
44582026-05-21T10:06:49.529Z Checking topological-sort v0.2.2
44592026-05-21T10:06:49.532Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44602026-05-21T10:06:49.532Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44612026-05-21T10:06:49.532Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44622026-05-21T10:06:49.583Z Checking shell-words v1.1.1
44632026-05-21T10:06:50.390Z Checking omicron-zone-package v0.12.2
44642026-05-21T10:06:51.098Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44652026-05-21T10:06:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
44662026-05-21T10:06:52.153Z
44672026-05-21T10:06:52.153Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44682026-05-21T10:06:52.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-05-21T10:06:52.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-05-21T10:06:52.827Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44712026-05-21T10:06:53.150Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44722026-05-21T10:06:53.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44732026-05-21T10:06:53.749Z
44742026-05-21T10:06:53.749Zinfo: running `cargo check --bins` on schema (258/276)
44752026-05-21T10:06:54.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-05-21T10:06:54.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-05-21T10:06:54.515Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44782026-05-21T10:06:55.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44792026-05-21T10:06:55.520Z
44802026-05-21T10:06:55.520Zinfo: running `cargo check --bins` on xtask (259/276)
44812026-05-21T10:06:55.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-05-21T10:06:55.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-05-21T10:06:55.995Z Checking libc v0.2.185
44842026-05-21T10:06:55.998Z Checking serde v1.0.228
44852026-05-21T10:06:56.084Z Checking zerofrom v0.1.6
44862026-05-21T10:06:56.089Z Checking bitflags v2.11.0
44872026-05-21T10:06:56.094Z Checking smallvec v1.15.1
44882026-05-21T10:06:56.101Z Checking indexmap v2.14.0
44892026-05-21T10:06:56.111Z Checking serde_json v1.0.149
44902026-05-21T10:06:56.121Z Checking scroll v0.12.0
44912026-05-21T10:06:56.182Z Checking yoke v0.8.1
44922026-05-21T10:06:56.235Z Checking num-traits v0.2.19
44932026-05-21T10:06:56.266Z Checking thiserror v1.0.69
44942026-05-21T10:06:56.343Z Checking zerovec v0.11.5
44952026-05-21T10:06:56.343Z Checking zerotrie v0.2.3
44962026-05-21T10:06:56.364Z Checking percent-encoding v2.3.2
44972026-05-21T10:06:56.377Z Checking errno v0.3.14
44982026-05-21T10:06:56.470Z Checking serde_spanned v0.6.9
44992026-05-21T10:06:56.490Z Checking rustix v1.1.3
45002026-05-21T10:06:56.500Z Checking toml_datetime v0.6.11
45012026-05-21T10:06:56.591Z Checking log v0.4.29
45022026-05-21T10:06:56.591Z Checking form_urlencoded v1.2.2
45032026-05-21T10:06:56.621Z Checking zerocopy v0.7.35
45042026-05-21T10:06:56.678Z Checking toml_edit v0.22.27
45052026-05-21T10:06:56.709Z Checking getrandom v0.4.1
45062026-05-21T10:06:56.723Z Checking thiserror v2.0.18
45072026-05-21T10:06:56.737Z Checking goblin v0.8.2
45082026-05-21T10:06:56.752Z Checking ordered-float v2.10.1
45092026-05-21T10:06:56.770Z Checking tinystr v0.8.2
45102026-05-21T10:06:56.818Z Checking potential_utf v0.1.4
45112026-05-21T10:06:56.836Z Checking syn v2.0.117
45122026-05-21T10:06:56.946Z Checking icu_collections v2.1.1
45132026-05-21T10:06:56.949Z Checking icu_locale_core v2.1.1
45142026-05-21T10:06:56.973Z Checking serde-value v0.7.0
45152026-05-21T10:06:57.109Z Checking dtrace-parser v0.2.0
45162026-05-21T10:06:57.176Z Checking thread-id v4.2.2
45172026-05-21T10:06:57.256Z Checking once_cell v1.21.3
45182026-05-21T10:06:57.268Z Checking cargo-platform v0.2.0
45192026-05-21T10:06:57.284Z Checking terminal_size v0.4.3
45202026-05-21T10:06:57.345Z Checking memmap v0.7.0
45212026-05-21T10:06:57.397Z Checking clap_builder v4.6.0
45222026-05-21T10:06:57.427Z Checking tempfile v3.25.0
45232026-05-21T10:06:57.439Z Checking textwrap v0.16.2
45242026-05-21T10:06:57.472Z Checking fs-err v3.3.0
45252026-05-21T10:06:57.483Z Checking icu_provider v2.1.1
45262026-05-21T10:06:57.617Z Checking camino-tempfile v1.4.1
45272026-05-21T10:06:57.646Z Checking anyhow v1.0.102
45282026-05-21T10:06:57.657Z Checking tabled v0.15.0
45292026-05-21T10:06:57.714Z Checking icu_normalizer v2.1.1
45302026-05-21T10:06:57.749Z Checking icu_properties v2.1.2
45312026-05-21T10:06:57.770Z Checking toml v0.8.23
45322026-05-21T10:06:57.851Z Checking macaddr v1.0.1
45332026-05-21T10:06:58.029Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45342026-05-21T10:06:58.107Z Checking cargo_toml v0.21.0
45352026-05-21T10:06:58.575Z Checking idna_adapter v1.2.1
45362026-05-21T10:06:58.586Z Checking clap v4.6.1
45372026-05-21T10:06:58.596Z Checking dof v0.3.0
45382026-05-21T10:06:58.688Z Checking idna v1.1.0
45392026-05-21T10:06:58.849Z Checking usdt-impl v0.5.0
45402026-05-21T10:06:58.915Z Checking url v2.5.8
45412026-05-21T10:06:59.094Z Checking usdt v0.5.0
45422026-05-21T10:06:59.250Z Checking cargo-util-schemas v0.8.2
45432026-05-21T10:06:59.926Z Checking cargo_metadata v0.21.0
45442026-05-21T10:07:00.528Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45452026-05-21T10:07:00.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
45462026-05-21T10:07:01.070Z
45472026-05-21T10:07:01.070Zinfo: running `cargo check --bins` on dnsadm (260/276)
45482026-05-21T10:07:01.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-21T10:07:01.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-21T10:07:01.738Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45512026-05-21T10:07:02.219Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45522026-05-21T10:07:02.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
45532026-05-21T10:07:02.822Z
45542026-05-21T10:07:02.822Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45552026-05-21T10:07:03.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-21T10:07:03.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-21T10:07:03.670Z Checking polyval v0.6.2
45582026-05-21T10:07:03.798Z Checking ctr v0.9.2
45592026-05-21T10:07:03.810Z Checking ssh-encoding v0.2.0
45602026-05-21T10:07:03.810Z Checking blowfish v0.9.1
45612026-05-21T10:07:03.832Z Checking password-hash v0.4.2
45622026-05-21T10:07:03.873Z Checking p256 v0.13.2
45632026-05-21T10:07:03.876Z Checking p521 v0.13.3
45642026-05-21T10:07:03.876Z Checking russh-cryptovec v0.7.3
45652026-05-21T10:07:03.938Z Checking ghash v0.5.1
45662026-05-21T10:07:03.952Z Checking bcrypt-pbkdf v0.10.0
45672026-05-21T10:07:03.965Z Checking md5 v0.7.0
45682026-05-21T10:07:03.981Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45692026-05-21T10:07:04.026Z Checking num-bigint v0.4.6
45702026-05-21T10:07:04.044Z Checking pbkdf2 v0.11.0
45712026-05-21T10:07:04.060Z Checking aes-gcm v0.10.3
45722026-05-21T10:07:04.106Z Checking des v0.8.1
45732026-05-21T10:07:04.130Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45742026-05-21T10:07:04.133Z Checking hex-literal v0.4.1
45752026-05-21T10:07:04.186Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45762026-05-21T10:07:04.207Z Checking ssh-cipher v0.2.0
45772026-05-21T10:07:04.207Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45782026-05-21T10:07:04.240Z Checking socket2 v0.5.10
45792026-05-21T10:07:04.259Z Checking internet-checksum v0.2.1
45802026-05-21T10:07:04.380Z Checking ssh-key v0.6.7
45812026-05-21T10:07:04.527Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45822026-05-21T10:07:05.007Z Checking russh-keys v0.45.0
45832026-05-21T10:07:05.551Z Checking russh v0.45.0
45842026-05-21T10:07:22.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
45852026-05-21T10:07:22.247Z
45862026-05-21T10:07:22.247Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45872026-05-21T10:07:22.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-21T10:07:22.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-21T10:07:22.926Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45902026-05-21T10:07:23.037Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45912026-05-21T10:07:23.045Z Checking termios v0.3.3
45922026-05-21T10:07:24.227Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45932026-05-21T10:07:24.380Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45942026-05-21T10:07:26.152Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45952026-05-21T10:07:26.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45962026-05-21T10:07:26.920Z
45972026-05-21T10:07:26.921Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45982026-05-21T10:07:27.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-21T10:07:27.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-21T10:07:27.662Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46012026-05-21T10:07:27.665Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46022026-05-21T10:07:27.665Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46032026-05-21T10:07:27.665Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46042026-05-21T10:07:27.809Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46052026-05-21T10:07:27.809Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46062026-05-21T10:07:28.538Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46072026-05-21T10:07:28.870Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46082026-05-21T10:07:28.873Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46092026-05-21T10:07:29.521Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46102026-05-21T10:07:31.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
46112026-05-21T10:07:31.337Z
46122026-05-21T10:07:31.338Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
46132026-05-21T10:07:31.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-05-21T10:07:31.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-05-21T10:07:32.007Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46162026-05-21T10:07:32.462Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46172026-05-21T10:07:32.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46182026-05-21T10:07:32.990Z
46192026-05-21T10:07:32.990Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
46202026-05-21T10:07:33.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-05-21T10:07:33.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-05-21T10:07:33.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-05-21T10:07:33.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46242026-05-21T10:07:33.610Z
46252026-05-21T10:07:33.610Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
46262026-05-21T10:07:34.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-05-21T10:07:34.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-05-21T10:07:34.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46292026-05-21T10:07:34.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46302026-05-21T10:07:34.227Z
46312026-05-21T10:07:34.227Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
46322026-05-21T10:07:34.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-05-21T10:07:34.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-05-21T10:07:35.027Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46352026-05-21T10:07:35.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46362026-05-21T10:07:35.912Z
46372026-05-21T10:07:35.912Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
46382026-05-21T10:07:36.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-21T10:07:36.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-21T10:07:36.592Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46412026-05-21T10:07:36.595Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46422026-05-21T10:07:36.876Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46432026-05-21T10:07:36.876Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46442026-05-21T10:07:37.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
46452026-05-21T10:07:37.874Z
46462026-05-21T10:07:37.875Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
46472026-05-21T10:07:38.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-21T10:07:38.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-21T10:07:38.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46502026-05-21T10:07:38.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46512026-05-21T10:07:38.495Z
46522026-05-21T10:07:38.495Zinfo: running `cargo check --bins` on omicron-package (270/276)
46532026-05-21T10:07:39.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-21T10:07:39.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-21T10:07:39.209Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46562026-05-21T10:07:40.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
46572026-05-21T10:07:40.499Z
46582026-05-21T10:07:40.499Zinfo: running `cargo check --bins` on tqdb (271/276)
46592026-05-21T10:07:41.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-21T10:07:41.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-21T10:07:41.333Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46622026-05-21T10:07:41.692Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46632026-05-21T10:07:42.211Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46642026-05-21T10:07:42.214Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46652026-05-21T10:07:48.108Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46662026-05-21T10:07:48.111Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46672026-05-21T10:07:48.680Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46682026-05-21T10:07:48.680Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46692026-05-21T10:07:48.683Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46702026-05-21T10:07:48.683Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46712026-05-21T10:07:49.448Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46722026-05-21T10:07:50.402Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46732026-05-21T10:07:51.180Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46742026-05-21T10:07:51.801Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46752026-05-21T10:07:56.236Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46762026-05-21T10:08:02.726Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46772026-05-21T10:08:02.730Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46782026-05-21T10:08:02.730Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46792026-05-21T10:08:02.730Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46802026-05-21T10:08:04.308Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46812026-05-21T10:08:05.702Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46822026-05-21T10:08:06.454Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46832026-05-21T10:08:07.751Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46842026-05-21T10:08:08.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s
46852026-05-21T10:08:08.600Z
46862026-05-21T10:08:08.600Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46872026-05-21T10:08:09.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-05-21T10:08:09.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-05-21T10:08:09.338Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46902026-05-21T10:08:09.338Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46912026-05-21T10:08:09.341Z Checking rtoolbox v0.0.3
46922026-05-21T10:08:09.341Z Checking tui-tree-widget v0.23.1
46932026-05-21T10:08:09.573Z Checking rpassword v7.4.0
46942026-05-21T10:08:10.566Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46952026-05-21T10:08:13.615Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46962026-05-21T10:08:15.425Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46972026-05-21T10:08:16.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
46982026-05-21T10:08:16.532Z
46992026-05-21T10:08:16.532Zinfo: running `cargo check --bins` on wicket (273/276)
47002026-05-21T10:08:17.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-21T10:08:17.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-21T10:08:17.253Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47032026-05-21T10:08:17.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
47042026-05-21T10:08:17.836Z
47052026-05-21T10:08:17.836Zinfo: running `cargo check --bins` on wicketd (274/276)
47062026-05-21T10:08:18.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-05-21T10:08:18.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-05-21T10:08:18.568Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47092026-05-21T10:08:18.571Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47102026-05-21T10:08:18.571Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47112026-05-21T10:08:18.571Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47122026-05-21T10:08:19.553Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47132026-05-21T10:08:20.125Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47142026-05-21T10:08:23.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47152026-05-21T10:08:23.287Z
47162026-05-21T10:08:23.287Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
47172026-05-21T10:08:23.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-05-21T10:08:23.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-05-21T10:08:23.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47202026-05-21T10:08:23.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47212026-05-21T10:08:23.905Z
47222026-05-21T10:08:23.905Zinfo: running `cargo check --bins` on zone-setup (276/276)
47232026-05-21T10:08:24.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-05-21T10:08:24.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-05-21T10:08:24.605Z Checking uzers v0.12.2
47262026-05-21T10:08:24.881Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47272026-05-21T10:08:25.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47282026-05-21T10:08:25.845Z
47292026-05-21T10:08:25.845Zreal 14:45.056515283
47302026-05-21T10:08:25.845Zuser 21:26.377158902
47312026-05-21T10:08:25.845Zsys 4:32.000086900
47322026-05-21T10:08:25.845Ztrap 0.323790805
47332026-05-21T10:08:25.845Ztflt 1.193448419
47342026-05-21T10:08:25.845Zdflt 1.281969093
47352026-05-21T10:08:25.845Zkflt 0.005610531
47362026-05-21T10:08:25.845Zlock 1:21:08.044128954
47372026-05-21T10:08:25.845Zslp 1:42:37.780963250
47382026-05-21T10:08:25.845Zlat 1:06.910508607
47392026-05-21T10:08:25.845Zstop 4:09.521934233
47402026-05-21T10:08:25.848Zprocess exited: duration 1024560 ms, exit code 0
 
47412026-05-21T10:08:25.854Zfound 0 output files