01KV94Q7RJXH6R05RTCBRRWQTJ: 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: 01KV94QR73VSCHRPA66F05CZ55

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-16T21:18:17.939Zjob assigned to worker 01KV94R0D10NREBW1ZSED9EQ5A [factory aws, i-0f1f06785b95f5948] (queued for 49 s)
 
22026-06-16T21:18:24.365Zstarting task 0: "setup"
32026-06-16T21:18:24.369Z++ uname -s
42026-06-16T21:18:24.372Z+ kern=SunOS
52026-06-16T21:18:24.372Z+ build_user=build
62026-06-16T21:18:24.372Z+ build_uid=12345
72026-06-16T21:18:24.372Z+ work_dir=/work
82026-06-16T21:18:24.372Z+ input_dir=/input
92026-06-16T21:18:24.372Z+ [[ 0 == 12345 ]]
102026-06-16T21:18:24.372Z+ case "$kern" in
112026-06-16T21:18:24.372Z+ groupadd -g 12345 build
122026-06-16T21:18:24.375Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-16T21:18:26.379Z+ zfs create -o mountpoint=/work rpool/work
142026-06-16T21:18:26.458Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-16T21:18:26.461Z+ home_fs=zfs
162026-06-16T21:18:26.461Z+ [[ zfs == autofs ]]
172026-06-16T21:18:26.461Z+ mkdir -p /home/build
182026-06-16T21:18:26.461Z+ chown build:build /home/build /work
192026-06-16T21:18:28.462Z+ chmod 0700 /home/build /work
202026-06-16T21:18:28.465Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-16T21:18:28.471Zstarting task 1: "rust-toolchain"
222026-06-16T21:18:28.476Z * rust toolchain channel = "1.94.0"
232026-06-16T21:18:28.476Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-06-16T21:18:28.476Z * rust toolchain profile = "default"
252026-06-16T21:18:28.476Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-16T21:18:28.476Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-16T21:18:28.476Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-16T21:18:28.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-16T21:18:28.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-16T21:18:28.586Zinfo: downloading installer
312026-06-16T21:18:30.018Zwarn: It looks like you have an existing rustup settings file at:
322026-06-16T21:18:30.018Zwarn: /home/build/.rustup/settings.toml
332026-06-16T21:18:30.018Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-16T21:18:30.018Zwarn: instead of the one inferred from the default host triple.
352026-06-16T21:18:30.030Zinfo: profile set to default
362026-06-16T21:18:30.030Zinfo: default host triple is x86_64-unknown-illumos
372026-06-16T21:18:30.033Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-16T21:18:30.180Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-16T21:18:30.183Zinfo: downloading 6 components
402026-06-16T21:18:45.533Z
412026-06-16T21:18:45.533Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-16T21:18:45.560Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-16T21:18:45.560Z
442026-06-16T21:18:45.563Z
452026-06-16T21:18:45.564ZRust is installed now. Great!
462026-06-16T21:18:45.564Z
472026-06-16T21:18:45.564ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-16T21:18:45.564Zenvironment variable. This has not been done automatically.
492026-06-16T21:18:45.564Z
502026-06-16T21:18:45.564ZTo configure your current shell, you need to source
512026-06-16T21:18:45.564Zthe corresponding env file under $HOME/.cargo.
522026-06-16T21:18:45.564Z
532026-06-16T21:18:45.564ZThis is usually done by running one of the following (note the leading DOT):
542026-06-16T21:18:45.564Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-16T21:18:45.564Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-16T21:18:45.564Zsource "~/.cargo/env.nu" # For nushell
572026-06-16T21:18:45.564Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-16T21:18:45.564Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-16T21:18:45.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-16T21:18:45.564Zwarn: no default linker (`cc`) was found in your PATH
612026-06-16T21:18:45.564Zwarn: many Rust crates require a system C toolchain to build
622026-06-16T21:18:45.647Z+ rustup --version
632026-06-16T21:18:45.656Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-16T21:18:45.659Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-16T21:18:45.678Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-16T21:18:45.681Z+ cargo --version
672026-06-16T21:18:45.694Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-16T21:18:45.697Z+ rustc --version
692026-06-16T21:18:45.716Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-16T21:18:45.719Zprocess exited: duration 17247 ms, exit code 0
 
712026-06-16T21:18:45.726Zstarting task 2: "authentication"
722026-06-16T21:18:45.744Zprocess exited: duration 17 ms, exit code 0
 
732026-06-16T21:18:45.749Zstarting task 3: "clone repository"
742026-06-16T21:18:45.753Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-16T21:18:45.755Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-16T21:18:45.785ZCloning into '/work/oxidecomputer/omicron'...
772026-06-16T21:18:56.508Z+ cd /work/oxidecomputer/omicron
782026-06-16T21:18:56.508Z+ git fetch origin 7e6e6abb17446861a9cedfa3091789ef9cb8933f
792026-06-16T21:18:56.815ZFrom https://github.com/oxidecomputer/omicron
802026-06-16T21:18:56.815Z * branch 7e6e6abb17446861a9cedfa3091789ef9cb8933f -> FETCH_HEAD
812026-06-16T21:18:56.824Z+ [[ -n add-claude-md ]]
822026-06-16T21:18:56.827Z++ git branch --show-current
832026-06-16T21:18:56.827Z+ current=main
842026-06-16T21:18:56.827Z+ [[ main != add-claude-md ]]
852026-06-16T21:18:56.827Z+ git branch -f add-claude-md 7e6e6abb17446861a9cedfa3091789ef9cb8933f
862026-06-16T21:18:56.830Z+ git checkout -f add-claude-md
872026-06-16T21:18:57.070ZSwitched to branch 'add-claude-md'
882026-06-16T21:18:57.073Z+ git reset --hard 7e6e6abb17446861a9cedfa3091789ef9cb8933f
892026-06-16T21:18:57.313ZHEAD is now at 7e6e6abb1 switch to xtask setup-agent that sets up symlinks
902026-06-16T21:18:57.316Zprocess exited: duration 11565 ms, exit code 0
 
