01KTSW4KRZP3H5BBGWWKQE5YK8: 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: 01KTSW531W9JP4WBECS7VXJFCR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T22:59:43.673Zjob assigned to worker 01KTSW58ZHW7PBKXTEJ76Z9QEM [factory aws, i-007ab48f837841bf4] (queued for 51 s)
 
22026-06-10T22:59:50.515Zstarting task 0: "setup"
32026-06-10T22:59:50.521Z++ uname -s
42026-06-10T22:59:50.524Z+ kern=SunOS
52026-06-10T22:59:50.524Z+ build_user=build
62026-06-10T22:59:50.524Z+ build_uid=12345
72026-06-10T22:59:50.524Z+ work_dir=/work
82026-06-10T22:59:50.524Z+ input_dir=/input
92026-06-10T22:59:50.524Z+ [[ 0 == 12345 ]]
102026-06-10T22:59:50.524Z+ case "$kern" in
112026-06-10T22:59:50.524Z+ groupadd -g 12345 build
122026-06-10T22:59:50.527Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T22:59:52.529Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T22:59:52.587Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T22:59:52.590Z+ home_fs=zfs
162026-06-10T22:59:52.590Z+ [[ zfs == autofs ]]
172026-06-10T22:59:52.590Z+ mkdir -p /home/build
182026-06-10T22:59:52.590Z+ chown build:build /home/build /work
192026-06-10T22:59:54.591Z+ chmod 0700 /home/build /work
202026-06-10T22:59:54.595Zprocess exited: duration 4077 ms, exit code 0
 
212026-06-10T22:59:54.601Zstarting task 1: "rust-toolchain"
222026-06-10T22:59:54.604Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T22:59:54.604Z * rust toolchain channel = "1.94.0"
242026-06-10T22:59:54.604Z * rust toolchain profile = "default"
252026-06-10T22:59:54.604Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T22:59:54.604Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T22:59:54.604Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T22:59:54.607Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T22:59:54.607Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T22:59:54.710Zinfo: downloading installer
312026-06-10T22:59:56.343Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T22:59:56.344Zwarn: /home/build/.rustup/settings.toml
332026-06-10T22:59:56.344Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T22:59:56.344Zwarn: instead of the one inferred from the default host triple.
352026-06-10T22:59:56.356Zinfo: profile set to default
362026-06-10T22:59:56.356Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T22:59:56.360Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T22:59:56.491Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T22:59:56.494Zinfo: downloading 6 components
402026-06-10T23:00:11.223Z
412026-06-10T23:00:11.223Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-10T23:00:11.250Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T23:00:11.250Z
442026-06-10T23:00:11.250Z
452026-06-10T23:00:11.250ZRust is installed now. Great!
462026-06-10T23:00:11.250Z
472026-06-10T23:00:11.250ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T23:00:11.250Zenvironment variable. This has not been done automatically.
492026-06-10T23:00:11.251Z
502026-06-10T23:00:11.251ZTo configure your current shell, you need to source
512026-06-10T23:00:11.255Zthe corresponding env file under $HOME/.cargo.
522026-06-10T23:00:11.255Z
532026-06-10T23:00:11.255ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T23:00:11.255Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T23:00:11.255Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T23:00:11.255Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T23:00:11.255Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T23:00:11.255Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T23:00:11.255Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T23:00:11.255Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T23:00:11.255Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T23:00:11.337Z+ rustup --version
632026-06-10T23:00:11.345Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T23:00:11.349Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T23:00:11.367Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T23:00:11.370Z+ cargo --version
672026-06-10T23:00:11.383Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T23:00:11.386Z+ rustc --version
692026-06-10T23:00:11.405Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T23:00:11.408Zprocess exited: duration 16806 ms, exit code 0
 
712026-06-10T23:00:11.415Zstarting task 2: "authentication"
722026-06-10T23:00:11.432Zprocess exited: duration 16 ms, exit code 0
 
732026-06-10T23:00:11.439Zstarting task 3: "clone repository"
742026-06-10T23:00:11.442Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-10T23:00:11.446Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-10T23:00:11.474ZCloning into '/work/oxidecomputer/omicron'...
772026-06-10T23:00:22.677Z+ cd /work/oxidecomputer/omicron
782026-06-10T23:00:22.678Z+ git fetch origin 5f4d56484a33100dfe8d8daf790074f0196b3223
792026-06-10T23:00:22.936ZFrom https://github.com/oxidecomputer/omicron
802026-06-10T23:00:22.936Z * branch 5f4d56484a33100dfe8d8daf790074f0196b3223 -> FETCH_HEAD
812026-06-10T23:00:22.946Z+ [[ -n check-console-api ]]
822026-06-10T23:00:22.950Z++ git branch --show-current
832026-06-10T23:00:22.950Z+ current=main
842026-06-10T23:00:22.950Z+ [[ main != check-console-api ]]
852026-06-10T23:00:22.950Z+ git branch -f check-console-api 5f4d56484a33100dfe8d8daf790074f0196b3223
862026-06-10T23:00:22.953Z+ git checkout -f check-console-api
872026-06-10T23:00:23.188ZSwitched to branch 'check-console-api'
882026-06-10T23:00:23.191Z+ git reset --hard 5f4d56484a33100dfe8d8daf790074f0196b3223
892026-06-10T23:00:23.428ZHEAD is now at 5f4d56484 releng: check pinned console's API version matches nexus API version
902026-06-10T23:00:23.431Zprocess exited: duration 11990 ms, exit code 0
 