912026-06-16T21:18:57.322Zstarting task 4: "build"
922026-06-16T21:18:57.327Z+ source .github/buildomat/ci-env.sh
932026-06-16T21:18:57.327Z++ export CARGO_TERM_COLOR=always
942026-06-16T21:18:57.327Z++ CARGO_TERM_COLOR=always
952026-06-16T21:18:57.327Z+ cargo --version
962026-06-16T21:18:57.337Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-16T21:18:57.339Z+ rustc --version
982026-06-16T21:18:57.360Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-16T21:18:57.364Z+ source ./env.sh
1002026-06-16T21:18:57.364Z++ OLD_SHELL_OPTS=ehxB
1012026-06-16T21:18:57.364Z++ set -o xtrace
1022026-06-16T21:18:57.367Z++++ dirname ./env.sh
1032026-06-16T21:18:57.367Z+++ readlink -f .
1042026-06-16T21:18:57.370Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ 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-16T21:18:57.370Z++ case $OLD_SHELL_OPTS in
1162026-06-16T21:18:57.370Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-16T21:18:57.370Z+ 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-16T21:18:57.370Z+ 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-16T21:18:57.370Z+ banner prerequisites
1202026-06-16T21:18:57.374Z
1212026-06-16T21:18:57.374Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-16T21:18:57.374Z # # # # # # # # # # # # # # #
1232026-06-16T21:18:57.374Z # # # # ##### # # ##### # # # # # #### #
1242026-06-16T21:18:57.374Z ##### ##### # ##### # # # # # # # # #
1252026-06-16T21:18:57.374Z # # # # # # # # # # # # # # #
1262026-06-16T21:18:57.374Z # # # ###### # # ###### ### # #### # #### #
1272026-06-16T21:18:57.374Z
1282026-06-16T21:18:57.374Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-16T21:18:59.184Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-16T21:18:59.275Z Startup: Caching catalogs ... Done
1312026-06-16T21:18:59.625ZPlanning: Solver setup ... Done (0.309s)
1322026-06-16T21:18:59.647ZPlanning: Running solver ... Done (0.022s)
1332026-06-16T21:18:59.655ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-16T21:18:59.664ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-16T21:18:59.681ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-16T21:18:59.695ZPlanning: Package planning ... Done (0.014s)
1372026-06-16T21:18:59.698ZPlanning: Merging actions ... Done (0.002s)
1382026-06-16T21:18:59.885ZPlanning: Checking for conflicting actions ... Done (0.188s)
1392026-06-16T21:18:59.888ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-16T21:19:00.707ZPlanning: Evaluating mediators ... Done (0.821s)
1412026-06-16T21:19:00.710ZPlanning: Planning completed in 1.41 seconds
1422026-06-16T21:19:00.716Z Packages to install: 2
1432026-06-16T21:19:00.719Z Estimated space available: 156.07 GB
1442026-06-16T21:19:00.719ZEstimated space to be consumed: 26.76 MB
1452026-06-16T21:19:00.719Z Create boot environment: No
1462026-06-16T21:19:00.719ZCreate backup boot environment: No
1472026-06-16T21:19:00.719Z Rebuild boot archive: No
1482026-06-16T21:19:00.719Z
1492026-06-16T21:19:00.719ZChanged packages:
1502026-06-16T21:19:00.719Zhelios
1512026-06-16T21:19:00.719Z developer/build-essential
1522026-06-16T21:19:00.719Z None -> 11-3.0
1532026-06-16T21:19:00.719Z library/libxmlsec1
1542026-06-16T21:19:00.720Z None -> 1.2.35-3.0
1552026-06-16T21:19:00.741Z
1562026-06-16T21:19:00.741ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-16T21:19:01.608ZDownload: Completed 1.28 MB in 0.87 seconds (1.5M/s)
1582026-06-16T21:19:01.715Z Actions: 1/268 actions (Installing new actions)
1592026-06-16T21:19:01.753Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-16T21:19:01.762ZFinalize: Updating package state database ... Done (0.009s)
1612026-06-16T21:19:01.765ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-16T21:19:01.786ZFinalize: Updating image state ... Done (0.024s)
1632026-06-16T21:19:04.166ZFinalize: Creating fast lookup database ... Done (2.356s)
1642026-06-16T21:19:04.235ZFinalize: Reading search index ... Done (0.014s)
1652026-06-16T21:19:04.239ZFinalize: Updating search index ... Done (0.000s)
1662026-06-16T21:19:04.348ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-16T21:19:04.659ZPlanning: Evaluating mediator changes ... Done
1682026-06-16T21:19:04.764ZPlanning: Checking for conflicting actions ... Done
1692026-06-16T21:19:04.768ZPlanning: Consolidating action changes ... Done
1702026-06-16T21:19:04.923ZPlanning: Evaluating mediators ... Done
1712026-06-16T21:19:04.926ZPlanning: Planning completed in 0.27 seconds
1722026-06-16T21:19:04.946Z Mediators to change: 2
1732026-06-16T21:19:04.946Z Create boot environment: No
1742026-06-16T21:19:04.946ZCreate backup boot environment: No
1752026-06-16T21:19:04.991ZFinalize: Updating package state database ... Done
1762026-06-16T21:19:04.991ZFinalize: Updating package cache ... Done
1772026-06-16T21:19:05.004ZFinalize: Updating image state ... Done
1782026-06-16T21:19:06.962ZFinalize: Creating fast lookup database ... Done
1792026-06-16T21:19:07.025ZFinalize: Reading search index ... Done
1802026-06-16T21:19:07.028ZFinalize: Updating search index ... Done
1812026-06-16T21:19:07.115ZFinalize: Updating package cache ... Done
1822026-06-16T21:19:07.404ZPlanning: Evaluating mediator changes ... Done
1832026-06-16T21:19:07.511ZPlanning: Checking for conflicting actions ... Done
1842026-06-16T21:19:07.518ZPlanning: Consolidating action changes ... Done
1852026-06-16T21:19:07.671ZPlanning: Evaluating mediators ... Done
1862026-06-16T21:19:07.675ZPlanning: Planning completed in 0.27 seconds
1872026-06-16T21:19:07.695Z Mediators to change: 1
1882026-06-16T21:19:07.695Z Create boot environment: No
1892026-06-16T21:19:07.695ZCreate backup boot environment: No
1902026-06-16T21:19:07.748ZFinalize: Updating package state database ... Done
1912026-06-16T21:19:07.748ZFinalize: Updating package cache ... Done
1922026-06-16T21:19:07.764ZFinalize: Updating image state ... Done
1932026-06-16T21:19:09.719ZFinalize: Creating fast lookup database ... Done
1942026-06-16T21:19:09.786ZFinalize: Reading search index ... Done
1952026-06-16T21:19:09.789ZFinalize: Updating search index ... Done
1962026-06-16T21:19:09.841ZFinalize: Updating package cache ... Done
1972026-06-16T21:19:10.157ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-16T21:19:10.157Zapache system 2.4 system
1992026-06-16T21:19:10.157Zclang system 15 system
2002026-06-16T21:19:10.158Zcsh system system illumos
2012026-06-16T21:19:10.158Zctags system system illumos
2022026-06-16T21:19:10.158Zfile vendor vendor darwinsys
2032026-06-16T21:19:10.158Zfile system system illumos
2042026-06-16T21:19:10.158Zgcc vendor 14 vendor
2052026-06-16T21:19:10.158Zgcc system 13 system
2062026-06-16T21:19:10.158Zgcc system 10 system
2072026-06-16T21:19:10.158Zgo system 1.25 system
2082026-06-16T21:19:10.158Zllvm system 15 system
2092026-06-16T21:19:10.158Zmariadb system 11.4 system
2102026-06-16T21:19:10.158Zmta vendor vendor dma
2112026-06-16T21:19:10.158Zopenjdk system 17 system
2122026-06-16T21:19:10.158Zopenjdk system 11 system
2132026-06-16T21:19:10.158Zopenssl vendor 3 vendor
2142026-06-16T21:19:10.158Zperl system 5.40 system
2152026-06-16T21:19:10.158Zpostgresql system 18 system
2162026-06-16T21:19:10.158Zpostgresql system 17 system
2172026-06-16T21:19:10.158Zpython vendor 3 vendor
2182026-06-16T21:19:10.158Zpython system 2 system
2192026-06-16T21:19:10.158Zpython3 vendor 3.13 vendor
2202026-06-16T21:19:10.158Zruby system 3.4 system
2212026-06-16T21:19:10.158Zruby system 3.0 system
2222026-06-16T21:19:10.158Zwords vendor vendor american-english
2232026-06-16T21:19:10.158Zwords system system australian-english
2242026-06-16T21:19:10.158Zwords system system british-english
2252026-06-16T21:19:10.158Zwords system system canadian-english
2262026-06-16T21:19:10.158Zwords system system french
2272026-06-16T21:19:10.158Zwords system system italian
2282026-06-16T21:19:10.158Zwords system system ngerman
2292026-06-16T21:19:10.158Zwords system system ogerman
2302026-06-16T21:19:10.158Zwords system system spanish
2312026-06-16T21:19:10.414ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-16T21:19:10.414Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-16T21:19:10.712ZFMRI IFO
2342026-06-16T21:19:10.712Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-16T21:19:10.712Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-16T21:19:10.712Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-16T21:19:10.712Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-16T21:19:10.712Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-16T21:19:10.712Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-16T21:19:10.712Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-16T21:19:10.712Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-16T21:19:10.712Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-16T21:19:10.973Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-16T21:19:11.239Z Updating crates.io index
2452026-06-16T21:19:11.243Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-16T21:19:11.571Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-16T21:19:12.411Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-16T21:19:12.836Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-16T21:19:13.975Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-16T21:19:14.505Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-16T21:19:16.281Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-16T21:19:17.072Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-16T21:19:17.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-16T21:19:18.855Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-16T21:19:19.250Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-16T21:19:19.728Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-16T21:19:20.124Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-16T21:19:21.050Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-16T21:19:21.537Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-16T21:19:21.958Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-16T21:19:22.350Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-16T21:19:22.695Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-16T21:19:23.499Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-16T21:19:23.822Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-16T21:19:24.083Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-16T21:19:24.389Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-16T21:19:24.796Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-16T21:19:25.179Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-16T21:19:25.760Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-16T21:19:26.226Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-16T21:19:26.491Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-16T21:19:26.821Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-16T21:19:27.866Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-16T21:19:28.115Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-16T21:19:28.884Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-16T21:19:29.268Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-16T21:19:29.558Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-16T21:19:29.893Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-16T21:19:30.321Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-16T21:19:30.696Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-16T21:19:31.115Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-16T21:19:31.654Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-16T21:19:31.928Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-16T21:19:32.265Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-16T21:19:32.690Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-06-16T21:19:44.704Z Downloading crates ...
2872026-06-16T21:19:44.757Z Downloaded anstream v1.0.0
2882026-06-16T21:19:44.765Z Downloaded litemap v0.8.1
2892026-06-16T21:19:44.771Z Downloaded unicode-linebreak v0.1.5
2902026-06-16T21:19:44.775Z Downloaded pest_derive v2.8.6
2912026-06-16T21:19:44.780Z Downloaded utf8parse v0.2.2
2922026-06-16T21:19:44.783Z Downloaded itoa v1.0.17
2932026-06-16T21:19:44.790Z Downloaded scroll_derive v0.12.1
2942026-06-16T21:19:44.790Z Downloaded toml v0.8.23
2952026-06-16T21:19:44.790Z Downloaded icu_properties v2.1.2
2962026-06-16T21:19:44.794Z Downloaded zerocopy-derive v0.7.35
2972026-06-16T21:19:44.794Z Downloaded serde_spanned v0.6.9
2982026-06-16T21:19:44.798Z Downloaded zerofrom-derive v0.1.6
2992026-06-16T21:19:44.798Z Downloaded usdt v0.5.0
3002026-06-16T21:19:44.798Z Downloaded zerofrom v0.1.6
3012026-06-16T21:19:44.799Z Downloaded version_check v0.9.5
3022026-06-16T21:19:44.799Z Downloaded yoke-derive v0.8.1
3032026-06-16T21:19:44.799Z Downloaded unicode-xid v0.2.6
3042026-06-16T21:19:44.803Z Downloaded typeid v1.0.3
3052026-06-16T21:19:44.803Z Downloaded thiserror-impl v2.0.18
3062026-06-16T21:19:44.803Z Downloaded potential_utf v0.1.4
3072026-06-16T21:19:44.803Z Downloaded heck v0.4.1
3082026-06-16T21:19:44.803Z Downloaded smawk v0.3.2
3092026-06-16T21:19:44.810Z Downloaded utf8_iter v1.0.4
3102026-06-16T21:19:44.810Z Downloaded proc-macro-error-attr v1.0.4
3112026-06-16T21:19:44.810Z Downloaded block-buffer v0.10.4
3122026-06-16T21:19:44.810Z Downloaded fs-err v3.3.0
3132026-06-16T21:19:44.813Z Downloaded pest_generator v2.8.6
3142026-06-16T21:19:44.813Z Downloaded terminal_size v0.4.3
3152026-06-16T21:19:44.813Z Downloaded toml_datetime v0.6.11
3162026-06-16T21:19:44.813Z Downloaded icu_normalizer_data v2.1.1
3172026-06-16T21:19:44.816Z Downloaded usdt-macro v0.5.0
3182026-06-16T21:19:44.816Z Downloaded toml_write v0.1.2
3192026-06-16T21:19:44.823Z Downloaded usdt-attr-macro v0.5.0
3202026-06-16T21:19:44.823Z Downloaded thread-id v4.2.2
3212026-06-16T21:19:44.823Z Downloaded zerovec-derive v0.11.2
3222026-06-16T21:19:44.823Z Downloaded thiserror v1.0.69
3232026-06-16T21:19:44.827Z Downloaded zmij v1.0.21
3242026-06-16T21:19:44.827Z Downloaded yoke v0.8.1
3252026-06-16T21:19:44.831Z Downloaded num-traits v0.2.19
3262026-06-16T21:19:44.831Z Downloaded writeable v0.6.2
3272026-06-16T21:19:44.831Z Downloaded serde-value v0.7.0
3282026-06-16T21:19:44.831Z Downloaded stable_deref_trait v1.2.1
3292026-06-16T21:19:44.831Z Downloaded log v0.4.29
3302026-06-16T21:19:44.836Z Downloaded usdt-impl v0.5.0
3312026-06-16T21:19:44.837Z Downloaded thiserror-impl v1.0.69
3322026-06-16T21:19:44.840Z Downloaded tinystr v0.8.2
3332026-06-16T21:19:44.840Z Downloaded is_terminal_polyfill v1.70.2
3342026-06-16T21:19:44.840Z Downloaded thiserror v2.0.18
3352026-06-16T21:19:44.844Z Downloaded pretty-hex v0.4.1
3362026-06-16T21:19:44.853Z Downloaded anstyle-query v1.1.5
3372026-06-16T21:19:44.853Z Downloaded percent-encoding v2.3.2
3382026-06-16T21:19:44.853Z Downloaded heck v0.5.0
3392026-06-16T21:19:44.853Z Downloaded ucd-trie v0.1.7
3402026-06-16T21:19:44.858Z Downloaded clap_lex v1.0.0
3412026-06-16T21:19:44.858Z Downloaded errno v0.3.14
3422026-06-16T21:19:44.858Z Downloaded crypto-common v0.1.7
3432026-06-16T21:19:44.858Z Downloaded unicode-ident v1.0.24
3442026-06-16T21:19:44.858Z Downloaded cfg-if v1.0.4
3452026-06-16T21:19:44.858Z Downloaded ordered-float v2.10.1
3462026-06-16T21:19:44.862Z Downloaded strsim v0.11.1
3472026-06-16T21:19:44.862Z Downloaded typenum v1.19.0
3482026-06-16T21:19:44.862Z Downloaded dtrace-parser v0.2.0
3492026-06-16T21:19:44.866Z Downloaded equivalent v1.0.2
3502026-06-16T21:19:44.866Z Downloaded textwrap v0.16.2
3512026-06-16T21:19:44.866Z Downloaded generic-array v0.14.7
3522026-06-16T21:19:44.870Z Downloaded zerotrie v0.2.3
3532026-06-16T21:19:44.878Z Downloaded url v2.5.8
3542026-06-16T21:19:44.878Z Downloaded toml_edit v0.22.27
3552026-06-16T21:19:44.881Z Downloaded plain v0.2.3
3562026-06-16T21:19:44.881Z Downloaded form_urlencoded v1.2.2
3572026-06-16T21:19:44.881Z Downloaded dof v0.3.0
3582026-06-16T21:19:44.881Z Downloaded zerocopy v0.7.35
3592026-06-16T21:19:44.888Z Downloaded quote v1.0.45
3602026-06-16T21:19:44.892Z Downloaded zerovec v0.11.5
3612026-06-16T21:19:44.892Z Downloaded colorchoice v1.0.4
3622026-06-16T21:19:44.896Z Downloaded autocfg v1.5.0
3632026-06-16T21:19:44.901Z Downloaded winnow v0.7.14
3642026-06-16T21:19:44.909Z Downloaded unicode-width v0.2.0
3652026-06-16T21:19:44.913Z Downloaded unicode-width v0.1.14
3662026-06-16T21:19:45.007Z Downloaded fnv v1.0.7
3672026-06-16T21:19:45.007Z Downloaded macaddr v1.0.1
3682026-06-16T21:19:45.035Z Downloaded tabled_derive v0.7.0
3692026-06-16T21:19:45.035Z Downloaded idna_adapter v1.2.1
3702026-06-16T21:19:45.035Z Downloaded fastrand v2.3.0
3712026-06-16T21:19:45.035Z Downloaded memmap v0.7.0
3722026-06-16T21:19:45.035Z Downloaded swrite v0.1.0
3732026-06-16T21:19:45.035Z Downloaded cpufeatures v0.2.17
3742026-06-16T21:19:45.035Z Downloaded cargo-platform v0.2.0
3752026-06-16T21:19:45.035Z Downloaded cargo_toml v0.21.0
3762026-06-16T21:19:45.035Z Downloaded sha2 v0.10.9
3772026-06-16T21:19:45.035Z Downloaded erased-serde v0.4.9
3782026-06-16T21:19:45.035Z Downloaded synstructure v0.13.2
3792026-06-16T21:19:45.035Z Downloaded serde_tokenstream v0.2.3
3802026-06-16T21:19:45.035Z Downloaded anstyle-parse v1.0.0
3812026-06-16T21:19:45.036Z Downloaded proc-macro-error v1.0.4
3822026-06-16T21:19:45.036Z Downloaded digest v0.10.7
3832026-06-16T21:19:45.036Z Downloaded anstyle v1.0.14
3842026-06-16T21:19:45.036Z Downloaded smallvec v1.15.1
3852026-06-16T21:19:45.036Z Downloaded icu_collections v2.1.1
3862026-06-16T21:19:45.036Z Downloaded bytecount v0.6.9
3872026-06-16T21:19:45.036Z Downloaded camino-tempfile v1.4.1
3882026-06-16T21:19:45.036Z Downloaded serde-untagged v0.1.9
3892026-06-16T21:19:45.036Z Downloaded scroll v0.12.0
3902026-06-16T21:19:45.036Z Downloaded displaydoc v0.2.5
3912026-06-16T21:19:45.036Z Downloaded byteorder v1.5.0
3922026-06-16T21:19:45.036Z Downloaded cargo-util-schemas v0.8.2
3932026-06-16T21:19:45.036Z Downloaded cargo_metadata v0.21.0
3942026-06-16T21:19:45.036Z Downloaded semver v1.0.28
3952026-06-16T21:19:45.036Z Downloaded serde_derive v1.0.228
3962026-06-16T21:19:45.036Z Downloaded bitflags v2.11.0
3972026-06-16T21:19:45.036Z Downloaded camino v1.2.2
3982026-06-16T21:19:45.041Z Downloaded tempfile v3.25.0
3992026-06-16T21:19:45.041Z Downloaded once_cell v1.21.3
4002026-06-16T21:19:45.041Z Downloaded clap_derive v4.6.1
4012026-06-16T21:19:45.052Z Downloaded icu_provider v2.1.1
4022026-06-16T21:19:45.065Z Downloaded clap v4.6.1
4032026-06-16T21:19:45.065Z Downloaded serde_core v1.0.228
4042026-06-16T21:19:45.071Z Downloaded getrandom v0.4.1
4052026-06-16T21:19:45.071Z Downloaded icu_normalizer v2.1.1
4062026-06-16T21:19:45.072Z Downloaded serde v1.0.228
4072026-06-16T21:19:45.072Z Downloaded pest_meta v2.8.6
4082026-06-16T21:19:45.072Z Downloaded anyhow v1.0.102
4092026-06-16T21:19:45.075Z Downloaded icu_locale_core v2.1.1
4102026-06-16T21:19:45.081Z Downloaded proc-macro2 v1.0.106
4112026-06-16T21:19:45.085Z Downloaded papergrid v0.11.0
4122026-06-16T21:19:45.103Z Downloaded indexmap v2.14.0
4132026-06-16T21:19:45.107Z Downloaded idna v1.1.0
4142026-06-16T21:19:45.112Z Downloaded memchr v2.8.0
4152026-06-16T21:19:45.133Z Downloaded pest v2.8.6
4162026-06-16T21:19:45.156Z Downloaded icu_properties_data v2.1.2
4172026-06-16T21:19:45.167Z Downloaded serde_json v1.0.149
4182026-06-16T21:19:45.177Z Downloaded clap_builder v4.6.0
4192026-06-16T21:19:45.185Z Downloaded hashbrown v0.17.0
4202026-06-16T21:19:45.191Z Downloaded goblin v0.8.2
4212026-06-16T21:19:45.195Z Downloaded syn v2.0.117
4222026-06-16T21:19:45.201Z Downloaded tabled v0.15.0
4232026-06-16T21:19:45.218Z Downloaded syn v1.0.109
4242026-06-16T21:19:45.233Z Downloaded rustix v1.1.3
4252026-06-16T21:19:45.264Z Downloaded libc v0.2.185
4262026-06-16T21:19:45.333Z Compiling proc-macro2 v1.0.106
4272026-06-16T21:19:45.333Z Compiling unicode-ident v1.0.24
4282026-06-16T21:19:45.337Z Compiling quote v1.0.45
4292026-06-16T21:19:45.337Z Compiling serde_core v1.0.228
4302026-06-16T21:19:45.337Z Compiling libc v0.2.185
4312026-06-16T21:19:45.337Z Compiling version_check v0.9.5
4322026-06-16T21:19:45.337Z Compiling memchr v2.8.0
4332026-06-16T21:19:45.337Z Compiling serde v1.0.228
4342026-06-16T21:19:45.708Z Compiling stable_deref_trait v1.2.1
4352026-06-16T21:19:45.773Z Compiling zmij v1.0.21
4362026-06-16T21:19:45.850Z Compiling thiserror v1.0.69
4372026-06-16T21:19:45.982Z Compiling ucd-trie v0.1.7
4382026-06-16T21:19:46.164Z Compiling autocfg v1.5.0
4392026-06-16T21:19:46.192Z Compiling itoa v1.0.17
4402026-06-16T21:19:46.295Z Compiling pest v2.8.6
4412026-06-16T21:19:46.312Z Compiling writeable v0.6.2
4422026-06-16T21:19:46.353Z Compiling litemap v0.8.1
4432026-06-16T21:19:46.512Z Compiling byteorder v1.5.0
4442026-06-16T21:19:46.552Z Compiling icu_normalizer_data v2.1.1
4452026-06-16T21:19:46.734Z Compiling rustix v1.1.3
4462026-06-16T21:19:46.751Z Compiling icu_properties_data v2.1.2
4472026-06-16T21:19:46.767Z Compiling syn v2.0.117
4482026-06-16T21:19:46.894Z Compiling errno v0.3.14
4492026-06-16T21:19:46.908Z Compiling bitflags v2.11.0
4502026-06-16T21:19:46.954Z Compiling serde_json v1.0.149
4512026-06-16T21:19:47.261Z Compiling num-traits v0.2.19
4522026-06-16T21:19:47.335Z Compiling typeid v1.0.3
4532026-06-16T21:19:47.359Z Compiling pest_meta v2.8.6
4542026-06-16T21:19:47.393Z Compiling hashbrown v0.17.0
4552026-06-16T21:19:47.474Z Compiling equivalent v1.0.2
4562026-06-16T21:19:47.569Z Compiling smallvec v1.15.1
4572026-06-16T21:19:47.762Z Compiling thread-id v4.2.2
4582026-06-16T21:19:47.828Z Compiling usdt-impl v0.5.0
4592026-06-16T21:19:47.833Z Compiling proc-macro-error-attr v1.0.4
4602026-06-16T21:19:47.844Z Compiling toml_write v0.1.2
4612026-06-16T21:19:47.918Z Compiling indexmap v2.14.0
4622026-06-16T21:19:48.011Z Compiling erased-serde v0.4.9
4632026-06-16T21:19:48.027Z Compiling syn v1.0.109
4642026-06-16T21:19:48.203Z Compiling winnow v0.7.14
4652026-06-16T21:19:48.538Z Compiling proc-macro-error v1.0.4
4662026-06-16T21:19:48.575Z Compiling utf8_iter v1.0.4
4672026-06-16T21:19:48.725Z Compiling percent-encoding v2.3.2
4682026-06-16T21:19:48.726Z Compiling utf8parse v0.2.2
4692026-06-16T21:19:48.865Z Compiling plain v0.2.3
4702026-06-16T21:19:48.934Z Compiling log v0.4.29
4712026-06-16T21:19:48.979Z Compiling getrandom v0.4.1
4722026-06-16T21:19:49.000Z Compiling thiserror v2.0.18
4732026-06-16T21:19:49.051Z Compiling camino v1.2.2
4742026-06-16T21:19:49.076Z Compiling ordered-float v2.10.1
4752026-06-16T21:19:49.115Z Compiling form_urlencoded v1.2.2
4762026-06-16T21:19:49.304Z Compiling anstyle-parse v1.0.0
4772026-06-16T21:19:49.340Z Compiling synstructure v0.13.2
4782026-06-16T21:19:49.409Z Compiling pest_generator v2.8.6
4792026-06-16T21:19:49.576Z Compiling terminal_size v0.4.3
4802026-06-16T21:19:49.715Z Compiling pretty-hex v0.4.1
4812026-06-16T21:19:49.904Z Compiling anstyle-query v1.1.5
4822026-06-16T21:19:49.936Z Compiling anstyle v1.0.14
4832026-06-16T21:19:49.952Z Compiling cfg-if v1.0.4
4842026-06-16T21:19:49.973Z Compiling is_terminal_polyfill v1.70.2
4852026-06-16T21:19:50.020Z Compiling colorchoice v1.0.4
4862026-06-16T21:19:50.080Z Compiling serde-untagged v0.1.9
4872026-06-16T21:19:50.145Z Compiling anstream v1.0.0
4882026-06-16T21:19:50.148Z Compiling semver v1.0.28
4892026-06-16T21:19:50.196Z Compiling fs-err v3.3.0
4902026-06-16T21:19:50.325Z Compiling bytecount v0.6.9
4912026-06-16T21:19:50.388Z Compiling unicode-width v0.1.14
4922026-06-16T21:19:50.462Z Compiling once_cell v1.21.3
4932026-06-16T21:19:50.478Z Compiling heck v0.5.0
4942026-06-16T21:19:50.495Z Compiling unicode-xid v0.2.6
4952026-06-16T21:19:50.514Z Compiling strsim v0.11.1
4962026-06-16T21:19:50.621Z Compiling heck v0.4.1
4972026-06-16T21:19:50.668Z Compiling anyhow v1.0.102
4982026-06-16T21:19:50.684Z Compiling clap_lex v1.0.0
4992026-06-16T21:19:50.858Z Compiling fnv v1.0.7
5002026-06-16T21:19:50.879Z Compiling fastrand v2.3.0
5012026-06-16T21:19:50.934Z Compiling clap_builder v4.6.0
5022026-06-16T21:19:50.971Z Compiling papergrid v0.11.0
5032026-06-16T21:19:51.134Z Compiling serde_derive v1.0.228
5042026-06-16T21:19:51.149Z Compiling zerofrom-derive v0.1.6
5052026-06-16T21:19:51.162Z Compiling yoke-derive v0.8.1
5062026-06-16T21:19:51.229Z Compiling zerovec-derive v0.11.2
5072026-06-16T21:19:51.736Z Compiling displaydoc v0.2.5
5082026-06-16T21:19:52.340Z Compiling thiserror-impl v1.0.69
5092026-06-16T21:19:52.392Z Compiling zerocopy-derive v0.7.35
5102026-06-16T21:19:52.459Z Compiling pest_derive v2.8.6
5112026-06-16T21:19:52.459Z Compiling scroll_derive v0.12.1
5122026-06-16T21:19:52.552Z Compiling zerofrom v0.1.6
5132026-06-16T21:19:52.678Z Compiling yoke v0.8.1
5142026-06-16T21:19:52.827Z Compiling thiserror-impl v2.0.18
5152026-06-16T21:19:52.890Z Compiling zerovec v0.11.5
5162026-06-16T21:19:53.105Z Compiling zerotrie v0.2.3
5172026-06-16T21:19:53.233Z Compiling zerocopy v0.7.35
5182026-06-16T21:19:53.411Z Compiling tinystr v0.8.2
5192026-06-16T21:19:53.416Z Compiling potential_utf v0.1.4
5202026-06-16T21:19:53.564Z Compiling icu_locale_core v2.1.1
5212026-06-16T21:19:53.600Z Compiling icu_collections v2.1.1
5222026-06-16T21:19:53.696Z Compiling dtrace-parser v0.2.0
5232026-06-16T21:19:53.769Z Compiling scroll v0.12.0
5242026-06-16T21:19:53.999Z Compiling goblin v0.8.2
5252026-06-16T21:19:54.041Z Compiling tabled_derive v0.7.0
5262026-06-16T21:19:54.159Z Compiling clap_derive v4.6.1
5272026-06-16T21:19:54.293Z Compiling icu_provider v2.1.1
5282026-06-16T21:19:54.466Z Compiling tempfile v3.25.0
5292026-06-16T21:19:54.476Z Compiling memmap v0.7.0
5302026-06-16T21:19:54.588Z Compiling icu_properties v2.1.2
5312026-06-16T21:19:54.664Z Compiling icu_normalizer v2.1.1
5322026-06-16T21:19:54.696Z Compiling serde_spanned v0.6.9
5332026-06-16T21:19:54.696Z Compiling toml_datetime v0.6.11
5342026-06-16T21:19:54.762Z Compiling dof v0.3.0
5352026-06-16T21:19:54.836Z Compiling serde_tokenstream v0.2.3
5362026-06-16T21:19:54.944Z Compiling toml_edit v0.22.27
5372026-06-16T21:19:55.030Z Compiling serde-value v0.7.0
5382026-06-16T21:19:55.231Z Compiling cargo-platform v0.2.0
5392026-06-16T21:19:55.268Z Compiling unicode-linebreak v0.1.5
5402026-06-16T21:19:55.422Z Compiling smawk v0.3.2
5412026-06-16T21:19:55.530Z Compiling idna_adapter v1.2.1
5422026-06-16T21:19:55.567Z Compiling unicode-width v0.2.0
5432026-06-16T21:19:55.581Z Compiling tabled v0.15.0
5442026-06-16T21:19:55.649Z Compiling idna v1.1.0
5452026-06-16T21:19:55.731Z Compiling camino-tempfile v1.4.1
5462026-06-16T21:19:55.796Z Compiling textwrap v0.16.2
5472026-06-16T21:19:55.845Z Compiling usdt-attr-macro v0.5.0
5482026-06-16T21:19:55.961Z Compiling usdt-macro v0.5.0
5492026-06-16T21:19:56.004Z Compiling url v2.5.8
5502026-06-16T21:19:56.265Z Compiling clap v4.6.1
5512026-06-16T21:19:56.353Z Compiling macaddr v1.0.1
5522026-06-16T21:19:56.534Z Compiling toml v0.8.23
5532026-06-16T21:19:56.894Z Compiling swrite v0.1.0
5542026-06-16T21:19:56.945Z Compiling cargo-util-schemas v0.8.2
5552026-06-16T21:19:56.997Z Compiling cargo_toml v0.21.0
5562026-06-16T21:19:57.043Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-16T21:19:57.157Z Compiling usdt v0.5.0
5582026-06-16T21:19:57.859Z Compiling cargo_metadata v0.21.0
5592026-06-16T21:19:58.793Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-16T21:20:00.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.19s
5612026-06-16T21:20:01.250Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-16T21:20:01.807Z Downloading crates ...
5632026-06-16T21:20:01.903Z Downloaded adler2 v2.0.1
5642026-06-16T21:20:01.909Z Downloaded aead v0.5.2
5652026-06-16T21:20:01.936Z Downloaded data-encoding v2.10.0
5662026-06-16T21:20:01.942Z Downloaded crc-any v2.5.0
5672026-06-16T21:20:01.942Z Downloaded darling v0.20.11
5682026-06-16T21:20:01.953Z Downloaded derive_builder_core v0.20.2
5692026-06-16T21:20:01.953Z Downloaded cassowary v0.3.0
5702026-06-16T21:20:01.965Z Downloaded async-stream v0.3.6
5712026-06-16T21:20:01.965Z Downloaded defmt v0.3.100
5722026-06-16T21:20:01.965Z Downloaded async-stream-impl v0.3.6
5732026-06-16T21:20:01.965Z Downloaded fallible-iterator v0.2.0
5742026-06-16T21:20:01.965Z Downloaded defmt v1.0.1
5752026-06-16T21:20:01.978Z Downloaded darling_macro v0.20.11
5762026-06-16T21:20:01.979Z Downloaded dsl_auto_type v0.2.0
5772026-06-16T21:20:01.979Z Downloaded anstyle-parse v0.2.7
5782026-06-16T21:20:01.979Z Downloaded endian-type v0.1.2
5792026-06-16T21:20:01.979Z Downloaded dtrace-parser v0.3.0
5802026-06-16T21:20:01.979Z Downloaded dirs-sys-next v0.1.2
5812026-06-16T21:20:01.979Z Downloaded bitfield-macros v0.19.4
5822026-06-16T21:20:01.979Z Downloaded cargo_metadata v0.23.1
5832026-06-16T21:20:01.979Z Downloaded darling v0.21.3
5842026-06-16T21:20:01.991Z Downloaded crunchy v0.2.4
5852026-06-16T21:20:01.991Z Downloaded dyn-clone v1.0.20
5862026-06-16T21:20:01.991Z Downloaded crc8 v0.1.1
5872026-06-16T21:20:01.991Z Downloaded chacha20 v0.9.1
5882026-06-16T21:20:01.991Z Downloaded embedded-io v0.4.0
5892026-06-16T21:20:01.991Z Downloaded display-error-chain v0.2.2
5902026-06-16T21:20:01.991Z Downloaded diff v0.1.13
5912026-06-16T21:20:01.991Z Downloaded either v1.15.0
5922026-06-16T21:20:01.991Z Downloaded dropshot-api-manager-types v0.7.2
5932026-06-16T21:20:01.997Z Downloaded defmt-macros v1.0.1
5942026-06-16T21:20:01.997Z Downloaded atomicwrites v0.4.4
5952026-06-16T21:20:01.997Z Downloaded assert_matches v1.5.0
5962026-06-16T21:20:01.997Z Downloaded dropshot_endpoint v0.17.0
5972026-06-16T21:20:01.997Z Downloaded des v0.8.1
5982026-06-16T21:20:01.997Z Downloaded crossterm v0.28.1
5992026-06-16T21:20:02.005Z Downloaded chacha20 v0.10.0
6002026-06-16T21:20:02.005Z Downloaded derive_builder v0.20.2
6012026-06-16T21:20:02.012Z Downloaded float-ord v0.3.2
6022026-06-16T21:20:02.013Z Downloaded convert_case v0.4.0
6032026-06-16T21:20:02.013Z Downloaded block-padding v0.3.3
6042026-06-16T21:20:02.013Z Downloaded atomic-waker v1.1.2
6052026-06-16T21:20:02.013Z Downloaded async-recursion v1.1.1
6062026-06-16T21:20:02.013Z Downloaded cbc v0.1.2
6072026-06-16T21:20:02.013Z Downloaded fixedbitset v0.4.2
6082026-06-16T21:20:02.025Z Downloaded difflib v0.4.0
6092026-06-16T21:20:02.025Z Downloaded debug-ignore v1.0.5
6102026-06-16T21:20:02.026Z Downloaded defmt-parser v1.0.0
6112026-06-16T21:20:02.026Z Downloaded cfg_aliases v0.1.1
6122026-06-16T21:20:02.026Z Downloaded argon2 v0.5.3
6132026-06-16T21:20:02.026Z Downloaded darling v0.13.4
6142026-06-16T21:20:02.026Z Downloaded daft v0.1.7
6152026-06-16T21:20:02.080Z Downloaded bcs v0.1.6
6162026-06-16T21:20:02.080Z Downloaded arrayvec v0.7.6
6172026-06-16T21:20:02.080Z Downloaded darling_macro v0.13.4
6182026-06-16T21:20:02.080Z Downloaded blowfish v0.9.1
6192026-06-16T21:20:02.080Z Downloaded const-oid v0.9.6
6202026-06-16T21:20:02.080Z Downloaded fd-lock v4.0.4
6212026-06-16T21:20:02.080Z Downloaded dof v0.4.0
6222026-06-16T21:20:02.080Z Downloaded dirs-next v2.0.0
6232026-06-16T21:20:02.080Z Downloaded bzip2 v0.4.4
6242026-06-16T21:20:02.124Z Downloaded ed25519 v2.2.3
6252026-06-16T21:20:02.124Z Downloaded compression-core v0.4.31
6262026-06-16T21:20:02.124Z Downloaded foreign-types v0.3.2
6272026-06-16T21:20:02.124Z Downloaded env_filter v1.0.0
6282026-06-16T21:20:02.124Z Downloaded cstr-argument v0.1.2
6292026-06-16T21:20:02.124Z Downloaded csv-core v0.1.13
6302026-06-16T21:20:02.124Z Downloaded base16ct v0.2.0
6312026-06-16T21:20:02.124Z Downloaded foreign-types-shared v0.1.1
6322026-06-16T21:20:02.124Z Downloaded crc-catalog v2.4.0
6332026-06-16T21:20:02.124Z Downloaded darling_macro v0.23.0
6342026-06-16T21:20:02.124Z Downloaded float-cmp v0.10.0
6352026-06-16T21:20:02.124Z Downloaded cfg_aliases v0.2.1
6362026-06-16T21:20:02.124Z Downloaded bit-set v0.8.0
6372026-06-16T21:20:02.124Z Downloaded array-init v0.0.4
6382026-06-16T21:20:02.124Z Downloaded async-bb8-diesel v0.2.1
6392026-06-16T21:20:02.124Z Downloaded ascii-canvas v3.0.0
6402026-06-16T21:20:02.124Z Downloaded bit-vec v0.6.3
6412026-06-16T21:20:02.124Z Downloaded darling_macro v0.21.3
6422026-06-16T21:20:02.124Z Downloaded cpufeatures v0.3.0
6432026-06-16T21:20:02.124Z Downloaded bit-set v0.5.3
6442026-06-16T21:20:02.124Z Downloaded daft-derive v0.1.7
6452026-06-16T21:20:02.125Z Downloaded flagset v0.4.7
6462026-06-16T21:20:02.125Z Downloaded dunce v1.0.5
6472026-06-16T21:20:02.125Z Downloaded enum-as-inner v0.6.1
6482026-06-16T21:20:02.125Z Downloaded bcrypt-pbkdf v0.10.0
6492026-06-16T21:20:02.125Z Downloaded cobs v0.3.0
6502026-06-16T21:20:02.125Z Downloaded castaway v0.2.4
6512026-06-16T21:20:02.125Z Downloaded embedded-io v0.6.1
6522026-06-16T21:20:02.125Z Downloaded derive_builder_macro v0.20.2
6532026-06-16T21:20:02.125Z Downloaded crucible-workspace-hack v0.1.0
6542026-06-16T21:20:02.125Z Downloaded downcast-rs v2.0.2
6552026-06-16T21:20:02.125Z Downloaded document-features v0.2.12
6562026-06-16T21:20:02.125Z Downloaded diesel_table_macro_syntax v0.3.0
6572026-06-16T21:20:02.125Z Downloaded diesel-dtrace v0.5.0
6582026-06-16T21:20:02.125Z Downloaded crossbeam-deque v0.8.6
6592026-06-16T21:20:02.125Z Downloaded crc v3.4.0
6602026-06-16T21:20:02.125Z Downloaded ciborium-io v0.2.2
6612026-06-16T21:20:02.125Z Downloaded bb8 v0.8.6
6622026-06-16T21:20:02.125Z Downloaded foreign-types v0.5.0
6632026-06-16T21:20:02.125Z Downloaded constant_time_eq v0.4.2
6642026-06-16T21:20:02.125Z Downloaded bitfield-struct v0.6.2
6652026-06-16T21:20:02.125Z Downloaded arrayref v0.3.9
6662026-06-16T21:20:02.126Z Downloaded foldhash v0.2.0
6672026-06-16T21:20:02.126Z Downloaded find-msvc-tools v0.1.9
6682026-06-16T21:20:02.126Z Downloaded futures-macro v0.3.32
6692026-06-16T21:20:02.126Z Downloaded futures-sink v0.3.32
6702026-06-16T21:20:02.126Z Downloaded futures-task v0.3.32
6712026-06-16T21:20:02.126Z Downloaded futures-core v0.3.32
6722026-06-16T21:20:02.137Z Downloaded foreign-types-shared v0.3.1
6732026-06-16T21:20:02.137Z Downloaded foreign-types-macros v0.2.3
6742026-06-16T21:20:02.137Z Downloaded cipher v0.4.4
6752026-06-16T21:20:02.137Z Downloaded byte-wrapper v0.1.0
6762026-06-16T21:20:02.137Z Downloaded gethostname v0.5.0
6772026-06-16T21:20:02.138Z Downloaded crc32fast v1.5.0
6782026-06-16T21:20:02.138Z Downloaded ciborium v0.2.2
6792026-06-16T21:20:02.138Z Downloaded allocator-api2 v0.2.21
6802026-06-16T21:20:02.138Z Downloaded bitflags v1.3.2
6812026-06-16T21:20:02.138Z Downloaded fatfs v0.3.6
6822026-06-16T21:20:02.138Z Downloaded globwalk v0.9.1
6832026-06-16T21:20:02.138Z Downloaded headers-core v0.3.0
6842026-06-16T21:20:02.138Z Downloaded hash32 v0.2.1
6852026-06-16T21:20:02.138Z Downloaded ghash v0.5.1
6862026-06-16T21:20:02.142Z Downloaded fxhash v0.2.1
6872026-06-16T21:20:02.142Z Downloaded funty v2.0.0
6882026-06-16T21:20:02.142Z Downloaded git-stub v1.0.0
6892026-06-16T21:20:02.142Z Downloaded hostname v0.4.2
6902026-06-16T21:20:02.142Z Downloaded hash32 v0.3.1
6912026-06-16T21:20:02.142Z Downloaded hex-literal v0.4.1
6922026-06-16T21:20:02.142Z Downloaded futures-io v0.3.32
6932026-06-16T21:20:02.142Z Downloaded hostname v0.3.1
6942026-06-16T21:20:02.142Z Downloaded httpdate v1.0.3
6952026-06-16T21:20:02.142Z Downloaded http-body v1.0.1
6962026-06-16T21:20:02.143Z Downloaded http-range v0.1.5
6972026-06-16T21:20:02.143Z Downloaded fs-err v2.11.0
6982026-06-16T21:20:02.143Z Downloaded deranged v0.5.8
6992026-06-16T21:20:02.143Z Downloaded backoff v0.4.0
7002026-06-16T21:20:02.143Z Downloaded buf-list v1.1.2
7012026-06-16T21:20:02.143Z Downloaded atty v0.2.14
7022026-06-16T21:20:02.143Z Downloaded critical-section v1.2.0
7032026-06-16T21:20:02.143Z Downloaded fixedbitset v0.5.7
7042026-06-16T21:20:02.192Z Downloaded const_format_proc_macros v0.2.34
7052026-06-16T21:20:02.193Z Downloaded anstream v0.6.21
7062026-06-16T21:20:02.193Z Downloaded convert_case v0.10.0
7072026-06-16T21:20:02.193Z Downloaded hyper-tls v0.6.0
7082026-06-16T21:20:02.193Z Downloaded corncobs v0.1.4
7092026-06-16T21:20:02.193Z Downloaded ctr v0.9.2
7102026-06-16T21:20:02.193Z Downloaded foldhash v0.1.5
7112026-06-16T21:20:02.193Z Downloaded cmake v0.1.57
7122026-06-16T21:20:02.193Z Downloaded hubpack_derive v0.1.1
7132026-06-16T21:20:02.193Z Downloaded globset v0.4.18
7142026-06-16T21:20:02.193Z Downloaded env_logger v0.11.9
7152026-06-16T21:20:02.193Z Downloaded curve25519-dalek-derive v0.1.1
7162026-06-16T21:20:02.193Z Downloaded bitfield v0.19.4
7172026-06-16T21:20:02.193Z Downloaded ciborium-ll v0.2.2
7182026-06-16T21:20:02.209Z Downloaded cexpr v0.6.0
7192026-06-16T21:20:02.209Z Downloaded hubpack v0.1.2
7202026-06-16T21:20:02.209Z Downloaded der_derive v0.7.3
7212026-06-16T21:20:02.210Z Downloaded console v0.16.2
7222026-06-16T21:20:02.210Z Downloaded darling v0.23.0
7232026-06-16T21:20:02.210Z Downloaded indent_write v2.2.0
7242026-06-16T21:20:02.210Z Downloaded indoc v1.0.9
7252026-06-16T21:20:02.210Z Downloaded instability v0.3.11
7262026-06-16T21:20:02.210Z Downloaded illumos-nvpair-sys v0.2.0
7272026-06-16T21:20:02.210Z Downloaded illumos-nvpair v0.3.0
7282026-06-16T21:20:02.210Z Downloaded ident_case v1.0.1
7292026-06-16T21:20:02.210Z Downloaded futures-executor v0.3.32
7302026-06-16T21:20:02.210Z Downloaded fs_extra v1.3.0
7312026-06-16T21:20:02.210Z Downloaded is-terminal v0.4.17
7322026-06-16T21:20:02.210Z Downloaded group v0.13.0
7332026-06-16T21:20:02.210Z Downloaded home v0.5.12
7342026-06-16T21:20:02.210Z Downloaded internet-checksum v0.2.1
7352026-06-16T21:20:02.210Z Downloaded cookie v0.18.1
7362026-06-16T21:20:02.210Z Downloaded colored v2.2.0
7372026-06-16T21:20:02.210Z Downloaded is_ci v1.2.0
7382026-06-16T21:20:02.211Z Downloaded instant v0.1.13
7392026-06-16T21:20:02.211Z Downloaded keccak v0.1.6
7402026-06-16T21:20:02.211Z Downloaded inout v0.1.4
7412026-06-16T21:20:02.211Z Downloaded git-stub-vcs v0.1.0
7422026-06-16T21:20:02.211Z Downloaded backon v1.6.0
7432026-06-16T21:20:02.211Z Downloaded compression-codecs v0.4.37
7442026-06-16T21:20:02.211Z Downloaded hex v0.4.3
7452026-06-16T21:20:02.211Z Downloaded ff v0.13.1
7462026-06-16T21:20:02.211Z Downloaded erased-serde v0.3.31
7472026-06-16T21:20:02.211Z Downloaded camino-tempfile-ext v0.3.3
7482026-06-16T21:20:02.211Z Downloaded filetime v0.2.27
7492026-06-16T21:20:02.211Z Downloaded crossbeam-utils v0.8.21
7502026-06-16T21:20:02.211Z Downloaded ecdsa v0.16.9
7512026-06-16T21:20:02.211Z Downloaded kstat-rs v0.2.4
7522026-06-16T21:20:02.211Z Downloaded highway v1.3.0
7532026-06-16T21:20:02.212Z Downloaded libscf-sys v1.1.0
7542026-06-16T21:20:02.212Z Downloaded hyper-staticfile v0.10.1
7552026-06-16T21:20:02.237Z Downloaded lalrpop-util v0.19.12
7562026-06-16T21:20:02.237Z Downloaded cancel-safe-futures v0.1.5
7572026-06-16T21:20:02.237Z Downloaded clang-sys v1.8.1
7582026-06-16T21:20:02.237Z Downloaded glob v0.3.3
7592026-06-16T21:20:02.237Z Downloaded lru-cache v0.1.2
7602026-06-16T21:20:02.237Z Downloaded linked-hash-map v0.5.6
7612026-06-16T21:20:02.237Z Downloaded crossbeam-epoch v0.9.18
7622026-06-16T21:20:02.237Z Downloaded http-body-util v0.1.3
7632026-06-16T21:20:02.237Z Downloaded base64ct v1.8.3
7642026-06-16T21:20:02.237Z Downloaded lru v0.12.5
7652026-06-16T21:20:02.237Z Downloaded darling_core v0.13.4
7662026-06-16T21:20:02.237Z Downloaded lazy_static v1.5.0
7672026-06-16T21:20:02.237Z Downloaded futures-channel v0.3.32
7682026-06-16T21:20:02.269Z Downloaded async-trait v0.1.89
7692026-06-16T21:20:02.270Z Downloaded match_cfg v0.1.0
7702026-06-16T21:20:02.270Z Downloaded maplit v1.0.2
7712026-06-16T21:20:02.270Z Downloaded impl-trait-for-tuples v0.2.3
7722026-06-16T21:20:02.270Z Downloaded maybe-uninit v2.0.0
7732026-06-16T21:20:02.270Z Downloaded md-5 v0.10.6
7742026-06-16T21:20:02.270Z Downloaded half v1.8.3
7752026-06-16T21:20:02.270Z Downloaded ipnetwork v0.21.1
7762026-06-16T21:20:02.270Z Downloaded colored v3.1.1
7772026-06-16T21:20:02.270Z Downloaded ingot v0.1.1
7782026-06-16T21:20:02.270Z Downloaded lzss v0.8.2
7792026-06-16T21:20:02.270Z Downloaded memoffset v0.9.1
7802026-06-16T21:20:02.270Z Downloaded md5 v0.7.0
7812026-06-16T21:20:02.270Z Downloaded mime v0.3.17
7822026-06-16T21:20:02.270Z Downloaded multimap v0.10.1
7832026-06-16T21:20:02.270Z Downloaded arc-swap v1.8.2
7842026-06-16T21:20:02.284Z Downloaded blake2 v0.10.6
7852026-06-16T21:20:02.284Z Downloaded nibble_vec v0.1.0
7862026-06-16T21:20:02.284Z Downloaded drift v0.2.0
7872026-06-16T21:20:02.284Z Downloaded httparse v1.10.1
7882026-06-16T21:20:02.284Z Downloaded hmac v0.12.1
7892026-06-16T21:20:02.284Z Downloaded derive-where v1.6.0
7902026-06-16T21:20:02.284Z Downloaded nonempty v0.12.0
7912026-06-16T21:20:02.284Z Downloaded normalize-line-endings v0.3.0
7922026-06-16T21:20:02.284Z Downloaded newtype-uuid-macros v0.1.0
7932026-06-16T21:20:02.284Z Downloaded hyper-rustls v0.27.7
7942026-06-16T21:20:02.284Z Downloaded nodrop v0.1.14
7952026-06-16T21:20:02.284Z Downloaded newtype_derive v0.1.6
7962026-06-16T21:20:02.284Z Downloaded newline-converter v0.3.0
7972026-06-16T21:20:02.284Z Downloaded new_debug_unreachable v1.0.6
7982026-06-16T21:20:02.284Z Downloaded darling_core v0.23.0
7992026-06-16T21:20:02.284Z Downloaded num v0.4.3
8002026-06-16T21:20:02.284Z Downloaded lru-slab v0.1.2
8012026-06-16T21:20:02.284Z Downloaded lock_api v0.4.14
8022026-06-16T21:20:02.285Z Downloaded linear-map v1.2.0
8032026-06-16T21:20:02.285Z Downloaded jobserver v0.1.34
8042026-06-16T21:20:02.285Z Downloaded elliptic-curve v0.13.8
8052026-06-16T21:20:02.289Z Downloaded libloading v0.8.9
8062026-06-16T21:20:02.289Z Downloaded indoc v2.0.7
8072026-06-16T21:20:02.289Z Downloaded getrandom v0.2.17
8082026-06-16T21:20:02.289Z Downloaded num-iter v0.1.45
8092026-06-16T21:20:02.289Z Downloaded num-derive v0.3.3
8102026-06-16T21:20:02.289Z Downloaded olpc-cjson v0.1.4
8112026-06-16T21:20:02.289Z Downloaded libefi-sys v0.1.0
8122026-06-16T21:20:02.295Z Downloaded openssl-macros v0.1.1
8132026-06-16T21:20:02.295Z Downloaded num-conv v0.2.0
8142026-06-16T21:20:02.295Z Downloaded openssl-probe v0.1.6
8152026-06-16T21:20:02.295Z Downloaded iana-time-zone v0.1.65
8162026-06-16T21:20:02.295Z Downloaded opaque-debug v0.3.1
8172026-06-16T21:20:02.300Z Downloaded num_threads v0.1.7
8182026-06-16T21:20:02.300Z Downloaded libsw-core v0.3.2
8192026-06-16T21:20:02.300Z Downloaded half v2.7.1
8202026-06-16T21:20:02.306Z Downloaded oso-derive v0.27.3
8212026-06-16T21:20:02.307Z Downloaded openssl-probe v0.2.1
8222026-06-16T21:20:02.307Z Downloaded ingot-macros v0.1.1
8232026-06-16T21:20:02.307Z Downloaded ipnet v2.11.0
8242026-06-16T21:20:02.307Z Downloaded libsw v3.5.0
8252026-06-16T21:20:02.342Z Downloaded parse-size v1.1.0
8262026-06-16T21:20:02.406Z Downloaded parse-display v0.10.0
8272026-06-16T21:20:02.406Z Downloaded packed_struct_codegen v0.10.1
8282026-06-16T21:20:02.406Z Downloaded mime_guess v2.0.5
8292026-06-16T21:20:02.406Z Downloaded derive_more v0.99.20
8302026-06-16T21:20:02.406Z Downloaded cc v1.2.56
8312026-06-16T21:20:02.407Z Downloaded humantime v2.3.0
8322026-06-16T21:20:02.407Z Downloaded getrandom v0.3.4
8332026-06-16T21:20:02.407Z Downloaded num_enum_derive v0.5.11
8342026-06-16T21:20:02.407Z Downloaded num-derive v0.4.2
8352026-06-16T21:20:02.407Z Downloaded ingot-types v0.1.2
8362026-06-16T21:20:02.407Z Downloaded nanorand v0.7.0
8372026-06-16T21:20:02.407Z Downloaded num_enum v0.5.11
8382026-06-16T21:20:02.407Z Downloaded cookie_store v0.22.1
8392026-06-16T21:20:02.407Z Downloaded phf_shared v0.13.1
8402026-06-16T21:20:02.407Z Downloaded pbkdf2 v0.12.2
8412026-06-16T21:20:02.407Z Downloaded num_enum_derive v0.7.6
8422026-06-16T21:20:02.407Z Downloaded num_enum v0.7.6
8432026-06-16T21:20:02.408Z Downloaded ignore v0.4.25
8442026-06-16T21:20:02.408Z Downloaded litrs v1.0.0
8452026-06-16T21:20:02.408Z Downloaded indexmap v1.9.3
8462026-06-16T21:20:02.408Z Downloaded const_format v0.2.35
8472026-06-16T21:20:02.408Z Downloaded chacha20poly1305 v0.10.1
8482026-06-16T21:20:02.408Z Downloaded pin-utils v0.1.0
8492026-06-16T21:20:02.408Z Downloaded flume v0.11.1
8502026-06-16T21:20:02.469Z Downloaded phf_shared v0.12.1
8512026-06-16T21:20:02.470Z Downloaded darling_core v0.21.3
8522026-06-16T21:20:02.470Z Downloaded num-rational v0.4.2
8532026-06-16T21:20:02.470Z Downloaded powerfmt v0.2.0
8542026-06-16T21:20:02.470Z Downloaded num-integer v0.1.46
8552026-06-16T21:20:02.470Z Downloaded compact_str v0.8.1
8562026-06-16T21:20:02.470Z Downloaded num-complex v0.4.6
8572026-06-16T21:20:02.470Z Downloaded flate2 v1.1.9
8582026-06-16T21:20:02.470Z Downloaded multer v3.1.0
8592026-06-16T21:20:02.470Z Downloaded memmap2 v0.9.10
8602026-06-16T21:20:02.470Z Downloaded nu-ansi-term v0.50.3
8612026-06-16T21:20:02.470Z Downloaded packed_struct v0.10.1
8622026-06-16T21:20:02.470Z Downloaded native-tls v0.2.18
8632026-06-16T21:20:02.470Z Downloaded predicates-tree v1.0.13
8642026-06-16T21:20:02.470Z Downloaded owo-colors v4.3.0
8652026-06-16T21:20:02.470Z Downloaded oxide-tokio-rt v0.1.4
8662026-06-16T21:20:02.470Z Downloaded peg-runtime v0.8.5
8672026-06-16T21:20:02.470Z Downloaded path-slash v0.1.5
8682026-06-16T21:20:02.470Z Downloaded ahash v0.8.12
8692026-06-16T21:20:02.470Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-06-16T21:20:02.470Z Downloaded aho-corasick v1.1.4
8712026-06-16T21:20:02.470Z Downloaded predicates-core v1.0.10
8722026-06-16T21:20:02.471Z Downloaded bumpalo v3.20.2
8732026-06-16T21:20:02.471Z Downloaded proc-macro-crate v1.3.1
8742026-06-16T21:20:02.471Z Downloaded heapless v0.7.17
8752026-06-16T21:20:02.471Z Downloaded heapless v0.8.0
8762026-06-16T21:20:02.471Z Downloaded derive_more v2.1.1
8772026-06-16T21:20:02.472Z Downloaded precomputed-hash v0.1.1
8782026-06-16T21:20:02.472Z Downloaded ed25519-dalek v2.2.0
8792026-06-16T21:20:02.472Z Downloaded peg-macros v0.8.5
8802026-06-16T21:20:02.472Z Downloaded pbkdf2 v0.11.0
8812026-06-16T21:20:02.472Z Downloaded progenitor-client v0.14.0
8822026-06-16T21:20:02.472Z Downloaded progenitor-client v0.11.2
8832026-06-16T21:20:02.472Z Downloaded futures v0.3.32
8842026-06-16T21:20:02.472Z Downloaded progenitor-macro v0.11.2
8852026-06-16T21:20:02.472Z Downloaded quick-error v1.2.3
8862026-06-16T21:20:02.472Z Downloaded progenitor-macro v0.14.0
8872026-06-16T21:20:02.472Z Downloaded progenitor-macro v0.13.0
8882026-06-16T21:20:02.472Z Downloaded password-hash v0.5.0
8892026-06-16T21:20:02.472Z Downloaded radium v0.7.0
8902026-06-16T21:20:02.472Z Downloaded crypto-bigint v0.5.5
8912026-06-16T21:20:02.472Z Downloaded psl-types v2.0.11
8922026-06-16T21:20:02.472Z Downloaded base64 v0.22.1
8932026-06-16T21:20:02.472Z Downloaded ar_archive_writer v0.5.1
8942026-06-16T21:20:02.542Z Downloaded phf_shared v0.11.3
8952026-06-16T21:20:02.542Z Downloaded phf v0.13.1
8962026-06-16T21:20:02.542Z Downloaded pem v3.0.6
8972026-06-16T21:20:02.542Z Downloaded pem-rfc7468 v0.7.0
8982026-06-16T21:20:02.542Z Downloaded peg v0.8.5
8992026-06-16T21:20:02.542Z Downloaded derive_more-impl v2.1.1
9002026-06-16T21:20:02.542Z Downloaded rand_chacha v0.3.1
9012026-06-16T21:20:02.543Z Downloaded pin-project-lite v0.2.17
9022026-06-16T21:20:02.543Z Downloaded predicates v3.1.4
9032026-06-16T21:20:02.543Z Downloaded pkg-config v0.3.32
9042026-06-16T21:20:02.543Z Downloaded libbz2-rs-sys v0.2.2
9052026-06-16T21:20:02.543Z Downloaded oxnet v0.1.6
9062026-06-16T21:20:02.544Z Downloaded headers v0.4.1
9072026-06-16T21:20:02.544Z Downloaded polyval v0.6.2
9082026-06-16T21:20:02.544Z Downloaded parking_lot v0.11.2
9092026-06-16T21:20:02.544Z Downloaded proc-macro-crate v3.4.0
9102026-06-16T21:20:02.544Z Downloaded ppv-lite86 v0.2.21
9112026-06-16T21:20:02.544Z Downloaded parse-display-derive v0.10.0
9122026-06-16T21:20:02.544Z Downloaded parking_lot_core v0.9.12
9132026-06-16T21:20:02.544Z Downloaded ref-cast v1.0.25
9142026-06-16T21:20:02.544Z Downloaded recursive-proc-macro-impl v0.1.1
9152026-06-16T21:20:02.544Z Downloaded rand_xorshift v0.4.0
9162026-06-16T21:20:02.544Z Downloaded proc-macro-error2 v2.0.1
9172026-06-16T21:20:02.544Z Downloaded crossbeam-channel v0.5.15
9182026-06-16T21:20:02.544Z Downloaded primeorder v0.13.6
9192026-06-16T21:20:02.544Z Downloaded parking_lot_core v0.8.6
9202026-06-16T21:20:02.544Z Downloaded progenitor v0.11.2
9212026-06-16T21:20:02.544Z Downloaded recursive v0.1.1
9222026-06-16T21:20:02.544Z Downloaded progenitor v0.13.0
9232026-06-16T21:20:02.544Z Downloaded pkcs8 v0.10.2
9242026-06-16T21:20:02.544Z Downloaded ref-cast-impl v1.0.25
9252026-06-16T21:20:02.544Z Downloaded hickory-resolver v0.25.2
9262026-06-16T21:20:02.577Z Downloaded parking_lot v0.12.5
9272026-06-16T21:20:02.577Z Downloaded omicron-zone-package v0.12.2
9282026-06-16T21:20:02.577Z Downloaded indicatif v0.18.4
9292026-06-16T21:20:02.577Z Downloaded progenitor-extras v0.2.0
9302026-06-16T21:20:02.577Z Downloaded progenitor-client v0.13.0
9312026-06-16T21:20:02.577Z Downloaded progenitor v0.14.0
9322026-06-16T21:20:02.577Z Downloaded der v0.7.10
9332026-06-16T21:20:02.577Z Downloaded rfc6979 v0.4.0
9342026-06-16T21:20:02.577Z Downloaded darling_core v0.20.11
9352026-06-16T21:20:02.577Z Downloaded hickory-resolver v0.24.4
9362026-06-16T21:20:02.577Z Downloaded poly1305 v0.8.0
9372026-06-16T21:20:02.577Z Downloaded pin-project-internal v1.1.11
9382026-06-16T21:20:02.577Z Downloaded postcard v1.1.3
9392026-06-16T21:20:02.577Z Downloaded bytes v1.11.1
9402026-06-16T21:20:02.577Z Downloaded russh-cryptovec v0.7.3
9412026-06-16T21:20:02.577Z Downloaded psm v0.1.30
9422026-06-16T21:20:02.577Z Downloaded phf v0.12.1
9432026-06-16T21:20:02.578Z Downloaded rand_chacha v0.9.0
9442026-06-16T21:20:02.578Z Downloaded rtoolbox v0.0.3
9452026-06-16T21:20:02.578Z Downloaded postgres-types v0.2.12
9462026-06-16T21:20:02.578Z Downloaded pkcs1 v0.7.5
9472026-06-16T21:20:02.578Z Downloaded postgres-protocol v0.6.10
9482026-06-16T21:20:02.578Z Downloaded p256 v0.13.2
9492026-06-16T21:20:02.578Z Downloaded pkcs5 v0.7.1
9502026-06-16T21:20:02.578Z Downloaded rustc_version v0.4.1
9512026-06-16T21:20:02.578Z Downloaded rustc-hash v2.1.1
9522026-06-16T21:20:02.578Z Downloaded papergrid v0.17.0
9532026-06-16T21:20:02.578Z Downloaded salsa20 v0.10.2
9542026-06-16T21:20:02.578Z Downloaded miniz_oxide v0.8.9
9552026-06-16T21:20:02.578Z Downloaded async-compression v0.4.41
9562026-06-16T21:20:02.578Z Downloaded oso v0.27.3
9572026-06-16T21:20:02.578Z Downloaded http v1.4.0
9582026-06-16T21:20:02.578Z Downloaded rand_seeder v0.4.0
9592026-06-16T21:20:02.578Z Downloaded rand_core v0.10.0
9602026-06-16T21:20:02.578Z Downloaded rand_core v0.6.4
9612026-06-16T21:20:02.578Z Downloaded expectorate v1.2.0
9622026-06-16T21:20:02.578Z Downloaded scopeguard v1.2.0
9632026-06-16T21:20:02.578Z Downloaded diesel_derives v2.3.7
9642026-06-16T21:20:02.578Z Downloaded secrecy v0.10.3
9652026-06-16T21:20:02.578Z Downloaded scrypt v0.11.0
9662026-06-16T21:20:02.578Z Downloaded seq-macro v0.3.6
9672026-06-16T21:20:02.579Z Downloaded scroll_derive v0.13.1
9682026-06-16T21:20:02.579Z Downloaded scheduled-thread-pool v0.2.7
9692026-06-16T21:20:02.644Z Downloaded sapling-renderdag v0.1.0
9702026-06-16T21:20:02.644Z Downloaded paste v1.0.15
9712026-06-16T21:20:02.644Z Downloaded password-hash v0.4.2
9722026-06-16T21:20:02.644Z Downloaded newtype-uuid v1.3.2
9732026-06-16T21:20:02.644Z Downloaded managed v0.8.0
9742026-06-16T21:20:02.644Z Downloaded console v0.15.11
9752026-06-16T21:20:02.644Z Downloaded r2d2 v0.8.10
9762026-06-16T21:20:02.644Z Downloaded quinn-udp v0.5.14
9772026-06-16T21:20:02.644Z Downloaded bzip2 v0.6.1
9782026-06-16T21:20:02.644Z Downloaded base64 v0.21.7
9792026-06-16T21:20:02.644Z Downloaded semver v0.1.20
9802026-06-16T21:20:02.644Z Downloaded jiff-static v0.2.21
9812026-06-16T21:20:02.644Z Downloaded hyper-util v0.1.20
9822026-06-16T21:20:02.644Z Downloaded serde_spanned v1.0.4
9832026-06-16T21:20:02.644Z Downloaded bit-vec v0.8.0
9842026-06-16T21:20:02.644Z Downloaded cargo-platform v0.3.2
9852026-06-16T21:20:02.644Z Downloaded secrecy v0.8.0
9862026-06-16T21:20:02.644Z Downloaded serde_urlencoded v0.7.1
9872026-06-16T21:20:02.644Z Downloaded serde-big-array v0.5.1
9882026-06-16T21:20:02.644Z Downloaded serde_bytes v0.11.19
9892026-06-16T21:20:02.645Z Downloaded shell-words v1.1.1
9902026-06-16T21:20:02.645Z Downloaded sha1 v0.10.6
9912026-06-16T21:20:02.645Z Downloaded resolv-conf v0.7.6
9922026-06-16T21:20:02.645Z Downloaded ena v0.14.4
9932026-06-16T21:20:02.645Z Downloaded aes-gcm v0.10.3
9942026-06-16T21:20:02.645Z Downloaded serde_plain v1.0.2
9952026-06-16T21:20:02.645Z Downloaded derive-ex v0.1.8
9962026-06-16T21:20:02.645Z Downloaded serde_repr v0.1.20
9972026-06-16T21:20:02.684Z Downloaded minimal-lexical v0.2.1
9982026-06-16T21:20:02.684Z Downloaded same-file v1.0.6
9992026-06-16T21:20:02.684Z Downloaded rand_core v0.9.5
10002026-06-16T21:20:02.684Z Downloaded siphasher v1.0.2
10012026-06-16T21:20:02.684Z Downloaded rustc_version v0.1.7
10022026-06-16T21:20:02.684Z Downloaded sigpipe v0.1.3
10032026-06-16T21:20:02.684Z Downloaded signature v2.2.0
10042026-06-16T21:20:02.684Z Downloaded signal-hook-tokio v0.3.1
10052026-06-16T21:20:02.684Z Downloaded rusty-fork v0.3.1
10062026-06-16T21:20:02.684Z Downloaded openssl-sys v0.9.115
10072026-06-16T21:20:02.684Z Downloaded rustls-pemfile v2.2.0
10082026-06-16T21:20:02.684Z Downloaded prefix-trie v0.7.0
10092026-06-16T21:20:02.684Z Downloaded rustls-pemfile v1.0.4
10102026-06-16T21:20:02.684Z Downloaded slog-bunyan v2.5.0
10112026-06-16T21:20:02.684Z Downloaded sct v0.7.1
10122026-06-16T21:20:02.684Z Downloaded schemars_derive v0.8.22
10132026-06-16T21:20:02.684Z Downloaded progenitor-impl v0.13.0
10142026-06-16T21:20:02.684Z Downloaded hashbrown v0.13.2
10152026-06-16T21:20:02.684Z Downloaded slog-envlogger v2.2.0
10162026-06-16T21:20:02.684Z Downloaded sec1 v0.7.3
10172026-06-16T21:20:02.684Z Downloaded hickory-server v0.25.2
10182026-06-16T21:20:02.684Z Downloaded progenitor-impl v0.14.0
10192026-06-16T21:20:02.685Z Downloaded serde-hex v0.1.0
10202026-06-16T21:20:02.685Z Downloaded pin-project v1.1.11
10212026-06-16T21:20:02.685Z Downloaded ssh-cipher v0.2.0
10222026-06-16T21:20:02.685Z Downloaded ssh-encoding v0.2.0
10232026-06-16T21:20:02.685Z Downloaded itertools v0.10.5
10242026-06-16T21:20:02.715Z Downloaded serde_with_macros v1.5.2
10252026-06-16T21:20:02.715Z Downloaded signal-hook-registry v1.4.8
10262026-06-16T21:20:02.715Z Downloaded serde_path_to_error v0.1.20
10272026-06-16T21:20:02.715Z Downloaded rustls-native-certs v0.8.3
10282026-06-16T21:20:02.716Z Downloaded aes v0.8.4
10292026-06-16T21:20:02.716Z Downloaded strsim v0.10.0
10302026-06-16T21:20:02.716Z Downloaded sqlparser_derive v0.5.0
10312026-06-16T21:20:02.716Z Downloaded prettyplease v0.2.37
10322026-06-16T21:20:02.716Z Downloaded signal-hook-mio v0.2.5
10332026-06-16T21:20:02.716Z Downloaded shlex v1.3.0
10342026-06-16T21:20:02.716Z Downloaded structmeta-derive v0.3.0
10352026-06-16T21:20:02.716Z Downloaded russh-keys v0.45.0
10362026-06-16T21:20:02.716Z Downloaded strip-ansi-escapes v0.2.1
10372026-06-16T21:20:02.716Z Downloaded rustls-pki-types v1.14.0
10382026-06-16T21:20:02.716Z Downloaded scroll v0.13.0
10392026-06-16T21:20:02.716Z Downloaded strum v0.26.3
10402026-06-16T21:20:02.749Z Downloaded tabled_derive v0.11.0
10412026-06-16T21:20:02.750Z Downloaded strum v0.27.2
10422026-06-16T21:20:02.750Z Downloaded sync_wrapper v1.0.2
10432026-06-16T21:20:02.750Z Downloaded sync-ptr v0.1.4
10442026-06-16T21:20:02.750Z Downloaded tap v1.0.1
10452026-06-16T21:20:02.750Z Downloaded slab v0.4.12
10462026-06-16T21:20:02.750Z Downloaded simd-adler32 v0.3.8
10472026-06-16T21:20:02.750Z Downloaded slog-async v2.8.0
10482026-06-16T21:20:02.750Z Downloaded rustversion v1.0.22
10492026-06-16T21:20:02.750Z Downloaded tabwriter v1.4.1
10502026-06-16T21:20:02.750Z Downloaded supports-color v3.0.2
10512026-06-16T21:20:02.750Z Downloaded slog-dtrace v0.3.0
10522026-06-16T21:20:02.750Z Downloaded smf v0.2.3
10532026-06-16T21:20:02.750Z Downloaded slog-scope v4.4.1
10542026-06-16T21:20:02.750Z Downloaded slog-json v2.6.1
10552026-06-16T21:20:02.751Z Downloaded testing_table v0.3.0
10562026-06-16T21:20:02.751Z Downloaded hashbrown v0.12.3
10572026-06-16T21:20:02.751Z Downloaded smallvec v0.6.14
10582026-06-16T21:20:02.751Z Downloaded snafu-derive v0.8.9
10592026-06-16T21:20:02.751Z Downloaded slog-term v2.9.2
10602026-06-16T21:20:02.751Z Downloaded progenitor-impl v0.11.2
10612026-06-16T21:20:02.751Z Downloaded slog-stdlog v4.1.1
10622026-06-16T21:20:02.772Z Downloaded termtree v0.5.1
10632026-06-16T21:20:02.772Z Downloaded take_mut v0.2.2
10642026-06-16T21:20:02.772Z Downloaded tagptr v0.2.0
10652026-06-16T21:20:02.772Z Downloaded sqlformat v0.3.5
10662026-06-16T21:20:02.772Z Downloaded thiserror-impl-no-std v2.0.2
10672026-06-16T21:20:02.772Z Downloaded serde_derive_internals v0.29.1
10682026-06-16T21:20:02.772Z Downloaded spki v0.7.3
10692026-06-16T21:20:02.772Z Downloaded ron v0.8.1
10702026-06-16T21:20:02.772Z Downloaded rcgen v0.12.1
10712026-06-16T21:20:02.772Z Downloaded serde_cbor v0.11.2
10722026-06-16T21:20:02.772Z Downloaded static_assertions v1.1.0
10732026-06-16T21:20:02.772Z Downloaded stacker v0.1.23
10742026-06-16T21:20:02.772Z Downloaded time-core v0.1.8
10752026-06-16T21:20:02.781Z Downloaded structmeta v0.3.0
10762026-06-16T21:20:02.781Z Downloaded stringprep v0.1.5
10772026-06-16T21:20:02.781Z Downloaded dropshot-api-manager v0.7.2
10782026-06-16T21:20:02.781Z Downloaded strum_macros v0.26.4
10792026-06-16T21:20:02.781Z Downloaded tinyvec_macros v0.1.1
10802026-06-16T21:20:02.781Z Downloaded thread-id v5.1.0
10812026-06-16T21:20:02.781Z Downloaded crossterm v0.29.0
10822026-06-16T21:20:02.781Z Downloaded string_cache v0.8.9
10832026-06-16T21:20:02.781Z Downloaded strum_macros v0.27.2
10842026-06-16T21:20:02.781Z Downloaded ryu v1.0.23
10852026-06-16T21:20:02.781Z Downloaded subtle v2.6.1
10862026-06-16T21:20:02.781Z Downloaded support-bundle-viewer v0.1.2
10872026-06-16T21:20:02.781Z Downloaded strum_macros v0.24.3
10882026-06-16T21:20:02.788Z Downloaded rustls-platform-verifier v0.6.2
10892026-06-16T21:20:02.802Z Downloaded num-bigint v0.4.6
10902026-06-16T21:20:02.802Z Downloaded quinn v0.11.9
10912026-06-16T21:20:02.802Z Downloaded libxml v0.3.3
10922026-06-16T21:20:02.802Z Downloaded hashbrown v0.16.1
10932026-06-16T21:20:02.802Z Downloaded nom v7.1.3
10942026-06-16T21:20:02.844Z Downloaded spin v0.9.8
10952026-06-16T21:20:02.844Z Downloaded topological-sort v0.2.2
10962026-06-16T21:20:02.844Z Downloaded qorb v0.4.1
10972026-06-16T21:20:02.844Z Downloaded publicsuffix v2.3.0
10982026-06-16T21:20:02.844Z Downloaded termios v0.3.3
10992026-06-16T21:20:02.844Z Downloaded serde_with_macros v3.17.0
11002026-06-16T21:20:02.844Z Downloaded tower-service v0.3.3
11012026-06-16T21:20:02.844Z Downloaded thread_local v1.1.9
11022026-06-16T21:20:02.844Z Downloaded tower-layer v0.3.3
11032026-06-16T21:20:02.844Z Downloaded thiserror-no-std v2.0.2
11042026-06-16T21:20:02.869Z Downloaded trait-variant v0.1.2
11052026-06-16T21:20:02.869Z Downloaded tiny-keccak v2.0.2
11062026-06-16T21:20:02.869Z Downloaded serde_yaml v0.9.34+deprecated
11072026-06-16T21:20:02.869Z Downloaded rayon-core v1.13.0
11082026-06-16T21:20:02.869Z Downloaded tokio-macros v2.7.0
11092026-06-16T21:20:02.869Z Downloaded tls_codec v0.4.2
11102026-06-16T21:20:02.869Z Downloaded rand v0.8.6
11112026-06-16T21:20:02.869Z Downloaded try-lock v0.2.5
11122026-06-16T21:20:02.869Z Downloaded tokio-dtrace v0.1.1
11132026-06-16T21:20:02.869Z Downloaded typify-macro v0.4.3
11142026-06-16T21:20:02.869Z Downloaded time-macros v0.2.27
11152026-06-16T21:20:02.869Z Downloaded typify-macro v0.6.2
11162026-06-16T21:20:02.869Z Downloaded tls_codec_derive v0.4.2
11172026-06-16T21:20:02.869Z Downloaded pretty_assertions v1.4.1
11182026-06-16T21:20:02.869Z Downloaded signal-hook v0.3.18
11192026-06-16T21:20:02.869Z Downloaded tokio-native-tls v0.3.1
11202026-06-16T21:20:02.869Z Downloaded similar v2.7.0
11212026-06-16T21:20:02.869Z Downloaded schemars v0.8.22
11222026-06-16T21:20:02.897Z Downloaded universal-hash v0.5.1
11232026-06-16T21:20:02.897Z Downloaded tokio-tungstenite v0.21.0
11242026-06-16T21:20:02.897Z Downloaded unicode-truncate v1.1.0
11252026-06-16T21:20:02.897Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-06-16T21:20:02.897Z Downloaded untrusted v0.9.0
11272026-06-16T21:20:02.897Z Downloaded slog v2.8.2
11282026-06-16T21:20:02.897Z Downloaded schemars v0.9.0
11292026-06-16T21:20:02.897Z Downloaded untrusted v0.7.1
11302026-06-16T21:20:02.897Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11312026-06-16T21:20:02.898Z Downloaded mio v1.2.0
11322026-06-16T21:20:02.898Z Downloaded iri-string v0.7.10
11332026-06-16T21:20:02.911Z Downloaded itertools v0.12.1
11342026-06-16T21:20:02.911Z Downloaded usdt-attr-macro v0.6.0
11352026-06-16T21:20:02.911Z Downloaded usdt v0.6.0
11362026-06-16T21:20:02.911Z Downloaded tokio-tungstenite v0.23.1
11372026-06-16T21:20:02.911Z Downloaded term v1.2.1
11382026-06-16T21:20:02.911Z Downloaded term v0.7.0
11392026-06-16T21:20:02.911Z Downloaded waitgroup v0.1.2
11402026-06-16T21:20:02.911Z Downloaded socket2 v0.6.3
11412026-06-16T21:20:02.911Z Downloaded socket2 v0.5.10
11422026-06-16T21:20:02.912Z Downloaded hashbrown v0.15.5
11432026-06-16T21:20:02.912Z Downloaded utf-8 v0.7.6
11442026-06-16T21:20:02.912Z Downloaded usdt-macro v0.6.0
11452026-06-16T21:20:02.912Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-06-16T21:20:02.912Z Downloaded wait-timeout v0.2.1
11472026-06-16T21:20:02.912Z Downloaded void v1.0.2
11482026-06-16T21:20:02.912Z Downloaded h2 v0.4.13
11492026-06-16T21:20:03.250Z Downloaded want v0.3.1
11502026-06-16T21:20:03.250Z Downloaded unarray v0.1.4
11512026-06-16T21:20:03.250Z Downloaded tui-tree-widget v0.23.1
11522026-06-16T21:20:03.250Z Downloaded samael v0.0.19
11532026-06-16T21:20:03.251Z Downloaded unicase v2.9.0
11542026-06-16T21:20:03.251Z Downloaded rand v0.9.2
11552026-06-16T21:20:03.251Z Downloaded itertools v0.14.0
11562026-06-16T21:20:03.368Z Downloaded subprocess v0.2.15
11572026-06-16T21:20:03.368Z Downloaded xattr v1.6.1
11582026-06-16T21:20:03.368Z Downloaded tokio-rustls v0.26.4
11592026-06-16T21:20:03.375Z Downloaded tokio-rustls v0.25.0
11602026-06-16T21:20:03.375Z Downloaded rustls-webpki v0.103.9
11612026-06-16T21:20:03.375Z Downloaded hyper v1.8.1
11622026-06-16T21:20:03.375Z Downloaded num-bigint-dig v0.8.6
11632026-06-16T21:20:03.375Z Downloaded tokio-rustls v0.24.1
11642026-06-16T21:20:03.375Z Downloaded tokio-stream v0.1.18
11652026-06-16T21:20:03.375Z Downloaded zeroize_derive v1.4.3
11662026-06-16T21:20:03.375Z Downloaded unit-prefix v0.5.2
11672026-06-16T21:20:03.375Z Downloaded usdt-impl v0.6.0
11682026-06-16T21:20:03.375Z Downloaded xshell-macros v0.2.7
11692026-06-16T21:20:03.375Z Downloaded rand v0.10.0
11702026-06-16T21:20:03.376Z Downloaded uzers v0.12.2
11712026-06-16T21:20:03.376Z Downloaded vergen-gitcl v1.0.8
11722026-06-16T21:20:03.376Z Downloaded tracing-attributes v0.1.31
11732026-06-16T21:20:03.376Z Downloaded vergen-lib v0.1.6
11742026-06-16T21:20:03.376Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-06-16T21:20:03.376Z Downloaded zone_cfg_derive v0.3.1
11762026-06-16T21:20:03.376Z Downloaded zone v0.3.1
11772026-06-16T21:20:03.376Z Downloaded rsa v0.9.10
11782026-06-16T21:20:03.376Z Downloaded twox-hash v2.1.2
11792026-06-16T21:20:03.376Z Downloaded tinyvec v1.10.0
11802026-06-16T21:20:03.376Z Downloaded snafu v0.8.9
11812026-06-16T21:20:03.376Z Downloaded vergen-git2 v9.1.0
11822026-06-16T21:20:03.376Z Downloaded libm v0.2.16
11832026-06-16T21:20:03.376Z Downloaded xshell v0.2.7
11842026-06-16T21:20:03.376Z Downloaded whoami v2.1.0
11852026-06-16T21:20:03.376Z Downloaded vsss-rs v3.3.4
11862026-06-16T21:20:03.376Z Downloaded schemars v1.2.1
11872026-06-16T21:20:03.376Z Downloaded nom v8.0.0
11882026-06-16T21:20:03.376Z Downloaded vergen-lib v9.1.0
11892026-06-16T21:20:03.376Z Downloaded test-strategy v0.4.5
11902026-06-16T21:20:03.376Z Downloaded serde_with v1.14.0
11912026-06-16T21:20:03.376Z Downloaded hkdf v0.12.4
11922026-06-16T21:20:03.376Z Downloaded whoami v1.6.1
11932026-06-16T21:20:03.377Z Downloaded russh v0.45.0
11942026-06-16T21:20:03.377Z Downloaded zeroize v1.8.2
11952026-06-16T21:20:03.377Z Downloaded p521 v0.13.3
11962026-06-16T21:20:03.377Z Downloaded wyz v0.5.1
11972026-06-16T21:20:03.377Z Downloaded toml v0.7.8
11982026-06-16T21:20:03.377Z Downloaded zstd-safe v7.2.4
11992026-06-16T21:20:03.377Z Downloaded futures-util v0.3.32
12002026-06-16T21:20:03.377Z Downloaded itertools v0.13.0
12012026-06-16T21:20:03.377Z Downloaded walkdir v2.5.0
12022026-06-16T21:20:03.377Z Downloaded blake3 v1.8.3
12032026-06-16T21:20:03.377Z Downloaded vergen v9.1.0
12042026-06-16T21:20:03.377Z Downloaded tracing-core v0.1.36
12052026-06-16T21:20:03.377Z Downloaded unsafe-libyaml v0.2.11
12062026-06-16T21:20:03.377Z Downloaded rustyline v14.0.0
12072026-06-16T21:20:03.377Z Downloaded tar v0.4.45
12082026-06-16T21:20:03.377Z Downloaded tungstenite v0.21.0
12092026-06-16T21:20:03.377Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-06-16T21:20:03.377Z Downloaded tungstenite v0.23.0
12112026-06-16T21:20:03.377Z Downloaded typify v0.6.2
12122026-06-16T21:20:03.377Z Downloaded typify v0.4.3
12132026-06-16T21:20:03.377Z Downloaded iddqd v0.4.2
12142026-06-16T21:20:03.377Z Downloaded zstd v0.13.3
12152026-06-16T21:20:03.377Z Downloaded unicode-bidi v0.3.18
12162026-06-16T21:20:03.377Z Downloaded unicode-properties v0.1.4
12172026-06-16T21:20:03.377Z Downloaded steno v0.4.1
12182026-06-16T21:20:03.378Z Downloaded toml v1.0.6+spec-1.1.0
12192026-06-16T21:20:03.378Z Downloaded reedline v0.40.0
12202026-06-16T21:20:03.378Z Downloaded yasna v0.5.2
12212026-06-16T21:20:03.378Z Downloaded tokio-postgres v0.7.16
12222026-06-16T21:20:03.378Z Downloaded rpassword v7.4.0
12232026-06-16T21:20:03.378Z Downloaded bitvec v1.0.1
12242026-06-16T21:20:03.378Z Downloaded toml_edit v0.19.15
12252026-06-16T21:20:03.378Z Downloaded zopfli v0.8.3
12262026-06-16T21:20:03.378Z Downloaded zerocopy v0.6.6
12272026-06-16T21:20:03.378Z Downloaded uuid v1.23.0
12282026-06-16T21:20:03.378Z Downloaded vte v0.14.1
12292026-06-16T21:20:03.378Z Downloaded git2 v0.20.4
12302026-06-16T21:20:03.378Z Downloaded zip v0.6.6
12312026-06-16T21:20:03.378Z Downloaded ssh-key v0.6.7
12322026-06-16T21:20:03.378Z Downloaded portable-atomic v1.13.1
12332026-06-16T21:20:03.378Z Downloaded unicode_categories v0.1.1
12342026-06-16T21:20:03.378Z Downloaded aws-lc-rs v1.16.3
12352026-06-16T21:20:03.378Z Downloaded p384 v0.13.1
12362026-06-16T21:20:03.378Z Downloaded reqwest v0.13.2
12372026-06-16T21:20:03.378Z Downloaded yansi v1.0.1
12382026-06-16T21:20:03.378Z Downloaded regex v1.12.3
12392026-06-16T21:20:03.378Z Downloaded reqwest v0.12.28
12402026-06-16T21:20:03.378Z Downloaded bindgen v0.71.1
12412026-06-16T21:20:03.378Z Downloaded zerocopy-derive v0.8.40
12422026-06-16T21:20:03.379Z Downloaded tower v0.5.3
12432026-06-16T21:20:03.379Z Downloaded lalrpop v0.19.12
12442026-06-16T21:20:03.379Z Downloaded rustls-webpki v0.101.7
12452026-06-16T21:20:03.379Z Downloaded x509-cert v0.2.5
12462026-06-16T21:20:03.379Z Downloaded proptest v1.10.0
12472026-06-16T21:20:03.379Z Downloaded chrono v0.4.44
12482026-06-16T21:20:03.379Z Downloaded unicode-segmentation v1.12.0
12492026-06-16T21:20:03.379Z Downloaded goblin v0.10.5
12502026-06-16T21:20:03.379Z Downloaded salty v0.3.0
12512026-06-16T21:20:03.440Z Downloaded zip v4.6.1
12522026-06-16T21:20:03.440Z Downloaded tokio-util v0.7.18
12532026-06-16T21:20:03.440Z Downloaded typed-path v0.9.3
12542026-06-16T21:20:03.440Z Downloaded tower-http v0.6.8
12552026-06-16T21:20:03.440Z Downloaded quick-xml v0.37.5
12562026-06-16T21:20:03.440Z Downloaded rayon v1.11.0
12572026-06-16T21:20:03.440Z Downloaded unicode-normalization v0.1.25
12582026-06-16T21:20:03.440Z Downloaded object v0.30.4
12592026-06-16T21:20:03.440Z Downloaded moka v0.12.13
12602026-06-16T21:20:03.440Z Downloaded tough v0.22.0
12612026-06-16T21:20:03.440Z Downloaded petname v2.0.2
12622026-06-16T21:20:03.440Z Downloaded nix v0.27.1
12632026-06-16T21:20:03.440Z Downloaded rustls-webpki v0.102.8
12642026-06-16T21:20:03.440Z Downloaded serde_with v3.17.0
12652026-06-16T21:20:03.440Z Downloaded curve25519-dalek v4.1.3
12662026-06-16T21:20:03.440Z Downloaded radix_trie v0.2.1
12672026-06-16T21:20:03.441Z Downloaded quinn-proto v0.11.13
12682026-06-16T21:20:03.441Z Downloaded polar-core v0.27.3
12692026-06-16T21:20:03.441Z Downloaded winnow v0.6.26
12702026-06-16T21:20:03.458Z Downloaded winnow v0.5.40
12712026-06-16T21:20:03.458Z Downloaded bstr v1.12.1
12722026-06-16T21:20:03.458Z Downloaded openssl v0.10.79
12732026-06-16T21:20:03.458Z Downloaded time v0.3.47
12742026-06-16T21:20:03.458Z Downloaded dropshot v0.17.0
12752026-06-16T21:20:03.458Z Downloaded zlib-rs v0.6.2
12762026-06-16T21:20:03.458Z Downloaded vcpkg v0.2.15
12772026-06-16T21:20:03.518Z Downloaded tabled v0.20.0
12782026-06-16T21:20:03.578Z Downloaded smoltcp v0.9.1
12792026-06-16T21:20:03.578Z Downloaded object v0.37.3
12802026-06-16T21:20:03.578Z Downloaded regress v0.10.5
12812026-06-16T21:20:03.578Z Downloaded diesel v2.3.7
12822026-06-16T21:20:03.578Z Downloaded zerocopy v0.8.40
12832026-06-16T21:20:03.578Z Downloaded rustix v0.38.44
12842026-06-16T21:20:03.579Z Downloaded webpki-roots v1.0.6
12852026-06-16T21:20:03.579Z Downloaded rustls v0.23.37
12862026-06-16T21:20:03.579Z Downloaded hickory-proto v0.24.4
12872026-06-16T21:20:03.615Z Downloaded nix v0.31.2
12882026-06-16T21:20:03.615Z Downloaded smoltcp v0.11.0
12892026-06-16T21:20:03.615Z Downloaded hickory-proto v0.25.2
12902026-06-16T21:20:03.615Z Downloaded rustls v0.22.4
12912026-06-16T21:20:03.615Z Downloaded openapiv3 v2.2.0
12922026-06-16T21:20:03.615Z Downloaded regress v0.11.1
12932026-06-16T21:20:03.615Z Downloaded sqlparser v0.61.0
12942026-06-16T21:20:03.647Z Downloaded regex-syntax v0.8.10
12952026-06-16T21:20:03.647Z Downloaded rustls v0.21.12
12962026-06-16T21:20:03.647Z Downloaded regex-syntax v0.6.29
12972026-06-16T21:20:03.647Z Downloaded nix v0.28.0
12982026-06-16T21:20:03.647Z Downloaded typify-impl v0.4.3
12992026-06-16T21:20:03.647Z Downloaded tracing v0.1.44
13002026-06-16T21:20:03.678Z Downloaded petgraph v0.6.5
13012026-06-16T21:20:03.714Z Downloaded sled v0.34.7
13022026-06-16T21:20:03.732Z Downloaded csv v1.4.0
13032026-06-16T21:20:03.732Z Downloaded typify-impl v0.6.2
13042026-06-16T21:20:03.732Z Downloaded petgraph v0.8.3
13052026-06-16T21:20:03.732Z Downloaded ratatui v0.29.0
13062026-06-16T21:20:03.753Z Downloaded sha3 v0.10.8
13072026-06-16T21:20:03.768Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-06-16T21:20:03.768Z Downloaded zerocopy-derive v0.6.6
13092026-06-16T21:20:03.768Z Downloaded regex-automata v0.4.14
13102026-06-16T21:20:03.802Z Downloaded encoding_rs v0.8.35
13112026-06-16T21:20:03.870Z Downloaded jiff v0.2.21
13122026-06-16T21:20:03.870Z Downloaded chrono-tz v0.10.4
13132026-06-16T21:20:03.948Z Downloaded ring v0.17.14
13142026-06-16T21:20:03.948Z Downloaded libz-sys v1.1.24
13152026-06-16T21:20:03.948Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-06-16T21:20:03.978Z Downloaded tokio v1.52.1
13172026-06-16T21:20:04.015Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-06-16T21:20:04.575Z Downloaded aws-lc-sys v0.40.0
13192026-06-16T21:20:04.789Z Compiling libc v0.2.185
13202026-06-16T21:20:04.789Z Compiling serde v1.0.228
13212026-06-16T21:20:04.810Z Compiling log v0.4.29
13222026-06-16T21:20:04.810Z Compiling shlex v1.3.0
13232026-06-16T21:20:04.810Z Compiling find-msvc-tools v0.1.9
13242026-06-16T21:20:04.810Z Compiling syn v2.0.117
13252026-06-16T21:20:04.957Z Compiling smallvec v1.15.1
13262026-06-16T21:20:04.983Z Compiling typenum v1.19.0
13272026-06-16T21:20:05.133Z Compiling generic-array v0.14.7
13282026-06-16T21:20:05.148Z Compiling subtle v2.6.1
13292026-06-16T21:20:05.170Z Compiling scopeguard v1.2.0
13302026-06-16T21:20:05.249Z Compiling const-oid v0.9.6
13312026-06-16T21:20:05.271Z Compiling lock_api v0.4.14
13322026-06-16T21:20:05.297Z Compiling serde_json v1.0.149
13332026-06-16T21:20:05.322Z Compiling zerocopy v0.8.40
13342026-06-16T21:20:05.392Z Compiling parking_lot_core v0.9.12
13352026-06-16T21:20:05.517Z Compiling portable-atomic v1.13.1
13362026-06-16T21:20:05.643Z Compiling pin-project-lite v0.2.17
13372026-06-16T21:20:05.813Z Compiling pkg-config v0.3.32
13382026-06-16T21:20:05.846Z Compiling bitflags v2.11.0
13392026-06-16T21:20:06.307Z Compiling getrandom v0.2.17
13402026-06-16T21:20:06.355Z Compiling jobserver v0.1.34
13412026-06-16T21:20:06.355Z Compiling errno v0.3.14
13422026-06-16T21:20:06.356Z Compiling rand_core v0.6.4
13432026-06-16T21:20:06.356Z Compiling signal-hook-registry v1.4.8
13442026-06-16T21:20:06.356Z Compiling cc v1.2.56
13452026-06-16T21:20:06.371Z Compiling futures-core v0.3.32
13462026-06-16T21:20:06.371Z Compiling libm v0.2.16
13472026-06-16T21:20:06.371Z Compiling critical-section v1.2.0
13482026-06-16T21:20:06.428Z Compiling parking_lot v0.12.5
13492026-06-16T21:20:06.519Z Compiling mio v1.2.0
13502026-06-16T21:20:06.527Z Compiling num-traits v0.2.19
13512026-06-16T21:20:06.710Z Compiling percent-encoding v2.3.2
13522026-06-16T21:20:06.811Z Compiling once_cell v1.21.3
13532026-06-16T21:20:06.859Z Compiling socket2 v0.6.3
13542026-06-16T21:20:06.879Z Compiling futures-sink v0.3.32
13552026-06-16T21:20:06.927Z Compiling futures-task v0.3.32
13562026-06-16T21:20:06.973Z Compiling futures-channel v0.3.32
13572026-06-16T21:20:06.987Z Compiling futures-io v0.3.32
13582026-06-16T21:20:07.027Z Compiling slab v0.4.12
13592026-06-16T21:20:07.098Z Compiling getrandom v0.4.1
13602026-06-16T21:20:07.159Z Compiling cpufeatures v0.2.17
13612026-06-16T21:20:07.211Z Compiling rand_core v0.10.0
13622026-06-16T21:20:07.225Z Compiling indexmap v2.14.0
13632026-06-16T21:20:07.239Z Compiling rustversion v1.0.22
13642026-06-16T21:20:07.253Z Compiling getrandom v0.3.4
13652026-06-16T21:20:07.390Z Compiling cmake v0.1.57
13662026-06-16T21:20:11.954Z Compiling form_urlencoded v1.2.2
13672026-06-16T21:20:12.051Z Compiling dunce v1.0.5
13682026-06-16T21:20:12.052Z Compiling fs_extra v1.3.0
13692026-06-16T21:20:12.052Z Compiling synstructure v0.13.2
13702026-06-16T21:20:12.052Z Compiling ident_case v1.0.1
13712026-06-16T21:20:12.052Z Compiling base64ct v1.8.3
13722026-06-16T21:20:12.052Z Compiling regex-syntax v0.8.10
13732026-06-16T21:20:12.052Z Compiling rustix v1.1.3
13742026-06-16T21:20:12.052Z Compiling aws-lc-sys v0.40.0
13752026-06-16T21:20:12.052Z Compiling pem-rfc7468 v0.7.0
13762026-06-16T21:20:12.052Z Compiling iana-time-zone v0.1.65
13772026-06-16T21:20:12.052Z Compiling flagset v0.4.7
13782026-06-16T21:20:12.052Z Compiling rand_core v0.9.5
13792026-06-16T21:20:12.052Z Compiling ring v0.17.14
13802026-06-16T21:20:12.052Z Compiling aws-lc-rs v1.16.3
13812026-06-16T21:20:12.052Z Compiling vcpkg v0.2.15
13822026-06-16T21:20:12.052Z Compiling uuid v1.23.0
13832026-06-16T21:20:12.052Z Compiling tracing-core v0.1.36
13842026-06-16T21:20:12.075Z Compiling openssl-sys v0.9.115
13852026-06-16T21:20:12.075Z Compiling rustc_version v0.4.1
13862026-06-16T21:20:12.076Z Compiling base64 v0.22.1
13872026-06-16T21:20:12.076Z Compiling serde_derive v1.0.228
13882026-06-16T21:20:12.076Z Compiling zeroize_derive v1.4.3
13892026-06-16T21:20:12.076Z Compiling zerofrom-derive v0.1.6
13902026-06-16T21:20:12.076Z Compiling yoke-derive v0.8.1
13912026-06-16T21:20:12.076Z Compiling zerovec-derive v0.11.2
13922026-06-16T21:20:12.076Z Compiling zeroize v1.8.2
13932026-06-16T21:20:12.076Z Compiling zerocopy-derive v0.8.40
13942026-06-16T21:20:12.076Z Compiling displaydoc v0.2.5
13952026-06-16T21:20:12.076Z Compiling tokio-macros v2.7.0
13962026-06-16T21:20:12.076Z Compiling crypto-common v0.1.7
13972026-06-16T21:20:12.076Z Compiling zerofrom v0.1.6
13982026-06-16T21:20:12.076Z Compiling block-buffer v0.10.4
13992026-06-16T21:20:12.076Z Compiling yoke v0.8.1
14002026-06-16T21:20:12.076Z Compiling digest v0.10.7
14012026-06-16T21:20:12.077Z Compiling zerovec v0.11.5
14022026-06-16T21:20:12.077Z Compiling futures-macro v0.3.32
14032026-06-16T21:20:12.077Z Compiling zerotrie v0.2.3
14042026-06-16T21:20:12.077Z Compiling hmac v0.12.1
14052026-06-16T21:20:12.077Z Compiling block-padding v0.3.3
14062026-06-16T21:20:12.131Z Compiling tinystr v0.8.2
14072026-06-16T21:20:12.150Z Compiling potential_utf v0.1.4
14082026-06-16T21:20:12.164Z Compiling inout v0.1.4
14092026-06-16T21:20:12.313Z Compiling icu_locale_core v2.1.1
14102026-06-16T21:20:12.327Z Compiling icu_collections v2.1.1
14112026-06-16T21:20:12.330Z Compiling cipher v0.4.4
14122026-06-16T21:20:12.588Z Compiling futures-util v0.3.32
14132026-06-16T21:20:12.604Z Compiling sha2 v0.10.9
14142026-06-16T21:20:12.800Z Compiling der_derive v0.7.3
14152026-06-16T21:20:13.183Z Compiling bytes v1.11.1
14162026-06-16T21:20:13.203Z Compiling icu_provider v2.1.1
14172026-06-16T21:20:13.218Z Compiling chrono v0.4.44
14182026-06-16T21:20:13.547Z Compiling icu_normalizer v2.1.1
14192026-06-16T21:20:13.756Z Compiling tokio v1.52.1
14202026-06-16T21:20:13.804Z Compiling icu_properties v2.1.2
14212026-06-16T21:20:13.974Z Compiling der v0.7.10
14222026-06-16T21:20:14.052Z Compiling http v1.4.0
14232026-06-16T21:20:14.599Z Compiling salsa20 v0.10.2
14242026-06-16T21:20:14.742Z Compiling idna_adapter v1.2.1
14252026-06-16T21:20:14.856Z Compiling ppv-lite86 v0.2.21
14262026-06-16T21:20:14.943Z Compiling idna v1.1.0
14272026-06-16T21:20:14.957Z Compiling spki v0.7.3
14282026-06-16T21:20:14.960Z Compiling pbkdf2 v0.12.2
14292026-06-16T21:20:14.993Z Compiling rustls-pki-types v1.14.0
14302026-06-16T21:20:15.072Z Compiling thiserror-impl v2.0.18
14312026-06-16T21:20:15.173Z Compiling tracing-attributes v0.1.31
14322026-06-16T21:20:15.200Z Compiling rand_chacha v0.9.0
14332026-06-16T21:20:15.215Z Compiling scrypt v0.11.0
14342026-06-16T21:20:15.448Z Compiling url v2.5.8
14352026-06-16T21:20:15.469Z Compiling http-body v1.0.1
14362026-06-16T21:20:15.601Z Compiling aes v0.8.4
14372026-06-16T21:20:15.638Z Compiling cbc v0.1.2
14382026-06-16T21:20:15.850Z Compiling untrusted v0.7.1
14392026-06-16T21:20:15.908Z Compiling httparse v1.10.1
14402026-06-16T21:20:15.977Z Compiling openssl-probe v0.2.1
14412026-06-16T21:20:16.159Z Compiling tinyvec_macros v0.1.1
14422026-06-16T21:20:16.233Z Compiling untrusted v0.9.0
14432026-06-16T21:20:16.247Z Compiling tinyvec v1.10.0
14442026-06-16T21:20:16.307Z Compiling pkcs5 v0.7.1
14452026-06-16T21:20:16.415Z Compiling thiserror v2.0.18
14462026-06-16T21:20:16.483Z Compiling tracing v0.1.44
14472026-06-16T21:20:16.521Z Compiling pest_generator v2.8.6
14482026-06-16T21:20:16.593Z Compiling rand v0.9.2
14492026-06-16T21:20:16.661Z Compiling serde_derive_internals v0.29.1
14502026-06-16T21:20:16.753Z Compiling aho-corasick v1.1.4
14512026-06-16T21:20:16.787Z Compiling rustls v0.23.37
14522026-06-16T21:20:16.960Z Compiling try-lock v0.2.5
14532026-06-16T21:20:17.073Z Compiling tower-service v0.3.3
14542026-06-16T21:20:17.173Z Compiling tower-layer v0.3.3
14552026-06-16T21:20:17.216Z Compiling dyn-clone v1.0.20
14562026-06-16T21:20:17.336Z Compiling atomic-waker v1.1.2
14572026-06-16T21:20:17.359Z Compiling schemars v0.8.22
14582026-06-16T21:20:17.377Z Compiling pest_derive v2.8.6
14592026-06-16T21:20:17.462Z Compiling want v0.3.1
14602026-06-16T21:20:17.546Z Compiling tokio-util v0.7.18
14612026-06-16T21:20:17.581Z Compiling schemars_derive v0.8.22
14622026-06-16T21:20:17.623Z Compiling regex-automata v0.4.14
14632026-06-16T21:20:17.791Z Compiling pkcs8 v0.10.2
14642026-06-16T21:20:18.121Z Compiling ipnet v2.11.0
14652026-06-16T21:20:18.403Z Compiling h2 v0.4.13
14662026-06-16T21:20:18.417Z Compiling scroll_derive v0.13.1
14672026-06-16T21:20:18.571Z Compiling darling_core v0.20.11
14682026-06-16T21:20:18.611Z Compiling foreign-types-shared v0.1.1
14692026-06-16T21:20:18.700Z Compiling pin-utils v0.1.0
14702026-06-16T21:20:18.777Z Compiling httpdate v1.0.3
14712026-06-16T21:20:18.816Z Compiling openssl v0.10.79
14722026-06-16T21:20:19.068Z Compiling tempfile v3.25.0
14732026-06-16T21:20:19.213Z Compiling scroll v0.13.0
14742026-06-16T21:20:19.438Z Compiling foreign-types v0.3.2
14752026-06-16T21:20:19.474Z Compiling unicode-normalization v0.1.25
14762026-06-16T21:20:19.508Z Compiling openssl-macros v0.1.1
14772026-06-16T21:20:19.912Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-06-16T21:20:19.943Z Compiling socket2 v0.5.10
14792026-06-16T21:20:19.946Z Compiling spin v0.9.8
14802026-06-16T21:20:20.165Z Compiling num-conv v0.2.0
14812026-06-16T21:20:20.300Z Compiling native-tls v0.2.18
14822026-06-16T21:20:20.315Z Compiling time-core v0.1.8
14832026-06-16T21:20:20.329Z Compiling powerfmt v0.2.0
14842026-06-16T21:20:20.352Z Compiling crc32fast v1.5.0
14852026-06-16T21:20:20.464Z Compiling time-macros v0.2.27
14862026-06-16T21:20:20.524Z Compiling deranged v0.5.8
14872026-06-16T21:20:20.871Z Compiling darling_macro v0.20.11
14882026-06-16T21:20:21.341Z Compiling darling v0.20.11
14892026-06-16T21:20:21.423Z Compiling hyper v1.8.1
14902026-06-16T21:20:21.500Z Compiling goblin v0.10.5
14912026-06-16T21:20:21.525Z Compiling rustls-native-certs v0.8.3
14922026-06-16T21:20:21.733Z Compiling sync_wrapper v1.0.2
14932026-06-16T21:20:21.821Z Compiling wait-timeout v0.2.1
14942026-06-16T21:20:21.843Z Compiling crossbeam-utils v0.8.21
14952026-06-16T21:20:22.087Z Compiling unicode-segmentation v1.12.0
14962026-06-16T21:20:22.130Z Compiling bit-vec v0.8.0
14972026-06-16T21:20:22.363Z Compiling usdt-impl v0.6.0
14982026-06-16T21:20:22.411Z Compiling quick-error v1.2.3
14992026-06-16T21:20:22.468Z Compiling hyper-util v0.1.20
15002026-06-16T21:20:22.519Z Compiling siphasher v1.0.2
15012026-06-16T21:20:22.564Z Compiling syn v1.0.109
15022026-06-16T21:20:22.705Z Compiling num_threads v0.1.7
15032026-06-16T21:20:22.805Z Compiling simd-adler32 v0.3.8
15042026-06-16T21:20:22.990Z Compiling time v0.3.47
15052026-06-16T21:20:23.067Z Compiling rusty-fork v0.3.1
15062026-06-16T21:20:23.236Z Compiling bit-set v0.8.0
15072026-06-16T21:20:23.396Z Compiling tower v0.5.3
15082026-06-16T21:20:23.413Z Compiling derive_builder_core v0.20.2
15092026-06-16T21:20:23.876Z Compiling dtrace-parser v0.3.0
15102026-06-16T21:20:23.876Z Compiling http-body-util v0.1.3
15112026-06-16T21:20:24.136Z Compiling webpki-roots v1.0.6
15122026-06-16T21:20:24.218Z Compiling dof v0.4.0
15132026-06-16T21:20:24.258Z Compiling signature v2.2.0
15142026-06-16T21:20:24.284Z Compiling heapless v0.7.17
15152026-06-16T21:20:24.439Z Compiling thiserror-impl v1.0.69
15162026-06-16T21:20:24.524Z Compiling scroll_derive v0.12.1
15172026-06-16T21:20:24.557Z Compiling rand_xorshift v0.4.0
15182026-06-16T21:20:24.619Z Compiling slog v2.8.2
15192026-06-16T21:20:24.718Z Compiling darling_core v0.21.3
15202026-06-16T21:20:24.803Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-06-16T21:20:25.105Z Compiling thread-id v5.1.0
15222026-06-16T21:20:25.191Z Compiling cookie v0.18.1
15232026-06-16T21:20:25.209Z Compiling zstd-safe v7.2.4
15242026-06-16T21:20:25.381Z Compiling anyhow v1.0.102
15252026-06-16T21:20:25.410Z Compiling unicode-bidi v0.3.18
15262026-06-16T21:20:25.425Z Compiling unicode-properties v0.1.4
15272026-06-16T21:20:25.638Z Compiling paste v1.0.15
15282026-06-16T21:20:25.693Z Compiling allocator-api2 v0.2.21
15292026-06-16T21:20:25.723Z Compiling unarray v0.1.4
15302026-06-16T21:20:25.805Z Compiling adler2 v2.0.1
15312026-06-16T21:20:25.833Z Compiling signal-hook v0.3.18
15322026-06-16T21:20:25.904Z Compiling ryu v1.0.23
15332026-06-16T21:20:25.931Z Compiling iri-string v0.7.10
15342026-06-16T21:20:25.990Z Compiling miniz_oxide v0.8.9
15352026-06-16T21:20:26.017Z Compiling proptest v1.10.0
15362026-06-16T21:20:26.035Z Compiling serde_urlencoded v0.7.1
15372026-06-16T21:20:26.086Z Compiling stringprep v0.1.5
15382026-06-16T21:20:26.278Z Compiling thiserror v1.0.69
15392026-06-16T21:20:26.567Z Compiling scroll v0.12.0
15402026-06-16T21:20:26.899Z Compiling derive_builder_macro v0.20.2
15412026-06-16T21:20:27.163Z Compiling tower-http v0.6.8
15422026-06-16T21:20:27.244Z Compiling darling_macro v0.21.3
15432026-06-16T21:20:27.344Z Compiling tokio-native-tls v0.3.1
15442026-06-16T21:20:27.428Z Compiling heck v0.4.1
15452026-06-16T21:20:27.514Z Compiling bstr v1.12.1
15462026-06-16T21:20:27.552Z Compiling ipnetwork v0.21.1
15472026-06-16T21:20:27.652Z Compiling rand_chacha v0.3.1
15482026-06-16T21:20:27.668Z Compiling toml_datetime v0.6.11
15492026-06-16T21:20:27.715Z Compiling erased-serde v0.3.31
15502026-06-16T21:20:27.923Z Compiling serde_tokenstream v0.2.3
15512026-06-16T21:20:27.938Z Compiling serde_spanned v0.6.9
15522026-06-16T21:20:28.083Z Compiling md-5 v0.10.6
15532026-06-16T21:20:28.163Z Compiling curve25519-dalek v4.1.3
15542026-06-16T21:20:28.205Z Compiling zerocopy-derive v0.7.35
15552026-06-16T21:20:28.241Z Compiling async-trait v0.1.89
15562026-06-16T21:20:28.257Z Compiling pin-project-internal v1.1.11
15572026-06-16T21:20:28.453Z Compiling vergen-lib v9.1.0
15582026-06-16T21:20:28.499Z Compiling num-integer v0.1.46
15592026-06-16T21:20:28.636Z Compiling hash32 v0.2.1
15602026-06-16T21:20:28.826Z Compiling ff v0.13.1
15612026-06-16T21:20:28.826Z Compiling memoffset v0.9.1
15622026-06-16T21:20:28.981Z Compiling encoding_rs v0.8.35
15632026-06-16T21:20:29.026Z Compiling base16ct v0.2.0
15642026-06-16T21:20:29.066Z Compiling rustix v0.38.44
15652026-06-16T21:20:29.210Z Compiling num-bigint-dig v0.8.6
15662026-06-16T21:20:29.254Z Compiling mime v0.3.17
15672026-06-16T21:20:29.361Z Compiling fallible-iterator v0.2.0
15682026-06-16T21:20:29.407Z Compiling ref-cast v1.0.25
15692026-06-16T21:20:29.421Z Compiling psl-types v2.0.11
15702026-06-16T21:20:29.520Z Compiling litrs v1.0.0
15712026-06-16T21:20:29.552Z Compiling smoltcp v0.9.1
15722026-06-16T21:20:29.669Z Compiling cfg_aliases v0.2.1
15732026-06-16T21:20:29.735Z Compiling zlib-rs v0.6.2
15742026-06-16T21:20:29.746Z Compiling nix v0.31.2
15752026-06-16T21:20:30.020Z Compiling postgres-protocol v0.6.10
15762026-06-16T21:20:30.067Z Compiling document-features v0.2.12
15772026-06-16T21:20:30.181Z Compiling publicsuffix v2.3.0
15782026-06-16T21:20:30.488Z Compiling pin-project v1.1.11
15792026-06-16T21:20:30.560Z Compiling sec1 v0.7.3
15802026-06-16T21:20:30.591Z Compiling zerocopy v0.7.35
15812026-06-16T21:20:30.665Z Compiling group v0.13.0
15822026-06-16T21:20:30.844Z Compiling num-iter v0.1.45
15832026-06-16T21:20:30.957Z Compiling newtype-uuid v1.3.2
15842026-06-16T21:20:31.142Z Compiling rand v0.8.6
15852026-06-16T21:20:31.176Z Compiling oxnet v0.1.6
15862026-06-16T21:20:31.253Z Compiling hubpack_derive v0.1.1
15872026-06-16T21:20:31.292Z Compiling darling v0.21.3
15882026-06-16T21:20:31.368Z Compiling snafu-derive v0.8.9
15892026-06-16T21:20:31.383Z Compiling hyper-tls v0.6.0
15902026-06-16T21:20:31.626Z Compiling derive_builder v0.20.2
15912026-06-16T21:20:31.712Z Compiling goblin v0.8.2
15922026-06-16T21:20:32.295Z Compiling phf_shared v0.13.1
15932026-06-16T21:20:32.442Z Compiling lazy_static v1.5.0
15942026-06-16T21:20:32.541Z Compiling regex v1.12.3
15952026-06-16T21:20:32.541Z Compiling anstyle-parse v0.2.7
15962026-06-16T21:20:32.606Z Compiling strum_macros v0.27.2
15972026-06-16T21:20:32.742Z Compiling flate2 v1.1.9
15982026-06-16T21:20:32.979Z Compiling futures-executor v0.3.32
15992026-06-16T21:20:33.037Z Compiling hex v0.4.3
16002026-06-16T21:20:33.153Z Compiling hkdf v0.12.4
16012026-06-16T21:20:33.244Z Compiling crypto-bigint v0.5.5
16022026-06-16T21:20:33.277Z Compiling ref-cast-impl v1.0.25
16032026-06-16T21:20:33.311Z Compiling daft-derive v0.1.7
16042026-06-16T21:20:33.325Z Compiling curve25519-dalek-derive v0.1.1
16052026-06-16T21:20:33.820Z Compiling terminal_size v0.4.3
16062026-06-16T21:20:33.958Z Compiling vergen v9.1.0
16072026-06-16T21:20:33.973Z Compiling fs-err v3.3.0
16082026-06-16T21:20:34.026Z Compiling cargo-platform v0.3.2
16092026-06-16T21:20:34.141Z Compiling ahash v0.8.12
16102026-06-16T21:20:34.164Z Compiling managed v0.8.0
16112026-06-16T21:20:34.303Z Compiling libbz2-rs-sys v0.2.2
16122026-06-16T21:20:34.344Z Compiling foldhash v0.1.5
16132026-06-16T21:20:34.384Z Compiling bumpalo v3.20.2
16142026-06-16T21:20:34.522Z Compiling winnow v0.5.40
16152026-06-16T21:20:34.580Z Compiling same-file v1.0.6
16162026-06-16T21:20:34.643Z Compiling object v0.37.3
16172026-06-16T21:20:34.748Z Compiling bitflags v1.3.2
16182026-06-16T21:20:34.884Z Compiling foldhash v0.2.0
16192026-06-16T21:20:35.032Z Compiling hashbrown v0.16.1
16202026-06-16T21:20:35.117Z Compiling bzip2 v0.6.1
16212026-06-16T21:20:35.236Z Compiling walkdir v2.5.0
16222026-06-16T21:20:35.327Z Compiling zopfli v0.8.3
16232026-06-16T21:20:35.418Z Compiling strum v0.27.2
16242026-06-16T21:20:35.554Z Compiling hashbrown v0.15.5
16252026-06-16T21:20:35.617Z Compiling clap_builder v4.6.0
16262026-06-16T21:20:35.631Z Compiling cargo_metadata v0.23.1
16272026-06-16T21:20:35.838Z Compiling elliptic-curve v0.13.8
16282026-06-16T21:20:36.014Z Compiling toml_edit v0.19.15
16292026-06-16T21:20:36.141Z Compiling daft v0.1.7
16302026-06-16T21:20:36.240Z Compiling dof v0.3.0
16312026-06-16T21:20:36.526Z Compiling snafu v0.8.9
16322026-06-16T21:20:36.889Z Compiling futures v0.3.32
16332026-06-16T21:20:36.962Z Compiling anstream v0.6.21
16342026-06-16T21:20:37.011Z Compiling phf v0.13.1
16352026-06-16T21:20:37.159Z Compiling signal-hook-mio v0.2.5
16362026-06-16T21:20:37.200Z Compiling cookie_store v0.22.1
16372026-06-16T21:20:37.296Z Compiling zstd v0.13.3
16382026-06-16T21:20:37.558Z Compiling hubpack v0.1.2
16392026-06-16T21:20:37.636Z Compiling bzip2 v0.4.4
16402026-06-16T21:20:37.781Z Compiling serde_with_macros v3.17.0
16412026-06-16T21:20:37.936Z Compiling postgres-types v0.2.12
16422026-06-16T21:20:38.507Z Compiling usdt-macro v0.6.0
16432026-06-16T21:20:38.612Z Compiling usdt-attr-macro v0.6.0
16442026-06-16T21:20:38.666Z Compiling globset v0.4.18
16452026-06-16T21:20:38.908Z Compiling dtrace-parser v0.2.0
16462026-06-16T21:20:38.972Z Compiling ed25519 v2.2.3
16472026-06-16T21:20:39.152Z Compiling phf_shared v0.11.3
16482026-06-16T21:20:39.258Z Compiling olpc-cjson v0.1.4
16492026-06-16T21:20:39.345Z Compiling pkcs1 v0.7.5
16502026-06-16T21:20:39.360Z Compiling clap_derive v4.6.1
16512026-06-16T21:20:39.412Z Compiling enum-as-inner v0.6.1
16522026-06-16T21:20:39.426Z Compiling strum_macros v0.26.4
16532026-06-16T21:20:39.669Z Compiling serde-big-array v0.5.1
16542026-06-16T21:20:39.746Z Compiling serde_plain v1.0.2
16552026-06-16T21:20:39.837Z Compiling rfc6979 v0.4.0
16562026-06-16T21:20:39.918Z Compiling pem v3.0.6
16572026-06-16T21:20:39.948Z Compiling async-recursion v1.1.1
16582026-06-16T21:20:39.966Z Compiling serde_repr v0.1.20
16592026-06-16T21:20:39.983Z Compiling float-cmp v0.10.0
16602026-06-16T21:20:40.137Z Compiling memmap2 v0.9.10
16612026-06-16T21:20:40.247Z Compiling thread-id v4.2.2
16622026-06-16T21:20:40.338Z Compiling env_filter v1.0.0
16632026-06-16T21:20:40.355Z Compiling static_assertions v1.1.0
16642026-06-16T21:20:40.436Z Compiling jiff v0.2.21
16652026-06-16T21:20:40.501Z Compiling either v1.15.0
16662026-06-16T21:20:40.608Z Compiling fixedbitset v0.4.2
16672026-06-16T21:20:40.647Z Compiling whoami v2.1.0
16682026-06-16T21:20:40.716Z Compiling difflib v0.4.0
16692026-06-16T21:20:40.831Z Compiling normalize-line-endings v0.3.0
16702026-06-16T21:20:40.935Z Compiling fixedbitset v0.5.7
16712026-06-16T21:20:41.030Z Compiling predicates-core v1.0.10
16722026-06-16T21:20:41.204Z Compiling typed-path v0.9.3
16732026-06-16T21:20:41.220Z Compiling data-encoding v2.10.0
16742026-06-16T21:20:41.238Z Compiling precomputed-hash v0.1.1
16752026-06-16T21:20:41.252Z Compiling keccak v0.1.6
16762026-06-16T21:20:41.285Z Compiling new_debug_unreachable v1.0.6
16772026-06-16T21:20:41.326Z Compiling strum v0.26.3
16782026-06-16T21:20:41.360Z Compiling string_cache v0.8.9
16792026-06-16T21:20:41.458Z Compiling sha3 v0.10.8
16802026-06-16T21:20:41.594Z Compiling hickory-proto v0.25.2
16812026-06-16T21:20:41.906Z Compiling clap v4.6.1
16822026-06-16T21:20:41.920Z Compiling predicates v3.1.4
16832026-06-16T21:20:41.991Z Compiling petgraph v0.8.3
16842026-06-16T21:20:42.057Z Compiling tokio-postgres v0.7.16
16852026-06-16T21:20:42.434Z Compiling petgraph v0.6.5
16862026-06-16T21:20:42.578Z Compiling itertools v0.13.0
16872026-06-16T21:20:42.631Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-06-16T21:20:43.799Z Compiling zip v4.6.1
16892026-06-16T21:20:43.888Z Compiling env_logger v0.11.9
16902026-06-16T21:20:43.947Z Compiling toml_edit v0.22.27
16912026-06-16T21:20:44.236Z Compiling usdt-impl v0.5.0
16922026-06-16T21:20:44.252Z Compiling usdt v0.6.0
16932026-06-16T21:20:44.515Z Compiling ecdsa v0.16.9
16942026-06-16T21:20:44.671Z Compiling rsa v0.9.10
16952026-06-16T21:20:44.761Z Compiling ed25519-dalek v2.2.0
16962026-06-16T21:20:44.871Z Compiling serde_with v3.17.0
16972026-06-16T21:20:44.950Z Compiling crossterm v0.28.1
16982026-06-16T21:20:45.518Z Compiling zip v0.6.6
16992026-06-16T21:20:46.293Z Compiling toml v0.7.8
17002026-06-16T21:20:46.308Z Compiling iddqd v0.4.2
17012026-06-16T21:20:46.828Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-06-16T21:20:46.900Z Compiling similar v2.7.0
17032026-06-16T21:20:46.935Z Compiling crossbeam-epoch v0.9.18
17042026-06-16T21:20:46.962Z Compiling tokio-stream v0.1.18
17052026-06-16T21:20:47.271Z Compiling buf-list v1.1.2
17062026-06-16T21:20:47.433Z Compiling x509-cert v0.2.5
17072026-06-16T21:20:47.456Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17082026-06-16T21:20:47.552Z Compiling openapiv3 v2.2.0
17092026-06-16T21:20:47.583Z Compiling sha1 v0.10.6
17102026-06-16T21:20:47.761Z Compiling peg-runtime v0.8.5
17112026-06-16T21:20:47.778Z Compiling lalrpop-util v0.19.12
17122026-06-16T21:20:47.808Z Compiling thread_local v1.1.9
17132026-06-16T21:20:47.986Z Compiling slog-async v2.8.0
17142026-06-16T21:20:48.052Z Compiling crossbeam-channel v0.5.15
17152026-06-16T21:20:48.066Z Compiling is-terminal v0.4.17
17162026-06-16T21:20:48.069Z Compiling filetime v0.2.27
17172026-06-16T21:20:48.188Z Compiling take_mut v0.2.2
17182026-06-16T21:20:48.241Z Compiling term v1.2.1
17192026-06-16T21:20:48.293Z Compiling xattr v1.6.1
17202026-06-16T21:20:48.466Z Compiling tar v0.4.45
17212026-06-16T21:20:48.557Z Compiling slog-term v2.9.2
17222026-06-16T21:20:58.652Z Compiling rustls-webpki v0.103.9
17232026-06-16T21:21:01.472Z Compiling tokio-rustls v0.26.4
17242026-06-16T21:21:01.472Z Compiling rustls-platform-verifier v0.6.2
17252026-06-16T21:21:01.662Z Compiling hyper-rustls v0.27.7
17262026-06-16T21:21:01.871Z Compiling reqwest v0.12.28
17272026-06-16T21:21:01.894Z Compiling reqwest v0.13.2
17282026-06-16T21:21:03.152Z Compiling tough v0.22.0
17292026-06-16T21:21:05.717Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-06-16T21:21:05.939Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-06-16T21:21:08.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17322026-06-16T21:21:08.995Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-06-16T21:21:09.051ZJun 16 21:21:07.827 INFO Starting download, target: Cockroach
17342026-06-16T21:21:09.051ZJun 16 21:21:07.828 INFO Starting download, target: Console
17352026-06-16T21:21:09.051ZJun 16 21:21:07.828 INFO Starting download, target: Clickhouse
17362026-06-16T21:21:09.051ZJun 16 21:21:07.828 INFO Starting download, target: DendriteStub
17372026-06-16T21:21:09.052ZJun 16 21:21:07.828 INFO Starting download, target: MaghemiteMgd
17382026-06-16T21:21:09.052ZJun 16 21:21:07.828 INFO Starting download, target: MaghemiteDdmd
17392026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Starting download, target: TransceiverControl
17402026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-06-16T21:21:09.057ZJun 16 21:21:07.828 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17472026-06-16T21:21:10.033ZJun 16 21:21:08.778 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-06-16T21:21:10.114ZJun 16 21:21:08.861 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-06-16T21:21:10.387ZJun 16 21:21:09.010 INFO Download complete, target: Console
17502026-06-16T21:21:10.437ZJun 16 21:21:09.068 INFO Download complete, target: TransceiverControl
17512026-06-16T21:21:11.325ZJun 16 21:21:10.086 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-06-16T21:21:17.128ZJun 16 21:21:15.900 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-06-16T21:21:17.307ZJun 16 21:21:16.079 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-06-16T21:21:17.495ZJun 16 21:21:16.251 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-06-16T21:21:17.495ZJun 16 21:21:16.251 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-06-16T21:21:17.573ZJun 16 21:21:16.340 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-06-16T21:21:17.961ZJun 16 21:21:16.735 INFO Checking that binary works, target: Clickhouse
17582026-06-16T21:21:18.051ZJun 16 21:21:16.827 INFO Download complete, target: Clickhouse
17592026-06-16T21:21:19.164ZJun 16 21:21:17.940 INFO Download complete, target: MaghemiteDdmd
17602026-06-16T21:21:19.496ZJun 16 21:21:18.274 INFO Download complete, target: MaghemiteMgd
17612026-06-16T21:21:20.098ZJun 16 21:21:18.875 INFO Download complete, target: DendriteStub
17622026-06-16T21:21:22.064ZJun 16 21:21:20.838 INFO Checking that binary works, target: Cockroach
17632026-06-16T21:21:22.183ZJun 16 21:21:20.960 INFO Download complete, target: Cockroach
17642026-06-16T21:21:22.197ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-06-16T21:21:22.200Z
17662026-06-16T21:21:22.200Zreal 2:24.823346146
17672026-06-16T21:21:22.200Zuser 7:02.598619330
17682026-06-16T21:21:22.200Zsys 1:25.423260259
17692026-06-16T21:21:22.200Ztrap 0.233059986
17702026-06-16T21:21:22.201Ztflt 0.682640922
17712026-06-16T21:21:22.201Zdflt 0.542441474
17722026-06-16T21:21:22.201Zkflt 0.025172174
17732026-06-16T21:21:22.201Zlock 23:00.690674960
17742026-06-16T21:21:22.201Zslp 21:45.606255147
17752026-06-16T21:21:22.201Zlat 45.184511376
17762026-06-16T21:21:22.201Zstop 1:59.599083440
17772026-06-16T21:21:22.201Z+ banner hack-check
17782026-06-16T21:21:22.201Z
17792026-06-16T21:21:22.201Z # # ## #### # # #### # # ###### #### # #
17802026-06-16T21:21:22.201Z # # # # # # # # # # # # # # # # #
17812026-06-16T21:21:22.201Z ###### # # # #### ##### # ###### ##### # ####
17822026-06-16T21:21:22.201Z # # ###### # # # # # # # # # #
17832026-06-16T21:21:22.201Z # # # # # # # # # # # # # # # # #
17842026-06-16T21:21:22.201Z # # # # #### # # #### # # ###### #### # #
17852026-06-16T21:21:22.201Z
17862026-06-16T21:21:22.201Z+ export CARGO_INCREMENTAL=0
17872026-06-16T21:21:22.201Z+ CARGO_INCREMENTAL=0
17882026-06-16T21:21:22.201Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-06-16T21:21:22.740Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-06-16T21:21:22.961Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-06-16T21:21:24.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
17922026-06-16T21:21:24.960Z Running `target/debug/xtask check-features --ci`
17932026-06-16T21:21:24.986Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-06-16T21:21:24.986Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-06-16T21:21:25.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17962026-06-16T21:21:25.505Z Running `target/debug/xtask download cargo-hack`
17972026-06-16T21:21:26.306Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-06-16T21:21:26.624Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-06-16T21:21:29.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
18002026-06-16T21:21:29.359Z Running `target/debug/xtask-downloader cargo-hack`
18012026-06-16T21:21:29.405ZJun 16 21:21:28.181 INFO Starting download, target: CargoHack
18022026-06-16T21:21:29.407ZJun 16 21:21:28.182 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-06-16T21:21:29.812ZJun 16 21:21:28.589 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-06-16T21:21:29.861ZJun 16 21:21:28.638 INFO Download complete, target: CargoHack
18052026-06-16T21:21:29.864Zrunning: "/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-16T21:21:29.877Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-06-16T21:21:30.038Zinfo: running `cargo check --bins` on api_identity (1/296)
18082026-06-16T21:21:30.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-16T21:21:30.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-16T21:21:30.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-16T21:21:30.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18122026-06-16T21:21:30.636Z
18132026-06-16T21:21:30.636Zinfo: running `cargo check --bins` on bootstore (2/296)
18142026-06-16T21:21:31.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-16T21:21:31.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-16T21:21:31.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-16T21:21:31.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18182026-06-16T21:21:31.235Z
18192026-06-16T21:21:31.235Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18202026-06-16T21:21:31.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-16T21:21:31.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-16T21:21:31.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-16T21:21:31.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-06-16T21:21:31.826Z
18252026-06-16T21:21:31.826Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18262026-06-16T21:21:32.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-16T21:21:32.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-16T21:21:32.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-16T21:21:32.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-16T21:21:32.423Z
18312026-06-16T21:21:32.423Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18322026-06-16T21:21:32.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-16T21:21:32.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-16T21:21:32.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-16T21:21:32.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-16T21:21:33.020Z
18372026-06-16T21:21:33.020Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18382026-06-16T21:21:33.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-16T21:21:33.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-16T21:21:33.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-16T21:21:33.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18422026-06-16T21:21:33.635Z
18432026-06-16T21:21:33.635Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18442026-06-16T21:21:34.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-16T21:21:34.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-16T21:21:34.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-16T21:21:34.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18482026-06-16T21:21:34.246Z
18492026-06-16T21:21:34.246Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18502026-06-16T21:21:34.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-16T21:21:34.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-16T21:21:34.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-16T21:21:34.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18542026-06-16T21:21:34.851Z
18552026-06-16T21:21:34.851Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18562026-06-16T21:21:35.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-16T21:21:35.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-16T21:21:35.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-16T21:21:35.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18602026-06-16T21:21:35.332Z
18612026-06-16T21:21:35.332Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18622026-06-16T21:21:35.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-16T21:21:35.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-16T21:21:35.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-16T21:21:35.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18662026-06-16T21:21:35.813Z
18672026-06-16T21:21:35.814Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18682026-06-16T21:21:36.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-16T21:21:36.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-16T21:21:36.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-16T21:21:36.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-06-16T21:21:36.294Z
18732026-06-16T21:21:36.294Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18742026-06-16T21:21:36.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-16T21:21:36.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-16T21:21:36.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-16T21:21:36.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-06-16T21:21:36.773Z
18792026-06-16T21:21:36.773Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18802026-06-16T21:21:37.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-16T21:21:37.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-16T21:21:37.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-16T21:21:37.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-06-16T21:21:37.248Z
18852026-06-16T21:21:37.249Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18862026-06-16T21:21:37.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-16T21:21:37.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-16T21:21:37.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-16T21:21:37.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-06-16T21:21:37.728Z
18912026-06-16T21:21:37.728Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18922026-06-16T21:21:38.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-16T21:21:38.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-16T21:21:38.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-16T21:21:38.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-06-16T21:21:38.204Z
18972026-06-16T21:21:38.204Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18982026-06-16T21:21:38.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-16T21:21:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-16T21:21:38.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-16T21:21:38.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-06-16T21:21:38.682Z
19032026-06-16T21:21:38.682Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
19042026-06-16T21:21:39.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-16T21:21:39.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-16T21:21:39.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-16T21:21:39.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-06-16T21:21:39.164Z
19092026-06-16T21:21:39.164Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19102026-06-16T21:21:39.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-16T21:21:39.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-16T21:21:39.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-16T21:21:39.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-06-16T21:21:39.645Z
19152026-06-16T21:21:39.646Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19162026-06-16T21:21:40.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-16T21:21:40.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-16T21:21:40.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-16T21:21:40.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-16T21:21:40.125Z
19212026-06-16T21:21:40.126Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19222026-06-16T21:21:40.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-16T21:21:40.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-16T21:21:40.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-16T21:21:40.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-06-16T21:21:40.624Z
19272026-06-16T21:21:40.624Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19282026-06-16T21:21:41.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-16T21:21:41.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-16T21:21:41.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-16T21:21:41.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-06-16T21:21:41.091Z
19332026-06-16T21:21:41.091Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19342026-06-16T21:21:41.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-16T21:21:41.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-16T21:21:41.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-16T21:21:41.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-06-16T21:21:41.574Z
19392026-06-16T21:21:41.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19402026-06-16T21:21:41.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-16T21:21:42.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-16T21:21:42.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-16T21:21:42.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-06-16T21:21:42.056Z
19452026-06-16T21:21:42.056Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19462026-06-16T21:21:42.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-16T21:21:42.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-16T21:21:42.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-16T21:21:42.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-06-16T21:21:42.538Z
19512026-06-16T21:21:42.538Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19522026-06-16T21:21:42.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-16T21:21:42.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-16T21:21:42.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-16T21:21:42.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-06-16T21:21:43.022Z
19572026-06-16T21:21:43.022Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19582026-06-16T21:21:43.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-16T21:21:43.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-16T21:21:43.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-16T21:21:43.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-06-16T21:21:43.502Z
19632026-06-16T21:21:43.502Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19642026-06-16T21:21:43.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-16T21:21:43.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-16T21:21:43.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-16T21:21:43.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-06-16T21:21:43.985Z
19692026-06-16T21:21:43.986Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19702026-06-16T21:21:44.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-16T21:21:44.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-16T21:21:44.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-16T21:21:44.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-06-16T21:21:44.467Z
19752026-06-16T21:21:44.467Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19762026-06-16T21:21:44.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-16T21:21:44.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-16T21:21:44.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-16T21:21:44.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-06-16T21:21:44.950Z
19812026-06-16T21:21:44.950Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19822026-06-16T21:21:45.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-16T21:21:45.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-16T21:21:45.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-16T21:21:45.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-06-16T21:21:45.429Z
19872026-06-16T21:21:45.429Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19882026-06-16T21:21:45.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-16T21:21:45.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-16T21:21:45.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-16T21:21:45.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-06-16T21:21:45.910Z
19932026-06-16T21:21:45.910Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19942026-06-16T21:21:46.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-16T21:21:46.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-16T21:21:46.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-16T21:21:46.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19982026-06-16T21:21:46.392Z
19992026-06-16T21:21:46.392Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
20002026-06-16T21:21:46.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-16T21:21:46.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-16T21:21:46.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-16T21:21:46.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-06-16T21:21:46.870Z
20052026-06-16T21:21:46.870Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
20062026-06-16T21:21:47.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-16T21:21:47.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-16T21:21:47.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-16T21:21:47.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-06-16T21:21:47.352Z
20112026-06-16T21:21:47.352Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20122026-06-16T21:21:47.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-16T21:21:47.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-16T21:21:47.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-16T21:21:47.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-06-16T21:21:47.832Z
20172026-06-16T21:21:47.832Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20182026-06-16T21:21:48.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-16T21:21:48.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-16T21:21:48.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-16T21:21:48.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-06-16T21:21:48.315Z
20232026-06-16T21:21:48.315Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20242026-06-16T21:21:48.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-16T21:21:48.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-16T21:21:48.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-16T21:21:48.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-06-16T21:21:48.800Z
20292026-06-16T21:21:48.800Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20302026-06-16T21:21:49.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-16T21:21:49.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-16T21:21:49.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-16T21:21:49.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-06-16T21:21:49.278Z
20352026-06-16T21:21:49.278Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20362026-06-16T21:21:49.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-16T21:21:49.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-16T21:21:49.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-16T21:21:49.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-06-16T21:21:49.752Z
20412026-06-16T21:21:49.752Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20422026-06-16T21:21:50.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-16T21:21:50.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-16T21:21:50.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-16T21:21:50.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-06-16T21:21:50.226Z
20472026-06-16T21:21:50.226Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20482026-06-16T21:21:50.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-16T21:21:50.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-16T21:21:50.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-16T21:21:50.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-06-16T21:21:50.705Z
20532026-06-16T21:21:50.705Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20542026-06-16T21:21:51.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-16T21:21:51.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-16T21:21:51.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-16T21:21:51.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-06-16T21:21:51.183Z
20592026-06-16T21:21:51.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20602026-06-16T21:21:51.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-16T21:21:51.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-16T21:21:51.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-16T21:21:51.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-06-16T21:21:51.659Z
20652026-06-16T21:21:51.660Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20662026-06-16T21:21:52.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-16T21:21:52.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-16T21:21:52.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-16T21:21:52.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-06-16T21:21:52.139Z
20712026-06-16T21:21:52.139Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20722026-06-16T21:21:52.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-16T21:21:52.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-16T21:21:52.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-16T21:21:52.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-06-16T21:21:52.616Z
20772026-06-16T21:21:52.616Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20782026-06-16T21:21:53.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-16T21:21:53.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-16T21:21:53.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-16T21:21:53.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-06-16T21:21:53.095Z
20832026-06-16T21:21:53.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20842026-06-16T21:21:53.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-16T21:21:53.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-16T21:21:53.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-16T21:21:53.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-06-16T21:21:53.575Z
20892026-06-16T21:21:53.575Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20902026-06-16T21:21:53.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-16T21:21:53.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-16T21:21:53.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-16T21:21:53.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20942026-06-16T21:21:54.058Z
20952026-06-16T21:21:54.058Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20962026-06-16T21:21:54.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-16T21:21:54.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-16T21:21:54.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-16T21:21:54.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-06-16T21:21:54.700Z
21012026-06-16T21:21:54.700Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
21022026-06-16T21:21:55.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-16T21:21:55.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-16T21:21:55.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-16T21:21:55.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-06-16T21:21:55.373Z
21072026-06-16T21:21:55.374Zinfo: running `cargo check --bins` on nexus-config (51/296)
21082026-06-16T21:21:55.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-16T21:21:55.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-16T21:21:55.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-16T21:21:55.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21122026-06-16T21:21:55.992Z
21132026-06-16T21:21:55.992Zinfo: running `cargo check --bins` on nexus-types (52/296)
21142026-06-16T21:21:56.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-16T21:21:56.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-16T21:21:56.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-16T21:21:56.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21182026-06-16T21:21:56.639Z
21192026-06-16T21:21:56.640Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21202026-06-16T21:21:57.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-16T21:21:57.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-16T21:21:57.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-16T21:21:57.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-06-16T21:21:57.254Z
21252026-06-16T21:21:57.254Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21262026-06-16T21:21:57.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-16T21:21:57.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-16T21:21:57.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-16T21:21:57.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-16T21:21:57.845Z
21312026-06-16T21:21:57.846Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21322026-06-16T21:21:58.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-16T21:21:58.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-16T21:21:58.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-16T21:21:58.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21362026-06-16T21:21:58.456Z
21372026-06-16T21:21:58.456Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21382026-06-16T21:21:58.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-16T21:21:58.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-16T21:21:58.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-16T21:21:58.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-16T21:21:59.066Z
21432026-06-16T21:21:59.066Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21442026-06-16T21:21:59.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-16T21:21:59.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-16T21:21:59.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-16T21:21:59.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21482026-06-16T21:21:59.681Z
21492026-06-16T21:21:59.681Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21502026-06-16T21:22:00.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-16T21:22:00.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-16T21:22:00.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-16T21:22:00.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21542026-06-16T21:22:00.296Z
21552026-06-16T21:22:00.296Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21562026-06-16T21:22:00.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-16T21:22:00.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-16T21:22:00.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-16T21:22:00.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-06-16T21:22:00.892Z
21612026-06-16T21:22:00.892Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21622026-06-16T21:22:01.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-16T21:22:01.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-16T21:22:01.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-16T21:22:01.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-06-16T21:22:01.489Z
21672026-06-16T21:22:01.489Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21682026-06-16T21:22:01.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-16T21:22:02.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-16T21:22:02.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-16T21:22:02.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-16T21:22:02.082Z
21732026-06-16T21:22:02.082Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21742026-06-16T21:22:02.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-16T21:22:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-16T21:22:02.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-16T21:22:02.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-16T21:22:02.673Z
21792026-06-16T21:22:02.673Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21802026-06-16T21:22:03.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-16T21:22:03.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-16T21:22:03.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-16T21:22:03.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-06-16T21:22:03.281Z
21852026-06-16T21:22:03.281Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21862026-06-16T21:22:03.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-16T21:22:03.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-16T21:22:03.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-16T21:22:03.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-06-16T21:22:03.893Z
21912026-06-16T21:22:03.893Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21922026-06-16T21:22:04.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-16T21:22:04.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-16T21:22:04.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-16T21:22:04.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-16T21:22:04.487Z
21972026-06-16T21:22:04.487Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21982026-06-16T21:22:04.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-16T21:22:04.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-16T21:22:04.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-16T21:22:04.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-16T21:22:05.081Z
22032026-06-16T21:22:05.081Zinfo: running `cargo check --bins` on ereport-types (67/296)
22042026-06-16T21:22:05.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-16T21:22:05.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-16T21:22:05.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-16T21:22:05.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-16T21:22:05.681Z
22092026-06-16T21:22:05.681Zinfo: running `cargo check --bins` on gateway-client (68/296)
22102026-06-16T21:22:06.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-16T21:22:06.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-16T21:22:06.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-16T21:22:06.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22142026-06-16T21:22:06.287Z
22152026-06-16T21:22:06.287Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22162026-06-16T21:22:06.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-16T21:22:06.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-16T21:22:06.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-16T21:22:06.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-16T21:22:06.933Z
22212026-06-16T21:22:06.933Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22222026-06-16T21:22:07.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-16T21:22:07.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-16T21:22:07.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-16T21:22:07.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-16T21:22:07.486Z
22272026-06-16T21:22:07.486Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22282026-06-16T21:22:07.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-16T21:22:07.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-16T21:22:07.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-16T21:22:08.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-16T21:22:08.087Z
22332026-06-16T21:22:08.088Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22342026-06-16T21:22:08.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-16T21:22:08.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-16T21:22:08.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-16T21:22:08.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-16T21:22:08.690Z
22392026-06-16T21:22:08.690Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22402026-06-16T21:22:09.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-16T21:22:09.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-16T21:22:09.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-16T21:22:09.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22442026-06-16T21:22:09.312Z
22452026-06-16T21:22:09.312Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22462026-06-16T21:22:09.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-16T21:22:09.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-16T21:22:09.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-16T21:22:09.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22502026-06-16T21:22:09.934Z
22512026-06-16T21:22:09.934Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22522026-06-16T21:22:10.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-16T21:22:10.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-16T21:22:10.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-06-16T21:22:10.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22562026-06-16T21:22:10.530Z
22572026-06-16T21:22:10.531Zinfo: running `cargo check --bins` on oxlog (76/296)
22582026-06-16T21:22:11.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-06-16T21:22:11.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-06-16T21:22:11.154Z Checking cfg-if v1.0.4
22612026-06-16T21:22:11.159Z Checking libc v0.2.185
22622026-06-16T21:22:11.159Z Checking serde_core v1.0.228
22632026-06-16T21:22:11.278Z Checking zeroize v1.8.2
22642026-06-16T21:22:11.289Z Checking memchr v2.8.0
22652026-06-16T21:22:11.296Z Checking log v0.4.29
22662026-06-16T21:22:11.306Z Checking smallvec v1.15.1
22672026-06-16T21:22:11.319Z Checking typenum v1.19.0
22682026-06-16T21:22:11.322Z Checking subtle v2.6.1
22692026-06-16T21:22:11.417Z Checking itoa v1.0.17
22702026-06-16T21:22:11.455Z Checking scopeguard v1.2.0
22712026-06-16T21:22:11.475Z Checking stable_deref_trait v1.2.1
22722026-06-16T21:22:11.479Z Checking const-oid v0.9.6
22732026-06-16T21:22:11.550Z Checking zerofrom v0.1.6
22742026-06-16T21:22:11.553Z Checking lock_api v0.4.14
22752026-06-16T21:22:11.575Z Checking pin-project-lite v0.2.17
22762026-06-16T21:22:11.656Z Checking portable-atomic v1.13.1
22772026-06-16T21:22:11.669Z Checking yoke v0.8.1
22782026-06-16T21:22:11.684Z Checking getrandom v0.2.17
22792026-06-16T21:22:11.684Z Checking errno v0.3.14
22802026-06-16T21:22:11.758Z Checking parking_lot_core v0.9.12
22812026-06-16T21:22:11.832Z Checking generic-array v0.14.7
22822026-06-16T21:22:11.844Z Checking signal-hook-registry v1.4.8
22832026-06-16T21:22:11.855Z Checking rand_core v0.6.4
22842026-06-16T21:22:11.868Z Checking zerovec v0.11.5
22852026-06-16T21:22:11.942Z Checking futures-core v0.3.32
22862026-06-16T21:22:11.998Z Checking critical-section v1.2.0
22872026-06-16T21:22:12.055Z Checking parking_lot v0.12.5
22882026-06-16T21:22:12.061Z Checking mio v1.2.0
22892026-06-16T21:22:12.068Z Checking zerocopy v0.8.40
22902026-06-16T21:22:12.094Z Checking once_cell v1.21.3
22912026-06-16T21:22:12.158Z Checking zmij v1.0.21
22922026-06-16T21:22:12.210Z Checking socket2 v0.6.3
22932026-06-16T21:22:12.266Z Checking libm v0.2.16
22942026-06-16T21:22:12.269Z Checking crypto-common v0.1.7
22952026-06-16T21:22:12.293Z Checking block-buffer v0.10.4
22962026-06-16T21:22:12.329Z Checking tinystr v0.8.2
22972026-06-16T21:22:12.369Z Checking litemap v0.8.1
22982026-06-16T21:22:12.395Z Checking equivalent v1.0.2
22992026-06-16T21:22:12.431Z Checking digest v0.10.7
23002026-06-16T21:22:12.447Z Checking writeable v0.6.2
23012026-06-16T21:22:12.477Z Checking percent-encoding v2.3.2
23022026-06-16T21:22:12.506Z Checking potential_utf v0.1.4
23032026-06-16T21:22:12.539Z Checking zerotrie v0.2.3
23042026-06-16T21:22:12.605Z Checking icu_locale_core v2.1.1
23052026-06-16T21:22:12.618Z Checking futures-sink v0.3.32
23062026-06-16T21:22:12.633Z Checking icu_collections v2.1.1
23072026-06-16T21:22:12.646Z Checking cpufeatures v0.2.17
23082026-06-16T21:22:12.713Z Checking futures-task v0.3.32
23092026-06-16T21:22:12.725Z Checking futures-channel v0.3.32
23102026-06-16T21:22:12.756Z Checking serde v1.0.228
23112026-06-16T21:22:12.788Z Checking bitflags v2.11.0
23122026-06-16T21:22:12.847Z Checking serde_json v1.0.149
23132026-06-16T21:22:12.914Z Checking futures-io v0.3.32
23142026-06-16T21:22:12.939Z Checking slab v0.4.12
23152026-06-16T21:22:12.952Z Checking hmac v0.12.1
23162026-06-16T21:22:12.965Z Checking num-traits v0.2.19
23172026-06-16T21:22:13.024Z Checking icu_properties_data v2.1.2
23182026-06-16T21:22:13.082Z Checking icu_normalizer_data v2.1.1
23192026-06-16T21:22:13.094Z Checking futures-util v0.3.32
23202026-06-16T21:22:13.150Z Checking hashbrown v0.17.0
23212026-06-16T21:22:13.164Z Checking bytes v1.11.1
23222026-06-16T21:22:13.164Z Checking rand_core v0.10.0
23232026-06-16T21:22:13.168Z Checking icu_provider v2.1.1
23242026-06-16T21:22:13.326Z Checking getrandom v0.4.1
23252026-06-16T21:22:13.405Z Checking icu_properties v2.1.2
23262026-06-16T21:22:13.477Z Checking icu_normalizer v2.1.1
23272026-06-16T21:22:13.502Z Checking block-padding v0.3.3
23282026-06-16T21:22:13.531Z Checking utf8_iter v1.0.4
23292026-06-16T21:22:13.600Z Checking tokio v1.52.1
23302026-06-16T21:22:13.612Z Checking indexmap v2.14.0
23312026-06-16T21:22:13.631Z Checking inout v0.1.4
23322026-06-16T21:22:13.652Z Checking sha2 v0.10.9
23332026-06-16T21:22:13.766Z Checking cipher v0.4.4
23342026-06-16T21:22:13.784Z Checking form_urlencoded v1.2.2
23352026-06-16T21:22:13.910Z Checking getrandom v0.3.4
23362026-06-16T21:22:13.923Z Checking byteorder v1.5.0
23372026-06-16T21:22:13.973Z Checking fnv v1.0.7
23382026-06-16T21:22:14.052Z Checking base64ct v1.8.3
23392026-06-16T21:22:14.068Z Checking flagset v0.4.7
23402026-06-16T21:22:14.121Z Checking rand_core v0.9.5
23412026-06-16T21:22:14.173Z Checking http v1.4.0
23422026-06-16T21:22:14.190Z Checking regex-syntax v0.8.10
23432026-06-16T21:22:14.228Z Checking idna_adapter v1.2.1
23442026-06-16T21:22:14.285Z Checking pem-rfc7468 v0.7.0
23452026-06-16T21:22:14.301Z Checking salsa20 v0.10.2
23462026-06-16T21:22:14.348Z Checking idna v1.1.0
23472026-06-16T21:22:14.430Z Checking uuid v1.23.0
23482026-06-16T21:22:14.443Z Checking der v0.7.10
23492026-06-16T21:22:14.594Z Checking url v2.5.8
23502026-06-16T21:22:14.737Z Checking pbkdf2 v0.12.2
23512026-06-16T21:22:14.751Z Checking rustix v1.1.3
23522026-06-16T21:22:14.834Z Checking ppv-lite86 v0.2.21
23532026-06-16T21:22:14.847Z Checking tracing-core v0.1.36
23542026-06-16T21:22:15.020Z Checking rustls-pki-types v1.14.0
23552026-06-16T21:22:15.041Z Checking base64 v0.22.1
23562026-06-16T21:22:15.125Z Checking iana-time-zone v0.1.65
23572026-06-16T21:22:15.156Z Checking tracing v0.1.44
23582026-06-16T21:22:15.175Z Checking spki v0.7.3
23592026-06-16T21:22:15.230Z Checking chrono v0.4.44
23602026-06-16T21:22:15.277Z Checking rand_chacha v0.9.0
23612026-06-16T21:22:15.308Z Checking scrypt v0.11.0
23622026-06-16T21:22:15.337Z Checking http-body v1.0.1
23632026-06-16T21:22:15.359Z Checking cbc v0.1.2
23642026-06-16T21:22:15.448Z Checking aes v0.8.4
23652026-06-16T21:22:15.467Z Checking aws-lc-sys v0.40.0
23662026-06-16T21:22:15.480Z Checking untrusted v0.9.0
23672026-06-16T21:22:15.492Z Checking untrusted v0.7.1
23682026-06-16T21:22:15.506Z Checking tinyvec_macros v0.1.1
23692026-06-16T21:22:15.573Z Checking openssl-probe v0.2.1
23702026-06-16T21:22:15.586Z Checking ring v0.17.14
23712026-06-16T21:22:15.600Z Checking tinyvec v1.10.0
23722026-06-16T21:22:15.614Z Checking rand v0.9.2
23732026-06-16T21:22:15.679Z Checking try-lock v0.2.5
23742026-06-16T21:22:15.779Z Checking tower-layer v0.3.3
23752026-06-16T21:22:15.904Z Checking pkcs5 v0.7.1
23762026-06-16T21:22:15.910Z Checking tower-service v0.3.3
23772026-06-16T21:22:15.929Z Checking atomic-waker v1.1.2
23782026-06-16T21:22:15.999Z Checking aws-lc-rs v1.16.3
23792026-06-16T21:22:16.015Z Checking want v0.3.1
23802026-06-16T21:22:16.027Z Checking ipnet v2.11.0
23812026-06-16T21:22:16.107Z Checking pkcs8 v0.10.2
23822026-06-16T21:22:16.120Z Checking httparse v1.10.1
23832026-06-16T21:22:16.134Z Checking aho-corasick v1.1.4
23842026-06-16T21:22:16.148Z Checking dyn-clone v1.0.20
23852026-06-16T21:22:16.249Z Checking plain v0.2.3
23862026-06-16T21:22:16.290Z Checking fastrand v2.3.0
23872026-06-16T21:22:16.302Z Checking pin-utils v0.1.0
23882026-06-16T21:22:16.332Z Checking httpdate v1.0.3
23892026-06-16T21:22:16.354Z Checking utf8parse v0.2.2
23902026-06-16T21:22:16.368Z Checking foreign-types-shared v0.1.1
23912026-06-16T21:22:16.452Z Checking foreign-types v0.3.2
23922026-06-16T21:22:16.467Z Checking unicode-normalization v0.1.25
23932026-06-16T21:22:16.481Z Checking tempfile v3.25.0
23942026-06-16T21:22:16.496Z Checking semver v1.0.28
23952026-06-16T21:22:16.520Z Checking openssl-sys v0.9.115
23962026-06-16T21:22:16.614Z Checking spin v0.9.8
23972026-06-16T21:22:16.674Z Checking socket2 v0.5.10
23982026-06-16T21:22:16.703Z Checking unicode-ident v1.0.24
23992026-06-16T21:22:16.803Z Checking anstyle v1.0.14
24002026-06-16T21:22:16.815Z Checking ucd-trie v0.1.7
24012026-06-16T21:22:16.837Z Checking regex-automata v0.4.14
24022026-06-16T21:22:16.868Z Checking rustls-webpki v0.103.9
24032026-06-16T21:22:16.883Z Checking proc-macro2 v1.0.106
24042026-06-16T21:22:16.898Z Checking tokio-util v0.7.18
24052026-06-16T21:22:16.910Z Checking openssl v0.10.79
24062026-06-16T21:22:16.923Z Checking schemars v0.8.22
24072026-06-16T21:22:16.941Z Checking pest v2.8.6
24082026-06-16T21:22:16.990Z Checking rustls-native-certs v0.8.3
24092026-06-16T21:22:17.120Z Checking thiserror v2.0.18
24102026-06-16T21:22:17.194Z Checking sync_wrapper v1.0.2
24112026-06-16T21:22:17.221Z Checking wait-timeout v0.2.1
24122026-06-16T21:22:17.288Z Checking rustls v0.23.37
24132026-06-16T21:22:17.302Z Checking simd-adler32 v0.3.8
24142026-06-16T21:22:17.341Z Checking quick-error v1.2.3
24152026-06-16T21:22:17.444Z Checking anstyle-query v1.1.5
24162026-06-16T21:22:17.469Z Checking colorchoice v1.0.4
24172026-06-16T21:22:17.510Z Checking h2 v0.4.13
24182026-06-16T21:22:17.534Z Checking pretty-hex v0.4.1
24192026-06-16T21:22:17.570Z Checking siphasher v1.0.2
24202026-06-16T21:22:17.570Z Checking powerfmt v0.2.0
24212026-06-16T21:22:17.649Z Checking is_terminal_polyfill v1.70.2
24222026-06-16T21:22:17.727Z Checking bit-vec v0.8.0
24232026-06-16T21:22:17.730Z Checking deranged v0.5.8
24242026-06-16T21:22:17.753Z Checking rusty-fork v0.3.1
24252026-06-16T21:22:17.921Z Checking bit-set v0.8.0
24262026-06-16T21:22:17.934Z Checking tower v0.5.3
24272026-06-16T21:22:18.004Z Checking quote v1.0.45
24282026-06-16T21:22:18.068Z Compiling newtype-uuid v1.3.2
24292026-06-16T21:22:18.177Z Checking http-body-util v0.1.3
24302026-06-16T21:22:18.251Z Checking webpki-roots v1.0.6
24312026-06-16T21:22:18.315Z Checking crossbeam-utils v0.8.21
24322026-06-16T21:22:18.367Z Checking rand_xorshift v0.4.0
24332026-06-16T21:22:18.397Z Checking crc32fast v1.5.0
24342026-06-16T21:22:18.488Z Checking scroll v0.13.0
24352026-06-16T21:22:18.538Z Checking signature v2.2.0
24362026-06-16T21:22:18.647Z Checking num_threads v0.1.7
24372026-06-16T21:22:18.662Z Checking unicode-bidi v0.3.18
24382026-06-16T21:22:18.675Z Checking adler2 v2.0.1
24392026-06-16T21:22:18.678Z Checking ryu v1.0.23
24402026-06-16T21:22:18.716Z Checking iri-string v0.7.10
24412026-06-16T21:22:18.730Z Checking unicode-properties v0.1.4
24422026-06-16T21:22:18.781Z Checking unarray v0.1.4
24432026-06-16T21:22:18.820Z Checking num-conv v0.2.0
24442026-06-16T21:22:18.888Z Checking time-core v0.1.8
24452026-06-16T21:22:18.919Z Checking allocator-api2 v0.2.21
24462026-06-16T21:22:18.937Z Checking proptest v1.10.0
24472026-06-16T21:22:18.950Z Checking native-tls v0.2.18
24482026-06-16T21:22:18.963Z Checking stringprep v0.1.5
24492026-06-16T21:22:19.027Z Checking time v0.3.47
24502026-06-16T21:22:19.123Z Checking serde_urlencoded v0.7.1
24512026-06-16T21:22:19.138Z Checking tokio-native-tls v0.3.1
24522026-06-16T21:22:19.211Z Checking miniz_oxide v0.8.9
24532026-06-16T21:22:19.285Z Checking goblin v0.10.5
24542026-06-16T21:22:19.323Z Checking bstr v1.12.1
24552026-06-16T21:22:19.578Z Checking crossbeam-epoch v0.9.18
24562026-06-16T21:22:19.676Z Checking tokio-rustls v0.26.4
24572026-06-16T21:22:19.719Z Compiling daft v0.1.7
24582026-06-16T21:22:19.737Z Checking tower-http v0.6.8
24592026-06-16T21:22:19.795Z Checking syn v2.0.117
24602026-06-16T21:22:19.898Z Checking ipnetwork v0.21.1
24612026-06-16T21:22:20.004Z Checking anstyle-parse v1.0.0
24622026-06-16T21:22:20.016Z Checking rand_chacha v0.3.1
24632026-06-16T21:22:20.119Z Checking scroll v0.12.0
24642026-06-16T21:22:20.151Z Checking thiserror v1.0.69
24652026-06-16T21:22:20.169Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-06-16T21:22:20.233Z Checking hash32 v0.2.1
24672026-06-16T21:22:20.239Z Checking num-integer v0.1.46
24682026-06-16T21:22:20.253Z Checking hyper v1.8.1
24692026-06-16T21:22:20.271Z Checking serde_spanned v0.6.9
24702026-06-16T21:22:20.392Z Checking toml_datetime v0.6.11
24712026-06-16T21:22:20.431Z Checking md-5 v0.10.6
24722026-06-16T21:22:20.431Z Checking ff v0.13.1
24732026-06-16T21:22:20.468Z Checking encoding_rs v0.8.35
24742026-06-16T21:22:20.522Z Checking base16ct v0.2.0
24752026-06-16T21:22:20.535Z Checking psl-types v2.0.11
24762026-06-16T21:22:20.548Z Checking fallible-iterator v0.2.0
24772026-06-16T21:22:20.650Z Checking zlib-rs v0.6.2
24782026-06-16T21:22:20.651Z Checking mime v0.3.17
24792026-06-16T21:22:20.824Z Checking postgres-protocol v0.6.10
24802026-06-16T21:22:20.838Z Checking sec1 v0.7.3
24812026-06-16T21:22:20.901Z Checking publicsuffix v2.3.0
24822026-06-16T21:22:21.057Z Checking group v0.13.0
24832026-06-16T21:22:21.074Z Checking num-iter v0.1.45
24842026-06-16T21:22:21.177Z Checking heapless v0.7.17
24852026-06-16T21:22:21.221Z Checking goblin v0.8.2
24862026-06-16T21:22:21.221Z Checking hyper-util v0.1.20
24872026-06-16T21:22:21.261Z Checking zstd-safe v7.2.4
24882026-06-16T21:22:21.408Z Checking rand v0.8.6
24892026-06-16T21:22:21.467Z Checking cookie v0.18.1
24902026-06-16T21:22:21.562Z Checking anstream v1.0.0
24912026-06-16T21:22:21.579Z Checking flate2 v1.1.9
24922026-06-16T21:22:21.635Z Checking dof v0.4.0
24932026-06-16T21:22:21.655Z Checking oxnet v0.1.6
24942026-06-16T21:22:21.765Z Compiling iddqd v0.4.2
24952026-06-16T21:22:21.871Z Checking dtrace-parser v0.3.0
24962026-06-16T21:22:21.887Z Checking phf_shared v0.13.1
24972026-06-16T21:22:21.909Z Checking lazy_static v1.5.0
24982026-06-16T21:22:21.994Z Checking anstyle-parse v0.2.7
24992026-06-16T21:22:22.092Z Checking pin-project v1.1.11
25002026-06-16T21:22:22.100Z Checking zerocopy v0.7.35
25012026-06-16T21:22:22.144Z Checking bzip2-sys v0.1.13+1.0.8
25022026-06-16T21:22:22.152Z Checking signal-hook v0.3.18
25032026-06-16T21:22:22.180Z Checking terminal_size v0.4.3
25042026-06-16T21:22:22.228Z Checking futures-executor v0.3.32
25052026-06-16T21:22:22.274Z Checking hex v0.4.3
25062026-06-16T21:22:22.303Z Checking hkdf v0.12.4
25072026-06-16T21:22:22.372Z Checking crypto-bigint v0.5.5
25082026-06-16T21:22:22.380Z Checking thread-id v5.1.0
25092026-06-16T21:22:22.423Z Checking foldhash v0.2.0
25102026-06-16T21:22:22.448Z Checking clap_lex v1.0.0
25112026-06-16T21:22:22.476Z Checking hyper-rustls v0.27.7
25122026-06-16T21:22:22.497Z Checking hyper-tls v0.6.0
25132026-06-16T21:22:22.578Z Checking libbz2-rs-sys v0.2.2
25142026-06-16T21:22:22.601Z Checking same-file v1.0.6
25152026-06-16T21:22:22.605Z Checking either v1.15.0
25162026-06-16T21:22:22.667Z Compiling rayon-core v1.13.0
25172026-06-16T21:22:22.671Z Checking winnow v0.5.40
25182026-06-16T21:22:22.707Z Checking foldhash v0.1.5
25192026-06-16T21:22:22.786Z Checking winnow v0.7.14
25202026-06-16T21:22:22.840Z Checking managed v0.8.0
25212026-06-16T21:22:22.853Z Checking strsim v0.11.1
25222026-06-16T21:22:22.974Z Checking bumpalo v3.20.2
25232026-06-16T21:22:23.018Z Checking bitflags v1.3.2
25242026-06-16T21:22:23.030Z Checking clap_builder v4.6.0
25252026-06-16T21:22:23.050Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-06-16T21:22:23.089Z Checking smoltcp v0.9.1
25272026-06-16T21:22:23.106Z Checking dof v0.3.0
25282026-06-16T21:22:23.172Z Checking zopfli v0.8.3
25292026-06-16T21:22:23.232Z Checking bzip2 v0.6.1
25302026-06-16T21:22:23.255Z Checking elliptic-curve v0.13.8
25312026-06-16T21:22:23.391Z Checking hashbrown v0.15.5
25322026-06-16T21:22:23.420Z Checking walkdir v2.5.0
25332026-06-16T21:22:23.500Z Checking reqwest v0.12.28
25342026-06-16T21:22:23.567Z Checking hashbrown v0.16.1
25352026-06-16T21:22:23.581Z Checking usdt-impl v0.6.0
25362026-06-16T21:22:23.673Z Checking futures v0.3.32
25372026-06-16T21:22:23.754Z Checking signal-hook-mio v0.2.5
25382026-06-16T21:22:23.830Z Checking toml_edit v0.19.15
25392026-06-16T21:22:23.857Z Checking bzip2 v0.4.4
25402026-06-16T21:22:23.857Z Checking snafu v0.8.9
25412026-06-16T21:22:23.883Z Checking anstream v0.6.21
25422026-06-16T21:22:24.023Z Checking phf v0.13.1
25432026-06-16T21:22:24.029Z Checking num-bigint-dig v0.8.6
25442026-06-16T21:22:24.080Z Checking cookie_store v0.22.1
25452026-06-16T21:22:24.106Z Checking zstd v0.13.3
25462026-06-16T21:22:24.123Z Checking postgres-types v0.2.12
25472026-06-16T21:22:24.270Z Checking dtrace-parser v0.2.0
25482026-06-16T21:22:24.297Z Checking crossbeam-deque v0.8.6
25492026-06-16T21:22:24.312Z Checking globset v0.4.18
25502026-06-16T21:22:24.379Z Checking rustls-platform-verifier v0.6.2
25512026-06-16T21:22:24.414Z Checking regex v1.12.3
25522026-06-16T21:22:24.432Z Checking ed25519 v2.2.3
25532026-06-16T21:22:24.473Z Checking phf_shared v0.11.3
25542026-06-16T21:22:24.504Z Checking olpc-cjson v0.1.4
25552026-06-16T21:22:24.519Z Checking ref-cast v1.0.25
25562026-06-16T21:22:24.560Z Checking curve25519-dalek v4.1.3
25572026-06-16T21:22:24.611Z Checking strum v0.27.2
25582026-06-16T21:22:24.626Z Checking hubpack v0.1.2
25592026-06-16T21:22:24.631Z Checking memoffset v0.9.1
25602026-06-16T21:22:24.646Z Checking rustix v0.38.44
25612026-06-16T21:22:24.717Z Checking pkcs1 v0.7.5
25622026-06-16T21:22:24.747Z Checking pem v3.0.6
25632026-06-16T21:22:24.754Z Checking float-cmp v0.10.0
25642026-06-16T21:22:24.786Z Checking serde-big-array v0.5.1
25652026-06-16T21:22:24.846Z Checking serde_plain v1.0.2
25662026-06-16T21:22:24.859Z Checking erased-serde v0.3.31
25672026-06-16T21:22:24.875Z Checking rfc6979 v0.4.0
25682026-06-16T21:22:24.882Z Checking memmap2 v0.9.10
25692026-06-16T21:22:24.899Z Checking thread-id v4.2.2
25702026-06-16T21:22:24.917Z Checking env_filter v1.0.0
25712026-06-16T21:22:24.974Z Checking normalize-line-endings v0.3.0
25722026-06-16T21:22:24.988Z Checking unicode-segmentation v1.12.0
25732026-06-16T21:22:25.005Z Checking fixedbitset v0.4.2
25742026-06-16T21:22:25.055Z Checking data-encoding v2.10.0
25752026-06-16T21:22:25.064Z Checking whoami v2.1.0
25762026-06-16T21:22:25.070Z Checking fixedbitset v0.5.7
25772026-06-16T21:22:25.149Z Checking jiff v0.2.21
25782026-06-16T21:22:25.249Z Checking toml_write v0.1.2
25792026-06-16T21:22:25.257Z Checking predicates-core v1.0.10
25802026-06-16T21:22:25.264Z Checking new_debug_unreachable v1.0.6
25812026-06-16T21:22:25.301Z Checking typed-path v0.9.3
25822026-06-16T21:22:25.313Z Checking difflib v0.4.0
25832026-06-16T21:22:25.329Z Checking keccak v0.1.6
25842026-06-16T21:22:25.345Z Checking precomputed-hash v0.1.1
25852026-06-16T21:22:25.368Z Checking static_assertions v1.1.0
25862026-06-16T21:22:25.401Z Checking toml_edit v0.22.27
25872026-06-16T21:22:25.421Z Checking string_cache v0.8.9
25882026-06-16T21:22:25.437Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25892026-06-16T21:22:25.464Z Checking crossterm v0.28.1
25902026-06-16T21:22:25.489Z Checking predicates v3.1.4
25912026-06-16T21:22:25.506Z Checking sha3 v0.10.8
25922026-06-16T21:22:25.586Z Checking ed25519-dalek v2.2.0
25932026-06-16T21:22:25.703Z Checking hickory-proto v0.25.2
25942026-06-16T21:22:25.799Z Checking similar v2.7.0
25952026-06-16T21:22:25.814Z Checking petgraph v0.8.3
25962026-06-16T21:22:26.113Z Checking tough v0.22.0
25972026-06-16T21:22:26.193Z Checking tokio-postgres v0.7.16
25982026-06-16T21:22:26.197Z Checking slog v2.8.2
25992026-06-16T21:22:26.468Z Checking petgraph v0.6.5
26002026-06-16T21:22:26.527Z Checking env_logger v0.11.9
26012026-06-16T21:22:26.737Z Checking usdt v0.6.0
26022026-06-16T21:22:26.896Z Checking ecdsa v0.16.9
26032026-06-16T21:22:27.242Z Checking usdt-impl v0.5.0
26042026-06-16T21:22:27.408Z Checking rsa v0.9.10
26052026-06-16T21:22:27.429Z Checking toml v0.7.8
26062026-06-16T21:22:27.433Z Checking zip v4.6.1
26072026-06-16T21:22:27.518Z Checking nix v0.31.2
26082026-06-16T21:22:27.730Z Checking reqwest v0.13.2
26092026-06-16T21:22:27.875Z Checking clap v4.6.1
26102026-06-16T21:22:28.050Z Checking zip v0.6.6
26112026-06-16T21:22:28.056Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-06-16T21:22:28.097Z Checking itertools v0.13.0
26132026-06-16T21:22:28.113Z Checking serde_with v3.17.0
26142026-06-16T21:22:28.281Z Checking strum v0.26.3
26152026-06-16T21:22:28.351Z Checking fs-err v3.3.0
26162026-06-16T21:22:28.398Z Checking ahash v0.8.12
26172026-06-16T21:22:28.511Z Checking object v0.37.3
26182026-06-16T21:22:28.580Z Checking tokio-stream v0.1.18
26192026-06-16T21:22:28.595Z Checking buf-list v1.1.2
26202026-06-16T21:22:28.602Z Checking anyhow v1.0.102
26212026-06-16T21:22:28.619Z Checking camino v1.2.2
26222026-06-16T21:22:28.648Z Checking x509-cert v0.2.5
26232026-06-16T21:22:28.767Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26242026-06-16T21:22:28.795Z Checking openapiv3 v2.2.0
26252026-06-16T21:22:28.875Z Checking sha1 v0.10.6
26262026-06-16T21:22:28.963Z Checking lalrpop-util v0.19.12
26272026-06-16T21:22:29.032Z Checking peg-runtime v0.8.5
26282026-06-16T21:22:29.035Z Checking rayon v1.11.0
26292026-06-16T21:22:29.126Z Checking sigpipe v0.1.3
26302026-06-16T21:22:29.143Z Checking glob v0.3.3
26312026-06-16T21:22:30.690Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-06-16T21:22:30.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.44s
26332026-06-16T21:22:31.150Z
26342026-06-16T21:22:31.150Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26352026-06-16T21:22:31.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-06-16T21:22:31.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-06-16T21:22:31.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-06-16T21:22:31.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-06-16T21:22:31.760Z
26402026-06-16T21:22:31.760Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26412026-06-16T21:22:32.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-06-16T21:22:32.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-06-16T21:22:32.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-06-16T21:22:32.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-06-16T21:22:32.363Z
26462026-06-16T21:22:32.363Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26472026-06-16T21:22:32.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-06-16T21:22:32.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-06-16T21:22:32.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-06-16T21:22:32.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26512026-06-16T21:22:32.987Z
26522026-06-16T21:22:32.987Zinfo: running `cargo check --bins` on oxql-types (80/296)
26532026-06-16T21:22:33.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-06-16T21:22:33.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-06-16T21:22:33.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-06-16T21:22:33.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-06-16T21:22:33.594Z
26582026-06-16T21:22:33.594Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26592026-06-16T21:22:34.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-06-16T21:22:34.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-06-16T21:22:34.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-06-16T21:22:34.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26632026-06-16T21:22:34.201Z
26642026-06-16T21:22:34.201Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26652026-06-16T21:22:34.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-06-16T21:22:34.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-06-16T21:22:34.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-06-16T21:22:34.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26692026-06-16T21:22:34.810Z
26702026-06-16T21:22:34.810Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26712026-06-16T21:22:35.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-06-16T21:22:35.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-06-16T21:22:35.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-06-16T21:22:35.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26752026-06-16T21:22:35.408Z
26762026-06-16T21:22:35.408Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26772026-06-16T21:22:35.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-06-16T21:22:35.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-06-16T21:22:36.118Z Compiling structmeta-derive v0.3.0
26802026-06-16T21:22:36.233Z Compiling rustls v0.22.4
26812026-06-16T21:22:36.238Z Compiling multer v3.1.0
26822026-06-16T21:22:36.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-06-16T21:22:36.251Z Compiling async-stream-impl v0.3.6
26842026-06-16T21:22:36.278Z Compiling dropshot v0.17.0
26852026-06-16T21:22:36.294Z Compiling newtype-uuid-macros v0.1.0
26862026-06-16T21:22:36.294Z Compiling dropshot_endpoint v0.17.0
26872026-06-16T21:22:36.525Z Checking newtype-uuid v1.3.2
26882026-06-16T21:22:36.540Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-06-16T21:22:36.579Z Checking rustls-webpki v0.102.8
26902026-06-16T21:22:36.616Z Checking daft v0.1.7
26912026-06-16T21:22:36.654Z Checking thread_local v1.1.9
26922026-06-16T21:22:36.807Z Checking match_cfg v0.1.0
26932026-06-16T21:22:36.828Z Checking compression-core v0.4.31
26942026-06-16T21:22:36.848Z Checking iddqd v0.4.2
26952026-06-16T21:22:36.876Z Checking hostname v0.3.1
26962026-06-16T21:22:36.913Z Checking crossbeam-channel v0.5.15
26972026-06-16T21:22:36.954Z Checking compression-codecs v0.4.37
26982026-06-16T21:22:36.972Z Checking atomicwrites v0.4.4
26992026-06-16T21:22:37.051Z Checking slog-json v2.6.1
27002026-06-16T21:22:37.100Z Checking toml_datetime v1.0.0+spec-1.1.0
27012026-06-16T21:22:37.119Z Checking serde_spanned v1.0.4
27022026-06-16T21:22:37.211Z Checking is-terminal v0.4.17
27032026-06-16T21:22:37.262Z Checking take_mut v0.2.2
27042026-06-16T21:22:37.268Z Checking toml_writer v1.0.6+spec-1.1.0
27052026-06-16T21:22:37.283Z Compiling structmeta v0.3.0
27062026-06-16T21:22:37.298Z Checking debug-ignore v1.0.5
27072026-06-16T21:22:37.298Z Checking term v1.2.1
27082026-06-16T21:22:37.350Z Checking slog-async v2.8.0
27092026-06-16T21:22:37.408Z Checking slog-bunyan v2.5.0
27102026-06-16T21:22:37.439Z Checking toml v1.0.6+spec-1.1.0
27112026-06-16T21:22:37.498Z Compiling derive-ex v0.1.8
27122026-06-16T21:22:37.524Z Compiling parse-display-derive v0.10.0
27132026-06-16T21:22:37.532Z Checking slog-term v2.9.2
27142026-06-16T21:22:37.533Z Checking async-compression v0.4.41
27152026-06-16T21:22:37.772Z Checking async-stream v0.3.6
27162026-06-16T21:22:37.777Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27172026-06-16T21:22:37.778Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182026-06-16T21:22:37.874Z Checking progenitor-client v0.14.0
27192026-06-16T21:22:37.893Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27202026-06-16T21:22:38.018Z Checking waitgroup v0.1.2
27212026-06-16T21:22:38.035Z Checking backon v1.6.0
27222026-06-16T21:22:38.049Z Checking rustls-pemfile v2.2.0
27232026-06-16T21:22:38.118Z Checking serde_path_to_error v0.1.20
27242026-06-16T21:22:38.130Z Checking hostname v0.4.2
27252026-06-16T21:22:38.190Z Checking instant v0.1.13
27262026-06-16T21:22:38.278Z Checking backoff v0.4.0
27272026-06-16T21:22:38.421Z Checking tokio-rustls v0.25.0
27282026-06-16T21:22:38.441Z Checking progenitor-extras v0.2.0
27292026-06-16T21:22:38.441Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27302026-06-16T21:22:38.490Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27312026-06-16T21:22:38.631Z Checking itertools v0.14.0
27322026-06-16T21:22:38.636Z Checking regress v0.10.5
27332026-06-16T21:22:38.826Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27342026-06-16T21:22:39.079Z Checking macaddr v1.0.1
27352026-06-16T21:22:39.181Z Checking parse-display v0.10.0
27362026-06-16T21:22:39.197Z Compiling test-strategy v0.4.5
27372026-06-16T21:22:39.327Z Checking humantime v2.3.0
27382026-06-16T21:22:40.428Z Compiling prettyplease v0.2.37
27392026-06-16T21:22:40.684Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-06-16T21:22:40.890Z Checking num-rational v0.4.2
27412026-06-16T21:22:41.091Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27422026-06-16T21:22:41.420Z Checking num-complex v0.4.6
27432026-06-16T21:22:42.056Z Checking num v0.4.3
27442026-06-16T21:22:42.201Z Compiling usdt-macro v0.5.0
27452026-06-16T21:22:42.217Z Compiling usdt-attr-macro v0.5.0
27462026-06-16T21:22:42.251Z Checking memmap v0.7.0
27472026-06-16T21:22:42.251Z Compiling float-ord v0.3.2
27482026-06-16T21:22:42.360Z Checking unicode-width v0.2.0
27492026-06-16T21:22:42.360Z Compiling convert_case v0.4.0
27502026-06-16T21:22:42.616Z Checking console v0.15.11
27512026-06-16T21:22:42.752Z Compiling derive_more v0.99.20
27522026-06-16T21:22:42.891Z Checking newline-converter v0.3.0
27532026-06-16T21:22:42.905Z Compiling toml v0.8.23
27542026-06-16T21:22:42.995Z Checking usdt v0.5.0
27552026-06-16T21:22:43.008Z Compiling minimal-lexical v0.2.1
27562026-06-16T21:22:43.165Z Checking linked-hash-map v0.5.6
27572026-06-16T21:22:43.314Z Compiling nom v7.1.3
27582026-06-16T21:22:43.405Z Checking lru-cache v0.1.2
27592026-06-16T21:22:43.471Z Checking expectorate v1.2.0
27602026-06-16T21:22:44.102Z Checking camino-tempfile v1.4.1
27612026-06-16T21:22:44.109Z Checking hickory-proto v0.24.4
27622026-06-16T21:22:44.109Z Checking phf_shared v0.12.1
27632026-06-16T21:22:44.165Z Compiling slog-dtrace v0.3.0
27642026-06-16T21:22:44.250Z Checking resolv-conf v0.7.6
27652026-06-16T21:22:44.369Z Compiling chrono-tz v0.10.4
27662026-06-16T21:22:44.439Z Checking heck v0.5.0
27672026-06-16T21:22:44.569Z Compiling const_format_proc_macros v0.2.34
27682026-06-16T21:22:44.621Z Checking phf v0.12.1
27692026-06-16T21:22:44.636Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702026-06-16T21:22:44.657Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27712026-06-16T21:22:44.765Z Checking tokio-dtrace v0.1.1
27722026-06-16T21:22:44.987Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-06-16T21:22:45.110Z Compiling derive-where v1.6.0
27742026-06-16T21:22:45.313Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-06-16T21:22:45.483Z Checking highway v1.3.0
27762026-06-16T21:22:45.725Z Checking const_format v0.2.35
27772026-06-16T21:22:45.877Z Checking hickory-resolver v0.24.4
27782026-06-16T21:22:45.994Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27792026-06-16T21:22:46.170Z Checking oxide-tokio-rt v0.1.4
27802026-06-16T21:22:46.198Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27812026-06-16T21:22:46.459Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-06-16T21:22:46.479Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-06-16T21:22:46.690Z Checking qorb v0.4.1
27842026-06-16T21:22:46.742Z Checking gethostname v0.5.0
27852026-06-16T21:22:46.750Z Checking bcs v0.1.6
27862026-06-16T21:22:46.841Z Checking termtree v0.5.1
27872026-06-16T21:22:46.881Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-06-16T21:22:53.553Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-06-16T21:22:53.553Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-06-16T21:22:54.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s
27912026-06-16T21:22:54.881Z
27922026-06-16T21:22:54.881Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27932026-06-16T21:22:55.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-06-16T21:22:55.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-06-16T21:22:55.569Z Compiling ar_archive_writer v0.5.1
27962026-06-16T21:22:55.573Z Compiling stacker v0.1.23
27972026-06-16T21:22:55.682Z Compiling cfg_aliases v0.1.1
27982026-06-16T21:22:55.698Z Compiling convert_case v0.10.0
27992026-06-16T21:22:55.705Z Checking unicode-width v0.1.14
28002026-06-16T21:22:55.713Z Compiling proc-macro-error v1.0.4
28012026-06-16T21:22:55.722Z Checking fd-lock v4.0.4
28022026-06-16T21:22:55.725Z Checking nibble_vec v0.1.0
28032026-06-16T21:22:55.745Z Compiling nix v0.28.0
28042026-06-16T21:22:55.839Z Checking vte v0.14.1
28052026-06-16T21:22:55.852Z Compiling recursive-proc-macro-impl v0.1.1
28062026-06-16T21:22:55.939Z Checking bytecount v0.6.9
28072026-06-16T21:22:55.952Z Checking endian-type v0.1.2
28082026-06-16T21:22:56.023Z Checking strip-ansi-escapes v0.2.1
28092026-06-16T21:22:56.036Z Compiling derive_more-impl v2.1.1
28102026-06-16T21:22:56.040Z Compiling tabled_derive v0.7.0
28112026-06-16T21:22:56.084Z Checking papergrid v0.11.0
28122026-06-16T21:22:56.096Z Checking radix_trie v0.2.1
28132026-06-16T21:22:56.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-06-16T21:22:56.269Z Compiling peg-macros v0.8.5
28152026-06-16T21:22:56.325Z Checking winnow v0.6.26
28162026-06-16T21:22:56.560Z Compiling psm v0.1.30
28172026-06-16T21:22:56.615Z Compiling sqlparser_derive v0.5.0
28182026-06-16T21:22:56.729Z Checking unicode_categories v0.1.1
28192026-06-16T21:22:56.885Z Checking home v0.5.12
28202026-06-16T21:22:56.888Z Checking derive_more v2.1.1
28212026-06-16T21:22:56.979Z Checking nu-ansi-term v0.50.3
28222026-06-16T21:22:56.997Z Checking crossterm v0.29.0
28232026-06-16T21:22:57.056Z Checking tabled v0.15.0
28242026-06-16T21:22:57.113Z Checking rustyline v14.0.0
28252026-06-16T21:22:57.192Z Checking reedline v0.40.0
28262026-06-16T21:22:57.305Z Checking recursive v0.1.1
28272026-06-16T21:22:57.397Z Checking display-error-chain v0.2.2
28282026-06-16T21:22:57.412Z Checking sqlparser v0.61.0
28292026-06-16T21:22:57.482Z Checking sqlformat v0.3.5
28302026-06-16T21:22:57.644Z Checking peg v0.8.5
28312026-06-16T21:23:08.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28322026-06-16T21:23:08.834Z
28332026-06-16T21:23:08.834Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28342026-06-16T21:23:09.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-16T21:23:09.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-16T21:23:09.523Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-16T21:23:12.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28382026-06-16T21:23:13.171Z
28392026-06-16T21:23:13.171Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28402026-06-16T21:23:13.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-16T21:23:13.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-16T21:23:13.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-16T21:23:16.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28442026-06-16T21:23:16.514Z
28452026-06-16T21:23:16.514Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28462026-06-16T21:23:17.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-16T21:23:17.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-16T21:23:17.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-16T21:23:20.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28502026-06-16T21:23:20.648Z
28512026-06-16T21:23:20.648Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28522026-06-16T21:23:21.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-16T21:23:21.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-16T21:23:21.347Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-16T21:23:24.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28562026-06-16T21:23:24.789Z
28572026-06-16T21:23:24.789Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28582026-06-16T21:23:25.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-16T21:23:25.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-16T21:23:25.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-16T21:23:28.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28622026-06-16T21:23:28.259Z
28632026-06-16T21:23:28.259Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28642026-06-16T21:23:28.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-16T21:23:28.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-16T21:23:28.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-16T21:23:31.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28682026-06-16T21:23:31.772Z
28692026-06-16T21:23:31.772Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28702026-06-16T21:23:32.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-16T21:23:32.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-16T21:23:32.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-06-16T21:23:35.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28742026-06-16T21:23:36.106Z
28752026-06-16T21:23:36.106Zinfo: running `cargo check --bins` on oximeter (93/296)
28762026-06-16T21:23:36.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-16T21:23:36.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-16T21:23:36.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-06-16T21:23:36.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28802026-06-16T21:23:36.718Z
28812026-06-16T21:23:36.718Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28822026-06-16T21:23:37.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-16T21:23:37.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-16T21:23:37.366Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28852026-06-16T21:23:37.531Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28862026-06-16T21:23:37.548Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872026-06-16T21:23:37.876Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28882026-06-16T21:23:40.740Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28892026-06-16T21:23:41.967Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28902026-06-16T21:23:42.178Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912026-06-16T21:23:42.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28922026-06-16T21:23:43.030Z
28932026-06-16T21:23:43.030Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28942026-06-16T21:23:43.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-16T21:23:43.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-16T21:23:43.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-16T21:23:43.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-06-16T21:23:43.635Z
28992026-06-16T21:23:43.635Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
29002026-06-16T21:23:44.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-16T21:23:44.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-16T21:23:44.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-16T21:23:44.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29042026-06-16T21:23:44.284Z
29052026-06-16T21:23:44.284Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
29062026-06-16T21:23:44.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-16T21:23:44.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-16T21:23:44.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-16T21:23:44.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-06-16T21:23:44.900Z
29112026-06-16T21:23:44.900Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29122026-06-16T21:23:45.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-16T21:23:45.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-16T21:23:45.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-16T21:23:45.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-06-16T21:23:45.518Z
29172026-06-16T21:23:45.518Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29182026-06-16T21:23:46.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-16T21:23:46.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-16T21:23:46.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-16T21:23:46.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222026-06-16T21:23:46.135Z
29232026-06-16T21:23:46.135Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29242026-06-16T21:23:46.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-16T21:23:46.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-16T21:23:46.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-16T21:23:46.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-06-16T21:23:46.753Z
29292026-06-16T21:23:46.753Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29302026-06-16T21:23:47.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-16T21:23:47.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-16T21:23:47.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-16T21:23:47.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-06-16T21:23:47.360Z
29352026-06-16T21:23:47.360Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29362026-06-16T21:23:47.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-16T21:23:47.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-16T21:23:47.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-16T21:23:47.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29402026-06-16T21:23:47.986Z
29412026-06-16T21:23:47.986Zinfo: running `cargo check --bins` on update-engine (103/296)
29422026-06-16T21:23:48.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-16T21:23:48.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-16T21:23:48.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-06-16T21:23:48.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29462026-06-16T21:23:48.591Z
29472026-06-16T21:23:48.591Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29482026-06-16T21:23:49.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-06-16T21:23:49.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-06-16T21:23:49.335Z Compiling crucible-workspace-hack v0.1.0
29512026-06-16T21:23:49.456Z Checking secrecy v0.10.3
29522026-06-16T21:23:49.463Z Compiling heapless v0.8.0
29532026-06-16T21:23:49.466Z Compiling toml_datetime v0.7.5+spec-1.1.0
29542026-06-16T21:23:49.477Z Compiling ingot-macros v0.1.1
29552026-06-16T21:23:49.487Z Checking hash32 v0.3.1
29562026-06-16T21:23:49.498Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-06-16T21:23:49.501Z Compiling smoltcp v0.11.0
29582026-06-16T21:23:49.560Z Checking cobs v0.3.0
29592026-06-16T21:23:49.604Z Compiling thiserror-impl-no-std v2.0.2
29602026-06-16T21:23:49.699Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-06-16T21:23:49.703Z Checking half v2.7.1
29622026-06-16T21:23:49.703Z Checking universal-hash v0.5.1
29632026-06-16T21:23:49.805Z Checking ciborium-io v0.2.2
29642026-06-16T21:23:49.848Z Checking opaque-debug v0.3.1
29652026-06-16T21:23:49.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29662026-06-16T21:23:49.900Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29672026-06-16T21:23:49.928Z Checking poly1305 v0.8.0
29682026-06-16T21:23:50.017Z Checking ciborium-ll v0.2.2
29692026-06-16T21:23:50.097Z Checking postcard v1.1.3
29702026-06-16T21:23:50.188Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29712026-06-16T21:23:50.202Z Checking password-hash v0.5.0
29722026-06-16T21:23:50.306Z Checking chacha20 v0.9.1
29732026-06-16T21:23:50.396Z Compiling proc-macro-crate v3.4.0
29742026-06-16T21:23:50.435Z Compiling proc-macro-crate v1.3.1
29752026-06-16T21:23:50.467Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29762026-06-16T21:23:50.503Z Checking blake2 v0.10.6
29772026-06-16T21:23:50.702Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29782026-06-16T21:23:50.741Z Checking aead v0.5.2
29792026-06-16T21:23:50.793Z Checking thiserror-no-std v2.0.2
29802026-06-16T21:23:50.849Z Compiling foreign-types-macros v0.2.3
29812026-06-16T21:23:50.878Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29822026-06-16T21:23:50.892Z Checking cpufeatures v0.3.0
29832026-06-16T21:23:50.895Z Checking foreign-types-shared v0.3.1
29842026-06-16T21:23:50.919Z Checking chacha20poly1305 v0.10.1
29852026-06-16T21:23:50.948Z Compiling num_enum_derive v0.7.6
29862026-06-16T21:23:50.965Z Checking chacha20 v0.10.0
29872026-06-16T21:23:51.013Z Checking vsss-rs v3.3.4
29882026-06-16T21:23:51.050Z Compiling num_enum_derive v0.5.11
29892026-06-16T21:23:51.135Z Checking argon2 v0.5.3
29902026-06-16T21:23:51.206Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29912026-06-16T21:23:51.454Z Checking foreign-types v0.5.0
29922026-06-16T21:23:51.485Z Checking ciborium v0.2.2
29932026-06-16T21:23:51.637Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29942026-06-16T21:23:51.659Z Checking tabwriter v1.4.1
29952026-06-16T21:23:51.805Z Checking byte-wrapper v0.1.0
29962026-06-16T21:23:51.908Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29972026-06-16T21:23:51.923Z Checking cstr-argument v0.1.2
29982026-06-16T21:23:52.005Z Checking num_enum v0.7.6
29992026-06-16T21:23:52.019Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30002026-06-16T21:23:52.046Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30012026-06-16T21:23:52.102Z Checking num_enum v0.5.11
30022026-06-16T21:23:52.120Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-06-16T21:23:52.134Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-06-16T21:23:52.215Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-06-16T21:23:52.251Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-06-16T21:23:52.288Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30072026-06-16T21:23:52.301Z Checking ingot-types v0.1.2
30082026-06-16T21:23:52.387Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30092026-06-16T21:23:52.392Z Checking rand v0.10.0
30102026-06-16T21:23:52.447Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30112026-06-16T21:23:52.462Z Checking colored v3.1.1
30122026-06-16T21:23:52.488Z Checking indent_write v2.2.0
30132026-06-16T21:23:52.623Z Compiling zone_cfg_derive v0.3.1
30142026-06-16T21:23:52.661Z Checking ingot v0.1.1
30152026-06-16T21:23:52.676Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30162026-06-16T21:23:52.679Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-16T21:23:52.769Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-16T21:23:52.784Z Checking itertools v0.12.1
30192026-06-16T21:23:52.847Z Compiling num-derive v0.4.2
30202026-06-16T21:23:52.884Z Checking swrite v0.1.0
30212026-06-16T21:23:52.943Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30222026-06-16T21:23:52.975Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30232026-06-16T21:23:53.146Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30242026-06-16T21:23:53.248Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-06-16T21:23:53.266Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30262026-06-16T21:23:53.303Z Checking dropshot-api-manager-types v0.7.2
30272026-06-16T21:23:53.317Z Checking smf v0.2.3
30282026-06-16T21:23:53.375Z Checking nanorand v0.7.0
30292026-06-16T21:23:53.473Z Checking whoami v1.6.1
30302026-06-16T21:23:53.548Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30312026-06-16T21:23:53.572Z Checking flume v0.11.1
30322026-06-16T21:23:53.774Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30332026-06-16T21:23:53.802Z Checking zone v0.3.1
30342026-06-16T21:23:54.252Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30352026-06-16T21:23:55.227Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30362026-06-16T21:23:56.117Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30372026-06-16T21:23:59.471Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30382026-06-16T21:24:01.529Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30392026-06-16T21:24:02.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
30402026-06-16T21:24:02.821Z
30412026-06-16T21:24:02.821Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30422026-06-16T21:24:03.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-16T21:24:03.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-16T21:24:03.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-16T21:24:03.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30462026-06-16T21:24:03.441Z
30472026-06-16T21:24:03.441Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30482026-06-16T21:24:03.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-16T21:24:03.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-16T21:24:03.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-16T21:24:03.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30522026-06-16T21:24:04.060Z
30532026-06-16T21:24:04.060Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30542026-06-16T21:24:04.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-16T21:24:04.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-16T21:24:04.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-16T21:24:04.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30582026-06-16T21:24:04.682Z
30592026-06-16T21:24:04.682Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30602026-06-16T21:24:05.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-16T21:24:05.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-16T21:24:05.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-16T21:24:05.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30642026-06-16T21:24:05.308Z
30652026-06-16T21:24:05.308Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30662026-06-16T21:24:05.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-16T21:24:05.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-16T21:24:05.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-16T21:24:05.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30702026-06-16T21:24:05.928Z
30712026-06-16T21:24:05.928Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30722026-06-16T21:24:06.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-16T21:24:06.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-16T21:24:06.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-16T21:24:06.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-06-16T21:24:06.544Z
30772026-06-16T21:24:06.544Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30782026-06-16T21:24:07.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-16T21:24:07.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-16T21:24:07.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-16T21:24:07.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30822026-06-16T21:24:07.160Z
30832026-06-16T21:24:07.161Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30842026-06-16T21:24:07.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-16T21:24:07.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-16T21:24:07.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-16T21:24:07.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-06-16T21:24:07.763Z
30892026-06-16T21:24:07.763Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30902026-06-16T21:24:08.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-16T21:24:08.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-16T21:24:08.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-16T21:24:08.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30942026-06-16T21:24:08.385Z
30952026-06-16T21:24:08.385Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30962026-06-16T21:24:08.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-16T21:24:08.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-16T21:24:08.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-16T21:24:08.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31002026-06-16T21:24:09.006Z
31012026-06-16T21:24:09.006Zinfo: running `cargo check --bins` on installinator-client (115/296)
31022026-06-16T21:24:09.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-16T21:24:09.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-16T21:24:09.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-16T21:24:09.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31062026-06-16T21:24:09.629Z
31072026-06-16T21:24:09.629Zinfo: running `cargo check --bins` on nexus-client (116/296)
31082026-06-16T21:24:10.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-16T21:24:10.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-16T21:24:10.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-16T21:24:10.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31122026-06-16T21:24:10.283Z
31132026-06-16T21:24:10.283Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31142026-06-16T21:24:10.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-16T21:24:10.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-16T21:24:10.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-16T21:24:10.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31182026-06-16T21:24:10.937Z
31192026-06-16T21:24:10.937Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31202026-06-16T21:24:11.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-16T21:24:11.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-16T21:24:11.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-16T21:24:11.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-06-16T21:24:11.537Z
31252026-06-16T21:24:11.537Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31262026-06-16T21:24:12.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-16T21:24:12.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-16T21:24:12.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-16T21:24:12.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-06-16T21:24:12.140Z
31312026-06-16T21:24:12.140Zinfo: running `cargo check --bins` on oxide-client (120/296)
31322026-06-16T21:24:12.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-16T21:24:12.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-16T21:24:12.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-16T21:24:12.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31362026-06-16T21:24:12.747Z
31372026-06-16T21:24:12.747Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31382026-06-16T21:24:13.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-16T21:24:13.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-16T21:24:13.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-16T21:24:13.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31422026-06-16T21:24:13.366Z
31432026-06-16T21:24:13.366Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31442026-06-16T21:24:13.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-16T21:24:13.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-16T21:24:13.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-16T21:24:13.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-06-16T21:24:13.971Z
31492026-06-16T21:24:13.971Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31502026-06-16T21:24:14.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-16T21:24:14.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-16T21:24:14.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-16T21:24:14.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31542026-06-16T21:24:14.600Z
31552026-06-16T21:24:14.600Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31562026-06-16T21:24:15.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-16T21:24:15.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-16T21:24:15.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-16T21:24:15.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31602026-06-16T21:24:15.244Z
31612026-06-16T21:24:15.244Zinfo: running `cargo check --bins` on installinator-common (125/296)
31622026-06-16T21:24:15.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-16T21:24:15.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-16T21:24:15.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-16T21:24:15.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31662026-06-16T21:24:15.881Z
31672026-06-16T21:24:15.882Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31682026-06-16T21:24:16.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-16T21:24:16.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-16T21:24:16.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-16T21:24:16.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31722026-06-16T21:24:16.476Z
31732026-06-16T21:24:16.476Zinfo: running `cargo check --bins` on wicket-common (127/296)
31742026-06-16T21:24:16.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-16T21:24:17.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-16T21:24:17.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-06-16T21:24:17.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31782026-06-16T21:24:17.098Z
31792026-06-16T21:24:17.098Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31802026-06-16T21:24:17.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-06-16T21:24:17.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-06-16T21:24:17.808Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31832026-06-16T21:24:17.926Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-06-16T21:24:17.934Z Checking csv-core v0.1.13
31852026-06-16T21:24:17.941Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-06-16T21:24:17.949Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31872026-06-16T21:24:17.958Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31882026-06-16T21:24:17.970Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-06-16T21:24:17.983Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-06-16T21:24:18.092Z Checking csv v1.4.0
31912026-06-16T21:24:18.134Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-06-16T21:24:18.150Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31932026-06-16T21:24:18.175Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-06-16T21:24:18.190Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-06-16T21:24:18.439Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-06-16T21:24:18.809Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31972026-06-16T21:24:18.809Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31982026-06-16T21:24:19.142Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-06-16T21:24:25.116Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-06-16T21:24:25.650Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-06-16T21:24:28.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.92s
32022026-06-16T21:24:28.221Z
32032026-06-16T21:24:28.221Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
32042026-06-16T21:24:28.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-16T21:24:28.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-16T21:24:28.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-16T21:24:28.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-06-16T21:24:28.835Z
32092026-06-16T21:24:28.835Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32102026-06-16T21:24:29.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-16T21:24:29.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-16T21:24:29.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-16T21:24:29.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32142026-06-16T21:24:29.532Z
32152026-06-16T21:24:29.532Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32162026-06-16T21:24:30.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-16T21:24:30.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-16T21:24:30.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-16T21:24:30.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32202026-06-16T21:24:30.228Z
32212026-06-16T21:24:30.228Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32222026-06-16T21:24:30.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-16T21:24:30.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-16T21:24:30.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-06-16T21:24:30.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32262026-06-16T21:24:30.893Z
32272026-06-16T21:24:30.893Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32282026-06-16T21:24:31.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-06-16T21:24:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-06-16T21:24:31.667Z Compiling regress v0.11.1
32312026-06-16T21:24:31.811Z Compiling unsafe-libyaml v0.2.11
32322026-06-16T21:24:31.821Z Compiling semver v0.1.20
32332026-06-16T21:24:31.824Z Compiling radium v0.7.0
32342026-06-16T21:24:31.844Z Checking nom v8.0.0
32352026-06-16T21:24:31.847Z Checking tap v1.0.1
32362026-06-16T21:24:31.847Z Compiling maybe-uninit v2.0.0
32372026-06-16T21:24:31.958Z Checking wyz v0.5.1
32382026-06-16T21:24:32.086Z Compiling rustc_version v0.1.7
32392026-06-16T21:24:32.150Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-06-16T21:24:32.184Z Compiling zerocopy-derive v0.6.6
32412026-06-16T21:24:32.274Z Checking funty v2.0.0
32422026-06-16T21:24:32.327Z Compiling serde_yaml v0.9.34+deprecated
32432026-06-16T21:24:32.539Z Compiling newtype_derive v0.1.6
32442026-06-16T21:24:32.630Z Compiling owo-colors v4.3.0
32452026-06-16T21:24:32.730Z Checking crc-catalog v2.4.0
32462026-06-16T21:24:32.829Z Compiling packed_struct v0.10.1
32472026-06-16T21:24:32.965Z Compiling cancel-safe-futures v0.1.5
32482026-06-16T21:24:33.043Z Checking zerocopy v0.6.6
32492026-06-16T21:24:33.151Z Checking crc v3.4.0
32502026-06-16T21:24:33.243Z Checking bitvec v1.0.1
32512026-06-16T21:24:33.257Z Checking typify-impl v0.6.2
32522026-06-16T21:24:33.417Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-06-16T21:24:33.640Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-06-16T21:24:33.781Z Compiling packed_struct_codegen v0.10.1
32552026-06-16T21:24:33.797Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
32562026-06-16T21:24:33.967Z Checking libsw-core v0.3.2
32572026-06-16T21:24:33.989Z Compiling bitfield-macros v0.19.4
32582026-06-16T21:24:34.114Z Compiling indexmap v1.9.3
32592026-06-16T21:24:34.324Z Checking nodrop v0.1.14
32602026-06-16T21:24:34.416Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
32612026-06-16T21:24:34.432Z Checking array-init v0.0.4
32622026-06-16T21:24:34.512Z Checking libsw v3.5.0
32632026-06-16T21:24:34.545Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-06-16T21:24:34.667Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32652026-06-16T21:24:34.709Z Checking bitfield v0.19.4
32662026-06-16T21:24:34.732Z Checking smallvec v0.6.14
32672026-06-16T21:24:34.849Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32682026-06-16T21:24:35.005Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32692026-06-16T21:24:35.037Z Checking tagptr v0.2.0
32702026-06-16T21:24:35.133Z Checking smawk v0.3.2
32712026-06-16T21:24:35.179Z Checking linear-map v1.2.0
32722026-06-16T21:24:35.192Z Checking unicode-linebreak v0.1.5
32732026-06-16T21:24:35.261Z Checking hashbrown v0.12.3
32742026-06-16T21:24:35.277Z Checking base64 v0.21.7
32752026-06-16T21:24:35.350Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32762026-06-16T21:24:35.406Z Checking textwrap v0.16.2
32772026-06-16T21:24:35.514Z Checking ron v0.8.1
32782026-06-16T21:24:35.529Z Checking moka v0.12.13
32792026-06-16T21:24:35.548Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32802026-06-16T21:24:35.623Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-06-16T21:24:35.937Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-06-16T21:24:36.029Z Checking steno v0.4.1
32832026-06-16T21:24:36.058Z Checking serde-hex v0.1.0
32842026-06-16T21:24:36.192Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-06-16T21:24:36.361Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32862026-06-16T21:24:36.454Z Checking hashbrown v0.13.2
32872026-06-16T21:24:36.882Z Checking crc-any v2.5.0
32882026-06-16T21:24:36.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-06-16T21:24:36.964Z Checking object v0.30.4
32902026-06-16T21:24:37.058Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-06-16T21:24:37.061Z Checking hickory-resolver v0.25.2
32922026-06-16T21:24:37.109Z Checking void v1.0.2
32932026-06-16T21:24:37.220Z Checking path-slash v0.1.5
32942026-06-16T21:24:37.223Z Checking utf-8 v0.7.6
32952026-06-16T21:24:37.331Z Checking half v1.8.3
32962026-06-16T21:24:37.371Z Checking tungstenite v0.23.0
32972026-06-16T21:24:37.533Z Checking serde_cbor v0.11.2
32982026-06-16T21:24:37.605Z Checking lzss v0.8.2
32992026-06-16T21:24:37.807Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33002026-06-16T21:24:37.809Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-06-16T21:24:37.836Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33022026-06-16T21:24:37.921Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-06-16T21:24:37.925Z Checking nix v0.27.1
33042026-06-16T21:24:37.949Z Compiling typify-macro v0.6.2
33052026-06-16T21:24:37.952Z Checking kstat-rs v0.2.4
33062026-06-16T21:24:37.976Z Checking fxhash v0.2.1
33072026-06-16T21:24:38.095Z Checking serde_bytes v0.11.19
33082026-06-16T21:24:38.149Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-06-16T21:24:38.165Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-06-16T21:24:38.236Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-06-16T21:24:38.269Z Checking tokio-tungstenite v0.23.1
33122026-06-16T21:24:38.451Z Checking signal-hook-tokio v0.3.1
33132026-06-16T21:24:38.975Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-06-16T21:24:39.280Z Compiling typify v0.6.2
33152026-06-16T21:24:39.365Z Compiling progenitor-impl v0.14.0
33162026-06-16T21:24:39.880Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-06-16T21:24:40.193Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33182026-06-16T21:24:40.805Z Compiling progenitor-macro v0.14.0
33192026-06-16T21:24:43.144Z Checking progenitor v0.14.0
33202026-06-16T21:24:43.269Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33212026-06-16T21:24:43.272Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-06-16T21:24:45.917Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-06-16T21:24:53.962Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-06-16T21:25:00.368Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-06-16T21:25:01.730Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-06-16T21:25:02.224Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-06-16T21:25:04.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s
33282026-06-16T21:25:04.502Z
33292026-06-16T21:25:04.502Zinfo: running `cargo check --bins` on gateway-api (134/296)
33302026-06-16T21:25:05.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-16T21:25:05.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-16T21:25:05.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-16T21:25:05.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33342026-06-16T21:25:05.109Z
33352026-06-16T21:25:05.109Zinfo: running `cargo check --bins` on ipcc (135/296)
33362026-06-16T21:25:05.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-16T21:25:05.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-16T21:25:05.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-16T21:25:05.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33402026-06-16T21:25:05.721Z
33412026-06-16T21:25:05.721Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33422026-06-16T21:25:06.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-16T21:25:06.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-16T21:25:06.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-16T21:25:06.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-06-16T21:25:06.321Z
33472026-06-16T21:25:06.321Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33482026-06-16T21:25:06.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-16T21:25:06.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-16T21:25:06.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-16T21:25:06.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33522026-06-16T21:25:06.950Z
33532026-06-16T21:25:06.950Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33542026-06-16T21:25:07.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-16T21:25:07.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-16T21:25:07.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-16T21:25:07.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33582026-06-16T21:25:07.569Z
33592026-06-16T21:25:07.569Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33602026-06-16T21:25:08.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-16T21:25:08.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-16T21:25:08.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-16T21:25:08.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-06-16T21:25:08.181Z
33652026-06-16T21:25:08.181Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33662026-06-16T21:25:08.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-16T21:25:08.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-16T21:25:08.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-16T21:25:08.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-06-16T21:25:08.796Z
33712026-06-16T21:25:08.796Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33722026-06-16T21:25:09.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-16T21:25:09.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-16T21:25:09.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-16T21:25:09.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33762026-06-16T21:25:09.432Z
33772026-06-16T21:25:09.432Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33782026-06-16T21:25:09.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-16T21:25:09.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-16T21:25:09.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-16T21:25:09.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-06-16T21:25:10.044Z
33832026-06-16T21:25:10.044Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33842026-06-16T21:25:10.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-16T21:25:10.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-16T21:25:10.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-16T21:25:10.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-06-16T21:25:10.657Z
33892026-06-16T21:25:10.657Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33902026-06-16T21:25:11.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-16T21:25:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-16T21:25:11.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-16T21:25:11.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-06-16T21:25:11.269Z
33952026-06-16T21:25:11.269Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33962026-06-16T21:25:11.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-16T21:25:11.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-16T21:25:11.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-16T21:25:11.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-16T21:25:11.885Z
34012026-06-16T21:25:11.885Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
34022026-06-16T21:25:12.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-16T21:25:12.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-16T21:25:12.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-16T21:25:12.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34062026-06-16T21:25:12.503Z
34072026-06-16T21:25:12.503Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34082026-06-16T21:25:13.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-16T21:25:13.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-16T21:25:13.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-16T21:25:13.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-06-16T21:25:13.118Z
34132026-06-16T21:25:13.118Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34142026-06-16T21:25:13.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-16T21:25:13.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-16T21:25:13.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-16T21:25:13.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34182026-06-16T21:25:13.752Z
34192026-06-16T21:25:13.752Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34202026-06-16T21:25:14.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-16T21:25:14.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-16T21:25:14.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-16T21:25:14.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34242026-06-16T21:25:14.389Z
34252026-06-16T21:25:14.389Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34262026-06-16T21:25:14.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-16T21:25:14.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-16T21:25:14.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-16T21:25:14.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34302026-06-16T21:25:15.014Z
34312026-06-16T21:25:15.014Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34322026-06-16T21:25:15.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-16T21:25:15.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-16T21:25:15.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-16T21:25:15.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34362026-06-16T21:25:15.646Z
34372026-06-16T21:25:15.646Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34382026-06-16T21:25:16.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-16T21:25:16.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-16T21:25:16.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-16T21:25:16.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34422026-06-16T21:25:16.282Z
34432026-06-16T21:25:16.282Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34442026-06-16T21:25:16.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-16T21:25:16.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-16T21:25:16.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-16T21:25:16.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34482026-06-16T21:25:16.917Z
34492026-06-16T21:25:16.917Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34502026-06-16T21:25:17.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-16T21:25:17.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-16T21:25:17.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-16T21:25:17.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34542026-06-16T21:25:17.552Z
34552026-06-16T21:25:17.552Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34562026-06-16T21:25:18.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-16T21:25:18.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-16T21:25:18.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-16T21:25:18.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34602026-06-16T21:25:18.185Z
34612026-06-16T21:25:18.185Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34622026-06-16T21:25:18.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-16T21:25:18.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-16T21:25:18.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-16T21:25:18.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34662026-06-16T21:25:18.816Z
34672026-06-16T21:25:18.816Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34682026-06-16T21:25:19.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-16T21:25:19.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-16T21:25:19.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-16T21:25:19.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34722026-06-16T21:25:19.450Z
34732026-06-16T21:25:19.450Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34742026-06-16T21:25:19.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-16T21:25:19.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-16T21:25:19.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-16T21:25:19.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-06-16T21:25:20.063Z
34792026-06-16T21:25:20.063Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34802026-06-16T21:25:20.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-16T21:25:20.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-16T21:25:20.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-16T21:25:20.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-06-16T21:25:20.676Z
34852026-06-16T21:25:20.676Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34862026-06-16T21:25:21.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-16T21:25:21.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-16T21:25:21.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-16T21:25:21.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-06-16T21:25:21.295Z
34912026-06-16T21:25:21.295Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34922026-06-16T21:25:21.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-16T21:25:21.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-16T21:25:21.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-16T21:25:21.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34962026-06-16T21:25:21.917Z
34972026-06-16T21:25:21.917Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34982026-06-16T21:25:22.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-16T21:25:22.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-16T21:25:22.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-16T21:25:22.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35022026-06-16T21:25:22.538Z
35032026-06-16T21:25:22.538Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
35042026-06-16T21:25:23.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-16T21:25:23.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-16T21:25:23.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-16T21:25:23.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35082026-06-16T21:25:23.166Z
35092026-06-16T21:25:23.166Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35102026-06-16T21:25:23.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-16T21:25:23.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-16T21:25:23.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-16T21:25:23.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35142026-06-16T21:25:23.788Z
35152026-06-16T21:25:23.788Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35162026-06-16T21:25:24.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-16T21:25:24.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-16T21:25:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-16T21:25:24.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-06-16T21:25:24.410Z
35212026-06-16T21:25:24.410Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35222026-06-16T21:25:24.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-16T21:25:24.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-16T21:25:24.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-16T21:25:24.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35262026-06-16T21:25:25.048Z
35272026-06-16T21:25:25.048Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35282026-06-16T21:25:25.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-16T21:25:25.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-16T21:25:25.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-16T21:25:25.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35322026-06-16T21:25:25.694Z
35332026-06-16T21:25:25.694Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35342026-06-16T21:25:26.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-16T21:25:26.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-16T21:25:26.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-16T21:25:26.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-06-16T21:25:26.334Z
35392026-06-16T21:25:26.334Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35402026-06-16T21:25:26.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-16T21:25:26.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-16T21:25:26.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-16T21:25:26.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35442026-06-16T21:25:26.977Z
35452026-06-16T21:25:26.977Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35462026-06-16T21:25:27.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-16T21:25:27.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-16T21:25:27.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-16T21:25:27.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35502026-06-16T21:25:27.601Z
35512026-06-16T21:25:27.601Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35522026-06-16T21:25:28.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-16T21:25:28.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-16T21:25:28.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-16T21:25:28.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562026-06-16T21:25:28.236Z
35572026-06-16T21:25:28.236Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35582026-06-16T21:25:28.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-16T21:25:28.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-16T21:25:28.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-16T21:25:28.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35622026-06-16T21:25:28.868Z
35632026-06-16T21:25:28.869Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35642026-06-16T21:25:29.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-16T21:25:29.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-16T21:25:29.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-16T21:25:29.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35682026-06-16T21:25:29.524Z
35692026-06-16T21:25:29.525Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35702026-06-16T21:25:30.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-16T21:25:30.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-16T21:25:30.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-06-16T21:25:30.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35742026-06-16T21:25:30.143Z
35752026-06-16T21:25:30.143Zinfo: running `cargo check --bins` on dns-server (175/296)
35762026-06-16T21:25:30.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-06-16T21:25:30.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-06-16T21:25:30.818Z Compiling parking_lot_core v0.8.6
35792026-06-16T21:25:30.822Z Compiling git-stub v1.0.0
35802026-06-16T21:25:30.822Z Checking prefix-trie v0.7.0
35812026-06-16T21:25:30.822Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35822026-06-16T21:25:31.056Z Compiling git-stub-vcs v0.1.0
35832026-06-16T21:25:31.213Z Checking hickory-server v0.25.2
35842026-06-16T21:25:31.331Z Checking parking_lot v0.11.2
35852026-06-16T21:25:31.343Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35862026-06-16T21:25:31.410Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35872026-06-16T21:25:31.410Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35882026-06-16T21:25:31.505Z Checking sled v0.34.7
35892026-06-16T21:25:33.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
35902026-06-16T21:25:33.592Z
35912026-06-16T21:25:33.592Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35922026-06-16T21:25:34.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-16T21:25:34.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-16T21:25:34.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-16T21:25:34.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-06-16T21:25:34.203Z
35972026-06-16T21:25:34.204Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35982026-06-16T21:25:34.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-16T21:25:34.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-16T21:25:34.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-16T21:25:34.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-06-16T21:25:34.823Z
36032026-06-16T21:25:34.823Zinfo: running `cargo check --bins` on sp-sim (178/296)
36042026-06-16T21:25:35.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-16T21:25:35.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-16T21:25:35.562Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36072026-06-16T21:25:37.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
36082026-06-16T21:25:37.532Z
36092026-06-16T21:25:37.532Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36102026-06-16T21:25:38.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-16T21:25:38.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-16T21:25:38.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-16T21:25:38.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36142026-06-16T21:25:38.207Z
36152026-06-16T21:25:38.207Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36162026-06-16T21:25:38.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-16T21:25:38.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-16T21:25:38.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-16T21:25:38.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36202026-06-16T21:25:38.882Z
36212026-06-16T21:25:38.882Zinfo: running `cargo check --bins` on db-macros (181/296)
36222026-06-16T21:25:39.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-16T21:25:39.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-16T21:25:39.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-16T21:25:39.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36262026-06-16T21:25:39.480Z
36272026-06-16T21:25:39.480Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36282026-06-16T21:25:39.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-16T21:25:39.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-16T21:25:39.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-16T21:25:39.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-06-16T21:25:40.079Z
36332026-06-16T21:25:40.079Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36342026-06-16T21:25:40.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-16T21:25:40.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-16T21:25:40.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-16T21:25:40.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36382026-06-16T21:25:40.747Z
36392026-06-16T21:25:40.747Zinfo: running `cargo check --bins` on authz-macros (184/296)
36402026-06-16T21:25:41.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-16T21:25:41.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-16T21:25:41.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-16T21:25:41.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36442026-06-16T21:25:41.343Z
36452026-06-16T21:25:41.343Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36462026-06-16T21:25:41.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-16T21:25:41.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-16T21:25:41.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-16T21:25:41.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36502026-06-16T21:25:42.000Z
36512026-06-16T21:25:42.000Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36522026-06-16T21:25:42.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-16T21:25:42.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-16T21:25:42.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-16T21:25:42.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36562026-06-16T21:25:42.656Z
36572026-06-16T21:25:42.656Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36582026-06-16T21:25:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-16T21:25:43.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-16T21:25:43.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-16T21:25:43.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-06-16T21:25:43.263Z
36632026-06-16T21:25:43.263Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36642026-06-16T21:25:43.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-16T21:25:43.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-16T21:25:43.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-16T21:25:43.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36682026-06-16T21:25:43.865Z
36692026-06-16T21:25:43.865Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36702026-06-16T21:25:44.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-16T21:25:44.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-16T21:25:44.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-16T21:25:44.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36742026-06-16T21:25:44.488Z
36752026-06-16T21:25:44.488Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36762026-06-16T21:25:44.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-16T21:25:44.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-16T21:25:44.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-16T21:25:45.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36802026-06-16T21:25:45.091Z
36812026-06-16T21:25:45.091Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36822026-06-16T21:25:45.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-16T21:25:45.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-16T21:25:45.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-16T21:25:45.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36862026-06-16T21:25:45.689Z
36872026-06-16T21:25:45.689Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36882026-06-16T21:25:46.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-16T21:25:46.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-16T21:25:46.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-16T21:25:46.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36922026-06-16T21:25:46.293Z
36932026-06-16T21:25:46.293Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36942026-06-16T21:25:46.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-16T21:25:46.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-16T21:25:46.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-16T21:25:46.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36982026-06-16T21:25:46.959Z
36992026-06-16T21:25:46.959Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
37002026-06-16T21:25:47.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-16T21:25:47.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-16T21:25:47.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-16T21:25:47.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37042026-06-16T21:25:47.628Z
37052026-06-16T21:25:47.628Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
37062026-06-16T21:25:48.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-16T21:25:48.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-16T21:25:48.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-16T21:25:48.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37102026-06-16T21:25:48.284Z
37112026-06-16T21:25:48.284Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37122026-06-16T21:25:48.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-16T21:25:48.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-16T21:25:48.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-16T21:25:48.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37162026-06-16T21:25:48.920Z
37172026-06-16T21:25:48.920Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37182026-06-16T21:25:49.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-16T21:25:49.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-16T21:25:49.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-16T21:25:49.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37222026-06-16T21:25:49.553Z
37232026-06-16T21:25:49.553Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37242026-06-16T21:25:50.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-16T21:25:50.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-16T21:25:50.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-16T21:25:50.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37282026-06-16T21:25:50.186Z
37292026-06-16T21:25:50.186Zinfo: running `cargo check --bins` on key-manager (199/296)
37302026-06-16T21:25:50.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-16T21:25:50.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-16T21:25:50.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-16T21:25:50.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37342026-06-16T21:25:50.803Z
37352026-06-16T21:25:50.803Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37362026-06-16T21:25:51.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-16T21:25:51.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-16T21:25:51.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-16T21:25:51.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37402026-06-16T21:25:51.440Z
37412026-06-16T21:25:51.440Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37422026-06-16T21:25:51.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-16T21:25:51.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-16T21:25:51.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-06-16T21:25:51.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37462026-06-16T21:25:52.078Z
37472026-06-16T21:25:52.078Zinfo: running `cargo check --bins` on typed-rng (202/296)
37482026-06-16T21:25:52.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-06-16T21:25:52.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-06-16T21:25:52.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-06-16T21:25:52.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37522026-06-16T21:25:52.680Z
37532026-06-16T21:25:52.680Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37542026-06-16T21:25:53.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-06-16T21:25:53.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-06-16T21:25:53.563Z Compiling libefi-sys v0.1.0
37572026-06-16T21:25:53.566Z Compiling bitfield-struct v0.6.2
37582026-06-16T21:25:53.711Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-16T21:25:53.719Z Compiling xshell-macros v0.2.7
37602026-06-16T21:25:53.744Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37612026-06-16T21:25:53.747Z Compiling typify-impl v0.4.3
37622026-06-16T21:25:53.747Z Compiling salty v0.3.0
37632026-06-16T21:25:53.750Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37642026-06-16T21:25:53.837Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37652026-06-16T21:25:53.900Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37662026-06-16T21:25:54.056Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37672026-06-16T21:25:54.127Z Checking xshell v0.2.7
37682026-06-16T21:25:54.150Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37692026-06-16T21:25:54.287Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37702026-06-16T21:25:54.303Z Checking primeorder v0.13.6
37712026-06-16T21:25:54.317Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37722026-06-16T21:25:54.332Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-06-16T21:25:54.433Z Compiling proc-macro-error-attr2 v2.0.0
37742026-06-16T21:25:54.453Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37752026-06-16T21:25:54.538Z Checking p384 v0.13.1
37762026-06-16T21:25:54.572Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37772026-06-16T21:25:54.667Z Checking tungstenite v0.21.0
37782026-06-16T21:25:54.789Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37792026-06-16T21:25:54.811Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37802026-06-16T21:25:54.829Z Compiling proc-macro-error2 v2.0.1
37812026-06-16T21:25:55.146Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
37822026-06-16T21:25:55.299Z Compiling num-derive v0.3.3
37832026-06-16T21:25:55.444Z Compiling tabled_derive v0.11.0
37842026-06-16T21:25:55.523Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
37852026-06-16T21:25:55.678Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-16T21:25:55.821Z Checking tokio-tungstenite v0.21.0
37872026-06-16T21:25:55.940Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-06-16T21:25:56.221Z Checking libscf-sys v1.1.0
37892026-06-16T21:25:56.292Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-16T21:25:56.407Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37912026-06-16T21:25:56.502Z Checking papergrid v0.17.0
37922026-06-16T21:25:56.624Z Checking testing_table v0.3.0
37932026-06-16T21:25:56.667Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37942026-06-16T21:25:56.686Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-16T21:25:56.721Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37962026-06-16T21:25:56.873Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37972026-06-16T21:25:56.930Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-06-16T21:25:56.948Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37992026-06-16T21:25:57.130Z Compiling illumos-nvpair-sys v0.2.0
38002026-06-16T21:25:57.149Z Compiling unicase v2.9.0
38012026-06-16T21:25:57.199Z Checking corncobs v0.1.4
38022026-06-16T21:25:57.288Z Checking tabled v0.20.0
38032026-06-16T21:25:57.338Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38042026-06-16T21:25:57.358Z Compiling mime_guess v2.0.5
38052026-06-16T21:25:57.397Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38062026-06-16T21:25:57.446Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38072026-06-16T21:25:57.472Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38082026-06-16T21:25:57.586Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-06-16T21:25:57.604Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38102026-06-16T21:25:57.783Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
38112026-06-16T21:25:57.819Z Checking progenitor-client v0.11.2
38122026-06-16T21:25:57.889Z Checking secrecy v0.8.0
38132026-06-16T21:25:58.032Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38142026-06-16T21:25:58.281Z Compiling typify-macro v0.4.3
38152026-06-16T21:25:58.319Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38162026-06-16T21:25:58.351Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38172026-06-16T21:25:58.358Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38182026-06-16T21:25:58.405Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38192026-06-16T21:25:58.635Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38202026-06-16T21:25:58.676Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38212026-06-16T21:25:58.707Z Checking filetime v0.2.27
38222026-06-16T21:25:58.844Z Checking xattr v1.6.1
38232026-06-16T21:25:58.997Z Checking crc8 v0.1.1
38242026-06-16T21:25:59.016Z Checking http-range v0.1.5
38252026-06-16T21:25:59.108Z Checking tar v0.4.45
38262026-06-16T21:25:59.145Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38272026-06-16T21:25:59.325Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38282026-06-16T21:25:59.343Z Checking illumos-nvpair v0.3.0
38292026-06-16T21:25:59.497Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38302026-06-16T21:25:59.513Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38312026-06-16T21:25:59.588Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38322026-06-16T21:25:59.903Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38332026-06-16T21:26:00.002Z Compiling typify v0.4.3
38342026-06-16T21:26:00.061Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38352026-06-16T21:26:00.119Z Compiling progenitor-impl v0.11.2
38362026-06-16T21:26:00.171Z Checking atty v0.2.14
38372026-06-16T21:26:00.257Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38382026-06-16T21:26:00.272Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38392026-06-16T21:26:00.288Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38402026-06-16T21:26:00.459Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38412026-06-16T21:26:00.521Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38422026-06-16T21:26:00.571Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-06-16T21:26:00.911Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38442026-06-16T21:26:00.987Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38452026-06-16T21:26:01.072Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38462026-06-16T21:26:01.151Z Checking hyper-staticfile v0.10.1
38472026-06-16T21:26:01.328Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38482026-06-16T21:26:01.451Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38492026-06-16T21:26:01.486Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38502026-06-16T21:26:01.513Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38512026-06-16T21:26:01.602Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38522026-06-16T21:26:01.815Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38532026-06-16T21:26:01.863Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38542026-06-16T21:26:02.119Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38552026-06-16T21:26:02.145Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38562026-06-16T21:26:02.409Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38572026-06-16T21:26:02.689Z Compiling progenitor-macro v0.11.2
38582026-06-16T21:26:05.133Z Checking progenitor v0.11.2
38592026-06-16T21:26:05.298Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38602026-06-16T21:26:05.566Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38612026-06-16T21:26:09.980Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38622026-06-16T21:26:23.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.28s
38632026-06-16T21:26:23.297Z
38642026-06-16T21:26:23.297Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38652026-06-16T21:26:23.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-06-16T21:26:23.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-06-16T21:26:23.298Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-06-16T21:26:32.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38692026-06-16T21:26:33.008Z
38702026-06-16T21:26:33.008Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38712026-06-16T21:26:33.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-06-16T21:26:33.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-06-16T21:26:33.818Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-06-16T21:26:44.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
38752026-06-16T21:26:44.962Z
38762026-06-16T21:26:44.962Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38772026-06-16T21:26:45.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-06-16T21:26:45.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-06-16T21:26:45.775Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-06-16T21:26:56.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38812026-06-16T21:26:56.790Z
38822026-06-16T21:26:56.790Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38832026-06-16T21:26:57.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-06-16T21:26:57.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-06-16T21:26:57.599Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-06-16T21:27:08.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
38872026-06-16T21:27:08.605Z
38882026-06-16T21:27:08.605Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38892026-06-16T21:27:09.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-06-16T21:27:09.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-06-16T21:27:09.419Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-06-16T21:27:24.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
38932026-06-16T21:27:24.043Z
38942026-06-16T21:27:24.043Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38952026-06-16T21:27:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-06-16T21:27:24.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-06-16T21:27:24.043Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-06-16T21:27:31.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38992026-06-16T21:27:32.188Z
39002026-06-16T21:27:32.188Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
39012026-06-16T21:27:32.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-06-16T21:27:32.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-06-16T21:27:32.976Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39042026-06-16T21:27:43.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
39052026-06-16T21:27:43.986Z
39062026-06-16T21:27:43.986Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
39072026-06-16T21:27:44.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-06-16T21:27:44.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-06-16T21:27:44.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-06-16T21:27:44.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39112026-06-16T21:27:44.606Z
39122026-06-16T21:27:44.606Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
39132026-06-16T21:27:45.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-06-16T21:27:45.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-06-16T21:27:45.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-06-16T21:27:45.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39172026-06-16T21:27:45.227Z
39182026-06-16T21:27:45.227Zinfo: running `cargo check --bins` on range-requests (213/296)
39192026-06-16T21:27:45.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-06-16T21:27:45.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-06-16T21:27:45.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-06-16T21:27:45.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39232026-06-16T21:27:45.833Z
39242026-06-16T21:27:45.833Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39252026-06-16T21:27:46.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-06-16T21:27:46.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-06-16T21:27:46.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-06-16T21:27:46.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39292026-06-16T21:27:46.443Z
39302026-06-16T21:27:46.443Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39312026-06-16T21:27:46.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-06-16T21:27:46.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-06-16T21:27:46.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-06-16T21:27:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39352026-06-16T21:27:47.074Z
39362026-06-16T21:27:47.074Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39372026-06-16T21:27:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-06-16T21:27:47.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-06-16T21:27:47.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-06-16T21:27:47.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39412026-06-16T21:27:47.707Z
39422026-06-16T21:27:47.707Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39432026-06-16T21:27:48.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-06-16T21:27:48.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-06-16T21:27:48.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-06-16T21:27:48.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39472026-06-16T21:27:48.338Z
39482026-06-16T21:27:48.338Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39492026-06-16T21:27:48.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-06-16T21:27:48.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-06-16T21:27:48.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-06-16T21:27:48.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39532026-06-16T21:27:48.976Z
39542026-06-16T21:27:48.976Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39552026-06-16T21:27:49.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-06-16T21:27:49.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-06-16T21:27:49.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-06-16T21:27:49.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39592026-06-16T21:27:49.613Z
39602026-06-16T21:27:49.613Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39612026-06-16T21:27:50.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-06-16T21:27:50.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-06-16T21:27:50.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-06-16T21:27:50.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39652026-06-16T21:27:50.249Z
39662026-06-16T21:27:50.249Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39672026-06-16T21:27:50.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-06-16T21:27:50.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-06-16T21:27:50.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-06-16T21:27:50.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39712026-06-16T21:27:50.879Z
39722026-06-16T21:27:50.879Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39732026-06-16T21:27:51.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-06-16T21:27:51.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-06-16T21:27:51.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-06-16T21:27:51.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39772026-06-16T21:27:51.516Z
39782026-06-16T21:27:51.516Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39792026-06-16T21:27:52.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-06-16T21:27:52.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-06-16T21:27:52.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-06-16T21:27:52.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39832026-06-16T21:27:52.151Z
39842026-06-16T21:27:52.151Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39852026-06-16T21:27:52.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-16T21:27:52.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-16T21:27:52.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-06-16T21:27:52.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39892026-06-16T21:27:52.788Z
39902026-06-16T21:27:52.788Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39912026-06-16T21:27:53.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-06-16T21:27:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-06-16T21:27:53.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-06-16T21:27:53.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39952026-06-16T21:27:53.444Z
39962026-06-16T21:27:53.446Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39972026-06-16T21:27:53.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-06-16T21:27:53.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-06-16T21:27:53.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-06-16T21:27:53.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40012026-06-16T21:27:54.081Z
40022026-06-16T21:27:54.081Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
40032026-06-16T21:27:54.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-06-16T21:27:54.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-06-16T21:27:54.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-06-16T21:27:54.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40072026-06-16T21:27:54.738Z
40082026-06-16T21:27:54.738Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
40092026-06-16T21:27:55.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-06-16T21:27:55.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-06-16T21:27:55.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-06-16T21:27:55.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40132026-06-16T21:27:55.396Z
40142026-06-16T21:27:55.396Zinfo: running `cargo check --bins` on update-common (229/296)
40152026-06-16T21:27:55.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-06-16T21:27:55.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-06-16T21:27:55.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-06-16T21:27:55.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40192026-06-16T21:27:56.013Z
40202026-06-16T21:27:56.013Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40212026-06-16T21:27:56.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-06-16T21:27:56.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-06-16T21:27:56.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-06-16T21:27:56.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40252026-06-16T21:27:56.681Z
40262026-06-16T21:27:56.681Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40272026-06-16T21:27:57.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-06-16T21:27:57.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-06-16T21:27:57.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-06-16T21:27:57.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40312026-06-16T21:27:57.280Z
40322026-06-16T21:27:57.280Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40332026-06-16T21:27:57.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-06-16T21:27:57.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-06-16T21:27:58.070Z Compiling fs-err v2.11.0
40362026-06-16T21:27:58.073Z Checking ignore v0.4.25
40372026-06-16T21:27:58.073Z Checking arc-swap v1.8.2
40382026-06-16T21:27:58.209Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40392026-06-16T21:27:58.212Z Checking predicates-tree v1.0.13
40402026-06-16T21:27:58.215Z Checking parse-size v1.1.0
40412026-06-16T21:27:58.240Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40422026-06-16T21:27:58.252Z Checking rand_seeder v0.4.0
40432026-06-16T21:27:58.305Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40442026-06-16T21:27:58.338Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40452026-06-16T21:27:58.394Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40462026-06-16T21:27:58.408Z Checking slog-scope v4.4.1
40472026-06-16T21:27:58.444Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40482026-06-16T21:27:58.536Z Checking slog-stdlog v4.1.1
40492026-06-16T21:27:58.551Z Compiling petname v2.0.2
40502026-06-16T21:27:58.566Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40512026-06-16T21:27:58.580Z Checking globwalk v0.9.1
40522026-06-16T21:27:58.631Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40532026-06-16T21:27:58.656Z Checking slog-envlogger v2.2.0
40542026-06-16T21:27:58.757Z Checking camino-tempfile-ext v0.3.3
40552026-06-16T21:27:58.803Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40562026-06-16T21:27:58.832Z Checking sapling-renderdag v0.1.0
40572026-06-16T21:27:58.950Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40582026-06-16T21:27:58.992Z Checking subprocess v0.2.15
40592026-06-16T21:27:59.071Z Checking sync-ptr v0.1.4
40602026-06-16T21:27:59.184Z Checking colored v2.2.0
40612026-06-16T21:27:59.198Z Checking assert_matches v1.5.0
40622026-06-16T21:27:59.275Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40632026-06-16T21:27:59.450Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40642026-06-16T21:27:59.454Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40652026-06-16T21:28:00.173Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40662026-06-16T21:28:01.502Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40672026-06-16T21:28:03.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
40682026-06-16T21:28:03.900Z
40692026-06-16T21:28:03.900Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40702026-06-16T21:28:04.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-06-16T21:28:04.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-06-16T21:28:04.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-06-16T21:28:04.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40742026-06-16T21:28:04.494Z
40752026-06-16T21:28:04.494Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40762026-06-16T21:28:05.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-16T21:28:05.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-16T21:28:05.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-16T21:28:05.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40802026-06-16T21:28:05.113Z
40812026-06-16T21:28:05.113Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40822026-06-16T21:28:05.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-16T21:28:05.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-16T21:28:05.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-06-16T21:28:05.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40862026-06-16T21:28:05.777Z
40872026-06-16T21:28:05.777Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40882026-06-16T21:28:06.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-06-16T21:28:06.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-06-16T21:28:06.517Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40912026-06-16T21:28:06.518Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40922026-06-16T21:28:07.159Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40932026-06-16T21:28:08.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40942026-06-16T21:28:08.929Z
40952026-06-16T21:28:08.929Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40962026-06-16T21:28:09.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-06-16T21:28:09.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-06-16T21:28:09.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-06-16T21:28:09.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41002026-06-16T21:28:09.539Z
41012026-06-16T21:28:09.539Zinfo: running `cargo check --bins` on cert-dev (238/296)
41022026-06-16T21:28:10.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-06-16T21:28:10.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-06-16T21:28:10.155Z Checking yasna v0.5.2
41052026-06-16T21:28:10.562Z Checking rcgen v0.12.1
41062026-06-16T21:28:10.810Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41072026-06-16T21:28:10.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41082026-06-16T21:28:11.177Z
41092026-06-16T21:28:11.177Zinfo: running `cargo check --bins` on clickana (239/296)
41102026-06-16T21:28:11.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-16T21:28:11.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-16T21:28:11.835Z Compiling darling_core v0.23.0
41132026-06-16T21:28:11.839Z Compiling instability v0.3.11
41142026-06-16T21:28:11.953Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41152026-06-16T21:28:11.953Z Checking castaway v0.2.4
41162026-06-16T21:28:11.958Z Compiling indoc v2.0.7
41172026-06-16T21:28:11.971Z Checking unicode-truncate v1.1.0
41182026-06-16T21:28:11.974Z Checking lru v0.12.5
41192026-06-16T21:28:11.981Z Checking cassowary v0.3.0
41202026-06-16T21:28:12.048Z Checking compact_str v0.8.1
41212026-06-16T21:28:13.263Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41222026-06-16T21:28:13.395Z Compiling darling_macro v0.23.0
41232026-06-16T21:28:13.441Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41242026-06-16T21:28:13.804Z Compiling darling v0.23.0
41252026-06-16T21:28:14.429Z Checking ratatui v0.29.0
41262026-06-16T21:28:15.486Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41272026-06-16T21:28:16.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
41282026-06-16T21:28:16.338Z
41292026-06-16T21:28:16.339Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41302026-06-16T21:28:16.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-16T21:28:16.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-16T21:28:17.081Z Checking headers-core v0.3.0
41332026-06-16T21:28:17.087Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41342026-06-16T21:28:17.267Z Checking headers v0.4.1
41352026-06-16T21:28:17.635Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-16T21:28:18.501Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41372026-06-16T21:28:18.987Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41382026-06-16T21:28:19.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41392026-06-16T21:28:19.599Z
41402026-06-16T21:28:19.599Zinfo: running `cargo check --bins` on ch-dev (241/296)
41412026-06-16T21:28:20.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-06-16T21:28:20.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-06-16T21:28:20.333Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41442026-06-16T21:28:21.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41452026-06-16T21:28:21.285Z
41462026-06-16T21:28:21.285Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41472026-06-16T21:28:21.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-06-16T21:28:21.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-06-16T21:28:21.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-06-16T21:28:21.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41512026-06-16T21:28:21.753Z
41522026-06-16T21:28:21.753Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41532026-06-16T21:28:22.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-06-16T21:28:22.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-06-16T21:28:22.480Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41562026-06-16T21:28:23.477Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41572026-06-16T21:28:23.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41582026-06-16T21:28:24.007Z
41592026-06-16T21:28:24.007Zinfo: running `cargo check --bins` on db-dev (244/296)
41602026-06-16T21:28:24.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-06-16T21:28:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-06-16T21:28:24.740Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41632026-06-16T21:28:25.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41642026-06-16T21:28:25.703Z
41652026-06-16T21:28:25.704Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41662026-06-16T21:28:26.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-06-16T21:28:26.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-06-16T21:28:26.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692026-06-16T21:28:26.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41702026-06-16T21:28:26.357Z
41712026-06-16T21:28:26.357Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41722026-06-16T21:28:26.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-06-16T21:28:26.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-06-16T21:28:27.248Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41752026-06-16T21:28:27.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
41762026-06-16T21:28:27.864Z
41772026-06-16T21:28:27.865Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41782026-06-16T21:28:28.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-06-16T21:28:28.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-06-16T21:28:28.628Z Compiling progenitor-impl v0.13.0
41812026-06-16T21:28:28.749Z Checking progenitor-client v0.13.0
41822026-06-16T21:28:28.750Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-16T21:28:28.753Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-06-16T21:28:28.783Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41852026-06-16T21:28:28.795Z Checking git-stub v1.0.0
41862026-06-16T21:28:28.799Z Compiling trait-variant v0.1.2
41872026-06-16T21:28:28.948Z Checking maplit v1.0.2
41882026-06-16T21:28:28.976Z Checking is_ci v1.2.0
41892026-06-16T21:28:29.015Z Checking git-stub-vcs v0.1.0
41902026-06-16T21:28:29.067Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41912026-06-16T21:28:29.091Z Checking supports-color v3.0.2
41922026-06-16T21:28:29.221Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41932026-06-16T21:28:29.259Z Checking drift v0.2.0
41942026-06-16T21:28:29.333Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41952026-06-16T21:28:29.463Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41962026-06-16T21:28:29.523Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41972026-06-16T21:28:29.580Z Checking dropshot-api-manager v0.7.2
41982026-06-16T21:28:29.615Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41992026-06-16T21:28:29.640Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42002026-06-16T21:28:29.727Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42012026-06-16T21:28:29.909Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42022026-06-16T21:28:30.118Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42032026-06-16T21:28:30.135Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42042026-06-16T21:28:30.634Z Compiling progenitor-macro v0.13.0
42052026-06-16T21:28:33.046Z Checking progenitor v0.13.0
42062026-06-16T21:28:33.165Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42072026-06-16T21:28:38.289Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42082026-06-16T21:28:39.387Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42092026-06-16T21:28:39.954Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42102026-06-16T21:28:40.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s
42112026-06-16T21:28:40.589Z
42122026-06-16T21:28:40.589Zinfo: running `cargo check --bins` on installinator-api (248/296)
42132026-06-16T21:28:41.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-16T21:28:41.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-16T21:28:41.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-16T21:28:41.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-06-16T21:28:41.202Z
42182026-06-16T21:28:41.202Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
42192026-06-16T21:28:41.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-16T21:28:41.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-16T21:28:41.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-16T21:28:41.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42232026-06-16T21:28:41.856Z
42242026-06-16T21:28:41.856Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42252026-06-16T21:28:42.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-16T21:28:42.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-16T21:28:42.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-16T21:28:42.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42292026-06-16T21:28:42.506Z
42302026-06-16T21:28:42.506Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42312026-06-16T21:28:43.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-16T21:28:43.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-16T21:28:43.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-06-16T21:28:43.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42352026-06-16T21:28:43.159Z
42362026-06-16T21:28:43.159Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42372026-06-16T21:28:43.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-06-16T21:28:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-06-16T21:28:43.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-06-16T21:28:43.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42412026-06-16T21:28:43.766Z
42422026-06-16T21:28:43.766Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42432026-06-16T21:28:44.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-06-16T21:28:44.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-06-16T21:28:44.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-06-16T21:28:44.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42472026-06-16T21:28:44.364Z
42482026-06-16T21:28:44.364Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42492026-06-16T21:28:44.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-16T21:28:44.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-16T21:28:44.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-06-16T21:28:44.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42532026-06-16T21:28:44.985Z
42542026-06-16T21:28:44.985Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42552026-06-16T21:28:45.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-16T21:28:45.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-16T21:28:45.605Z Checking typeid v1.0.3
42582026-06-16T21:28:45.718Z Checking ordered-float v2.10.1
42592026-06-16T21:28:45.737Z Checking unicode-xid v0.2.6
42602026-06-16T21:28:45.748Z Checking cargo-platform v0.2.0
42612026-06-16T21:28:45.759Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42622026-06-16T21:28:45.787Z Checking erased-serde v0.4.9
42632026-06-16T21:28:45.923Z Checking serde-value v0.7.0
42642026-06-16T21:28:46.103Z Checking serde-untagged v0.1.9
42652026-06-16T21:28:46.261Z Checking cargo-util-schemas v0.8.2
42662026-06-16T21:28:46.943Z Checking cargo_metadata v0.21.0
42672026-06-16T21:28:47.551Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42682026-06-16T21:28:48.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
42692026-06-16T21:28:48.476Z
42702026-06-16T21:28:48.476Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42712026-06-16T21:28:49.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-06-16T21:28:49.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-06-16T21:28:49.220Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42742026-06-16T21:28:49.837Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42752026-06-16T21:28:50.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42762026-06-16T21:28:50.560Z
42772026-06-16T21:28:50.560Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42782026-06-16T21:28:51.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-06-16T21:28:51.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-06-16T21:28:51.537Z Compiling vergen-lib v0.1.6
42812026-06-16T21:28:51.537Z Compiling dirs-sys-next v0.1.2
42822026-06-16T21:28:51.537Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42832026-06-16T21:28:51.541Z Compiling diesel_derives v2.3.7
42842026-06-16T21:28:51.541Z Compiling glob v0.3.3
42852026-06-16T21:28:51.541Z Compiling crunchy v0.2.4
42862026-06-16T21:28:51.541Z Compiling dsl_auto_type v0.2.0
42872026-06-16T21:28:51.541Z Checking scheduled-thread-pool v0.2.7
42882026-06-16T21:28:51.824Z Compiling dirs-next v2.0.0
42892026-06-16T21:28:51.942Z Compiling vergen-gitcl v1.0.8
42902026-06-16T21:28:51.945Z Compiling diesel_table_macro_syntax v0.3.0
42912026-06-16T21:28:51.945Z Compiling tiny-keccak v2.0.2
42922026-06-16T21:28:52.106Z Compiling clang-sys v1.8.1
42932026-06-16T21:28:52.177Z Compiling term v0.7.0
42942026-06-16T21:28:52.249Z Checking r2d2 v0.8.10
42952026-06-16T21:28:52.252Z Compiling bit-vec v0.6.3
42962026-06-16T21:28:52.282Z Checking downcast-rs v2.0.2
42972026-06-16T21:28:52.431Z Compiling bit-set v0.5.3
42982026-06-16T21:28:52.485Z Compiling ascii-canvas v3.0.0
42992026-06-16T21:28:52.502Z Compiling itertools v0.10.5
43002026-06-16T21:28:52.586Z Compiling ena v0.14.4
43012026-06-16T21:28:52.727Z Compiling libloading v0.8.9
43022026-06-16T21:28:52.730Z Compiling bindgen v0.71.1
43032026-06-16T21:28:52.801Z Compiling regex-syntax v0.6.29
43042026-06-16T21:28:52.857Z Compiling diff v0.1.13
43052026-06-16T21:28:52.961Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43062026-06-16T21:28:53.130Z Compiling cexpr v0.6.0
43072026-06-16T21:28:53.191Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43082026-06-16T21:28:53.389Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43092026-06-16T21:28:53.483Z Compiling rustc-hash v2.1.1
43102026-06-16T21:28:53.590Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43112026-06-16T21:28:53.616Z Compiling libxml v0.3.3
43122026-06-16T21:28:53.807Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43132026-06-16T21:28:53.825Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43142026-06-16T21:28:53.841Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43152026-06-16T21:28:53.885Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43162026-06-16T21:28:54.030Z Compiling strum_macros v0.24.3
43172026-06-16T21:28:54.145Z Compiling lalrpop v0.19.12
43182026-06-16T21:28:54.164Z Compiling indoc v1.0.9
43192026-06-16T21:28:55.079Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43202026-06-16T21:28:55.276Z Checking derive_builder v0.20.2
43212026-06-16T21:28:55.396Z Compiling oso-derive v0.27.3
43222026-06-16T21:28:55.412Z Checking quick-xml v0.37.5
43232026-06-16T21:28:55.535Z Compiling impl-trait-for-tuples v0.2.3
43242026-06-16T21:28:55.896Z Checking openssl-probe v0.1.6
43252026-06-16T21:28:56.081Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43262026-06-16T21:28:56.352Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43272026-06-16T21:28:56.551Z Checking bb8 v0.8.6
43282026-06-16T21:28:56.718Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43292026-06-16T21:28:56.823Z Compiling libz-sys v1.1.24
43302026-06-16T21:28:56.841Z Checking nonempty v0.12.0
43312026-06-16T21:28:56.936Z Compiling strsim v0.10.0
43322026-06-16T21:28:57.008Z Compiling libgit2-sys v0.18.3+1.9.2
43332026-06-16T21:28:57.179Z Compiling darling_core v0.13.4
43342026-06-16T21:28:57.277Z Compiling vergen-git2 v9.1.0
43352026-06-16T21:28:57.414Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-06-16T21:28:57.503Z Compiling rustls v0.21.12
43372026-06-16T21:28:57.608Z Compiling base64 v0.21.7
43382026-06-16T21:28:57.667Z Checking diesel v2.3.7
43392026-06-16T21:28:57.737Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43402026-06-16T21:28:57.930Z Compiling ron v0.8.1
43412026-06-16T21:28:58.706Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43422026-06-16T21:28:58.892Z Checking sct v0.7.1
43432026-06-16T21:28:58.909Z Checking rustls-webpki v0.101.7
43442026-06-16T21:28:59.099Z Compiling darling_macro v0.13.4
43452026-06-16T21:28:59.103Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43462026-06-16T21:28:59.538Z Compiling darling v0.13.4
43472026-06-16T21:28:59.559Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43482026-06-16T21:28:59.632Z Compiling serde_with_macros v1.5.2
43492026-06-16T21:29:00.493Z Compiling serde_with v1.14.0
43502026-06-16T21:29:00.576Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43512026-06-16T21:29:01.306Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43522026-06-16T21:29:01.682Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43532026-06-16T21:29:02.379Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43542026-06-16T21:29:02.907Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43552026-06-16T21:29:03.031Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43562026-06-16T21:29:03.101Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43572026-06-16T21:29:03.226Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43582026-06-16T21:29:03.254Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43592026-06-16T21:29:03.291Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43602026-06-16T21:29:03.553Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43612026-06-16T21:29:03.556Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43622026-06-16T21:29:03.587Z Checking tokio-rustls v0.24.1
43632026-06-16T21:29:03.791Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43642026-06-16T21:29:04.345Z Checking rustls-pemfile v1.0.4
43652026-06-16T21:29:04.404Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43662026-06-16T21:29:04.492Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43672026-06-16T21:29:04.672Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43682026-06-16T21:29:04.691Z Checking twox-hash v2.1.2
43692026-06-16T21:29:05.005Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43702026-06-16T21:29:05.023Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43712026-06-16T21:29:05.076Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43722026-06-16T21:29:05.550Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43732026-06-16T21:29:05.712Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43742026-06-16T21:29:06.775Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43752026-06-16T21:29:07.020Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43762026-06-16T21:29:07.075Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43772026-06-16T21:29:07.452Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43782026-06-16T21:29:07.739Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43792026-06-16T21:29:07.999Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43802026-06-16T21:29:08.196Z Checking console v0.16.2
43812026-06-16T21:29:09.517Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43822026-06-16T21:29:09.521Z Checking fatfs v0.3.6
43832026-06-16T21:29:09.521Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43842026-06-16T21:29:09.521Z Checking unit-prefix v0.5.2
43852026-06-16T21:29:09.521Z Compiling seq-macro v0.3.6
43862026-06-16T21:29:09.805Z Checking indicatif v0.18.4
43872026-06-16T21:29:10.088Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43882026-06-16T21:29:10.111Z Checking support-bundle-viewer v0.1.2
43892026-06-16T21:29:10.190Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43902026-06-16T21:29:10.361Z Checking multimap v0.10.1
43912026-06-16T21:29:16.303Z Checking async-bb8-diesel v0.2.1
43922026-06-16T21:29:16.662Z Checking diesel-dtrace v0.5.0
43932026-06-16T21:29:19.774Z Compiling samael v0.0.19
43942026-06-16T21:29:25.598Z Compiling git2 v0.20.4
43952026-06-16T21:29:26.135Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43962026-06-16T21:29:26.341Z Compiling polar-core v0.27.3
43972026-06-16T21:29:27.975Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43982026-06-16T21:29:30.905Z Checking oso v0.27.3
43992026-06-16T21:29:58.802Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44002026-06-16T21:31:10.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
44012026-06-16T21:31:10.772Z
44022026-06-16T21:31:10.772Zinfo: running `cargo check --bins` on nexus-networking (258/296)
44032026-06-16T21:31:11.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-16T21:31:11.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-16T21:31:11.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-16T21:31:11.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44072026-06-16T21:31:11.487Z
44082026-06-16T21:31:11.487Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
44092026-06-16T21:31:12.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-16T21:31:12.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-16T21:31:12.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-16T21:31:12.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44132026-06-16T21:31:12.156Z
44142026-06-16T21:31:12.156Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
44152026-06-16T21:31:12.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-16T21:31:12.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-16T21:31:12.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44182026-06-16T21:31:12.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44192026-06-16T21:31:12.825Z
44202026-06-16T21:31:12.825Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
44212026-06-16T21:31:13.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-16T21:31:13.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-16T21:31:13.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-06-16T21:31:13.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44252026-06-16T21:31:13.432Z
44262026-06-16T21:31:13.432Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
44272026-06-16T21:31:14.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-16T21:31:14.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-16T21:31:14.296Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44302026-06-16T21:31:15.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44312026-06-16T21:31:15.264Z
44322026-06-16T21:31:15.265Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44332026-06-16T21:31:15.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-16T21:31:15.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-16T21:31:16.108Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44362026-06-16T21:31:53.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.02s
44372026-06-16T21:31:53.524Z
44382026-06-16T21:31:53.524Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44392026-06-16T21:31:54.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-16T21:31:54.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-16T21:31:54.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-16T21:31:54.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44432026-06-16T21:31:54.124Z
44442026-06-16T21:31:54.125Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44452026-06-16T21:31:54.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-16T21:31:54.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-16T21:31:54.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-16T21:31:54.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44492026-06-16T21:31:54.780Z
44502026-06-16T21:31:54.780Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44512026-06-16T21:31:55.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-16T21:31:55.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-16T21:31:55.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-16T21:31:55.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44552026-06-16T21:31:55.451Z
44562026-06-16T21:31:55.452Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44572026-06-16T21:31:56.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-16T21:31:56.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-16T21:31:56.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-16T21:31:56.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44612026-06-16T21:31:56.130Z
44622026-06-16T21:31:56.130Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44632026-06-16T21:31:56.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-16T21:31:56.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-16T21:31:56.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-16T21:31:56.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44672026-06-16T21:31:56.784Z
44682026-06-16T21:31:56.784Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44692026-06-16T21:31:57.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-16T21:31:57.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-16T21:31:57.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-16T21:31:57.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44732026-06-16T21:31:57.455Z
44742026-06-16T21:31:57.455Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44752026-06-16T21:31:58.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-16T21:31:58.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-16T21:31:58.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-06-16T21:31:58.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44792026-06-16T21:31:58.126Z
44802026-06-16T21:31:58.126Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44812026-06-16T21:31:58.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-06-16T21:31:58.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-06-16T21:31:58.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-06-16T21:31:58.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44852026-06-16T21:31:58.797Z
44862026-06-16T21:31:58.797Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44872026-06-16T21:31:59.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-16T21:31:59.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-16T21:31:59.720Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44902026-06-16T21:31:59.720Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44912026-06-16T21:31:59.905Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44922026-06-16T21:31:59.909Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44932026-06-16T21:31:59.912Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44942026-06-16T21:31:59.912Z Checking diff v0.1.13
44952026-06-16T21:31:59.912Z Checking yansi v1.0.1
44962026-06-16T21:31:59.912Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44972026-06-16T21:32:00.050Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44982026-06-16T21:32:00.220Z Checking pretty_assertions v1.4.1
44992026-06-16T21:32:00.880Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45002026-06-16T21:32:01.059Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45012026-06-16T21:32:24.975Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45022026-06-16T21:32:24.978Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45032026-06-16T21:32:24.978Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45042026-06-16T21:32:24.978Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45052026-06-16T21:32:24.978Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45062026-06-16T21:32:24.978Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45072026-06-16T21:32:25.822Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45082026-06-16T21:32:25.822Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45092026-06-16T21:32:27.048Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45102026-06-16T21:33:03.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45112026-06-16T21:33:03.913Z
45122026-06-16T21:33:03.913Zinfo: running `cargo check --bins` on omicron-pins (273/296)
45132026-06-16T21:33:04.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-06-16T21:33:04.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-06-16T21:33:04.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-06-16T21:33:04.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45172026-06-16T21:33:04.510Z
45182026-06-16T21:33:04.510Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
45192026-06-16T21:33:05.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-06-16T21:33:05.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-06-16T21:33:05.299Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45222026-06-16T21:33:05.427Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45232026-06-16T21:33:05.436Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45242026-06-16T21:33:31.361Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45252026-06-16T21:33:31.738Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45262026-06-16T21:33:33.454Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45272026-06-16T21:33:33.903Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45282026-06-16T21:33:36.876Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45292026-06-16T21:34:00.093Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45302026-06-16T21:34:00.843Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45312026-06-16T21:34:02.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.85s
45322026-06-16T21:34:02.607Z
45332026-06-16T21:34:02.607Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45342026-06-16T21:34:03.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-06-16T21:34:03.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-06-16T21:34:03.315Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45372026-06-16T21:34:04.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45382026-06-16T21:34:04.214Z
45392026-06-16T21:34:04.214Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45402026-06-16T21:34:04.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-16T21:34:04.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-16T21:34:04.953Z Compiling blake3 v1.8.3
45432026-06-16T21:34:05.023Z Checking arrayref v0.3.9
45442026-06-16T21:34:05.116Z Checking arrayvec v0.7.6
45452026-06-16T21:34:05.116Z Checking constant_time_eq v0.4.2
45462026-06-16T21:34:05.116Z Checking topological-sort v0.2.2
45472026-06-16T21:34:05.116Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45482026-06-16T21:34:05.116Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45492026-06-16T21:34:05.116Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45502026-06-16T21:34:05.116Z Checking shell-words v1.1.1
45512026-06-16T21:34:05.846Z Checking omicron-zone-package v0.12.2
45522026-06-16T21:34:06.561Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45532026-06-16T21:34:07.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
45542026-06-16T21:34:07.580Z
45552026-06-16T21:34:07.580Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45562026-06-16T21:34:08.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-06-16T21:34:08.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-06-16T21:34:08.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45592026-06-16T21:34:08.572Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45602026-06-16T21:34:08.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45612026-06-16T21:34:09.157Z
45622026-06-16T21:34:09.157Zinfo: running `cargo check --bins` on schema (278/296)
45632026-06-16T21:34:09.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-06-16T21:34:09.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-06-16T21:34:09.901Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45662026-06-16T21:34:10.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45672026-06-16T21:34:10.811Z
45682026-06-16T21:34:10.811Zinfo: running `cargo check --bins` on xtask (279/296)
45692026-06-16T21:34:11.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-06-16T21:34:11.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-06-16T21:34:11.277Z Checking libc v0.2.185
45722026-06-16T21:34:11.361Z Checking serde v1.0.228
45732026-06-16T21:34:11.366Z Checking zerofrom v0.1.6
45742026-06-16T21:34:11.370Z Checking bitflags v2.11.0
45752026-06-16T21:34:11.374Z Checking smallvec v1.15.1
45762026-06-16T21:34:11.381Z Checking indexmap v2.14.0
45772026-06-16T21:34:11.391Z Checking serde_json v1.0.149
45782026-06-16T21:34:11.401Z Checking scroll v0.12.0
45792026-06-16T21:34:11.463Z Checking yoke v0.8.1
45802026-06-16T21:34:11.518Z Checking num-traits v0.2.19
45812026-06-16T21:34:11.557Z Checking thiserror v1.0.69
45822026-06-16T21:34:11.621Z Checking log v0.4.29
45832026-06-16T21:34:11.632Z Checking zerovec v0.11.5
45842026-06-16T21:34:11.645Z Checking zerotrie v0.2.3
45852026-06-16T21:34:11.652Z Checking errno v0.3.14
45862026-06-16T21:34:11.747Z Checking toml_datetime v0.6.11
45872026-06-16T21:34:11.768Z Checking serde_spanned v0.6.9
45882026-06-16T21:34:11.780Z Checking rustix v1.1.3
45892026-06-16T21:34:11.880Z Checking percent-encoding v2.3.2
45902026-06-16T21:34:11.897Z Checking zerocopy v0.7.35
45912026-06-16T21:34:11.931Z Checking toml_edit v0.22.27
45922026-06-16T21:34:11.931Z Checking goblin v0.8.2
45932026-06-16T21:34:12.004Z Checking getrandom v0.4.1
45942026-06-16T21:34:12.020Z Checking form_urlencoded v1.2.2
45952026-06-16T21:34:12.041Z Checking ordered-float v2.10.1
45962026-06-16T21:34:12.054Z Checking tinystr v0.8.2
45972026-06-16T21:34:12.133Z Checking potential_utf v0.1.4
45982026-06-16T21:34:12.144Z Checking thiserror v2.0.18
45992026-06-16T21:34:12.232Z Checking icu_locale_core v2.1.1
46002026-06-16T21:34:12.243Z Checking syn v2.0.117
46012026-06-16T21:34:12.264Z Checking serde-value v0.7.0
46022026-06-16T21:34:12.268Z Checking icu_collections v2.1.1
46032026-06-16T21:34:12.382Z Checking dtrace-parser v0.2.0
46042026-06-16T21:34:12.465Z Checking thread-id v4.2.2
46052026-06-16T21:34:12.548Z Checking once_cell v1.21.3
46062026-06-16T21:34:12.596Z Checking terminal_size v0.4.3
46072026-06-16T21:34:12.600Z Checking cargo-platform v0.2.0
46082026-06-16T21:34:12.629Z Checking memmap v0.7.0
46092026-06-16T21:34:12.718Z Checking tempfile v3.25.0
46102026-06-16T21:34:12.729Z Checking clap_builder v4.6.0
46112026-06-16T21:34:12.761Z Checking textwrap v0.16.2
46122026-06-16T21:34:12.784Z Checking icu_provider v2.1.1
46132026-06-16T21:34:12.795Z Checking fs-err v3.3.0
46142026-06-16T21:34:12.910Z Checking camino-tempfile v1.4.1
46152026-06-16T21:34:12.974Z Checking tabled v0.15.0
46162026-06-16T21:34:12.985Z Checking anyhow v1.0.102
46172026-06-16T21:34:13.023Z Checking icu_normalizer v2.1.1
46182026-06-16T21:34:13.048Z Checking icu_properties v2.1.2
46192026-06-16T21:34:13.069Z Checking toml v0.8.23
46202026-06-16T21:34:13.178Z Checking macaddr v1.0.1
46212026-06-16T21:34:13.336Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46222026-06-16T21:34:13.396Z Checking cargo_toml v0.21.0
46232026-06-16T21:34:13.865Z Checking dof v0.3.0
46242026-06-16T21:34:13.877Z Checking idna_adapter v1.2.1
46252026-06-16T21:34:13.962Z Checking clap v4.6.1
46262026-06-16T21:34:13.991Z Checking idna v1.1.0
46272026-06-16T21:34:14.147Z Checking usdt-impl v0.5.0
46282026-06-16T21:34:14.218Z Checking url v2.5.8
46292026-06-16T21:34:14.391Z Checking usdt v0.5.0
46302026-06-16T21:34:14.565Z Checking cargo-util-schemas v0.8.2
46312026-06-16T21:34:15.260Z Checking cargo_metadata v0.21.0
46322026-06-16T21:34:15.879Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46332026-06-16T21:34:16.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
46342026-06-16T21:34:16.449Z
46352026-06-16T21:34:16.449Zinfo: running `cargo check --bins` on dnsadm (280/296)
46362026-06-16T21:34:16.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-06-16T21:34:17.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-06-16T21:34:17.112Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46392026-06-16T21:34:17.599Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46402026-06-16T21:34:17.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
46412026-06-16T21:34:18.181Z
46422026-06-16T21:34:18.181Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46432026-06-16T21:34:18.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-06-16T21:34:18.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-06-16T21:34:19.003Z Checking polyval v0.6.2
46462026-06-16T21:34:19.121Z Checking ctr v0.9.2
46472026-06-16T21:34:19.133Z Checking ssh-encoding v0.2.0
46482026-06-16T21:34:19.133Z Checking blowfish v0.9.1
46492026-06-16T21:34:19.154Z Checking password-hash v0.4.2
46502026-06-16T21:34:19.185Z Checking p521 v0.13.3
46512026-06-16T21:34:19.192Z Checking p256 v0.13.2
46522026-06-16T21:34:19.203Z Checking russh-cryptovec v0.7.3
46532026-06-16T21:34:19.266Z Checking ghash v0.5.1
46542026-06-16T21:34:19.279Z Checking bcrypt-pbkdf v0.10.0
46552026-06-16T21:34:19.288Z Checking md5 v0.7.0
46562026-06-16T21:34:19.308Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46572026-06-16T21:34:19.325Z Checking num-bigint v0.4.6
46582026-06-16T21:34:19.372Z Checking pbkdf2 v0.11.0
46592026-06-16T21:34:19.395Z Checking aes-gcm v0.10.3
46602026-06-16T21:34:19.432Z Checking des v0.8.1
46612026-06-16T21:34:19.439Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46622026-06-16T21:34:19.459Z Checking hex-literal v0.4.1
46632026-06-16T21:34:19.542Z Checking ssh-cipher v0.2.0
46642026-06-16T21:34:19.546Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46652026-06-16T21:34:19.571Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46662026-06-16T21:34:19.586Z Checking internet-checksum v0.2.1
46672026-06-16T21:34:19.733Z Checking ssh-key v0.6.7
46682026-06-16T21:34:19.847Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46692026-06-16T21:34:20.346Z Checking russh-keys v0.45.0
46702026-06-16T21:34:20.957Z Checking russh v0.45.0
46712026-06-16T21:34:37.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s
46722026-06-16T21:34:37.480Z
46732026-06-16T21:34:37.480Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46742026-06-16T21:34:38.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-16T21:34:38.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-16T21:34:38.142Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46772026-06-16T21:34:38.253Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46782026-06-16T21:34:38.262Z Checking termios v0.3.3
46792026-06-16T21:34:39.471Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46802026-06-16T21:34:39.622Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46812026-06-16T21:34:41.419Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46822026-06-16T21:34:42.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
46832026-06-16T21:34:42.207Z
46842026-06-16T21:34:42.207Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46852026-06-16T21:34:42.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-06-16T21:34:42.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-06-16T21:34:42.942Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46882026-06-16T21:34:43.025Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46892026-06-16T21:34:43.025Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46902026-06-16T21:34:43.025Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46912026-06-16T21:34:43.120Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46922026-06-16T21:34:43.120Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46932026-06-16T21:34:43.801Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46942026-06-16T21:34:44.143Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46952026-06-16T21:34:44.156Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46962026-06-16T21:34:44.782Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46972026-06-16T21:34:46.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
46982026-06-16T21:34:46.622Z
46992026-06-16T21:34:46.622Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
47002026-06-16T21:34:47.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-16T21:34:47.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-16T21:34:47.279Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47032026-06-16T21:34:47.730Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47042026-06-16T21:34:48.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47052026-06-16T21:34:48.235Z
47062026-06-16T21:34:48.235Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
47072026-06-16T21:34:48.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-16T21:34:48.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-16T21:34:48.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-06-16T21:34:48.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47112026-06-16T21:34:48.852Z
47122026-06-16T21:34:48.853Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
47132026-06-16T21:34:49.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-16T21:34:49.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-16T21:34:49.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-06-16T21:34:49.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47172026-06-16T21:34:49.452Z
47182026-06-16T21:34:49.452Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
47192026-06-16T21:34:50.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-16T21:34:50.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-16T21:34:50.242Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47222026-06-16T21:34:50.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
47232026-06-16T21:34:51.053Z
47242026-06-16T21:34:51.053Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
47252026-06-16T21:34:51.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-06-16T21:34:51.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-06-16T21:34:51.720Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47282026-06-16T21:34:51.728Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47292026-06-16T21:34:51.999Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47302026-06-16T21:34:52.008Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47312026-06-16T21:34:52.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47322026-06-16T21:34:52.990Z
47332026-06-16T21:34:52.990Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47342026-06-16T21:34:53.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-06-16T21:34:53.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-06-16T21:34:53.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47372026-06-16T21:34:53.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47382026-06-16T21:34:53.595Z
47392026-06-16T21:34:53.595Zinfo: running `cargo check --bins` on omicron-package (290/296)
47402026-06-16T21:34:54.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-06-16T21:34:54.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-06-16T21:34:54.732Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47432026-06-16T21:34:55.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
47442026-06-16T21:34:55.576Z
47452026-06-16T21:34:55.576Zinfo: running `cargo check --bins` on tqdb (291/296)
47462026-06-16T21:34:56.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47472026-06-16T21:34:56.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47482026-06-16T21:34:56.375Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47492026-06-16T21:34:56.741Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47502026-06-16T21:34:57.256Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47512026-06-16T21:34:57.256Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47522026-06-16T21:35:03.251Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47532026-06-16T21:35:03.259Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47542026-06-16T21:35:03.825Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47552026-06-16T21:35:03.828Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47562026-06-16T21:35:03.828Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47572026-06-16T21:35:03.828Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47582026-06-16T21:35:04.582Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47592026-06-16T21:35:05.637Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47602026-06-16T21:35:06.402Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47612026-06-16T21:35:07.013Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47622026-06-16T21:35:11.610Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47632026-06-16T21:35:18.071Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47642026-06-16T21:35:18.074Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47652026-06-16T21:35:18.074Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47662026-06-16T21:35:18.074Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47672026-06-16T21:35:19.557Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47682026-06-16T21:35:20.907Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47692026-06-16T21:35:21.574Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47702026-06-16T21:35:22.803Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47712026-06-16T21:35:23.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s
47722026-06-16T21:35:23.552Z
47732026-06-16T21:35:23.552Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47742026-06-16T21:35:24.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-06-16T21:35:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-06-16T21:35:24.290Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47772026-06-16T21:35:24.290Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47782026-06-16T21:35:24.293Z Checking rtoolbox v0.0.3
47792026-06-16T21:35:24.423Z Checking tui-tree-widget v0.23.1
47802026-06-16T21:35:24.523Z Checking rpassword v7.4.0
47812026-06-16T21:35:25.537Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47822026-06-16T21:35:28.523Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47832026-06-16T21:35:30.369Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47842026-06-16T21:35:31.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
47852026-06-16T21:35:31.482Z
47862026-06-16T21:35:31.482Zinfo: running `cargo check --bins` on wicket (293/296)
47872026-06-16T21:35:32.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-06-16T21:35:32.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-06-16T21:35:32.199Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47902026-06-16T21:35:32.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
47912026-06-16T21:35:32.775Z
47922026-06-16T21:35:32.775Zinfo: running `cargo check --bins` on wicketd (294/296)
47932026-06-16T21:35:33.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-16T21:35:33.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-16T21:35:33.517Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47962026-06-16T21:35:33.517Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47972026-06-16T21:35:33.520Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47982026-06-16T21:35:33.520Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47992026-06-16T21:35:34.525Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48002026-06-16T21:35:35.108Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48012026-06-16T21:35:38.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
48022026-06-16T21:35:38.338Z
48032026-06-16T21:35:38.338Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
48042026-06-16T21:35:38.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-06-16T21:35:38.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-06-16T21:35:38.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48072026-06-16T21:35:38.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
48082026-06-16T21:35:38.949Z
48092026-06-16T21:35:38.949Zinfo: running `cargo check --bins` on zone-setup (296/296)
48102026-06-16T21:35:39.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-06-16T21:35:39.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-06-16T21:35:39.650Z Checking uzers v0.12.2
48132026-06-16T21:35:39.925Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48142026-06-16T21:35:40.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48152026-06-16T21:35:40.952Z
48162026-06-16T21:35:40.952Zreal 14:18.689414621
48172026-06-16T21:35:40.952Zuser 21:22.488201412
48182026-06-16T21:35:40.952Zsys 4:28.208865582
48192026-06-16T21:35:40.952Ztrap 0.335879271
48202026-06-16T21:35:40.952Ztflt 0.746284156
48212026-06-16T21:35:40.953Zdflt 1.328906079
48222026-06-16T21:35:40.953Zkflt 0.004640510
48232026-06-16T21:35:40.962Zlock 1:19:36.058134602
48242026-06-16T21:35:40.962Zslp 1:42:31.271969967
48252026-06-16T21:35:40.962Zlat 1:03.461277372
48262026-06-16T21:35:40.962Zstop 3:58.408657820
48272026-06-16T21:35:40.962Zprocess exited: duration 1003568 ms, exit code 0
 
48282026-06-16T21:35:40.975Zfound 0 output files