912026-06-10T23:00:23.438Zstarting task 4: "build"
922026-06-10T23:00:23.441Z+ source .github/buildomat/ci-env.sh
932026-06-10T23:00:23.441Z++ export CARGO_TERM_COLOR=always
942026-06-10T23:00:23.441Z++ CARGO_TERM_COLOR=always
952026-06-10T23:00:23.444Z+ cargo --version
962026-06-10T23:00:23.452Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-10T23:00:23.455Z+ rustc --version
982026-06-10T23:00:23.486Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-10T23:00:23.490Z+ source ./env.sh
1002026-06-10T23:00:23.490Z++ OLD_SHELL_OPTS=ehxB
1012026-06-10T23:00:23.490Z++ set -o xtrace
1022026-06-10T23:00:23.490Z++++ dirname ./env.sh
1032026-06-10T23:00:23.490Z+++ readlink -f .
1042026-06-10T23:00:23.490Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ 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-06-10T23:00:23.490Z++ case $OLD_SHELL_OPTS in
1162026-06-10T23:00:23.490Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-10T23:00:23.490Z+ 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-06-10T23:00:23.490Z+ 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-06-10T23:00:23.490Z+ banner prerequisites
1202026-06-10T23:00:23.490Z
1212026-06-10T23:00:23.490Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-10T23:00:23.490Z # # # # # # # # # # # # # # #
1232026-06-10T23:00:23.490Z # # # # ##### # # ##### # # # # # #### #
1242026-06-10T23:00:23.491Z ##### ##### # ##### # # # # # # # # #
1252026-06-10T23:00:23.491Z # # # # # # # # # # # # # # #
1262026-06-10T23:00:23.491Z # # # ###### # # ###### ### # #### # #### #
1272026-06-10T23:00:23.491Z
1282026-06-10T23:00:23.491Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-10T23:00:25.195Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-10T23:00:25.278Z Startup: Caching catalogs ... Done
1312026-06-10T23:00:25.603ZPlanning: Solver setup ... Done (0.286s)
1322026-06-10T23:00:25.625ZPlanning: Running solver ... Done (0.022s)
1332026-06-10T23:00:25.632ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-10T23:00:25.643ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-10T23:00:25.665ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-10T23:00:25.679ZPlanning: Package planning ... Done (0.013s)
1372026-06-10T23:00:25.682ZPlanning: Merging actions ... Done (0.002s)
1382026-06-10T23:00:25.870ZPlanning: Checking for conflicting actions ... Done (0.190s)
1392026-06-10T23:00:25.874ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-10T23:00:26.749ZPlanning: Evaluating mediators ... Done (0.878s)
1412026-06-10T23:00:26.753ZPlanning: Planning completed in 1.45 seconds
1422026-06-10T23:00:26.758Z Packages to install: 2
1432026-06-10T23:00:26.761Z Estimated space available: 156.07 GB
1442026-06-10T23:00:26.762ZEstimated space to be consumed: 25.37 MB
1452026-06-10T23:00:26.762Z Create boot environment: No
1462026-06-10T23:00:26.762ZCreate backup boot environment: No
1472026-06-10T23:00:26.762Z Rebuild boot archive: No
1482026-06-10T23:00:26.762Z
1492026-06-10T23:00:26.762ZChanged packages:
1502026-06-10T23:00:26.762Zhelios
1512026-06-10T23:00:26.762Z developer/build-essential
1522026-06-10T23:00:26.762Z None -> 11-3.0
1532026-06-10T23:00:26.762Z library/libxmlsec1
1542026-06-10T23:00:26.762Z None -> 1.2.35-3.0
1552026-06-10T23:00:26.783Z
1562026-06-10T23:00:26.783ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-10T23:00:27.364ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1582026-06-10T23:00:27.427Z Actions: 1/268 actions (Installing new actions)
1592026-06-10T23:00:27.465Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-10T23:00:27.473ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-10T23:00:27.473ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-10T23:00:27.495ZFinalize: Updating image state ... Done (0.022s)
1632026-06-10T23:00:29.904ZFinalize: Creating fast lookup database ... Done (2.387s)
1642026-06-10T23:00:29.972ZFinalize: Reading search index ... Done (0.011s)
1652026-06-10T23:00:29.975ZFinalize: Updating search index ... Done (0.000s)
1662026-06-10T23:00:30.056ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-10T23:00:30.363ZPlanning: Evaluating mediator changes ... Done
1682026-06-10T23:00:30.469ZPlanning: Checking for conflicting actions ... Done
1692026-06-10T23:00:30.472ZPlanning: Consolidating action changes ... Done
1702026-06-10T23:00:30.625ZPlanning: Evaluating mediators ... Done
1712026-06-10T23:00:30.628ZPlanning: Planning completed in 0.26 seconds
1722026-06-10T23:00:30.649Z Mediators to change: 2
1732026-06-10T23:00:30.649Z Create boot environment: No
1742026-06-10T23:00:30.652ZCreate backup boot environment: No
1752026-06-10T23:00:30.694ZFinalize: Updating package state database ... Done
1762026-06-10T23:00:30.695ZFinalize: Updating package cache ... Done
1772026-06-10T23:00:30.707ZFinalize: Updating image state ... Done
1782026-06-10T23:00:32.660ZFinalize: Creating fast lookup database ... Done
1792026-06-10T23:00:32.725ZFinalize: Reading search index ... Done
1802026-06-10T23:00:32.728ZFinalize: Updating search index ... Done
1812026-06-10T23:00:32.799ZFinalize: Updating package cache ... Done
1822026-06-10T23:00:33.086ZPlanning: Evaluating mediator changes ... Done
1832026-06-10T23:00:33.191ZPlanning: Checking for conflicting actions ... Done
1842026-06-10T23:00:33.195ZPlanning: Consolidating action changes ... Done
1852026-06-10T23:00:33.349ZPlanning: Evaluating mediators ... Done
1862026-06-10T23:00:33.351ZPlanning: Planning completed in 0.26 seconds
1872026-06-10T23:00:33.372Z Mediators to change: 1
1882026-06-10T23:00:33.372Z Create boot environment: No
1892026-06-10T23:00:33.372ZCreate backup boot environment: No
1902026-06-10T23:00:33.411ZFinalize: Updating package state database ... Done
1912026-06-10T23:00:33.411ZFinalize: Updating package cache ... Done
1922026-06-10T23:00:33.423ZFinalize: Updating image state ... Done
1932026-06-10T23:00:35.377ZFinalize: Creating fast lookup database ... Done
1942026-06-10T23:00:35.445ZFinalize: Reading search index ... Done
1952026-06-10T23:00:35.448ZFinalize: Updating search index ... Done
1962026-06-10T23:00:35.510ZFinalize: Updating package cache ... Done
1972026-06-10T23:00:35.824ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-10T23:00:35.824Zapache system 2.4 system
1992026-06-10T23:00:35.824Zclang system 15 system
2002026-06-10T23:00:35.824Zcsh system system illumos
2012026-06-10T23:00:35.824Zctags system system illumos
2022026-06-10T23:00:35.825Zfile vendor vendor darwinsys
2032026-06-10T23:00:35.825Zfile system system illumos
2042026-06-10T23:00:35.825Zgcc vendor 14 vendor
2052026-06-10T23:00:35.825Zgcc system 13 system
2062026-06-10T23:00:35.825Zgcc system 10 system
2072026-06-10T23:00:35.825Zgo system 1.25 system
2082026-06-10T23:00:35.825Zllvm system 15 system
2092026-06-10T23:00:35.825Zmariadb system 11.4 system
2102026-06-10T23:00:35.825Zmta vendor vendor dma
2112026-06-10T23:00:35.825Zopenjdk system 17 system
2122026-06-10T23:00:35.825Zopenjdk system 11 system
2132026-06-10T23:00:35.825Zopenssl vendor 3 vendor
2142026-06-10T23:00:35.825Zperl system 5.40 system
2152026-06-10T23:00:35.825Zpostgresql system 18 system
2162026-06-10T23:00:35.825Zpostgresql system 17 system
2172026-06-10T23:00:35.825Zpython vendor 3 vendor
2182026-06-10T23:00:35.825Zpython system 2 system
2192026-06-10T23:00:35.825Zpython3 vendor 3.13 vendor
2202026-06-10T23:00:35.825Zruby system 3.4 system
2212026-06-10T23:00:35.825Zruby system 3.0 system
2222026-06-10T23:00:35.825Zwords vendor vendor american-english
2232026-06-10T23:00:35.825Zwords system system australian-english
2242026-06-10T23:00:35.825Zwords system system british-english
2252026-06-10T23:00:35.825Zwords system system canadian-english
2262026-06-10T23:00:35.825Zwords system system french
2272026-06-10T23:00:35.825Zwords system system italian
2282026-06-10T23:00:35.825Zwords system system ngerman
2292026-06-10T23:00:35.825Zwords system system ogerman
2302026-06-10T23:00:35.825Zwords system system spanish
2312026-06-10T23:00:36.078ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-10T23:00:36.078Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-10T23:00:36.363ZFMRI IFO
2342026-06-10T23:00:36.363Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-10T23:00:36.363Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-10T23:00:36.363Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-10T23:00:36.363Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-10T23:00:36.363Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-10T23:00:36.363Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-10T23:00:36.363Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-10T23:00:36.363Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-10T23:00:36.363Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-10T23:00:36.617Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-10T23:00:36.863Z Updating crates.io index
2452026-06-10T23:00:36.865Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-10T23:00:37.100Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-10T23:00:38.118Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-10T23:00:38.743Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-10T23:00:39.626Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-10T23:00:40.098Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-10T23:00:41.624Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-10T23:00:42.368Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-10T23:00:42.767Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-10T23:00:44.081Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-10T23:00:44.582Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-10T23:00:44.914Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-10T23:00:45.176Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-10T23:00:46.198Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-10T23:00:46.658Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-10T23:00:46.952Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-10T23:00:47.225Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-10T23:00:47.543Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-10T23:00:47.815Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-10T23:00:48.106Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-10T23:00:48.330Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-10T23:00:48.585Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-10T23:00:48.965Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-10T23:00:49.357Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-10T23:00:49.759Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-10T23:00:50.237Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-10T23:00:50.467Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-10T23:00:50.977Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-10T23:00:51.268Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-10T23:00:52.745Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-10T23:00:53.126Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-10T23:00:53.543Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-10T23:00:53.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-10T23:00:54.257Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-10T23:00:54.578Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-10T23:00:54.916Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-10T23:00:55.438Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-10T23:00:55.667Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-10T23:00:55.911Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-10T23:00:56.209Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-10T23:00:56.505Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-10T23:01:08.586Z Downloading crates ...
2872026-06-10T23:01:08.647Z Downloaded crypto-common v0.1.7
2882026-06-10T23:01:08.650Z Downloaded dof v0.3.0
2892026-06-10T23:01:08.657Z Downloaded heck v0.5.0
2902026-06-10T23:01:08.660Z Downloaded cargo_toml v0.21.0
2912026-06-10T23:01:08.660Z Downloaded quote v1.0.45
2922026-06-10T23:01:08.664Z Downloaded thiserror v1.0.69
2932026-06-10T23:01:08.667Z Downloaded itoa v1.0.17
2942026-06-10T23:01:08.667Z Downloaded unicode-xid v0.2.6
2952026-06-10T23:01:08.668Z Downloaded fastrand v2.3.0
2962026-06-10T23:01:08.671Z Downloaded is_terminal_polyfill v1.70.2
2972026-06-10T23:01:08.671Z Downloaded unicode-linebreak v0.1.5
2982026-06-10T23:01:08.671Z Downloaded generic-array v0.14.7
2992026-06-10T23:01:08.674Z Downloaded percent-encoding v2.3.2
3002026-06-10T23:01:08.676Z Downloaded heck v0.4.1
3012026-06-10T23:01:08.680Z Downloaded textwrap v0.16.2
3022026-06-10T23:01:08.683Z Downloaded scroll_derive v0.12.1
3032026-06-10T23:01:08.686Z Downloaded potential_utf v0.1.4
3042026-06-10T23:01:08.686Z Downloaded colorchoice v1.0.4
3052026-06-10T23:01:08.689Z Downloaded version_check v0.9.5
3062026-06-10T23:01:08.694Z Downloaded fnv v1.0.7
3072026-06-10T23:01:08.697Z Downloaded usdt-macro v0.5.0
3082026-06-10T23:01:08.697Z Downloaded usdt v0.5.0
3092026-06-10T23:01:08.697Z Downloaded utf8_iter v1.0.4
3102026-06-10T23:01:08.704Z Downloaded block-buffer v0.10.4
3112026-06-10T23:01:08.707Z Downloaded toml_datetime v0.6.11
3122026-06-10T23:01:08.707Z Downloaded thiserror-impl v1.0.69
3132026-06-10T23:01:08.707Z Downloaded errno v0.3.14
3142026-06-10T23:01:08.710Z Downloaded autocfg v1.5.0
3152026-06-10T23:01:08.710Z Downloaded cpufeatures v0.2.17
3162026-06-10T23:01:08.710Z Downloaded zerofrom-derive v0.1.6
3172026-06-10T23:01:08.710Z Downloaded typeid v1.0.3
3182026-06-10T23:01:08.713Z Downloaded utf8parse v0.2.2
3192026-06-10T23:01:08.713Z Downloaded usdt-attr-macro v0.5.0
3202026-06-10T23:01:08.716Z Downloaded zerofrom v0.1.6
3212026-06-10T23:01:08.716Z Downloaded zerovec-derive v0.11.2
3222026-06-10T23:01:08.716Z Downloaded thiserror-impl v2.0.18
3232026-06-10T23:01:08.716Z Downloaded usdt-impl v0.5.0
3242026-06-10T23:01:08.719Z Downloaded thiserror v2.0.18
3252026-06-10T23:01:08.722Z Downloaded thread-id v4.2.2
3262026-06-10T23:01:08.725Z Downloaded pretty-hex v0.4.1
3272026-06-10T23:01:08.725Z Downloaded tinystr v0.8.2
3282026-06-10T23:01:08.728Z Downloaded yoke v0.8.1
3292026-06-10T23:01:08.731Z Downloaded macaddr v1.0.1
3302026-06-10T23:01:08.731Z Downloaded form_urlencoded v1.2.2
3312026-06-10T23:01:08.734Z Downloaded yoke-derive v0.8.1
3322026-06-10T23:01:08.734Z Downloaded writeable v0.6.2
3332026-06-10T23:01:08.737Z Downloaded strsim v0.11.1
3342026-06-10T23:01:08.737Z Downloaded anstyle-query v1.1.5
3352026-06-10T23:01:08.737Z Downloaded unicode-ident v1.0.24
3362026-06-10T23:01:08.740Z Downloaded ucd-trie v0.1.7
3372026-06-10T23:01:08.743Z Downloaded erased-serde v0.4.9
3382026-06-10T23:01:08.747Z Downloaded toml_write v0.1.2
3392026-06-10T23:01:08.747Z Downloaded toml v0.8.23
3402026-06-10T23:01:08.751Z Downloaded equivalent v1.0.2
3412026-06-10T23:01:08.751Z Downloaded dtrace-parser v0.2.0
3422026-06-10T23:01:08.751Z Downloaded smawk v0.3.2
3432026-06-10T23:01:08.751Z Downloaded zerocopy-derive v0.7.35
3442026-06-10T23:01:08.754Z Downloaded tabled_derive v0.7.0
3452026-06-10T23:01:08.754Z Downloaded plain v0.2.3
3462026-06-10T23:01:08.757Z Downloaded zmij v1.0.21
3472026-06-10T23:01:08.757Z Downloaded camino-tempfile v1.4.1
3482026-06-10T23:01:08.768Z Downloaded swrite v0.1.0
3492026-06-10T23:01:08.771Z Downloaded idna_adapter v1.2.1
3502026-06-10T23:01:08.774Z Downloaded stable_deref_trait v1.2.1
3512026-06-10T23:01:08.774Z Downloaded getrandom v0.4.1
3522026-06-10T23:01:08.777Z Downloaded digest v0.10.7
3532026-06-10T23:01:08.777Z Downloaded unicode-width v0.2.0
3542026-06-10T23:01:08.781Z Downloaded camino v1.2.2
3552026-06-10T23:01:08.784Z Downloaded ordered-float v2.10.1
3562026-06-10T23:01:08.787Z Downloaded url v2.5.8
3572026-06-10T23:01:08.787Z Downloaded zerocopy v0.7.35
3582026-06-10T23:01:08.794Z Downloaded zerotrie v0.2.3
3592026-06-10T23:01:08.797Z Downloaded typenum v1.19.0
3602026-06-10T23:01:08.800Z Downloaded cargo-platform v0.2.0
3612026-06-10T23:01:08.800Z Downloaded toml_edit v0.22.27
3622026-06-10T23:01:08.803Z Downloaded serde-value v0.7.0
3632026-06-10T23:01:08.803Z Downloaded serde_tokenstream v0.2.3
3642026-06-10T23:01:08.803Z Downloaded cfg-if v1.0.4
3652026-06-10T23:01:08.803Z Downloaded serde-untagged v0.1.9
3662026-06-10T23:01:08.806Z Downloaded winnow v0.7.14
3672026-06-10T23:01:08.809Z Downloaded zerovec v0.11.5
3682026-06-10T23:01:08.812Z Downloaded cargo-util-schemas v0.8.2
3692026-06-10T23:01:08.815Z Downloaded proc-macro-error-attr v1.0.4
3702026-06-10T23:01:08.815Z Downloaded pest_generator v2.8.6
3712026-06-10T23:01:08.815Z Downloaded anyhow v1.0.102
3722026-06-10T23:01:08.818Z Downloaded clap_lex v1.0.0
3732026-06-10T23:01:08.818Z Downloaded unicode-width v0.1.14
3742026-06-10T23:01:08.821Z Downloaded proc-macro-error v1.0.4
3752026-06-10T23:01:08.826Z Downloaded memmap v0.7.0
3762026-06-10T23:01:08.829Z Downloaded serde_spanned v0.6.9
3772026-06-10T23:01:08.829Z Downloaded log v0.4.29
3782026-06-10T23:01:08.832Z Downloaded cargo_metadata v0.21.0
3792026-06-10T23:01:08.838Z Downloaded sha2 v0.10.9
3802026-06-10T23:01:08.841Z Downloaded num-traits v0.2.19
3812026-06-10T23:01:08.844Z Downloaded serde_derive v1.0.228
3822026-06-10T23:01:08.849Z Downloaded terminal_size v0.4.3
3832026-06-10T23:01:08.852Z Downloaded byteorder v1.5.0
3842026-06-10T23:01:08.852Z Downloaded anstream v1.0.0
3852026-06-10T23:01:08.855Z Downloaded displaydoc v0.2.5
3862026-06-10T23:01:08.860Z Downloaded synstructure v0.13.2
3872026-06-10T23:01:08.860Z Downloaded bytecount v0.6.9
3882026-06-10T23:01:08.860Z Downloaded anstyle-parse v1.0.0
3892026-06-10T23:01:08.863Z Downloaded scroll v0.12.0
3902026-06-10T23:01:08.866Z Downloaded proc-macro2 v1.0.106
3912026-06-10T23:01:08.871Z Downloaded icu_locale_core v2.1.1
3922026-06-10T23:01:08.874Z Downloaded semver v1.0.28
3932026-06-10T23:01:08.877Z Downloaded icu_properties v2.1.2
3942026-06-10T23:01:08.891Z Downloaded smallvec v1.15.1
3952026-06-10T23:01:08.894Z Downloaded fs-err v3.3.0
3962026-06-10T23:01:08.894Z Downloaded icu_normalizer v2.1.1
3972026-06-10T23:01:08.897Z Downloaded bitflags v2.11.0
3982026-06-10T23:01:08.900Z Downloaded litemap v0.8.1
3992026-06-10T23:01:08.900Z Downloaded tempfile v3.25.0
4002026-06-10T23:01:08.902Z Downloaded once_cell v1.21.3
4012026-06-10T23:01:08.903Z Downloaded clap_derive v4.6.1
4022026-06-10T23:01:08.907Z Downloaded serde_core v1.0.228
4032026-06-10T23:01:08.910Z Downloaded anstyle v1.0.14
4042026-06-10T23:01:08.913Z Downloaded pest_derive v2.8.6
4052026-06-10T23:01:08.917Z Downloaded icu_provider v2.1.1
4062026-06-10T23:01:08.921Z Downloaded papergrid v0.11.0
4072026-06-10T23:01:08.927Z Downloaded pest_meta v2.8.6
4082026-06-10T23:01:08.930Z Downloaded icu_collections v2.1.1
4092026-06-10T23:01:08.933Z Downloaded icu_normalizer_data v2.1.1
4102026-06-10T23:01:08.942Z Downloaded clap v4.6.1
4112026-06-10T23:01:08.954Z Downloaded serde v1.0.228
4122026-06-10T23:01:08.960Z Downloaded memchr v2.8.0
4132026-06-10T23:01:08.971Z Downloaded indexmap v2.14.0
4142026-06-10T23:01:08.975Z Downloaded icu_properties_data v2.1.2
4152026-06-10T23:01:08.982Z Downloaded idna v1.1.0
4162026-06-10T23:01:08.985Z Downloaded pest v2.8.6
4172026-06-10T23:01:08.999Z Downloaded clap_builder v4.6.0
4182026-06-10T23:01:09.010Z Downloaded goblin v0.8.2
4192026-06-10T23:01:09.013Z Downloaded serde_json v1.0.149
4202026-06-10T23:01:09.021Z Downloaded tabled v0.15.0
4212026-06-10T23:01:09.029Z Downloaded hashbrown v0.17.0
4222026-06-10T23:01:09.048Z Downloaded syn v1.0.109
4232026-06-10T23:01:09.063Z Downloaded syn v2.0.117
4242026-06-10T23:01:09.076Z Downloaded rustix v1.1.3
4252026-06-10T23:01:09.107Z Downloaded libc v0.2.185
4262026-06-10T23:01:09.175Z Compiling proc-macro2 v1.0.106
4272026-06-10T23:01:09.175Z Compiling unicode-ident v1.0.24
4282026-06-10T23:01:09.178Z Compiling quote v1.0.45
4292026-06-10T23:01:09.178Z Compiling serde_core v1.0.228
4302026-06-10T23:01:09.178Z Compiling libc v0.2.185
4312026-06-10T23:01:09.178Z Compiling version_check v0.9.5
4322026-06-10T23:01:09.178Z Compiling serde v1.0.228
4332026-06-10T23:01:09.178Z Compiling stable_deref_trait v1.2.1
4342026-06-10T23:01:09.457Z Compiling memchr v2.8.0
4352026-06-10T23:01:09.495Z Compiling zmij v1.0.21
4362026-06-10T23:01:09.732Z Compiling thiserror v1.0.69
4372026-06-10T23:01:09.761Z Compiling autocfg v1.5.0
4382026-06-10T23:01:10.007Z Compiling ucd-trie v0.1.7
4392026-06-10T23:01:10.067Z Compiling itoa v1.0.17
4402026-06-10T23:01:10.147Z Compiling pest v2.8.6
4412026-06-10T23:01:10.183Z Compiling writeable v0.6.2
4422026-06-10T23:01:10.200Z Compiling litemap v0.8.1
4432026-06-10T23:01:10.300Z Compiling byteorder v1.5.0
4442026-06-10T23:01:10.372Z Compiling rustix v1.1.3
4452026-06-10T23:01:10.391Z Compiling icu_normalizer_data v2.1.1
4462026-06-10T23:01:10.607Z Compiling icu_properties_data v2.1.2
4472026-06-10T23:01:10.692Z Compiling errno v0.3.14
4482026-06-10T23:01:10.757Z Compiling syn v2.0.117
4492026-06-10T23:01:10.809Z Compiling bitflags v2.11.0
4502026-06-10T23:01:10.845Z Compiling serde_json v1.0.149
4512026-06-10T23:01:11.051Z Compiling num-traits v0.2.19
4522026-06-10T23:01:11.087Z Compiling typeid v1.0.3
4532026-06-10T23:01:11.103Z Compiling smallvec v1.15.1
4542026-06-10T23:01:11.238Z Compiling pest_meta v2.8.6
4552026-06-10T23:01:11.359Z Compiling hashbrown v0.17.0
4562026-06-10T23:01:11.432Z Compiling equivalent v1.0.2
4572026-06-10T23:01:11.582Z Compiling thread-id v4.2.2
4582026-06-10T23:01:11.646Z Compiling usdt-impl v0.5.0
4592026-06-10T23:01:11.666Z Compiling proc-macro-error-attr v1.0.4
4602026-06-10T23:01:11.717Z Compiling toml_write v0.1.2
4612026-06-10T23:01:11.848Z Compiling erased-serde v0.4.9
4622026-06-10T23:01:11.865Z Compiling indexmap v2.14.0
4632026-06-10T23:01:11.921Z Compiling syn v1.0.109
4642026-06-10T23:01:11.921Z Compiling winnow v0.7.14
4652026-06-10T23:01:12.408Z Compiling proc-macro-error v1.0.4
4662026-06-10T23:01:12.483Z Compiling getrandom v0.4.1
4672026-06-10T23:01:12.599Z Compiling plain v0.2.3
4682026-06-10T23:01:12.717Z Compiling log v0.4.29
4692026-06-10T23:01:12.816Z Compiling utf8parse v0.2.2
4702026-06-10T23:01:12.832Z Compiling thiserror v2.0.18
4712026-06-10T23:01:12.878Z Compiling camino v1.2.2
4722026-06-10T23:01:12.897Z Compiling utf8_iter v1.0.4
4732026-06-10T23:01:12.938Z Compiling percent-encoding v2.3.2
4742026-06-10T23:01:13.047Z Compiling anstyle-parse v1.0.0
4752026-06-10T23:01:13.127Z Compiling form_urlencoded v1.2.2
4762026-06-10T23:01:13.179Z Compiling ordered-float v2.10.1
4772026-06-10T23:01:13.335Z Compiling terminal_size v0.4.3
4782026-06-10T23:01:13.362Z Compiling synstructure v0.13.2
4792026-06-10T23:01:13.388Z Compiling pest_generator v2.8.6
4802026-06-10T23:01:13.468Z Compiling colorchoice v1.0.4
4812026-06-10T23:01:13.585Z Compiling anstyle v1.0.14
4822026-06-10T23:01:13.646Z Compiling pretty-hex v0.4.1
4832026-06-10T23:01:13.698Z Compiling is_terminal_polyfill v1.70.2
4842026-06-10T23:01:13.714Z Compiling cfg-if v1.0.4
4852026-06-10T23:01:13.784Z Compiling anstyle-query v1.1.5
4862026-06-10T23:01:13.817Z Compiling serde-untagged v0.1.9
4872026-06-10T23:01:13.895Z Compiling anstream v1.0.0
4882026-06-10T23:01:13.972Z Compiling semver v1.0.28
4892026-06-10T23:01:14.073Z Compiling fs-err v3.3.0
4902026-06-10T23:01:14.089Z Compiling fnv v1.0.7
4912026-06-10T23:01:14.194Z Compiling once_cell v1.21.3
4922026-06-10T23:01:14.222Z Compiling heck v0.5.0
4932026-06-10T23:01:14.259Z Compiling fastrand v2.3.0
4942026-06-10T23:01:14.290Z Compiling anyhow v1.0.102
4952026-06-10T23:01:14.333Z Compiling bytecount v0.6.9
4962026-06-10T23:01:14.458Z Compiling unicode-width v0.1.14
4972026-06-10T23:01:14.474Z Compiling strsim v0.11.1
4982026-06-10T23:01:14.514Z Compiling unicode-xid v0.2.6
4992026-06-10T23:01:14.594Z Compiling clap_lex v1.0.0
5002026-06-10T23:01:14.639Z Compiling heck v0.4.1
5012026-06-10T23:01:14.709Z Compiling papergrid v0.11.0
5022026-06-10T23:01:14.814Z Compiling clap_builder v4.6.0
5032026-06-10T23:01:14.831Z Compiling tempfile v3.25.0
5042026-06-10T23:01:14.942Z Compiling memmap v0.7.0
5052026-06-10T23:01:14.963Z Compiling smawk v0.3.2
5062026-06-10T23:01:15.045Z Compiling serde_derive v1.0.228
5072026-06-10T23:01:15.098Z Compiling zerofrom-derive v0.1.6
5082026-06-10T23:01:15.121Z Compiling yoke-derive v0.8.1
5092026-06-10T23:01:15.201Z Compiling zerovec-derive v0.11.2
5102026-06-10T23:01:15.318Z Compiling displaydoc v0.2.5
5112026-06-10T23:01:16.101Z Compiling thiserror-impl v1.0.69
5122026-06-10T23:01:16.140Z Compiling zerocopy-derive v0.7.35
5132026-06-10T23:01:16.283Z Compiling pest_derive v2.8.6
5142026-06-10T23:01:16.351Z Compiling scroll_derive v0.12.1
5152026-06-10T23:01:16.519Z Compiling zerofrom v0.1.6
5162026-06-10T23:01:16.656Z Compiling yoke v0.8.1
5172026-06-10T23:01:16.708Z Compiling thiserror-impl v2.0.18
5182026-06-10T23:01:16.847Z Compiling zerovec v0.11.5
5192026-06-10T23:01:17.006Z Compiling zerotrie v0.2.3
5202026-06-10T23:01:17.025Z Compiling zerocopy v0.7.35
5212026-06-10T23:01:17.308Z Compiling tinystr v0.8.2
5222026-06-10T23:01:17.354Z Compiling potential_utf v0.1.4
5232026-06-10T23:01:17.480Z Compiling icu_locale_core v2.1.1
5242026-06-10T23:01:17.514Z Compiling icu_collections v2.1.1
5252026-06-10T23:01:17.533Z Compiling dtrace-parser v0.2.0
5262026-06-10T23:01:17.570Z Compiling scroll v0.12.0
5272026-06-10T23:01:17.835Z Compiling goblin v0.8.2
5282026-06-10T23:01:17.852Z Compiling tabled_derive v0.7.0
5292026-06-10T23:01:17.893Z Compiling clap_derive v4.6.1
5302026-06-10T23:01:17.986Z Compiling unicode-width v0.2.0
5312026-06-10T23:01:18.264Z Compiling icu_provider v2.1.1
5322026-06-10T23:01:18.354Z Compiling unicode-linebreak v0.1.5
5332026-06-10T23:01:18.397Z Compiling camino-tempfile v1.4.1
5342026-06-10T23:01:18.544Z Compiling icu_properties v2.1.2
5352026-06-10T23:01:18.548Z Compiling icu_normalizer v2.1.1
5362026-06-10T23:01:18.569Z Compiling serde_spanned v0.6.9
5372026-06-10T23:01:18.593Z Compiling toml_datetime v0.6.11
5382026-06-10T23:01:18.632Z Compiling dof v0.3.0
5392026-06-10T23:01:18.720Z Compiling serde_tokenstream v0.2.3
5402026-06-10T23:01:18.760Z Compiling serde-value v0.7.0
5412026-06-10T23:01:18.852Z Compiling toml_edit v0.22.27
5422026-06-10T23:01:19.033Z Compiling cargo-platform v0.2.0
5432026-06-10T23:01:19.083Z Compiling tabled v0.15.0
5442026-06-10T23:01:19.118Z Compiling textwrap v0.16.2
5452026-06-10T23:01:19.301Z Compiling macaddr v1.0.1
5462026-06-10T23:01:19.533Z Compiling idna_adapter v1.2.1
5472026-06-10T23:01:19.626Z Compiling usdt-attr-macro v0.5.0
5482026-06-10T23:01:19.642Z Compiling idna v1.1.0
5492026-06-10T23:01:19.668Z Compiling usdt-macro v0.5.0
5502026-06-10T23:01:19.861Z Compiling clap v4.6.1
5512026-06-10T23:01:19.942Z Compiling url v2.5.8
5522026-06-10T23:01:19.960Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-10T23:01:20.248Z Compiling toml v0.8.23
5542026-06-10T23:01:20.301Z Compiling swrite v0.1.0
5552026-06-10T23:01:20.694Z Compiling cargo-util-schemas v0.8.2
5562026-06-10T23:01:20.911Z Compiling cargo_toml v0.21.0
5572026-06-10T23:01:21.067Z Compiling usdt v0.5.0
5582026-06-10T23:01:21.584Z Compiling cargo_metadata v0.21.0
5592026-06-10T23:01:22.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-10T23:01:24.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.12s
5612026-06-10T23:01:24.817Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-10T23:01:25.386Z Downloading crates ...
5632026-06-10T23:01:25.481Z Downloaded atty v0.2.14
5642026-06-10T23:01:25.487Z Downloaded backoff v0.4.0
5652026-06-10T23:01:25.491Z Downloaded cexpr v0.6.0
5662026-06-10T23:01:25.494Z Downloaded compression-core v0.4.31
5672026-06-10T23:01:25.494Z Downloaded ciborium-io v0.2.2
5682026-06-10T23:01:25.497Z Downloaded bzip2 v0.4.4
5692026-06-10T23:01:25.497Z Downloaded argon2 v0.5.3
5702026-06-10T23:01:25.501Z Downloaded arrayref v0.3.9
5712026-06-10T23:01:25.501Z Downloaded ascii-canvas v3.0.0
5722026-06-10T23:01:25.506Z Downloaded colored v2.2.0
5732026-06-10T23:01:25.506Z Downloaded async-stream-impl v0.3.6
5742026-06-10T23:01:25.506Z Downloaded castaway v0.2.4
5752026-06-10T23:01:25.509Z Downloaded atomic-waker v1.1.2
5762026-06-10T23:01:25.509Z Downloaded crc-catalog v2.4.0
5772026-06-10T23:01:25.509Z Downloaded ahash v0.8.12
5782026-06-10T23:01:25.509Z Downloaded aead v0.5.2
5792026-06-10T23:01:25.527Z Downloaded defmt v0.3.100
5802026-06-10T23:01:25.527Z Downloaded der_derive v0.7.3
5812026-06-10T23:01:25.527Z Downloaded assert_matches v1.5.0
5822026-06-10T23:01:25.527Z Downloaded arrayvec v0.7.6
5832026-06-10T23:01:25.527Z Downloaded crossbeam-epoch v0.9.18
5842026-06-10T23:01:25.532Z Downloaded either v1.15.0
5852026-06-10T23:01:25.537Z Downloaded ciborium v0.2.2
5862026-06-10T23:01:25.545Z Downloaded dsl_auto_type v0.2.0
5872026-06-10T23:01:25.551Z Downloaded expectorate v1.2.0
5882026-06-10T23:01:25.555Z Downloaded crossbeam-deque v0.8.6
5892026-06-10T23:01:25.558Z Downloaded curve25519-dalek v4.1.3
5902026-06-10T23:01:25.562Z Downloaded dtrace-parser v0.3.0
5912026-06-10T23:01:25.565Z Downloaded crc8 v0.1.1
5922026-06-10T23:01:25.565Z Downloaded float-cmp v0.10.0
5932026-06-10T23:01:25.565Z Downloaded aws-lc-rs v1.16.3
5942026-06-10T23:01:25.569Z Downloaded crossterm v0.29.0
5952026-06-10T23:01:25.573Z Downloaded foreign-types-shared v0.1.1
5962026-06-10T23:01:25.576Z Downloaded dunce v1.0.5
5972026-06-10T23:01:25.576Z Downloaded fixedbitset v0.4.2
5982026-06-10T23:01:25.576Z Downloaded cstr-argument v0.1.2
5992026-06-10T23:01:25.581Z Downloaded crc32fast v1.5.0
6002026-06-10T23:01:25.581Z Downloaded difflib v0.4.0
6012026-06-10T23:01:25.581Z Downloaded darling_macro v0.20.11
6022026-06-10T23:01:25.585Z Downloaded cargo_metadata v0.23.1
6032026-06-10T23:01:25.585Z Downloaded cfg_aliases v0.1.1
6042026-06-10T23:01:25.585Z Downloaded cargo-platform v0.3.2
6052026-06-10T23:01:25.585Z Downloaded debug-ignore v1.0.5
6062026-06-10T23:01:25.585Z Downloaded dyn-clone v1.0.20
6072026-06-10T23:01:25.589Z Downloaded atomicwrites v0.4.4
6082026-06-10T23:01:25.589Z Downloaded dropshot-api-manager-types v0.7.2
6092026-06-10T23:01:25.589Z Downloaded deranged v0.5.8
6102026-06-10T23:01:25.592Z Downloaded adler2 v2.0.1
6112026-06-10T23:01:25.592Z Downloaded critical-section v1.2.0
6122026-06-10T23:01:25.592Z Downloaded ecdsa v0.16.9
6132026-06-10T23:01:25.596Z Downloaded crucible-workspace-hack v0.1.0
6142026-06-10T23:01:25.596Z Downloaded bitfield-macros v0.19.4
6152026-06-10T23:01:25.599Z Downloaded base16ct v0.2.0
6162026-06-10T23:01:25.599Z Downloaded async-trait v0.1.89
6172026-06-10T23:01:25.603Z Downloaded blowfish v0.9.1
6182026-06-10T23:01:25.606Z Downloaded filetime v0.2.27
6192026-06-10T23:01:25.606Z Downloaded defmt-macros v1.0.1
6202026-06-10T23:01:25.606Z Downloaded dof v0.4.0
6212026-06-10T23:01:25.610Z Downloaded clang-sys v1.8.1
6222026-06-10T23:01:25.610Z Downloaded daft v0.1.7
6232026-06-10T23:01:25.613Z Downloaded bit-set v0.8.0
6242026-06-10T23:01:25.613Z Downloaded crossbeam-utils v0.8.21
6252026-06-10T23:01:25.613Z Downloaded foreign-types v0.5.0
6262026-06-10T23:01:25.613Z Downloaded cpufeatures v0.3.0
6272026-06-10T23:01:25.616Z Downloaded embedded-io v0.4.0
6282026-06-10T23:01:25.616Z Downloaded ciborium-ll v0.2.2
6292026-06-10T23:01:25.617Z Downloaded dirs-sys-next v0.1.2
6302026-06-10T23:01:25.620Z Downloaded display-error-chain v0.2.2
6312026-06-10T23:01:25.620Z Downloaded cobs v0.3.0
6322026-06-10T23:01:25.620Z Downloaded dirs-next v2.0.0
6332026-06-10T23:01:25.620Z Downloaded derive_builder_macro v0.20.2
6342026-06-10T23:01:25.623Z Downloaded cfg_aliases v0.2.1
6352026-06-10T23:01:25.623Z Downloaded float-ord v0.3.2
6362026-06-10T23:01:25.623Z Downloaded enum-as-inner v0.6.1
6372026-06-10T23:01:25.623Z Downloaded convert_case v0.4.0
6382026-06-10T23:01:25.627Z Downloaded darling_macro v0.21.3
6392026-06-10T23:01:25.631Z Downloaded embedded-io v0.6.1
6402026-06-10T23:01:25.635Z Downloaded block-padding v0.3.3
6412026-06-10T23:01:25.635Z Downloaded async-recursion v1.1.1
6422026-06-10T23:01:25.643Z Downloaded derive-ex v0.1.8
6432026-06-10T23:01:25.643Z Downloaded ctr v0.9.2
6442026-06-10T23:01:25.646Z Downloaded funty v2.0.0
6452026-06-10T23:01:25.646Z Downloaded crunchy v0.2.4
6462026-06-10T23:01:25.649Z Downloaded futures-io v0.3.32
6472026-06-10T23:01:25.654Z Downloaded futures-macro v0.3.32
6482026-06-10T23:01:25.658Z Downloaded futures-task v0.3.32
6492026-06-10T23:01:25.658Z Downloaded flagset v0.4.7
6502026-06-10T23:01:25.658Z Downloaded env_filter v1.0.0
6512026-06-10T23:01:25.658Z Downloaded bcrypt-pbkdf v0.10.0
6522026-06-10T23:01:25.658Z Downloaded bit-set v0.5.3
6532026-06-10T23:01:25.661Z Downloaded array-init v0.0.4
6542026-06-10T23:01:25.661Z Downloaded gethostname v0.5.0
6552026-06-10T23:01:25.664Z Downloaded futures-core v0.3.32
6562026-06-10T23:01:25.664Z Downloaded fd-lock v4.0.4
6572026-06-10T23:01:25.669Z Downloaded foreign-types-shared v0.3.1
6582026-06-10T23:01:25.669Z Downloaded foreign-types v0.3.2
6592026-06-10T23:01:25.669Z Downloaded fxhash v0.2.1
6602026-06-10T23:01:25.669Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-06-10T23:01:25.673Z Downloaded crc v3.4.0
6622026-06-10T23:01:25.673Z Downloaded document-features v0.2.12
6632026-06-10T23:01:25.673Z Downloaded curve25519-dalek-derive v0.1.1
6642026-06-10T23:01:25.673Z Downloaded bb8 v0.8.6
6652026-06-10T23:01:25.673Z Downloaded async-stream v0.3.6
6662026-06-10T23:01:25.677Z Downloaded futures-sink v0.3.32
6672026-06-10T23:01:25.681Z Downloaded fixedbitset v0.5.7
6682026-06-10T23:01:25.681Z Downloaded endian-type v0.1.2
6692026-06-10T23:01:25.681Z Downloaded foreign-types-macros v0.2.3
6702026-06-10T23:01:25.681Z Downloaded bitflags v1.3.2
6712026-06-10T23:01:25.685Z Downloaded downcast-rs v2.0.2
6722026-06-10T23:01:25.685Z Downloaded darling v0.13.4
6732026-06-10T23:01:25.688Z Downloaded daft-derive v0.1.7
6742026-06-10T23:01:25.688Z Downloaded darling_macro v0.23.0
6752026-06-10T23:01:25.692Z Downloaded git-stub v1.0.0
6762026-06-10T23:01:25.692Z Downloaded defmt-parser v1.0.0
6772026-06-10T23:01:25.692Z Downloaded bit-vec v0.8.0
6782026-06-10T23:01:25.695Z Downloaded base64ct v1.8.3
6792026-06-10T23:01:25.695Z Downloaded fatfs v0.3.6
6802026-06-10T23:01:25.698Z Downloaded cassowary v0.3.0
6812026-06-10T23:01:25.698Z Downloaded darling v0.23.0
6822026-06-10T23:01:25.701Z Downloaded darling_macro v0.13.4
6832026-06-10T23:01:25.701Z Downloaded hash32 v0.2.1
6842026-06-10T23:01:25.705Z Downloaded csv-core v0.1.13
6852026-06-10T23:01:25.705Z Downloaded crc-any v2.5.0
6862026-06-10T23:01:25.705Z Downloaded globwalk v0.9.1
6872026-06-10T23:01:25.708Z Downloaded anstream v0.6.21
6882026-06-10T23:01:25.708Z Downloaded hash32 v0.3.1
6892026-06-10T23:01:25.712Z Downloaded headers-core v0.3.0
6902026-06-10T23:01:25.712Z Downloaded ed25519 v2.2.3
6912026-06-10T23:01:25.712Z Downloaded anstyle-parse v0.2.7
6922026-06-10T23:01:25.715Z Downloaded find-msvc-tools v0.1.9
6932026-06-10T23:01:25.715Z Downloaded derive_builder_core v0.20.2
6942026-06-10T23:01:25.715Z Downloaded data-encoding v2.10.0
6952026-06-10T23:01:25.718Z Downloaded fallible-iterator v0.2.0
6962026-06-10T23:01:25.719Z Downloaded env_logger v0.11.9
6972026-06-10T23:01:25.719Z Downloaded camino-tempfile-ext v0.3.3
6982026-06-10T23:01:25.722Z Downloaded bit-vec v0.6.3
6992026-06-10T23:01:25.722Z Downloaded bitfield v0.19.4
7002026-06-10T23:01:25.725Z Downloaded ghash v0.5.1
7012026-06-10T23:01:25.725Z Downloaded erased-serde v0.3.31
7022026-06-10T23:01:25.725Z Downloaded defmt v1.0.1
7032026-06-10T23:01:25.728Z Downloaded cbc v0.1.2
7042026-06-10T23:01:25.731Z Downloaded convert_case v0.10.0
7052026-06-10T23:01:25.731Z Downloaded corncobs v0.1.4
7062026-06-10T23:01:25.731Z Downloaded hex v0.4.3
7072026-06-10T23:01:25.735Z Downloaded http-body v1.0.1
7082026-06-10T23:01:25.735Z Downloaded hubpack_derive v0.1.1
7092026-06-10T23:01:25.735Z Downloaded constant_time_eq v0.4.2
7102026-06-10T23:01:25.738Z Downloaded cmake v0.1.57
7112026-06-10T23:01:25.739Z Downloaded hubpack v0.1.2
7122026-06-10T23:01:25.739Z Downloaded darling v0.20.11
7132026-06-10T23:01:25.742Z Downloaded futures-executor v0.3.32
7142026-06-10T23:01:25.742Z Downloaded diesel-dtrace v0.5.0
7152026-06-10T23:01:25.746Z Downloaded const_format_proc_macros v0.2.34
7162026-06-10T23:01:25.746Z Downloaded compression-codecs v0.4.37
7172026-06-10T23:01:25.749Z Downloaded chacha20 v0.9.1
7182026-06-10T23:01:25.749Z Downloaded bcs v0.1.6
7192026-06-10T23:01:25.753Z Downloaded hostname v0.4.2
7202026-06-10T23:01:25.753Z Downloaded http-range v0.1.5
7212026-06-10T23:01:25.753Z Downloaded hostname v0.3.1
7222026-06-10T23:01:25.753Z Downloaded bitfield-struct v0.6.2
7232026-06-10T23:01:25.756Z Downloaded derive_builder v0.20.2
7242026-06-10T23:01:25.759Z Downloaded fs_extra v1.3.0
7252026-06-10T23:01:25.759Z Downloaded ident_case v1.0.1
7262026-06-10T23:01:25.762Z Downloaded hyper-tls v0.6.0
7272026-06-10T23:01:25.762Z Downloaded git-stub-vcs v0.1.0
7282026-06-10T23:01:25.762Z Downloaded chacha20 v0.10.0
7292026-06-10T23:01:25.765Z Downloaded backon v1.6.0
7302026-06-10T23:01:25.768Z Downloaded illumos-nvpair v0.3.0
7312026-06-10T23:01:25.768Z Downloaded cancel-safe-futures v0.1.5
7322026-06-10T23:01:25.769Z Downloaded group v0.13.0
7332026-06-10T23:01:25.772Z Downloaded ena v0.14.4
7342026-06-10T23:01:25.772Z Downloaded illumos-nvpair-sys v0.2.0
7352026-06-10T23:01:25.772Z Downloaded httpdate v1.0.3
7362026-06-10T23:01:25.775Z Downloaded crossbeam-channel v0.5.15
7372026-06-10T23:01:25.775Z Downloaded foldhash v0.1.5
7382026-06-10T23:01:25.779Z Downloaded home v0.5.12
7392026-06-10T23:01:25.779Z Downloaded hex-literal v0.4.1
7402026-06-10T23:01:25.780Z Downloaded cipher v0.4.4
7412026-06-10T23:01:25.783Z Downloaded globset v0.4.18
7422026-06-10T23:01:25.783Z Downloaded ff v0.13.1
7432026-06-10T23:01:25.783Z Downloaded byte-wrapper v0.1.0
7442026-06-10T23:01:25.787Z Downloaded indoc v1.0.9
7452026-06-10T23:01:25.790Z Downloaded is_ci v1.2.0
7462026-06-10T23:01:25.793Z Downloaded lazy_static v1.5.0
7472026-06-10T23:01:25.793Z Downloaded glob v0.3.3
7482026-06-10T23:01:25.798Z Downloaded indent_write v2.2.0
7492026-06-10T23:01:25.798Z Downloaded derive_more v0.99.20
7502026-06-10T23:01:25.801Z Downloaded darling_core v0.13.4
7512026-06-10T23:01:25.801Z Downloaded http-body-util v0.1.3
7522026-06-10T23:01:25.806Z Downloaded des v0.8.1
7532026-06-10T23:01:25.806Z Downloaded elliptic-curve v0.13.8
7542026-06-10T23:01:25.809Z Downloaded kstat-rs v0.2.4
7552026-06-10T23:01:25.809Z Downloaded darling v0.21.3
7562026-06-10T23:01:25.813Z Downloaded foldhash v0.2.0
7572026-06-10T23:01:25.813Z Downloaded flate2 v1.1.9
7582026-06-10T23:01:25.816Z Downloaded inout v0.1.4
7592026-06-10T23:01:25.816Z Downloaded futures-channel v0.3.32
7602026-06-10T23:01:25.819Z Downloaded md-5 v0.10.6
7612026-06-10T23:01:25.819Z Downloaded fs-err v2.11.0
7622026-06-10T23:01:25.819Z Downloaded async-bb8-diesel v0.2.1
7632026-06-10T23:01:25.822Z Downloaded diff v0.1.13
7642026-06-10T23:01:25.825Z Downloaded lalrpop-util v0.19.12
7652026-06-10T23:01:25.825Z Downloaded hyper-staticfile v0.10.1
7662026-06-10T23:01:25.825Z Downloaded humantime v2.3.0
7672026-06-10T23:01:25.828Z Downloaded cookie_store v0.22.1
7682026-06-10T23:01:25.828Z Downloaded linked-hash-map v0.5.6
7692026-06-10T23:01:25.831Z Downloaded internet-checksum v0.2.1
7702026-06-10T23:01:25.831Z Downloaded managed v0.8.0
7712026-06-10T23:01:25.831Z Downloaded console v0.16.2
7722026-06-10T23:01:25.834Z Downloaded blake2 v0.10.6
7732026-06-10T23:01:25.834Z Downloaded ipnetwork v0.21.1
7742026-06-10T23:01:25.837Z Downloaded indoc v2.0.7
7752026-06-10T23:01:25.838Z Downloaded getrandom v0.2.17
7762026-06-10T23:01:25.841Z Downloaded dropshot_endpoint v0.17.0
7772026-06-10T23:01:25.841Z Downloaded impl-trait-for-tuples v0.2.3
7782026-06-10T23:01:25.844Z Downloaded cookie v0.18.1
7792026-06-10T23:01:25.857Z Downloaded memoffset v0.9.1
7802026-06-10T23:01:25.857Z Downloaded derive-where v1.6.0
7812026-06-10T23:01:25.857Z Downloaded bzip2 v0.6.1
7822026-06-10T23:01:25.857Z Downloaded maybe-uninit v2.0.0
7832026-06-10T23:01:25.857Z Downloaded const-oid v0.9.6
7842026-06-10T23:01:25.857Z Downloaded darling_core v0.20.11
7852026-06-10T23:01:25.857Z Downloaded half v1.8.3
7862026-06-10T23:01:25.857Z Downloaded aes-gcm v0.10.3
7872026-06-10T23:01:25.862Z Downloaded console v0.15.11
7882026-06-10T23:01:25.862Z Downloaded keccak v0.1.6
7892026-06-10T23:01:25.863Z Downloaded ingot-types v0.1.2
7902026-06-10T23:01:25.863Z Downloaded darling_core v0.23.0
7912026-06-10T23:01:25.866Z Downloaded buf-list v1.1.2
7922026-06-10T23:01:25.869Z Downloaded newtype_derive v0.1.6
7932026-06-10T23:01:25.869Z Downloaded hmac v0.12.1
7942026-06-10T23:01:25.872Z Downloaded nodrop v0.1.14
7952026-06-10T23:01:25.872Z Downloaded nibble_vec v0.1.0
7962026-06-10T23:01:25.872Z Downloaded lru-slab v0.1.2
7972026-06-10T23:01:25.872Z Downloaded drift v0.2.0
7982026-06-10T23:01:25.877Z Downloaded num v0.4.3
7992026-06-10T23:01:25.881Z Downloaded libsw v3.5.0
8002026-06-10T23:01:25.881Z Downloaded is-terminal v0.4.17
8012026-06-10T23:01:25.881Z Downloaded instant v0.1.13
8022026-06-10T23:01:25.884Z Downloaded jobserver v0.1.34
8032026-06-10T23:01:25.884Z Downloaded num-derive v0.3.3
8042026-06-10T23:01:25.884Z Downloaded nonempty v0.12.0
8052026-06-10T23:01:25.889Z Downloaded newline-converter v0.3.0
8062026-06-10T23:01:25.899Z Downloaded colored v3.1.1
8072026-06-10T23:01:25.902Z Downloaded hyper-rustls v0.27.7
8082026-06-10T23:01:25.905Z Downloaded httparse v1.10.1
8092026-06-10T23:01:25.905Z Downloaded futures v0.3.32
8102026-06-10T23:01:25.908Z Downloaded darling_core v0.21.3
8112026-06-10T23:01:25.912Z Downloaded num-derive v0.4.2
8122026-06-10T23:01:25.912Z Downloaded olpc-cjson v0.1.4
8132026-06-10T23:01:25.915Z Downloaded libefi-sys v0.1.0
8142026-06-10T23:01:25.915Z Downloaded ingot v0.1.1
8152026-06-10T23:01:25.915Z Downloaded getrandom v0.3.4
8162026-06-10T23:01:25.918Z Downloaded num-iter v0.1.45
8172026-06-10T23:01:25.918Z Downloaded derive_more v2.1.1
8182026-06-10T23:01:25.923Z Downloaded pbkdf2 v0.12.2
8192026-06-10T23:01:25.926Z Downloaded allocator-api2 v0.2.21
8202026-06-10T23:01:25.926Z Downloaded opaque-debug v0.3.1
8212026-06-10T23:01:25.929Z Downloaded mime v0.3.17
8222026-06-10T23:01:25.929Z Downloaded lock_api v0.4.14
8232026-06-10T23:01:25.929Z Downloaded lzss v0.8.2
8242026-06-10T23:01:25.932Z Downloaded libloading v0.8.9
8252026-06-10T23:01:25.932Z Downloaded ignore v0.4.25
8262026-06-10T23:01:25.937Z Downloaded openssl-probe v0.2.1
8272026-06-10T23:01:25.937Z Downloaded openssl-probe v0.1.6
8282026-06-10T23:01:25.937Z Downloaded multimap v0.10.1
8292026-06-10T23:01:25.940Z Downloaded md5 v0.7.0
8302026-06-10T23:01:25.940Z Downloaded match_cfg v0.1.0
8312026-06-10T23:01:25.940Z Downloaded maplit v1.0.2
8322026-06-10T23:01:25.940Z Downloaded lru-cache v0.1.2
8332026-06-10T23:01:25.940Z Downloaded lru v0.12.5
8342026-06-10T23:01:25.944Z Downloaded openssl-macros v0.1.1
8352026-06-10T23:01:25.944Z Downloaded arc-swap v1.8.2
8362026-06-10T23:01:25.944Z Downloaded newtype-uuid v1.3.2
8372026-06-10T23:01:25.949Z Downloaded headers v0.4.1
8382026-06-10T23:01:25.952Z Downloaded highway v1.3.0
8392026-06-10T23:01:25.952Z Downloaded ed25519-dalek v2.2.0
8402026-06-10T23:01:25.952Z Downloaded half v2.7.1
8412026-06-10T23:01:25.955Z Downloaded new_debug_unreachable v1.0.6
8422026-06-10T23:01:25.956Z Downloaded multer v3.1.0
8432026-06-10T23:01:25.956Z Downloaded native-tls v0.2.18
8442026-06-10T23:01:25.959Z Downloaded mime_guess v2.0.5
8452026-06-10T23:01:25.959Z Downloaded normalize-line-endings v0.3.0
8462026-06-10T23:01:25.959Z Downloaded ingot-macros v0.1.1
8472026-06-10T23:01:25.963Z Downloaded bytes v1.11.1
8482026-06-10T23:01:25.963Z Downloaded parse-size v1.1.0
8492026-06-10T23:01:25.966Z Downloaded parse-display v0.10.0
8502026-06-10T23:01:25.966Z Downloaded chacha20poly1305 v0.10.1
8512026-06-10T23:01:25.966Z Downloaded instability v0.3.11
8522026-06-10T23:01:25.970Z Downloaded packed_struct_codegen v0.10.1
8532026-06-10T23:01:25.970Z Downloaded oso-derive v0.27.3
8542026-06-10T23:01:25.973Z Downloaded ipnet v2.11.0
8552026-06-10T23:01:25.973Z Downloaded iana-time-zone v0.1.65
8562026-06-10T23:01:25.976Z Downloaded flume v0.11.1
8572026-06-10T23:01:25.976Z Downloaded num-conv v0.2.0
8582026-06-10T23:01:25.979Z Downloaded newtype-uuid-macros v0.1.0
8592026-06-10T23:01:25.979Z Downloaded num_threads v0.1.7
8602026-06-10T23:01:25.979Z Downloaded peg-runtime v0.8.5
8612026-06-10T23:01:25.983Z Downloaded path-slash v0.1.5
8622026-06-10T23:01:25.983Z Downloaded compact_str v0.8.1
8632026-06-10T23:01:25.983Z Downloaded indicatif v0.18.4
8642026-06-10T23:01:25.986Z Downloaded nu-ansi-term v0.50.3
8652026-06-10T23:01:25.989Z Downloaded num_enum v0.7.6
8662026-06-10T23:01:25.992Z Downloaded phf_shared v0.12.1
8672026-06-10T23:01:25.992Z Downloaded num_enum_derive v0.5.11
8682026-06-10T23:01:25.992Z Downloaded linear-map v1.2.0
8692026-06-10T23:01:25.996Z Downloaded libsw-core v0.3.2
8702026-06-10T23:01:25.996Z Downloaded ar_archive_writer v0.5.1
8712026-06-10T23:01:25.996Z Downloaded num_enum v0.5.11
8722026-06-10T23:01:25.999Z Downloaded num-rational v0.4.2
8732026-06-10T23:01:26.003Z Downloaded num-integer v0.1.46
8742026-06-10T23:01:26.003Z Downloaded phf_shared v0.13.1
8752026-06-10T23:01:26.003Z Downloaded num_enum_derive v0.7.6
8762026-06-10T23:01:26.006Z Downloaded phf_shared v0.11.3
8772026-06-10T23:01:26.009Z Downloaded pin-utils v0.1.0
8782026-06-10T23:01:26.009Z Downloaded litrs v1.0.0
8792026-06-10T23:01:26.016Z Downloaded precomputed-hash v0.1.1
8802026-06-10T23:01:26.020Z Downloaded paste v1.0.15
8812026-06-10T23:01:26.020Z Downloaded packed_struct v0.10.1
8822026-06-10T23:01:26.023Z Downloaded nanorand v0.7.0
8832026-06-10T23:01:26.023Z Downloaded predicates-core v1.0.10
8842026-06-10T23:01:26.026Z Downloaded heapless v0.8.0
8852026-06-10T23:01:26.026Z Downloaded indexmap v1.9.3
8862026-06-10T23:01:26.029Z Downloaded memmap2 v0.9.10
8872026-06-10T23:01:26.034Z Downloaded heapless v0.7.17
8882026-06-10T23:01:26.037Z Downloaded pbkdf2 v0.11.0
8892026-06-10T23:01:26.037Z Downloaded derive_more-impl v2.1.1
8902026-06-10T23:01:26.041Z Downloaded proc-macro-error-attr2 v2.0.0
8912026-06-10T23:01:26.043Z Downloaded progenitor-client v0.11.2
8922026-06-10T23:01:26.043Z Downloaded predicates-tree v1.0.13
8932026-06-10T23:01:26.044Z Downloaded proc-macro-crate v3.4.0
8942026-06-10T23:01:26.047Z Downloaded proc-macro-crate v1.3.1
8952026-06-10T23:01:26.047Z Downloaded peg v0.8.5
8962026-06-10T23:01:26.050Z Downloaded const_format v0.2.35
8972026-06-10T23:01:26.050Z Downloaded libbz2-rs-sys v0.2.2
8982026-06-10T23:01:26.053Z Downloaded progenitor-client v0.10.0
8992026-06-10T23:01:26.053Z Downloaded hickory-resolver v0.24.4
9002026-06-10T23:01:26.056Z Downloaded base64 v0.22.1
9012026-06-10T23:01:26.059Z Downloaded oxide-tokio-rt v0.1.4
9022026-06-10T23:01:26.059Z Downloaded cc v1.2.56
9032026-06-10T23:01:26.062Z Downloaded num-complex v0.4.6
9042026-06-10T23:01:26.062Z Downloaded libscf-sys v1.1.0
9052026-06-10T23:01:26.062Z Downloaded hashbrown v0.12.3
9062026-06-10T23:01:26.066Z Downloaded owo-colors v4.3.0
9072026-06-10T23:01:26.068Z Downloaded progenitor-macro v0.13.0
9082026-06-10T23:01:26.069Z Downloaded ppv-lite86 v0.2.21
9092026-06-10T23:01:26.069Z Downloaded progenitor-macro v0.11.2
9102026-06-10T23:01:26.071Z Downloaded pem-rfc7468 v0.7.0
9112026-06-10T23:01:26.071Z Downloaded pin-project-lite v0.2.17
9122026-06-10T23:01:26.074Z Downloaded progenitor-macro v0.14.0
9132026-06-10T23:01:26.075Z Downloaded omicron-zone-package v0.12.2
9142026-06-10T23:01:26.078Z Downloaded pem v3.0.6
9152026-06-10T23:01:26.078Z Downloaded peg-macros v0.8.5
9162026-06-10T23:01:26.078Z Downloaded password-hash v0.4.2
9172026-06-10T23:01:26.081Z Downloaded parse-display-derive v0.10.0
9182026-06-10T23:01:26.081Z Downloaded oxnet v0.1.5
9192026-06-10T23:01:26.081Z Downloaded progenitor-client v0.14.0
9202026-06-10T23:01:26.084Z Downloaded hashbrown v0.13.2
9212026-06-10T23:01:26.087Z Downloaded der v0.7.10
9222026-06-10T23:01:26.090Z Downloaded powerfmt v0.2.0
9232026-06-10T23:01:26.090Z Downloaded poly1305 v0.8.0
9242026-06-10T23:01:26.094Z Downloaded diesel_derives v2.3.7
9252026-06-10T23:01:26.098Z Downloaded radium v0.7.0
9262026-06-10T23:01:26.098Z Downloaded psl-types v2.0.11
9272026-06-10T23:01:26.098Z Downloaded pkcs8 v0.10.2
9282026-06-10T23:01:26.098Z Downloaded predicates v3.1.4
9292026-06-10T23:01:26.102Z Downloaded postgres-protocol v0.6.10
9302026-06-10T23:01:26.102Z Downloaded crypto-bigint v0.5.5
9312026-06-10T23:01:26.105Z Downloaded rand_chacha v0.3.1
9322026-06-10T23:01:26.105Z Downloaded polyval v0.6.2
9332026-06-10T23:01:26.109Z Downloaded dropshot-api-manager v0.7.2
9342026-06-10T23:01:26.113Z Downloaded progenitor v0.14.0
9352026-06-10T23:01:26.114Z Downloaded aes v0.8.4
9362026-06-10T23:01:26.116Z Downloaded proc-macro-error2 v2.0.1
9372026-06-10T23:01:26.116Z Downloaded primeorder v0.13.6
9382026-06-10T23:01:26.116Z Downloaded pkg-config v0.3.32
9392026-06-10T23:01:26.117Z Downloaded ref-cast v1.0.25
9402026-06-10T23:01:26.120Z Downloaded recursive v0.1.1
9412026-06-10T23:01:26.120Z Downloaded rtoolbox v0.0.3
9422026-06-10T23:01:26.123Z Downloaded parking_lot v0.12.5
9432026-06-10T23:01:26.123Z Downloaded parking_lot_core v0.9.12
9442026-06-10T23:01:26.126Z Downloaded phf v0.13.1
9452026-06-10T23:01:26.126Z Downloaded hyper-util v0.1.20
9462026-06-10T23:01:26.129Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-06-10T23:01:26.132Z Downloaded parking_lot v0.11.2
9482026-06-10T23:01:26.132Z Downloaded pin-project-internal v1.1.11
9492026-06-10T23:01:26.132Z Downloaded parking_lot_core v0.8.6
9502026-06-10T23:01:26.136Z Downloaded phf v0.12.1
9512026-06-10T23:01:26.136Z Downloaded russh-cryptovec v0.7.3
9522026-06-10T23:01:26.136Z Downloaded bumpalo v3.20.2
9532026-06-10T23:01:26.139Z Downloaded base64 v0.21.7
9542026-06-10T23:01:26.139Z Downloaded progenitor v0.13.0
9552026-06-10T23:01:26.143Z Downloaded progenitor v0.11.2
9562026-06-10T23:01:26.143Z Downloaded hickory-resolver v0.25.2
9572026-06-10T23:01:26.146Z Downloaded rfc6979 v0.4.0
9582026-06-10T23:01:26.149Z Downloaded password-hash v0.5.0
9592026-06-10T23:01:26.149Z Downloaded progenitor-extras v0.2.0
9602026-06-10T23:01:26.149Z Downloaded progenitor-client v0.13.0
9612026-06-10T23:01:26.154Z Downloaded rustc_version v0.4.1
9622026-06-10T23:01:26.157Z Downloaded rustc-hash v2.1.1
9632026-06-10T23:01:26.161Z Downloaded crossterm v0.28.1
9642026-06-10T23:01:26.164Z Downloaded pkcs1 v0.7.5
9652026-06-10T23:01:26.167Z Downloaded r2d2 v0.8.10
9662026-06-10T23:01:26.167Z Downloaded postgres-types v0.2.12
9672026-06-10T23:01:26.167Z Downloaded pkcs5 v0.7.1
9682026-06-10T23:01:26.170Z Downloaded rand_chacha v0.9.0
9692026-06-10T23:01:26.170Z Downloaded rand_xorshift v0.4.0
9702026-06-10T23:01:26.173Z Downloaded psm v0.1.30
9712026-06-10T23:01:26.173Z Downloaded rustc_version v0.1.7
9722026-06-10T23:01:26.173Z Downloaded rand_core v0.10.0
9732026-06-10T23:01:26.177Z Downloaded quick-error v1.2.3
9742026-06-10T23:01:26.177Z Downloaded jiff-static v0.2.21
9752026-06-10T23:01:26.177Z Downloaded ref-cast-impl v1.0.25
9762026-06-10T23:01:26.180Z Downloaded rand_core v0.9.5
9772026-06-10T23:01:26.180Z Downloaded oso v0.27.3
9782026-06-10T23:01:26.183Z Downloaded salsa20 v0.10.2
9792026-06-10T23:01:26.189Z Downloaded hickory-server v0.25.2
9802026-06-10T23:01:26.192Z Downloaded p256 v0.13.2
9812026-06-10T23:01:26.195Z Downloaded rand_seeder v0.4.0
9822026-06-10T23:01:26.198Z Downloaded postcard v1.1.3
9832026-06-10T23:01:26.201Z Downloaded sapling-renderdag v0.1.0
9842026-06-10T23:01:26.201Z Downloaded secrecy v0.10.3
9852026-06-10T23:01:26.201Z Downloaded scheduled-thread-pool v0.2.7
9862026-06-10T23:01:26.204Z Downloaded semver v0.1.20
9872026-06-10T23:01:26.204Z Downloaded scrypt v0.11.0
9882026-06-10T23:01:26.207Z Downloaded serde-big-array v0.5.1
9892026-06-10T23:01:26.207Z Downloaded async-compression v0.4.41
9902026-06-10T23:01:26.213Z Downloaded rustls-pemfile v1.0.4
9912026-06-10T23:01:26.216Z Downloaded miniz_oxide v0.8.9
9922026-06-10T23:01:26.219Z Downloaded seq-macro v0.3.6
9932026-06-10T23:01:26.219Z Downloaded scroll_derive v0.13.1
9942026-06-10T23:01:26.219Z Downloaded serde_repr v0.1.20
9952026-06-10T23:01:26.222Z Downloaded scopeguard v1.2.0
9962026-06-10T23:01:26.222Z Downloaded secrecy v0.8.0
9972026-06-10T23:01:26.222Z Downloaded resolv-conf v0.7.6
9982026-06-10T23:01:26.223Z Downloaded quinn-udp v0.5.14
9992026-06-10T23:01:26.226Z Downloaded papergrid v0.17.0
10002026-06-10T23:01:26.229Z Downloaded serde_plain v1.0.2
10012026-06-10T23:01:26.232Z Downloaded serde_urlencoded v0.7.1
10022026-06-10T23:01:26.232Z Downloaded serde_spanned v1.0.4
10032026-06-10T23:01:26.236Z Downloaded siphasher v1.0.2
10042026-06-10T23:01:26.241Z Downloaded rustversion v1.0.22
10052026-06-10T23:01:26.244Z Downloaded same-file v1.0.6
10062026-06-10T23:01:26.247Z Downloaded prefix-trie v0.7.0
10072026-06-10T23:01:26.250Z Downloaded openssl-sys v0.9.115
10082026-06-10T23:01:26.253Z Downloaded rand_core v0.6.4
10092026-06-10T23:01:26.253Z Downloaded rusty-fork v0.3.1
10102026-06-10T23:01:26.256Z Downloaded rustls-pemfile v2.2.0
10112026-06-10T23:01:26.261Z Downloaded signal-hook-tokio v0.3.1
10122026-06-10T23:01:26.264Z Downloaded shell-words v1.1.1
10132026-06-10T23:01:26.264Z Downloaded sha1 v0.10.6
10142026-06-10T23:01:26.267Z Downloaded signal-hook-mio v0.2.5
10152026-06-10T23:01:26.271Z Downloaded sigpipe v0.1.3
10162026-06-10T23:01:26.271Z Downloaded slog-envlogger v2.2.0
10172026-06-10T23:01:26.274Z Downloaded minimal-lexical v0.2.1
10182026-06-10T23:01:26.285Z Downloaded schemars_derive v0.8.22
10192026-06-10T23:01:26.290Z Downloaded serde_bytes v0.11.19
10202026-06-10T23:01:26.293Z Downloaded sec1 v0.7.3
10212026-06-10T23:01:26.293Z Downloaded slog-bunyan v2.5.0
10222026-06-10T23:01:26.296Z Downloaded http v1.4.0
10232026-06-10T23:01:26.299Z Downloaded progenitor-impl v0.13.0
10242026-06-10T23:01:26.302Z Downloaded pin-project v1.1.11
10252026-06-10T23:01:26.307Z Downloaded serde-hex v0.1.0
10262026-06-10T23:01:26.310Z Downloaded ssh-encoding v0.2.0
10272026-06-10T23:01:26.310Z Downloaded sqlparser_derive v0.5.0
10282026-06-10T23:01:26.310Z Downloaded rustls-native-certs v0.8.3
10292026-06-10T23:01:26.317Z Downloaded hashbrown v0.16.1
10302026-06-10T23:01:26.325Z Downloaded strip-ansi-escapes v0.2.1
10312026-06-10T23:01:26.332Z Downloaded signal-hook-registry v1.4.8
10322026-06-10T23:01:26.333Z Downloaded shlex v1.3.0
10332026-06-10T23:01:26.336Z Downloaded ssh-cipher v0.2.0
10342026-06-10T23:01:26.336Z Downloaded strum v0.27.2
10352026-06-10T23:01:26.339Z Downloaded progenitor-impl v0.14.0
10362026-06-10T23:01:26.339Z Downloaded sct v0.7.1
10372026-06-10T23:01:26.344Z Downloaded strsim v0.10.0
10382026-06-10T23:01:26.348Z Downloaded signature v2.2.0
10392026-06-10T23:01:26.348Z Downloaded serde_derive_internals v0.29.1
10402026-06-10T23:01:26.351Z Downloaded tabled_derive v0.11.0
10412026-06-10T23:01:26.351Z Downloaded structmeta-derive v0.3.0
10422026-06-10T23:01:26.351Z Downloaded prettyplease v0.2.37
10432026-06-10T23:01:26.354Z Downloaded serde_with_macros v1.5.2
10442026-06-10T23:01:26.354Z Downloaded tap v1.0.1
10452026-06-10T23:01:26.354Z Downloaded tabwriter v1.4.1
10462026-06-10T23:01:26.354Z Downloaded supports-color v3.0.2
10472026-06-10T23:01:26.358Z Downloaded slab v0.4.12
10482026-06-10T23:01:26.358Z Downloaded simd-adler32 v0.3.8
10492026-06-10T23:01:26.364Z Downloaded russh-keys v0.45.0
10502026-06-10T23:01:26.367Z Downloaded ron v0.8.1
10512026-06-10T23:01:26.370Z Downloaded sync_wrapper v1.0.2
10522026-06-10T23:01:26.370Z Downloaded strum v0.26.3
10532026-06-10T23:01:26.376Z Downloaded take_mut v0.2.2
10542026-06-10T23:01:26.379Z Downloaded smf v0.2.3
10552026-06-10T23:01:26.380Z Downloaded slog-stdlog v4.1.1
10562026-06-10T23:01:26.380Z Downloaded tagptr v0.2.0
10572026-06-10T23:01:26.380Z Downloaded sync-ptr v0.1.4
10582026-06-10T23:01:26.383Z Downloaded slog-dtrace v0.3.0
10592026-06-10T23:01:26.387Z Downloaded progenitor-impl v0.11.2
10602026-06-10T23:01:26.387Z Downloaded serde_cbor v0.11.2
10612026-06-10T23:01:26.390Z Downloaded slog-scope v4.4.1
10622026-06-10T23:01:26.390Z Downloaded termtree v0.5.1
10632026-06-10T23:01:26.393Z Downloaded structmeta v0.3.0
10642026-06-10T23:01:26.393Z Downloaded thiserror-impl-no-std v2.0.2
10652026-06-10T23:01:26.393Z Downloaded testing_table v0.3.0
10662026-06-10T23:01:26.397Z Downloaded thread-id v5.1.0
10672026-06-10T23:01:26.400Z Downloaded stringprep v0.1.5
10682026-06-10T23:01:26.400Z Downloaded string_cache v0.8.9
10692026-06-10T23:01:26.403Z Downloaded serde_with_macros v3.17.0
10702026-06-10T23:01:26.406Z Downloaded mio v1.2.0
10712026-06-10T23:01:26.409Z Downloaded static_assertions v1.1.0
10722026-06-10T23:01:26.409Z Downloaded stacker v0.1.23
10732026-06-10T23:01:26.409Z Downloaded spki v0.7.3
10742026-06-10T23:01:26.412Z Downloaded snafu-derive v0.8.9
10752026-06-10T23:01:26.412Z Downloaded smallvec v0.6.14
10762026-06-10T23:01:26.412Z Downloaded slog-term v2.9.2
10772026-06-10T23:01:26.416Z Downloaded time-core v0.1.8
10782026-06-10T23:01:26.416Z Downloaded tinyvec_macros v0.1.1
10792026-06-10T23:01:26.416Z Downloaded serde_path_to_error v0.1.20
10802026-06-10T23:01:26.419Z Downloaded tokio-macros v2.7.0
10812026-06-10T23:01:26.419Z Downloaded hyper v1.8.1
10822026-06-10T23:01:26.422Z Downloaded strum_macros v0.26.4
10832026-06-10T23:01:26.426Z Downloaded scroll v0.13.0
10842026-06-10T23:01:26.429Z Downloaded rustls-platform-verifier v0.6.2
10852026-06-10T23:01:26.432Z Downloaded ryu v1.0.23
10862026-06-10T23:01:26.438Z Downloaded strum_macros v0.24.3
10872026-06-10T23:01:26.441Z Downloaded slog-json v2.6.1
10882026-06-10T23:01:26.441Z Downloaded itertools v0.10.5
10892026-06-10T23:01:26.448Z Downloaded support-bundle-viewer v0.1.2
10902026-06-10T23:01:26.453Z Downloaded slog-async v2.8.0
10912026-06-10T23:01:26.453Z Downloaded rayon-core v1.13.0
10922026-06-10T23:01:26.456Z Downloaded num-bigint v0.4.6
10932026-06-10T23:01:26.459Z Downloaded schemars v0.8.22
10942026-06-10T23:01:26.466Z Downloaded qorb v0.4.1
10952026-06-10T23:01:26.469Z Downloaded publicsuffix v2.3.0
10962026-06-10T23:01:26.472Z Downloaded termios v0.3.3
10972026-06-10T23:01:26.472Z Downloaded subtle v2.6.1
10982026-06-10T23:01:26.476Z Downloaded sqlformat v0.3.5
10992026-06-10T23:01:26.476Z Downloaded rustls-pki-types v1.14.0
11002026-06-10T23:01:26.479Z Downloaded topological-sort v0.2.2
11012026-06-10T23:01:26.483Z Downloaded futures-util v0.3.32
11022026-06-10T23:01:26.487Z Downloaded tiny-keccak v2.0.2
11032026-06-10T23:01:26.490Z Downloaded spin v0.9.8
11042026-06-10T23:01:26.490Z Downloaded iri-string v0.7.10
11052026-06-10T23:01:26.494Z Downloaded tower-layer v0.3.3
11062026-06-10T23:01:26.498Z Downloaded tls_codec v0.4.2
11072026-06-10T23:01:26.498Z Downloaded time-macros v0.2.27
11082026-06-10T23:01:26.498Z Downloaded rcgen v0.12.1
11092026-06-10T23:01:26.501Z Downloaded trait-variant v0.1.2
11102026-06-10T23:01:26.504Z Downloaded nom v7.1.3
11112026-06-10T23:01:26.507Z Downloaded tokio-native-tls v0.3.1
11122026-06-10T23:01:26.512Z Downloaded signal-hook v0.3.18
11132026-06-10T23:01:26.517Z Downloaded tls_codec_derive v0.4.2
11142026-06-10T23:01:26.518Z Downloaded serde_yaml v0.9.34+deprecated
11152026-06-10T23:01:26.521Z Downloaded unarray v0.1.4
11162026-06-10T23:01:26.521Z Downloaded typify-macro v0.4.3
11172026-06-10T23:01:26.521Z Downloaded tower-service v0.3.3
11182026-06-10T23:01:26.524Z Downloaded universal-hash v0.5.1
11192026-06-10T23:01:26.524Z Downloaded typify-macro v0.6.2
11202026-06-10T23:01:26.524Z Downloaded similar v2.7.0
11212026-06-10T23:01:26.527Z Downloaded tokio-tungstenite v0.23.1
11222026-06-10T23:01:26.530Z Downloaded pretty_assertions v1.4.1
11232026-06-10T23:01:26.530Z Downloaded hashbrown v0.15.5
11242026-06-10T23:01:26.534Z Downloaded strum_macros v0.27.2
11252026-06-10T23:01:26.537Z Downloaded tokio-rustls v0.25.0
11262026-06-10T23:01:26.537Z Downloaded rand v0.8.6
11272026-06-10T23:01:26.546Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-06-10T23:01:26.549Z Downloaded tokio-tungstenite v0.21.0
11292026-06-10T23:01:26.549Z Downloaded unit-prefix v0.5.2
11302026-06-10T23:01:26.552Z Downloaded quinn v0.11.9
11312026-06-10T23:01:26.555Z Downloaded itertools v0.12.1
11322026-06-10T23:01:26.561Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-06-10T23:01:26.564Z Downloaded thread_local v1.1.9
11342026-06-10T23:01:26.564Z Downloaded term v1.2.1
11352026-06-10T23:01:26.567Z Downloaded usdt-macro v0.6.0
11362026-06-10T23:01:26.567Z Downloaded untrusted v0.9.0
11372026-06-10T23:01:26.567Z Downloaded unicode-truncate v1.1.0
11382026-06-10T23:01:26.571Z Downloaded usdt v0.6.0
11392026-06-10T23:01:26.571Z Downloaded utf-8 v0.7.6
11402026-06-10T23:01:26.571Z Downloaded socket2 v0.5.10
11412026-06-10T23:01:26.575Z Downloaded toml_writer v1.0.6+spec-1.1.0
11422026-06-10T23:01:26.575Z Downloaded term v0.7.0
11432026-06-10T23:01:26.575Z Downloaded rsa v0.9.10
11442026-06-10T23:01:26.578Z Downloaded nom v8.0.0
11452026-06-10T23:01:26.581Z Downloaded thiserror-no-std v2.0.2
11462026-06-10T23:01:26.585Z Downloaded tui-tree-widget v0.23.1
11472026-06-10T23:01:26.585Z Downloaded iddqd v0.4.2
11482026-06-10T23:01:26.588Z Downloaded void v1.0.2
11492026-06-10T23:01:26.591Z Downloaded usdt-attr-macro v0.6.0
11502026-06-10T23:01:26.591Z Downloaded num-bigint-dig v0.8.6
11512026-06-10T23:01:26.594Z Downloaded tokio-rustls v0.24.1
11522026-06-10T23:01:26.594Z Downloaded untrusted v0.7.1
11532026-06-10T23:01:26.598Z Downloaded try-lock v0.2.5
11542026-06-10T23:01:26.598Z Downloaded tokio-dtrace v0.1.1
11552026-06-10T23:01:26.598Z Downloaded xattr v1.6.1
11562026-06-10T23:01:26.601Z Downloaded libxml v0.3.3
11572026-06-10T23:01:26.604Z Downloaded rand v0.9.2
11582026-06-10T23:01:26.604Z Downloaded subprocess v0.2.15
11592026-06-10T23:01:26.609Z Downloaded want v0.3.1
11602026-06-10T23:01:26.612Z Downloaded waitgroup v0.1.2
11612026-06-10T23:01:26.615Z Downloaded schemars v1.2.1
11622026-06-10T23:01:26.622Z Downloaded xshell-macros v0.2.7
11632026-06-10T23:01:26.625Z Downloaded tokio-stream v0.1.18
11642026-06-10T23:01:26.625Z Downloaded slog v2.8.2
11652026-06-10T23:01:26.629Z Downloaded zeroize_derive v1.4.3
11662026-06-10T23:01:26.629Z Downloaded itertools v0.13.0
11672026-06-10T23:01:26.632Z Downloaded unicase v2.9.0
11682026-06-10T23:01:26.632Z Downloaded tokio-rustls v0.26.4
11692026-06-10T23:01:26.636Z Downloaded test-strategy v0.4.5
11702026-06-10T23:01:26.641Z Downloaded hkdf v0.12.4
11712026-06-10T23:01:26.641Z Downloaded h2 v0.4.13
11722026-06-10T23:01:26.644Z Downloaded itertools v0.14.0
11732026-06-10T23:01:26.644Z Downloaded samael v0.0.19
11742026-06-10T23:01:26.652Z Downloaded zone_cfg_derive v0.3.1
11752026-06-10T23:01:26.655Z Downloaded zone v0.3.1
11762026-06-10T23:01:26.659Z Downloaded schemars v0.9.0
11772026-06-10T23:01:26.663Z Downloaded vergen-git2 v9.1.0
11782026-06-10T23:01:26.667Z Downloaded vergen-gitcl v1.0.8
11792026-06-10T23:01:26.667Z Downloaded tracing-attributes v0.1.31
11802026-06-10T23:01:26.670Z Downloaded usdt-impl v0.6.0
11812026-06-10T23:01:26.670Z Downloaded wait-timeout v0.2.1
11822026-06-10T23:01:26.670Z Downloaded vsss-rs v3.3.4
11832026-06-10T23:01:26.673Z Downloaded libm v0.2.16
11842026-06-10T23:01:26.676Z Downloaded tinyvec v1.10.0
11852026-06-10T23:01:26.679Z Downloaded walkdir v2.5.0
11862026-06-10T23:01:26.680Z Downloaded rustls-webpki v0.103.9
11872026-06-10T23:01:26.683Z Downloaded blake3 v1.8.3
11882026-06-10T23:01:26.686Z Downloaded whoami v2.1.0
11892026-06-10T23:01:26.689Z Downloaded rand v0.10.0
11902026-06-10T23:01:26.692Z Downloaded xshell v0.2.7
11912026-06-10T23:01:26.692Z Downloaded twox-hash v2.1.2
11922026-06-10T23:01:26.692Z Downloaded wyz v0.5.1
11932026-06-10T23:01:26.695Z Downloaded whoami v1.6.1
11942026-06-10T23:01:26.695Z Downloaded vergen-lib v9.1.0
11952026-06-10T23:01:26.695Z Downloaded vergen-lib v0.1.6
11962026-06-10T23:01:26.695Z Downloaded socket2 v0.6.3
11972026-06-10T23:01:26.698Z Downloaded toml v0.7.8
11982026-06-10T23:01:26.698Z Downloaded aho-corasick v1.1.4
11992026-06-10T23:01:26.701Z Downloaded russh v0.45.0
12002026-06-10T23:01:26.708Z Downloaded unicode-properties v0.1.4
12012026-06-10T23:01:26.713Z Downloaded toml_parser v1.0.9+spec-1.1.0
12022026-06-10T23:01:26.717Z Downloaded zeroize v1.8.2
12032026-06-10T23:01:26.717Z Downloaded vergen v9.1.0
12042026-06-10T23:01:26.720Z Downloaded uzers v0.12.2
12052026-06-10T23:01:26.720Z Downloaded toml v1.0.6+spec-1.1.0
12062026-06-10T23:01:26.723Z Downloaded zstd v0.13.3
12072026-06-10T23:01:26.723Z Downloaded zstd-safe v7.2.4
12082026-06-10T23:01:26.726Z Downloaded tar v0.4.45
12092026-06-10T23:01:26.726Z Downloaded snafu v0.8.9
12102026-06-10T23:01:26.732Z Downloaded p521 v0.13.3
12112026-06-10T23:01:26.737Z Downloaded tungstenite v0.21.0
12122026-06-10T23:01:26.740Z Downloaded typify v0.6.2
12132026-06-10T23:01:26.743Z Downloaded tungstenite v0.23.0
12142026-06-10T23:01:26.743Z Downloaded typify v0.4.3
12152026-06-10T23:01:26.758Z Downloaded rpassword v7.4.0
12162026-06-10T23:01:26.762Z Downloaded steno v0.4.1
12172026-06-10T23:01:26.765Z Downloaded zerocopy v0.6.6
12182026-06-10T23:01:26.765Z Downloaded unicode-bidi v0.3.18
12192026-06-10T23:01:26.768Z Downloaded unsafe-libyaml v0.2.11
12202026-06-10T23:01:26.773Z Downloaded yasna v0.5.2
12212026-06-10T23:01:26.777Z Downloaded uuid v1.23.0
12222026-06-10T23:01:26.781Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-06-10T23:01:26.784Z Downloaded vte v0.14.1
12242026-06-10T23:01:26.787Z Downloaded serde_with v1.14.0
12252026-06-10T23:01:26.796Z Downloaded tracing-core v0.1.36
12262026-06-10T23:01:26.799Z Downloaded rustyline v14.0.0
12272026-06-10T23:01:26.802Z Downloaded tokio-postgres v0.7.16
12282026-06-10T23:01:26.806Z Downloaded reedline v0.40.0
12292026-06-10T23:01:26.812Z Downloaded git2 v0.20.4
12302026-06-10T23:01:26.831Z Downloaded bitvec v1.0.1
12312026-06-10T23:01:26.844Z Downloaded toml_edit v0.19.15
12322026-06-10T23:01:26.854Z Downloaded regex v1.12.3
12332026-06-10T23:01:26.859Z Downloaded chrono v0.4.44
12342026-06-10T23:01:26.863Z Downloaded bindgen v0.71.1
12352026-06-10T23:01:26.867Z Downloaded ssh-key v0.6.7
12362026-06-10T23:01:26.872Z Downloaded unicode_categories v0.1.1
12372026-06-10T23:01:26.875Z Downloaded reqwest v0.12.28
12382026-06-10T23:01:26.880Z Downloaded goblin v0.10.5
12392026-06-10T23:01:26.885Z Downloaded p384 v0.13.1
12402026-06-10T23:01:26.908Z Downloaded reqwest v0.13.2
12412026-06-10T23:01:26.923Z Downloaded zopfli v0.8.3
12422026-06-10T23:01:26.930Z Downloaded zip v0.6.6
12432026-06-10T23:01:26.938Z Downloaded moka v0.12.13
12442026-06-10T23:01:26.943Z Downloaded unicode-segmentation v1.12.0
12452026-06-10T23:01:26.947Z Downloaded lalrpop v0.19.12
12462026-06-10T23:01:26.965Z Downloaded quick-xml v0.37.5
12472026-06-10T23:01:26.969Z Downloaded zerocopy-derive v0.8.40
12482026-06-10T23:01:26.982Z Downloaded rayon v1.11.0
12492026-06-10T23:01:26.987Z Downloaded x509-cert v0.2.5
12502026-06-10T23:01:26.990Z Downloaded typed-path v0.9.3
12512026-06-10T23:01:26.994Z Downloaded salty v0.3.0
12522026-06-10T23:01:26.997Z Downloaded yansi v1.0.1
12532026-06-10T23:01:27.001Z Downloaded rustls-webpki v0.101.7
12542026-06-10T23:01:27.019Z Downloaded portable-atomic v1.13.1
12552026-06-10T23:01:27.024Z Downloaded unicode-normalization v0.1.25
12562026-06-10T23:01:27.027Z Downloaded tower v0.5.3
12572026-06-10T23:01:27.031Z Downloaded proptest v1.10.0
12582026-06-10T23:01:27.038Z Downloaded rustls-webpki v0.102.8
12592026-06-10T23:01:27.056Z Downloaded object v0.30.4
12602026-06-10T23:01:27.061Z Downloaded zip v4.6.1
12612026-06-10T23:01:27.065Z Downloaded petname v2.0.2
12622026-06-10T23:01:27.071Z Downloaded tokio-util v0.7.18
12632026-06-10T23:01:27.075Z Downloaded winnow v0.5.40
12642026-06-10T23:01:27.080Z Downloaded winnow v0.6.26
12652026-06-10T23:01:27.085Z Downloaded serde_with v3.17.0
12662026-06-10T23:01:27.091Z Downloaded tough v0.22.0
12672026-06-10T23:01:27.096Z Downloaded tower-http v0.6.8
12682026-06-10T23:01:27.102Z Downloaded radix_trie v0.2.1
12692026-06-10T23:01:27.123Z Downloaded openssl v0.10.79
12702026-06-10T23:01:27.145Z Downloaded rustls v0.21.12
12712026-06-10T23:01:27.151Z Downloaded time v0.3.47
12722026-06-10T23:01:27.158Z Downloaded quinn-proto v0.11.13
12732026-06-10T23:01:27.162Z Downloaded bstr v1.12.1
12742026-06-10T23:01:27.167Z Downloaded polar-core v0.27.3
12752026-06-10T23:01:27.172Z Downloaded smoltcp v0.9.1
12762026-06-10T23:01:27.196Z Downloaded dropshot v0.17.0
12772026-06-10T23:01:27.209Z Downloaded webpki-roots v1.0.6
12782026-06-10T23:01:27.213Z Downloaded nix v0.28.0
12792026-06-10T23:01:27.216Z Downloaded object v0.37.3
12802026-06-10T23:01:27.222Z Downloaded tabled v0.20.0
12812026-06-10T23:01:27.231Z Downloaded regex-syntax v0.6.29
12822026-06-10T23:01:27.235Z Downloaded nix v0.27.1
12832026-06-10T23:01:27.241Z Downloaded nix v0.31.2
12842026-06-10T23:01:27.247Z Downloaded regress v0.10.5
12852026-06-10T23:01:27.254Z Downloaded hickory-proto v0.24.4
12862026-06-10T23:01:27.261Z Downloaded vcpkg v0.2.15
12872026-06-10T23:01:27.282Z Downloaded zlib-rs v0.6.2
12882026-06-10T23:01:27.285Z Downloaded regress v0.11.1
12892026-06-10T23:01:27.291Z Downloaded smoltcp v0.11.0
12902026-06-10T23:01:27.298Z Downloaded regex-syntax v0.8.10
12912026-06-10T23:01:27.301Z Downloaded hickory-proto v0.25.2
12922026-06-10T23:01:27.311Z Downloaded zerocopy v0.8.40
12932026-06-10T23:01:27.315Z Downloaded openapiv3 v2.2.0
12942026-06-10T23:01:27.322Z Downloaded rustls v0.22.4
12952026-06-10T23:01:27.329Z Downloaded rustix v0.38.44
12962026-06-10T23:01:27.341Z Downloaded diesel v2.3.7
12972026-06-10T23:01:27.369Z Downloaded sqlparser v0.61.0
12982026-06-10T23:01:27.383Z Downloaded rustls v0.23.37
12992026-06-10T23:01:27.426Z Downloaded typify-impl v0.6.2
13002026-06-10T23:01:27.436Z Downloaded typify-impl v0.4.3
13012026-06-10T23:01:27.443Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-06-10T23:01:27.462Z Downloaded sled v0.34.7
13032026-06-10T23:01:27.485Z Downloaded regex-automata v0.4.14
13042026-06-10T23:01:27.506Z Downloaded tracing v0.1.44
13052026-06-10T23:01:27.520Z Downloaded ratatui v0.29.0
13062026-06-10T23:01:27.532Z Downloaded chrono-tz v0.10.4
13072026-06-10T23:01:27.544Z Downloaded zerocopy-derive v0.6.6
13082026-06-10T23:01:27.590Z Downloaded sha3 v0.10.8
13092026-06-10T23:01:27.599Z Downloaded tokio v1.52.1
13102026-06-10T23:01:27.622Z Downloaded jiff v0.2.21
13112026-06-10T23:01:27.633Z Downloaded petgraph v0.6.5
13122026-06-10T23:01:27.674Z Downloaded csv v1.4.0
13132026-06-10T23:01:27.689Z Downloaded petgraph v0.8.3
13142026-06-10T23:01:27.700Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-06-10T23:01:27.711Z Downloaded libz-sys v1.1.24
13162026-06-10T23:01:27.766Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-10T23:01:27.798Z Downloaded encoding_rs v0.8.35
13182026-06-10T23:01:27.811Z Downloaded ring v0.17.14
13192026-06-10T23:01:28.352Z Downloaded aws-lc-sys v0.40.0
13202026-06-10T23:01:28.599Z Compiling libc v0.2.185
13212026-06-10T23:01:28.599Z Compiling serde v1.0.228
13222026-06-10T23:01:28.603Z Compiling log v0.4.29
13232026-06-10T23:01:28.603Z Compiling find-msvc-tools v0.1.9
13242026-06-10T23:01:28.746Z Compiling shlex v1.3.0
13252026-06-10T23:01:28.758Z Compiling syn v2.0.117
13262026-06-10T23:01:28.763Z Compiling smallvec v1.15.1
13272026-06-10T23:01:28.766Z Compiling typenum v1.19.0
13282026-06-10T23:01:28.928Z Compiling generic-array v0.14.7
13292026-06-10T23:01:28.928Z Compiling subtle v2.6.1
13302026-06-10T23:01:28.973Z Compiling scopeguard v1.2.0
13312026-06-10T23:01:28.989Z Compiling const-oid v0.9.6
13322026-06-10T23:01:29.053Z Compiling serde_json v1.0.149
13332026-06-10T23:01:29.080Z Compiling lock_api v0.4.14
13342026-06-10T23:01:29.112Z Compiling zerocopy v0.8.40
13352026-06-10T23:01:29.161Z Compiling portable-atomic v1.13.1
13362026-06-10T23:01:29.292Z Compiling parking_lot_core v0.9.12
13372026-06-10T23:01:29.523Z Compiling pin-project-lite v0.2.17
13382026-06-10T23:01:29.561Z Compiling getrandom v0.2.17
13392026-06-10T23:01:29.606Z Compiling jobserver v0.1.34
13402026-06-10T23:01:29.620Z Compiling errno v0.3.14
13412026-06-10T23:01:29.678Z Compiling pkg-config v0.3.32
13422026-06-10T23:01:29.691Z Compiling rand_core v0.6.4
13432026-06-10T23:01:29.765Z Compiling signal-hook-registry v1.4.8
13442026-06-10T23:01:29.960Z Compiling cc v1.2.56
13452026-06-10T23:01:29.972Z Compiling bitflags v2.11.0
13462026-06-10T23:01:30.029Z Compiling futures-core v0.3.32
13472026-06-10T23:01:30.058Z Compiling critical-section v1.2.0
13482026-06-10T23:01:30.164Z Compiling libm v0.2.16
13492026-06-10T23:01:30.177Z Compiling once_cell v1.21.3
13502026-06-10T23:01:30.190Z Compiling parking_lot v0.12.5
13512026-06-10T23:01:30.190Z Compiling mio v1.2.0
13522026-06-10T23:01:30.216Z Compiling num-traits v0.2.19
13532026-06-10T23:01:30.350Z Compiling percent-encoding v2.3.2
13542026-06-10T23:01:30.377Z Compiling socket2 v0.6.3
13552026-06-10T23:01:30.622Z Compiling futures-sink v0.3.32
13562026-06-10T23:01:30.664Z Compiling cpufeatures v0.2.17
13572026-06-10T23:01:30.679Z Compiling getrandom v0.4.1
13582026-06-10T23:01:30.727Z Compiling futures-channel v0.3.32
13592026-06-10T23:01:30.741Z Compiling futures-task v0.3.32
13602026-06-10T23:01:30.796Z Compiling slab v0.4.12
13612026-06-10T23:01:30.886Z Compiling futures-io v0.3.32
13622026-06-10T23:01:30.906Z Compiling rand_core v0.10.0
13632026-06-10T23:01:30.955Z Compiling indexmap v2.14.0
13642026-06-10T23:01:30.974Z Compiling rustversion v1.0.22
13652026-06-10T23:01:31.022Z Compiling getrandom v0.3.4
13662026-06-10T23:01:31.071Z Compiling cmake v0.1.57
13672026-06-10T23:01:31.263Z Compiling form_urlencoded v1.2.2
13682026-06-10T23:01:31.445Z Compiling fs_extra v1.3.0
13692026-06-10T23:01:31.482Z Compiling dunce v1.0.5
13702026-06-10T23:01:31.579Z Compiling ident_case v1.0.1
13712026-06-10T23:01:31.620Z Compiling base64ct v1.8.3
13722026-06-10T23:01:31.714Z Compiling synstructure v0.13.2
13732026-06-10T23:01:31.726Z Compiling aws-lc-sys v0.40.0
13742026-06-10T23:01:31.739Z Compiling flagset v0.4.7
13752026-06-10T23:01:31.868Z Compiling pem-rfc7468 v0.7.0
13762026-06-10T23:01:31.918Z Compiling rustix v1.1.3
13772026-06-10T23:01:31.991Z Compiling iana-time-zone v0.1.65
13782026-06-10T23:01:32.010Z Compiling regex-syntax v0.8.10
13792026-06-10T23:01:32.166Z Compiling rand_core v0.9.5
13802026-06-10T23:01:32.179Z Compiling ring v0.17.14
13812026-06-10T23:01:32.195Z Compiling vcpkg v0.2.15
13822026-06-10T23:01:32.326Z Compiling aws-lc-rs v1.16.3
13832026-06-10T23:01:32.447Z Compiling uuid v1.23.0
13842026-06-10T23:01:32.619Z Compiling rustc_version v0.4.1
13852026-06-10T23:01:32.945Z Compiling openssl-sys v0.9.115
13862026-06-10T23:01:32.960Z Compiling tracing-core v0.1.36
13872026-06-10T23:01:33.173Z Compiling base64 v0.22.1
13882026-06-10T23:01:33.438Z Compiling serde_derive v1.0.228
13892026-06-10T23:01:33.479Z Compiling zeroize_derive v1.4.3
13902026-06-10T23:01:33.512Z Compiling zerofrom-derive v0.1.6
13912026-06-10T23:01:33.525Z Compiling yoke-derive v0.8.1
13922026-06-10T23:01:33.706Z Compiling zerocopy-derive v0.8.40
13932026-06-10T23:01:34.151Z Compiling zeroize v1.8.2
13942026-06-10T23:01:34.429Z Compiling zerovec-derive v0.11.2
13952026-06-10T23:01:34.745Z Compiling displaydoc v0.2.5
13962026-06-10T23:01:34.936Z Compiling crypto-common v0.1.7
13972026-06-10T23:01:34.953Z Compiling zerofrom v0.1.6
13982026-06-10T23:01:35.073Z Compiling yoke v0.8.1
13992026-06-10T23:01:35.073Z Compiling block-buffer v0.10.4
14002026-06-10T23:01:35.238Z Compiling digest v0.10.7
14012026-06-10T23:01:35.265Z Compiling tokio-macros v2.7.0
14022026-06-10T23:01:35.470Z Compiling zerotrie v0.2.3
14032026-06-10T23:01:35.525Z Compiling futures-macro v0.3.32
14042026-06-10T23:01:35.560Z Compiling zerovec v0.11.5
14052026-06-10T23:01:35.783Z Compiling hmac v0.12.1
14062026-06-10T23:01:35.941Z Compiling block-padding v0.3.3
14072026-06-10T23:01:35.990Z Compiling sha2 v0.10.9
14082026-06-10T23:01:36.066Z Compiling tinystr v0.8.2
14092026-06-10T23:01:36.093Z Compiling potential_utf v0.1.4
14102026-06-10T23:01:36.252Z Compiling icu_locale_core v2.1.1
14112026-06-10T23:01:36.265Z Compiling icu_collections v2.1.1
14122026-06-10T23:01:36.323Z Compiling futures-util v0.3.32
14132026-06-10T23:01:36.740Z Compiling inout v0.1.4
14142026-06-10T23:01:36.852Z Compiling der_derive v0.7.3
14152026-06-10T23:01:36.905Z Compiling bytes v1.11.1
14162026-06-10T23:01:36.949Z Compiling icu_provider v2.1.1
14172026-06-10T23:01:37.128Z Compiling cipher v0.4.4
14182026-06-10T23:01:37.238Z Compiling icu_properties v2.1.2
14192026-06-10T23:01:37.363Z Compiling tokio v1.52.1
14202026-06-10T23:01:37.392Z Compiling icu_normalizer v2.1.1
14212026-06-10T23:01:37.508Z Compiling http v1.4.0
14222026-06-10T23:01:37.782Z Compiling der v0.7.10
14232026-06-10T23:01:37.921Z Compiling chrono v0.4.44
14242026-06-10T23:01:38.187Z Compiling idna_adapter v1.2.1
14252026-06-10T23:01:38.303Z Compiling idna v1.1.0
14262026-06-10T23:01:38.320Z Compiling ppv-lite86 v0.2.21
14272026-06-10T23:01:38.386Z Compiling salsa20 v0.10.2
14282026-06-10T23:01:38.522Z Compiling pbkdf2 v0.12.2
14292026-06-10T23:01:38.550Z Compiling rustls-pki-types v1.14.0
14302026-06-10T23:01:38.635Z Compiling url v2.5.8
14312026-06-10T23:01:38.641Z Compiling spki v0.7.3
14322026-06-10T23:01:38.838Z Compiling tracing-attributes v0.1.31
14332026-06-10T23:01:38.942Z Compiling thiserror-impl v2.0.18
14342026-06-10T23:01:38.947Z Compiling scrypt v0.11.0
14352026-06-10T23:01:38.981Z Compiling rand_chacha v0.9.0
14362026-06-10T23:01:39.187Z Compiling http-body v1.0.1
14372026-06-10T23:01:39.281Z Compiling aes v0.8.4
14382026-06-10T23:01:39.335Z Compiling cbc v0.1.2
14392026-06-10T23:01:39.472Z Compiling openssl-probe v0.2.1
14402026-06-10T23:01:39.485Z Compiling tinyvec_macros v0.1.1
14412026-06-10T23:01:39.552Z Compiling untrusted v0.9.0
14422026-06-10T23:01:39.643Z Compiling httparse v1.10.1
14432026-06-10T23:01:39.659Z Compiling untrusted v0.7.1
14442026-06-10T23:01:39.672Z Compiling pkcs5 v0.7.1
14452026-06-10T23:01:40.016Z Compiling tinyvec v1.10.0
14462026-06-10T23:01:40.115Z Compiling tracing v0.1.44
14472026-06-10T23:01:40.259Z Compiling pest_generator v2.8.6
14482026-06-10T23:01:40.262Z Compiling thiserror v2.0.18
14492026-06-10T23:01:40.316Z Compiling rand v0.9.2
14502026-06-10T23:01:40.348Z Compiling serde_derive_internals v0.29.1
14512026-06-10T23:01:40.361Z Compiling aho-corasick v1.1.4
14522026-06-10T23:01:40.373Z Compiling tower-service v0.3.3
14532026-06-10T23:01:40.463Z Compiling dyn-clone v1.0.20
14542026-06-10T23:01:40.605Z Compiling tower-layer v0.3.3
14552026-06-10T23:01:40.766Z Compiling schemars v0.8.22
14562026-06-10T23:01:40.869Z Compiling atomic-waker v1.1.2
14572026-06-10T23:01:40.964Z Compiling try-lock v0.2.5
14582026-06-10T23:01:40.994Z Compiling rustls v0.23.37
14592026-06-10T23:01:41.075Z Compiling tokio-util v0.7.18
14602026-06-10T23:01:41.151Z Compiling want v0.3.1
14612026-06-10T23:01:41.184Z Compiling pest_derive v2.8.6
14622026-06-10T23:01:41.265Z Compiling schemars_derive v0.8.22
14632026-06-10T23:01:41.313Z Compiling regex-automata v0.4.14
14642026-06-10T23:01:41.601Z Compiling pkcs8 v0.10.2
14652026-06-10T23:01:41.853Z Compiling h2 v0.4.13
14662026-06-10T23:01:41.909Z Compiling ipnet v2.11.0
14672026-06-10T23:01:42.084Z Compiling scroll_derive v0.13.1
14682026-06-10T23:01:42.111Z Compiling darling_core v0.20.11
14692026-06-10T23:01:42.396Z Compiling httpdate v1.0.3
14702026-06-10T23:01:42.505Z Compiling pin-utils v0.1.0
14712026-06-10T23:01:42.579Z Compiling foreign-types-shared v0.1.1
14722026-06-10T23:01:42.614Z Compiling openssl v0.10.79
14732026-06-10T23:01:42.664Z Compiling foreign-types v0.3.2
14742026-06-10T23:01:42.735Z Compiling tempfile v3.25.0
14752026-06-10T23:01:42.874Z Compiling scroll v0.13.0
14762026-06-10T23:01:43.025Z Compiling unicode-normalization v0.1.25
14772026-06-10T23:01:43.142Z Compiling openssl-macros v0.1.1
14782026-06-10T23:01:43.462Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-06-10T23:01:43.514Z Compiling spin v0.9.8
14802026-06-10T23:01:43.527Z Compiling crc32fast v1.5.0
14812026-06-10T23:01:43.717Z Compiling native-tls v0.2.18
14822026-06-10T23:01:43.788Z Compiling time-core v0.1.8
14832026-06-10T23:01:43.840Z Compiling powerfmt v0.2.0
14842026-06-10T23:01:43.912Z Compiling num-conv v0.2.0
14852026-06-10T23:01:44.037Z Compiling deranged v0.5.8
14862026-06-10T23:01:44.041Z Compiling time-macros v0.2.27
14872026-06-10T23:01:44.340Z Compiling darling_macro v0.20.11
14882026-06-10T23:01:44.796Z Compiling hyper v1.8.1
14892026-06-10T23:01:44.991Z Compiling darling v0.20.11
14902026-06-10T23:01:45.067Z Compiling goblin v0.10.5
14912026-06-10T23:01:45.081Z Compiling rustls-native-certs v0.8.3
14922026-06-10T23:01:45.354Z Compiling sync_wrapper v1.0.2
14932026-06-10T23:01:45.365Z Compiling wait-timeout v0.2.1
14942026-06-10T23:01:45.459Z Compiling syn v1.0.109
14952026-06-10T23:01:45.670Z Compiling crossbeam-utils v0.8.21
14962026-06-10T23:01:45.738Z Compiling simd-adler32 v0.3.8
14972026-06-10T23:01:45.824Z Compiling unicode-segmentation v1.12.0
14982026-06-10T23:01:45.951Z Compiling hyper-util v0.1.20
14992026-06-10T23:01:45.977Z Compiling quick-error v1.2.3
15002026-06-10T23:01:46.084Z Compiling usdt-impl v0.6.0
15012026-06-10T23:01:46.211Z Compiling siphasher v1.0.2
15022026-06-10T23:01:46.291Z Compiling bit-vec v0.8.0
15032026-06-10T23:01:46.395Z Compiling num_threads v0.1.7
15042026-06-10T23:01:46.492Z Compiling bit-set v0.8.0
15052026-06-10T23:01:46.515Z Compiling time v0.3.47
15062026-06-10T23:01:46.671Z Compiling rusty-fork v0.3.1
15072026-06-10T23:01:46.789Z Compiling tower v0.5.3
15082026-06-10T23:01:46.988Z Compiling derive_builder_core v0.20.2
15092026-06-10T23:01:47.259Z Compiling dtrace-parser v0.3.0
15102026-06-10T23:01:47.365Z Compiling http-body-util v0.1.3
15112026-06-10T23:01:47.605Z Compiling webpki-roots v1.0.6
15122026-06-10T23:01:47.678Z Compiling signature v2.2.0
15132026-06-10T23:01:47.725Z Compiling thiserror-impl v1.0.69
15142026-06-10T23:01:47.845Z Compiling dof v0.4.0
15152026-06-10T23:01:47.858Z Compiling scroll_derive v0.12.1
15162026-06-10T23:01:48.005Z Compiling heapless v0.7.17
15172026-06-10T23:01:48.078Z Compiling rand_xorshift v0.4.0
15182026-06-10T23:01:48.233Z Compiling slog v2.8.2
15192026-06-10T23:01:48.236Z Compiling darling_core v0.21.3
15202026-06-10T23:01:48.413Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-06-10T23:01:48.494Z Compiling thread-id v5.1.0
15222026-06-10T23:01:48.576Z Compiling cookie v0.18.1
15232026-06-10T23:01:48.678Z Compiling paste v1.0.15
15242026-06-10T23:01:48.753Z Compiling unicode-bidi v0.3.18
15252026-06-10T23:01:48.936Z Compiling allocator-api2 v0.2.21
15262026-06-10T23:01:48.950Z Compiling unicode-properties v0.1.4
15272026-06-10T23:01:48.979Z Compiling adler2 v2.0.1
15282026-06-10T23:01:49.106Z Compiling anyhow v1.0.102
15292026-06-10T23:01:49.149Z Compiling iri-string v0.7.10
15302026-06-10T23:01:49.251Z Compiling ryu v1.0.23
15312026-06-10T23:01:49.277Z Compiling unarray v0.1.4
15322026-06-10T23:01:49.332Z Compiling zstd-safe v7.2.4
15332026-06-10T23:01:49.382Z Compiling signal-hook v0.3.18
15342026-06-10T23:01:49.424Z Compiling serde_urlencoded v0.7.1
15352026-06-10T23:01:49.520Z Compiling proptest v1.10.0
15362026-06-10T23:01:49.564Z Compiling stringprep v0.1.5
15372026-06-10T23:01:49.604Z Compiling miniz_oxide v0.8.9
15382026-06-10T23:01:49.661Z Compiling thiserror v1.0.69
15392026-06-10T23:01:50.190Z Compiling scroll v0.12.0
15402026-06-10T23:01:50.447Z Compiling tower-http v0.6.8
15412026-06-10T23:01:50.629Z Compiling derive_builder_macro v0.20.2
15422026-06-10T23:01:50.667Z Compiling tokio-native-tls v0.3.1
15432026-06-10T23:01:50.744Z Compiling darling_macro v0.21.3
15442026-06-10T23:01:50.833Z Compiling heck v0.4.1
15452026-06-10T23:01:50.879Z Compiling ipnetwork v0.21.1
15462026-06-10T23:01:51.055Z Compiling bstr v1.12.1
15472026-06-10T23:01:51.073Z Compiling rand_chacha v0.3.1
15482026-06-10T23:01:51.139Z Compiling erased-serde v0.3.31
15492026-06-10T23:01:51.218Z Compiling serde_tokenstream v0.2.3
15502026-06-10T23:01:51.276Z Compiling serde_spanned v0.6.9
15512026-06-10T23:01:51.420Z Compiling toml_datetime v0.6.11
15522026-06-10T23:01:51.531Z Compiling md-5 v0.10.6
15532026-06-10T23:01:51.622Z Compiling zerocopy-derive v0.7.35
15542026-06-10T23:01:51.683Z Compiling pin-project-internal v1.1.11
15552026-06-10T23:01:51.696Z Compiling async-trait v0.1.89
15562026-06-10T23:01:51.710Z Compiling curve25519-dalek v4.1.3
15572026-06-10T23:01:51.880Z Compiling vergen-lib v9.1.0
15582026-06-10T23:01:52.034Z Compiling num-integer v0.1.46
15592026-06-10T23:01:52.056Z Compiling hash32 v0.2.1
15602026-06-10T23:01:52.249Z Compiling ff v0.13.1
15612026-06-10T23:01:52.349Z Compiling memoffset v0.9.1
15622026-06-10T23:01:52.387Z Compiling encoding_rs v0.8.35
15632026-06-10T23:01:52.475Z Compiling zlib-rs v0.6.2
15642026-06-10T23:01:52.540Z Compiling psl-types v2.0.11
15652026-06-10T23:01:52.667Z Compiling num-bigint-dig v0.8.6
15662026-06-10T23:01:52.705Z Compiling litrs v1.0.0
15672026-06-10T23:01:52.779Z Compiling cfg_aliases v0.2.1
15682026-06-10T23:01:52.851Z Compiling base16ct v0.2.0
15692026-06-10T23:01:52.854Z Compiling ref-cast v1.0.25
15702026-06-10T23:01:53.027Z Compiling rustix v0.38.44
15712026-06-10T23:01:53.162Z Compiling smoltcp v0.9.1
15722026-06-10T23:01:53.202Z Compiling fallible-iterator v0.2.0
15732026-06-10T23:01:53.369Z Compiling mime v0.3.17
15742026-06-10T23:01:53.508Z Compiling postgres-protocol v0.6.10
15752026-06-10T23:01:53.609Z Compiling document-features v0.2.12
15762026-06-10T23:01:53.668Z Compiling sec1 v0.7.3
15772026-06-10T23:01:53.882Z Compiling nix v0.31.2
15782026-06-10T23:01:53.940Z Compiling pin-project v1.1.11
15792026-06-10T23:01:54.036Z Compiling publicsuffix v2.3.0
15802026-06-10T23:01:54.135Z Compiling zerocopy v0.7.35
15812026-06-10T23:01:54.178Z Compiling group v0.13.0
15822026-06-10T23:01:54.212Z Compiling num-iter v0.1.45
15832026-06-10T23:01:54.359Z Compiling newtype-uuid v1.3.2
15842026-06-10T23:01:54.464Z Compiling hubpack_derive v0.1.1
15852026-06-10T23:01:54.662Z Compiling rand v0.8.6
15862026-06-10T23:01:54.677Z Compiling darling v0.21.3
15872026-06-10T23:01:54.680Z Compiling oxnet v0.1.5
15882026-06-10T23:01:54.757Z Compiling derive_builder v0.20.2
15892026-06-10T23:01:54.794Z Compiling snafu-derive v0.8.9
15902026-06-10T23:01:54.881Z Compiling hyper-tls v0.6.0
15912026-06-10T23:01:55.093Z Compiling goblin v0.8.2
15922026-06-10T23:01:55.478Z Compiling flate2 v1.1.9
15932026-06-10T23:01:55.747Z Compiling phf_shared v0.13.1
15942026-06-10T23:01:55.909Z Compiling lazy_static v1.5.0
15952026-06-10T23:01:55.976Z Compiling regex v1.12.3
15962026-06-10T23:01:55.989Z Compiling anstyle-parse v0.2.7
15972026-06-10T23:01:56.003Z Compiling strum_macros v0.27.2
15982026-06-10T23:01:56.015Z Compiling futures-executor v0.3.32
15992026-06-10T23:01:56.168Z Compiling hex v0.4.3
16002026-06-10T23:01:56.272Z Compiling hkdf v0.12.4
16012026-06-10T23:01:56.403Z Compiling crypto-bigint v0.5.5
16022026-06-10T23:01:56.436Z Compiling daft-derive v0.1.7
16032026-06-10T23:01:56.440Z Compiling curve25519-dalek-derive v0.1.1
16042026-06-10T23:01:56.769Z Compiling ref-cast-impl v1.0.25
16052026-06-10T23:01:57.082Z Compiling terminal_size v0.4.3
16062026-06-10T23:01:57.172Z Compiling vergen v9.1.0
16072026-06-10T23:01:57.216Z Compiling fs-err v3.3.0
16082026-06-10T23:01:57.291Z Compiling cargo-platform v0.3.2
16092026-06-10T23:01:57.345Z Compiling ahash v0.8.12
16102026-06-10T23:01:57.400Z Compiling bitflags v1.3.2
16112026-06-10T23:01:57.476Z Compiling managed v0.8.0
16122026-06-10T23:01:57.539Z Compiling libbz2-rs-sys v0.2.2
16132026-06-10T23:01:57.558Z Compiling bumpalo v3.20.2
16142026-06-10T23:01:57.685Z Compiling foldhash v0.1.5
16152026-06-10T23:01:57.808Z Compiling object v0.37.3
16162026-06-10T23:01:57.965Z Compiling same-file v1.0.6
16172026-06-10T23:01:57.972Z Compiling foldhash v0.2.0
16182026-06-10T23:01:58.018Z Compiling winnow v0.5.40
16192026-06-10T23:01:58.123Z Compiling walkdir v2.5.0
16202026-06-10T23:01:58.173Z Compiling hashbrown v0.16.1
16212026-06-10T23:01:58.209Z Compiling strum v0.27.2
16222026-06-10T23:01:58.342Z Compiling bzip2 v0.6.1
16232026-06-10T23:01:58.429Z Compiling clap_builder v4.6.0
16242026-06-10T23:01:58.497Z Compiling hashbrown v0.15.5
16252026-06-10T23:01:58.551Z Compiling zopfli v0.8.3
16262026-06-10T23:01:58.798Z Compiling cargo_metadata v0.23.1
16272026-06-10T23:01:59.150Z Compiling elliptic-curve v0.13.8
16282026-06-10T23:01:59.201Z Compiling dof v0.3.0
16292026-06-10T23:01:59.380Z Compiling toml_edit v0.19.15
16302026-06-10T23:01:59.515Z Compiling daft v0.1.7
16312026-06-10T23:01:59.784Z Compiling snafu v0.8.9
16322026-06-10T23:01:59.901Z Compiling futures v0.3.32
16332026-06-10T23:01:59.985Z Compiling anstream v0.6.21
16342026-06-10T23:02:00.148Z Compiling phf v0.13.1
16352026-06-10T23:02:00.303Z Compiling signal-hook-mio v0.2.5
16362026-06-10T23:02:00.420Z Compiling cookie_store v0.22.1
16372026-06-10T23:02:00.504Z Compiling bzip2 v0.4.4
16382026-06-10T23:02:00.694Z Compiling zstd v0.13.3
16392026-06-10T23:02:00.718Z Compiling hubpack v0.1.2
16402026-06-10T23:02:00.939Z Compiling serde_with_macros v3.17.0
16412026-06-10T23:02:01.060Z Compiling postgres-types v0.2.12
16422026-06-10T23:02:01.402Z Compiling usdt-attr-macro v0.6.0
16432026-06-10T23:02:01.615Z Compiling usdt-macro v0.6.0
16442026-06-10T23:02:02.025Z Compiling globset v0.4.18
16452026-06-10T23:02:02.058Z Compiling dtrace-parser v0.2.0
16462026-06-10T23:02:02.189Z Compiling ed25519 v2.2.3
16472026-06-10T23:02:02.217Z Compiling phf_shared v0.11.3
16482026-06-10T23:02:02.337Z Compiling olpc-cjson v0.1.4
16492026-06-10T23:02:02.397Z Compiling pkcs1 v0.7.5
16502026-06-10T23:02:02.493Z Compiling clap_derive v4.6.1
16512026-06-10T23:02:02.613Z Compiling enum-as-inner v0.6.1
16522026-06-10T23:02:02.690Z Compiling strum_macros v0.26.4
16532026-06-10T23:02:02.797Z Compiling serde-big-array v0.5.1
16542026-06-10T23:02:02.811Z Compiling serde_plain v1.0.2
16552026-06-10T23:02:02.937Z Compiling rfc6979 v0.4.0
16562026-06-10T23:02:03.006Z Compiling async-recursion v1.1.1
16572026-06-10T23:02:03.062Z Compiling serde_repr v0.1.20
16582026-06-10T23:02:03.078Z Compiling pem v3.0.6
16592026-06-10T23:02:03.113Z Compiling float-cmp v0.10.0
16602026-06-10T23:02:03.259Z Compiling memmap2 v0.9.10
16612026-06-10T23:02:03.395Z Compiling thread-id v4.2.2
16622026-06-10T23:02:03.471Z Compiling env_filter v1.0.0
16632026-06-10T23:02:03.483Z Compiling predicates-core v1.0.10
16642026-06-10T23:02:03.571Z Compiling static_assertions v1.1.0
16652026-06-10T23:02:03.643Z Compiling difflib v0.4.0
16662026-06-10T23:02:03.659Z Compiling jiff v0.2.21
16672026-06-10T23:02:03.659Z Compiling whoami v2.1.0
16682026-06-10T23:02:03.765Z Compiling typed-path v0.9.3
16692026-06-10T23:02:04.030Z Compiling precomputed-hash v0.1.1
16702026-06-10T23:02:04.119Z Compiling fixedbitset v0.5.7
16712026-06-10T23:02:04.195Z Compiling either v1.15.0
16722026-06-10T23:02:04.234Z Compiling data-encoding v2.10.0
16732026-06-10T23:02:04.398Z Compiling new_debug_unreachable v1.0.6
16742026-06-10T23:02:04.419Z Compiling fixedbitset v0.4.2
16752026-06-10T23:02:04.433Z Compiling keccak v0.1.6
16762026-06-10T23:02:04.472Z Compiling normalize-line-endings v0.3.0
16772026-06-10T23:02:04.568Z Compiling predicates v3.1.4
16782026-06-10T23:02:04.628Z Compiling sha3 v0.10.8
16792026-06-10T23:02:04.941Z Compiling petgraph v0.6.5
16802026-06-10T23:02:04.968Z Compiling hickory-proto v0.25.2
16812026-06-10T23:02:05.076Z Compiling string_cache v0.8.9
16822026-06-10T23:02:05.199Z Compiling strum v0.26.3
16832026-06-10T23:02:05.227Z Compiling itertools v0.13.0
16842026-06-10T23:02:05.298Z Compiling petgraph v0.8.3
16852026-06-10T23:02:05.328Z Compiling clap v4.6.1
16862026-06-10T23:02:05.412Z Compiling tokio-postgres v0.7.16
16872026-06-10T23:02:05.749Z Compiling toml_edit v0.22.27
16882026-06-10T23:02:06.465Z Compiling zip v4.6.1
16892026-06-10T23:02:06.507Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16902026-06-10T23:02:07.289Z Compiling env_logger v0.11.9
16912026-06-10T23:02:07.434Z Compiling usdt-impl v0.5.0
16922026-06-10T23:02:07.658Z Compiling usdt v0.6.0
16932026-06-10T23:02:07.666Z Compiling ecdsa v0.16.9
16942026-06-10T23:02:07.887Z Compiling rsa v0.9.10
16952026-06-10T23:02:07.941Z Compiling ed25519-dalek v2.2.0
16962026-06-10T23:02:08.029Z Compiling serde_with v3.17.0
16972026-06-10T23:02:08.050Z Compiling crossterm v0.28.1
16982026-06-10T23:02:08.582Z Compiling toml v0.7.8
16992026-06-10T23:02:09.195Z Compiling zip v0.6.6
17002026-06-10T23:02:09.334Z Compiling iddqd v0.4.2
17012026-06-10T23:02:09.741Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-06-10T23:02:09.941Z Compiling similar v2.7.0
17032026-06-10T23:02:09.973Z Compiling crossbeam-epoch v0.9.18
17042026-06-10T23:02:10.095Z Compiling tokio-stream v0.1.18
17052026-06-10T23:02:10.295Z Compiling buf-list v1.1.2
17062026-06-10T23:02:10.368Z Compiling x509-cert v0.2.5
17072026-06-10T23:02:10.589Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-06-10T23:02:10.602Z Compiling openapiv3 v2.2.0
17092026-06-10T23:02:10.620Z Compiling sha1 v0.10.6
17102026-06-10T23:02:10.818Z Compiling lalrpop-util v0.19.12
17112026-06-10T23:02:10.844Z Compiling peg-runtime v0.8.5
17122026-06-10T23:02:10.888Z Compiling thread_local v1.1.9
17132026-06-10T23:02:11.012Z Compiling slog-async v2.8.0
17142026-06-10T23:02:11.125Z Compiling crossbeam-channel v0.5.15
17152026-06-10T23:02:11.144Z Compiling filetime v0.2.27
17162026-06-10T23:02:11.171Z Compiling is-terminal v0.4.17
17172026-06-10T23:02:11.269Z Compiling xattr v1.6.1
17182026-06-10T23:02:11.315Z Compiling take_mut v0.2.2
17192026-06-10T23:02:11.330Z Compiling term v1.2.1
17202026-06-10T23:02:11.430Z Compiling tar v0.4.45
17212026-06-10T23:02:11.909Z Compiling slog-term v2.9.2
17222026-06-10T23:02:21.563Z Compiling rustls-webpki v0.103.9
17232026-06-10T23:02:24.358Z Compiling tokio-rustls v0.26.4
17242026-06-10T23:02:24.358Z Compiling rustls-platform-verifier v0.6.2
17252026-06-10T23:02:24.552Z Compiling hyper-rustls v0.27.7
17262026-06-10T23:02:24.752Z Compiling reqwest v0.12.28
17272026-06-10T23:02:24.752Z Compiling reqwest v0.13.2
17282026-06-10T23:02:26.009Z Compiling tough v0.22.0
17292026-06-10T23:02:28.534Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-06-10T23:02:28.744Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-06-10T23:02:31.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-06-10T23:02:31.775Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-06-10T23:02:31.830ZJun 10 23:02:31.485 INFO Starting download, target: Clickhouse
17342026-06-10T23:02:31.830ZJun 10 23:02:31.485 INFO Starting download, target: Cockroach
17352026-06-10T23:02:31.830ZJun 10 23:02:31.485 INFO Starting download, target: Console
17362026-06-10T23:02:31.833ZJun 10 23:02:31.485 INFO Starting download, target: DendriteStub
17372026-06-10T23:02:31.833ZJun 10 23:02:31.485 INFO Starting download, target: MaghemiteMgd
17382026-06-10T23:02:31.833ZJun 10 23:02:31.485 INFO Starting download, target: MaghemiteDdmd
17392026-06-10T23:02:31.833ZJun 10 23:02:31.485 INFO Starting download, target: TransceiverControl
17402026-06-10T23:02:31.833ZJun 10 23:02:31.486 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-06-10T23:02:31.833ZJun 10 23:02:31.486 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-06-10T23:02:31.833ZJun 10 23:02:31.486 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-06-10T23:02:31.833ZJun 10 23:02:31.486 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-06-10T23:02:31.833ZJun 10 23:02:31.486 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-06-10T23:02:31.833ZJun 10 23:02:31.486 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-06-10T23:02:31.833ZJun 10 23:02:31.486 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-06-10T23:02:32.132ZJun 10 23:02:31.789 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-06-10T23:02:32.346ZJun 10 23:02:32.003 INFO Download complete, target: TransceiverControl
17492026-06-10T23:02:32.763ZJun 10 23:02:32.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-06-10T23:02:33.008ZJun 10 23:02:32.658 INFO Download complete, target: Console
17512026-06-10T23:02:33.767ZJun 10 23:02:33.411 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-06-10T23:02:33.810ZJun 10 23:02:33.456 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-06-10T23:02:34.011ZJun 10 23:02:33.665 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-06-10T23:02:34.323ZJun 10 23:02:33.979 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-06-10T23:02:34.323ZJun 10 23:02:33.979 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-06-10T23:02:35.460ZJun 10 23:02:35.116 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-06-10T23:02:35.768ZJun 10 23:02:35.418 INFO Download complete, target: MaghemiteDdmd
17582026-06-10T23:02:36.341ZJun 10 23:02:35.996 INFO Download complete, target: DendriteStub
17592026-06-10T23:02:36.387ZJun 10 23:02:36.044 INFO Download complete, target: MaghemiteMgd
17602026-06-10T23:02:39.046ZJun 10 23:02:38.702 INFO Checking that binary works, target: Cockroach
17612026-06-10T23:02:39.162ZJun 10 23:02:38.818 INFO Download complete, target: Cockroach
17622026-06-10T23:02:42.227ZJun 10 23:02:41.883 INFO Checking that binary works, target: Clickhouse
17632026-06-10T23:02:42.312ZJun 10 23:02:41.969 INFO Download complete, target: Clickhouse
17642026-06-10T23:02:42.328ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-06-10T23:02:42.331Z
17662026-06-10T23:02:42.331Zreal 2:18.840219715
17672026-06-10T23:02:42.331Zuser 6:57.129617290
17682026-06-10T23:02:42.331Zsys 1:22.990621512
17692026-06-10T23:02:42.331Ztrap 0.242388275
17702026-06-10T23:02:42.331Ztflt 0.702129703
17712026-06-10T23:02:42.331Zdflt 0.565046308
17722026-06-10T23:02:42.331Zkflt 0.022901855
17732026-06-10T23:02:42.331Zlock 22:13.262806746
17742026-06-10T23:02:42.332Zslp 21:21.974808430
17752026-06-10T23:02:42.332Zlat 43.441373671
17762026-06-10T23:02:42.332Zstop 1:52.484965791
17772026-06-10T23:02:42.332Z+ banner hack-check
17782026-06-10T23:02:42.332Z
17792026-06-10T23:02:42.332Z # # ## #### # # #### # # ###### #### # #
17802026-06-10T23:02:42.332Z # # # # # # # # # # # # # # # # #
17812026-06-10T23:02:42.332Z ###### # # # #### ##### # ###### ##### # ####
17822026-06-10T23:02:42.332Z # # ###### # # # # # # # # # #
17832026-06-10T23:02:42.332Z # # # # # # # # # # # # # # # # #
17842026-06-10T23:02:42.332Z # # # # #### # # #### # # ###### #### # #
17852026-06-10T23:02:42.332Z
17862026-06-10T23:02:42.332Z+ export CARGO_INCREMENTAL=0
17872026-06-10T23:02:42.332Z+ CARGO_INCREMENTAL=0
17882026-06-10T23:02:42.332Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-06-10T23:02:42.855Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-06-10T23:02:43.076Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-06-10T23:02:44.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17922026-06-10T23:02:44.997Z Running `target/debug/xtask check-features --ci`
17932026-06-10T23:02:45.049Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-06-10T23:02:45.049Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-06-10T23:02:45.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17962026-06-10T23:02:45.526Z Running `target/debug/xtask download cargo-hack`
17972026-06-10T23:02:46.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-06-10T23:02:46.642Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-06-10T23:02:49.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18002026-06-10T23:02:49.339Z Running `target/debug/xtask-downloader cargo-hack`
18012026-06-10T23:02:49.381ZJun 10 23:02:49.037 INFO Starting download, target: CargoHack
18022026-06-10T23:02:49.384ZJun 10 23:02:49.038 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-06-10T23:02:49.895ZJun 10 23:02:49.525 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-06-10T23:02:49.947ZJun 10 23:02:49.575 INFO Download complete, target: CargoHack
18052026-06-10T23:02:49.950Zrunning: "/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"
18062026-06-10T23:02:49.950Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-06-10T23:02:50.117Zinfo: running `cargo check --bins` on api_identity (1/295)
18082026-06-10T23:02:50.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-10T23:02:50.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-10T23:02:50.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-10T23:02:50.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-06-10T23:02:50.683Z
18132026-06-10T23:02:50.683Zinfo: running `cargo check --bins` on bootstore (2/295)
18142026-06-10T23:02:51.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-10T23:02:51.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-10T23:02:51.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-10T23:02:51.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18182026-06-10T23:02:51.299Z
18192026-06-10T23:02:51.299Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18202026-06-10T23:02:51.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-10T23:02:51.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-10T23:02:51.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-10T23:02:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-10T23:02:51.871Z
18252026-06-10T23:02:51.871Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18262026-06-10T23:02:52.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-10T23:02:52.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-10T23:02:52.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-10T23:02:52.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-06-10T23:02:52.439Z
18312026-06-10T23:02:52.439Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18322026-06-10T23:02:52.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-10T23:02:52.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-10T23:02:52.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-10T23:02:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-06-10T23:02:53.022Z
18372026-06-10T23:02:53.022Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18382026-06-10T23:02:53.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-10T23:02:53.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-10T23:02:53.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-10T23:02:53.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-10T23:02:53.621Z
18432026-06-10T23:02:53.621Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18442026-06-10T23:02:54.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-10T23:02:54.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-10T23:02:54.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-10T23:02:54.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-06-10T23:02:54.213Z
18492026-06-10T23:02:54.213Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18502026-06-10T23:02:54.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-10T23:02:54.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-10T23:02:54.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-10T23:02:54.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18542026-06-10T23:02:54.813Z
18552026-06-10T23:02:54.813Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18562026-06-10T23:02:55.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-10T23:02:55.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-10T23:02:55.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-10T23:02:55.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-10T23:02:55.280Z
18612026-06-10T23:02:55.280Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18622026-06-10T23:02:55.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-10T23:02:55.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-10T23:02:55.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-10T23:02:55.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-10T23:02:55.749Z
18672026-06-10T23:02:55.749Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18682026-06-10T23:02:56.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-10T23:02:56.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-10T23:02:56.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-10T23:02:56.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-10T23:02:56.215Z
18732026-06-10T23:02:56.215Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18742026-06-10T23:02:56.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-10T23:02:56.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-10T23:02:56.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-10T23:02:56.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-06-10T23:02:56.683Z
18792026-06-10T23:02:56.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18802026-06-10T23:02:57.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-10T23:02:57.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-10T23:02:57.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-10T23:02:57.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-06-10T23:02:57.155Z
18852026-06-10T23:02:57.155Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18862026-06-10T23:02:57.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-10T23:02:57.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-10T23:02:57.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-10T23:02:57.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-06-10T23:02:57.628Z
18912026-06-10T23:02:57.628Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18922026-06-10T23:02:58.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-10T23:02:58.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-10T23:02:58.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-10T23:02:58.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-06-10T23:02:58.100Z
18972026-06-10T23:02:58.100Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18982026-06-10T23:02:58.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-10T23:02:58.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-10T23:02:58.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-10T23:02:58.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-06-10T23:02:58.567Z
19032026-06-10T23:02:58.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
19042026-06-10T23:02:58.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-10T23:02:58.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-10T23:02:58.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-10T23:02:58.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-10T23:02:59.034Z
19092026-06-10T23:02:59.034Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19102026-06-10T23:02:59.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-10T23:02:59.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-10T23:02:59.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-10T23:02:59.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-10T23:02:59.502Z
19152026-06-10T23:02:59.502Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19162026-06-10T23:02:59.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-10T23:02:59.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-10T23:02:59.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-10T23:02:59.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-10T23:02:59.972Z
19212026-06-10T23:02:59.972Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19222026-06-10T23:03:00.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-10T23:03:00.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-10T23:03:00.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-10T23:03:00.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-06-10T23:03:00.448Z
19272026-06-10T23:03:00.448Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19282026-06-10T23:03:00.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-10T23:03:00.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-10T23:03:00.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-10T23:03:00.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-10T23:03:00.909Z
19332026-06-10T23:03:00.909Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19342026-06-10T23:03:01.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-10T23:03:01.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-10T23:03:01.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-10T23:03:01.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-10T23:03:01.377Z
19392026-06-10T23:03:01.377Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19402026-06-10T23:03:01.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-10T23:03:01.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-10T23:03:01.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-10T23:03:01.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-10T23:03:01.850Z
19452026-06-10T23:03:01.850Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19462026-06-10T23:03:02.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-10T23:03:02.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-10T23:03:02.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-10T23:03:02.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-10T23:03:02.318Z
19512026-06-10T23:03:02.318Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19522026-06-10T23:03:02.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-10T23:03:02.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-10T23:03:02.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-10T23:03:02.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-06-10T23:03:02.787Z
19572026-06-10T23:03:02.787Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19582026-06-10T23:03:03.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-10T23:03:05.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-10T23:03:05.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-10T23:03:05.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-10T23:03:05.794Z
19632026-06-10T23:03:05.794Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19642026-06-10T23:03:05.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-10T23:03:05.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-10T23:03:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-10T23:03:05.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-10T23:03:05.795Z
19692026-06-10T23:03:05.795Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19702026-06-10T23:03:05.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-10T23:03:05.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-10T23:03:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-10T23:03:05.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-06-10T23:03:05.795Z
19752026-06-10T23:03:05.795Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19762026-06-10T23:03:05.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-10T23:03:05.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-10T23:03:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-10T23:03:05.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-06-10T23:03:05.795Z
19812026-06-10T23:03:05.795Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19822026-06-10T23:03:05.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-10T23:03:05.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-10T23:03:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-10T23:03:05.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-10T23:03:05.796Z
19872026-06-10T23:03:05.796Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19882026-06-10T23:03:05.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-10T23:03:05.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-10T23:03:05.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-10T23:03:05.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-10T23:03:05.865Z
19932026-06-10T23:03:05.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19942026-06-10T23:03:06.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-10T23:03:06.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-10T23:03:06.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-10T23:03:06.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-10T23:03:06.087Z
19992026-06-10T23:03:06.087Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
20002026-06-10T23:03:06.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-10T23:03:06.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-10T23:03:06.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-10T23:03:06.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-06-10T23:03:06.531Z
20052026-06-10T23:03:06.532Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20062026-06-10T23:03:06.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-10T23:03:06.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-10T23:03:06.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-10T23:03:06.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-10T23:03:06.994Z
20112026-06-10T23:03:06.994Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20122026-06-10T23:03:07.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-10T23:03:07.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-10T23:03:07.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-10T23:03:07.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-10T23:03:07.463Z
20172026-06-10T23:03:07.463Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20182026-06-10T23:03:07.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-10T23:03:07.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-10T23:03:07.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-10T23:03:07.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-10T23:03:07.929Z
20232026-06-10T23:03:07.929Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20242026-06-10T23:03:08.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-10T23:03:08.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-10T23:03:08.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-10T23:03:08.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-10T23:03:08.392Z
20292026-06-10T23:03:08.392Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20302026-06-10T23:03:08.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-10T23:03:08.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-10T23:03:08.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-10T23:03:08.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-10T23:03:08.854Z
20352026-06-10T23:03:08.854Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20362026-06-10T23:03:09.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-10T23:03:09.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-10T23:03:09.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-10T23:03:09.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-10T23:03:09.315Z
20412026-06-10T23:03:09.315Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20422026-06-10T23:03:09.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-10T23:03:09.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-10T23:03:09.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-10T23:03:09.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-10T23:03:09.783Z
20472026-06-10T23:03:09.784Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20482026-06-10T23:03:10.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-10T23:03:10.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-10T23:03:10.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-10T23:03:10.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-10T23:03:10.253Z
20532026-06-10T23:03:10.253Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20542026-06-10T23:03:10.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-10T23:03:10.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-10T23:03:10.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-10T23:03:10.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-10T23:03:10.720Z
20592026-06-10T23:03:10.720Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20602026-06-10T23:03:11.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-10T23:03:11.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-10T23:03:11.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-10T23:03:11.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-10T23:03:11.189Z
20652026-06-10T23:03:11.189Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20662026-06-10T23:03:11.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-10T23:03:11.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-10T23:03:11.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-10T23:03:11.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-10T23:03:11.655Z
20712026-06-10T23:03:11.655Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20722026-06-10T23:03:12.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-10T23:03:12.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-10T23:03:12.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-10T23:03:12.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-10T23:03:12.124Z
20772026-06-10T23:03:12.124Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20782026-06-10T23:03:12.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-10T23:03:12.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-10T23:03:12.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-10T23:03:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-06-10T23:03:12.597Z
20832026-06-10T23:03:12.597Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20842026-06-10T23:03:13.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-10T23:03:13.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-10T23:03:13.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-10T23:03:13.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-06-10T23:03:13.067Z
20892026-06-10T23:03:13.067Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20902026-06-10T23:03:13.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-10T23:03:13.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-10T23:03:13.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-10T23:03:13.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20942026-06-10T23:03:13.528Z
20952026-06-10T23:03:13.528Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20962026-06-10T23:03:14.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-10T23:03:14.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-10T23:03:14.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-10T23:03:14.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-10T23:03:14.168Z
21012026-06-10T23:03:14.168Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
21022026-06-10T23:03:14.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-10T23:03:14.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-10T23:03:14.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-10T23:03:14.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-10T23:03:14.790Z
21072026-06-10T23:03:14.790Zinfo: running `cargo check --bins` on nexus-config (51/295)
21082026-06-10T23:03:15.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-10T23:03:15.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-10T23:03:15.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-10T23:03:15.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-06-10T23:03:15.413Z
21132026-06-10T23:03:15.413Zinfo: running `cargo check --bins` on nexus-types (52/295)
21142026-06-10T23:03:15.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-10T23:03:15.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-10T23:03:15.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-10T23:03:15.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21182026-06-10T23:03:16.044Z
21192026-06-10T23:03:16.044Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21202026-06-10T23:03:16.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-10T23:03:16.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-10T23:03:16.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-10T23:03:16.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-10T23:03:16.649Z
21252026-06-10T23:03:16.649Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21262026-06-10T23:03:17.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-10T23:03:17.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-10T23:03:17.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-10T23:03:17.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21302026-06-10T23:03:17.218Z
21312026-06-10T23:03:17.218Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21322026-06-10T23:03:17.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-10T23:03:17.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-10T23:03:17.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-10T23:03:17.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-10T23:03:17.820Z
21372026-06-10T23:03:17.820Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21382026-06-10T23:03:18.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-10T23:03:18.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-10T23:03:18.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-10T23:03:18.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-10T23:03:18.434Z
21432026-06-10T23:03:18.434Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21442026-06-10T23:03:18.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-10T23:03:18.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-10T23:03:18.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-10T23:03:18.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21482026-06-10T23:03:19.043Z
21492026-06-10T23:03:19.043Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21502026-06-10T23:03:19.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-10T23:03:19.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-10T23:03:19.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-10T23:03:19.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21542026-06-10T23:03:19.656Z
21552026-06-10T23:03:19.656Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21562026-06-10T23:03:20.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-10T23:03:20.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-10T23:03:20.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-10T23:03:20.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-06-10T23:03:20.248Z
21612026-06-10T23:03:20.248Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21622026-06-10T23:03:20.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-10T23:03:20.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-10T23:03:20.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-10T23:03:20.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-06-10T23:03:20.839Z
21672026-06-10T23:03:20.839Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21682026-06-10T23:03:21.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-10T23:03:21.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-10T23:03:21.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-10T23:03:21.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-10T23:03:21.421Z
21732026-06-10T23:03:21.421Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21742026-06-10T23:03:21.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-10T23:03:21.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-10T23:03:21.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-10T23:03:21.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-06-10T23:03:22.002Z
21792026-06-10T23:03:22.002Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21802026-06-10T23:03:22.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-10T23:03:22.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-10T23:03:22.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-10T23:03:22.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-06-10T23:03:22.602Z
21852026-06-10T23:03:22.602Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21862026-06-10T23:03:23.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-10T23:03:23.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-10T23:03:23.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-10T23:03:23.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-06-10T23:03:23.206Z
21912026-06-10T23:03:23.206Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21922026-06-10T23:03:23.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-10T23:03:23.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-10T23:03:23.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-10T23:03:23.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-10T23:03:23.797Z
21972026-06-10T23:03:23.797Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21982026-06-10T23:03:24.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-10T23:03:24.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-10T23:03:24.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-10T23:03:24.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-10T23:03:24.380Z
22032026-06-10T23:03:24.380Zinfo: running `cargo check --bins` on ereport-types (67/295)
22042026-06-10T23:03:24.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-10T23:03:24.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-10T23:03:24.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-10T23:03:24.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-10T23:03:24.970Z
22092026-06-10T23:03:24.970Zinfo: running `cargo check --bins` on gateway-client (68/295)
22102026-06-10T23:03:25.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-10T23:03:25.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-10T23:03:25.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-10T23:03:25.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-10T23:03:25.590Z
22152026-06-10T23:03:25.590Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22162026-06-10T23:03:26.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-10T23:03:26.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-10T23:03:26.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-10T23:03:26.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-10T23:03:26.177Z
22212026-06-10T23:03:26.177Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22222026-06-10T23:03:26.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-10T23:03:26.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-10T23:03:26.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-10T23:03:26.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-10T23:03:26.774Z
22272026-06-10T23:03:26.774Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22282026-06-10T23:03:27.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-10T23:03:27.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-10T23:03:27.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-10T23:03:27.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-06-10T23:03:27.376Z
22332026-06-10T23:03:27.376Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22342026-06-10T23:03:27.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-10T23:03:27.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-10T23:03:27.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-10T23:03:27.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-06-10T23:03:27.976Z
22392026-06-10T23:03:27.976Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22402026-06-10T23:03:28.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-10T23:03:28.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-10T23:03:28.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-10T23:03:28.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22442026-06-10T23:03:28.590Z
22452026-06-10T23:03:28.590Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22462026-06-10T23:03:29.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-10T23:03:29.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-10T23:03:29.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-10T23:03:29.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22502026-06-10T23:03:29.204Z
22512026-06-10T23:03:29.204Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22522026-06-10T23:03:29.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-10T23:03:29.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-10T23:03:29.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-06-10T23:03:29.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22562026-06-10T23:03:29.786Z
22572026-06-10T23:03:29.787Zinfo: running `cargo check --bins` on oxlog (76/295)
22582026-06-10T23:03:30.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-06-10T23:03:30.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-06-10T23:03:30.402Z Checking cfg-if v1.0.4
22612026-06-10T23:03:30.405Z Checking libc v0.2.185
22622026-06-10T23:03:30.406Z Checking serde_core v1.0.228
22632026-06-10T23:03:30.522Z Checking zeroize v1.8.2
22642026-06-10T23:03:30.529Z Checking memchr v2.8.0
22652026-06-10T23:03:30.537Z Checking log v0.4.29
22662026-06-10T23:03:30.546Z Checking smallvec v1.15.1
22672026-06-10T23:03:30.558Z Checking typenum v1.19.0
22682026-06-10T23:03:30.558Z Checking subtle v2.6.1
22692026-06-10T23:03:30.659Z Checking itoa v1.0.17
22702026-06-10T23:03:30.694Z Checking scopeguard v1.2.0
22712026-06-10T23:03:30.713Z Checking stable_deref_trait v1.2.1
22722026-06-10T23:03:30.720Z Checking const-oid v0.9.6
22732026-06-10T23:03:30.783Z Checking zerofrom v0.1.6
22742026-06-10T23:03:30.795Z Checking lock_api v0.4.14
22752026-06-10T23:03:30.808Z Checking pin-project-lite v0.2.17
22762026-06-10T23:03:30.900Z Checking yoke v0.8.1
22772026-06-10T23:03:30.912Z Checking portable-atomic v1.13.1
22782026-06-10T23:03:30.923Z Checking getrandom v0.2.17
22792026-06-10T23:03:30.926Z Checking errno v0.3.14
22802026-06-10T23:03:30.987Z Checking parking_lot_core v0.9.12
22812026-06-10T23:03:31.045Z Checking signal-hook-registry v1.4.8
22822026-06-10T23:03:31.061Z Checking rand_core v0.6.4
22832026-06-10T23:03:31.065Z Checking zerovec v0.11.5
22842026-06-10T23:03:31.084Z Checking generic-array v0.14.7
22852026-06-10T23:03:31.170Z Checking futures-core v0.3.32
22862026-06-10T23:03:31.199Z Checking critical-section v1.2.0
22872026-06-10T23:03:31.243Z Checking parking_lot v0.12.5
22882026-06-10T23:03:31.289Z Checking mio v1.2.0
22892026-06-10T23:03:31.302Z Checking once_cell v1.21.3
22902026-06-10T23:03:31.306Z Checking zerocopy v0.8.40
22912026-06-10T23:03:31.382Z Checking zmij v1.0.21
22922026-06-10T23:03:31.427Z Checking socket2 v0.6.3
22932026-06-10T23:03:31.470Z Checking libm v0.2.16
22942026-06-10T23:03:31.489Z Checking tinystr v0.8.2
22952026-06-10T23:03:31.518Z Checking crypto-common v0.1.7
22962026-06-10T23:03:31.561Z Checking block-buffer v0.10.4
22972026-06-10T23:03:31.591Z Checking percent-encoding v2.3.2
22982026-06-10T23:03:31.636Z Checking litemap v0.8.1
22992026-06-10T23:03:31.663Z Checking equivalent v1.0.2
23002026-06-10T23:03:31.694Z Checking writeable v0.6.2
23012026-06-10T23:03:31.694Z Checking digest v0.10.7
23022026-06-10T23:03:31.725Z Checking potential_utf v0.1.4
23032026-06-10T23:03:31.738Z Checking zerotrie v0.2.3
23042026-06-10T23:03:31.805Z Checking futures-sink v0.3.32
23052026-06-10T23:03:31.850Z Checking icu_collections v2.1.1
23062026-06-10T23:03:31.862Z Checking icu_locale_core v2.1.1
23072026-06-10T23:03:31.879Z Checking cpufeatures v0.2.17
23082026-06-10T23:03:31.897Z Checking futures-channel v0.3.32
23092026-06-10T23:03:31.944Z Checking slab v0.4.12
23102026-06-10T23:03:31.982Z Checking serde v1.0.228
23112026-06-10T23:03:31.982Z Checking bitflags v2.11.0
23122026-06-10T23:03:32.085Z Checking serde_json v1.0.149
23132026-06-10T23:03:32.098Z Checking futures-task v0.3.32
23142026-06-10T23:03:32.146Z Checking futures-io v0.3.32
23152026-06-10T23:03:32.160Z Checking num-traits v0.2.19
23162026-06-10T23:03:32.171Z Checking hmac v0.12.1
23172026-06-10T23:03:32.233Z Checking icu_normalizer_data v2.1.1
23182026-06-10T23:03:32.256Z Checking futures-util v0.3.32
23192026-06-10T23:03:32.303Z Checking icu_properties_data v2.1.2
23202026-06-10T23:03:32.306Z Checking hashbrown v0.17.0
23212026-06-10T23:03:32.389Z Checking bytes v1.11.1
23222026-06-10T23:03:32.401Z Checking icu_provider v2.1.1
23232026-06-10T23:03:32.438Z Checking rand_core v0.10.0
23242026-06-10T23:03:32.577Z Checking getrandom v0.4.1
23252026-06-10T23:03:32.621Z Checking icu_normalizer v2.1.1
23262026-06-10T23:03:32.673Z Checking icu_properties v2.1.2
23272026-06-10T23:03:32.722Z Checking block-padding v0.3.3
23282026-06-10T23:03:32.736Z Checking utf8_iter v1.0.4
23292026-06-10T23:03:32.757Z Checking indexmap v2.14.0
23302026-06-10T23:03:32.814Z Checking tokio v1.52.1
23312026-06-10T23:03:32.849Z Checking inout v0.1.4
23322026-06-10T23:03:32.862Z Checking sha2 v0.10.9
23332026-06-10T23:03:32.921Z Checking form_urlencoded v1.2.2
23342026-06-10T23:03:32.988Z Checking cipher v0.4.4
23352026-06-10T23:03:33.046Z Checking getrandom v0.3.4
23362026-06-10T23:03:33.130Z Checking fnv v1.0.7
23372026-06-10T23:03:33.186Z Checking base64ct v1.8.3
23382026-06-10T23:03:33.199Z Checking byteorder v1.5.0
23392026-06-10T23:03:33.221Z Checking flagset v0.4.7
23402026-06-10T23:03:33.298Z Checking rand_core v0.9.5
23412026-06-10T23:03:33.355Z Checking http v1.4.0
23422026-06-10T23:03:33.391Z Checking regex-syntax v0.8.10
23432026-06-10T23:03:33.414Z Checking pem-rfc7468 v0.7.0
23442026-06-10T23:03:33.472Z Checking salsa20 v0.10.2
23452026-06-10T23:03:33.489Z Checking idna_adapter v1.2.1
23462026-06-10T23:03:33.566Z Checking der v0.7.10
23472026-06-10T23:03:33.601Z Checking uuid v1.23.0
23482026-06-10T23:03:33.611Z Checking idna v1.1.0
23492026-06-10T23:03:33.850Z Checking url v2.5.8
23502026-06-10T23:03:33.891Z Checking pbkdf2 v0.12.2
23512026-06-10T23:03:33.906Z Checking rustix v1.1.3
23522026-06-10T23:03:34.001Z Checking tracing-core v0.1.36
23532026-06-10T23:03:34.029Z Checking ppv-lite86 v0.2.21
23542026-06-10T23:03:34.119Z Checking rustls-pki-types v1.14.0
23552026-06-10T23:03:34.278Z Checking base64 v0.22.1
23562026-06-10T23:03:34.298Z Checking spki v0.7.3
23572026-06-10T23:03:34.310Z Checking iana-time-zone v0.1.65
23582026-06-10T23:03:34.322Z Checking rand_chacha v0.9.0
23592026-06-10T23:03:34.405Z Checking tracing v0.1.44
23602026-06-10T23:03:34.419Z Checking chrono v0.4.44
23612026-06-10T23:03:34.471Z Checking scrypt v0.11.0
23622026-06-10T23:03:34.507Z Checking http-body v1.0.1
23632026-06-10T23:03:34.519Z Checking aes v0.8.4
23642026-06-10T23:03:34.594Z Checking cbc v0.1.2
23652026-06-10T23:03:34.609Z Checking aws-lc-sys v0.40.0
23662026-06-10T23:03:34.637Z Checking tinyvec_macros v0.1.1
23672026-06-10T23:03:34.694Z Checking untrusted v0.9.0
23682026-06-10T23:03:34.706Z Checking openssl-probe v0.2.1
23692026-06-10T23:03:34.717Z Checking untrusted v0.7.1
23702026-06-10T23:03:34.729Z Checking tinyvec v1.10.0
23712026-06-10T23:03:34.800Z Checking ring v0.17.14
23722026-06-10T23:03:34.813Z Checking rand v0.9.2
23732026-06-10T23:03:34.825Z Checking tower-service v0.3.3
23742026-06-10T23:03:34.897Z Checking pkcs5 v0.7.1
23752026-06-10T23:03:34.911Z Checking atomic-waker v1.1.2
23762026-06-10T23:03:35.008Z Checking try-lock v0.2.5
23772026-06-10T23:03:35.031Z Checking tower-layer v0.3.3
23782026-06-10T23:03:35.105Z Checking want v0.3.1
23792026-06-10T23:03:35.117Z Checking aws-lc-rs v1.16.3
23802026-06-10T23:03:35.143Z Checking pkcs8 v0.10.2
23812026-06-10T23:03:35.180Z Checking ipnet v2.11.0
23822026-06-10T23:03:35.222Z Checking httparse v1.10.1
23832026-06-10T23:03:35.261Z Checking aho-corasick v1.1.4
23842026-06-10T23:03:35.274Z Checking pin-utils v0.1.0
23852026-06-10T23:03:35.319Z Checking fastrand v2.3.0
23862026-06-10T23:03:35.340Z Checking dyn-clone v1.0.20
23872026-06-10T23:03:35.426Z Checking httpdate v1.0.3
23882026-06-10T23:03:35.438Z Checking foreign-types-shared v0.1.1
23892026-06-10T23:03:35.448Z Checking utf8parse v0.2.2
23902026-06-10T23:03:35.497Z Checking plain v0.2.3
23912026-06-10T23:03:35.514Z Checking foreign-types v0.3.2
23922026-06-10T23:03:35.544Z Checking tempfile v3.25.0
23932026-06-10T23:03:35.571Z Checking unicode-normalization v0.1.25
23942026-06-10T23:03:35.584Z Checking semver v1.0.28
23952026-06-10T23:03:35.595Z Checking openssl-sys v0.9.115
23962026-06-10T23:03:35.735Z Checking spin v0.9.8
23972026-06-10T23:03:35.783Z Checking anstyle v1.0.14
23982026-06-10T23:03:35.799Z Checking ucd-trie v0.1.7
23992026-06-10T23:03:35.924Z Checking unicode-ident v1.0.24
24002026-06-10T23:03:35.937Z Checking pest v2.8.6
24012026-06-10T23:03:35.960Z Checking regex-automata v0.4.14
24022026-06-10T23:03:35.973Z Checking rustls-webpki v0.103.9
24032026-06-10T23:03:35.973Z Checking schemars v0.8.22
24042026-06-10T23:03:35.996Z Checking openssl v0.10.79
24052026-06-10T23:03:36.007Z Checking rustls-native-certs v0.8.3
24062026-06-10T23:03:36.026Z Checking proc-macro2 v1.0.106
24072026-06-10T23:03:36.040Z Checking tokio-util v0.7.18
24082026-06-10T23:03:36.129Z Checking thiserror v2.0.18
24092026-06-10T23:03:36.230Z Checking sync_wrapper v1.0.2
24102026-06-10T23:03:36.331Z Checking wait-timeout v0.2.1
24112026-06-10T23:03:36.344Z Checking is_terminal_polyfill v1.70.2
24122026-06-10T23:03:36.410Z Checking rustls v0.23.37
24132026-06-10T23:03:36.428Z Checking colorchoice v1.0.4
24142026-06-10T23:03:36.448Z Checking bit-vec v0.8.0
24152026-06-10T23:03:36.526Z Checking siphasher v1.0.2
24162026-06-10T23:03:36.613Z Checking simd-adler32 v0.3.8
24172026-06-10T23:03:36.638Z Checking powerfmt v0.2.0
24182026-06-10T23:03:36.650Z Checking h2 v0.4.13
24192026-06-10T23:03:36.677Z Checking quick-error v1.2.3
24202026-06-10T23:03:36.777Z Checking anstyle-query v1.1.5
24212026-06-10T23:03:36.780Z Checking pretty-hex v0.4.1
24222026-06-10T23:03:36.801Z Checking deranged v0.5.8
24232026-06-10T23:03:36.868Z Checking rusty-fork v0.3.1
24242026-06-10T23:03:36.901Z Checking bit-set v0.8.0
24252026-06-10T23:03:36.992Z Checking quote v1.0.45
24262026-06-10T23:03:37.035Z Checking tower v0.5.3
24272026-06-10T23:03:37.049Z Compiling newtype-uuid v1.3.2
24282026-06-10T23:03:37.160Z Checking http-body-util v0.1.3
24292026-06-10T23:03:37.229Z Checking webpki-roots v1.0.6
24302026-06-10T23:03:37.346Z Checking crossbeam-utils v0.8.21
24312026-06-10T23:03:37.377Z Checking rand_xorshift v0.4.0
24322026-06-10T23:03:37.407Z Checking crc32fast v1.5.0
24332026-06-10T23:03:37.488Z Checking scroll v0.13.0
24342026-06-10T23:03:37.545Z Checking signature v2.2.0
24352026-06-10T23:03:37.683Z Checking ryu v1.0.23
24362026-06-10T23:03:37.688Z Checking unicode-bidi v0.3.18
24372026-06-10T23:03:37.701Z Checking unarray v0.1.4
24382026-06-10T23:03:37.713Z Checking allocator-api2 v0.2.21
24392026-06-10T23:03:37.777Z Checking time-core v0.1.8
24402026-06-10T23:03:37.799Z Checking num_threads v0.1.7
24412026-06-10T23:03:37.802Z Checking iri-string v0.7.10
24422026-06-10T23:03:37.885Z Checking num-conv v0.2.0
24432026-06-10T23:03:37.916Z Checking unicode-properties v0.1.4
24442026-06-10T23:03:37.964Z Checking adler2 v2.0.1
24452026-06-10T23:03:37.987Z Checking native-tls v0.2.18
24462026-06-10T23:03:38.001Z Checking time v0.3.47
24472026-06-10T23:03:38.001Z Checking serde_urlencoded v0.7.1
24482026-06-10T23:03:38.104Z Checking miniz_oxide v0.8.9
24492026-06-10T23:03:38.111Z Checking stringprep v0.1.5
24502026-06-10T23:03:38.164Z Checking tokio-native-tls v0.3.1
24512026-06-10T23:03:38.200Z Checking proptest v1.10.0
24522026-06-10T23:03:38.250Z Checking bstr v1.12.1
24532026-06-10T23:03:38.318Z Checking goblin v0.10.5
24542026-06-10T23:03:38.411Z Checking crossbeam-epoch v0.9.18
24552026-06-10T23:03:38.630Z Compiling daft v0.1.7
24562026-06-10T23:03:38.668Z Checking syn v2.0.117
24572026-06-10T23:03:38.762Z Checking tokio-rustls v0.26.4
24582026-06-10T23:03:38.818Z Checking tower-http v0.6.8
24592026-06-10T23:03:38.905Z Checking ipnetwork v0.21.1
24602026-06-10T23:03:38.991Z Checking anstyle-parse v1.0.0
24612026-06-10T23:03:39.093Z Checking rand_chacha v0.3.1
24622026-06-10T23:03:39.118Z Checking scroll v0.12.0
24632026-06-10T23:03:39.136Z Checking thiserror v1.0.69
24642026-06-10T23:03:39.148Z Checking hash32 v0.2.1
24652026-06-10T23:03:39.232Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-06-10T23:03:39.298Z Checking num-integer v0.1.46
24672026-06-10T23:03:39.298Z Checking toml_datetime v0.6.11
24682026-06-10T23:03:39.322Z Checking hyper v1.8.1
24692026-06-10T23:03:39.339Z Checking serde_spanned v0.6.9
24702026-06-10T23:03:39.345Z Checking md-5 v0.10.6
24712026-06-10T23:03:39.475Z Checking ff v0.13.1
24722026-06-10T23:03:39.479Z Checking encoding_rs v0.8.35
24732026-06-10T23:03:39.497Z Checking psl-types v2.0.11
24742026-06-10T23:03:39.525Z Checking fallible-iterator v0.2.0
24752026-06-10T23:03:39.599Z Checking mime v0.3.17
24762026-06-10T23:03:39.611Z Checking base16ct v0.2.0
24772026-06-10T23:03:39.733Z Checking zlib-rs v0.6.2
24782026-06-10T23:03:39.767Z Checking sec1 v0.7.3
24792026-06-10T23:03:39.789Z Checking postgres-protocol v0.6.10
24802026-06-10T23:03:39.972Z Checking publicsuffix v2.3.0
24812026-06-10T23:03:40.101Z Checking group v0.13.0
24822026-06-10T23:03:40.128Z Checking num-iter v0.1.45
24832026-06-10T23:03:40.142Z Checking zstd-safe v7.2.4
24842026-06-10T23:03:40.208Z Checking hyper-util v0.1.20
24852026-06-10T23:03:40.235Z Checking goblin v0.8.2
24862026-06-10T23:03:40.247Z Checking rand v0.8.6
24872026-06-10T23:03:40.306Z Checking heapless v0.7.17
24882026-06-10T23:03:40.422Z Checking anstream v1.0.0
24892026-06-10T23:03:40.602Z Checking flate2 v1.1.9
24902026-06-10T23:03:40.615Z Checking cookie v0.18.1
24912026-06-10T23:03:40.625Z Checking dof v0.4.0
24922026-06-10T23:03:40.703Z Checking oxnet v0.1.5
24932026-06-10T23:03:40.769Z Compiling iddqd v0.4.2
24942026-06-10T23:03:40.873Z Checking dtrace-parser v0.3.0
24952026-06-10T23:03:40.906Z Checking phf_shared v0.13.1
24962026-06-10T23:03:40.918Z Checking lazy_static v1.5.0
24972026-06-10T23:03:40.963Z Checking anstyle-parse v0.2.7
24982026-06-10T23:03:41.002Z Checking pin-project v1.1.11
24992026-06-10T23:03:41.100Z Checking zerocopy v0.7.35
25002026-06-10T23:03:41.103Z Checking bzip2-sys v0.1.13+1.0.8
25012026-06-10T23:03:41.103Z Checking signal-hook v0.3.18
25022026-06-10T23:03:41.103Z Checking terminal_size v0.4.3
25032026-06-10T23:03:41.211Z Checking futures-executor v0.3.32
25042026-06-10T23:03:41.229Z Checking hex v0.4.3
25052026-06-10T23:03:41.270Z Checking hkdf v0.12.4
25062026-06-10T23:03:41.295Z Checking crypto-bigint v0.5.5
25072026-06-10T23:03:41.361Z Checking thread-id v5.1.0
25082026-06-10T23:03:41.401Z Checking either v1.15.0
25092026-06-10T23:03:41.437Z Checking clap_lex v1.0.0
25102026-06-10T23:03:41.458Z Checking winnow v0.7.14
25112026-06-10T23:03:41.475Z Checking hyper-rustls v0.27.7
25122026-06-10T23:03:41.607Z Checking hyper-tls v0.6.0
25132026-06-10T23:03:41.612Z Checking managed v0.8.0
25142026-06-10T23:03:41.612Z Checking bumpalo v3.20.2
25152026-06-10T23:03:41.683Z Checking strsim v0.11.1
25162026-06-10T23:03:41.752Z Compiling rayon-core v1.13.0
25172026-06-10T23:03:41.770Z Checking foldhash v0.1.5
25182026-06-10T23:03:41.803Z Checking foldhash v0.2.0
25192026-06-10T23:03:41.845Z Checking winnow v0.5.40
25202026-06-10T23:03:41.904Z Checking libbz2-rs-sys v0.2.2
25212026-06-10T23:03:41.926Z Checking same-file v1.0.6
25222026-06-10T23:03:41.955Z Checking bitflags v1.3.2
25232026-06-10T23:03:42.032Z Checking smoltcp v0.9.1
25242026-06-10T23:03:42.042Z Checking walkdir v2.5.0
25252026-06-10T23:03:42.053Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-06-10T23:03:42.122Z Checking dof v0.3.0
25272026-06-10T23:03:42.177Z Checking elliptic-curve v0.13.8
25282026-06-10T23:03:42.196Z Checking hashbrown v0.16.1
25292026-06-10T23:03:42.249Z Checking hashbrown v0.15.5
25302026-06-10T23:03:42.291Z Checking bzip2 v0.6.1
25312026-06-10T23:03:42.404Z Checking clap_builder v4.6.0
25322026-06-10T23:03:42.451Z Checking zopfli v0.8.3
25332026-06-10T23:03:42.481Z Checking reqwest v0.12.28
25342026-06-10T23:03:42.604Z Checking usdt-impl v0.6.0
25352026-06-10T23:03:42.629Z Checking futures v0.3.32
25362026-06-10T23:03:42.687Z Checking signal-hook-mio v0.2.5
25372026-06-10T23:03:42.702Z Checking bzip2 v0.4.4
25382026-06-10T23:03:42.714Z Checking snafu v0.8.9
25392026-06-10T23:03:42.777Z Checking anstream v0.6.21
25402026-06-10T23:03:42.787Z Checking phf v0.13.1
25412026-06-10T23:03:42.866Z Checking num-bigint-dig v0.8.6
25422026-06-10T23:03:42.929Z Checking cookie_store v0.22.1
25432026-06-10T23:03:42.945Z Checking zstd v0.13.3
25442026-06-10T23:03:42.968Z Checking postgres-types v0.2.12
25452026-06-10T23:03:42.984Z Checking toml_edit v0.19.15
25462026-06-10T23:03:43.120Z Checking dtrace-parser v0.2.0
25472026-06-10T23:03:43.132Z Checking rustls-platform-verifier v0.6.2
25482026-06-10T23:03:43.255Z Checking globset v0.4.18
25492026-06-10T23:03:43.266Z Checking crossbeam-deque v0.8.6
25502026-06-10T23:03:43.282Z Checking regex v1.12.3
25512026-06-10T23:03:43.330Z Checking ed25519 v2.2.3
25522026-06-10T23:03:43.362Z Checking phf_shared v0.11.3
25532026-06-10T23:03:43.436Z Checking olpc-cjson v0.1.4
25542026-06-10T23:03:43.494Z Checking ref-cast v1.0.25
25552026-06-10T23:03:43.502Z Checking curve25519-dalek v4.1.3
25562026-06-10T23:03:43.515Z Checking strum v0.27.2
25572026-06-10T23:03:43.550Z Checking hubpack v0.1.2
25582026-06-10T23:03:43.572Z Checking memoffset v0.9.1
25592026-06-10T23:03:43.588Z Checking rustix v0.38.44
25602026-06-10T23:03:43.620Z Checking pkcs1 v0.7.5
25612026-06-10T23:03:43.633Z Checking pem v3.0.6
25622026-06-10T23:03:43.644Z Checking float-cmp v0.10.0
25632026-06-10T23:03:43.668Z Checking serde_plain v1.0.2
25642026-06-10T23:03:43.715Z Checking serde-big-array v0.5.1
25652026-06-10T23:03:43.767Z Checking erased-serde v0.3.31
25662026-06-10T23:03:43.781Z Checking rfc6979 v0.4.0
25672026-06-10T23:03:43.810Z Checking memmap2 v0.9.10
25682026-06-10T23:03:43.821Z Checking thread-id v4.2.2
25692026-06-10T23:03:43.847Z Checking env_filter v1.0.0
25702026-06-10T23:03:43.893Z Checking normalize-line-endings v0.3.0
25712026-06-10T23:03:43.903Z Checking jiff v0.2.21
25722026-06-10T23:03:43.968Z Checking typed-path v0.9.3
25732026-06-10T23:03:43.980Z Checking precomputed-hash v0.1.1
25742026-06-10T23:03:43.990Z Checking whoami v2.1.0
25752026-06-10T23:03:44.026Z Checking data-encoding v2.10.0
25762026-06-10T23:03:44.057Z Checking unicode-segmentation v1.12.0
25772026-06-10T23:03:44.142Z Checking fixedbitset v0.4.2
25782026-06-10T23:03:44.179Z Checking difflib v0.4.0
25792026-06-10T23:03:44.275Z Checking static_assertions v1.1.0
25802026-06-10T23:03:44.289Z Checking predicates-core v1.0.10
25812026-06-10T23:03:44.293Z Checking keccak v0.1.6
25822026-06-10T23:03:44.343Z Checking new_debug_unreachable v1.0.6
25832026-06-10T23:03:44.354Z Checking fixedbitset v0.5.7
25842026-06-10T23:03:44.368Z Checking toml_write v0.1.2
25852026-06-10T23:03:44.383Z Checking crossterm v0.28.1
25862026-06-10T23:03:44.408Z Checking string_cache v0.8.9
25872026-06-10T23:03:44.417Z Checking predicates v3.1.4
25882026-06-10T23:03:44.468Z Checking sha3 v0.10.8
25892026-06-10T23:03:44.528Z Checking toml_edit v0.22.27
25902026-06-10T23:03:44.543Z Checking petgraph v0.8.3
25912026-06-10T23:03:44.572Z Checking similar v2.7.0
25922026-06-10T23:03:44.663Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25932026-06-10T23:03:44.709Z Checking petgraph v0.6.5
25942026-06-10T23:03:44.741Z Checking tough v0.22.0
25952026-06-10T23:03:44.972Z Checking hickory-proto v0.25.2
25962026-06-10T23:03:45.088Z Checking ed25519-dalek v2.2.0
25972026-06-10T23:03:45.340Z Checking tokio-postgres v0.7.16
25982026-06-10T23:03:45.614Z Checking slog v2.8.2
25992026-06-10T23:03:45.900Z Checking toml v0.7.8
26002026-06-10T23:03:45.972Z Checking env_logger v0.11.9
26012026-06-10T23:03:46.136Z Checking usdt v0.6.0
26022026-06-10T23:03:46.156Z Checking zip v4.6.1
26032026-06-10T23:03:46.167Z Checking usdt-impl v0.5.0
26042026-06-10T23:03:46.216Z Checking ecdsa v0.16.9
26052026-06-10T23:03:46.303Z Checking rsa v0.9.10
26062026-06-10T23:03:46.442Z Checking nix v0.31.2
26072026-06-10T23:03:46.562Z Checking clap v4.6.1
26082026-06-10T23:03:46.722Z Checking reqwest v0.13.2
26092026-06-10T23:03:46.750Z Checking zip v0.6.6
26102026-06-10T23:03:46.766Z Checking toml_parser v1.0.9+spec-1.1.0
26112026-06-10T23:03:46.954Z Checking itertools v0.13.0
26122026-06-10T23:03:46.963Z Checking serde_with v3.17.0
26132026-06-10T23:03:47.169Z Checking strum v0.26.3
26142026-06-10T23:03:47.278Z Checking fs-err v3.3.0
26152026-06-10T23:03:47.278Z Checking ahash v0.8.12
26162026-06-10T23:03:47.439Z Checking object v0.37.3
26172026-06-10T23:03:47.439Z Checking tokio-stream v0.1.18
26182026-06-10T23:03:47.533Z Checking buf-list v1.1.2
26192026-06-10T23:03:47.634Z Checking camino v1.2.2
26202026-06-10T23:03:47.756Z Checking anyhow v1.0.102
26212026-06-10T23:03:47.756Z Checking x509-cert v0.2.5
26222026-06-10T23:03:47.880Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26232026-06-10T23:03:47.880Z Checking openapiv3 v2.2.0
26242026-06-10T23:03:47.880Z Checking sha1 v0.10.6
26252026-06-10T23:03:47.880Z Checking peg-runtime v0.8.5
26262026-06-10T23:03:48.048Z Checking lalrpop-util v0.19.12
26272026-06-10T23:03:48.190Z Checking rayon v1.11.0
26282026-06-10T23:03:48.190Z Checking sigpipe v0.1.3
26292026-06-10T23:03:48.190Z Checking glob v0.3.3
26302026-06-10T23:03:49.587Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-06-10T23:03:49.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.06s
26322026-06-10T23:03:50.020Z
26332026-06-10T23:03:50.020Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26342026-06-10T23:03:50.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-10T23:03:50.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-10T23:03:50.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-10T23:03:50.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26382026-06-10T23:03:50.646Z
26392026-06-10T23:03:50.646Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26402026-06-10T23:03:51.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-10T23:03:51.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-10T23:03:51.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-10T23:03:51.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-06-10T23:03:51.229Z
26452026-06-10T23:03:51.229Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26462026-06-10T23:03:51.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-10T23:03:51.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-10T23:03:51.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-10T23:03:51.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26502026-06-10T23:03:51.844Z
26512026-06-10T23:03:51.844Zinfo: running `cargo check --bins` on oxql-types (80/295)
26522026-06-10T23:03:52.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-10T23:03:52.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-10T23:03:52.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-10T23:03:52.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-06-10T23:03:52.449Z
26572026-06-10T23:03:52.449Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26582026-06-10T23:03:52.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-10T23:03:52.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-10T23:03:52.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-10T23:03:52.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26622026-06-10T23:03:53.053Z
26632026-06-10T23:03:53.053Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26642026-06-10T23:03:53.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-10T23:03:53.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-10T23:03:53.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-10T23:03:53.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26682026-06-10T23:03:53.698Z
26692026-06-10T23:03:53.698Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26702026-06-10T23:03:54.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-10T23:03:54.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-10T23:03:54.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-06-10T23:03:54.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26742026-06-10T23:03:54.255Z
26752026-06-10T23:03:54.255Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26762026-06-10T23:03:54.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-06-10T23:03:54.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-06-10T23:03:54.953Z Compiling structmeta-derive v0.3.0
26792026-06-10T23:03:55.077Z Compiling rustls v0.22.4
26802026-06-10T23:03:55.080Z Compiling multer v3.1.0
26812026-06-10T23:03:55.088Z Compiling async-stream-impl v0.3.6
26822026-06-10T23:03:55.091Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-06-10T23:03:55.115Z Compiling dropshot v0.17.0
26842026-06-10T23:03:55.125Z Compiling dropshot_endpoint v0.17.0
26852026-06-10T23:03:55.125Z Compiling newtype-uuid-macros v0.1.0
26862026-06-10T23:03:55.245Z Checking newtype-uuid v1.3.2
26872026-06-10T23:03:55.318Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-06-10T23:03:55.382Z Checking rustls-webpki v0.102.8
26892026-06-10T23:03:55.444Z Checking daft v0.1.7
26902026-06-10T23:03:55.469Z Checking thread_local v1.1.9
26912026-06-10T23:03:55.636Z Checking match_cfg v0.1.0
26922026-06-10T23:03:55.658Z Checking compression-core v0.4.31
26932026-06-10T23:03:55.681Z Checking iddqd v0.4.2
26942026-06-10T23:03:55.707Z Checking hostname v0.3.1
26952026-06-10T23:03:55.739Z Checking crossbeam-channel v0.5.15
26962026-06-10T23:03:55.802Z Checking compression-codecs v0.4.37
26972026-06-10T23:03:55.811Z Checking atomicwrites v0.4.4
26982026-06-10T23:03:55.890Z Checking slog-json v2.6.1
26992026-06-10T23:03:55.935Z Checking is-terminal v0.4.17
27002026-06-10T23:03:55.964Z Checking serde_spanned v1.0.4
27012026-06-10T23:03:56.026Z Checking toml_datetime v1.0.0+spec-1.1.0
27022026-06-10T23:03:56.047Z Checking term v1.2.1
27032026-06-10T23:03:56.084Z Checking toml_writer v1.0.6+spec-1.1.0
27042026-06-10T23:03:56.097Z Checking debug-ignore v1.0.5
27052026-06-10T23:03:56.142Z Compiling structmeta v0.3.0
27062026-06-10T23:03:56.193Z Checking take_mut v0.2.2
27072026-06-10T23:03:56.223Z Checking slog-bunyan v2.5.0
27082026-06-10T23:03:56.259Z Checking toml v1.0.6+spec-1.1.0
27092026-06-10T23:03:56.272Z Checking slog-term v2.9.2
27102026-06-10T23:03:56.311Z Checking slog-async v2.8.0
27112026-06-10T23:03:56.336Z Checking async-compression v0.4.41
27122026-06-10T23:03:56.349Z Compiling derive-ex v0.1.8
27132026-06-10T23:03:56.464Z Compiling parse-display-derive v0.10.0
27142026-06-10T23:03:56.525Z Checking async-stream v0.3.6
27152026-06-10T23:03:56.580Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-06-10T23:03:56.609Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27172026-06-10T23:03:56.672Z Checking progenitor-client v0.14.0
27182026-06-10T23:03:56.684Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27192026-06-10T23:03:56.827Z Checking waitgroup v0.1.2
27202026-06-10T23:03:56.841Z Checking backon v1.6.0
27212026-06-10T23:03:56.878Z Checking rustls-pemfile v2.2.0
27222026-06-10T23:03:56.915Z Checking serde_path_to_error v0.1.20
27232026-06-10T23:03:56.939Z Checking hostname v0.4.2
27242026-06-10T23:03:57.003Z Checking instant v0.1.13
27252026-06-10T23:03:57.084Z Checking backoff v0.4.0
27262026-06-10T23:03:57.204Z Checking progenitor-extras v0.2.0
27272026-06-10T23:03:57.236Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-06-10T23:03:57.317Z Checking tokio-rustls v0.25.0
27292026-06-10T23:03:57.328Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27302026-06-10T23:03:57.436Z Checking itertools v0.14.0
27312026-06-10T23:03:57.467Z Checking progenitor-client v0.10.0
27322026-06-10T23:03:57.620Z Checking regress v0.10.5
27332026-06-10T23:03:57.666Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27342026-06-10T23:03:57.888Z Checking macaddr v1.0.1
27352026-06-10T23:03:58.010Z Compiling test-strategy v0.4.5
27362026-06-10T23:03:58.134Z Checking parse-display v0.10.0
27372026-06-10T23:03:58.267Z Checking humantime v2.3.0
27382026-06-10T23:03:59.351Z Compiling prettyplease v0.2.37
27392026-06-10T23:03:59.490Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-06-10T23:03:59.694Z Checking num-rational v0.4.2
27412026-06-10T23:03:59.845Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27422026-06-10T23:04:00.275Z Checking num-complex v0.4.6
27432026-06-10T23:04:00.949Z Checking num v0.4.3
27442026-06-10T23:04:01.014Z Compiling usdt-attr-macro v0.5.0
27452026-06-10T23:04:01.027Z Compiling usdt-macro v0.5.0
27462026-06-10T23:04:01.030Z Checking memmap v0.7.0
27472026-06-10T23:04:01.060Z Compiling float-ord v0.3.2
27482026-06-10T23:04:01.167Z Checking unicode-width v0.2.0
27492026-06-10T23:04:01.184Z Compiling convert_case v0.4.0
27502026-06-10T23:04:01.423Z Checking console v0.15.11
27512026-06-10T23:04:01.583Z Compiling derive_more v0.99.20
27522026-06-10T23:04:01.704Z Checking newline-converter v0.3.0
27532026-06-10T23:04:01.750Z Compiling toml v0.8.23
27542026-06-10T23:04:01.792Z Checking usdt v0.5.0
27552026-06-10T23:04:01.835Z Compiling minimal-lexical v0.2.1
27562026-06-10T23:04:01.980Z Checking linked-hash-map v0.5.6
27572026-06-10T23:04:02.083Z Compiling nom v7.1.3
27582026-06-10T23:04:02.141Z Checking lru-cache v0.1.2
27592026-06-10T23:04:02.353Z Checking expectorate v1.2.0
27602026-06-10T23:04:02.814Z Checking camino-tempfile v1.4.1
27612026-06-10T23:04:02.889Z Checking hickory-proto v0.24.4
27622026-06-10T23:04:02.976Z Checking phf_shared v0.12.1
27632026-06-10T23:04:03.098Z Compiling slog-dtrace v0.3.0
27642026-06-10T23:04:03.115Z Compiling chrono-tz v0.10.4
27652026-06-10T23:04:03.295Z Checking heck v0.5.0
27662026-06-10T23:04:03.307Z Checking resolv-conf v0.7.6
27672026-06-10T23:04:03.409Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-06-10T23:04:03.420Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27692026-06-10T23:04:03.500Z Compiling const_format_proc_macros v0.2.34
27702026-06-10T23:04:03.515Z Checking phf v0.12.1
27712026-06-10T23:04:03.656Z Checking tokio-dtrace v0.1.1
27722026-06-10T23:04:03.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-06-10T23:04:03.873Z Compiling derive-where v1.6.0
27742026-06-10T23:04:04.174Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-06-10T23:04:04.292Z Checking highway v1.3.0
27762026-06-10T23:04:04.524Z Checking const_format v0.2.35
27772026-06-10T23:04:04.675Z Checking hickory-resolver v0.24.4
27782026-06-10T23:04:04.752Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27792026-06-10T23:04:04.871Z Checking oxide-tokio-rt v0.1.4
27802026-06-10T23:04:04.946Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27812026-06-10T23:04:05.216Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-06-10T23:04:05.245Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-06-10T23:04:05.400Z Checking qorb v0.4.1
27842026-06-10T23:04:05.421Z Checking gethostname v0.5.0
27852026-06-10T23:04:05.513Z Checking bcs v0.1.6
27862026-06-10T23:04:05.615Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27872026-06-10T23:04:05.631Z Checking termtree v0.5.1
27882026-06-10T23:04:08.708Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-06-10T23:04:11.456Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-06-10T23:04:13.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
27912026-06-10T23:04:13.782Z
27922026-06-10T23:04:13.782Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27932026-06-10T23:04:14.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-06-10T23:04:14.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-06-10T23:04:14.469Z Compiling ar_archive_writer v0.5.1
27962026-06-10T23:04:14.589Z Compiling stacker v0.1.23
27972026-06-10T23:04:14.597Z Compiling cfg_aliases v0.1.1
27982026-06-10T23:04:14.597Z Compiling convert_case v0.10.0
27992026-06-10T23:04:14.606Z Checking unicode-width v0.1.14
28002026-06-10T23:04:14.612Z Compiling proc-macro-error v1.0.4
28012026-06-10T23:04:14.617Z Checking fd-lock v4.0.4
28022026-06-10T23:04:14.620Z Checking nibble_vec v0.1.0
28032026-06-10T23:04:14.646Z Compiling nix v0.28.0
28042026-06-10T23:04:14.728Z Checking vte v0.14.1
28052026-06-10T23:04:14.746Z Compiling recursive-proc-macro-impl v0.1.1
28062026-06-10T23:04:14.829Z Checking bytecount v0.6.9
28072026-06-10T23:04:14.843Z Checking endian-type v0.1.2
28082026-06-10T23:04:14.874Z Checking strip-ansi-escapes v0.2.1
28092026-06-10T23:04:14.879Z Compiling derive_more-impl v2.1.1
28102026-06-10T23:04:14.896Z Compiling tabled_derive v0.7.0
28112026-06-10T23:04:14.934Z Checking papergrid v0.11.0
28122026-06-10T23:04:14.964Z Checking radix_trie v0.2.1
28132026-06-10T23:04:15.010Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-06-10T23:04:15.142Z Compiling peg-macros v0.8.5
28152026-06-10T23:04:15.167Z Checking winnow v0.6.26
28162026-06-10T23:04:15.396Z Compiling psm v0.1.30
28172026-06-10T23:04:15.479Z Compiling sqlparser_derive v0.5.0
28182026-06-10T23:04:15.552Z Checking unicode_categories v0.1.1
28192026-06-10T23:04:15.711Z Checking home v0.5.12
28202026-06-10T23:04:15.735Z Checking derive_more v2.1.1
28212026-06-10T23:04:15.838Z Checking nu-ansi-term v0.50.3
28222026-06-10T23:04:15.861Z Checking crossterm v0.29.0
28232026-06-10T23:04:15.917Z Checking tabled v0.15.0
28242026-06-10T23:04:15.959Z Checking rustyline v14.0.0
28252026-06-10T23:04:16.084Z Checking reedline v0.40.0
28262026-06-10T23:04:16.212Z Checking recursive v0.1.1
28272026-06-10T23:04:16.280Z Checking display-error-chain v0.2.2
28282026-06-10T23:04:16.307Z Checking sqlparser v0.61.0
28292026-06-10T23:04:16.368Z Checking sqlformat v0.3.5
28302026-06-10T23:04:16.562Z Checking peg v0.8.5
28312026-06-10T23:04:27.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
28322026-06-10T23:04:27.693Z
28332026-06-10T23:04:27.693Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28342026-06-10T23:04:28.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-10T23:04:28.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-10T23:04:28.375Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-10T23:04:31.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28382026-06-10T23:04:32.004Z
28392026-06-10T23:04:32.004Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28402026-06-10T23:04:32.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-10T23:04:32.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-10T23:04:32.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-10T23:04:35.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28442026-06-10T23:04:35.298Z
28452026-06-10T23:04:35.298Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28462026-06-10T23:04:35.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-10T23:04:35.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-10T23:04:35.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-10T23:04:39.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28502026-06-10T23:04:39.381Z
28512026-06-10T23:04:39.381Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28522026-06-10T23:04:39.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-10T23:04:39.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-10T23:04:40.055Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-10T23:04:43.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28562026-06-10T23:04:43.491Z
28572026-06-10T23:04:43.491Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28582026-06-10T23:04:44.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-10T23:04:44.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-10T23:04:44.167Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-10T23:04:46.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28622026-06-10T23:04:46.962Z
28632026-06-10T23:04:46.962Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28642026-06-10T23:04:47.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-10T23:04:47.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-10T23:04:47.627Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-10T23:04:50.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28682026-06-10T23:04:50.425Z
28692026-06-10T23:04:50.426Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28702026-06-10T23:04:50.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-10T23:04:50.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-10T23:04:51.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-06-10T23:04:54.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28742026-06-10T23:04:54.714Z
28752026-06-10T23:04:54.714Zinfo: running `cargo check --bins` on oximeter (93/295)
28762026-06-10T23:04:55.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-10T23:04:55.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-10T23:04:55.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-06-10T23:04:55.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28802026-06-10T23:04:55.492Z
28812026-06-10T23:04:55.492Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28822026-06-10T23:04:55.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-10T23:04:55.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-10T23:04:56.080Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28852026-06-10T23:04:56.167Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-06-10T23:04:56.219Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28872026-06-10T23:04:56.490Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28882026-06-10T23:04:59.359Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28892026-06-10T23:05:00.546Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28902026-06-10T23:05:00.762Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912026-06-10T23:05:01.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28922026-06-10T23:05:01.621Z
28932026-06-10T23:05:01.621Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28942026-06-10T23:05:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-10T23:05:02.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-10T23:05:02.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-10T23:05:02.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-06-10T23:05:02.225Z
28992026-06-10T23:05:02.225Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
29002026-06-10T23:05:02.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-10T23:05:02.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-10T23:05:02.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-10T23:05:02.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29042026-06-10T23:05:02.872Z
29052026-06-10T23:05:02.872Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29062026-06-10T23:05:03.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-10T23:05:03.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-10T23:05:03.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-10T23:05:03.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-06-10T23:05:03.503Z
29112026-06-10T23:05:03.503Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29122026-06-10T23:05:04.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-10T23:05:04.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-10T23:05:04.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-10T23:05:04.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-06-10T23:05:04.149Z
29172026-06-10T23:05:04.149Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29182026-06-10T23:05:04.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-10T23:05:04.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-10T23:05:04.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-10T23:05:04.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-06-10T23:05:04.791Z
29232026-06-10T23:05:04.801Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29242026-06-10T23:05:05.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-10T23:05:05.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-10T23:05:05.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-10T23:05:05.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-06-10T23:05:05.331Z
29292026-06-10T23:05:05.332Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29302026-06-10T23:05:05.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-10T23:05:05.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-10T23:05:05.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-10T23:05:05.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29342026-06-10T23:05:05.941Z
29352026-06-10T23:05:05.942Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29362026-06-10T23:05:06.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-10T23:05:06.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-10T23:05:06.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-10T23:05:06.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29402026-06-10T23:05:06.554Z
29412026-06-10T23:05:06.554Zinfo: running `cargo check --bins` on update-engine (103/295)
29422026-06-10T23:05:07.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-10T23:05:07.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-10T23:05:07.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-06-10T23:05:07.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29462026-06-10T23:05:07.115Z
29472026-06-10T23:05:07.115Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29482026-06-10T23:05:07.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-06-10T23:05:07.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-06-10T23:05:07.845Z Compiling crucible-workspace-hack v0.1.0
29512026-06-10T23:05:07.971Z Checking secrecy v0.10.3
29522026-06-10T23:05:07.981Z Compiling heapless v0.8.0
29532026-06-10T23:05:07.982Z Compiling toml_datetime v0.7.5+spec-1.1.0
29542026-06-10T23:05:07.987Z Compiling ingot-macros v0.1.1
29552026-06-10T23:05:07.994Z Checking hash32 v0.3.1
29562026-06-10T23:05:08.007Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-06-10T23:05:08.011Z Compiling smoltcp v0.11.0
29582026-06-10T23:05:08.065Z Checking cobs v0.3.0
29592026-06-10T23:05:08.119Z Compiling thiserror-impl-no-std v2.0.2
29602026-06-10T23:05:08.202Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-06-10T23:05:08.213Z Checking universal-hash v0.5.1
29622026-06-10T23:05:08.226Z Checking half v2.7.1
29632026-06-10T23:05:08.264Z Checking opaque-debug v0.3.1
29642026-06-10T23:05:08.333Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29652026-06-10T23:05:08.348Z Checking ciborium-io v0.2.2
29662026-06-10T23:05:08.377Z Checking poly1305 v0.8.0
29672026-06-10T23:05:08.435Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29682026-06-10T23:05:08.491Z Checking ciborium-ll v0.2.2
29692026-06-10T23:05:08.526Z Checking postcard v1.1.3
29702026-06-10T23:05:08.633Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29712026-06-10T23:05:08.664Z Checking password-hash v0.5.0
29722026-06-10T23:05:08.795Z Compiling proc-macro-crate v3.4.0
29732026-06-10T23:05:08.841Z Checking chacha20 v0.9.1
29742026-06-10T23:05:08.915Z Compiling proc-macro-crate v1.3.1
29752026-06-10T23:05:08.939Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29762026-06-10T23:05:09.044Z Checking blake2 v0.10.6
29772026-06-10T23:05:09.167Z Checking aead v0.5.2
29782026-06-10T23:05:09.296Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29792026-06-10T23:05:09.313Z Compiling foreign-types-macros v0.2.3
29802026-06-10T23:05:09.313Z Checking thiserror-no-std v2.0.2
29812026-06-10T23:05:09.313Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29822026-06-10T23:05:09.356Z Checking foreign-types-shared v0.3.1
29832026-06-10T23:05:09.383Z Compiling num_enum_derive v0.7.6
29842026-06-10T23:05:09.427Z Checking cpufeatures v0.3.0
29852026-06-10T23:05:09.427Z Checking vsss-rs v3.3.4
29862026-06-10T23:05:09.474Z Checking chacha20 v0.10.0
29872026-06-10T23:05:09.489Z Compiling num_enum_derive v0.5.11
29882026-06-10T23:05:09.555Z Checking chacha20poly1305 v0.10.1
29892026-06-10T23:05:09.694Z Checking argon2 v0.5.3
29902026-06-10T23:05:09.742Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29912026-06-10T23:05:09.860Z Checking foreign-types v0.5.0
29922026-06-10T23:05:09.973Z Checking ciborium v0.2.2
29932026-06-10T23:05:10.105Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29942026-06-10T23:05:10.157Z Checking tabwriter v1.4.1
29952026-06-10T23:05:10.283Z Checking byte-wrapper v0.1.0
29962026-06-10T23:05:10.358Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-06-10T23:05:10.426Z Checking num_enum v0.7.6
29982026-06-10T23:05:10.458Z Checking cstr-argument v0.1.2
29992026-06-10T23:05:10.488Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30002026-06-10T23:05:10.499Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30012026-06-10T23:05:10.509Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30022026-06-10T23:05:10.509Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30032026-06-10T23:05:10.558Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-06-10T23:05:10.688Z Checking num_enum v0.5.11
30052026-06-10T23:05:10.727Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-06-10T23:05:10.728Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30072026-06-10T23:05:10.816Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30082026-06-10T23:05:10.822Z Checking rand v0.10.0
30092026-06-10T23:05:10.852Z Checking ingot-types v0.1.2
30102026-06-10T23:05:10.928Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30112026-06-10T23:05:10.975Z Checking colored v3.1.1
30122026-06-10T23:05:10.997Z Checking indent_write v2.2.0
30132026-06-10T23:05:11.091Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30142026-06-10T23:05:11.141Z Compiling zone_cfg_derive v0.3.1
30152026-06-10T23:05:11.205Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-10T23:05:11.236Z Checking ingot v0.1.1
30172026-06-10T23:05:11.265Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-10T23:05:11.289Z Checking itertools v0.12.1
30192026-06-10T23:05:11.320Z Compiling num-derive v0.4.2
30202026-06-10T23:05:11.356Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30212026-06-10T23:05:11.404Z Checking swrite v0.1.0
30222026-06-10T23:05:11.500Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30232026-06-10T23:05:11.550Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30242026-06-10T23:05:11.635Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-06-10T23:05:11.716Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30262026-06-10T23:05:11.782Z Checking dropshot-api-manager-types v0.7.2
30272026-06-10T23:05:11.808Z Checking smf v0.2.3
30282026-06-10T23:05:11.830Z Checking nanorand v0.7.0
30292026-06-10T23:05:11.949Z Checking whoami v1.6.1
30302026-06-10T23:05:12.027Z Checking flume v0.11.1
30312026-06-10T23:05:12.040Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30322026-06-10T23:05:12.213Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30332026-06-10T23:05:12.256Z Checking zone v0.3.1
30342026-06-10T23:05:12.767Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-10T23:05:13.733Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30362026-06-10T23:05:14.613Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30372026-06-10T23:05:17.749Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30382026-06-10T23:05:19.792Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-06-10T23:05:20.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30402026-06-10T23:05:21.115Z
30412026-06-10T23:05:21.115Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30422026-06-10T23:05:21.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-10T23:05:21.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-10T23:05:21.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-10T23:05:21.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-10T23:05:21.724Z
30472026-06-10T23:05:21.724Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30482026-06-10T23:05:22.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-10T23:05:22.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-10T23:05:22.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-10T23:05:22.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-06-10T23:05:22.335Z
30532026-06-10T23:05:22.336Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30542026-06-10T23:05:22.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-10T23:05:22.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-10T23:05:22.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-10T23:05:22.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-10T23:05:22.940Z
30592026-06-10T23:05:22.940Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30602026-06-10T23:05:23.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-10T23:05:23.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-10T23:05:23.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-10T23:05:23.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-06-10T23:05:23.554Z
30652026-06-10T23:05:23.554Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30662026-06-10T23:05:24.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-10T23:05:24.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-10T23:05:24.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-10T23:05:24.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-10T23:05:24.161Z
30712026-06-10T23:05:24.161Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30722026-06-10T23:05:24.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-10T23:05:24.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-10T23:05:24.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-10T23:05:24.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-06-10T23:05:25.406Z
30772026-06-10T23:05:25.406Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30782026-06-10T23:05:25.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-10T23:05:25.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-10T23:05:25.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-10T23:05:25.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30822026-06-10T23:05:25.509Z
30832026-06-10T23:05:25.509Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30842026-06-10T23:05:25.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-10T23:05:25.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-10T23:05:25.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-10T23:05:25.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30882026-06-10T23:05:25.965Z
30892026-06-10T23:05:25.965Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30902026-06-10T23:05:26.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-10T23:05:26.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-10T23:05:26.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-10T23:05:26.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-10T23:05:26.573Z
30952026-06-10T23:05:26.573Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30962026-06-10T23:05:27.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-10T23:05:27.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-10T23:05:27.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-10T23:05:27.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-06-10T23:05:27.175Z
31012026-06-10T23:05:27.175Zinfo: running `cargo check --bins` on installinator-client (115/295)
31022026-06-10T23:05:27.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-10T23:05:27.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-10T23:05:27.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-10T23:05:27.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31062026-06-10T23:05:27.780Z
31072026-06-10T23:05:27.780Zinfo: running `cargo check --bins` on nexus-client (116/295)
31082026-06-10T23:05:28.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-10T23:05:28.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-10T23:05:28.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-10T23:05:28.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31122026-06-10T23:05:28.417Z
31132026-06-10T23:05:28.417Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31142026-06-10T23:05:29.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-10T23:05:29.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-10T23:05:29.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-10T23:05:29.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31182026-06-10T23:05:29.779Z
31192026-06-10T23:05:29.779Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31202026-06-10T23:05:29.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-10T23:05:29.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-10T23:05:29.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-10T23:05:29.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-06-10T23:05:29.779Z
31252026-06-10T23:05:29.779Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31262026-06-10T23:05:30.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-10T23:05:30.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-10T23:05:30.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-10T23:05:30.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31302026-06-10T23:05:30.232Z
31312026-06-10T23:05:30.232Zinfo: running `cargo check --bins` on oxide-client (120/295)
31322026-06-10T23:05:30.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-10T23:05:30.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-10T23:05:30.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-10T23:05:30.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31362026-06-10T23:05:30.862Z
31372026-06-10T23:05:30.863Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31382026-06-10T23:05:31.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-10T23:05:31.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-10T23:05:31.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-10T23:05:31.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-06-10T23:05:31.423Z
31432026-06-10T23:05:31.423Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31442026-06-10T23:05:31.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-10T23:05:31.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-10T23:05:31.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-10T23:05:31.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31482026-06-10T23:05:32.028Z
31492026-06-10T23:05:32.028Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31502026-06-10T23:05:32.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-10T23:05:32.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-10T23:05:32.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-10T23:05:32.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-06-10T23:05:32.614Z
31552026-06-10T23:05:32.614Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31562026-06-10T23:05:36.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-10T23:05:36.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-10T23:05:36.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-10T23:05:36.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-06-10T23:05:36.580Z
31612026-06-10T23:05:36.580Zinfo: running `cargo check --bins` on installinator-common (125/295)
31622026-06-10T23:05:36.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-10T23:05:36.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-10T23:05:36.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-10T23:05:36.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-06-10T23:05:36.580Z
31672026-06-10T23:05:36.580Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31682026-06-10T23:05:36.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-10T23:05:36.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-10T23:05:36.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-10T23:05:36.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31722026-06-10T23:05:36.580Z
31732026-06-10T23:05:36.580Zinfo: running `cargo check --bins` on wicket-common (127/295)
31742026-06-10T23:05:36.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-10T23:05:36.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-10T23:05:36.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-06-10T23:05:36.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31782026-06-10T23:05:36.581Z
31792026-06-10T23:05:36.581Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31802026-06-10T23:05:36.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-06-10T23:05:36.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-06-10T23:05:36.622Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31832026-06-10T23:05:36.622Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-06-10T23:05:36.622Z Checking csv-core v0.1.13
31852026-06-10T23:05:36.622Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-06-10T23:05:36.622Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31872026-06-10T23:05:36.622Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31882026-06-10T23:05:36.622Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-06-10T23:05:36.622Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-06-10T23:05:36.622Z Checking csv v1.4.0
31912026-06-10T23:05:36.622Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-06-10T23:05:36.622Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31932026-06-10T23:05:36.622Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-06-10T23:05:36.622Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-06-10T23:05:36.622Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-06-10T23:05:36.740Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-06-10T23:05:36.743Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31982026-06-10T23:05:37.058Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-06-10T23:05:43.021Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-06-10T23:05:43.558Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-06-10T23:05:45.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
32022026-06-10T23:05:46.099Z
32032026-06-10T23:05:46.099Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
32042026-06-10T23:05:46.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-10T23:05:46.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-10T23:05:46.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-10T23:05:46.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-06-10T23:05:46.697Z
32092026-06-10T23:05:46.697Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32102026-06-10T23:05:47.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-10T23:05:47.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-10T23:05:47.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-10T23:05:47.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-06-10T23:05:47.392Z
32152026-06-10T23:05:47.392Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32162026-06-10T23:05:47.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-10T23:05:47.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-10T23:05:47.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-10T23:05:47.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32202026-06-10T23:05:48.051Z
32212026-06-10T23:05:48.052Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32222026-06-10T23:05:48.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-10T23:05:48.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-10T23:05:48.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-06-10T23:05:48.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32262026-06-10T23:05:48.700Z
32272026-06-10T23:05:48.700Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32282026-06-10T23:05:49.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-06-10T23:05:49.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-06-10T23:05:49.470Z Compiling regress v0.11.1
32312026-06-10T23:05:49.613Z Compiling unsafe-libyaml v0.2.11
32322026-06-10T23:05:49.625Z Compiling semver v0.1.20
32332026-06-10T23:05:49.625Z Compiling radium v0.7.0
32342026-06-10T23:05:49.646Z Checking nom v8.0.0
32352026-06-10T23:05:49.650Z Compiling maybe-uninit v2.0.0
32362026-06-10T23:05:49.650Z Checking tap v1.0.1
32372026-06-10T23:05:49.773Z Checking wyz v0.5.1
32382026-06-10T23:05:49.897Z Compiling rustc_version v0.1.7
32392026-06-10T23:05:49.951Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-06-10T23:05:49.970Z Compiling zerocopy-derive v0.6.6
32412026-06-10T23:05:50.070Z Compiling owo-colors v4.3.0
32422026-06-10T23:05:50.126Z Compiling serde_yaml v0.9.34+deprecated
32432026-06-10T23:05:50.347Z Compiling newtype_derive v0.1.6
32442026-06-10T23:05:50.388Z Compiling packed_struct v0.10.1
32452026-06-10T23:05:50.545Z Checking crc-catalog v2.4.0
32462026-06-10T23:05:50.643Z Compiling cancel-safe-futures v0.1.5
32472026-06-10T23:05:50.657Z Checking funty v2.0.0
32482026-06-10T23:05:50.828Z Checking zerocopy v0.6.6
32492026-06-10T23:05:50.905Z Checking crc v3.4.0
32502026-06-10T23:05:51.016Z Checking bitvec v1.0.1
32512026-06-10T23:05:51.084Z Checking typify-impl v0.6.2
32522026-06-10T23:05:51.267Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-06-10T23:05:51.466Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-06-10T23:05:51.582Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32552026-06-10T23:05:51.597Z Compiling packed_struct_codegen v0.10.1
32562026-06-10T23:05:51.812Z Checking libsw-core v0.3.2
32572026-06-10T23:05:51.826Z Compiling bitfield-macros v0.19.4
32582026-06-10T23:05:51.958Z Compiling indexmap v1.9.3
32592026-06-10T23:05:52.190Z Checking nodrop v0.1.14
32602026-06-10T23:05:52.230Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32612026-06-10T23:05:52.254Z Checking array-init v0.0.4
32622026-06-10T23:05:52.321Z Checking libsw v3.5.0
32632026-06-10T23:05:52.339Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-06-10T23:05:52.476Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32652026-06-10T23:05:52.542Z Checking bitfield v0.19.4
32662026-06-10T23:05:52.556Z Checking smallvec v0.6.14
32672026-06-10T23:05:52.657Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32682026-06-10T23:05:52.827Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32692026-06-10T23:05:52.841Z Checking smawk v0.3.2
32702026-06-10T23:05:52.954Z Checking base64 v0.21.7
32712026-06-10T23:05:52.972Z Checking linear-map v1.2.0
32722026-06-10T23:05:53.049Z Checking unicode-linebreak v0.1.5
32732026-06-10T23:05:53.070Z Checking tagptr v0.2.0
32742026-06-10T23:05:53.138Z Checking hashbrown v0.12.3
32752026-06-10T23:05:53.190Z Checking ron v0.8.1
32762026-06-10T23:05:53.209Z Checking moka v0.12.13
32772026-06-10T23:05:53.265Z Checking textwrap v0.16.2
32782026-06-10T23:05:53.307Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32792026-06-10T23:05:53.482Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32802026-06-10T23:05:53.665Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-06-10T23:05:53.704Z Checking steno v0.4.1
32822026-06-10T23:05:53.720Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-06-10T23:05:53.838Z Checking serde-hex v0.1.0
32842026-06-10T23:05:53.867Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-06-10T23:05:54.027Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32862026-06-10T23:05:54.464Z Checking hashbrown v0.13.2
32872026-06-10T23:05:54.564Z Checking crc-any v2.5.0
32882026-06-10T23:05:54.615Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-06-10T23:05:54.684Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32902026-06-10T23:05:54.745Z Checking hickory-resolver v0.25.2
32912026-06-10T23:05:54.827Z Checking path-slash v0.1.5
32922026-06-10T23:05:54.850Z Checking void v1.0.2
32932026-06-10T23:05:54.886Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32942026-06-10T23:05:54.900Z Checking object v0.30.4
32952026-06-10T23:05:54.927Z Checking utf-8 v0.7.6
32962026-06-10T23:05:54.955Z Checking half v1.8.3
32972026-06-10T23:05:54.992Z Checking lzss v0.8.2
32982026-06-10T23:05:55.063Z Checking tungstenite v0.23.0
32992026-06-10T23:05:55.153Z Checking serde_cbor v0.11.2
33002026-06-10T23:05:55.310Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33012026-06-10T23:05:55.325Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33022026-06-10T23:05:55.468Z Checking nix v0.27.1
33032026-06-10T23:05:55.471Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-06-10T23:05:55.495Z Checking kstat-rs v0.2.4
33052026-06-10T23:05:55.542Z Checking fxhash v0.2.1
33062026-06-10T23:05:55.563Z Checking serde_bytes v0.11.19
33072026-06-10T23:05:55.646Z Compiling typify-macro v0.6.2
33082026-06-10T23:05:55.660Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-06-10T23:05:55.679Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-06-10T23:05:55.736Z Checking tokio-tungstenite v0.23.1
33112026-06-10T23:05:55.933Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33122026-06-10T23:05:55.994Z Checking signal-hook-tokio v0.3.1
33132026-06-10T23:05:56.735Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-06-10T23:05:56.963Z Compiling typify v0.6.2
33152026-06-10T23:05:57.029Z Compiling progenitor-impl v0.14.0
33162026-06-10T23:05:57.627Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-06-10T23:05:57.930Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33182026-06-10T23:05:58.440Z Compiling progenitor-macro v0.14.0
33192026-06-10T23:06:00.761Z Checking progenitor v0.14.0
33202026-06-10T23:06:00.887Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33212026-06-10T23:06:00.892Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-06-10T23:06:03.526Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-06-10T23:06:11.423Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-06-10T23:06:17.785Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-06-10T23:06:19.132Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-06-10T23:06:19.630Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-06-10T23:06:21.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.01s
33282026-06-10T23:06:21.920Z
33292026-06-10T23:06:21.920Zinfo: running `cargo check --bins` on gateway-api (134/295)
33302026-06-10T23:06:22.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-10T23:06:22.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-10T23:06:22.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-10T23:06:22.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33342026-06-10T23:06:22.521Z
33352026-06-10T23:06:22.521Zinfo: running `cargo check --bins` on ipcc (135/295)
33362026-06-10T23:06:23.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-10T23:06:23.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-10T23:06:23.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-10T23:06:23.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-06-10T23:06:23.120Z
33412026-06-10T23:06:23.120Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33422026-06-10T23:06:23.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-10T23:06:23.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-10T23:06:23.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-10T23:06:23.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33462026-06-10T23:06:23.738Z
33472026-06-10T23:06:23.738Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33482026-06-10T23:06:24.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-10T23:06:24.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-10T23:06:24.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-10T23:06:24.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33522026-06-10T23:06:24.330Z
33532026-06-10T23:06:24.330Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33542026-06-10T23:06:24.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-10T23:06:24.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-10T23:06:24.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-10T23:06:24.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-10T23:06:24.936Z
33592026-06-10T23:06:24.936Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33602026-06-10T23:06:25.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-10T23:06:25.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-10T23:06:25.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-10T23:06:25.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-06-10T23:06:25.541Z
33652026-06-10T23:06:25.541Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33662026-06-10T23:06:26.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-10T23:06:26.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-10T23:06:26.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-10T23:06:26.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-06-10T23:06:26.146Z
33712026-06-10T23:06:26.146Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33722026-06-10T23:06:26.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-10T23:06:26.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-10T23:06:26.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-10T23:06:26.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33762026-06-10T23:06:26.764Z
33772026-06-10T23:06:26.764Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33782026-06-10T23:06:27.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-10T23:06:27.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-10T23:06:27.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-10T23:06:27.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-06-10T23:06:27.369Z
33832026-06-10T23:06:27.369Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33842026-06-10T23:06:27.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-10T23:06:27.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-10T23:06:27.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-10T23:06:27.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-06-10T23:06:27.974Z
33892026-06-10T23:06:27.974Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33902026-06-10T23:06:28.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-10T23:06:28.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-10T23:06:28.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-10T23:06:28.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-06-10T23:06:28.579Z
33952026-06-10T23:06:28.580Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33962026-06-10T23:06:29.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-10T23:06:29.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-10T23:06:29.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-10T23:06:29.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-10T23:06:29.183Z
34012026-06-10T23:06:29.183Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
34022026-06-10T23:06:29.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-10T23:06:29.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-10T23:06:29.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-10T23:06:29.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-06-10T23:06:29.794Z
34072026-06-10T23:06:29.794Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34082026-06-10T23:06:30.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-10T23:06:30.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-10T23:06:30.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-10T23:06:30.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-06-10T23:06:30.400Z
34132026-06-10T23:06:30.400Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34142026-06-10T23:06:30.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-10T23:06:30.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-10T23:06:30.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-10T23:06:30.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34182026-06-10T23:06:31.026Z
34192026-06-10T23:06:31.026Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34202026-06-10T23:06:31.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-10T23:06:31.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-10T23:06:31.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-10T23:06:31.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34242026-06-10T23:06:31.649Z
34252026-06-10T23:06:31.649Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34262026-06-10T23:06:32.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-10T23:06:32.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-10T23:06:32.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-10T23:06:32.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34302026-06-10T23:06:32.268Z
34312026-06-10T23:06:32.268Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34322026-06-10T23:06:32.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-10T23:06:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-10T23:06:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-10T23:06:32.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-06-10T23:06:32.888Z
34372026-06-10T23:06:32.888Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34382026-06-10T23:06:33.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-10T23:06:33.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-10T23:06:33.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-10T23:06:33.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34422026-06-10T23:06:33.509Z
34432026-06-10T23:06:33.509Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34442026-06-10T23:06:34.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-10T23:06:34.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-10T23:06:34.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-10T23:06:34.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-10T23:06:34.132Z
34492026-06-10T23:06:34.132Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34502026-06-10T23:06:34.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-10T23:06:34.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-10T23:06:34.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-10T23:06:34.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-06-10T23:06:34.758Z
34552026-06-10T23:06:34.758Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34562026-06-10T23:06:35.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-10T23:06:35.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-10T23:06:35.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-10T23:06:35.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-10T23:06:35.376Z
34612026-06-10T23:06:35.376Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34622026-06-10T23:06:35.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-10T23:06:35.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-10T23:06:35.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-10T23:06:35.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34662026-06-10T23:06:35.997Z
34672026-06-10T23:06:35.998Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34682026-06-10T23:06:36.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-10T23:06:36.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-10T23:06:36.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-10T23:06:36.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34722026-06-10T23:06:36.622Z
34732026-06-10T23:06:36.622Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34742026-06-10T23:06:37.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-10T23:06:37.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-10T23:06:37.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-10T23:06:37.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-06-10T23:06:37.226Z
34792026-06-10T23:06:37.226Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34802026-06-10T23:06:37.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-10T23:06:37.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-10T23:06:37.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-10T23:06:37.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-06-10T23:06:37.830Z
34852026-06-10T23:06:37.830Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34862026-06-10T23:06:38.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-10T23:06:38.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-10T23:06:38.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-10T23:06:38.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-06-10T23:06:38.431Z
34912026-06-10T23:06:38.431Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34922026-06-10T23:06:38.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-10T23:06:38.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-10T23:06:38.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-10T23:06:38.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-06-10T23:06:39.024Z
34972026-06-10T23:06:39.025Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34982026-06-10T23:06:39.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-10T23:06:39.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-10T23:06:39.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-10T23:06:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-06-10T23:06:39.619Z
35032026-06-10T23:06:39.619Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
35042026-06-10T23:06:40.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-10T23:06:40.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-10T23:06:40.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-10T23:06:40.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-06-10T23:06:40.218Z
35092026-06-10T23:06:40.218Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35102026-06-10T23:06:40.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-10T23:06:40.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-10T23:06:40.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-10T23:06:40.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-06-10T23:06:40.818Z
35152026-06-10T23:06:40.819Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35162026-06-10T23:06:41.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-10T23:06:41.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-10T23:06:41.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-10T23:06:41.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35202026-06-10T23:06:41.420Z
35212026-06-10T23:06:41.420Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35222026-06-10T23:06:41.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-10T23:06:41.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-10T23:06:41.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-10T23:06:41.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262026-06-10T23:06:42.040Z
35272026-06-10T23:06:42.040Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35282026-06-10T23:06:42.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-10T23:06:42.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-10T23:06:42.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-10T23:06:42.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322026-06-10T23:06:42.734Z
35332026-06-10T23:06:42.734Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35342026-06-10T23:06:43.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-10T23:06:43.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-10T23:06:43.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-10T23:06:43.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35382026-06-10T23:06:43.271Z
35392026-06-10T23:06:43.271Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35402026-06-10T23:06:43.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-10T23:06:43.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-10T23:06:43.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-10T23:06:43.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-10T23:06:43.892Z
35452026-06-10T23:06:43.892Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35462026-06-10T23:06:44.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-10T23:06:44.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-10T23:06:44.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-10T23:06:44.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-06-10T23:06:44.517Z
35512026-06-10T23:06:44.517Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35522026-06-10T23:06:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-10T23:06:45.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-10T23:06:45.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-10T23:06:45.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35562026-06-10T23:06:45.135Z
35572026-06-10T23:06:45.135Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35582026-06-10T23:06:45.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-10T23:06:45.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-10T23:06:45.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-10T23:06:45.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35622026-06-10T23:06:45.856Z
35632026-06-10T23:06:45.856Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35642026-06-10T23:06:46.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-10T23:06:46.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-10T23:06:46.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-10T23:06:46.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-06-10T23:06:46.404Z
35692026-06-10T23:06:46.404Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35702026-06-10T23:06:46.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-10T23:06:46.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-10T23:06:46.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-06-10T23:06:46.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35742026-06-10T23:06:47.013Z
35752026-06-10T23:06:47.013Zinfo: running `cargo check --bins` on dns-server (175/295)
35762026-06-10T23:06:47.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-06-10T23:06:47.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-06-10T23:06:47.668Z Compiling parking_lot_core v0.8.6
35792026-06-10T23:06:47.676Z Compiling git-stub v1.0.0
35802026-06-10T23:06:47.676Z Checking prefix-trie v0.7.0
35812026-06-10T23:06:47.676Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35822026-06-10T23:06:47.901Z Compiling git-stub-vcs v0.1.0
35832026-06-10T23:06:48.061Z Checking hickory-server v0.25.2
35842026-06-10T23:06:48.176Z Checking parking_lot v0.11.2
35852026-06-10T23:06:48.180Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35862026-06-10T23:06:48.260Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-06-10T23:06:48.260Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35882026-06-10T23:06:48.348Z Checking sled v0.34.7
35892026-06-10T23:06:50.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35902026-06-10T23:06:50.414Z
35912026-06-10T23:06:50.414Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35922026-06-10T23:06:50.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-10T23:06:50.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-10T23:06:50.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-10T23:06:50.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-06-10T23:06:51.018Z
35972026-06-10T23:06:51.018Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35982026-06-10T23:06:51.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-10T23:06:51.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-10T23:06:51.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-10T23:06:51.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-06-10T23:06:51.615Z
36032026-06-10T23:06:51.615Zinfo: running `cargo check --bins` on sp-sim (178/295)
36042026-06-10T23:06:52.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-10T23:06:52.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-10T23:06:52.337Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36072026-06-10T23:06:54.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
36082026-06-10T23:06:54.287Z
36092026-06-10T23:06:54.287Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36102026-06-10T23:06:54.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-10T23:06:54.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-10T23:06:54.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-10T23:06:54.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36142026-06-10T23:06:54.943Z
36152026-06-10T23:06:54.943Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36162026-06-10T23:06:55.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-10T23:06:55.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-10T23:06:55.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-10T23:06:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36202026-06-10T23:06:55.591Z
36212026-06-10T23:06:55.591Zinfo: running `cargo check --bins` on db-macros (181/295)
36222026-06-10T23:06:56.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-10T23:06:56.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-10T23:06:56.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-10T23:06:56.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36262026-06-10T23:06:56.216Z
36272026-06-10T23:06:56.216Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36282026-06-10T23:06:56.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-10T23:06:56.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-10T23:06:56.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-10T23:06:56.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-10T23:06:56.766Z
36332026-06-10T23:06:56.766Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36342026-06-10T23:06:57.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-10T23:06:57.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-10T23:06:57.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-10T23:06:57.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-06-10T23:06:57.431Z
36392026-06-10T23:06:57.431Zinfo: running `cargo check --bins` on authz-macros (184/295)
36402026-06-10T23:06:57.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-10T23:06:57.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-10T23:06:57.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-10T23:06:57.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36442026-06-10T23:06:58.002Z
36452026-06-10T23:06:58.002Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36462026-06-10T23:06:58.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-10T23:06:58.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-10T23:06:58.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-10T23:06:58.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36502026-06-10T23:06:58.660Z
36512026-06-10T23:06:58.660Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36522026-06-10T23:06:59.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-10T23:06:59.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-10T23:06:59.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-10T23:06:59.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36562026-06-10T23:06:59.293Z
36572026-06-10T23:06:59.293Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36582026-06-10T23:06:59.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-10T23:06:59.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-10T23:06:59.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-10T23:06:59.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-10T23:06:59.887Z
36632026-06-10T23:06:59.887Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36642026-06-10T23:07:00.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-10T23:07:00.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-10T23:07:00.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-10T23:07:00.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-06-10T23:07:00.481Z
36692026-06-10T23:07:00.481Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36702026-06-10T23:07:00.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-10T23:07:00.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-10T23:07:00.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-10T23:07:00.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36742026-06-10T23:07:01.086Z
36752026-06-10T23:07:01.086Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36762026-06-10T23:07:01.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-10T23:07:01.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-10T23:07:01.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-10T23:07:01.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36802026-06-10T23:07:01.679Z
36812026-06-10T23:07:01.680Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36822026-06-10T23:07:02.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-10T23:07:02.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-10T23:07:02.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-10T23:07:02.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36862026-06-10T23:07:02.270Z
36872026-06-10T23:07:02.270Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36882026-06-10T23:07:02.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-10T23:07:02.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-10T23:07:02.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-10T23:07:02.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-06-10T23:07:02.928Z
36932026-06-10T23:07:02.929Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36942026-06-10T23:07:03.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-10T23:07:03.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-10T23:07:03.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-10T23:07:03.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36982026-06-10T23:07:03.592Z
36992026-06-10T23:07:03.592Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
37002026-06-10T23:07:04.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-10T23:07:04.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-10T23:07:04.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-10T23:07:04.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37042026-06-10T23:07:04.238Z
37052026-06-10T23:07:04.238Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37062026-06-10T23:07:04.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-10T23:07:04.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-10T23:07:04.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-10T23:07:04.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-10T23:07:04.868Z
37112026-06-10T23:07:04.868Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37122026-06-10T23:07:05.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-10T23:07:05.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-10T23:07:05.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-10T23:07:05.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-06-10T23:07:05.490Z
37172026-06-10T23:07:05.490Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37182026-06-10T23:07:06.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-10T23:07:06.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-10T23:07:06.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-10T23:07:06.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-10T23:07:06.117Z
37232026-06-10T23:07:06.117Zinfo: running `cargo check --bins` on key-manager (198/295)
37242026-06-10T23:07:06.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-10T23:07:06.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-10T23:07:06.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-10T23:07:06.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-06-10T23:07:06.709Z
37292026-06-10T23:07:06.709Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37302026-06-10T23:07:07.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-10T23:07:07.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-10T23:07:07.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-10T23:07:07.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37342026-06-10T23:07:07.336Z
37352026-06-10T23:07:07.336Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37362026-06-10T23:07:07.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-10T23:07:07.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-10T23:07:07.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-10T23:07:07.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37402026-06-10T23:07:07.956Z
37412026-06-10T23:07:07.956Zinfo: running `cargo check --bins` on typed-rng (201/295)
37422026-06-10T23:07:08.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-10T23:07:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-10T23:07:08.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-06-10T23:07:08.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37462026-06-10T23:07:08.544Z
37472026-06-10T23:07:08.544Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37482026-06-10T23:07:09.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-06-10T23:07:09.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-06-10T23:07:09.413Z Compiling libefi-sys v0.1.0
37512026-06-10T23:07:09.416Z Compiling bitfield-struct v0.6.2
37522026-06-10T23:07:09.560Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-06-10T23:07:09.568Z Compiling xshell-macros v0.2.7
37542026-06-10T23:07:09.578Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37552026-06-10T23:07:09.591Z Compiling typify-impl v0.4.3
37562026-06-10T23:07:09.593Z Compiling salty v0.3.0
37572026-06-10T23:07:09.623Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37582026-06-10T23:07:09.647Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37592026-06-10T23:07:09.793Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37602026-06-10T23:07:09.902Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37612026-06-10T23:07:09.917Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-06-10T23:07:09.930Z Checking xshell v0.2.7
37632026-06-10T23:07:10.115Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37642026-06-10T23:07:10.128Z Checking primeorder v0.13.6
37652026-06-10T23:07:10.142Z Compiling proc-macro-error-attr2 v2.0.0
37662026-06-10T23:07:10.156Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-10T23:07:10.280Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37682026-06-10T23:07:10.320Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37692026-06-10T23:07:10.361Z Checking tungstenite v0.21.0
37702026-06-10T23:07:10.389Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-10T23:07:10.525Z Compiling proc-macro-error2 v2.0.1
37722026-06-10T23:07:10.530Z Checking p384 v0.13.1
37732026-06-10T23:07:10.555Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37742026-06-10T23:07:10.627Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37752026-06-10T23:07:10.985Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37762026-06-10T23:07:11.123Z Compiling num-derive v0.3.3
37772026-06-10T23:07:11.219Z Compiling tabled_derive v0.11.0
37782026-06-10T23:07:11.373Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37792026-06-10T23:07:11.533Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37802026-06-10T23:07:11.671Z Checking tokio-tungstenite v0.21.0
37812026-06-10T23:07:11.821Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37822026-06-10T23:07:12.014Z Checking libscf-sys v1.1.0
37832026-06-10T23:07:12.150Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-10T23:07:12.165Z Checking papergrid v0.17.0
37852026-06-10T23:07:12.230Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37862026-06-10T23:07:12.388Z Checking testing_table v0.3.0
37872026-06-10T23:07:12.466Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-06-10T23:07:12.487Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-06-10T23:07:12.533Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37902026-06-10T23:07:12.688Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37912026-06-10T23:07:12.745Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-06-10T23:07:12.848Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37932026-06-10T23:07:12.945Z Compiling unicase v2.9.0
37942026-06-10T23:07:12.962Z Checking corncobs v0.1.4
37952026-06-10T23:07:12.989Z Compiling illumos-nvpair-sys v0.2.0
37962026-06-10T23:07:13.088Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37972026-06-10T23:07:13.103Z Checking tabled v0.20.0
37982026-06-10T23:07:13.152Z Compiling mime_guess v2.0.5
37992026-06-10T23:07:13.221Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38002026-06-10T23:07:13.252Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38012026-06-10T23:07:13.255Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38022026-06-10T23:07:13.347Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38032026-06-10T23:07:13.393Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38042026-06-10T23:07:13.551Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38052026-06-10T23:07:13.567Z Checking progenitor-client v0.11.2
38062026-06-10T23:07:13.683Z Checking secrecy v0.8.0
38072026-06-10T23:07:13.801Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38082026-06-10T23:07:14.011Z Compiling typify-macro v0.4.3
38092026-06-10T23:07:14.108Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38102026-06-10T23:07:14.132Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38112026-06-10T23:07:14.136Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38122026-06-10T23:07:14.179Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38132026-06-10T23:07:14.379Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38142026-06-10T23:07:14.445Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38152026-06-10T23:07:14.461Z Checking filetime v0.2.27
38162026-06-10T23:07:14.604Z Checking xattr v1.6.1
38172026-06-10T23:07:14.619Z Checking http-range v0.1.5
38182026-06-10T23:07:14.754Z Checking crc8 v0.1.1
38192026-06-10T23:07:14.853Z Checking tar v0.4.45
38202026-06-10T23:07:14.867Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38212026-06-10T23:07:15.061Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38222026-06-10T23:07:15.132Z Checking illumos-nvpair v0.3.0
38232026-06-10T23:07:15.258Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38242026-06-10T23:07:15.296Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38252026-06-10T23:07:15.382Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38262026-06-10T23:07:15.649Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38272026-06-10T23:07:15.736Z Compiling typify v0.4.3
38282026-06-10T23:07:15.769Z Checking atty v0.2.14
38292026-06-10T23:07:15.852Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38302026-06-10T23:07:15.891Z Compiling progenitor-impl v0.11.2
38312026-06-10T23:07:15.921Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38322026-06-10T23:07:16.266Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38332026-06-10T23:07:16.282Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38342026-06-10T23:07:16.372Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38352026-06-10T23:07:16.532Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38362026-06-10T23:07:16.607Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-06-10T23:07:16.810Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38382026-06-10T23:07:16.908Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38392026-06-10T23:07:16.957Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38402026-06-10T23:07:16.988Z Checking hyper-staticfile v0.10.1
38412026-06-10T23:07:17.206Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38422026-06-10T23:07:17.282Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38432026-06-10T23:07:17.352Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38442026-06-10T23:07:17.422Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38452026-06-10T23:07:17.460Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38462026-06-10T23:07:17.647Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38472026-06-10T23:07:17.733Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38482026-06-10T23:07:17.929Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38492026-06-10T23:07:17.961Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38502026-06-10T23:07:18.029Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38512026-06-10T23:07:18.454Z Compiling progenitor-macro v0.11.2
38522026-06-10T23:07:20.861Z Checking progenitor v0.11.2
38532026-06-10T23:07:21.007Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38542026-06-10T23:07:21.252Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38552026-06-10T23:07:25.666Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38562026-06-10T23:07:36.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.00s
38572026-06-10T23:07:36.767Z
38582026-06-10T23:07:36.767Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38592026-06-10T23:07:37.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-06-10T23:07:37.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-06-10T23:07:37.563Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-06-10T23:07:48.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38632026-06-10T23:07:48.546Z
38642026-06-10T23:07:48.547Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38652026-06-10T23:07:49.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-06-10T23:07:49.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-06-10T23:07:49.342Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-06-10T23:08:00.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38692026-06-10T23:08:00.320Z
38702026-06-10T23:08:00.321Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38712026-06-10T23:08:00.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-06-10T23:08:00.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-06-10T23:08:01.112Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-06-10T23:08:11.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38752026-06-10T23:08:12.009Z
38762026-06-10T23:08:12.009Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38772026-06-10T23:08:12.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-06-10T23:08:12.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-06-10T23:08:12.799Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-06-10T23:08:23.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38812026-06-10T23:08:23.809Z
38822026-06-10T23:08:23.809Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38832026-06-10T23:08:24.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-06-10T23:08:24.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-06-10T23:08:24.599Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-06-10T23:08:35.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38872026-06-10T23:08:35.553Z
38882026-06-10T23:08:35.553Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38892026-06-10T23:08:36.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-06-10T23:08:36.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-06-10T23:08:36.347Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-06-10T23:08:47.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38932026-06-10T23:08:47.258Z
38942026-06-10T23:08:47.258Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38952026-06-10T23:08:47.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-06-10T23:08:47.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-06-10T23:08:48.050Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-06-10T23:08:58.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38992026-06-10T23:08:58.907Z
39002026-06-10T23:08:58.907Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
39012026-06-10T23:08:59.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-06-10T23:08:59.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-06-10T23:08:59.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-06-10T23:08:59.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39052026-06-10T23:08:59.524Z
39062026-06-10T23:08:59.524Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39072026-06-10T23:09:00.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-06-10T23:09:00.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-06-10T23:09:00.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-06-10T23:09:00.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39112026-06-10T23:09:00.139Z
39122026-06-10T23:09:00.139Zinfo: running `cargo check --bins` on range-requests (212/295)
39132026-06-10T23:09:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-06-10T23:09:00.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-06-10T23:09:00.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-06-10T23:09:00.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39172026-06-10T23:09:00.738Z
39182026-06-10T23:09:00.738Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39192026-06-10T23:09:01.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-06-10T23:09:01.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-06-10T23:09:01.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-06-10T23:09:01.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39232026-06-10T23:09:01.346Z
39242026-06-10T23:09:01.346Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39252026-06-10T23:09:01.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-06-10T23:09:01.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-06-10T23:09:01.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-06-10T23:09:01.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39292026-06-10T23:09:01.978Z
39302026-06-10T23:09:01.978Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39312026-06-10T23:09:02.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-06-10T23:09:02.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-06-10T23:09:02.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-06-10T23:09:02.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39352026-06-10T23:09:02.608Z
39362026-06-10T23:09:02.608Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39372026-06-10T23:09:03.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-06-10T23:09:03.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-06-10T23:09:03.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-06-10T23:09:03.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39412026-06-10T23:09:03.235Z
39422026-06-10T23:09:03.235Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39432026-06-10T23:09:03.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-06-10T23:09:03.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-06-10T23:09:03.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-06-10T23:09:03.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39472026-06-10T23:09:03.862Z
39482026-06-10T23:09:03.862Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39492026-06-10T23:09:04.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-06-10T23:09:04.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-06-10T23:09:04.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-06-10T23:09:04.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39532026-06-10T23:09:04.495Z
39542026-06-10T23:09:04.495Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39552026-06-10T23:09:05.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-06-10T23:09:05.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-06-10T23:09:05.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-06-10T23:09:05.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39592026-06-10T23:09:05.121Z
39602026-06-10T23:09:05.121Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39612026-06-10T23:09:05.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-06-10T23:09:05.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-06-10T23:09:05.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-06-10T23:09:05.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39652026-06-10T23:09:05.749Z
39662026-06-10T23:09:05.749Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39672026-06-10T23:09:06.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-06-10T23:09:06.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-06-10T23:09:06.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-06-10T23:09:06.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39712026-06-10T23:09:06.375Z
39722026-06-10T23:09:06.375Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39732026-06-10T23:09:06.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-06-10T23:09:06.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-06-10T23:09:06.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-06-10T23:09:06.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39772026-06-10T23:09:07.010Z
39782026-06-10T23:09:07.010Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39792026-06-10T23:09:07.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-06-10T23:09:07.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-06-10T23:09:07.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-06-10T23:09:07.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39832026-06-10T23:09:07.649Z
39842026-06-10T23:09:07.649Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39852026-06-10T23:09:08.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-10T23:09:08.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-10T23:09:08.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-06-10T23:09:08.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39892026-06-10T23:09:08.310Z
39902026-06-10T23:09:08.310Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39912026-06-10T23:09:08.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-06-10T23:09:08.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-06-10T23:09:08.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-06-10T23:09:08.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39952026-06-10T23:09:08.949Z
39962026-06-10T23:09:08.949Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39972026-06-10T23:09:09.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-06-10T23:09:09.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-06-10T23:09:09.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-06-10T23:09:09.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40012026-06-10T23:09:09.595Z
40022026-06-10T23:09:09.595Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
40032026-06-10T23:09:10.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-06-10T23:09:10.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-06-10T23:09:10.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-06-10T23:09:10.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40072026-06-10T23:09:10.256Z
40082026-06-10T23:09:10.256Zinfo: running `cargo check --bins` on update-common (228/295)
40092026-06-10T23:09:10.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-06-10T23:09:10.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-06-10T23:09:10.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-06-10T23:09:10.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40132026-06-10T23:09:10.866Z
40142026-06-10T23:09:10.866Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40152026-06-10T23:09:11.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-06-10T23:09:11.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-06-10T23:09:11.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-06-10T23:09:11.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40192026-06-10T23:09:11.522Z
40202026-06-10T23:09:11.522Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40212026-06-10T23:09:12.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-06-10T23:09:12.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-06-10T23:09:12.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-06-10T23:09:12.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40252026-06-10T23:09:12.115Z
40262026-06-10T23:09:12.115Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40272026-06-10T23:09:12.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-06-10T23:09:12.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-06-10T23:09:12.895Z Compiling fs-err v2.11.0
40302026-06-10T23:09:12.898Z Checking ignore v0.4.25
40312026-06-10T23:09:12.898Z Checking arc-swap v1.8.2
40322026-06-10T23:09:13.033Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40332026-06-10T23:09:13.033Z Checking predicates-tree v1.0.13
40342026-06-10T23:09:13.040Z Checking parse-size v1.1.0
40352026-06-10T23:09:13.063Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40362026-06-10T23:09:13.067Z Checking rand_seeder v0.4.0
40372026-06-10T23:09:13.143Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40382026-06-10T23:09:13.166Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40392026-06-10T23:09:13.221Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40402026-06-10T23:09:13.237Z Checking slog-scope v4.4.1
40412026-06-10T23:09:13.283Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40422026-06-10T23:09:13.351Z Compiling petname v2.0.2
40432026-06-10T23:09:13.370Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40442026-06-10T23:09:13.383Z Checking slog-stdlog v4.1.1
40452026-06-10T23:09:13.396Z Checking globwalk v0.9.1
40462026-06-10T23:09:13.470Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-06-10T23:09:13.504Z Checking slog-envlogger v2.2.0
40482026-06-10T23:09:13.573Z Checking camino-tempfile-ext v0.3.3
40492026-06-10T23:09:13.652Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40502026-06-10T23:09:13.713Z Checking sapling-renderdag v0.1.0
40512026-06-10T23:09:13.766Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40522026-06-10T23:09:13.843Z Checking subprocess v0.2.15
40532026-06-10T23:09:13.944Z Checking sync-ptr v0.1.4
40542026-06-10T23:09:14.072Z Checking colored v2.2.0
40552026-06-10T23:09:14.077Z Checking assert_matches v1.5.0
40562026-06-10T23:09:14.118Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40572026-06-10T23:09:14.275Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40582026-06-10T23:09:14.278Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40592026-06-10T23:09:14.932Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40602026-06-10T23:09:16.253Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40612026-06-10T23:09:18.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
40622026-06-10T23:09:18.617Z
40632026-06-10T23:09:18.617Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40642026-06-10T23:09:19.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-06-10T23:09:19.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-06-10T23:09:19.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-06-10T23:09:19.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40682026-06-10T23:09:19.216Z
40692026-06-10T23:09:19.216Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40702026-06-10T23:09:19.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-06-10T23:09:19.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-06-10T23:09:19.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-06-10T23:09:19.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40742026-06-10T23:09:19.829Z
40752026-06-10T23:09:19.829Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40762026-06-10T23:09:20.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-10T23:09:20.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-10T23:09:20.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-10T23:09:20.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40802026-06-10T23:09:20.493Z
40812026-06-10T23:09:20.493Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40822026-06-10T23:09:21.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-10T23:09:21.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-10T23:09:21.216Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40852026-06-10T23:09:21.216Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40862026-06-10T23:09:21.868Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40872026-06-10T23:09:23.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
40882026-06-10T23:09:23.660Z
40892026-06-10T23:09:23.660Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40902026-06-10T23:09:24.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-10T23:09:24.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-10T23:09:24.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-06-10T23:09:24.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-06-10T23:09:24.266Z
40952026-06-10T23:09:24.266Zinfo: running `cargo check --bins` on cert-dev (237/295)
40962026-06-10T23:09:24.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-06-10T23:09:24.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-06-10T23:09:24.877Z Checking yasna v0.5.2
40992026-06-10T23:09:25.277Z Checking rcgen v0.12.1
41002026-06-10T23:09:25.523Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41012026-06-10T23:09:25.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41022026-06-10T23:09:25.872Z
41032026-06-10T23:09:25.872Zinfo: running `cargo check --bins` on clickana (238/295)
41042026-06-10T23:09:26.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-06-10T23:09:26.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-06-10T23:09:26.529Z Compiling darling_core v0.23.0
41072026-06-10T23:09:26.637Z Compiling instability v0.3.11
41082026-06-10T23:09:26.644Z Checking castaway v0.2.4
41092026-06-10T23:09:26.647Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41102026-06-10T23:09:26.655Z Compiling indoc v2.0.7
41112026-06-10T23:09:26.662Z Checking unicode-truncate v1.1.0
41122026-06-10T23:09:26.674Z Checking lru v0.12.5
41132026-06-10T23:09:26.674Z Checking cassowary v0.3.0
41142026-06-10T23:09:26.734Z Checking compact_str v0.8.1
41152026-06-10T23:09:27.975Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41162026-06-10T23:09:28.039Z Compiling darling_macro v0.23.0
41172026-06-10T23:09:28.157Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41182026-06-10T23:09:28.447Z Compiling darling v0.23.0
41192026-06-10T23:09:29.068Z Checking ratatui v0.29.0
41202026-06-10T23:09:30.127Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41212026-06-10T23:09:30.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
41222026-06-10T23:09:30.982Z
41232026-06-10T23:09:30.982Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41242026-06-10T23:09:31.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-10T23:09:31.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-10T23:09:31.703Z Checking headers-core v0.3.0
41272026-06-10T23:09:31.706Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41282026-06-10T23:09:31.902Z Checking headers v0.4.1
41292026-06-10T23:09:32.271Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41302026-06-10T23:09:33.123Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41312026-06-10T23:09:33.613Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41322026-06-10T23:09:34.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41332026-06-10T23:09:34.227Z
41342026-06-10T23:09:34.227Zinfo: running `cargo check --bins` on ch-dev (240/295)
41352026-06-10T23:09:34.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-06-10T23:09:34.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-06-10T23:09:34.958Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41382026-06-10T23:09:35.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41392026-06-10T23:09:35.907Z
41402026-06-10T23:09:35.908Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41412026-06-10T23:09:36.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-06-10T23:09:36.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-06-10T23:09:36.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-06-10T23:09:36.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41452026-06-10T23:09:36.384Z
41462026-06-10T23:09:36.384Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41472026-06-10T23:09:36.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-06-10T23:09:36.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-06-10T23:09:37.113Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41502026-06-10T23:09:38.095Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41512026-06-10T23:09:38.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41522026-06-10T23:09:38.630Z
41532026-06-10T23:09:38.631Zinfo: running `cargo check --bins` on db-dev (243/295)
41542026-06-10T23:09:39.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-06-10T23:09:39.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-06-10T23:09:39.346Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41572026-06-10T23:09:40.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41582026-06-10T23:09:40.292Z
41592026-06-10T23:09:40.292Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41602026-06-10T23:09:40.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-06-10T23:09:40.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-06-10T23:09:40.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632026-06-10T23:09:40.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41642026-06-10T23:09:40.934Z
41652026-06-10T23:09:40.934Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41662026-06-10T23:09:41.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-06-10T23:09:41.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-06-10T23:09:41.555Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41692026-06-10T23:09:42.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
41702026-06-10T23:09:42.432Z
41712026-06-10T23:09:42.432Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41722026-06-10T23:09:42.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-06-10T23:09:42.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-06-10T23:09:43.194Z Compiling progenitor-impl v0.13.0
41752026-06-10T23:09:43.316Z Checking progenitor-client v0.13.0
41762026-06-10T23:09:43.316Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-06-10T23:09:43.319Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-06-10T23:09:43.322Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41792026-06-10T23:09:43.361Z Checking git-stub v1.0.0
41802026-06-10T23:09:43.364Z Compiling trait-variant v0.1.2
41812026-06-10T23:09:43.519Z Checking is_ci v1.2.0
41822026-06-10T23:09:43.554Z Checking maplit v1.0.2
41832026-06-10T23:09:43.576Z Checking git-stub-vcs v0.1.0
41842026-06-10T23:09:43.614Z Checking supports-color v3.0.2
41852026-06-10T23:09:43.639Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41862026-06-10T23:09:43.741Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41872026-06-10T23:09:43.773Z Checking drift v0.2.0
41882026-06-10T23:09:43.894Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41892026-06-10T23:09:43.953Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41902026-06-10T23:09:44.070Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41912026-06-10T23:09:44.138Z Checking dropshot-api-manager v0.7.2
41922026-06-10T23:09:44.258Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41932026-06-10T23:09:44.266Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41942026-06-10T23:09:44.293Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41952026-06-10T23:09:44.459Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41962026-06-10T23:09:44.660Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41972026-06-10T23:09:44.683Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41982026-06-10T23:09:45.175Z Compiling progenitor-macro v0.13.0
41992026-06-10T23:09:47.639Z Checking progenitor v0.13.0
42002026-06-10T23:09:47.702Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42012026-06-10T23:09:52.783Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42022026-06-10T23:09:53.866Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42032026-06-10T23:09:54.427Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42042026-06-10T23:09:54.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s
42052026-06-10T23:09:55.066Z
42062026-06-10T23:09:55.066Zinfo: running `cargo check --bins` on installinator-api (247/295)
42072026-06-10T23:09:55.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-10T23:09:55.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-10T23:09:55.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-10T23:09:55.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42112026-06-10T23:09:55.668Z
42122026-06-10T23:09:55.668Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42132026-06-10T23:09:56.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-10T23:09:56.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-10T23:09:56.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-10T23:09:56.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42172026-06-10T23:09:56.314Z
42182026-06-10T23:09:56.314Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42192026-06-10T23:09:56.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-10T23:09:56.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-10T23:09:56.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-10T23:09:56.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42232026-06-10T23:09:56.950Z
42242026-06-10T23:09:56.950Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42252026-06-10T23:09:57.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-10T23:09:57.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-10T23:09:57.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-10T23:09:57.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42292026-06-10T23:09:57.593Z
42302026-06-10T23:09:57.593Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42312026-06-10T23:09:58.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-10T23:09:58.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-10T23:09:58.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-06-10T23:09:58.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42352026-06-10T23:09:58.199Z
42362026-06-10T23:09:58.199Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42372026-06-10T23:09:58.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-06-10T23:09:58.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-06-10T23:09:58.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-06-10T23:09:58.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42412026-06-10T23:09:58.789Z
42422026-06-10T23:09:58.789Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42432026-06-10T23:09:59.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-06-10T23:09:59.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-06-10T23:09:59.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-06-10T23:09:59.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42472026-06-10T23:09:59.413Z
42482026-06-10T23:09:59.413Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42492026-06-10T23:09:59.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-10T23:09:59.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-10T23:10:00.021Z Checking typeid v1.0.3
42522026-06-10T23:10:00.136Z Checking ordered-float v2.10.1
42532026-06-10T23:10:00.158Z Checking unicode-xid v0.2.6
42542026-06-10T23:10:00.167Z Checking cargo-platform v0.2.0
42552026-06-10T23:10:00.179Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42562026-06-10T23:10:00.205Z Checking erased-serde v0.4.9
42572026-06-10T23:10:00.339Z Checking serde-value v0.7.0
42582026-06-10T23:10:00.512Z Checking serde-untagged v0.1.9
42592026-06-10T23:10:00.670Z Checking cargo-util-schemas v0.8.2
42602026-06-10T23:10:01.352Z Checking cargo_metadata v0.21.0
42612026-06-10T23:10:01.952Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42622026-06-10T23:10:02.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
42632026-06-10T23:10:02.888Z
42642026-06-10T23:10:02.888Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42652026-06-10T23:10:03.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-06-10T23:10:03.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-06-10T23:10:03.640Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42682026-06-10T23:10:04.266Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42692026-06-10T23:10:04.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42702026-06-10T23:10:04.972Z
42712026-06-10T23:10:04.972Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42722026-06-10T23:10:05.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-06-10T23:10:05.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-06-10T23:10:05.930Z Compiling vergen-lib v0.1.6
42752026-06-10T23:10:05.930Z Compiling vergen-gitcl v1.0.8
42762026-06-10T23:10:05.930Z Compiling dirs-sys-next v0.1.2
42772026-06-10T23:10:05.933Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42782026-06-10T23:10:05.933Z Compiling diesel_derives v2.3.7
42792026-06-10T23:10:05.933Z Compiling glob v0.3.3
42802026-06-10T23:10:05.933Z Compiling crunchy v0.2.4
42812026-06-10T23:10:06.096Z Compiling dsl_auto_type v0.2.0
42822026-06-10T23:10:06.293Z Compiling dirs-next v2.0.0
42832026-06-10T23:10:06.352Z Checking scheduled-thread-pool v0.2.7
42842026-06-10T23:10:06.384Z Compiling diesel_table_macro_syntax v0.3.0
42852026-06-10T23:10:06.387Z Compiling tiny-keccak v2.0.2
42862026-06-10T23:10:06.486Z Compiling clang-sys v1.8.1
42872026-06-10T23:10:06.503Z Compiling term v0.7.0
42882026-06-10T23:10:06.506Z Checking r2d2 v0.8.10
42892026-06-10T23:10:06.640Z Checking downcast-rs v2.0.2
42902026-06-10T23:10:06.685Z Compiling bit-vec v0.6.3
42912026-06-10T23:10:06.745Z Compiling itertools v0.10.5
42922026-06-10T23:10:06.862Z Compiling bit-set v0.5.3
42932026-06-10T23:10:06.905Z Compiling ascii-canvas v3.0.0
42942026-06-10T23:10:07.023Z Compiling ena v0.14.4
42952026-06-10T23:10:07.082Z Compiling libloading v0.8.9
42962026-06-10T23:10:07.148Z Compiling diff v0.1.13
42972026-06-10T23:10:07.152Z Compiling regex-syntax v0.6.29
42982026-06-10T23:10:07.184Z Compiling bindgen v0.71.1
42992026-06-10T23:10:07.288Z Compiling cexpr v0.6.0
43002026-06-10T23:10:07.399Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43012026-06-10T23:10:07.595Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43022026-06-10T23:10:07.635Z Compiling rustc-hash v2.1.1
43032026-06-10T23:10:07.774Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43042026-06-10T23:10:07.793Z Compiling libxml v0.3.3
43052026-06-10T23:10:07.822Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43062026-06-10T23:10:07.970Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43072026-06-10T23:10:08.047Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43082026-06-10T23:10:08.314Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43092026-06-10T23:10:08.332Z Compiling strum_macros v0.24.3
43102026-06-10T23:10:08.375Z Compiling indoc v1.0.9
43112026-06-10T23:10:08.508Z Compiling lalrpop v0.19.12
43122026-06-10T23:10:09.254Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43132026-06-10T23:10:09.444Z Checking derive_builder v0.20.2
43142026-06-10T23:10:09.566Z Compiling oso-derive v0.27.3
43152026-06-10T23:10:09.686Z Checking quick-xml v0.37.5
43162026-06-10T23:10:09.712Z Compiling impl-trait-for-tuples v0.2.3
43172026-06-10T23:10:10.066Z Checking openssl-probe v0.1.6
43182026-06-10T23:10:10.213Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43192026-06-10T23:10:10.566Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43202026-06-10T23:10:10.775Z Checking bb8 v0.8.6
43212026-06-10T23:10:10.901Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43222026-06-10T23:10:10.970Z Compiling libz-sys v1.1.24
43232026-06-10T23:10:11.086Z Checking nonempty v0.12.0
43242026-06-10T23:10:11.126Z Compiling strsim v0.10.0
43252026-06-10T23:10:11.258Z Compiling libgit2-sys v0.18.3+1.9.2
43262026-06-10T23:10:11.290Z Compiling vergen-git2 v9.1.0
43272026-06-10T23:10:11.427Z Compiling darling_core v0.13.4
43282026-06-10T23:10:11.515Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43292026-06-10T23:10:11.588Z Compiling rustls v0.21.12
43302026-06-10T23:10:11.711Z Compiling base64 v0.21.7
43312026-06-10T23:10:11.825Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43322026-06-10T23:10:12.045Z Compiling ron v0.8.1
43332026-06-10T23:10:12.097Z Checking diesel v2.3.7
43342026-06-10T23:10:12.815Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43352026-06-10T23:10:13.009Z Checking rustls-webpki v0.101.7
43362026-06-10T23:10:13.009Z Checking sct v0.7.1
43372026-06-10T23:10:13.175Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43382026-06-10T23:10:13.316Z Compiling darling_macro v0.13.4
43392026-06-10T23:10:13.788Z Compiling darling v0.13.4
43402026-06-10T23:10:13.880Z Compiling serde_with_macros v1.5.2
43412026-06-10T23:10:13.932Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43422026-06-10T23:10:14.669Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43432026-06-10T23:10:14.714Z Compiling serde_with v1.14.0
43442026-06-10T23:10:15.581Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43452026-06-10T23:10:15.867Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43462026-06-10T23:10:16.467Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43472026-06-10T23:10:17.131Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43482026-06-10T23:10:17.179Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43492026-06-10T23:10:17.327Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43502026-06-10T23:10:17.373Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43512026-06-10T23:10:17.440Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43522026-06-10T23:10:17.517Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43532026-06-10T23:10:17.691Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43542026-06-10T23:10:17.723Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43552026-06-10T23:10:17.745Z Checking tokio-rustls v0.24.1
43562026-06-10T23:10:17.953Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43572026-06-10T23:10:18.469Z Checking rustls-pemfile v1.0.4
43582026-06-10T23:10:18.562Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43592026-06-10T23:10:18.615Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43602026-06-10T23:10:18.801Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43612026-06-10T23:10:18.820Z Checking twox-hash v2.1.2
43622026-06-10T23:10:19.132Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43632026-06-10T23:10:19.150Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43642026-06-10T23:10:19.198Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43652026-06-10T23:10:19.573Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43662026-06-10T23:10:19.732Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43672026-06-10T23:10:20.857Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43682026-06-10T23:10:21.007Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43692026-06-10T23:10:21.184Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43702026-06-10T23:10:21.547Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43712026-06-10T23:10:21.849Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43722026-06-10T23:10:22.243Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43732026-06-10T23:10:22.369Z Checking console v0.16.2
43742026-06-10T23:10:22.680Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43752026-06-10T23:10:22.830Z Checking fatfs v0.3.6
43762026-06-10T23:10:23.226Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43772026-06-10T23:10:23.297Z Checking unit-prefix v0.5.2
43782026-06-10T23:10:23.435Z Compiling seq-macro v0.3.6
43792026-06-10T23:10:23.840Z Checking indicatif v0.18.4
43802026-06-10T23:10:24.003Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43812026-06-10T23:10:24.227Z Checking support-bundle-viewer v0.1.2
43822026-06-10T23:10:24.478Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43832026-06-10T23:10:24.553Z Checking multimap v0.10.1
43842026-06-10T23:10:30.482Z Checking diesel-dtrace v0.5.0
43852026-06-10T23:10:30.738Z Checking async-bb8-diesel v0.2.1
43862026-06-10T23:10:33.785Z Compiling samael v0.0.19
43872026-06-10T23:10:38.541Z Compiling git2 v0.20.4
43882026-06-10T23:10:39.923Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43892026-06-10T23:10:40.388Z Compiling polar-core v0.27.3
43902026-06-10T23:10:41.007Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43912026-06-10T23:10:44.901Z Checking oso v0.27.3
43922026-06-10T23:11:12.714Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43932026-06-10T23:12:23.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43942026-06-10T23:12:23.573Z
43952026-06-10T23:12:23.573Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43962026-06-10T23:12:24.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-06-10T23:12:24.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-06-10T23:12:24.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-06-10T23:12:24.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44002026-06-10T23:12:24.278Z
44012026-06-10T23:12:24.278Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
44022026-06-10T23:12:24.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-06-10T23:12:24.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-06-10T23:12:24.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-06-10T23:12:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44062026-06-10T23:12:24.936Z
44072026-06-10T23:12:24.936Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44082026-06-10T23:12:25.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-06-10T23:12:25.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-06-10T23:12:25.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-06-10T23:12:25.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44122026-06-10T23:12:25.621Z
44132026-06-10T23:12:25.621Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44142026-06-10T23:12:26.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-06-10T23:12:26.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-06-10T23:12:26.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-06-10T23:12:26.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44182026-06-10T23:12:26.189Z
44192026-06-10T23:12:26.189Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44202026-06-10T23:12:26.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-06-10T23:12:26.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-06-10T23:12:27.028Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44232026-06-10T23:12:27.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44242026-06-10T23:12:27.999Z
44252026-06-10T23:12:27.999Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44262026-06-10T23:12:28.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-06-10T23:12:28.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-06-10T23:12:28.853Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44292026-06-10T23:13:05.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.23s
44302026-06-10T23:13:05.462Z
44312026-06-10T23:13:05.462Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44322026-06-10T23:13:05.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-06-10T23:13:05.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-06-10T23:13:05.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-06-10T23:13:05.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44362026-06-10T23:13:06.058Z
44372026-06-10T23:13:06.058Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44382026-06-10T23:13:06.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-06-10T23:13:06.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-06-10T23:13:06.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-06-10T23:13:06.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44422026-06-10T23:13:06.702Z
44432026-06-10T23:13:06.702Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44442026-06-10T23:13:07.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-06-10T23:13:07.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-06-10T23:13:07.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-06-10T23:13:07.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44482026-06-10T23:13:07.363Z
44492026-06-10T23:13:07.363Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44502026-06-10T23:13:07.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-06-10T23:13:07.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-06-10T23:13:07.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-06-10T23:13:07.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44542026-06-10T23:13:08.023Z
44552026-06-10T23:13:08.023Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44562026-06-10T23:13:08.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-06-10T23:13:08.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-06-10T23:13:08.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-06-10T23:13:08.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44602026-06-10T23:13:08.680Z
44612026-06-10T23:13:08.680Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44622026-06-10T23:13:09.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-06-10T23:13:09.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-06-10T23:13:09.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-06-10T23:13:09.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44662026-06-10T23:13:09.337Z
44672026-06-10T23:13:09.337Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44682026-06-10T23:13:09.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-06-10T23:13:09.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-06-10T23:13:09.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-06-10T23:13:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44722026-06-10T23:13:09.996Z
44732026-06-10T23:13:09.996Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44742026-06-10T23:13:10.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-06-10T23:13:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-06-10T23:13:10.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-06-10T23:13:10.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44782026-06-10T23:13:10.651Z
44792026-06-10T23:13:10.651Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44802026-06-10T23:13:11.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-06-10T23:13:11.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-06-10T23:13:11.552Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44832026-06-10T23:13:11.555Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44842026-06-10T23:13:11.741Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44852026-06-10T23:13:11.772Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44862026-06-10T23:13:11.792Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44872026-06-10T23:13:11.809Z Checking yansi v1.0.1
44882026-06-10T23:13:11.812Z Checking diff v0.1.13
44892026-06-10T23:13:11.851Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44902026-06-10T23:13:11.876Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44912026-06-10T23:13:12.071Z Checking pretty_assertions v1.4.1
44922026-06-10T23:13:12.702Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44932026-06-10T23:13:12.847Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44942026-06-10T23:13:36.413Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44952026-06-10T23:13:36.422Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44962026-06-10T23:13:36.422Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44972026-06-10T23:13:36.422Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44982026-06-10T23:13:36.422Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44992026-06-10T23:13:36.423Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45002026-06-10T23:13:37.188Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45012026-06-10T23:13:37.188Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45022026-06-10T23:13:38.456Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45032026-06-10T23:14:14.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
45042026-06-10T23:14:14.762Z
45052026-06-10T23:14:14.762Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45062026-06-10T23:14:15.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-10T23:14:15.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-10T23:14:15.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-06-10T23:14:15.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45102026-06-10T23:14:15.357Z
45112026-06-10T23:14:15.357Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45122026-06-10T23:14:15.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-06-10T23:14:15.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-06-10T23:14:16.141Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45152026-06-10T23:14:16.262Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45162026-06-10T23:14:16.265Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45172026-06-10T23:14:42.074Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45182026-06-10T23:14:42.457Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45192026-06-10T23:14:44.143Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45202026-06-10T23:14:44.597Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45212026-06-10T23:14:47.514Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45222026-06-10T23:15:10.438Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45232026-06-10T23:15:11.141Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45242026-06-10T23:15:12.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.40s
45252026-06-10T23:15:12.977Z
45262026-06-10T23:15:12.977Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45272026-06-10T23:15:13.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-10T23:15:13.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-10T23:15:13.714Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45302026-06-10T23:15:14.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45312026-06-10T23:15:14.587Z
45322026-06-10T23:15:14.587Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45332026-06-10T23:15:15.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-06-10T23:15:15.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-06-10T23:15:15.251Z Compiling blake3 v1.8.3
45362026-06-10T23:15:15.363Z Checking arrayvec v0.7.6
45372026-06-10T23:15:15.363Z Checking constant_time_eq v0.4.2
45382026-06-10T23:15:15.366Z Checking arrayref v0.3.9
45392026-06-10T23:15:15.384Z Checking topological-sort v0.2.2
45402026-06-10T23:15:15.387Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45412026-06-10T23:15:15.387Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45422026-06-10T23:15:15.387Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45432026-06-10T23:15:15.436Z Checking shell-words v1.1.1
45442026-06-10T23:15:16.158Z Checking omicron-zone-package v0.12.2
45452026-06-10T23:15:16.869Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45462026-06-10T23:15:17.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
45472026-06-10T23:15:17.982Z
45482026-06-10T23:15:17.982Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45492026-06-10T23:15:18.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-06-10T23:15:18.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-06-10T23:15:18.603Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45522026-06-10T23:15:18.925Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45532026-06-10T23:15:19.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45542026-06-10T23:15:19.510Z
45552026-06-10T23:15:19.510Zinfo: running `cargo check --bins` on schema (277/295)
45562026-06-10T23:15:20.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-06-10T23:15:20.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-06-10T23:15:20.245Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45592026-06-10T23:15:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45602026-06-10T23:15:21.150Z
45612026-06-10T23:15:21.150Zinfo: running `cargo check --bins` on xtask (278/295)
45622026-06-10T23:15:21.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-06-10T23:15:21.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-06-10T23:15:21.607Z Checking libc v0.2.185
45652026-06-10T23:15:21.689Z Checking serde v1.0.228
45662026-06-10T23:15:21.694Z Checking zerofrom v0.1.6
45672026-06-10T23:15:21.700Z Checking bitflags v2.11.0
45682026-06-10T23:15:21.704Z Checking smallvec v1.15.1
45692026-06-10T23:15:21.711Z Checking indexmap v2.14.0
45702026-06-10T23:15:21.721Z Checking serde_json v1.0.149
45712026-06-10T23:15:21.731Z Checking scroll v0.12.0
45722026-06-10T23:15:21.792Z Checking yoke v0.8.1
45732026-06-10T23:15:21.843Z Checking num-traits v0.2.19
45742026-06-10T23:15:21.878Z Checking thiserror v1.0.69
45752026-06-10T23:15:21.956Z Checking zerovec v0.11.5
45762026-06-10T23:15:21.956Z Checking zerotrie v0.2.3
45772026-06-10T23:15:21.977Z Checking errno v0.3.14
45782026-06-10T23:15:21.987Z Checking log v0.4.29
45792026-06-10T23:15:22.070Z Checking toml_datetime v0.6.11
45802026-06-10T23:15:22.094Z Checking rustix v1.1.3
45812026-06-10T23:15:22.171Z Checking serde_spanned v0.6.9
45822026-06-10T23:15:22.199Z Checking percent-encoding v2.3.2
45832026-06-10T23:15:22.225Z Checking goblin v0.8.2
45842026-06-10T23:15:22.247Z Checking zerocopy v0.7.35
45852026-06-10T23:15:22.258Z Checking toml_edit v0.22.27
45862026-06-10T23:15:22.318Z Checking getrandom v0.4.1
45872026-06-10T23:15:22.346Z Checking form_urlencoded v1.2.2
45882026-06-10T23:15:22.367Z Checking ordered-float v2.10.1
45892026-06-10T23:15:22.381Z Checking tinystr v0.8.2
45902026-06-10T23:15:22.465Z Checking potential_utf v0.1.4
45912026-06-10T23:15:22.509Z Checking thiserror v2.0.18
45922026-06-10T23:15:22.557Z Checking icu_locale_core v2.1.1
45932026-06-10T23:15:22.575Z Checking syn v2.0.117
45942026-06-10T23:15:22.594Z Checking serde-value v0.7.0
45952026-06-10T23:15:22.594Z Checking icu_collections v2.1.1
45962026-06-10T23:15:22.735Z Checking dtrace-parser v0.2.0
45972026-06-10T23:15:22.800Z Checking thread-id v4.2.2
45982026-06-10T23:15:22.882Z Checking once_cell v1.21.3
45992026-06-10T23:15:22.900Z Checking terminal_size v0.4.3
46002026-06-10T23:15:22.914Z Checking cargo-platform v0.2.0
46012026-06-10T23:15:22.971Z Checking memmap v0.7.0
46022026-06-10T23:15:23.010Z Checking clap_builder v4.6.0
46032026-06-10T23:15:23.050Z Checking tempfile v3.25.0
46042026-06-10T23:15:23.111Z Checking textwrap v0.16.2
46052026-06-10T23:15:23.114Z Checking fs-err v3.3.0
46062026-06-10T23:15:23.114Z Checking icu_provider v2.1.1
46072026-06-10T23:15:23.241Z Checking camino-tempfile v1.4.1
46082026-06-10T23:15:23.276Z Checking tabled v0.15.0
46092026-06-10T23:15:23.296Z Checking anyhow v1.0.102
46102026-06-10T23:15:23.345Z Checking icu_properties v2.1.2
46112026-06-10T23:15:23.363Z Checking icu_normalizer v2.1.1
46122026-06-10T23:15:23.395Z Checking toml v0.8.23
46132026-06-10T23:15:23.502Z Checking macaddr v1.0.1
46142026-06-10T23:15:23.676Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46152026-06-10T23:15:23.715Z Checking cargo_toml v0.21.0
46162026-06-10T23:15:24.087Z Checking dof v0.3.0
46172026-06-10T23:15:24.157Z Checking idna_adapter v1.2.1
46182026-06-10T23:15:24.209Z Checking clap v4.6.1
46192026-06-10T23:15:24.276Z Checking idna v1.1.0
46202026-06-10T23:15:24.390Z Checking usdt-impl v0.5.0
46212026-06-10T23:15:24.499Z Checking url v2.5.8
46222026-06-10T23:15:24.640Z Checking usdt v0.5.0
46232026-06-10T23:15:24.836Z Checking cargo-util-schemas v0.8.2
46242026-06-10T23:15:25.525Z Checking cargo_metadata v0.21.0
46252026-06-10T23:15:26.132Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46262026-06-10T23:15:26.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
46272026-06-10T23:15:26.684Z
46282026-06-10T23:15:26.684Zinfo: running `cargo check --bins` on dnsadm (279/295)
46292026-06-10T23:15:27.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-06-10T23:15:27.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-06-10T23:15:27.318Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46322026-06-10T23:15:27.796Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46332026-06-10T23:15:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46342026-06-10T23:15:28.389Z
46352026-06-10T23:15:28.389Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46362026-06-10T23:15:28.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-06-10T23:15:28.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-06-10T23:15:29.208Z Checking polyval v0.6.2
46392026-06-10T23:15:29.331Z Checking ctr v0.9.2
46402026-06-10T23:15:29.344Z Checking ssh-encoding v0.2.0
46412026-06-10T23:15:29.344Z Checking blowfish v0.9.1
46422026-06-10T23:15:29.369Z Checking password-hash v0.4.2
46432026-06-10T23:15:29.380Z Checking p521 v0.13.3
46442026-06-10T23:15:29.384Z Checking p256 v0.13.2
46452026-06-10T23:15:29.413Z Checking russh-cryptovec v0.7.3
46462026-06-10T23:15:29.471Z Checking ghash v0.5.1
46472026-06-10T23:15:29.486Z Checking md5 v0.7.0
46482026-06-10T23:15:29.497Z Checking bcrypt-pbkdf v0.10.0
46492026-06-10T23:15:29.516Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46502026-06-10T23:15:29.551Z Checking num-bigint v0.4.6
46512026-06-10T23:15:29.585Z Checking aes-gcm v0.10.3
46522026-06-10T23:15:29.588Z Checking pbkdf2 v0.11.0
46532026-06-10T23:15:29.639Z Checking des v0.8.1
46542026-06-10T23:15:29.655Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46552026-06-10T23:15:29.659Z Checking hex-literal v0.4.1
46562026-06-10T23:15:29.719Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46572026-06-10T23:15:29.734Z Checking ssh-cipher v0.2.0
46582026-06-10T23:15:29.763Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46592026-06-10T23:15:29.763Z Checking socket2 v0.5.10
46602026-06-10T23:15:29.797Z Checking internet-checksum v0.2.1
46612026-06-10T23:15:29.903Z Checking ssh-key v0.6.7
46622026-06-10T23:15:30.044Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46632026-06-10T23:15:30.528Z Checking russh-keys v0.45.0
46642026-06-10T23:15:31.070Z Checking russh v0.45.0
46652026-06-10T23:15:47.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
46662026-06-10T23:15:47.734Z
46672026-06-10T23:15:47.734Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46682026-06-10T23:15:48.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-06-10T23:15:48.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-06-10T23:15:48.412Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46712026-06-10T23:15:48.494Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46722026-06-10T23:15:48.540Z Checking termios v0.3.3
46732026-06-10T23:15:49.734Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46742026-06-10T23:15:49.881Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46752026-06-10T23:15:51.652Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46762026-06-10T23:15:52.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
46772026-06-10T23:15:52.403Z
46782026-06-10T23:15:52.403Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46792026-06-10T23:15:52.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-06-10T23:15:52.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-06-10T23:15:53.124Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46822026-06-10T23:15:53.127Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46832026-06-10T23:15:53.247Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46842026-06-10T23:15:53.250Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46852026-06-10T23:15:53.260Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46862026-06-10T23:15:53.263Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46872026-06-10T23:15:53.992Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46882026-06-10T23:15:54.329Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46892026-06-10T23:15:54.329Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46902026-06-10T23:15:54.958Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46912026-06-10T23:15:56.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46922026-06-10T23:15:56.768Z
46932026-06-10T23:15:56.768Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46942026-06-10T23:15:57.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-10T23:15:57.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-10T23:15:57.409Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46972026-06-10T23:15:57.865Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46982026-06-10T23:15:58.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46992026-06-10T23:15:58.374Z
47002026-06-10T23:15:58.374Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
47012026-06-10T23:15:58.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-10T23:15:58.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-10T23:15:58.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-06-10T23:15:58.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47052026-06-10T23:15:58.967Z
47062026-06-10T23:15:58.967Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47072026-06-10T23:15:59.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-10T23:15:59.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-10T23:15:59.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-06-10T23:15:59.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47112026-06-10T23:15:59.556Z
47122026-06-10T23:15:59.556Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47132026-06-10T23:16:00.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-10T23:16:00.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-10T23:16:00.303Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47162026-06-10T23:16:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47172026-06-10T23:16:01.099Z
47182026-06-10T23:16:01.099Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47192026-06-10T23:16:01.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-10T23:16:01.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-10T23:16:01.753Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47222026-06-10T23:16:01.757Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47232026-06-10T23:16:02.034Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47242026-06-10T23:16:02.034Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47252026-06-10T23:16:02.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47262026-06-10T23:16:03.035Z
47272026-06-10T23:16:03.035Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47282026-06-10T23:16:03.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-06-10T23:16:03.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-06-10T23:16:03.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47312026-06-10T23:16:03.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47322026-06-10T23:16:03.632Z
47332026-06-10T23:16:03.632Zinfo: running `cargo check --bins` on omicron-package (289/295)
47342026-06-10T23:16:04.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-06-10T23:16:04.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-06-10T23:16:04.321Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47372026-06-10T23:16:05.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47382026-06-10T23:16:05.588Z
47392026-06-10T23:16:05.588Zinfo: running `cargo check --bins` on tqdb (290/295)
47402026-06-10T23:16:06.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-06-10T23:16:06.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-06-10T23:16:06.376Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47432026-06-10T23:16:06.734Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47442026-06-10T23:16:07.245Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47452026-06-10T23:16:07.245Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47462026-06-10T23:16:13.160Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47472026-06-10T23:16:13.160Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47482026-06-10T23:16:13.744Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47492026-06-10T23:16:13.749Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47502026-06-10T23:16:13.749Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47512026-06-10T23:16:13.749Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47522026-06-10T23:16:14.504Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47532026-06-10T23:16:15.528Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47542026-06-10T23:16:16.299Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47552026-06-10T23:16:16.907Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47562026-06-10T23:16:21.417Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47572026-06-10T23:16:27.793Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47582026-06-10T23:16:27.810Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47592026-06-10T23:16:27.811Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47602026-06-10T23:16:27.811Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47612026-06-10T23:16:29.266Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47622026-06-10T23:16:30.597Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47632026-06-10T23:16:31.244Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47642026-06-10T23:16:32.465Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47652026-06-10T23:16:33.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s
47662026-06-10T23:16:33.529Z
47672026-06-10T23:16:33.530Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47682026-06-10T23:16:33.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-10T23:16:33.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-10T23:16:33.931Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47712026-06-10T23:16:33.931Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47722026-06-10T23:16:33.939Z Checking rtoolbox v0.0.3
47732026-06-10T23:16:34.055Z Checking tui-tree-widget v0.23.1
47742026-06-10T23:16:34.154Z Checking rpassword v7.4.0
47752026-06-10T23:16:35.165Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47762026-06-10T23:16:40.169Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47772026-06-10T23:16:40.209Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47782026-06-10T23:16:40.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
47792026-06-10T23:16:41.076Z
47802026-06-10T23:16:41.076Zinfo: running `cargo check --bins` on wicket (292/295)
47812026-06-10T23:16:41.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-10T23:16:41.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-10T23:16:41.784Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47842026-06-10T23:16:42.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47852026-06-10T23:16:42.360Z
47862026-06-10T23:16:42.360Zinfo: running `cargo check --bins` on wicketd (293/295)
47872026-06-10T23:16:42.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-06-10T23:16:42.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-06-10T23:16:43.090Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47902026-06-10T23:16:43.093Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47912026-06-10T23:16:43.093Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47922026-06-10T23:16:43.093Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47932026-06-10T23:16:44.090Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47942026-06-10T23:16:44.662Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47952026-06-10T23:16:47.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47962026-06-10T23:16:47.803Z
47972026-06-10T23:16:47.803Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47982026-06-10T23:16:48.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-06-10T23:16:48.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-06-10T23:16:48.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48012026-06-10T23:16:48.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48022026-06-10T23:16:48.398Z
48032026-06-10T23:16:48.398Zinfo: running `cargo check --bins` on zone-setup (295/295)
48042026-06-10T23:16:48.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-06-10T23:16:48.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-06-10T23:16:49.084Z Checking uzers v0.12.2
48072026-06-10T23:16:49.357Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48082026-06-10T23:16:50.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48092026-06-10T23:16:50.319Z
48102026-06-10T23:16:50.319Zreal 14:07.981129091
48112026-06-10T23:16:50.319Zuser 21:07.116453124
48122026-06-10T23:16:50.319Zsys 4:24.766409568
48132026-06-10T23:16:50.319Ztrap 0.340154220
48142026-06-10T23:16:50.319Ztflt 0.709065478
48152026-06-10T23:16:50.319Zdflt 1.339912167
48162026-06-10T23:16:50.319Zkflt 0.004724030
48172026-06-10T23:16:50.319Zlock 1:18:28.455328643
48182026-06-10T23:16:50.319Zslp 1:41:39.382763055
48192026-06-10T23:16:50.319Zlat 58.783598601
48202026-06-10T23:16:50.319Zstop 3:38.355274859
48212026-06-10T23:16:50.322Zprocess exited: duration 986875 ms, exit code 0
 
48222026-06-10T23:16:50.331Zfound 0 output files