01KQSYPWDJ2PF32WXQ0W5H7QP3: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQSYQB9F8973JV6MVSH3F6CT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T16:57:27.935Zjob assigned to worker 01KQSYQFMGY98SDA7G84HE14NP [factory aws, i-0a606fa54943c7d75] (queued for 45 s)
 
22026-05-04T16:57:34.826Zstarting task 0: "setup"
32026-05-04T16:57:34.833Z++ uname -s
42026-05-04T16:57:34.844Z+ kern=SunOS
52026-05-04T16:57:34.844Z+ build_user=build
62026-05-04T16:57:34.844Z+ build_uid=12345
72026-05-04T16:57:34.844Z+ work_dir=/work
82026-05-04T16:57:34.845Z+ input_dir=/input
92026-05-04T16:57:34.845Z+ [[ 0 == 12345 ]]
102026-05-04T16:57:34.852Z+ case "$kern" in
112026-05-04T16:57:34.852Z+ groupadd -g 12345 build
122026-05-04T16:57:34.852Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T16:57:36.844Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T16:57:36.951Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T16:57:36.963Z+ home_fs=zfs
162026-05-04T16:57:36.963Z+ [[ zfs == autofs ]]
172026-05-04T16:57:36.963Z+ mkdir -p /home/build
182026-05-04T16:57:36.963Z+ chown build:build /home/build /work
192026-05-04T16:57:38.058Z+ chmod 0700 /home/build /work
202026-05-04T16:57:38.099Zprocess exited: duration 3130 ms, exit code 0
 
212026-05-04T16:57:38.112Zstarting task 1: "rust-toolchain"
222026-05-04T16:57:38.136Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T16:57:38.136Z * rust toolchain channel = "1.94.0"
242026-05-04T16:57:38.136Z * rust toolchain profile = "default"
252026-05-04T16:57:38.136Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T16:57:38.136Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T16:57:38.136Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T16:57:38.164Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T16:57:38.164Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T16:57:38.217Zinfo: downloading installer
312026-05-04T16:57:39.627Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T16:57:39.627Zwarn: /opt/ooce/bin
332026-05-04T16:57:39.628Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T16:57:39.628Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T16:57:39.628Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T16:57:39.628Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T16:57:39.628Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T16:57:39.628Zerror: cannot install while Rust is installed
392026-05-04T16:57:39.629Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T16:57:39.629Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T16:57:39.629Zwarn: /home/build/.rustup/settings.toml
422026-05-04T16:57:39.629Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T16:57:39.629Zwarn: instead of the one inferred from the default host triple.
442026-05-04T16:57:39.668Zinfo: profile set to default
452026-05-04T16:57:39.668Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T16:57:39.679Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T16:57:39.794Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T16:57:39.801Zinfo: downloading 6 components
492026-05-04T16:57:54.676Z
502026-05-04T16:57:54.676Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-05-04T16:57:54.692Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T16:57:54.692Z
532026-05-04T16:57:54.692Z
542026-05-04T16:57:54.692ZRust is installed now. Great!
552026-05-04T16:57:54.692Z
562026-05-04T16:57:54.692ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T16:57:54.692Zenvironment variable. This has not been done automatically.
582026-05-04T16:57:54.692Z
592026-05-04T16:57:54.692ZTo configure your current shell, you need to source
602026-05-04T16:57:54.692Zthe corresponding env file under $HOME/.cargo.
612026-05-04T16:57:54.702Z
622026-05-04T16:57:54.702ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T16:57:54.702Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T16:57:54.702Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T16:57:54.702Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T16:57:54.702Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T16:57:54.702Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T16:57:54.702Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T16:57:54.702Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T16:57:54.702Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T16:57:54.702Z+ rustup --version
722026-05-04T16:57:54.702Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T16:57:54.702Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T16:57:54.702Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T16:57:54.702Z+ cargo --version
762026-05-04T16:57:54.703Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T16:57:54.703Z+ rustc --version
782026-05-04T16:57:54.703Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T16:57:54.703Zprocess exited: duration 15820 ms, exit code 0
 
802026-05-04T16:57:55.232Zstarting task 2: "authentication"
812026-05-04T16:57:55.281Zprocess exited: duration 71 ms, exit code 0
 
822026-05-04T16:57:55.300Zstarting task 3: "clone repository"
832026-05-04T16:57:55.307Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T16:57:55.307Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T16:57:55.342ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T16:58:04.846Z+ cd /work/oxidecomputer/omicron
872026-05-04T16:58:04.847Z+ git fetch origin 4113a002eae5e42a6c73f19a27a58b57517ab0a3
882026-05-04T16:58:05.130ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T16:58:05.130Z * branch 4113a002eae5e42a6c73f19a27a58b57517ab0a3 -> FETCH_HEAD
902026-05-04T16:58:05.140Z+ [[ -n mergeconflict/delete-fm-created-resources ]]
912026-05-04T16:58:05.144Z++ git branch --show-current
922026-05-04T16:58:05.144Z+ current=main
932026-05-04T16:58:05.144Z+ [[ main != mergeconflict/delete-fm-created-resources ]]
942026-05-04T16:58:05.144Z+ git branch -f mergeconflict/delete-fm-created-resources 4113a002eae5e42a6c73f19a27a58b57517ab0a3
952026-05-04T16:58:05.149Z+ git checkout -f mergeconflict/delete-fm-created-resources
962026-05-04T16:58:05.374ZSwitched to branch 'mergeconflict/delete-fm-created-resources'
972026-05-04T16:58:05.378Z+ git reset --hard 4113a002eae5e42a6c73f19a27a58b57517ab0a3
982026-05-04T16:58:05.394ZHEAD is now at 4113a002e fix comment
992026-05-04T16:58:05.397Zprocess exited: duration 10100 ms, exit code 0
 
1002026-05-04T16:58:05.405Zstarting task 4: "build"
1012026-05-04T16:58:05.409Z+ source .github/buildomat/ci-env.sh
1022026-05-04T16:58:05.409Z++ export CARGO_TERM_COLOR=always
1032026-05-04T16:58:05.409Z++ CARGO_TERM_COLOR=always
1042026-05-04T16:58:05.409Z+ cargo --version
1052026-05-04T16:58:05.419Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T16:58:05.423Z+ rustc --version
1072026-05-04T16:58:05.442Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T16:58:05.445Z+ source ./env.sh
1092026-05-04T16:58:05.445Z++ OLD_SHELL_OPTS=ehxB
1102026-05-04T16:58:05.445Z++ set -o xtrace
1112026-05-04T16:58:05.449Z++++ dirname ./env.sh
1122026-05-04T16:58:05.449Z+++ readlink -f .
1132026-05-04T16:58:05.453Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-04T16:58:05.453Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-04T16:58:05.453Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-04T16:58:05.453Z++ 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
1172026-05-04T16:58:05.453Z++ 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
1182026-05-04T16:58:05.453Z++ 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
1192026-05-04T16:58:05.455Z++ 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
1202026-05-04T16:58:05.455Z++ 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
1212026-05-04T16:58:05.455Z++ 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
1222026-05-04T16:58:05.455Z++ case $OLD_SHELL_OPTS in
1232026-05-04T16:58:05.455Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-04T16:58:05.455Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-04T16:58:05.456Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-04T16:58:05.456Z+ banner prerequisites
1272026-05-04T16:58:05.456Z
1282026-05-04T16:58:05.456Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-04T16:58:05.456Z # # # # # # # # # # # # # # #
1302026-05-04T16:58:05.456Z # # # # ##### # # ##### # # # # # #### #
1312026-05-04T16:58:05.456Z ##### ##### # ##### # # # # # # # # #
1322026-05-04T16:58:05.456Z # # # # # # # # # # # # # # #
1332026-05-04T16:58:05.456Z # # # ###### # # ###### ### # #### # #### #
1342026-05-04T16:58:05.456Z
1352026-05-04T16:58:05.456Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-04T16:58:15.794Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-04T16:58:23.384Z Startup: Caching catalogs ... Done
1382026-05-04T16:58:30.124ZPlanning: Solver setup ... Done (5.301s)
1392026-05-04T16:58:30.161ZPlanning: Running solver ... Done (0.037s)
1402026-05-04T16:58:30.289ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-04T16:58:30.302ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-04T16:58:30.415ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-04T16:58:30.456ZPlanning: Package planning ... Done (0.041s)
1442026-05-04T16:58:30.492ZPlanning: Merging actions ... Done (0.036s)
1452026-05-04T16:58:30.673ZPlanning: Checking for conflicting actions ... Done (0.181s)
1462026-05-04T16:58:30.682ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-04T16:58:31.475ZPlanning: Evaluating mediators ... Done (0.793s)
1482026-05-04T16:58:31.482ZPlanning: Planning completed in 7.93 seconds
1492026-05-04T16:58:31.493Z Packages to install: 5
1502026-05-04T16:58:31.493Z Mediators to change: 3
1512026-05-04T16:58:31.497Z Services to change: 1
1522026-05-04T16:58:31.497Z Estimated space available: 155.34 GB
1532026-05-04T16:58:31.498ZEstimated space to be consumed: 1.90 GB
1542026-05-04T16:58:31.498Z Create boot environment: No
1552026-05-04T16:58:31.498ZCreate backup boot environment: No
1562026-05-04T16:58:31.498Z Rebuild boot archive: No
1572026-05-04T16:58:31.498Z
1582026-05-04T16:58:31.499ZChanged mediators:
1592026-05-04T16:58:31.499Z mediator clang:
1602026-05-04T16:58:31.500Z version: None -> 15 (system default)
1612026-05-04T16:58:31.500Z
1622026-05-04T16:58:31.500Z mediator llvm:
1632026-05-04T16:58:31.500Z version: 14 (system default) -> 15 (system default)
1642026-05-04T16:58:31.500Z
1652026-05-04T16:58:31.500Z mediator postgresql:
1662026-05-04T16:58:31.500Z version: 15 (system default) -> 18 (system default)
1672026-05-04T16:58:31.500Z
1682026-05-04T16:58:31.500ZChanged packages:
1692026-05-04T16:58:31.500Zhelios-dev
1702026-05-04T16:58:31.500Z developer/build-essential
1712026-05-04T16:58:31.500Z None -> 11-2.0
1722026-05-04T16:58:31.500Z library/libxmlsec1
1732026-05-04T16:58:31.500Z None -> 1.2.35-2.0
1742026-05-04T16:58:31.500Z ooce/developer/clang-15
1752026-05-04T16:58:31.500Z None -> 15.0.7-2.0
1762026-05-04T16:58:31.500Z ooce/developer/llvm-15
1772026-05-04T16:58:31.500Z None -> 15.0.7-2.0
1782026-05-04T16:58:31.500Z ooce/library/postgresql-18
1792026-05-04T16:58:31.500Z None -> 18.1-2.0
1802026-05-04T16:58:31.500Z
1812026-05-04T16:58:31.500ZServices:
1822026-05-04T16:58:31.500Z restart_fmri:
1832026-05-04T16:58:31.500Z svc:/system/update-man-index:default
1842026-05-04T16:58:31.538Z
1852026-05-04T16:58:31.538ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-04T16:58:36.540ZDownload: 2906/4272 items 121.1/219.0MB 55% complete (24.4M/s)
1872026-05-04T16:58:40.007ZDownload: Completed 218.99 MB in 8.47 seconds (25.9M/s)
1882026-05-04T16:58:40.402Z Actions: 1/4789 actions (Installing new actions)
1892026-05-04T16:58:43.743Z Actions: Completed 4789 actions in 3.34 seconds.
1902026-05-04T16:58:44.407Z Done (0.659s)
1912026-05-04T16:58:44.407Z Done (0.000s)
1922026-05-04T16:58:45.133Z Done (0.726s)
1932026-05-04T16:58:48.168Z Done (2.695s)
1942026-05-04T16:58:48.237Z Done (0.012s)
1952026-05-04T16:58:48.241Z Done (0.000s)
1962026-05-04T16:58:48.571Z Done (0.000s)
1972026-05-04T16:58:49.428ZPlanning: Evaluating mediator changes ... Done
1982026-05-04T16:58:49.536ZPlanning: Checking for conflicting actions ... Done
1992026-05-04T16:58:49.539ZPlanning: Consolidating action changes ... Done
2002026-05-04T16:58:49.711ZPlanning: Evaluating mediators ... Done
2012026-05-04T16:58:49.714ZPlanning: Planning completed in 0.28 seconds
2022026-05-04T16:58:49.734Z Mediators to change: 2
2032026-05-04T16:58:49.734Z Create boot environment: No
2042026-05-04T16:58:49.737ZCreate backup boot environment: No
2052026-05-04T16:58:49.807Z Done
2062026-05-04T16:58:49.807Z Done
2072026-05-04T16:58:50.416Z Done
2082026-05-04T16:58:53.009Z Done
2092026-05-04T16:58:53.081Z Done
2102026-05-04T16:58:53.084Z Done
2112026-05-04T16:58:53.238Z Done
2122026-05-04T16:58:53.503ZPlanning: Evaluating mediator changes ... Done
2132026-05-04T16:58:53.613ZPlanning: Checking for conflicting actions ... Done
2142026-05-04T16:58:53.616ZPlanning: Consolidating action changes ... Done
2152026-05-04T16:58:53.785ZPlanning: Evaluating mediators ... Done
2162026-05-04T16:58:53.788ZPlanning: Planning completed in 0.28 seconds
2172026-05-04T16:58:53.807Z Mediators to change: 1
2182026-05-04T16:58:53.807Z Create boot environment: No
2192026-05-04T16:58:53.807ZCreate backup boot environment: No
2202026-05-04T16:58:53.845Z Done
2212026-05-04T16:58:53.845Z Done
2222026-05-04T16:58:54.462Z Done
2232026-05-04T16:58:57.010Z Done
2242026-05-04T16:58:57.078Z Done
2252026-05-04T16:58:57.081Z Done
2262026-05-04T16:58:57.185Z Done
2272026-05-04T16:58:57.483ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-05-04T16:58:57.483Zclang system 15 system
2292026-05-04T16:58:57.483Zcsh system system illumos
2302026-05-04T16:58:57.483Zctags system system illumos
2312026-05-04T16:58:57.483Zfile system system illumos
2322026-05-04T16:58:57.483Zgcc vendor 12 vendor
2332026-05-04T16:58:57.483Zgcc system 14 system
2342026-05-04T16:58:57.483Zgcc system 10 system
2352026-05-04T16:58:57.483Zgo system 1.20 system
2362026-05-04T16:58:57.483Zgo system 1.19 system
2372026-05-04T16:58:57.483Zllvm system 15 system
2382026-05-04T16:58:57.483Zllvm system 14 system
2392026-05-04T16:58:57.483Zmariadb system 10.6 system
2402026-05-04T16:58:57.483Zmta vendor vendor dma
2412026-05-04T16:58:57.483Zopenjdk system 17 system
2422026-05-04T16:58:57.483Zopenjdk system 11 system
2432026-05-04T16:58:57.484Zopenjdk system 1.8 system
2442026-05-04T16:58:57.484Zopenssl vendor 3 vendor
2452026-05-04T16:58:57.484Zperl system 5.36 system
2462026-05-04T16:58:57.484Zpostgresql system 18 system
2472026-05-04T16:58:57.484Zpostgresql system 15 system
2482026-05-04T16:58:57.484Zpostgresql system 13 system
2492026-05-04T16:58:57.484Zpython vendor 3 vendor
2502026-05-04T16:58:57.485Zpython system 2 system
2512026-05-04T16:58:57.485Zpython3 system 3.11 system
2522026-05-04T16:58:57.485Zruby system 3.0 system
2532026-05-04T16:58:57.485Zwords vendor vendor american-english
2542026-05-04T16:58:57.485Zwords system system australian-english
2552026-05-04T16:58:57.485Zwords system system british-english
2562026-05-04T16:58:57.485Zwords system system canadian-english
2572026-05-04T16:58:57.485Zwords system system french
2582026-05-04T16:58:57.485Zwords system system italian
2592026-05-04T16:58:57.485Zwords system system ngerman
2602026-05-04T16:58:57.485Zwords system system ogerman
2612026-05-04T16:58:57.485Zwords system system spanish
2622026-05-04T16:58:57.717ZPUBLISHER TYPE STATUS P LOCATION
2632026-05-04T16:58:57.717Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-05-04T16:59:02.324ZFMRI IFO
2652026-05-04T16:59:02.324Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-05-04T16:59:02.324Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-05-04T16:59:02.324Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-05-04T16:59:02.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-05-04T16:59:02.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-05-04T16:59:02.324Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-05-04T16:59:02.325Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-05-04T16:59:02.325Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-05-04T16:59:02.325Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-05-04T16:59:02.325Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-05-04T16:59:02.325Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-05-04T16:59:02.325Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-05-04T16:59:02.325Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-05-04T16:59:02.325Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-05-04T16:59:02.325Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-05-04T16:59:02.326Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-05-04T16:59:02.326Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-05-04T16:59:03.445Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-05-04T16:59:03.703Z Updating crates.io index
2842026-05-04T16:59:03.736Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-05-04T16:59:04.467Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-05-04T16:59:04.883Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-05-04T16:59:05.453Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-05-04T16:59:06.214Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-05-04T16:59:06.753Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-04T16:59:08.642Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-05-04T16:59:09.316Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-05-04T16:59:09.680Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-05-04T16:59:10.398Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-05-04T16:59:10.742Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-05-04T16:59:11.178Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-05-04T16:59:11.434Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-05-04T16:59:12.431Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-05-04T16:59:13.027Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-05-04T16:59:13.407Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-05-04T16:59:13.699Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-05-04T16:59:14.175Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-05-04T16:59:14.629Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-05-04T16:59:14.840Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-05-04T16:59:15.131Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-05-04T16:59:18.772Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-05-04T16:59:18.794Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-05-04T16:59:18.794Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-05-04T16:59:18.794Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-05-04T16:59:18.794Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-05-04T16:59:18.794Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-05-04T16:59:18.920Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-05-04T16:59:20.040Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-05-04T16:59:20.434Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-05-04T16:59:20.758Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-05-04T16:59:21.168Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-05-04T16:59:21.544Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-05-04T16:59:21.876Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-05-04T16:59:22.355Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-05-04T16:59:22.617Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-05-04T16:59:22.916Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-05-04T16:59:23.232Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-05-04T16:59:35.104Z Downloading crates ...
3232026-05-04T16:59:35.172Z Downloaded byteorder v1.5.0
3242026-05-04T16:59:35.175Z Downloaded usdt v0.5.0
3252026-05-04T16:59:35.175Z Downloaded cargo_metadata v0.21.0
3262026-05-04T16:59:35.177Z Downloaded anyhow v1.0.102
3272026-05-04T16:59:35.178Z Downloaded block-buffer v0.10.4
3282026-05-04T16:59:35.180Z Downloaded plain v0.2.3
3292026-05-04T16:59:35.180Z Downloaded generic-array v0.14.7
3302026-05-04T16:59:35.183Z Downloaded clap_lex v1.0.0
3312026-05-04T16:59:35.186Z Downloaded crypto-common v0.1.7
3322026-05-04T16:59:35.186Z Downloaded zerofrom-derive v0.1.6
3332026-05-04T16:59:35.189Z Downloaded fnv v1.0.7
3342026-05-04T16:59:35.189Z Downloaded unicode-xid v0.2.6
3352026-05-04T16:59:35.192Z Downloaded textwrap v0.16.2
3362026-05-04T16:59:35.194Z Downloaded serde_spanned v0.6.9
3372026-05-04T16:59:35.194Z Downloaded scroll_derive v0.12.1
3382026-05-04T16:59:35.194Z Downloaded clap v4.5.60
3392026-05-04T16:59:35.198Z Downloaded toml_datetime v0.6.11
3402026-05-04T16:59:35.200Z Downloaded cpufeatures v0.2.17
3412026-05-04T16:59:35.201Z Downloaded idna_adapter v1.2.1
3422026-05-04T16:59:35.201Z Downloaded erased-serde v0.4.9
3432026-05-04T16:59:35.203Z Downloaded tabled_derive v0.7.0
3442026-05-04T16:59:35.203Z Downloaded pretty-hex v0.4.1
3452026-05-04T16:59:35.203Z Downloaded utf8parse v0.2.2
3462026-05-04T16:59:35.206Z Downloaded thread-id v4.2.2
3472026-05-04T16:59:35.206Z Downloaded camino-tempfile v1.4.1
3482026-05-04T16:59:35.206Z Downloaded usdt-impl v0.5.0
3492026-05-04T16:59:35.209Z Downloaded anstyle-parse v0.2.7
3502026-05-04T16:59:35.209Z Downloaded itoa v1.0.17
3512026-05-04T16:59:35.209Z Downloaded heck v0.5.0
3522026-05-04T16:59:35.212Z Downloaded usdt-attr-macro v0.5.0
3532026-05-04T16:59:35.212Z Downloaded toml_write v0.1.2
3542026-05-04T16:59:35.215Z Downloaded memmap v0.7.0
3552026-05-04T16:59:35.215Z Downloaded macaddr v1.0.1
3562026-05-04T16:59:35.218Z Downloaded anstream v0.6.21
3572026-05-04T16:59:35.218Z Downloaded zerofrom v0.1.6
3582026-05-04T16:59:35.218Z Downloaded typeid v1.0.3
3592026-05-04T16:59:35.222Z Downloaded yoke-derive v0.8.1
3602026-05-04T16:59:35.222Z Downloaded smallvec v1.15.1
3612026-05-04T16:59:35.222Z Downloaded litemap v0.8.1
3622026-05-04T16:59:35.222Z Downloaded utf8_iter v1.0.4
3632026-05-04T16:59:35.225Z Downloaded clap_derive v4.5.55
3642026-05-04T16:59:35.225Z Downloaded usdt-macro v0.5.0
3652026-05-04T16:59:35.225Z Downloaded thiserror-impl v1.0.69
3662026-05-04T16:59:35.228Z Downloaded pest_derive v2.8.6
3672026-05-04T16:59:35.228Z Downloaded once_cell v1.21.3
3682026-05-04T16:59:35.232Z Downloaded zerocopy-derive v0.7.35
3692026-05-04T16:59:35.235Z Downloaded unicode-linebreak v0.1.5
3702026-05-04T16:59:35.238Z Downloaded thiserror v2.0.18
3712026-05-04T16:59:35.241Z Downloaded zmij v1.0.21
3722026-05-04T16:59:35.241Z Downloaded yoke v0.8.1
3732026-05-04T16:59:35.243Z Downloaded dof v0.3.0
3742026-05-04T16:59:35.243Z Downloaded tinystr v0.8.2
3752026-05-04T16:59:35.244Z Downloaded thiserror-impl v2.0.18
3762026-05-04T16:59:35.244Z Downloaded zerovec-derive v0.11.2
3772026-05-04T16:59:35.246Z Downloaded writeable v0.6.2
3782026-05-04T16:59:35.246Z Downloaded potential_utf v0.1.4
3792026-05-04T16:59:35.246Z Downloaded dtrace-parser v0.2.0
3802026-05-04T16:59:35.249Z Downloaded smawk v0.3.2
3812026-05-04T16:59:35.249Z Downloaded percent-encoding v2.3.2
3822026-05-04T16:59:35.249Z Downloaded ucd-trie v0.1.7
3832026-05-04T16:59:35.249Z Downloaded ordered-float v2.10.1
3842026-05-04T16:59:35.252Z Downloaded strsim v0.11.1
3852026-05-04T16:59:35.252Z Downloaded colorchoice v1.0.4
3862026-05-04T16:59:35.252Z Downloaded version_check v0.9.5
3872026-05-04T16:59:35.253Z Downloaded thiserror v1.0.69
3882026-05-04T16:59:35.255Z Downloaded toml v0.8.23
3892026-05-04T16:59:35.258Z Downloaded sha2 v0.10.9
3902026-05-04T16:59:35.258Z Downloaded serde_core v1.0.228
3912026-05-04T16:59:35.261Z Downloaded fastrand v2.3.0
3922026-05-04T16:59:35.261Z Downloaded bytecount v0.6.9
3932026-05-04T16:59:35.261Z Downloaded errno v0.3.14
3942026-05-04T16:59:35.265Z Downloaded zerotrie v0.2.3
3952026-05-04T16:59:35.268Z Downloaded heck v0.4.1
3962026-05-04T16:59:35.270Z Downloaded unicode-ident v1.0.24
3972026-05-04T16:59:35.270Z Downloaded toml_edit v0.22.27
3982026-05-04T16:59:35.273Z Downloaded swrite v0.1.0
3992026-05-04T16:59:35.273Z Downloaded stable_deref_trait v1.2.1
4002026-05-04T16:59:35.273Z Downloaded is_terminal_polyfill v1.70.2
4012026-05-04T16:59:35.278Z Downloaded url v2.5.8
4022026-05-04T16:59:35.278Z Downloaded typenum v1.19.0
4032026-05-04T16:59:35.281Z Downloaded cfg-if v1.0.4
4042026-05-04T16:59:35.282Z Downloaded zerocopy v0.7.35
4052026-05-04T16:59:35.287Z Downloaded zerovec v0.11.5
4062026-05-04T16:59:35.290Z Downloaded anstyle-query v1.1.5
4072026-05-04T16:59:35.293Z Downloaded terminal_size v0.4.3
4082026-05-04T16:59:35.293Z Downloaded form_urlencoded v1.2.2
4092026-05-04T16:59:35.293Z Downloaded equivalent v1.0.2
4102026-05-04T16:59:35.294Z Downloaded displaydoc v0.2.5
4112026-05-04T16:59:35.297Z Downloaded serde_tokenstream v0.2.3
4122026-05-04T16:59:35.297Z Downloaded serde-value v0.7.0
4132026-05-04T16:59:35.297Z Downloaded proc-macro-error v1.0.4
4142026-05-04T16:59:35.297Z Downloaded fs-err v3.3.0
4152026-05-04T16:59:35.302Z Downloaded digest v0.10.7
4162026-05-04T16:59:35.302Z Downloaded cargo-platform v0.2.0
4172026-05-04T16:59:35.302Z Downloaded papergrid v0.11.0
4182026-05-04T16:59:35.305Z Downloaded winnow v0.7.14
4192026-05-04T16:59:35.308Z Downloaded serde-untagged v0.1.9
4202026-05-04T16:59:35.311Z Downloaded proc-macro2 v1.0.106
4212026-05-04T16:59:35.311Z Downloaded synstructure v0.13.2
4222026-05-04T16:59:35.313Z Downloaded unicode-width v0.2.0
4232026-05-04T16:59:35.316Z Downloaded unicode-width v0.1.14
4242026-05-04T16:59:35.319Z Downloaded proc-macro-error-attr v1.0.4
4252026-05-04T16:59:35.319Z Downloaded cargo_toml v0.21.0
4262026-05-04T16:59:35.322Z Downloaded scroll v0.12.0
4272026-05-04T16:59:35.329Z Downloaded quote v1.0.45
4282026-05-04T16:59:35.331Z Downloaded cargo-util-schemas v0.8.2
4292026-05-04T16:59:35.331Z Downloaded semver v1.0.28
4302026-05-04T16:59:35.334Z Downloaded camino v1.2.2
4312026-05-04T16:59:35.334Z Downloaded autocfg v1.5.0
4322026-05-04T16:59:35.337Z Downloaded anstyle v1.0.13
4332026-05-04T16:59:35.340Z Downloaded tempfile v3.25.0
4342026-05-04T16:59:35.349Z Downloaded pest_generator v2.8.6
4352026-05-04T16:59:35.351Z Downloaded bitflags v2.11.0
4362026-05-04T16:59:35.354Z Downloaded icu_normalizer v2.1.1
4372026-05-04T16:59:35.357Z Downloaded serde_derive v1.0.228
4382026-05-04T16:59:35.360Z Downloaded num-traits v0.2.19
4392026-05-04T16:59:35.368Z Downloaded icu_properties v2.1.2
4402026-05-04T16:59:35.372Z Downloaded log v0.4.29
4412026-05-04T16:59:35.376Z Downloaded getrandom v0.4.1
4422026-05-04T16:59:35.381Z Downloaded icu_provider v2.1.1
4432026-05-04T16:59:35.385Z Downloaded icu_locale_core v2.1.1
4442026-05-04T16:59:35.388Z Downloaded pest_meta v2.8.6
4452026-05-04T16:59:35.391Z Downloaded icu_normalizer_data v2.1.1
4462026-05-04T16:59:35.394Z Downloaded memchr v2.8.0
4472026-05-04T16:59:35.396Z Downloaded serde v1.0.228
4482026-05-04T16:59:35.409Z Downloaded icu_collections v2.1.1
4492026-05-04T16:59:35.419Z Downloaded indexmap v2.14.0
4502026-05-04T16:59:35.433Z Downloaded icu_properties_data v2.1.2
4512026-05-04T16:59:35.442Z Downloaded hashbrown v0.17.0
4522026-05-04T16:59:35.445Z Downloaded pest v2.8.6
4532026-05-04T16:59:35.448Z Downloaded idna v1.1.0
4542026-05-04T16:59:35.452Z Downloaded serde_json v1.0.149
4552026-05-04T16:59:35.456Z Downloaded clap_builder v4.5.60
4562026-05-04T16:59:35.466Z Downloaded goblin v0.8.2
4572026-05-04T16:59:35.480Z Downloaded syn v2.0.117
4582026-05-04T16:59:35.485Z Downloaded tabled v0.15.0
4592026-05-04T16:59:35.493Z Downloaded syn v1.0.109
4602026-05-04T16:59:35.506Z Downloaded rustix v1.1.3
4612026-05-04T16:59:35.532Z Downloaded libc v0.2.185
4622026-05-04T16:59:35.600Z Compiling proc-macro2 v1.0.106
4632026-05-04T16:59:35.600Z Compiling unicode-ident v1.0.24
4642026-05-04T16:59:35.600Z Compiling quote v1.0.45
4652026-05-04T16:59:35.600Z Compiling serde_core v1.0.228
4662026-05-04T16:59:35.603Z Compiling libc v0.2.185
4672026-05-04T16:59:35.603Z Compiling version_check v0.9.5
4682026-05-04T16:59:35.603Z Compiling memchr v2.8.0
4692026-05-04T16:59:35.603Z Compiling serde v1.0.228
4702026-05-04T16:59:35.931Z Compiling stable_deref_trait v1.2.1
4712026-05-04T16:59:36.049Z Compiling zmij v1.0.21
4722026-05-04T16:59:36.150Z Compiling thiserror v1.0.69
4732026-05-04T16:59:36.231Z Compiling itoa v1.0.17
4742026-05-04T16:59:36.264Z Compiling autocfg v1.5.0
4752026-05-04T16:59:36.415Z Compiling ucd-trie v0.1.7
4762026-05-04T16:59:36.633Z Compiling pest v2.8.6
4772026-05-04T16:59:36.650Z Compiling writeable v0.6.2
4782026-05-04T16:59:36.667Z Compiling litemap v0.8.1
4792026-05-04T16:59:36.685Z Compiling rustix v1.1.3
4802026-05-04T16:59:36.688Z Compiling byteorder v1.5.0
4812026-05-04T16:59:36.931Z Compiling icu_normalizer_data v2.1.1
4822026-05-04T16:59:37.025Z Compiling syn v2.0.117
4832026-05-04T16:59:37.114Z Compiling icu_properties_data v2.1.2
4842026-05-04T16:59:37.222Z Compiling errno v0.3.14
4852026-05-04T16:59:37.253Z Compiling serde_json v1.0.149
4862026-05-04T16:59:37.368Z Compiling bitflags v2.11.0
4872026-05-04T16:59:37.472Z Compiling num-traits v0.2.19
4882026-05-04T16:59:37.500Z Compiling hashbrown v0.17.0
4892026-05-04T16:59:37.598Z Compiling typeid v1.0.3
4902026-05-04T16:59:37.661Z Compiling equivalent v1.0.2
4912026-05-04T16:59:37.758Z Compiling pest_meta v2.8.6
4922026-05-04T16:59:37.920Z Compiling smallvec v1.15.1
4932026-05-04T16:59:38.061Z Compiling indexmap v2.14.0
4942026-05-04T16:59:38.145Z Compiling thread-id v4.2.2
4952026-05-04T16:59:38.163Z Compiling usdt-impl v0.5.0
4962026-05-04T16:59:38.231Z Compiling proc-macro-error-attr v1.0.4
4972026-05-04T16:59:38.297Z Compiling toml_write v0.1.2
4982026-05-04T16:59:38.373Z Compiling winnow v0.7.14
4992026-05-04T16:59:38.423Z Compiling syn v1.0.109
5002026-05-04T16:59:38.660Z Compiling erased-serde v0.4.9
5012026-05-04T16:59:38.917Z Compiling proc-macro-error v1.0.4
5022026-05-04T16:59:38.985Z Compiling thiserror v2.0.18
5032026-05-04T16:59:39.116Z Compiling utf8_iter v1.0.4
5042026-05-04T16:59:39.270Z Compiling utf8parse v0.2.2
5052026-05-04T16:59:39.341Z Compiling log v0.4.29
5062026-05-04T16:59:39.364Z Compiling getrandom v0.4.1
5072026-05-04T16:59:39.386Z Compiling camino v1.2.2
5082026-05-04T16:59:39.420Z Compiling percent-encoding v2.3.2
5092026-05-04T16:59:39.529Z Compiling plain v0.2.3
5102026-05-04T16:59:39.551Z Compiling anstyle-parse v0.2.7
5112026-05-04T16:59:39.614Z Compiling form_urlencoded v1.2.2
5122026-05-04T16:59:39.703Z Compiling synstructure v0.13.2
5132026-05-04T16:59:39.722Z Compiling pest_generator v2.8.6
5142026-05-04T16:59:39.800Z Compiling ordered-float v2.10.1
5152026-05-04T16:59:39.920Z Compiling terminal_size v0.4.3
5162026-05-04T16:59:40.080Z Compiling anstyle-query v1.1.5
5172026-05-04T16:59:40.193Z Compiling colorchoice v1.0.4
5182026-05-04T16:59:40.259Z Compiling is_terminal_polyfill v1.70.2
5192026-05-04T16:59:40.277Z Compiling cfg-if v1.0.4
5202026-05-04T16:59:40.296Z Compiling anstyle v1.0.13
5212026-05-04T16:59:40.315Z Compiling pretty-hex v0.4.1
5222026-05-04T16:59:40.352Z Compiling serde-untagged v0.1.9
5232026-05-04T16:59:40.435Z Compiling semver v1.0.28
5242026-05-04T16:59:40.469Z Compiling anstream v0.6.21
5252026-05-04T16:59:40.534Z Compiling fs-err v3.3.0
5262026-05-04T16:59:40.607Z Compiling unicode-xid v0.2.6
5272026-05-04T16:59:40.719Z Compiling heck v0.5.0
5282026-05-04T16:59:40.738Z Compiling bytecount v0.6.9
5292026-05-04T16:59:40.755Z Compiling unicode-width v0.1.14
5302026-05-04T16:59:40.772Z Compiling heck v0.4.1
5312026-05-04T16:59:40.792Z Compiling fastrand v2.3.0
5322026-05-04T16:59:40.871Z Compiling once_cell v1.21.3
5332026-05-04T16:59:40.996Z Compiling fnv v1.0.7
5342026-05-04T16:59:41.030Z Compiling clap_lex v1.0.0
5352026-05-04T16:59:41.056Z Compiling strsim v0.11.1
5362026-05-04T16:59:41.087Z Compiling anyhow v1.0.102
5372026-05-04T16:59:41.124Z Compiling papergrid v0.11.0
5382026-05-04T16:59:41.258Z Compiling clap_builder v4.5.60
5392026-05-04T16:59:41.258Z Compiling tempfile v3.25.0
5402026-05-04T16:59:41.363Z Compiling serde_derive v1.0.228
5412026-05-04T16:59:41.394Z Compiling zerofrom-derive v0.1.6
5422026-05-04T16:59:41.411Z Compiling yoke-derive v0.8.1
5432026-05-04T16:59:41.835Z Compiling zerovec-derive v0.11.2
5442026-05-04T16:59:41.848Z Compiling displaydoc v0.2.5
5452026-05-04T16:59:42.537Z Compiling thiserror-impl v1.0.69
5462026-05-04T16:59:42.556Z Compiling zerocopy-derive v0.7.35
5472026-05-04T16:59:42.626Z Compiling pest_derive v2.8.6
5482026-05-04T16:59:42.776Z Compiling scroll_derive v0.12.1
5492026-05-04T16:59:42.822Z Compiling zerofrom v0.1.6
5502026-05-04T16:59:42.959Z Compiling yoke v0.8.1
5512026-05-04T16:59:43.056Z Compiling thiserror-impl v2.0.18
5522026-05-04T16:59:43.155Z Compiling zerovec v0.11.5
5532026-05-04T16:59:43.421Z Compiling zerotrie v0.2.3
5542026-05-04T16:59:43.440Z Compiling zerocopy v0.7.35
5552026-05-04T16:59:43.672Z Compiling tinystr v0.8.2
5562026-05-04T16:59:43.730Z Compiling potential_utf v0.1.4
5572026-05-04T16:59:43.884Z Compiling icu_locale_core v2.1.1
5582026-05-04T16:59:43.905Z Compiling icu_collections v2.1.1
5592026-05-04T16:59:43.924Z Compiling dtrace-parser v0.2.0
5602026-05-04T16:59:43.995Z Compiling scroll v0.12.0
5612026-05-04T16:59:44.264Z Compiling goblin v0.8.2
5622026-05-04T16:59:44.321Z Compiling tabled_derive v0.7.0
5632026-05-04T16:59:44.496Z Compiling icu_provider v2.1.1
5642026-05-04T16:59:44.646Z Compiling clap_derive v4.5.55
5652026-05-04T16:59:44.753Z Compiling icu_properties v2.1.2
5662026-05-04T16:59:44.771Z Compiling serde_spanned v0.6.9
5672026-05-04T16:59:44.794Z Compiling toml_datetime v0.6.11
5682026-05-04T16:59:44.845Z Compiling icu_normalizer v2.1.1
5692026-05-04T16:59:44.912Z Compiling dof v0.3.0
5702026-05-04T16:59:44.928Z Compiling serde_tokenstream v0.2.3
5712026-05-04T16:59:45.065Z Compiling toml_edit v0.22.27
5722026-05-04T16:59:45.252Z Compiling serde-value v0.7.0
5732026-05-04T16:59:45.307Z Compiling cargo-platform v0.2.0
5742026-05-04T16:59:45.391Z Compiling memmap v0.7.0
5752026-05-04T16:59:45.578Z Compiling unicode-linebreak v0.1.5
5762026-05-04T16:59:45.581Z Compiling unicode-width v0.2.0
5772026-05-04T16:59:45.614Z Compiling idna_adapter v1.2.1
5782026-05-04T16:59:45.761Z Compiling idna v1.1.0
5792026-05-04T16:59:45.823Z Compiling smawk v0.3.2
5802026-05-04T16:59:45.841Z Compiling usdt-macro v0.5.0
5812026-05-04T16:59:45.857Z Compiling usdt-attr-macro v0.5.0
5822026-05-04T16:59:45.876Z Compiling tabled v0.15.0
5832026-05-04T16:59:45.965Z Compiling textwrap v0.16.2
5842026-05-04T16:59:46.395Z Compiling url v2.5.8
5852026-05-04T16:59:46.415Z Compiling clap v4.5.60
5862026-05-04T16:59:46.449Z Compiling toml v0.8.23
5872026-05-04T16:59:46.498Z Compiling macaddr v1.0.1
5882026-05-04T16:59:47.062Z Compiling cargo-util-schemas v0.8.2
5892026-05-04T16:59:47.090Z Compiling cargo_toml v0.21.0
5902026-05-04T16:59:47.155Z Compiling camino-tempfile v1.4.1
5912026-05-04T16:59:47.158Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-05-04T16:59:47.413Z Compiling usdt v0.5.0
5932026-05-04T16:59:47.445Z Compiling swrite v0.1.0
5942026-05-04T16:59:48.004Z Compiling cargo_metadata v0.21.0
5952026-05-04T16:59:48.948Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-05-04T16:59:51.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.76s
5972026-05-04T16:59:51.263Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-05-04T16:59:51.826Z Downloading crates ...
5992026-05-04T16:59:51.917Z Downloaded adler2 v2.0.1
6002026-05-04T16:59:51.925Z Downloaded allocator-api2 v0.2.21
6012026-05-04T16:59:51.944Z Downloaded async-bb8-diesel v0.2.1
6022026-05-04T16:59:51.953Z Downloaded daft-derive v0.1.5
6032026-05-04T16:59:51.953Z Downloaded aes v0.8.4
6042026-05-04T16:59:51.953Z Downloaded cobs v0.3.0
6052026-05-04T16:59:51.953Z Downloaded aead v0.5.2
6062026-05-04T16:59:51.953Z Downloaded async-compression v0.4.41
6072026-05-04T16:59:51.960Z Downloaded blake2 v0.10.6
6082026-05-04T16:59:51.960Z Downloaded bit-set v0.5.3
6092026-05-04T16:59:51.960Z Downloaded aes-gcm v0.10.3
6102026-05-04T16:59:51.967Z Downloaded endian-type v0.1.2
6112026-05-04T16:59:51.967Z Downloaded der_derive v0.7.3
6122026-05-04T16:59:51.967Z Downloaded csv-core v0.1.13
6132026-05-04T16:59:51.967Z Downloaded bit-set v0.8.0
6142026-05-04T16:59:51.967Z Downloaded ascii-canvas v3.0.0
6152026-05-04T16:59:51.980Z Downloaded erased-serde v0.3.31
6162026-05-04T16:59:51.980Z Downloaded cexpr v0.6.0
6172026-05-04T16:59:51.980Z Downloaded bit-vec v0.6.3
6182026-05-04T16:59:51.983Z Downloaded castaway v0.2.4
6192026-05-04T16:59:51.983Z Downloaded async-recursion v1.1.1
6202026-05-04T16:59:51.989Z Downloaded daft v0.1.5
6212026-05-04T16:59:51.989Z Downloaded float-ord v0.3.2
6222026-05-04T16:59:51.989Z Downloaded crypto-bigint v0.5.5
6232026-05-04T16:59:51.989Z Downloaded dtrace-parser v0.3.0
6242026-05-04T16:59:51.990Z Downloaded crossterm v0.29.0
6252026-05-04T16:59:51.990Z Downloaded compression-codecs v0.4.37
6262026-05-04T16:59:51.993Z Downloaded crossbeam-utils v0.8.21
6272026-05-04T16:59:51.994Z Downloaded defmt v0.3.100
6282026-05-04T16:59:51.994Z Downloaded ena v0.14.4
6292026-05-04T16:59:51.994Z Downloaded ciborium-io v0.2.2
6302026-05-04T16:59:51.994Z Downloaded cfg_aliases v0.1.1
6312026-05-04T16:59:51.994Z Downloaded darling v0.21.3
6322026-05-04T16:59:51.999Z Downloaded darling v0.20.11
6332026-05-04T16:59:52.007Z Downloaded cpufeatures v0.3.0
6342026-05-04T16:59:52.007Z Downloaded cipher v0.4.4
6352026-05-04T16:59:52.007Z Downloaded bit-vec v0.8.0
6362026-05-04T16:59:52.007Z Downloaded deranged v0.5.8
6372026-05-04T16:59:52.010Z Downloaded ciborium-ll v0.2.2
6382026-05-04T16:59:52.011Z Downloaded block-padding v0.3.3
6392026-05-04T16:59:52.011Z Downloaded atty v0.2.14
6402026-05-04T16:59:52.011Z Downloaded arrayref v0.3.9
6412026-05-04T16:59:52.011Z Downloaded cfg_aliases v0.2.1
6422026-05-04T16:59:52.011Z Downloaded const-oid v0.9.6
6432026-05-04T16:59:52.011Z Downloaded crc v3.4.0
6442026-05-04T16:59:52.011Z Downloaded dsl_auto_type v0.2.0
6452026-05-04T16:59:52.011Z Downloaded async-stream-impl v0.3.6
6462026-05-04T16:59:52.011Z Downloaded fixedbitset v0.5.7
6472026-05-04T16:59:52.014Z Downloaded fatfs v0.3.6
6482026-05-04T16:59:52.014Z Downloaded base16ct v0.2.0
6492026-05-04T16:59:52.014Z Downloaded derive_builder v0.20.2
6502026-05-04T16:59:52.017Z Downloaded enum-as-inner v0.6.1
6512026-05-04T16:59:52.020Z Downloaded critical-section v1.2.0
6522026-05-04T16:59:52.020Z Downloaded bb8 v0.8.6
6532026-05-04T16:59:52.020Z Downloaded array-init v0.0.4
6542026-05-04T16:59:52.022Z Downloaded display-error-chain v0.2.2
6552026-05-04T16:59:52.023Z Downloaded cargo-platform v0.1.9
6562026-05-04T16:59:52.023Z Downloaded flagset v0.4.7
6572026-05-04T16:59:52.025Z Downloaded downcast-rs v2.0.2
6582026-05-04T16:59:52.025Z Downloaded crunchy v0.2.4
6592026-05-04T16:59:52.025Z Downloaded diesel_table_macro_syntax v0.3.0
6602026-05-04T16:59:52.028Z Downloaded atomicwrites v0.4.4
6612026-05-04T16:59:52.031Z Downloaded filetime v0.2.27
6622026-05-04T16:59:52.031Z Downloaded defmt v1.0.1
6632026-05-04T16:59:52.034Z Downloaded either v1.15.0
6642026-05-04T16:59:52.034Z Downloaded diff v0.1.13
6652026-05-04T16:59:52.041Z Downloaded cookie_store v0.22.1
6662026-05-04T16:59:52.047Z Downloaded float-cmp v0.10.0
6672026-05-04T16:59:52.047Z Downloaded dropshot-api-manager-types v0.7.1
6682026-05-04T16:59:52.047Z Downloaded document-features v0.2.12
6692026-05-04T16:59:52.047Z Downloaded dirs-next v2.0.0
6702026-05-04T16:59:52.047Z Downloaded convert_case v0.4.0
6712026-05-04T16:59:52.047Z Downloaded console v0.16.2
6722026-05-04T16:59:52.047Z Downloaded bitfield-macros v0.19.4
6732026-05-04T16:59:52.047Z Downloaded atomic-waker v1.1.2
6742026-05-04T16:59:52.047Z Downloaded dyn-clone v1.0.20
6752026-05-04T16:59:52.050Z Downloaded find-msvc-tools v0.1.9
6762026-05-04T16:59:52.050Z Downloaded derive_builder_macro v0.20.2
6772026-05-04T16:59:52.050Z Downloaded darling_macro v0.20.11
6782026-05-04T16:59:52.050Z Downloaded crc-catalog v2.4.0
6792026-05-04T16:59:52.050Z Downloaded async-stream v0.3.6
6802026-05-04T16:59:52.053Z Downloaded foreign-types v0.3.2
6812026-05-04T16:59:52.053Z Downloaded fallible-iterator v0.2.0
6822026-05-04T16:59:52.053Z Downloaded dunce v1.0.5
6832026-05-04T16:59:52.053Z Downloaded data-encoding v2.10.0
6842026-05-04T16:59:52.056Z Downloaded foreign-types v0.5.0
6852026-05-04T16:59:52.056Z Downloaded embedded-io v0.4.0
6862026-05-04T16:59:52.056Z Downloaded difflib v0.4.0
6872026-05-04T16:59:52.061Z Downloaded funty v2.0.0
6882026-05-04T16:59:52.061Z Downloaded foreign-types-shared v0.3.1
6892026-05-04T16:59:52.063Z Downloaded fd-lock v4.0.4
6902026-05-04T16:59:52.063Z Downloaded cstr-argument v0.1.2
6912026-05-04T16:59:52.066Z Downloaded bcrypt-pbkdf v0.10.0
6922026-05-04T16:59:52.066Z Downloaded crucible-workspace-hack v0.1.0
6932026-05-04T16:59:52.066Z Downloaded compression-core v0.4.31
6942026-05-04T16:59:52.066Z Downloaded futures-macro v0.3.32
6952026-05-04T16:59:52.066Z Downloaded dof v0.4.0
6962026-05-04T16:59:52.066Z Downloaded gethostname v0.5.0
6972026-05-04T16:59:52.066Z Downloaded fxhash v0.2.1
6982026-05-04T16:59:52.066Z Downloaded fixedbitset v0.4.2
6992026-05-04T16:59:52.069Z Downloaded env_filter v1.0.0
7002026-05-04T16:59:52.069Z Downloaded defmt-parser v1.0.0
7012026-05-04T16:59:52.069Z Downloaded futures-task v0.3.32
7022026-05-04T16:59:52.069Z Downloaded futures-core v0.3.32
7032026-05-04T16:59:52.072Z Downloaded foreign-types-macros v0.2.3
7042026-05-04T16:59:52.072Z Downloaded chacha20poly1305 v0.10.1
7052026-05-04T16:59:52.072Z Downloaded embedded-io v0.6.1
7062026-05-04T16:59:52.075Z Downloaded dirs-sys-next v0.1.2
7072026-05-04T16:59:52.076Z Downloaded darling_macro v0.21.3
7082026-05-04T16:59:52.076Z Downloaded bitfield-struct v0.6.2
7092026-05-04T16:59:52.076Z Downloaded cbc v0.1.2
7102026-05-04T16:59:52.080Z Downloaded foreign-types-shared v0.1.1
7112026-05-04T16:59:52.080Z Downloaded debug-ignore v1.0.5
7122026-05-04T16:59:52.080Z Downloaded darling_macro v0.23.0
7132026-05-04T16:59:52.080Z Downloaded corncobs v0.1.4
7142026-05-04T16:59:52.082Z Downloaded cassowary v0.3.0
7152026-05-04T16:59:52.085Z Downloaded bcs v0.1.6
7162026-05-04T16:59:52.085Z Downloaded flate2 v1.1.9
7172026-05-04T16:59:52.085Z Downloaded chacha20 v0.9.1
7182026-05-04T16:59:52.088Z Downloaded foldhash v0.1.5
7192026-05-04T16:59:52.088Z Downloaded defmt-macros v1.0.1
7202026-05-04T16:59:52.093Z Downloaded camino-tempfile-ext v0.3.3
7212026-05-04T16:59:52.093Z Downloaded cmake v0.1.57
7222026-05-04T16:59:52.093Z Downloaded cargo_metadata v0.19.2
7232026-05-04T16:59:52.093Z Downloaded bitflags v1.3.2
7242026-05-04T16:59:52.096Z Downloaded arrayvec v0.7.6
7252026-05-04T16:59:52.096Z Downloaded futures-io v0.3.32
7262026-05-04T16:59:52.096Z Downloaded curve25519-dalek-derive v0.1.1
7272026-05-04T16:59:52.100Z Downloaded hash32 v0.2.1
7282026-05-04T16:59:52.100Z Downloaded headers-core v0.3.0
7292026-05-04T16:59:52.100Z Downloaded hash32 v0.3.1
7302026-05-04T16:59:52.100Z Downloaded ghash v0.5.1
7312026-05-04T16:59:52.100Z Downloaded globwalk v0.9.1
7322026-05-04T16:59:52.103Z Downloaded crc8 v0.1.1
7332026-05-04T16:59:52.103Z Downloaded clang-sys v1.8.1
7342026-05-04T16:59:52.106Z Downloaded hex-literal v0.4.1
7352026-05-04T16:59:52.109Z Downloaded ed25519 v2.2.3
7362026-05-04T16:59:52.109Z Downloaded env_logger v0.11.9
7372026-05-04T16:59:52.112Z Downloaded constant_time_eq v0.4.2
7382026-05-04T16:59:52.112Z Downloaded futures-sink v0.3.32
7392026-05-04T16:59:52.117Z Downloaded futures-executor v0.3.32
7402026-05-04T16:59:52.117Z Downloaded fs_extra v1.3.0
7412026-05-04T16:59:52.117Z Downloaded ff v0.13.1
7422026-05-04T16:59:52.120Z Downloaded buf-list v1.1.2
7432026-05-04T16:59:52.120Z Downloaded fs-err v2.11.0
7442026-05-04T16:59:52.120Z Downloaded foldhash v0.2.0
7452026-05-04T16:59:52.123Z Downloaded convert_case v0.10.0
7462026-05-04T16:59:52.123Z Downloaded http-body v1.0.1
7472026-05-04T16:59:52.123Z Downloaded byte-wrapper v0.1.0
7482026-05-04T16:59:52.126Z Downloaded httpdate v1.0.3
7492026-05-04T16:59:52.126Z Downloaded ecdsa v0.16.9
7502026-05-04T16:59:52.129Z Downloaded colored v3.1.1
7512026-05-04T16:59:52.129Z Downloaded ahash v0.8.12
7522026-05-04T16:59:52.166Z Downloaded hostname v0.4.2
7532026-05-04T16:59:52.167Z Downloaded colored v2.2.0
7542026-05-04T16:59:52.176Z Downloaded bzip2 v0.4.4
7552026-05-04T16:59:52.176Z Downloaded is-terminal v0.4.17
7562026-05-04T16:59:52.177Z Downloaded hex v0.4.3
7572026-05-04T16:59:52.177Z Downloaded indent_write v2.2.0
7582026-05-04T16:59:52.177Z Downloaded drift v0.1.3
7592026-05-04T16:59:52.177Z Downloaded hubpack v0.1.2
7602026-05-04T16:59:52.177Z Downloaded hyper-tls v0.6.0
7612026-05-04T16:59:52.177Z Downloaded group v0.13.0
7622026-05-04T16:59:52.177Z Downloaded glob v0.3.3
7632026-05-04T16:59:52.177Z Downloaded git-stub-vcs v0.1.0
7642026-05-04T16:59:52.177Z Downloaded ident_case v1.0.1
7652026-05-04T16:59:52.177Z Downloaded cookie v0.18.1
7662026-05-04T16:59:52.177Z Downloaded blowfish v0.9.1
7672026-05-04T16:59:52.177Z Downloaded ctr v0.9.2
7682026-05-04T16:59:52.177Z Downloaded crossbeam-deque v0.8.6
7692026-05-04T16:59:52.177Z Downloaded base64ct v1.8.3
7702026-05-04T16:59:52.177Z Downloaded argon2 v0.5.3
7712026-05-04T16:59:52.177Z Downloaded ciborium v0.2.2
7722026-05-04T16:59:52.177Z Downloaded instant v0.1.13
7732026-05-04T16:59:52.177Z Downloaded indoc v1.0.9
7742026-05-04T16:59:52.177Z Downloaded highway v1.3.0
7752026-05-04T16:59:52.177Z Downloaded derive_builder_core v0.20.2
7762026-05-04T16:59:52.177Z Downloaded http-body-util v0.1.3
7772026-05-04T16:59:52.177Z Downloaded internet-checksum v0.2.1
7782026-05-04T16:59:52.177Z Downloaded des v0.8.1
7792026-05-04T16:59:52.177Z Downloaded lazy_static v1.5.0
7802026-05-04T16:59:52.177Z Downloaded backoff v0.4.0
7812026-05-04T16:59:52.177Z Downloaded async-trait v0.1.89
7822026-05-04T16:59:52.178Z Downloaded derive-ex v0.1.8
7832026-05-04T16:59:52.182Z Downloaded backon v1.6.0
7842026-05-04T16:59:52.182Z Downloaded libscf-sys v1.1.0
7852026-05-04T16:59:52.182Z Downloaded chacha20 v0.10.0
7862026-05-04T16:59:52.182Z Downloaded const_format_proc_macros v0.2.34
7872026-05-04T16:59:52.182Z Downloaded humantime v2.3.0
7882026-05-04T16:59:52.182Z Downloaded futures-channel v0.3.32
7892026-05-04T16:59:52.182Z Downloaded hostname v0.3.1
7902026-05-04T16:59:52.187Z Downloaded maybe-uninit v2.0.0
7912026-05-04T16:59:52.187Z Downloaded elliptic-curve v0.13.8
7922026-05-04T16:59:52.187Z Downloaded linked-hash-map v0.5.6
7932026-05-04T16:59:52.187Z Downloaded managed v0.8.0
7942026-05-04T16:59:52.190Z Downloaded hyper-staticfile v0.10.1
7952026-05-04T16:59:52.190Z Downloaded darling_core v0.23.0
7962026-05-04T16:59:52.194Z Downloaded kstat-rs v0.2.4
7972026-05-04T16:59:52.197Z Downloaded globset v0.4.18
7982026-05-04T16:59:52.197Z Downloaded getrandom v0.2.17
7992026-05-04T16:59:52.198Z Downloaded cancel-safe-futures v0.1.5
8002026-05-04T16:59:52.206Z Downloaded lru v0.12.5
8012026-05-04T16:59:52.207Z Downloaded hubpack_derive v0.1.1
8022026-05-04T16:59:52.207Z Downloaded http-range v0.1.5
8032026-05-04T16:59:52.207Z Downloaded bzip2 v0.6.1
8042026-05-04T16:59:52.215Z Downloaded crossbeam-epoch v0.9.18
8052026-05-04T16:59:52.215Z Downloaded console v0.15.11
8062026-05-04T16:59:52.215Z Downloaded half v1.8.3
8072026-05-04T16:59:52.215Z Downloaded new_debug_unreachable v1.0.6
8082026-05-04T16:59:52.215Z Downloaded nodrop v0.1.14
8092026-05-04T16:59:52.218Z Downloaded lru-cache v0.1.2
8102026-05-04T16:59:52.218Z Downloaded git-stub v1.0.0
8112026-05-04T16:59:52.218Z Downloaded keccak v0.1.6
8122026-05-04T16:59:52.218Z Downloaded ingot-types v0.1.2
8132026-05-04T16:59:52.222Z Downloaded ingot v0.1.1
8142026-05-04T16:59:52.222Z Downloaded is_ci v1.2.0
8152026-05-04T16:59:52.222Z Downloaded derive_more v0.99.20
8162026-05-04T16:59:52.222Z Downloaded lalrpop-util v0.19.12
8172026-05-04T16:59:52.222Z Downloaded ipnetwork v0.21.1
8182026-05-04T16:59:52.222Z Downloaded ipnet v2.11.0
8192026-05-04T16:59:52.222Z Downloaded jobserver v0.1.34
8202026-05-04T16:59:52.222Z Downloaded impl-trait-for-tuples v0.2.3
8212026-05-04T16:59:52.225Z Downloaded nonempty v0.12.0
8222026-05-04T16:59:52.225Z Downloaded derive-where v1.6.0
8232026-05-04T16:59:52.230Z Downloaded num-derive v0.3.3
8242026-05-04T16:59:52.230Z Downloaded md5 v0.7.0
8252026-05-04T16:59:52.230Z Downloaded match_cfg v0.1.0
8262026-05-04T16:59:52.234Z Downloaded lzss v0.8.2
8272026-05-04T16:59:52.234Z Downloaded httparse v1.10.1
8282026-05-04T16:59:52.235Z Downloaded lru-slab v0.1.2
8292026-05-04T16:59:52.235Z Downloaded crc-any v2.5.0
8302026-05-04T16:59:52.239Z Downloaded libloading v0.8.9
8312026-05-04T16:59:52.239Z Downloaded newtype_derive v0.1.6
8322026-05-04T16:59:52.239Z Downloaded dropshot_endpoint v0.16.7
8332026-05-04T16:59:52.242Z Downloaded instability v0.3.11
8342026-05-04T16:59:52.242Z Downloaded md-5 v0.10.6
8352026-05-04T16:59:52.243Z Downloaded indoc v2.0.7
8362026-05-04T16:59:52.246Z Downloaded num_enum_derive v0.5.11
8372026-05-04T16:59:52.246Z Downloaded num-iter v0.1.45
8382026-05-04T16:59:52.246Z Downloaded newline-converter v0.3.0
8392026-05-04T16:59:52.246Z Downloaded libsw-core v0.3.2
8402026-05-04T16:59:52.248Z Downloaded olpc-cjson v0.1.4
8412026-05-04T16:59:52.249Z Downloaded libefi-sys v0.1.0
8422026-05-04T16:59:52.249Z Downloaded hmac v0.12.1
8432026-05-04T16:59:52.252Z Downloaded mime v0.3.17
8442026-05-04T16:59:52.253Z Downloaded const_format v0.2.35
8452026-05-04T16:59:52.263Z Downloaded inout v0.1.4
8462026-05-04T16:59:52.263Z Downloaded num_threads v0.1.7
8472026-05-04T16:59:52.263Z Downloaded normalize-line-endings v0.3.0
8482026-05-04T16:59:52.263Z Downloaded arc-swap v1.8.2
8492026-05-04T16:59:52.272Z Downloaded num v0.4.3
8502026-05-04T16:59:52.272Z Downloaded multimap v0.10.1
8512026-05-04T16:59:52.272Z Downloaded maplit v1.0.2
8522026-05-04T16:59:52.272Z Downloaded getrandom v0.3.4
8532026-05-04T16:59:52.272Z Downloaded home v0.5.12
8542026-05-04T16:59:52.272Z Downloaded num-derive v0.4.2
8552026-05-04T16:59:52.272Z Downloaded newtype-uuid-macros v0.1.0
8562026-05-04T16:59:52.272Z Downloaded crc32fast v1.5.0
8572026-05-04T16:59:52.272Z Downloaded derive_more-impl v2.1.1
8582026-05-04T16:59:52.278Z Downloaded darling v0.23.0
8592026-05-04T16:59:52.279Z Downloaded native-tls v0.2.18
8602026-05-04T16:59:52.279Z Downloaded nanorand v0.7.0
8612026-05-04T16:59:52.282Z Downloaded openssl-probe v0.1.6
8622026-05-04T16:59:52.282Z Downloaded openssl-probe v0.2.1
8632026-05-04T16:59:52.282Z Downloaded libsw v3.5.0
8642026-05-04T16:59:52.282Z Downloaded opaque-debug v0.3.1
8652026-05-04T16:59:52.282Z Downloaded parse-display v0.10.0
8662026-05-04T16:59:52.282Z Downloaded linear-map v1.2.0
8672026-05-04T16:59:52.289Z Downloaded dropshot_endpoint v0.17.0
8682026-05-04T16:59:52.289Z Downloaded parse-size v1.1.0
8692026-05-04T16:59:52.295Z Downloaded bitfield v0.19.4
8702026-05-04T16:59:52.295Z Downloaded diesel-dtrace v0.5.0
8712026-05-04T16:59:52.295Z Downloaded newtype-uuid v1.3.2
8722026-05-04T16:59:52.295Z Downloaded iana-time-zone v0.1.65
8732026-05-04T16:59:52.295Z Downloaded assert_matches v1.5.0
8742026-05-04T16:59:52.300Z Downloaded der v0.7.10
8752026-05-04T16:59:52.300Z Downloaded openssl-macros v0.1.1
8762026-05-04T16:59:52.300Z Downloaded num-conv v0.2.0
8772026-05-04T16:59:52.312Z Downloaded num-complex v0.4.6
8782026-05-04T16:59:52.312Z Downloaded nibble_vec v0.1.0
8792026-05-04T16:59:52.313Z Downloaded path-slash v0.1.5
8802026-05-04T16:59:52.313Z Downloaded hyper-rustls v0.27.7
8812026-05-04T16:59:52.313Z Downloaded nu-ansi-term v0.50.3
8822026-05-04T16:59:52.325Z Downloaded futures v0.3.32
8832026-05-04T16:59:52.325Z Downloaded memoffset v0.9.1
8842026-05-04T16:59:52.325Z Downloaded bytes v1.11.1
8852026-05-04T16:59:52.325Z Downloaded phf_shared v0.13.1
8862026-05-04T16:59:52.325Z Downloaded pbkdf2 v0.12.2
8872026-05-04T16:59:52.325Z Downloaded oso-derive v0.27.3
8882026-05-04T16:59:52.329Z Downloaded base64 v0.21.7
8892026-05-04T16:59:52.329Z Downloaded oxnet v0.1.4
8902026-05-04T16:59:52.329Z Downloaded litrs v1.0.0
8912026-05-04T16:59:52.329Z Downloaded indexmap v1.9.3
8922026-05-04T16:59:52.334Z Downloaded ingot-macros v0.1.1
8932026-05-04T16:59:52.334Z Downloaded powerfmt v0.2.0
8942026-05-04T16:59:52.346Z Downloaded oxide-tokio-rt v0.1.4
8952026-05-04T16:59:52.349Z Downloaded derive_more v2.1.1
8962026-05-04T16:59:52.354Z Downloaded proc-macro-error-attr2 v2.0.0
8972026-05-04T16:59:52.359Z Downloaded proc-macro-crate v1.3.1
8982026-05-04T16:59:52.359Z Downloaded predicates-core v1.0.10
8992026-05-04T16:59:52.359Z Downloaded phf_shared v0.12.1
9002026-05-04T16:59:52.359Z Downloaded num_enum v0.5.11
9012026-05-04T16:59:52.362Z Downloaded parking_lot_core v0.8.6
9022026-05-04T16:59:52.362Z Downloaded password-hash v0.5.0
9032026-05-04T16:59:52.366Z Downloaded lock_api v0.4.14
9042026-05-04T16:59:52.368Z Downloaded crossbeam-channel v0.5.15
9052026-05-04T16:59:52.372Z Downloaded mime_guess v2.0.5
9062026-05-04T16:59:52.372Z Downloaded num-rational v0.4.2
9072026-05-04T16:59:52.372Z Downloaded indicatif v0.18.4
9082026-05-04T16:59:52.373Z Downloaded progenitor-client v0.10.0
9092026-05-04T16:59:52.373Z Downloaded password-hash v0.4.2
9102026-05-04T16:59:52.375Z Downloaded num-integer v0.1.46
9112026-05-04T16:59:52.376Z Downloaded progenitor-macro v0.13.0
9122026-05-04T16:59:52.376Z Downloaded progenitor-macro v0.11.2
9132026-05-04T16:59:52.383Z Downloaded progenitor-macro v0.10.0
9142026-05-04T16:59:52.383Z Downloaded heapless v0.7.17
9152026-05-04T16:59:52.387Z Downloaded peg v0.8.5
9162026-05-04T16:59:52.387Z Downloaded pem v3.0.6
9172026-05-04T16:59:52.387Z Downloaded darling_core v0.21.3
9182026-05-04T16:59:52.387Z Downloaded pin-project-internal v1.1.11
9192026-05-04T16:59:52.391Z Downloaded pem-rfc7468 v0.7.0
9202026-05-04T16:59:52.391Z Downloaded progenitor-macro v0.14.0
9212026-05-04T16:59:52.391Z Downloaded phf v0.13.1
9222026-05-04T16:59:52.391Z Downloaded quick-error v1.2.3
9232026-05-04T16:59:52.394Z Downloaded cc v1.2.56
9242026-05-04T16:59:52.394Z Downloaded paste v1.0.15
9252026-05-04T16:59:52.397Z Downloaded psl-types v2.0.11
9262026-05-04T16:59:52.397Z Downloaded radium v0.7.0
9272026-05-04T16:59:52.398Z Downloaded ppv-lite86 v0.2.21
9282026-05-04T16:59:52.401Z Downloaded omicron-zone-package v0.12.2
9292026-05-04T16:59:52.401Z Downloaded compact_str v0.8.1
9302026-05-04T16:59:52.405Z Downloaded owo-colors v4.3.0
9312026-05-04T16:59:52.405Z Downloaded pkg-config v0.3.32
9322026-05-04T16:59:52.408Z Downloaded pkcs8 v0.10.2
9332026-05-04T16:59:52.408Z Downloaded phf v0.12.1
9342026-05-04T16:59:52.408Z Downloaded parse-display-derive v0.10.0
9352026-05-04T16:59:52.412Z Downloaded num_enum v0.7.5
9362026-05-04T16:59:52.415Z Downloaded ed25519-dalek v2.2.0
9372026-05-04T16:59:52.415Z Downloaded diesel_derives v2.3.7
9382026-05-04T16:59:52.419Z Downloaded poly1305 v0.8.0
9392026-05-04T16:59:52.424Z Downloaded rand_chacha v0.3.1
9402026-05-04T16:59:52.424Z Downloaded predicates-tree v1.0.13
9412026-05-04T16:59:52.424Z Downloaded predicates v3.1.4
9422026-05-04T16:59:52.427Z Downloaded rand_xorshift v0.4.0
9432026-05-04T16:59:52.427Z Downloaded flume v0.11.1
9442026-05-04T16:59:52.427Z Downloaded proc-macro-error2 v2.0.1
9452026-05-04T16:59:52.430Z Downloaded ignore v0.4.25
9462026-05-04T16:59:52.432Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-05-04T16:59:52.432Z Downloaded peg-runtime v0.8.5
9482026-05-04T16:59:52.432Z Downloaded packed_struct_codegen v0.10.1
9492026-05-04T16:59:52.434Z Downloaded num_enum_derive v0.7.5
9502026-05-04T16:59:52.438Z Downloaded heapless v0.8.0
9512026-05-04T16:59:52.438Z Downloaded pkcs5 v0.7.1
9522026-05-04T16:59:52.438Z Downloaded progenitor-extras v0.2.0
9532026-05-04T16:59:52.442Z Downloaded progenitor-client v0.13.0
9542026-05-04T16:59:52.442Z Downloaded ref-cast-impl v1.0.25
9552026-05-04T16:59:52.442Z Downloaded progenitor-client v0.11.2
9562026-05-04T16:59:52.442Z Downloaded progenitor v0.11.2
9572026-05-04T16:59:52.445Z Downloaded parking_lot v0.11.2
9582026-05-04T16:59:52.445Z Downloaded postgres-protocol v0.6.10
9592026-05-04T16:59:52.449Z Downloaded proc-macro-crate v3.4.0
9602026-05-04T16:59:52.449Z Downloaded progenitor v0.10.0
9612026-05-04T16:59:52.449Z Downloaded pkcs1 v0.7.5
9622026-05-04T16:59:52.452Z Downloaded packed_struct v0.10.1
9632026-05-04T16:59:52.452Z Downloaded pin-utils v0.1.0
9642026-05-04T16:59:52.452Z Downloaded expectorate v1.2.0
9652026-05-04T16:59:52.455Z Downloaded parking_lot_core v0.9.12
9662026-05-04T16:59:52.456Z Downloaded phf_shared v0.11.3
9672026-05-04T16:59:52.456Z Downloaded pbkdf2 v0.11.0
9682026-05-04T16:59:52.459Z Downloaded dropshot-api-manager v0.7.1
9692026-05-04T16:59:52.463Z Downloaded polyval v0.6.2
9702026-05-04T16:59:52.463Z Downloaded bumpalo v3.20.2
9712026-05-04T16:59:52.463Z Downloaded pin-project-lite v0.2.17
9722026-05-04T16:59:52.467Z Downloaded rustc-hash v2.1.1
9732026-05-04T16:59:52.468Z Downloaded rfc6979 v0.4.0
9742026-05-04T16:59:52.470Z Downloaded r2d2 v0.8.10
9752026-05-04T16:59:52.470Z Downloaded rand_core v0.6.4
9762026-05-04T16:59:52.470Z Downloaded progenitor-client v0.14.0
9772026-05-04T16:59:52.473Z Downloaded precomputed-hash v0.1.1
9782026-05-04T16:59:52.473Z Downloaded headers v0.4.1
9792026-05-04T16:59:52.476Z Downloaded russh-cryptovec v0.7.3
9802026-05-04T16:59:52.476Z Downloaded hickory-resolver v0.25.2
9812026-05-04T16:59:52.479Z Downloaded hashbrown v0.12.3
9822026-05-04T16:59:52.481Z Downloaded oso v0.27.3
9832026-05-04T16:59:52.484Z Downloaded rtoolbox v0.0.3
9842026-05-04T16:59:52.484Z Downloaded postcard v1.1.3
9852026-05-04T16:59:52.487Z Downloaded rand_core v0.10.0
9862026-05-04T16:59:52.487Z Downloaded primeorder v0.13.6
9872026-05-04T16:59:52.491Z Downloaded hickory-resolver v0.24.4
9882026-05-04T16:59:52.491Z Downloaded postgres-types v0.2.12
9892026-05-04T16:59:52.496Z Downloaded rustc_version v0.4.1
9902026-05-04T16:59:52.496Z Downloaded rand_core v0.9.5
9912026-05-04T16:59:52.496Z Downloaded jiff-static v0.2.21
9922026-05-04T16:59:52.501Z Downloaded progenitor v0.14.0
9932026-05-04T16:59:52.501Z Downloaded peg-macros v0.8.5
9942026-05-04T16:59:52.501Z Downloaded miniz_oxide v0.8.9
9952026-05-04T16:59:52.507Z Downloaded p256 v0.13.2
9962026-05-04T16:59:52.507Z Downloaded rand_seeder v0.4.0
9972026-05-04T16:59:52.507Z Downloaded progenitor v0.13.0
9982026-05-04T16:59:52.508Z Downloaded libbz2-rs-sys v0.2.2
9992026-05-04T16:59:52.508Z Downloaded memmap2 v0.9.10
10002026-05-04T16:59:52.510Z Downloaded ar_archive_writer v0.5.1
10012026-05-04T16:59:52.510Z Downloaded sapling-renderdag v0.1.0
10022026-05-04T16:59:52.511Z Downloaded multer v3.1.0
10032026-05-04T16:59:52.511Z Downloaded darling_core v0.20.11
10042026-05-04T16:59:52.516Z Downloaded scheduled-thread-pool v0.2.7
10052026-05-04T16:59:52.516Z Downloaded recursive v0.1.1
10062026-05-04T16:59:52.516Z Downloaded hickory-server v0.25.2
10072026-05-04T16:59:52.519Z Downloaded hashbrown v0.13.2
10082026-05-04T16:59:52.523Z Downloaded base64 v0.22.1
10092026-05-04T16:59:52.523Z Downloaded scrypt v0.11.0
10102026-05-04T16:59:52.529Z Downloaded same-file v1.0.6
10112026-05-04T16:59:52.530Z Downloaded half v2.7.1
10122026-05-04T16:59:52.530Z Downloaded scroll_derive v0.13.1
10132026-05-04T16:59:52.530Z Downloaded secrecy v0.8.0
10142026-05-04T16:59:52.533Z Downloaded scopeguard v1.2.0
10152026-05-04T16:59:52.537Z Downloaded pin-project v1.1.11
10162026-05-04T16:59:52.542Z Downloaded serde_repr v0.1.20
10172026-05-04T16:59:52.545Z Downloaded serde-big-array v0.5.1
10182026-05-04T16:59:52.548Z Downloaded seq-macro v0.3.6
10192026-05-04T16:59:52.551Z Downloaded serde_plain v1.0.2
10202026-05-04T16:59:52.551Z Downloaded secrecy v0.10.3
10212026-05-04T16:59:52.551Z Downloaded resolv-conf v0.7.6
10222026-05-04T16:59:52.551Z Downloaded rusty-fork v0.3.1
10232026-05-04T16:59:52.551Z Downloaded http v1.4.0
10242026-05-04T16:59:52.554Z Downloaded quinn-udp v0.5.14
10252026-05-04T16:59:52.554Z Downloaded ref-cast v1.0.25
10262026-05-04T16:59:52.557Z Downloaded progenitor-impl v0.11.2
10272026-05-04T16:59:52.557Z Downloaded prefix-trie v0.7.0
10282026-05-04T16:59:52.561Z Downloaded signal-hook-tokio v0.3.1
10292026-05-04T16:59:52.567Z Downloaded sha1 v0.10.6
10302026-05-04T16:59:52.567Z Downloaded signal-hook-mio v0.2.5
10312026-05-04T16:59:52.570Z Downloaded shell-words v1.1.1
10322026-05-04T16:59:52.570Z Downloaded rustls-pemfile v1.0.4
10332026-05-04T16:59:52.570Z Downloaded rustls-native-certs v0.8.3
10342026-05-04T16:59:52.570Z Downloaded scroll v0.13.0
10352026-05-04T16:59:52.574Z Downloaded salsa20 v0.10.2
10362026-05-04T16:59:52.574Z Downloaded rand_chacha v0.9.0
10372026-05-04T16:59:52.574Z Downloaded papergrid v0.17.0
10382026-05-04T16:59:52.582Z Downloaded signature v2.2.0
10392026-05-04T16:59:52.582Z Downloaded serde_spanned v1.0.4
10402026-05-04T16:59:52.582Z Downloaded minimal-lexical v0.2.1
10412026-05-04T16:59:52.587Z Downloaded serde_urlencoded v0.7.1
10422026-05-04T16:59:52.587Z Downloaded slog-envlogger v2.2.0
10432026-05-04T16:59:52.587Z Downloaded siphasher v1.0.2
10442026-05-04T16:59:52.587Z Downloaded sigpipe v0.1.3
10452026-05-04T16:59:52.587Z Downloaded rustversion v1.0.22
10462026-05-04T16:59:52.590Z Downloaded rustls-pemfile v2.2.0
10472026-05-04T16:59:52.590Z Downloaded prettyplease v0.2.37
10482026-05-04T16:59:52.593Z Downloaded parking_lot v0.12.5
10492026-05-04T16:59:52.613Z Downloaded sec1 v0.7.3
10502026-05-04T16:59:52.619Z Downloaded serde_bytes v0.11.19
10512026-05-04T16:59:52.624Z Downloaded serde-hex v0.1.0
10522026-05-04T16:59:52.625Z Downloaded itertools v0.10.5
10532026-05-04T16:59:52.634Z Downloaded ssh-cipher v0.2.0
10542026-05-04T16:59:52.634Z Downloaded sqlparser_derive v0.5.0
10552026-05-04T16:59:52.634Z Downloaded rustc_version v0.1.7
10562026-05-04T16:59:52.634Z Downloaded psm v0.1.30
10572026-05-04T16:59:52.634Z Downloaded ssh-encoding v0.2.0
10582026-05-04T16:59:52.634Z Downloaded russh-keys v0.45.0
10592026-05-04T16:59:52.634Z Downloaded crossterm v0.28.1
10602026-05-04T16:59:52.640Z Downloaded serde_derive_internals v0.29.1
10612026-05-04T16:59:52.640Z Downloaded sct v0.7.1
10622026-05-04T16:59:52.642Z Downloaded openssl-sys v0.9.114
10632026-05-04T16:59:52.642Z Downloaded serde_path_to_error v0.1.20
10642026-05-04T16:59:52.642Z Downloaded semver v0.1.20
10652026-05-04T16:59:52.645Z Downloaded structmeta-derive v0.3.0
10662026-05-04T16:59:52.648Z Downloaded strum v0.27.2
10672026-05-04T16:59:52.648Z Downloaded simd-adler32 v0.3.8
10682026-05-04T16:59:52.651Z Downloaded signal-hook-registry v1.4.8
10692026-05-04T16:59:52.651Z Downloaded slog-bunyan v2.5.0
10702026-05-04T16:59:52.654Z Downloaded shlex v1.3.0
10712026-05-04T16:59:52.654Z Downloaded structmeta v0.3.0
10722026-05-04T16:59:52.654Z Downloaded progenitor-impl v0.10.0
10732026-05-04T16:59:52.657Z Downloaded subtle v2.6.1
10742026-05-04T16:59:52.657Z Downloaded slab v0.4.12
10752026-05-04T16:59:52.657Z Downloaded pretty_assertions v1.4.1
10762026-05-04T16:59:52.660Z Downloaded libxml v0.3.3
10772026-05-04T16:59:52.662Z Downloaded tabled_derive v0.11.0
10782026-05-04T16:59:52.662Z Downloaded sync-ptr v0.1.4
10792026-05-04T16:59:52.665Z Downloaded supports-color v3.0.2
10802026-05-04T16:59:52.665Z Downloaded strum v0.26.3
10812026-05-04T16:59:52.665Z Downloaded smallvec v0.6.14
10822026-05-04T16:59:52.670Z Downloaded slog-stdlog v4.1.1
10832026-05-04T16:59:52.670Z Downloaded progenitor-impl v0.13.0
10842026-05-04T16:59:52.675Z Downloaded progenitor-impl v0.14.0
10852026-05-04T16:59:52.675Z Downloaded smf v0.2.3
10862026-05-04T16:59:52.675Z Downloaded tagptr v0.2.0
10872026-05-04T16:59:52.675Z Downloaded slog-async v2.8.0
10882026-05-04T16:59:52.675Z Downloaded schemars_derive v0.8.22
10892026-05-04T16:59:52.679Z Downloaded slog-scope v4.4.1
10902026-05-04T16:59:52.679Z Downloaded slog-dtrace v0.3.0
10912026-05-04T16:59:52.682Z Downloaded rustls-pki-types v1.14.0
10922026-05-04T16:59:52.682Z Downloaded termtree v0.5.1
10932026-05-04T16:59:52.685Z Downloaded tap v1.0.1
10942026-05-04T16:59:52.687Z Downloaded spki v0.7.3
10952026-05-04T16:59:52.690Z Downloaded serde_cbor v0.11.2
10962026-05-04T16:59:52.690Z Downloaded snafu-derive v0.8.9
10972026-05-04T16:59:52.693Z Downloaded tinyvec_macros v0.1.1
10982026-05-04T16:59:52.693Z Downloaded testing_table v0.3.0
10992026-05-04T16:59:52.696Z Downloaded take_mut v0.2.2
11002026-05-04T16:59:52.696Z Downloaded tabwriter v1.4.1
11012026-05-04T16:59:52.696Z Downloaded sync_wrapper v1.0.2
11022026-05-04T16:59:52.696Z Downloaded stringprep v0.1.5
11032026-05-04T16:59:52.699Z Downloaded rcgen v0.12.1
11042026-05-04T16:59:52.699Z Downloaded serde_with_macros v3.17.0
11052026-05-04T16:59:52.703Z Downloaded time-core v0.1.8
11062026-05-04T16:59:52.707Z Downloaded hyper-util v0.1.20
11072026-05-04T16:59:52.710Z Downloaded sqlformat v0.3.5
11082026-05-04T16:59:52.713Z Downloaded strip-ansi-escapes v0.2.1
11092026-05-04T16:59:52.718Z Downloaded string_cache v0.8.9
11102026-05-04T16:59:52.718Z Downloaded static_assertions v1.1.0
11112026-05-04T16:59:52.722Z Downloaded stacker v0.1.23
11122026-05-04T16:59:52.723Z Downloaded hashbrown v0.15.5
11132026-05-04T16:59:52.726Z Downloaded thiserror-impl-no-std v2.0.2
11142026-05-04T16:59:52.726Z Downloaded num-bigint v0.4.6
11152026-05-04T16:59:52.726Z Downloaded ryu v1.0.23
11162026-05-04T16:59:52.729Z Downloaded strum_macros v0.26.4
11172026-05-04T16:59:52.733Z Downloaded tokio-macros v2.7.0
11182026-05-04T16:59:52.733Z Downloaded strum_macros v0.27.2
11192026-05-04T16:59:52.736Z Downloaded strum_macros v0.24.3
11202026-05-04T16:59:52.736Z Downloaded ron v0.8.1
11212026-05-04T16:59:52.739Z Downloaded rustls-platform-verifier v0.6.2
11222026-05-04T16:59:52.742Z Downloaded hyper v1.8.1
11232026-05-04T16:59:52.745Z Downloaded thread-id v5.1.0
11242026-05-04T16:59:52.748Z Downloaded schemars v0.8.22
11252026-05-04T16:59:52.753Z Downloaded thiserror-no-std v2.0.2
11262026-05-04T16:59:52.758Z Downloaded quinn v0.11.9
11272026-05-04T16:59:52.761Z Downloaded schemars v0.9.0
11282026-05-04T16:59:52.766Z Downloaded spin v0.9.8
11292026-05-04T16:59:52.769Z Downloaded serde_yaml v0.9.34+deprecated
11302026-05-04T16:59:52.772Z Downloaded tiny-keccak v2.0.2
11312026-05-04T16:59:52.775Z Downloaded termios v0.3.3
11322026-05-04T16:59:52.775Z Downloaded thread_local v1.1.9
11332026-05-04T16:59:52.775Z Downloaded signal-hook v0.3.18
11342026-05-04T16:59:52.778Z Downloaded iddqd v0.3.18
11352026-05-04T16:59:52.781Z Downloaded time-macros v0.2.27
11362026-05-04T16:59:52.783Z Downloaded trait-variant v0.1.2
11372026-05-04T16:59:52.786Z Downloaded topological-sort v0.2.2
11382026-05-04T16:59:52.786Z Downloaded similar v2.7.0
11392026-05-04T16:59:52.789Z Downloaded rand v0.9.2
11402026-05-04T16:59:52.792Z Downloaded typify-macro v0.4.3
11412026-05-04T16:59:52.792Z Downloaded rayon-core v1.13.0
11422026-05-04T16:59:52.795Z Downloaded slog v2.8.2
11432026-05-04T16:59:52.801Z Downloaded iri-string v0.7.10
11442026-05-04T16:59:52.803Z Downloaded unicode-truncate v1.1.0
11452026-05-04T16:59:52.803Z Downloaded unarray v0.1.4
11462026-05-04T16:59:52.803Z Downloaded typify-macro v0.6.2
11472026-05-04T16:59:52.803Z Downloaded publicsuffix v2.3.0
11482026-05-04T16:59:52.806Z Downloaded rsa v0.9.10
11492026-05-04T16:59:52.812Z Downloaded try-lock v0.2.5
11502026-05-04T16:59:52.812Z Downloaded hkdf v0.12.4
11512026-05-04T16:59:52.817Z Downloaded socket2 v0.5.10
11522026-05-04T16:59:52.817Z Downloaded itertools v0.13.0
11532026-05-04T16:59:52.817Z Downloaded usdt v0.6.0
11542026-05-04T16:59:52.823Z Downloaded itertools v0.12.1
11552026-05-04T16:59:52.823Z Downloaded utf-8 v0.7.6
11562026-05-04T16:59:52.823Z Downloaded usdt-macro v0.6.0
11572026-05-04T16:59:52.828Z Downloaded universal-hash v0.5.1
11582026-05-04T16:59:52.828Z Downloaded tokio-tungstenite v0.21.0
11592026-05-04T16:59:52.828Z Downloaded untrusted v0.9.0
11602026-05-04T16:59:52.828Z Downloaded term v1.2.1
11612026-05-04T16:59:52.828Z Downloaded socket2 v0.6.3
11622026-05-04T16:59:52.828Z Downloaded qorb v0.4.1
11632026-05-04T16:59:52.832Z Downloaded tokio-dtrace v0.1.1
11642026-05-04T16:59:52.832Z Downloaded slog-term v2.9.2
11652026-05-04T16:59:52.842Z Downloaded tls_codec_derive v0.4.2
11662026-05-04T16:59:52.842Z Downloaded tls_codec v0.4.2
11672026-05-04T16:59:52.842Z Downloaded term v0.7.0
11682026-05-04T16:59:52.842Z Downloaded hashbrown v0.16.1
11692026-05-04T16:59:52.842Z Downloaded wait-timeout v0.2.1
11702026-05-04T16:59:52.842Z Downloaded void v1.0.2
11712026-05-04T16:59:52.842Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11722026-05-04T16:59:52.845Z Downloaded tokio-tungstenite v0.23.1
11732026-05-04T16:59:52.846Z Downloaded tokio-native-tls v0.3.1
11742026-05-04T16:59:52.846Z Downloaded h2 v0.4.13
11752026-05-04T16:59:52.848Z Downloaded tower-layer v0.3.3
11762026-05-04T16:59:52.848Z Downloaded bitvec v1.0.1
11772026-05-04T16:59:52.857Z Downloaded want v0.3.1
11782026-05-04T16:59:52.859Z Downloaded tower-service v0.3.3
11792026-05-04T16:59:52.859Z Downloaded rand v0.8.5
11802026-05-04T16:59:52.863Z Downloaded untrusted v0.7.1
11812026-05-04T16:59:52.863Z Downloaded unit-prefix v0.5.2
11822026-05-04T16:59:52.863Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11832026-05-04T16:59:52.863Z Downloaded num-bigint-dig v0.8.6
11842026-05-04T16:59:52.866Z Downloaded itertools v0.14.0
11852026-05-04T16:59:52.869Z Downloaded tui-tree-widget v0.23.1
11862026-05-04T16:59:52.871Z Downloaded toml_writer v1.0.6+spec-1.1.0
11872026-05-04T16:59:52.871Z Downloaded waitgroup v0.1.2
11882026-05-04T16:59:52.871Z Downloaded rustls-webpki v0.103.9
11892026-05-04T16:59:52.877Z Downloaded futures-util v0.3.32
11902026-05-04T16:59:52.880Z Downloaded aho-corasick v1.1.4
11912026-05-04T16:59:52.884Z Downloaded tokio-stream v0.1.18
11922026-05-04T16:59:52.888Z Downloaded schemars v1.2.1
11932026-05-04T16:59:52.893Z Downloaded xshell-macros v0.2.7
11942026-05-04T16:59:52.896Z Downloaded xattr v1.6.1
11952026-05-04T16:59:52.896Z Downloaded tokio-rustls v0.24.1
11962026-05-04T16:59:52.898Z Downloaded zeroize_derive v1.4.3
11972026-05-04T16:59:52.898Z Downloaded test-strategy v0.4.5
11982026-05-04T16:59:52.898Z Downloaded usdt-attr-macro v0.6.0
11992026-05-04T16:59:52.903Z Downloaded unicase v2.9.0
12002026-05-04T16:59:52.903Z Downloaded samael v0.0.19
12012026-05-04T16:59:52.907Z Downloaded snafu v0.8.9
12022026-05-04T16:59:52.910Z Downloaded support-bundle-viewer v0.1.2
12032026-05-04T16:59:52.910Z Downloaded slog-json v2.6.1
12042026-05-04T16:59:52.910Z Downloaded usdt-impl v0.6.0
12052026-05-04T16:59:52.910Z Downloaded nom v7.1.3
12062026-05-04T16:59:52.913Z Downloaded tokio-rustls v0.25.0
12072026-05-04T16:59:52.915Z Downloaded zone v0.3.1
12082026-05-04T16:59:52.916Z Downloaded vsss-rs v3.3.4
12092026-05-04T16:59:52.917Z Downloaded tokio-rustls v0.26.4
12102026-05-04T16:59:52.922Z Downloaded vergen-gitcl v1.0.8
12112026-05-04T16:59:52.922Z Downloaded subprocess v0.2.15
12122026-05-04T16:59:52.922Z Downloaded zone_cfg_derive v0.3.1
12132026-05-04T16:59:52.923Z Downloaded mio v1.2.0
12142026-05-04T16:59:52.926Z Downloaded p521 v0.13.3
12152026-05-04T16:59:52.933Z Downloaded twox-hash v2.1.2
12162026-05-04T16:59:52.933Z Downloaded tracing-attributes v0.1.31
12172026-05-04T16:59:52.933Z Downloaded vergen-lib v0.1.6
12182026-05-04T16:59:52.944Z Downloaded rand v0.10.0
12192026-05-04T16:59:52.944Z Downloaded whoami v2.1.0
12202026-05-04T16:59:52.944Z Downloaded toml_parser v1.0.9+spec-1.1.0
12212026-05-04T16:59:52.944Z Downloaded wyz v0.5.1
12222026-05-04T16:59:52.944Z Downloaded blake3 v1.8.3
12232026-05-04T16:59:52.947Z Downloaded whoami v1.6.1
12242026-05-04T16:59:52.951Z Downloaded libm v0.2.16
12252026-05-04T16:59:52.956Z Downloaded xshell v0.2.7
12262026-05-04T16:59:52.961Z Downloaded zeroize v1.8.2
12272026-05-04T16:59:52.961Z Downloaded zstd v0.13.3
12282026-05-04T16:59:52.965Z Downloaded uzers v0.12.2
12292026-05-04T16:59:52.969Z Downloaded toml v0.9.12+spec-1.1.0
12302026-05-04T16:59:52.972Z Downloaded unicode-properties v0.1.4
12312026-05-04T16:59:52.972Z Downloaded toml v1.0.6+spec-1.1.0
12322026-05-04T16:59:52.977Z Downloaded walkdir v2.5.0
12332026-05-04T16:59:52.980Z Downloaded vergen-git2 v1.0.7
12342026-05-04T16:59:52.980Z Downloaded toml v0.7.8
12352026-05-04T16:59:52.983Z Downloaded zstd-safe v7.2.4
12362026-05-04T16:59:52.984Z Downloaded vergen v9.0.6
12372026-05-04T16:59:52.987Z Downloaded tungstenite v0.23.0
12382026-05-04T16:59:52.992Z Downloaded tracing-core v0.1.36
12392026-05-04T16:59:52.998Z Downloaded tar v0.4.45
12402026-05-04T16:59:53.001Z Downloaded rustyline v14.0.0
12412026-05-04T16:59:53.004Z Downloaded typify v0.6.2
12422026-05-04T16:59:53.009Z Downloaded unicode-bidi v0.3.18
12432026-05-04T16:59:53.012Z Downloaded tinyvec v1.10.0
12442026-05-04T16:59:53.015Z Downloaded yasna v0.5.2
12452026-05-04T16:59:53.018Z Downloaded typify v0.4.3
12462026-05-04T16:59:53.024Z Downloaded uuid v1.23.0
12472026-05-04T16:59:53.031Z Downloaded russh v0.45.0
12482026-05-04T16:59:53.038Z Downloaded chrono v0.4.44
12492026-05-04T16:59:53.038Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-05-04T16:59:53.041Z Downloaded tungstenite v0.21.0
12512026-05-04T16:59:53.041Z Downloaded vte v0.14.1
12522026-05-04T16:59:53.041Z Downloaded ssh-key v0.6.7
12532026-05-04T16:59:53.044Z Downloaded reedline v0.40.0
12542026-05-04T16:59:53.052Z Downloaded rpassword v7.4.0
12552026-05-04T16:59:53.061Z Downloaded zerocopy v0.6.6
12562026-05-04T16:59:53.065Z Downloaded aws-lc-rs v1.16.0
12572026-05-04T16:59:53.068Z Downloaded unsafe-libyaml v0.2.11
12582026-05-04T16:59:53.071Z Downloaded toml_edit v0.19.15
12592026-05-04T16:59:53.079Z Downloaded tokio-postgres v0.7.16
12602026-05-04T16:59:53.082Z Downloaded reqwest v0.12.28
12612026-05-04T16:59:53.089Z Downloaded git2 v0.20.4
12622026-05-04T16:59:53.094Z Downloaded steno v0.4.1
12632026-05-04T16:59:53.105Z Downloaded unicode_categories v0.1.1
12642026-05-04T16:59:53.110Z Downloaded rayon v1.11.0
12652026-05-04T16:59:53.115Z Downloaded zip v0.6.6
12662026-05-04T16:59:53.119Z Downloaded curve25519-dalek v4.1.3
12672026-05-04T16:59:53.123Z Downloaded zopfli v0.8.3
12682026-05-04T16:59:53.126Z Downloaded yansi v1.0.1
12692026-05-04T16:59:53.127Z Downloaded portable-atomic v1.13.1
12702026-05-04T16:59:53.130Z Downloaded regex v1.12.3
12712026-05-04T16:59:53.133Z Downloaded reqwest v0.13.2
12722026-05-04T16:59:53.138Z Downloaded bindgen v0.71.1
12732026-05-04T16:59:53.141Z Downloaded unicode-segmentation v1.12.0
12742026-05-04T16:59:53.145Z Downloaded zerocopy-derive v0.8.40
12752026-05-04T16:59:53.147Z Downloaded p384 v0.13.1
12762026-05-04T16:59:53.159Z Downloaded rustls-webpki v0.101.7
12772026-05-04T16:59:53.166Z Downloaded x509-cert v0.2.5
12782026-05-04T16:59:53.171Z Downloaded typed-path v0.9.3
12792026-05-04T16:59:53.176Z Downloaded moka v0.12.13
12802026-05-04T16:59:53.181Z Downloaded proptest v1.10.0
12812026-05-04T16:59:53.194Z Downloaded lalrpop v0.19.12
12822026-05-04T16:59:53.199Z Downloaded salty v0.3.0
12832026-05-04T16:59:53.203Z Downloaded tower-http v0.6.8
12842026-05-04T16:59:53.210Z Downloaded unicode-normalization v0.1.25
12852026-05-04T16:59:53.214Z Downloaded tower v0.5.3
12862026-05-04T16:59:53.216Z Downloaded petname v2.0.2
12872026-05-04T16:59:53.220Z Downloaded tokio-util v0.7.18
12882026-05-04T16:59:53.224Z Downloaded goblin v0.10.5
12892026-05-04T16:59:53.228Z Downloaded rustls-webpki v0.102.8
12902026-05-04T16:59:53.243Z Downloaded zip v4.6.1
12912026-05-04T16:59:53.247Z Downloaded tough v0.20.0
12922026-05-04T16:59:53.247Z Downloaded object v0.30.4
12932026-05-04T16:59:53.257Z Downloaded quick-xml v0.37.5
12942026-05-04T16:59:53.265Z Downloaded serde_with v3.17.0
12952026-05-04T16:59:53.269Z Downloaded nix v0.27.1
12962026-05-04T16:59:53.282Z Downloaded radix_trie v0.2.1
12972026-05-04T16:59:53.289Z Downloaded quinn-proto v0.11.13
12982026-05-04T16:59:53.294Z Downloaded nix v0.29.0
12992026-05-04T16:59:53.300Z Downloaded dropshot v0.16.7
13002026-05-04T16:59:53.311Z Downloaded bstr v1.12.1
13012026-05-04T16:59:53.316Z Downloaded openssl v0.10.78
13022026-05-04T16:59:53.322Z Downloaded nix v0.28.0
13032026-05-04T16:59:53.356Z Downloaded winnow v0.5.40
13042026-05-04T16:59:53.356Z Downloaded polar-core v0.27.3
13052026-05-04T16:59:53.356Z Downloaded winnow v0.6.26
13062026-05-04T16:59:53.357Z Downloaded dropshot v0.17.0
13072026-05-04T16:59:53.357Z Downloaded tabled v0.20.0
13082026-05-04T16:59:53.377Z Downloaded smoltcp v0.9.1
13092026-05-04T16:59:53.384Z Downloaded zlib-rs v0.6.2
13102026-05-04T16:59:53.387Z Downloaded nix v0.31.2
13112026-05-04T16:59:53.397Z Downloaded vcpkg v0.2.15
13122026-05-04T16:59:53.418Z Downloaded webpki-roots v1.0.6
13132026-05-04T16:59:53.421Z Downloaded hickory-proto v0.24.4
13142026-05-04T16:59:53.429Z Downloaded regex-syntax v0.6.29
13152026-05-04T16:59:53.433Z Downloaded time v0.3.47
13162026-05-04T16:59:53.441Z Downloaded smoltcp v0.11.0
13172026-05-04T16:59:53.450Z Downloaded regress v0.10.5
13182026-05-04T16:59:53.454Z Downloaded rustls v0.22.4
13192026-05-04T16:59:53.465Z Downloaded zerocopy v0.8.40
13202026-05-04T16:59:53.468Z Downloaded regex-syntax v0.8.10
13212026-05-04T16:59:53.473Z Downloaded diesel v2.3.7
13222026-05-04T16:59:53.486Z Downloaded regress v0.11.1
13232026-05-04T16:59:53.491Z Downloaded rustls v0.23.37
13242026-05-04T16:59:53.498Z Downloaded rustix v0.38.44
13252026-05-04T16:59:53.512Z Downloaded openapiv3 v2.2.0
13262026-05-04T16:59:53.518Z Downloaded hickory-proto v0.25.2
13272026-05-04T16:59:53.529Z Downloaded rustls v0.21.12
13282026-05-04T16:59:53.534Z Downloaded object v0.37.3
13292026-05-04T16:59:53.546Z Downloaded sled v0.34.7
13302026-05-04T16:59:53.554Z Downloaded sqlparser v0.61.0
13312026-05-04T16:59:53.561Z Downloaded tracing v0.1.44
13322026-05-04T16:59:53.572Z Downloaded typify-impl v0.4.3
13332026-05-04T16:59:53.580Z Downloaded typify-impl v0.6.2
13342026-05-04T16:59:53.589Z Downloaded ratatui v0.29.0
13352026-05-04T16:59:53.600Z Downloaded zerocopy-derive v0.6.6
13362026-05-04T16:59:53.606Z Downloaded regex-automata v0.4.14
13372026-05-04T16:59:53.626Z Downloaded jiff v0.2.21
13382026-05-04T16:59:53.637Z Downloaded bzip2-sys v0.1.13+1.0.8
13392026-05-04T16:59:53.651Z Downloaded csv v1.4.0
13402026-05-04T16:59:53.663Z Downloaded petgraph v0.6.5
13412026-05-04T16:59:53.676Z Downloaded libz-sys v1.1.24
13422026-05-04T16:59:53.688Z Downloaded chrono-tz v0.10.4
13432026-05-04T16:59:53.697Z Downloaded tokio v1.52.1
13442026-05-04T16:59:53.726Z Downloaded petgraph v0.8.3
13452026-05-04T16:59:53.746Z Downloaded encoding_rs v0.8.35
13462026-05-04T16:59:53.758Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13472026-05-04T16:59:53.775Z Downloaded sha3 v0.10.8
13482026-05-04T16:59:53.873Z Downloaded ring v0.17.14
13492026-05-04T16:59:53.926Z Downloaded libgit2-sys v0.18.3+1.9.2
13502026-05-04T16:59:54.463Z Downloaded aws-lc-sys v0.37.1
13512026-05-04T16:59:54.709Z Compiling libc v0.2.185
13522026-05-04T16:59:54.709Z Compiling serde v1.0.228
13532026-05-04T16:59:54.712Z Compiling find-msvc-tools v0.1.9
13542026-05-04T16:59:54.712Z Compiling shlex v1.3.0
13552026-05-04T16:59:54.880Z Compiling log v0.4.29
13562026-05-04T16:59:54.880Z Compiling smallvec v1.15.1
13572026-05-04T16:59:54.886Z Compiling syn v2.0.117
13582026-05-04T16:59:54.897Z Compiling typenum v1.19.0
13592026-05-04T16:59:55.047Z Compiling generic-array v0.14.7
13602026-05-04T16:59:55.062Z Compiling subtle v2.6.1
13612026-05-04T16:59:55.083Z Compiling scopeguard v1.2.0
13622026-05-04T16:59:55.096Z Compiling const-oid v0.9.6
13632026-05-04T16:59:55.169Z Compiling lock_api v0.4.14
13642026-05-04T16:59:55.183Z Compiling portable-atomic v1.13.1
13652026-05-04T16:59:55.231Z Compiling zerocopy v0.8.40
13662026-05-04T16:59:55.297Z Compiling critical-section v1.2.0
13672026-05-04T16:59:55.386Z Compiling serde_json v1.0.149
13682026-05-04T16:59:55.401Z Compiling parking_lot_core v0.9.12
13692026-05-04T16:59:55.595Z Compiling pin-project-lite v0.2.17
13702026-05-04T16:59:55.676Z Compiling getrandom v0.2.17
13712026-05-04T16:59:55.689Z Compiling jobserver v0.1.34
13722026-05-04T16:59:55.702Z Compiling errno v0.3.14
13732026-05-04T16:59:55.801Z Compiling rand_core v0.6.4
13742026-05-04T16:59:55.835Z Compiling pkg-config v0.3.32
13752026-05-04T16:59:55.849Z Compiling signal-hook-registry v1.4.8
13762026-05-04T16:59:55.891Z Compiling cc v1.2.56
13772026-05-04T16:59:56.067Z Compiling bitflags v2.11.0
13782026-05-04T16:59:56.110Z Compiling libm v0.2.16
13792026-05-04T16:59:56.223Z Compiling once_cell v1.21.3
13802026-05-04T16:59:56.288Z Compiling parking_lot v0.12.5
13812026-05-04T16:59:56.321Z Compiling mio v1.2.0
13822026-05-04T16:59:56.372Z Compiling num-traits v0.2.19
13832026-05-04T16:59:56.421Z Compiling futures-core v0.3.32
13842026-05-04T16:59:56.571Z Compiling percent-encoding v2.3.2
13852026-05-04T16:59:56.653Z Compiling socket2 v0.6.3
13862026-05-04T16:59:56.716Z Compiling cpufeatures v0.2.17
13872026-05-04T16:59:56.753Z Compiling futures-sink v0.3.32
13882026-05-04T16:59:56.756Z Compiling getrandom v0.4.1
13892026-05-04T16:59:56.781Z Compiling futures-io v0.3.32
13902026-05-04T16:59:56.795Z Compiling slab v0.4.12
13912026-05-04T16:59:56.857Z Compiling futures-channel v0.3.32
13922026-05-04T16:59:56.931Z Compiling futures-task v0.3.32
13932026-05-04T16:59:56.964Z Compiling rand_core v0.10.0
13942026-05-04T16:59:57.049Z Compiling getrandom v0.3.4
13952026-05-04T16:59:57.077Z Compiling rustversion v1.0.22
13962026-05-04T16:59:57.099Z Compiling indexmap v2.14.0
13972026-05-04T16:59:57.447Z Compiling form_urlencoded v1.2.2
13982026-05-04T16:59:57.482Z Compiling cmake v0.1.57
13992026-05-04T16:59:57.594Z Compiling fs_extra v1.3.0
14002026-05-04T16:59:57.624Z Compiling dunce v1.0.5
14012026-05-04T16:59:57.721Z Compiling synstructure v0.13.2
14022026-05-04T16:59:57.813Z Compiling ident_case v1.0.1
14032026-05-04T16:59:57.861Z Compiling base64ct v1.8.3
14042026-05-04T16:59:57.876Z Compiling flagset v0.4.7
14052026-05-04T16:59:57.904Z Compiling aws-lc-sys v0.37.1
14062026-05-04T16:59:57.937Z Compiling iana-time-zone v0.1.65
14072026-05-04T16:59:58.003Z Compiling rustix v1.1.3
14082026-05-04T16:59:58.108Z Compiling pem-rfc7468 v0.7.0
14092026-05-04T16:59:58.140Z Compiling rand_core v0.9.5
14102026-05-04T16:59:58.155Z Compiling ring v0.17.14
14112026-05-04T16:59:58.158Z Compiling uuid v1.23.0
14122026-05-04T16:59:58.353Z Compiling rustc_version v0.4.1
14132026-05-04T16:59:58.417Z Compiling aws-lc-rs v1.16.0
14142026-05-04T16:59:58.420Z Compiling regex-syntax v0.8.10
14152026-05-04T16:59:58.588Z Compiling vcpkg v0.2.15
14162026-05-04T16:59:58.721Z Compiling tracing-core v0.1.36
14172026-05-04T16:59:58.890Z Compiling pest_generator v2.8.6
14182026-05-04T16:59:59.282Z Compiling serde_derive_internals v0.29.1
14192026-05-04T16:59:59.347Z Compiling openssl-sys v0.9.114
14202026-05-04T16:59:59.476Z Compiling serde_derive v1.0.228
14212026-05-04T16:59:59.614Z Compiling zeroize_derive v1.4.3
14222026-05-04T16:59:59.874Z Compiling zerofrom-derive v0.1.6
14232026-05-04T16:59:59.890Z Compiling yoke-derive v0.8.1
14242026-05-04T17:00:00.198Z Compiling zerocopy-derive v0.8.40
14252026-05-04T17:00:00.279Z Compiling zeroize v1.8.2
14262026-05-04T17:00:00.823Z Compiling zerovec-derive v0.11.2
14272026-05-04T17:00:01.053Z Compiling crypto-common v0.1.7
14282026-05-04T17:00:01.067Z Compiling block-buffer v0.10.4
14292026-05-04T17:00:01.201Z Compiling digest v0.10.7
14302026-05-04T17:00:01.239Z Compiling displaydoc v0.2.5
14312026-05-04T17:00:01.302Z Compiling zerofrom v0.1.6
14322026-05-04T17:00:01.426Z Compiling yoke v0.8.1
14332026-05-04T17:00:01.443Z Compiling tokio-macros v2.7.0
14342026-05-04T17:00:01.609Z Compiling hmac v0.12.1
14352026-05-04T17:00:01.763Z Compiling futures-macro v0.3.32
14362026-05-04T17:00:01.932Z Compiling zerovec v0.11.5
14372026-05-04T17:00:01.958Z Compiling zerotrie v0.2.3
14382026-05-04T17:00:02.164Z Compiling block-padding v0.3.3
14392026-05-04T17:00:02.259Z Compiling sha2 v0.10.9
14402026-05-04T17:00:02.338Z Compiling inout v0.1.4
14412026-05-04T17:00:02.491Z Compiling tinystr v0.8.2
14422026-05-04T17:00:02.505Z Compiling potential_utf v0.1.4
14432026-05-04T17:00:02.619Z Compiling icu_collections v2.1.1
14442026-05-04T17:00:02.668Z Compiling icu_locale_core v2.1.1
14452026-05-04T17:00:02.695Z Compiling futures-util v0.3.32
14462026-05-04T17:00:02.786Z Compiling cipher v0.4.4
14472026-05-04T17:00:02.971Z Compiling bytes v1.11.1
14482026-05-04T17:00:03.059Z Compiling der_derive v0.7.3
14492026-05-04T17:00:03.107Z Compiling salsa20 v0.10.2
14502026-05-04T17:00:03.249Z Compiling chrono v0.4.44
14512026-05-04T17:00:03.558Z Compiling tokio v1.52.1
14522026-05-04T17:00:03.589Z Compiling icu_provider v2.1.1
14532026-05-04T17:00:03.642Z Compiling http v1.4.0
14542026-05-04T17:00:03.881Z Compiling icu_normalizer v2.1.1
14552026-05-04T17:00:03.997Z Compiling icu_properties v2.1.2
14562026-05-04T17:00:04.419Z Compiling der v0.7.10
14572026-05-04T17:00:04.526Z Compiling ppv-lite86 v0.2.21
14582026-05-04T17:00:04.616Z Compiling pbkdf2 v0.12.2
14592026-05-04T17:00:04.670Z Compiling thiserror-impl v2.0.18
14602026-05-04T17:00:04.731Z Compiling scrypt v0.11.0
14612026-05-04T17:00:04.847Z Compiling idna_adapter v1.2.1
14622026-05-04T17:00:04.928Z Compiling rand_chacha v0.9.0
14632026-05-04T17:00:04.979Z Compiling idna v1.1.0
14642026-05-04T17:00:04.979Z Compiling cbc v0.1.2
14652026-05-04T17:00:05.077Z Compiling aes v0.8.4
14662026-05-04T17:00:05.118Z Compiling rustls-pki-types v1.14.0
14672026-05-04T17:00:05.566Z Compiling url v2.5.8
14682026-05-04T17:00:05.584Z Compiling spki v0.7.3
14692026-05-04T17:00:05.614Z Compiling tracing-attributes v0.1.31
14702026-05-04T17:00:05.626Z Compiling rand v0.9.2
14712026-05-04T17:00:05.774Z Compiling pkcs5 v0.7.1
14722026-05-04T17:00:05.965Z Compiling thiserror v2.0.18
14732026-05-04T17:00:06.075Z Compiling http-body v1.0.1
14742026-05-04T17:00:06.167Z Compiling untrusted v0.9.0
14752026-05-04T17:00:06.224Z Compiling openssl-probe v0.2.1
14762026-05-04T17:00:06.247Z Compiling httparse v1.10.1
14772026-05-04T17:00:06.287Z Compiling schemars v0.8.22
14782026-05-04T17:00:06.326Z Compiling base64 v0.22.1
14792026-05-04T17:00:06.383Z Compiling untrusted v0.7.1
14802026-05-04T17:00:06.497Z Compiling pkcs8 v0.10.2
14812026-05-04T17:00:06.510Z Compiling schemars_derive v0.8.22
14822026-05-04T17:00:06.619Z Compiling pest_derive v2.8.6
14832026-05-04T17:00:06.634Z Compiling scroll_derive v0.13.1
14842026-05-04T17:00:06.794Z Compiling darling_core v0.20.11
14852026-05-04T17:00:06.881Z Compiling tracing v0.1.44
14862026-05-04T17:00:07.029Z Compiling tinyvec_macros v0.1.1
14872026-05-04T17:00:07.100Z Compiling tower-service v0.3.3
14882026-05-04T17:00:07.196Z Compiling try-lock v0.2.5
14892026-05-04T17:00:07.212Z Compiling rustls v0.23.37
14902026-05-04T17:00:07.312Z Compiling tokio-util v0.7.18
14912026-05-04T17:00:07.383Z Compiling dyn-clone v1.0.20
14922026-05-04T17:00:07.439Z Compiling tower-layer v0.3.3
14932026-05-04T17:00:07.523Z Compiling atomic-waker v1.1.2
14942026-05-04T17:00:07.599Z Compiling scroll v0.13.0
14952026-05-04T17:00:07.643Z Compiling want v0.3.1
14962026-05-04T17:00:07.807Z Compiling tinyvec v1.10.0
14972026-05-04T17:00:08.147Z Compiling h2 v0.4.13
14982026-05-04T17:00:08.169Z Compiling ipnet v2.11.0
14992026-05-04T17:00:08.192Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-05-04T17:00:08.334Z Compiling spin v0.9.8
15012026-05-04T17:00:08.541Z Compiling aho-corasick v1.1.4
15022026-05-04T17:00:08.579Z Compiling foreign-types-shared v0.1.1
15032026-05-04T17:00:08.651Z Compiling num-conv v0.2.0
15042026-05-04T17:00:08.668Z Compiling powerfmt v0.2.0
15052026-05-04T17:00:08.783Z Compiling crc32fast v1.5.0
15062026-05-04T17:00:08.864Z Compiling openssl v0.10.78
15072026-05-04T17:00:09.038Z Compiling pin-utils v0.1.0
15082026-05-04T17:00:09.052Z Compiling time-core v0.1.8
15092026-05-04T17:00:09.091Z Compiling httpdate v1.0.3
15102026-05-04T17:00:09.110Z Compiling tempfile v3.25.0
15112026-05-04T17:00:09.124Z Compiling darling_macro v0.20.11
15122026-05-04T17:00:09.192Z Compiling time-macros v0.2.27
15132026-05-04T17:00:09.255Z Compiling deranged v0.5.8
15142026-05-04T17:00:09.302Z Compiling foreign-types v0.3.2
15152026-05-04T17:00:09.375Z Compiling regex-automata v0.4.14
15162026-05-04T17:00:09.570Z Compiling darling v0.20.11
15172026-05-04T17:00:09.653Z Compiling goblin v0.10.5
15182026-05-04T17:00:10.215Z Compiling openssl-macros v0.1.1
15192026-05-04T17:00:10.228Z Compiling wait-timeout v0.2.1
15202026-05-04T17:00:10.489Z Compiling simd-adler32 v0.3.8
15212026-05-04T17:00:10.594Z Compiling native-tls v0.2.18
15222026-05-04T17:00:10.718Z Compiling syn v1.0.109
15232026-05-04T17:00:10.735Z Compiling num_threads v0.1.7
15242026-05-04T17:00:10.794Z Compiling bit-vec v0.8.0
15252026-05-04T17:00:10.829Z Compiling usdt-impl v0.6.0
15262026-05-04T17:00:10.994Z Compiling siphasher v1.0.2
15272026-05-04T17:00:11.022Z Compiling hyper v1.8.1
15282026-05-04T17:00:11.036Z Compiling quick-error v1.2.3
15292026-05-04T17:00:11.140Z Compiling crossbeam-utils v0.8.21
15302026-05-04T17:00:11.174Z Compiling rusty-fork v0.3.1
15312026-05-04T17:00:11.481Z Compiling bit-set v0.8.0
15322026-05-04T17:00:11.505Z Compiling time v0.3.47
15332026-05-04T17:00:12.005Z Compiling derive_builder_core v0.20.2
15342026-05-04T17:00:12.615Z Compiling dof v0.4.0
15352026-05-04T17:00:12.933Z Compiling hyper-util v0.1.20
15362026-05-04T17:00:13.283Z Compiling unicode-normalization v0.1.25
15372026-05-04T17:00:13.478Z Compiling dtrace-parser v0.3.0
15382026-05-04T17:00:13.725Z Compiling rustls-native-certs v0.8.3
15392026-05-04T17:00:13.774Z Compiling signature v2.2.0
15402026-05-04T17:00:13.911Z Compiling scroll_derive v0.12.1
15412026-05-04T17:00:13.950Z Compiling thiserror-impl v1.0.69
15422026-05-04T17:00:14.007Z Compiling heapless v0.7.17
15432026-05-04T17:00:14.214Z Compiling rand_xorshift v0.4.0
15442026-05-04T17:00:14.241Z Compiling slog v2.8.2
15452026-05-04T17:00:14.376Z Compiling darling_core v0.21.3
15462026-05-04T17:00:14.422Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-05-04T17:00:14.553Z Compiling sync_wrapper v1.0.2
15482026-05-04T17:00:14.600Z Compiling thread-id v5.1.0
15492026-05-04T17:00:14.625Z Compiling cookie v0.18.1
15502026-05-04T17:00:14.652Z Compiling unicode-properties v0.1.4
15512026-05-04T17:00:14.680Z Compiling unarray v0.1.4
15522026-05-04T17:00:14.693Z Compiling signal-hook v0.3.18
15532026-05-04T17:00:14.789Z Compiling adler2 v2.0.1
15542026-05-04T17:00:14.803Z Compiling allocator-api2 v0.2.21
15552026-05-04T17:00:14.858Z Compiling anyhow v1.0.102
15562026-05-04T17:00:14.872Z Compiling zstd-safe v7.2.4
15572026-05-04T17:00:14.916Z Compiling unicode-bidi v0.3.18
15582026-05-04T17:00:15.054Z Compiling paste v1.0.15
15592026-05-04T17:00:15.120Z Compiling miniz_oxide v0.8.9
15602026-05-04T17:00:15.192Z Compiling thiserror v1.0.69
15612026-05-04T17:00:15.291Z Compiling stringprep v0.1.5
15622026-05-04T17:00:15.388Z Compiling proptest v1.10.0
15632026-05-04T17:00:15.712Z Compiling tower v0.5.3
15642026-05-04T17:00:15.731Z Compiling scroll v0.12.0
15652026-05-04T17:00:16.990Z Compiling derive_builder_macro v0.20.2
15662026-05-04T17:00:16.993Z Compiling ipnetwork v0.21.1
15672026-05-04T17:00:16.993Z Compiling http-body-util v0.1.3
15682026-05-04T17:00:16.993Z Compiling webpki-roots v1.0.6
15692026-05-04T17:00:16.993Z Compiling rand_chacha v0.3.1
15702026-05-04T17:00:16.993Z Compiling serde_tokenstream v0.2.3
15712026-05-04T17:00:16.993Z Compiling toml_datetime v0.6.11
15722026-05-04T17:00:16.994Z Compiling serde_spanned v0.6.9
15732026-05-04T17:00:16.994Z Compiling erased-serde v0.3.31
15742026-05-04T17:00:16.994Z Compiling md-5 v0.10.6
15752026-05-04T17:00:16.994Z Compiling darling_macro v0.21.3
15762026-05-04T17:00:16.994Z Compiling zerocopy-derive v0.7.35
15772026-05-04T17:00:16.994Z Compiling curve25519-dalek v4.1.3
15782026-05-04T17:00:17.298Z Compiling vergen-lib v0.1.6
15792026-05-04T17:00:17.301Z Compiling num-integer v0.1.46
15802026-05-04T17:00:17.337Z Compiling hash32 v0.2.1
15812026-05-04T17:00:17.356Z Compiling ff v0.13.1
15822026-05-04T17:00:17.474Z Compiling memoffset v0.9.1
15832026-05-04T17:00:17.490Z Compiling num-bigint-dig v0.8.6
15842026-05-04T17:00:17.522Z Compiling psl-types v2.0.11
15852026-05-04T17:00:17.627Z Compiling fallible-iterator v0.2.0
15862026-05-04T17:00:17.644Z Compiling ryu v1.0.23
15872026-05-04T17:00:17.663Z Compiling rustix v0.38.44
15882026-05-04T17:00:17.675Z Compiling base16ct v0.2.0
15892026-05-04T17:00:17.750Z Compiling iri-string v0.7.10
15902026-05-04T17:00:17.829Z Compiling zlib-rs v0.6.2
15912026-05-04T17:00:17.852Z Compiling cfg_aliases v0.2.1
15922026-05-04T17:00:17.927Z Compiling smoltcp v0.9.1
15932026-05-04T17:00:17.942Z Compiling ref-cast v1.0.25
15942026-05-04T17:00:17.997Z Compiling litrs v1.0.0
15952026-05-04T17:00:18.295Z Compiling nix v0.31.2
15962026-05-04T17:00:18.371Z Compiling postgres-protocol v0.6.10
15972026-05-04T17:00:18.502Z Compiling document-features v0.2.12
15982026-05-04T17:00:18.650Z Compiling sec1 v0.7.3
15992026-05-04T17:00:18.909Z Compiling tower-http v0.6.8
16002026-05-04T17:00:18.929Z Compiling serde_urlencoded v0.7.1
16012026-05-04T17:00:19.067Z Compiling zerocopy v0.7.35
16022026-05-04T17:00:19.167Z Compiling newtype-uuid v1.3.2
16032026-05-04T17:00:19.296Z Compiling publicsuffix v2.3.0
16042026-05-04T17:00:19.347Z Compiling num-iter v0.1.45
16052026-05-04T17:00:19.494Z Compiling group v0.13.0
16062026-05-04T17:00:19.573Z Compiling darling v0.21.3
16072026-05-04T17:00:19.654Z Compiling rand v0.8.5
16082026-05-04T17:00:19.668Z Compiling derive_builder v0.20.2
16092026-05-04T17:00:19.790Z Compiling oxnet v0.1.4
16102026-05-04T17:00:19.794Z Compiling hubpack_derive v0.1.1
16112026-05-04T17:00:19.978Z Compiling tokio-native-tls v0.3.1
16122026-05-04T17:00:20.026Z Compiling goblin v0.8.2
16132026-05-04T17:00:20.525Z Compiling regex v1.12.3
16142026-05-04T17:00:20.704Z Compiling flate2 v1.1.9
16152026-05-04T17:00:20.824Z Compiling phf_shared v0.13.1
16162026-05-04T17:00:20.851Z Compiling lazy_static v1.5.0
16172026-05-04T17:00:20.942Z Compiling cargo-platform v0.1.9
16182026-05-04T17:00:20.946Z Compiling hkdf v0.12.4
16192026-05-04T17:00:20.972Z Compiling crypto-bigint v0.5.5
16202026-05-04T17:00:21.087Z Compiling terminal_size v0.4.3
16212026-05-04T17:00:21.114Z Compiling async-trait v0.1.89
16222026-05-04T17:00:21.129Z Compiling curve25519-dalek-derive v0.1.1
16232026-05-04T17:00:21.198Z Compiling ref-cast-impl v1.0.25
16242026-05-04T17:00:21.224Z Compiling daft-derive v0.1.5
16252026-05-04T17:00:21.732Z Compiling strum_macros v0.27.2
16262026-05-04T17:00:21.760Z Compiling vergen v9.0.6
16272026-05-04T17:00:21.934Z Compiling fs-err v3.3.0
16282026-05-04T17:00:21.948Z Compiling ahash v0.8.12
16292026-05-04T17:00:22.117Z Compiling unicode-segmentation v1.12.0
16302026-05-04T17:00:22.166Z Compiling winnow v0.5.40
16312026-05-04T17:00:22.188Z Compiling foldhash v0.2.0
16322026-05-04T17:00:22.410Z Compiling object v0.37.3
16332026-05-04T17:00:22.547Z Compiling bitflags v1.3.2
16342026-05-04T17:00:22.624Z Compiling libbz2-rs-sys v0.2.2
16352026-05-04T17:00:22.681Z Compiling foldhash v0.1.5
16362026-05-04T17:00:22.856Z Compiling bumpalo v3.20.2
16372026-05-04T17:00:23.117Z Compiling managed v0.8.0
16382026-05-04T17:00:23.133Z Compiling zopfli v0.8.3
16392026-05-04T17:00:23.337Z Compiling bzip2 v0.6.1
16402026-05-04T17:00:23.515Z Compiling toml_edit v0.19.15
16412026-05-04T17:00:23.541Z Compiling hashbrown v0.15.5
16422026-05-04T17:00:23.648Z Compiling hashbrown v0.16.1
16432026-05-04T17:00:23.748Z Compiling strum v0.27.2
16442026-05-04T17:00:23.796Z Compiling dof v0.3.0
16452026-05-04T17:00:23.929Z Compiling clap_builder v4.5.60
16462026-05-04T17:00:24.132Z Compiling daft v0.1.5
16472026-05-04T17:00:24.179Z Compiling elliptic-curve v0.13.8
16482026-05-04T17:00:24.494Z Compiling cargo_metadata v0.19.2
16492026-05-04T17:00:24.513Z Compiling phf v0.13.1
16502026-05-04T17:00:25.021Z Compiling cookie_store v0.22.1
16512026-05-04T17:00:25.668Z Compiling signal-hook-mio v0.2.5
16522026-05-04T17:00:25.791Z Compiling zstd v0.13.3
16532026-05-04T17:00:25.806Z Compiling hubpack v0.1.2
16542026-05-04T17:00:26.019Z Compiling hyper-tls v0.6.0
16552026-05-04T17:00:26.052Z Compiling bzip2 v0.4.4
16562026-05-04T17:00:26.111Z Compiling serde_with_macros v3.17.0
16572026-05-04T17:00:26.261Z Compiling postgres-types v0.2.12
16582026-05-04T17:00:26.360Z Compiling usdt-macro v0.6.0
16592026-05-04T17:00:26.806Z Compiling usdt-attr-macro v0.6.0
16602026-05-04T17:00:26.869Z Compiling dtrace-parser v0.2.0
16612026-05-04T17:00:27.097Z Compiling ed25519 v2.2.3
16622026-05-04T17:00:27.236Z Compiling bstr v1.12.1
16632026-05-04T17:00:27.245Z Compiling phf_shared v0.11.3
16642026-05-04T17:00:27.433Z Compiling pkcs1 v0.7.5
16652026-05-04T17:00:27.450Z Compiling hex v0.4.3
16662026-05-04T17:00:27.625Z Compiling serde-big-array v0.5.1
16672026-05-04T17:00:27.673Z Compiling rfc6979 v0.4.0
16682026-05-04T17:00:27.721Z Compiling serde_repr v0.1.20
16692026-05-04T17:00:27.768Z Compiling clap_derive v4.5.55
16702026-05-04T17:00:27.791Z Compiling strum_macros v0.26.4
16712026-05-04T17:00:27.833Z Compiling enum-as-inner v0.6.1
16722026-05-04T17:00:27.887Z Compiling float-cmp v0.10.0
16732026-05-04T17:00:28.035Z Compiling memmap2 v0.9.10
16742026-05-04T17:00:28.047Z Compiling thread-id v4.2.2
16752026-05-04T17:00:28.129Z Compiling env_filter v1.0.0
16762026-05-04T17:00:28.238Z Compiling encoding_rs v0.8.35
16772026-05-04T17:00:28.253Z Compiling new_debug_unreachable v1.0.6
16782026-05-04T17:00:28.324Z Compiling precomputed-hash v0.1.1
16792026-05-04T17:00:28.340Z Compiling predicates-core v1.0.10
16802026-05-04T17:00:28.412Z Compiling jiff v0.2.21
16812026-05-04T17:00:28.427Z Compiling static_assertions v1.1.0
16822026-05-04T17:00:28.505Z Compiling keccak v0.1.6
16832026-05-04T17:00:28.514Z Compiling whoami v2.1.0
16842026-05-04T17:00:28.883Z Compiling rustc-hash v2.1.1
16852026-05-04T17:00:29.012Z Compiling data-encoding v2.10.0
16862026-05-04T17:00:29.317Z Compiling fixedbitset v0.5.7
16872026-05-04T17:00:29.976Z Compiling mime v0.3.17
16882026-05-04T17:00:29.987Z Compiling difflib v0.4.0
16892026-05-04T17:00:29.987Z Compiling fixedbitset v0.4.2
16902026-05-04T17:00:29.987Z Compiling either v1.15.0
16912026-05-04T17:00:29.987Z Compiling normalize-line-endings v0.3.0
16922026-05-04T17:00:29.987Z Compiling petgraph v0.6.5
16932026-05-04T17:00:29.987Z Compiling predicates v3.1.4
16942026-05-04T17:00:29.987Z Compiling strum v0.26.3
16952026-05-04T17:00:29.994Z Compiling itertools v0.13.0
16962026-05-04T17:00:29.994Z Compiling clap v4.5.60
16972026-05-04T17:00:30.048Z Compiling petgraph v0.8.3
16982026-05-04T17:00:30.080Z Compiling hickory-proto v0.25.2
16992026-05-04T17:00:30.139Z Compiling iddqd v0.3.18
17002026-05-04T17:00:30.456Z Compiling tokio-postgres v0.7.16
17012026-05-04T17:00:31.105Z Compiling zip v4.6.1
17022026-05-04T17:00:31.239Z Compiling sha3 v0.10.8
17032026-05-04T17:00:31.267Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17042026-05-04T17:00:31.692Z Compiling toml_edit v0.22.27
17052026-05-04T17:00:31.976Z Compiling string_cache v0.8.9
17062026-05-04T17:00:32.078Z Compiling env_logger v0.11.9
17072026-05-04T17:00:32.247Z Compiling usdt v0.6.0
17082026-05-04T17:00:32.470Z Compiling usdt-impl v0.5.0
17092026-05-04T17:00:32.512Z Compiling ecdsa v0.16.9
17102026-05-04T17:00:32.585Z Compiling serde_with v3.17.0
17112026-05-04T17:00:32.667Z Compiling rsa v0.9.10
17122026-05-04T17:00:32.906Z Compiling similar v2.7.0
17132026-05-04T17:00:33.054Z Compiling ed25519-dalek v2.2.0
17142026-05-04T17:00:33.712Z Compiling crossterm v0.28.1
17152026-05-04T17:00:34.062Z Compiling zip v0.6.6
17162026-05-04T17:00:34.486Z Compiling toml v0.7.8
17172026-05-04T17:00:34.934Z Compiling heck v0.4.1
17182026-05-04T17:00:34.997Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-05-04T17:00:35.045Z Compiling crossbeam-epoch v0.9.18
17202026-05-04T17:00:35.092Z Compiling tokio-stream v0.1.18
17212026-05-04T17:00:35.162Z Compiling buf-list v1.1.2
17222026-05-04T17:00:35.162Z Compiling x509-cert v0.2.5
17232026-05-04T17:00:35.369Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17242026-05-04T17:00:35.447Z Compiling openapiv3 v2.2.0
17252026-05-04T17:00:35.543Z Compiling sha1 v0.10.6
17262026-05-04T17:00:35.622Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-05-04T17:00:35.669Z Compiling lalrpop-util v0.19.12
17282026-05-04T17:00:35.761Z Compiling peg-runtime v0.8.5
17292026-05-04T17:00:35.862Z Compiling thread_local v1.1.9
17302026-05-04T17:00:35.911Z Compiling slog-async v2.8.0
17312026-05-04T17:00:35.949Z Compiling crossbeam-channel v0.5.15
17322026-05-04T17:00:36.041Z Compiling futures-executor v0.3.32
17332026-05-04T17:00:36.106Z Compiling is-terminal v0.4.17
17342026-05-04T17:00:36.201Z Compiling filetime v0.2.27
17352026-05-04T17:00:36.226Z Compiling term v1.2.1
17362026-05-04T17:00:36.299Z Compiling xattr v1.6.1
17372026-05-04T17:00:36.375Z Compiling take_mut v0.2.2
17382026-05-04T17:00:36.396Z Compiling futures v0.3.32
17392026-05-04T17:00:36.479Z Compiling tar v0.4.45
17402026-05-04T17:00:36.493Z Compiling slog-term v2.9.2
17412026-05-04T17:00:43.801Z Compiling rustls-webpki v0.103.9
17422026-05-04T17:00:46.592Z Compiling tokio-rustls v0.26.4
17432026-05-04T17:00:46.592Z Compiling rustls-platform-verifier v0.6.2
17442026-05-04T17:00:46.773Z Compiling hyper-rustls v0.27.7
17452026-05-04T17:00:46.974Z Compiling reqwest v0.12.28
17462026-05-04T17:00:46.974Z Compiling reqwest v0.13.2
17472026-05-04T17:00:49.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-05-04T17:00:49.277Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-05-04T17:00:52.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17502026-05-04T17:00:52.264Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-05-04T17:00:52.320ZMay 04 17:00:50.465 INFO Starting download, target: DendriteStub
17522026-05-04T17:00:52.320ZMay 04 17:00:50.465 INFO Starting download, target: Cockroach
17532026-05-04T17:00:52.320ZMay 04 17:00:50.465 INFO Starting download, target: Clickhouse
17542026-05-04T17:00:52.324ZMay 04 17:00:50.465 INFO Starting download, target: TransceiverControl
17552026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Starting download, target: Console
17562026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Starting download, target: MaghemiteMgd
17572026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-05-04T17:00:52.324ZMay 04 17:00:50.466 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-05-04T17:00:52.795ZMay 04 17:00:50.930 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-05-04T17:00:53.042ZMay 04 17:00:51.175 INFO Download complete, target: TransceiverControl
17652026-05-04T17:00:54.313ZMay 04 17:00:52.449 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-05-04T17:00:54.365ZMay 04 17:00:52.479 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-05-04T17:00:54.482ZMay 04 17:00:52.611 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-05-04T17:00:54.577ZMay 04 17:00:52.706 INFO Download complete, target: Console
17692026-05-04T17:00:55.037ZMay 04 17:00:53.176 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-05-04T17:00:55.190ZMay 04 17:00:53.332 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-05-04T17:00:55.190ZMay 04 17:00:53.332 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-05-04T17:00:56.616ZMay 04 17:00:54.761 INFO Download complete, target: DendriteStub
17732026-05-04T17:00:57.367ZMay 04 17:00:55.511 INFO Download complete, target: MaghemiteMgd
17742026-05-04T17:00:59.790ZMay 04 17:00:57.934 INFO Checking that binary works, target: Cockroach
17752026-05-04T17:00:59.886ZMay 04 17:00:58.030 INFO Download complete, target: Cockroach
17762026-05-04T17:01:01.159ZMay 04 17:00:59.303 INFO Checking that binary works, target: Clickhouse
17772026-05-04T17:01:01.261ZMay 04 17:00:59.405 INFO Download complete, target: Clickhouse
17782026-05-04T17:01:01.272ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-05-04T17:01:01.275Z
17802026-05-04T17:01:01.275Zreal 2:55.812209680
17812026-05-04T17:01:01.276Zuser 7:14.679575024
17822026-05-04T17:01:01.276Zsys 1:24.159471611
17832026-05-04T17:01:01.276Ztrap 0.224315174
17842026-05-04T17:01:01.276Ztflt 0.570081900
17852026-05-04T17:01:01.276Zdflt 0.577993729
17862026-05-04T17:01:01.276Zkflt 0.023922905
17872026-05-04T17:01:01.276Zlock 20:44.973589511
17882026-05-04T17:01:01.276Zslp 21:18.525093048
17892026-05-04T17:01:01.276Zlat 42.702097919
17902026-05-04T17:01:01.277Zstop 2:00.772783385
17912026-05-04T17:01:01.277Z+ banner hack-check
17922026-05-04T17:01:01.277Z
17932026-05-04T17:01:01.277Z # # ## #### # # #### # # ###### #### # #
17942026-05-04T17:01:01.277Z # # # # # # # # # # # # # # # # #
17952026-05-04T17:01:01.277Z ###### # # # #### ##### # ###### ##### # ####
17962026-05-04T17:01:01.277Z # # ###### # # # # # # # # # #
17972026-05-04T17:01:01.277Z # # # # # # # # # # # # # # # # #
17982026-05-04T17:01:01.277Z # # # # #### # # #### # # ###### #### # #
17992026-05-04T17:01:01.277Z
18002026-05-04T17:01:01.277Z+ export CARGO_INCREMENTAL=0
18012026-05-04T17:01:01.277Z+ CARGO_INCREMENTAL=0
18022026-05-04T17:01:01.277Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-05-04T17:01:01.808Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-05-04T17:01:02.026Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-05-04T17:01:03.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18062026-05-04T17:01:03.973Z Running `target/debug/xtask check-features --ci`
18072026-05-04T17:01:04.002Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-05-04T17:01:04.005Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-05-04T17:01:04.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18102026-05-04T17:01:04.511Z Running `target/debug/xtask download cargo-hack`
18112026-05-04T17:01:05.291Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-05-04T17:01:05.601Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-05-04T17:01:08.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18142026-05-04T17:01:08.233Z Running `target/debug/xtask-downloader cargo-hack`
18152026-05-04T17:01:08.275ZMay 04 17:01:06.419 INFO Starting download, target: CargoHack
18162026-05-04T17:01:08.278ZMay 04 17:01:06.420 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-05-04T17:01:08.758ZMay 04 17:01:06.903 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-05-04T17:01:08.807ZMay 04 17:01:06.952 INFO Download complete, target: CargoHack
18192026-05-04T17:01:08.811Zrunning: "/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"
18202026-05-04T17:01:08.823Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-05-04T17:01:08.974Zinfo: running `cargo check --bins` on api_identity (1/274)
18222026-05-04T17:01:09.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-04T17:01:09.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-04T17:01:09.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-04T17:01:09.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18262026-05-04T17:01:09.544Z
18272026-05-04T17:01:09.544Zinfo: running `cargo check --bins` on bootstore (2/274)
18282026-05-04T17:01:10.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-04T17:01:10.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-04T17:01:10.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-04T17:01:10.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18322026-05-04T17:01:10.120Z
18332026-05-04T17:01:10.120Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18342026-05-04T17:01:10.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-04T17:01:10.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-04T17:01:10.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-04T17:01:10.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18382026-05-04T17:01:10.694Z
18392026-05-04T17:01:10.694Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18402026-05-04T17:01:11.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-04T17:01:11.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-04T17:01:11.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-04T17:01:11.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18442026-05-04T17:01:11.278Z
18452026-05-04T17:01:11.278Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18462026-05-04T17:01:11.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-04T17:01:11.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-04T17:01:11.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-04T17:01:11.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18502026-05-04T17:01:11.835Z
18512026-05-04T17:01:11.835Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18522026-05-04T17:01:12.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-04T17:01:12.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-04T17:01:12.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-04T17:01:12.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18562026-05-04T17:01:12.424Z
18572026-05-04T17:01:12.425Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18582026-05-04T17:01:12.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-04T17:01:12.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-04T17:01:12.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-04T17:01:12.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18622026-05-04T17:01:13.015Z
18632026-05-04T17:01:13.015Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18642026-05-04T17:01:13.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-04T17:01:13.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-04T17:01:13.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-04T17:01:13.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18682026-05-04T17:01:13.602Z
18692026-05-04T17:01:13.602Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18702026-05-04T17:01:14.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-04T17:01:14.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-04T17:01:14.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-04T17:01:14.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-04T17:01:14.067Z
18752026-05-04T17:01:14.067Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18762026-05-04T17:01:14.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-04T17:01:14.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-04T17:01:14.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-04T17:01:14.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-04T17:01:14.536Z
18812026-05-04T17:01:14.536Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18822026-05-04T17:01:14.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-04T17:01:14.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-04T17:01:14.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-04T17:01:14.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-04T17:01:15.008Z
18872026-05-04T17:01:15.008Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18882026-05-04T17:01:15.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-04T17:01:15.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-04T17:01:15.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-04T17:01:15.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-04T17:01:15.472Z
18932026-05-04T17:01:15.472Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18942026-05-04T17:01:15.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-04T17:01:15.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-04T17:01:15.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-04T17:01:15.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-04T17:01:15.935Z
18992026-05-04T17:01:15.935Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19002026-05-04T17:01:16.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-04T17:01:16.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-04T17:01:16.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-04T17:01:16.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-05-04T17:01:16.403Z
19052026-05-04T17:01:16.403Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19062026-05-04T17:01:16.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-04T17:01:16.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-04T17:01:16.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-04T17:01:16.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-04T17:01:16.867Z
19112026-05-04T17:01:16.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19122026-05-04T17:01:17.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-04T17:01:17.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-04T17:01:17.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-04T17:01:17.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-05-04T17:01:17.336Z
19172026-05-04T17:01:17.337Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19182026-05-04T17:01:17.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-04T17:01:17.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-04T17:01:17.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-04T17:01:17.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19222026-05-04T17:01:17.805Z
19232026-05-04T17:01:17.805Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19242026-05-04T17:01:18.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-04T17:01:18.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-04T17:01:18.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-04T17:01:18.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-04T17:01:18.268Z
19292026-05-04T17:01:18.268Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19302026-05-04T17:01:18.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-04T17:01:18.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-04T17:01:18.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-04T17:01:18.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-04T17:01:18.733Z
19352026-05-04T17:01:18.733Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19362026-05-04T17:01:19.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-04T17:01:19.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-04T17:01:19.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-04T17:01:19.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-04T17:01:19.201Z
19412026-05-04T17:01:19.201Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19422026-05-04T17:01:19.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-04T17:01:19.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-04T17:01:19.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-04T17:01:19.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-04T17:01:19.671Z
19472026-05-04T17:01:19.671Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19482026-05-04T17:01:20.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-04T17:01:20.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-04T17:01:20.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-04T17:01:20.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-04T17:01:20.140Z
19532026-05-04T17:01:20.140Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19542026-05-04T17:01:20.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-04T17:01:20.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-04T17:01:20.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-04T17:01:20.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-04T17:01:20.609Z
19592026-05-04T17:01:20.609Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19602026-05-04T17:01:21.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-04T17:01:21.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-04T17:01:21.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-04T17:01:21.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-04T17:01:21.076Z
19652026-05-04T17:01:21.076Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19662026-05-04T17:01:21.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-04T17:01:21.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-04T17:01:21.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-04T17:01:21.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-04T17:01:21.543Z
19712026-05-04T17:01:21.543Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19722026-05-04T17:01:21.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-04T17:01:21.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-04T17:01:21.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-04T17:01:21.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19762026-05-04T17:01:22.017Z
19772026-05-04T17:01:22.017Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19782026-05-04T17:01:22.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-04T17:01:22.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-04T17:01:22.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-04T17:01:22.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-04T17:01:22.489Z
19832026-05-04T17:01:22.489Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19842026-05-04T17:01:22.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-04T17:01:22.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-04T17:01:22.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-04T17:01:22.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19882026-05-04T17:01:22.964Z
19892026-05-04T17:01:22.964Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19902026-05-04T17:01:23.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-04T17:01:23.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-04T17:01:23.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-04T17:01:23.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-04T17:01:23.429Z
19952026-05-04T17:01:23.429Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19962026-05-04T17:01:23.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-04T17:01:23.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-04T17:01:23.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-04T17:01:23.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-04T17:01:23.893Z
20012026-05-04T17:01:23.893Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20022026-05-04T17:01:24.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-04T17:01:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-04T17:01:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-04T17:01:24.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-04T17:01:24.357Z
20072026-05-04T17:01:24.357Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20082026-05-04T17:01:24.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-04T17:01:24.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-04T17:01:24.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-04T17:01:24.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-04T17:01:24.824Z
20132026-05-04T17:01:24.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20142026-05-04T17:01:25.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-04T17:01:25.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-04T17:01:25.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-04T17:01:25.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-04T17:01:25.296Z
20192026-05-04T17:01:25.296Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20202026-05-04T17:01:25.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-04T17:01:25.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-04T17:01:25.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-04T17:01:25.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-04T17:01:25.771Z
20252026-05-04T17:01:25.771Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20262026-05-04T17:01:26.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-04T17:01:26.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-04T17:01:26.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-04T17:01:26.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20302026-05-04T17:01:26.239Z
20312026-05-04T17:01:26.239Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20322026-05-04T17:01:26.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-04T17:01:26.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-04T17:01:26.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-04T17:01:26.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-04T17:01:26.718Z
20372026-05-04T17:01:26.718Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20382026-05-04T17:01:27.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-04T17:01:27.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-04T17:01:27.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-04T17:01:27.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-04T17:01:27.175Z
20432026-05-04T17:01:27.175Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20442026-05-04T17:01:27.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-04T17:01:27.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-04T17:01:27.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-04T17:01:27.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-04T17:01:27.646Z
20492026-05-04T17:01:27.646Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20502026-05-04T17:01:28.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-04T17:01:28.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-04T17:01:28.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-04T17:01:28.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-04T17:01:28.110Z
20552026-05-04T17:01:28.110Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20562026-05-04T17:01:28.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-04T17:01:28.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-04T17:01:28.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-04T17:01:28.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-04T17:01:28.581Z
20612026-05-04T17:01:28.581Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20622026-05-04T17:01:28.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-04T17:01:28.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-04T17:01:28.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-04T17:01:28.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20662026-05-04T17:01:29.054Z
20672026-05-04T17:01:29.054Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20682026-05-04T17:01:29.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-04T17:01:29.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-04T17:01:29.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-04T17:01:29.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-05-04T17:01:29.525Z
20732026-05-04T17:01:29.525Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20742026-05-04T17:01:29.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-04T17:01:29.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-04T17:01:29.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-04T17:01:29.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-05-04T17:01:29.989Z
20792026-05-04T17:01:29.989Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20802026-05-04T17:01:30.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-04T17:01:30.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-04T17:01:30.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-04T17:01:30.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-05-04T17:01:30.458Z
20852026-05-04T17:01:30.458Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20862026-05-04T17:01:30.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-04T17:01:30.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-04T17:01:30.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-04T17:01:30.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-05-04T17:01:30.929Z
20912026-05-04T17:01:30.929Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20922026-05-04T17:01:31.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-04T17:01:31.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-04T17:01:31.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-04T17:01:31.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20962026-05-04T17:01:31.402Z
20972026-05-04T17:01:31.402Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20982026-05-04T17:01:31.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-04T17:01:31.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-04T17:01:31.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-04T17:01:31.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-05-04T17:01:31.874Z
21032026-05-04T17:01:31.874Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21042026-05-04T17:01:32.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-04T17:01:32.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-04T17:01:32.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-04T17:01:32.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21082026-05-04T17:01:32.346Z
21092026-05-04T17:01:32.346Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21102026-05-04T17:01:32.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-04T17:01:32.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-04T17:01:32.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-04T17:01:32.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-05-04T17:01:32.975Z
21152026-05-04T17:01:32.976Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21162026-05-04T17:01:33.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-04T17:01:33.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-04T17:01:33.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-04T17:01:33.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21202026-05-04T17:01:33.605Z
21212026-05-04T17:01:33.605Zinfo: running `cargo check --bins` on nexus-config (51/274)
21222026-05-04T17:01:34.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-04T17:01:34.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-04T17:01:34.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-04T17:01:34.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-05-04T17:01:34.233Z
21272026-05-04T17:01:34.233Zinfo: running `cargo check --bins` on nexus-types (52/274)
21282026-05-04T17:01:34.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-04T17:01:34.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-04T17:01:34.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-04T17:01:34.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21322026-05-04T17:01:34.865Z
21332026-05-04T17:01:34.865Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21342026-05-04T17:01:35.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-04T17:01:35.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-04T17:01:35.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-04T17:01:35.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21382026-05-04T17:01:35.459Z
21392026-05-04T17:01:35.459Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21402026-05-04T17:01:35.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-04T17:01:35.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-04T17:01:35.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-04T17:01:35.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21442026-05-04T17:01:36.033Z
21452026-05-04T17:01:36.033Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21462026-05-04T17:01:36.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-04T17:01:36.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-04T17:01:36.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-04T17:01:36.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21502026-05-04T17:01:36.627Z
21512026-05-04T17:01:36.627Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21522026-05-04T17:01:37.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-04T17:01:37.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-04T17:01:37.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-04T17:01:37.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-04T17:01:37.223Z
21572026-05-04T17:01:37.224Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21582026-05-04T17:01:37.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-04T17:01:37.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-04T17:01:37.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-04T17:01:37.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-04T17:01:37.821Z
21632026-05-04T17:01:37.821Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21642026-05-04T17:01:38.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-04T17:01:38.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-04T17:01:38.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-04T17:01:38.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-05-04T17:01:38.423Z
21692026-05-04T17:01:38.423Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21702026-05-04T17:01:38.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-04T17:01:38.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-04T17:01:38.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-04T17:01:38.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-04T17:01:38.994Z
21752026-05-04T17:01:38.994Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21762026-05-04T17:01:39.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-04T17:01:39.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-04T17:01:39.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-04T17:01:39.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-05-04T17:01:39.570Z
21812026-05-04T17:01:39.570Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21822026-05-04T17:01:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-04T17:01:40.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-04T17:01:40.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-04T17:01:40.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-05-04T17:01:40.146Z
21872026-05-04T17:01:40.146Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21882026-05-04T17:01:40.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-04T17:01:40.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-04T17:01:40.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-04T17:01:40.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-05-04T17:01:40.723Z
21932026-05-04T17:01:40.723Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21942026-05-04T17:01:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-04T17:01:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-04T17:01:41.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-04T17:01:41.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-05-04T17:01:41.316Z
21992026-05-04T17:01:41.316Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22002026-05-04T17:01:41.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-04T17:01:41.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-04T17:01:41.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-04T17:01:41.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-05-04T17:01:41.910Z
22052026-05-04T17:01:41.910Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22062026-05-04T17:01:42.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-04T17:01:42.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-04T17:01:42.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-04T17:01:42.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-05-04T17:01:42.487Z
22112026-05-04T17:01:42.487Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22122026-05-04T17:01:42.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-04T17:01:42.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-04T17:01:42.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-04T17:01:42.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22162026-05-04T17:01:43.063Z
22172026-05-04T17:01:43.063Zinfo: running `cargo check --bins` on ereport-types (67/274)
22182026-05-04T17:01:43.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-04T17:01:43.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-04T17:01:43.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-04T17:01:43.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22222026-05-04T17:01:43.643Z
22232026-05-04T17:01:43.644Zinfo: running `cargo check --bins` on gateway-client (68/274)
22242026-05-04T17:01:44.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-04T17:01:44.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-04T17:01:44.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-04T17:01:44.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22282026-05-04T17:01:44.229Z
22292026-05-04T17:01:44.229Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22302026-05-04T17:01:44.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-04T17:01:44.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-04T17:01:44.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-04T17:01:44.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22342026-05-04T17:01:44.812Z
22352026-05-04T17:01:44.812Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22362026-05-04T17:01:45.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-04T17:01:45.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-04T17:01:45.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-04T17:01:45.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22402026-05-04T17:01:45.401Z
22412026-05-04T17:01:45.401Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22422026-05-04T17:01:45.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-04T17:01:45.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-04T17:01:45.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-04T17:01:45.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22462026-05-04T17:01:45.991Z
22472026-05-04T17:01:45.991Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22482026-05-04T17:01:46.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-04T17:01:46.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-04T17:01:46.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-04T17:01:46.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22522026-05-04T17:01:46.579Z
22532026-05-04T17:01:46.579Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22542026-05-04T17:01:47.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-04T17:01:47.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-04T17:01:47.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-04T17:01:47.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-05-04T17:01:47.181Z
22592026-05-04T17:01:47.181Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22602026-05-04T17:01:47.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-04T17:01:47.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-04T17:01:47.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-05-04T17:01:47.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22642026-05-04T17:01:47.788Z
22652026-05-04T17:01:47.788Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22662026-05-04T17:01:48.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-05-04T17:01:48.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-05-04T17:01:48.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-05-04T17:01:48.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22702026-05-04T17:01:48.366Z
22712026-05-04T17:01:48.366Zinfo: running `cargo check --bins` on oxlog (76/274)
22722026-05-04T17:01:48.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-05-04T17:01:48.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-05-04T17:01:48.971Z Checking cfg-if v1.0.4
22752026-05-04T17:01:48.974Z Checking libc v0.2.185
22762026-05-04T17:01:48.974Z Checking serde_core v1.0.228
22772026-05-04T17:01:49.087Z Checking zeroize v1.8.2
22782026-05-04T17:01:49.098Z Checking memchr v2.8.0
22792026-05-04T17:01:49.106Z Checking log v0.4.29
22802026-05-04T17:01:49.114Z Checking smallvec v1.15.1
22812026-05-04T17:01:49.125Z Checking typenum v1.19.0
22822026-05-04T17:01:49.125Z Checking subtle v2.6.1
22832026-05-04T17:01:49.227Z Checking itoa v1.0.17
22842026-05-04T17:01:49.262Z Checking scopeguard v1.2.0
22852026-05-04T17:01:49.276Z Checking stable_deref_trait v1.2.1
22862026-05-04T17:01:49.286Z Checking const-oid v0.9.6
22872026-05-04T17:01:49.347Z Checking portable-atomic v1.13.1
22882026-05-04T17:01:49.359Z Checking lock_api v0.4.14
22892026-05-04T17:01:49.370Z Checking zerofrom v0.1.6
22902026-05-04T17:01:49.462Z Checking critical-section v1.2.0
22912026-05-04T17:01:49.474Z Checking getrandom v0.2.17
22922026-05-04T17:01:49.483Z Checking errno v0.3.14
22932026-05-04T17:01:49.548Z Checking yoke v0.8.1
22942026-05-04T17:01:49.563Z Checking parking_lot_core v0.9.12
22952026-05-04T17:01:49.592Z Checking signal-hook-registry v1.4.8
22962026-05-04T17:01:49.609Z Checking rand_core v0.6.4
22972026-05-04T17:01:49.635Z Checking generic-array v0.14.7
22982026-05-04T17:01:49.711Z Checking zerovec v0.11.5
22992026-05-04T17:01:49.733Z Checking once_cell v1.21.3
23002026-05-04T17:01:49.747Z Checking zerocopy v0.8.40
23012026-05-04T17:01:49.747Z Checking pin-project-lite v0.2.17
23022026-05-04T17:01:49.777Z Checking parking_lot v0.12.5
23032026-05-04T17:01:49.828Z Checking mio v1.2.0
23042026-05-04T17:01:49.904Z Checking socket2 v0.6.3
23052026-05-04T17:01:49.950Z Checking libm v0.2.16
23062026-05-04T17:01:49.962Z Checking zmij v1.0.21
23072026-05-04T17:01:50.058Z Checking crypto-common v0.1.7
23082026-05-04T17:01:50.101Z Checking block-buffer v0.10.4
23092026-05-04T17:01:50.139Z Checking tinystr v0.8.2
23102026-05-04T17:01:50.163Z Checking litemap v0.8.1
23112026-05-04T17:01:50.163Z Checking percent-encoding v2.3.2
23122026-05-04T17:01:50.186Z Checking equivalent v1.0.2
23132026-05-04T17:01:50.232Z Checking digest v0.10.7
23142026-05-04T17:01:50.260Z Checking futures-core v0.3.32
23152026-05-04T17:01:50.304Z Checking writeable v0.6.2
23162026-05-04T17:01:50.319Z Checking potential_utf v0.1.4
23172026-05-04T17:01:50.327Z Checking zerotrie v0.2.3
23182026-05-04T17:01:50.377Z Checking cpufeatures v0.2.17
23192026-05-04T17:01:50.420Z Checking hmac v0.12.1
23202026-05-04T17:01:50.437Z Checking icu_collections v2.1.1
23212026-05-04T17:01:50.451Z Checking block-padding v0.3.3
23222026-05-04T17:01:50.463Z Checking icu_locale_core v2.1.1
23232026-05-04T17:01:50.541Z Checking serde v1.0.228
23242026-05-04T17:01:50.553Z Checking bitflags v2.11.0
23252026-05-04T17:01:50.564Z Checking serde_json v1.0.149
23262026-05-04T17:01:50.578Z Checking icu_properties_data v2.1.2
23272026-05-04T17:01:50.638Z Checking num-traits v0.2.19
23282026-05-04T17:01:50.700Z Checking icu_normalizer_data v2.1.1
23292026-05-04T17:01:50.713Z Checking rand_core v0.10.0
23302026-05-04T17:01:50.733Z Checking futures-sink v0.3.32
23312026-05-04T17:01:50.770Z Checking hashbrown v0.17.0
23322026-05-04T17:01:50.831Z Checking futures-channel v0.3.32
23332026-05-04T17:01:50.847Z Checking getrandom v0.4.1
23342026-05-04T17:01:50.933Z Checking bytes v1.11.1
23352026-05-04T17:01:50.989Z Checking inout v0.1.4
23362026-05-04T17:01:51.001Z Checking icu_provider v2.1.1
23372026-05-04T17:01:51.013Z Checking futures-io v0.3.32
23382026-05-04T17:01:51.120Z Checking slab v0.4.12
23392026-05-04T17:01:51.124Z Checking futures-task v0.3.32
23402026-05-04T17:01:51.155Z Checking cipher v0.4.4
23412026-05-04T17:01:51.207Z Checking sha2 v0.10.9
23422026-05-04T17:01:51.225Z Checking icu_normalizer v2.1.1
23432026-05-04T17:01:51.229Z Checking indexmap v2.14.0
23442026-05-04T17:01:51.259Z Checking icu_properties v2.1.2
23452026-05-04T17:01:51.272Z Checking futures-util v0.3.32
23462026-05-04T17:01:51.358Z Checking getrandom v0.3.4
23472026-05-04T17:01:51.370Z Checking tokio v1.52.1
23482026-05-04T17:01:51.475Z Checking byteorder v1.5.0
23492026-05-04T17:01:51.499Z Checking base64ct v1.8.3
23502026-05-04T17:01:51.523Z Checking utf8_iter v1.0.4
23512026-05-04T17:01:51.644Z Checking form_urlencoded v1.2.2
23522026-05-04T17:01:51.671Z Checking fnv v1.0.7
23532026-05-04T17:01:51.727Z Checking pem-rfc7468 v0.7.0
23542026-05-04T17:01:51.762Z Checking flagset v0.4.7
23552026-05-04T17:01:51.774Z Checking rand_core v0.9.5
23562026-05-04T17:01:51.789Z Checking http v1.4.0
23572026-05-04T17:01:51.885Z Checking salsa20 v0.10.2
23582026-05-04T17:01:51.897Z Checking der v0.7.10
23592026-05-04T17:01:51.956Z Checking uuid v1.23.0
23602026-05-04T17:01:52.015Z Checking pbkdf2 v0.12.2
23612026-05-04T17:01:52.076Z Checking idna_adapter v1.2.1
23622026-05-04T17:01:52.122Z Checking scrypt v0.11.0
23632026-05-04T17:01:52.194Z Checking idna v1.1.0
23642026-05-04T17:01:52.260Z Checking aes v0.8.4
23652026-05-04T17:01:52.260Z Checking cbc v0.1.2
23662026-05-04T17:01:52.360Z Checking rustix v1.1.3
23672026-05-04T17:01:52.397Z Checking tracing-core v0.1.36
23682026-05-04T17:01:52.453Z Checking url v2.5.8
23692026-05-04T17:01:52.501Z Checking ppv-lite86 v0.2.21
23702026-05-04T17:01:52.634Z Checking spki v0.7.3
23712026-05-04T17:01:52.657Z Checking rustls-pki-types v1.14.0
23722026-05-04T17:01:52.701Z Checking iana-time-zone v0.1.65
23732026-05-04T17:01:52.792Z Checking rand_chacha v0.9.0
23742026-05-04T17:01:52.805Z Checking regex-syntax v0.8.10
23752026-05-04T17:01:52.816Z Checking chrono v0.4.44
23762026-05-04T17:01:52.884Z Checking pkcs5 v0.7.1
23772026-05-04T17:01:52.942Z Checking tracing v0.1.44
23782026-05-04T17:01:52.987Z Checking rand v0.9.2
23792026-05-04T17:01:53.138Z Checking http-body v1.0.1
23802026-05-04T17:01:53.150Z Checking aws-lc-sys v0.37.1
23812026-05-04T17:01:53.182Z Checking untrusted v0.9.0
23822026-05-04T17:01:53.195Z Checking openssl-probe v0.2.1
23832026-05-04T17:01:53.264Z Checking base64 v0.22.1
23842026-05-04T17:01:53.290Z Checking untrusted v0.7.1
23852026-05-04T17:01:53.303Z Checking ring v0.17.14
23862026-05-04T17:01:53.404Z Checking pkcs8 v0.10.2
23872026-05-04T17:01:53.451Z Checking atomic-waker v1.1.2
23882026-05-04T17:01:53.497Z Checking try-lock v0.2.5
23892026-05-04T17:01:53.547Z Checking tower-layer v0.3.3
23902026-05-04T17:01:53.577Z Checking plain v0.2.3
23912026-05-04T17:01:53.593Z Checking tinyvec_macros v0.1.1
23922026-05-04T17:01:53.645Z Checking aws-lc-rs v1.16.0
23932026-05-04T17:01:53.658Z Checking tower-service v0.3.3
23942026-05-04T17:01:53.670Z Checking tinyvec v1.10.0
23952026-05-04T17:01:53.682Z Checking want v0.3.1
23962026-05-04T17:01:53.695Z Checking ipnet v2.11.0
23972026-05-04T17:01:53.741Z Checking semver v1.0.28
23982026-05-04T17:01:53.798Z Checking httparse v1.10.1
23992026-05-04T17:01:53.945Z Checking spin v0.9.8
24002026-05-04T17:01:53.958Z Checking httpdate v1.0.3
24012026-05-04T17:01:53.968Z Checking foreign-types-shared v0.1.1
24022026-05-04T17:01:54.002Z Checking fastrand v2.3.0
24032026-05-04T17:01:54.046Z Checking dyn-clone v1.0.20
24042026-05-04T17:01:54.095Z Checking pin-utils v0.1.0
24052026-05-04T17:01:54.107Z Checking ucd-trie v0.1.7
24062026-05-04T17:01:54.120Z Checking unicode-ident v1.0.24
24072026-05-04T17:01:54.144Z Checking schemars v0.8.22
24082026-05-04T17:01:54.161Z Checking foreign-types v0.3.2
24092026-05-04T17:01:54.174Z Checking tempfile v3.25.0
24102026-05-04T17:01:54.223Z Checking proc-macro2 v1.0.106
24112026-05-04T17:01:54.236Z Checking pest v2.8.6
24122026-05-04T17:01:54.250Z Checking openssl-sys v0.9.114
24132026-05-04T17:01:54.277Z Checking thiserror v2.0.18
24142026-05-04T17:01:54.363Z Checking wait-timeout v0.2.1
24152026-05-04T17:01:54.377Z Checking aho-corasick v1.1.4
24162026-05-04T17:01:54.464Z Checking rustls-webpki v0.103.9
24172026-05-04T17:01:54.485Z Checking bit-vec v0.8.0
24182026-05-04T17:01:54.529Z Checking quick-error v1.2.3
24192026-05-04T17:01:54.567Z Checking tokio-util v0.7.18
24202026-05-04T17:01:54.626Z Checking siphasher v1.0.2
24212026-05-04T17:01:54.680Z Checking powerfmt v0.2.0
24222026-05-04T17:01:54.703Z Checking pretty-hex v0.4.1
24232026-05-04T17:01:54.779Z Checking anstyle v1.0.13
24242026-05-04T17:01:54.795Z Checking utf8parse v0.2.2
24252026-05-04T17:01:54.819Z Checking simd-adler32 v0.3.8
24262026-05-04T17:01:54.831Z Checking deranged v0.5.8
24272026-05-04T17:01:54.883Z Checking rustls v0.23.37
24282026-05-04T17:01:54.895Z Checking anstyle-parse v0.2.7
24292026-05-04T17:01:54.957Z Checking openssl v0.10.78
24302026-05-04T17:01:54.983Z Checking bit-set v0.8.0
24312026-05-04T17:01:55.038Z Checking rusty-fork v0.3.1
24322026-05-04T17:01:55.049Z Checking regex-automata v0.4.14
24332026-05-04T17:01:55.123Z Checking quote v1.0.45
24342026-05-04T17:01:55.166Z Checking h2 v0.4.13
24352026-05-04T17:01:55.206Z Compiling newtype-uuid v1.3.2
24362026-05-04T17:01:55.281Z Checking unicode-normalization v0.1.25
24372026-05-04T17:01:55.294Z Checking rustls-native-certs v0.8.3
24382026-05-04T17:01:55.383Z Checking crossbeam-utils v0.8.21
24392026-05-04T17:01:55.418Z Checking rand_xorshift v0.4.0
24402026-05-04T17:01:55.536Z Checking crc32fast v1.5.0
24412026-05-04T17:01:55.674Z Checking scroll v0.13.0
24422026-05-04T17:01:55.688Z Checking signature v2.2.0
24432026-05-04T17:01:55.712Z Checking sync_wrapper v1.0.2
24442026-05-04T17:01:55.736Z Checking num-conv v0.2.0
24452026-05-04T17:01:55.810Z Checking num_threads v0.1.7
24462026-05-04T17:01:55.822Z Checking adler2 v2.0.1
24472026-05-04T17:01:55.851Z Checking is_terminal_polyfill v1.70.2
24482026-05-04T17:01:55.893Z Checking unicode-bidi v0.3.18
24492026-05-04T17:01:55.896Z Checking time-core v0.1.8
24502026-05-04T17:01:55.923Z Checking anstyle-query v1.1.5
24512026-05-04T17:01:55.936Z Checking unicode-properties v0.1.4
24522026-05-04T17:01:56.012Z Checking allocator-api2 v0.2.21
24532026-05-04T17:01:56.039Z Checking unarray v0.1.4
24542026-05-04T17:01:56.122Z Checking colorchoice v1.0.4
24552026-05-04T17:01:56.141Z Checking proptest v1.10.0
24562026-05-04T17:01:56.179Z Checking stringprep v0.1.5
24572026-05-04T17:01:56.217Z Checking anstream v0.6.21
24582026-05-04T17:01:56.291Z Checking time v0.3.47
24592026-05-04T17:01:56.328Z Checking miniz_oxide v0.8.9
24602026-05-04T17:01:56.410Z Checking goblin v0.10.5
24612026-05-04T17:01:56.674Z Checking tower v0.5.3
24622026-05-04T17:01:56.843Z Checking crossbeam-epoch v0.9.18
24632026-05-04T17:01:56.930Z Checking native-tls v0.2.18
24642026-05-04T17:01:57.063Z Compiling daft v0.1.5
24652026-05-04T17:01:57.075Z Checking syn v2.0.117
24662026-05-04T17:01:57.108Z Checking ipnetwork v0.21.1
24672026-05-04T17:01:57.201Z Checking tokio-rustls v0.26.4
24682026-05-04T17:01:57.334Z Checking http-body-util v0.1.3
24692026-05-04T17:01:57.348Z Checking webpki-roots v1.0.6
24702026-05-04T17:01:57.410Z Checking rand_chacha v0.3.1
24712026-05-04T17:01:57.450Z Checking thiserror v1.0.69
24722026-05-04T17:01:57.462Z Checking scroll v0.12.0
24732026-05-04T17:01:57.548Z Checking zstd-sys v2.0.16+zstd.1.5.7
24742026-05-04T17:01:57.560Z Checking hash32 v0.2.1
24752026-05-04T17:01:57.617Z Checking num-integer v0.1.46
24762026-05-04T17:01:57.658Z Checking serde_spanned v0.6.9
24772026-05-04T17:01:57.692Z Checking toml_datetime v0.6.11
24782026-05-04T17:01:57.713Z Checking md-5 v0.10.6
24792026-05-04T17:01:57.781Z Checking ff v0.13.1
24802026-05-04T17:01:57.841Z Checking psl-types v2.0.11
24812026-05-04T17:01:57.855Z Checking hyper v1.8.1
24822026-05-04T17:01:57.858Z Checking base16ct v0.2.0
24832026-05-04T17:01:57.877Z Checking iri-string v0.7.10
24842026-05-04T17:01:57.906Z Checking fallible-iterator v0.2.0
24852026-05-04T17:01:57.919Z Checking ryu v1.0.23
24862026-05-04T17:01:57.959Z Checking zlib-rs v0.6.2
24872026-05-04T17:01:57.982Z Checking sec1 v0.7.3
24882026-05-04T17:01:58.051Z Checking serde_urlencoded v0.7.1
24892026-05-04T17:01:58.171Z Checking postgres-protocol v0.6.10
24902026-05-04T17:01:58.188Z Checking publicsuffix v2.3.0
24912026-05-04T17:01:58.338Z Checking group v0.13.0
24922026-05-04T17:01:58.400Z Compiling iddqd v0.3.18
24932026-05-04T17:01:58.474Z Checking num-iter v0.1.45
24942026-05-04T17:01:58.486Z Checking heapless v0.7.17
24952026-05-04T17:01:58.583Z Checking goblin v0.8.2
24962026-05-04T17:01:58.739Z Checking hyper-util v0.1.20
24972026-05-04T17:01:58.764Z Checking dof v0.4.0
24982026-05-04T17:01:58.832Z Checking flate2 v1.1.9
24992026-05-04T17:01:58.868Z Checking tower-http v0.6.8
25002026-05-04T17:01:58.886Z Checking zstd-safe v7.2.4
25012026-05-04T17:01:59.050Z Checking rand v0.8.5
25022026-05-04T17:01:59.126Z Checking cookie v0.18.1
25032026-05-04T17:01:59.141Z Checking oxnet v0.1.4
25042026-05-04T17:01:59.347Z Checking tokio-native-tls v0.3.1
25052026-05-04T17:01:59.361Z Checking dtrace-parser v0.3.0
25062026-05-04T17:01:59.376Z Checking phf_shared v0.13.1
25072026-05-04T17:01:59.376Z Checking lazy_static v1.5.0
25082026-05-04T17:01:59.473Z Checking terminal_size v0.4.3
25092026-05-04T17:01:59.500Z Checking zerocopy v0.7.35
25102026-05-04T17:01:59.513Z Checking bzip2-sys v0.1.13+1.0.8
25112026-05-04T17:01:59.557Z Checking signal-hook v0.3.18
25122026-05-04T17:01:59.570Z Checking hkdf v0.12.4
25132026-05-04T17:01:59.581Z Checking crypto-bigint v0.5.5
25142026-05-04T17:01:59.593Z Checking thread-id v5.1.0
25152026-05-04T17:01:59.604Z Checking bitflags v1.3.2
25162026-05-04T17:01:59.668Z Checking either v1.15.0
25172026-05-04T17:01:59.681Z Checking bumpalo v3.20.2
25182026-05-04T17:01:59.695Z Checking foldhash v0.2.0
25192026-05-04T17:01:59.739Z Checking managed v0.8.0
25202026-05-04T17:01:59.842Z Checking winnow v0.5.40
25212026-05-04T17:01:59.854Z Checking libbz2-rs-sys v0.2.2
25222026-05-04T17:01:59.870Z Checking clap_lex v1.0.0
25232026-05-04T17:01:59.920Z Checking strsim v0.11.1
25242026-05-04T17:01:59.971Z Checking hyper-rustls v0.27.7
25252026-05-04T17:01:59.990Z Compiling rayon-core v1.13.0
25262026-05-04T17:02:00.028Z Checking foldhash v0.1.5
25272026-05-04T17:02:00.078Z Checking winnow v0.7.14
25282026-05-04T17:02:00.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-05-04T17:02:00.182Z Checking hashbrown v0.15.5
25302026-05-04T17:02:00.197Z Checking clap_builder v4.5.60
25312026-05-04T17:02:00.232Z Checking bzip2 v0.6.1
25322026-05-04T17:02:00.337Z Checking hyper-tls v0.6.0
25332026-05-04T17:02:00.393Z Checking smoltcp v0.9.1
25342026-05-04T17:02:00.462Z Checking elliptic-curve v0.13.8
25352026-05-04T17:02:00.475Z Checking dof v0.3.0
25362026-05-04T17:02:00.502Z Checking zopfli v0.8.3
25372026-05-04T17:02:00.644Z Checking hashbrown v0.16.1
25382026-05-04T17:02:00.746Z Checking signal-hook-mio v0.2.5
25392026-05-04T17:02:00.762Z Checking usdt-impl v0.6.0
25402026-05-04T17:02:00.820Z Checking bzip2 v0.4.4
25412026-05-04T17:02:00.846Z Checking phf v0.13.1
25422026-05-04T17:02:00.969Z Checking toml_edit v0.19.15
25432026-05-04T17:02:00.972Z Checking num-bigint-dig v0.8.6
25442026-05-04T17:02:00.992Z Checking cookie_store v0.22.1
25452026-05-04T17:02:01.035Z Checking zstd v0.13.3
25462026-05-04T17:02:01.135Z Checking postgres-types v0.2.12
25472026-05-04T17:02:01.221Z Checking dtrace-parser v0.2.0
25482026-05-04T17:02:01.230Z Checking rustls-platform-verifier v0.6.2
25492026-05-04T17:02:01.243Z Checking crossbeam-deque v0.8.6
25502026-05-04T17:02:01.323Z Checking regex v1.12.3
25512026-05-04T17:02:01.364Z Checking bstr v1.12.1
25522026-05-04T17:02:01.402Z Checking ed25519 v2.2.3
25532026-05-04T17:02:01.414Z Checking phf_shared v0.11.3
25542026-05-04T17:02:01.441Z Checking curve25519-dalek v4.1.3
25552026-05-04T17:02:01.444Z Checking ref-cast v1.0.25
25562026-05-04T17:02:01.547Z Checking strum v0.27.2
25572026-05-04T17:02:01.560Z Checking hubpack v0.1.2
25582026-05-04T17:02:01.580Z Checking memoffset v0.9.1
25592026-05-04T17:02:01.595Z Checking rustix v0.38.44
25602026-05-04T17:02:01.655Z Checking pkcs1 v0.7.5
25612026-05-04T17:02:01.661Z Checking float-cmp v0.10.0
25622026-05-04T17:02:01.718Z Checking hex v0.4.3
25632026-05-04T17:02:01.748Z Checking erased-serde v0.3.31
25642026-05-04T17:02:01.782Z Checking serde-big-array v0.5.1
25652026-05-04T17:02:01.795Z Checking rfc6979 v0.4.0
25662026-05-04T17:02:01.862Z Checking memmap2 v0.9.10
25672026-05-04T17:02:01.905Z Checking thread-id v4.2.2
25682026-05-04T17:02:01.917Z Checking env_filter v1.0.0
25692026-05-04T17:02:01.938Z Checking encoding_rs v0.8.35
25702026-05-04T17:02:01.982Z Checking fixedbitset v0.5.7
25712026-05-04T17:02:01.994Z Checking unicode-segmentation v1.12.0
25722026-05-04T17:02:02.018Z Checking difflib v0.4.0
25732026-05-04T17:02:02.054Z Checking keccak v0.1.6
25742026-05-04T17:02:02.123Z Checking toml_write v0.1.2
25752026-05-04T17:02:02.174Z Checking jiff v0.2.21
25762026-05-04T17:02:02.190Z Checking mime v0.3.17
25772026-05-04T17:02:02.201Z Checking fixedbitset v0.4.2
25782026-05-04T17:02:02.216Z Checking rustc-hash v2.1.1
25792026-05-04T17:02:02.288Z Checking normalize-line-endings v0.3.0
25802026-05-04T17:02:02.302Z Checking predicates-core v1.0.10
25812026-05-04T17:02:02.332Z Checking static_assertions v1.1.0
25822026-05-04T17:02:02.351Z Checking new_debug_unreachable v1.0.6
25832026-05-04T17:02:02.376Z Checking data-encoding v2.10.0
25842026-05-04T17:02:02.388Z Checking whoami v2.1.0
25852026-05-04T17:02:02.412Z Checking precomputed-hash v0.1.1
25862026-05-04T17:02:02.414Z Checking crossterm v0.28.1
25872026-05-04T17:02:02.423Z Checking predicates v3.1.4
25882026-05-04T17:02:02.426Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25892026-05-04T17:02:02.479Z Checking string_cache v0.8.9
25902026-05-04T17:02:02.577Z Checking tokio-postgres v0.7.16
25912026-05-04T17:02:02.645Z Checking hickory-proto v0.25.2
25922026-05-04T17:02:02.645Z Checking petgraph v0.6.5
25932026-05-04T17:02:02.901Z Checking reqwest v0.12.28
25942026-05-04T17:02:03.116Z Checking similar v2.7.0
25952026-05-04T17:02:03.488Z Checking toml_edit v0.22.27
25962026-05-04T17:02:03.569Z Checking sha3 v0.10.8
25972026-05-04T17:02:03.733Z Checking ed25519-dalek v2.2.0
25982026-05-04T17:02:03.774Z Checking petgraph v0.8.3
25992026-05-04T17:02:03.812Z Checking slog v2.8.2
26002026-05-04T17:02:03.865Z Checking env_logger v0.11.9
26012026-05-04T17:02:03.958Z Checking usdt v0.6.0
26022026-05-04T17:02:04.052Z Checking toml v0.7.8
26032026-05-04T17:02:04.069Z Checking usdt-impl v0.5.0
26042026-05-04T17:02:04.120Z Checking serde_with v3.17.0
26052026-05-04T17:02:04.346Z Checking ecdsa v0.16.9
26062026-05-04T17:02:04.358Z Checking rsa v0.9.10
26072026-05-04T17:02:04.438Z Checking zip v4.6.1
26082026-05-04T17:02:04.554Z Checking nix v0.31.2
26092026-05-04T17:02:04.676Z Checking clap v4.5.60
26102026-05-04T17:02:04.754Z Checking reqwest v0.13.2
26112026-05-04T17:02:04.815Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-05-04T17:02:04.969Z Checking zip v0.6.6
26132026-05-04T17:02:05.022Z Checking itertools v0.13.0
26142026-05-04T17:02:05.133Z Checking strum v0.26.3
26152026-05-04T17:02:05.245Z Checking fs-err v3.3.0
26162026-05-04T17:02:05.291Z Checking ahash v0.8.12
26172026-05-04T17:02:05.311Z Checking tokio-stream v0.1.18
26182026-05-04T17:02:05.395Z Checking object v0.37.3
26192026-05-04T17:02:05.482Z Checking buf-list v1.1.2
26202026-05-04T17:02:05.516Z Checking anyhow v1.0.102
26212026-05-04T17:02:05.535Z Checking camino v1.2.2
26222026-05-04T17:02:05.535Z Checking x509-cert v0.2.5
26232026-05-04T17:02:05.579Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26242026-05-04T17:02:05.660Z Checking openapiv3 v2.2.0
26252026-05-04T17:02:05.693Z Checking toml_datetime v0.7.5+spec-1.1.0
26262026-05-04T17:02:05.708Z Checking sha1 v0.10.6
26272026-05-04T17:02:05.780Z Checking peg-runtime v0.8.5
26282026-05-04T17:02:05.838Z Checking lalrpop-util v0.19.12
26292026-05-04T17:02:05.867Z Checking rayon v1.11.0
26302026-05-04T17:02:05.883Z Checking sigpipe v0.1.3
26312026-05-04T17:02:05.917Z Checking glob v0.3.3
26322026-05-04T17:02:07.556Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332026-05-04T17:02:07.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s
26342026-05-04T17:02:07.997Z
26352026-05-04T17:02:07.997Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26362026-05-04T17:02:08.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-04T17:02:08.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-04T17:02:08.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-04T17:02:08.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26402026-05-04T17:02:08.587Z
26412026-05-04T17:02:08.587Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26422026-05-04T17:02:09.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-04T17:02:09.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-04T17:02:09.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-04T17:02:09.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26462026-05-04T17:02:09.178Z
26472026-05-04T17:02:09.178Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26482026-05-04T17:02:09.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-04T17:02:09.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-04T17:02:09.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-04T17:02:09.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26522026-05-04T17:02:09.777Z
26532026-05-04T17:02:09.777Zinfo: running `cargo check --bins` on oxql-types (80/274)
26542026-05-04T17:02:10.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-04T17:02:10.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-04T17:02:10.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-04T17:02:10.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26582026-05-04T17:02:10.363Z
26592026-05-04T17:02:10.363Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26602026-05-04T17:02:10.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-04T17:02:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-04T17:02:10.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-04T17:02:10.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26642026-05-04T17:02:10.954Z
26652026-05-04T17:02:10.954Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26662026-05-04T17:02:11.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-04T17:02:11.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-04T17:02:11.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-04T17:02:11.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26702026-05-04T17:02:11.545Z
26712026-05-04T17:02:11.545Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26722026-05-04T17:02:12.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-04T17:02:12.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-04T17:02:12.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-05-04T17:02:12.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26762026-05-04T17:02:12.124Z
26772026-05-04T17:02:12.124Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26782026-05-04T17:02:12.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-05-04T17:02:12.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-05-04T17:02:12.802Z Compiling structmeta-derive v0.3.0
26812026-05-04T17:02:12.916Z Compiling rustls v0.22.4
26822026-05-04T17:02:12.927Z Compiling multer v3.1.0
26832026-05-04T17:02:12.937Z Compiling async-stream-impl v0.3.6
26842026-05-04T17:02:12.940Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-05-04T17:02:12.958Z Compiling dropshot v0.17.0
26862026-05-04T17:02:12.973Z Compiling dropshot_endpoint v0.17.0
26872026-05-04T17:02:12.973Z Compiling newtype-uuid-macros v0.1.0
26882026-05-04T17:02:13.110Z Checking newtype-uuid v1.3.2
26892026-05-04T17:02:13.153Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26902026-05-04T17:02:13.188Z Checking rustls-webpki v0.102.8
26912026-05-04T17:02:13.302Z Checking daft v0.1.5
26922026-05-04T17:02:13.317Z Checking futures-executor v0.3.32
26932026-05-04T17:02:13.507Z Checking thread_local v1.1.9
26942026-05-04T17:02:13.537Z Checking compression-core v0.4.31
26952026-05-04T17:02:13.553Z Compiling match_cfg v0.1.0
26962026-05-04T17:02:13.657Z Checking hostname v0.3.1
26972026-05-04T17:02:13.670Z Checking compression-codecs v0.4.37
26982026-05-04T17:02:13.723Z Checking iddqd v0.3.18
26992026-05-04T17:02:13.811Z Checking futures v0.3.32
27002026-05-04T17:02:13.833Z Checking crossbeam-channel v0.5.15
27012026-05-04T17:02:13.952Z Compiling structmeta v0.3.0
27022026-05-04T17:02:13.988Z Checking slog-json v2.6.1
27032026-05-04T17:02:14.162Z Compiling derive-ex v0.1.8
27042026-05-04T17:02:14.162Z Compiling parse-display-derive v0.10.0
27052026-05-04T17:02:14.204Z Checking serde_spanned v1.0.4
27062026-05-04T17:02:14.349Z Checking is-terminal v0.4.17
27072026-05-04T17:02:14.436Z Checking toml_datetime v1.0.0+spec-1.1.0
27082026-05-04T17:02:14.584Z Checking term v1.2.1
27092026-05-04T17:02:14.638Z Checking debug-ignore v1.0.5
27102026-05-04T17:02:14.696Z Compiling toml_writer v1.0.6+spec-1.1.0
27112026-05-04T17:02:14.768Z Checking take_mut v0.2.2
27122026-05-04T17:02:14.804Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-05-04T17:02:14.872Z Checking slog-async v2.8.0
27142026-05-04T17:02:14.888Z Compiling toml v1.0.6+spec-1.1.0
27152026-05-04T17:02:14.909Z Checking slog-term v2.9.2
27162026-05-04T17:02:15.043Z Compiling slog-bunyan v2.5.0
27172026-05-04T17:02:15.182Z Compiling async-compression v0.4.41
27182026-05-04T17:02:15.196Z Checking tokio-rustls v0.25.0
27192026-05-04T17:02:15.390Z Compiling async-stream v0.3.6
27202026-05-04T17:02:15.496Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27212026-05-04T17:02:15.560Z Checking progenitor-client v0.14.0
27222026-05-04T17:02:15.599Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-05-04T17:02:15.785Z Checking backon v1.6.0
27242026-05-04T17:02:15.814Z Checking waitgroup v0.1.2
27252026-05-04T17:02:15.829Z Compiling test-strategy v0.4.5
27262026-05-04T17:02:15.912Z Checking rustls-pemfile v2.2.0
27272026-05-04T17:02:16.126Z Checking serde_path_to_error v0.1.20
27282026-05-04T17:02:16.169Z Checking hostname v0.4.2
27292026-05-04T17:02:16.195Z Checking instant v0.1.13
27302026-05-04T17:02:16.278Z Compiling prettyplease v0.2.37
27312026-05-04T17:02:16.315Z Checking backoff v0.4.0
27322026-05-04T17:02:16.370Z Compiling progenitor-extras v0.2.0
27332026-05-04T17:02:16.511Z Checking parse-display v0.10.0
27342026-05-04T17:02:16.608Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27352026-05-04T17:02:16.718Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27362026-05-04T17:02:16.864Z Checking progenitor-client v0.10.0
27372026-05-04T17:02:16.867Z Checking itertools v0.14.0
27382026-05-04T17:02:17.087Z Checking regress v0.10.5
27392026-05-04T17:02:17.188Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27402026-05-04T17:02:17.210Z Checking num-rational v0.4.2
27412026-05-04T17:02:17.295Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-04T17:02:17.950Z Checking num-complex v0.4.6
27432026-05-04T17:02:18.325Z Checking macaddr v1.0.1
27442026-05-04T17:02:18.507Z Checking num v0.4.3
27452026-05-04T17:02:18.521Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27462026-05-04T17:02:18.581Z Compiling usdt-macro v0.5.0
27472026-05-04T17:02:18.700Z Compiling usdt-attr-macro v0.5.0
27482026-05-04T17:02:18.714Z Checking memmap v0.7.0
27492026-05-04T17:02:18.765Z Compiling float-ord v0.3.2
27502026-05-04T17:02:18.940Z Compiling toml v0.8.23
27512026-05-04T17:02:18.953Z Compiling minimal-lexical v0.2.1
27522026-05-04T17:02:19.208Z Checking linked-hash-map v0.5.6
27532026-05-04T17:02:19.381Z Checking lru-cache v0.1.2
27542026-05-04T17:02:19.462Z Checking usdt v0.5.0
27552026-05-04T17:02:19.501Z Compiling nom v7.1.3
27562026-05-04T17:02:19.962Z Checking hickory-proto v0.24.4
27572026-05-04T17:02:20.035Z Checking phf_shared v0.12.1
27582026-05-04T17:02:20.081Z Compiling slog-dtrace v0.3.0
27592026-05-04T17:02:20.181Z Checking heck v0.5.0
27602026-05-04T17:02:20.276Z Compiling convert_case v0.4.0
27612026-05-04T17:02:20.409Z Checking resolv-conf v0.7.6
27622026-05-04T17:02:20.493Z Compiling chrono-tz v0.10.4
27632026-05-04T17:02:20.654Z Compiling derive_more v0.99.20
27642026-05-04T17:02:20.693Z Compiling const_format_proc_macros v0.2.34
27652026-05-04T17:02:20.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-05-04T17:02:20.933Z Checking phf v0.12.1
27672026-05-04T17:02:21.078Z Checking tokio-dtrace v0.1.1
27682026-05-04T17:02:21.266Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692026-05-04T17:02:21.322Z Compiling derive-where v1.6.0
27702026-05-04T17:02:21.509Z Checking highway v1.3.0
27712026-05-04T17:02:21.755Z Checking hickory-resolver v0.24.4
27722026-05-04T17:02:21.779Z Checking const_format v0.2.35
27732026-05-04T17:02:21.922Z Checking oxide-tokio-rt v0.1.4
27742026-05-04T17:02:22.309Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-05-04T17:02:22.347Z Checking gethostname v0.5.0
27762026-05-04T17:02:22.438Z Checking bcs v0.1.6
27772026-05-04T17:02:22.506Z Compiling async-recursion v1.1.1
27782026-05-04T17:02:22.640Z Checking qorb v0.4.1
27792026-05-04T17:02:22.672Z Checking termtree v0.5.1
27802026-05-04T17:02:23.195Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-05-04T17:02:23.815Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27822026-05-04T17:02:24.012Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27832026-05-04T17:02:24.015Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27842026-05-04T17:02:26.135Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27852026-05-04T17:02:28.683Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27862026-05-04T17:02:30.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
27872026-05-04T17:02:30.895Z
27882026-05-04T17:02:30.895Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27892026-05-04T17:02:31.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-05-04T17:02:31.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-05-04T17:02:31.562Z Compiling ar_archive_writer v0.5.1
27922026-05-04T17:02:31.566Z Compiling stacker v0.1.23
27932026-05-04T17:02:31.672Z Compiling cfg_aliases v0.1.1
27942026-05-04T17:02:31.685Z Compiling convert_case v0.10.0
27952026-05-04T17:02:31.688Z Checking unicode-width v0.1.14
27962026-05-04T17:02:31.701Z Compiling proc-macro-error v1.0.4
27972026-05-04T17:02:31.711Z Checking fd-lock v4.0.4
27982026-05-04T17:02:31.714Z Checking nibble_vec v0.1.0
27992026-05-04T17:02:31.735Z Compiling nix v0.28.0
28002026-05-04T17:02:31.822Z Checking vte v0.14.1
28012026-05-04T17:02:31.839Z Compiling recursive-proc-macro-impl v0.1.1
28022026-05-04T17:02:31.924Z Checking endian-type v0.1.2
28032026-05-04T17:02:31.938Z Checking bytecount v0.6.9
28042026-05-04T17:02:31.972Z Checking strip-ansi-escapes v0.2.1
28052026-05-04T17:02:31.974Z Compiling derive_more-impl v2.1.1
28062026-05-04T17:02:31.984Z Compiling tabled_derive v0.7.0
28072026-05-04T17:02:32.042Z Checking radix_trie v0.2.1
28082026-05-04T17:02:32.059Z Checking papergrid v0.11.0
28092026-05-04T17:02:32.123Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28102026-05-04T17:02:32.232Z Compiling peg-macros v0.8.5
28112026-05-04T17:02:32.245Z Checking winnow v0.6.26
28122026-05-04T17:02:32.531Z Compiling psm v0.1.30
28132026-05-04T17:02:32.623Z Compiling sqlparser_derive v0.5.0
28142026-05-04T17:02:32.682Z Checking home v0.5.12
28152026-05-04T17:02:32.789Z Checking unicode_categories v0.1.1
28162026-05-04T17:02:32.853Z Checking derive_more v2.1.1
28172026-05-04T17:02:32.931Z Checking nu-ansi-term v0.50.3
28182026-05-04T17:02:32.945Z Checking unicode-width v0.2.0
28192026-05-04T17:02:32.992Z Checking tabled v0.15.0
28202026-05-04T17:02:33.063Z Checking rustyline v14.0.0
28212026-05-04T17:02:33.137Z Checking crossterm v0.29.0
28222026-05-04T17:02:33.192Z Checking reedline v0.40.0
28232026-05-04T17:02:33.301Z Checking recursive v0.1.1
28242026-05-04T17:02:33.395Z Checking sqlparser v0.61.0
28252026-05-04T17:02:33.412Z Checking display-error-chain v0.2.2
28262026-05-04T17:02:33.425Z Checking sqlformat v0.3.5
28272026-05-04T17:02:33.620Z Checking peg v0.8.5
28282026-05-04T17:02:44.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
28292026-05-04T17:02:44.638Z
28302026-05-04T17:02:44.639Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28312026-05-04T17:02:45.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-04T17:02:45.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-04T17:02:45.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-04T17:02:48.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28352026-05-04T17:02:48.850Z
28362026-05-04T17:02:48.850Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28372026-05-04T17:02:49.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-04T17:02:49.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-04T17:02:49.514Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-04T17:02:51.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28412026-05-04T17:02:52.071Z
28422026-05-04T17:02:52.071Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28432026-05-04T17:02:52.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-04T17:02:52.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-04T17:02:52.742Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-04T17:02:55.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28472026-05-04T17:02:56.075Z
28482026-05-04T17:02:56.075Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28492026-05-04T17:02:56.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-04T17:02:56.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-04T17:02:56.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-04T17:02:59.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28532026-05-04T17:03:00.126Z
28542026-05-04T17:03:00.126Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28552026-05-04T17:03:00.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-04T17:03:00.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-04T17:03:00.787Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-04T17:03:03.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28592026-05-04T17:03:03.491Z
28602026-05-04T17:03:03.491Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28612026-05-04T17:03:04.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-04T17:03:04.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-04T17:03:04.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-05-04T17:03:06.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28652026-05-04T17:03:06.889Z
28662026-05-04T17:03:06.889Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28672026-05-04T17:03:07.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-04T17:03:07.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-04T17:03:07.558Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-05-04T17:03:10.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28712026-05-04T17:03:11.046Z
28722026-05-04T17:03:11.046Zinfo: running `cargo check --bins` on oximeter (93/274)
28732026-05-04T17:03:11.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-05-04T17:03:11.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-05-04T17:03:11.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-05-04T17:03:11.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28772026-05-04T17:03:11.636Z
28782026-05-04T17:03:11.636Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28792026-05-04T17:03:12.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-04T17:03:12.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-04T17:03:12.264Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28822026-05-04T17:03:12.447Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28832026-05-04T17:03:12.451Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-05-04T17:03:12.759Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28852026-05-04T17:03:15.792Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28862026-05-04T17:03:16.993Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872026-05-04T17:03:17.154Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28882026-05-04T17:03:17.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
28892026-05-04T17:03:18.003Z
28902026-05-04T17:03:18.003Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28912026-05-04T17:03:18.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-04T17:03:18.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-04T17:03:18.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-04T17:03:18.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28952026-05-04T17:03:18.595Z
28962026-05-04T17:03:18.595Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28972026-05-04T17:03:19.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-04T17:03:19.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-04T17:03:19.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-04T17:03:19.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29012026-05-04T17:03:19.232Z
29022026-05-04T17:03:19.232Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29032026-05-04T17:03:19.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-04T17:03:19.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-04T17:03:19.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-04T17:03:19.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29072026-05-04T17:03:19.834Z
29082026-05-04T17:03:19.834Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29092026-05-04T17:03:20.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-04T17:03:20.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-04T17:03:20.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-04T17:03:20.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132026-05-04T17:03:20.426Z
29142026-05-04T17:03:20.427Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29152026-05-04T17:03:20.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-04T17:03:20.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-04T17:03:20.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-04T17:03:20.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-05-04T17:03:21.023Z
29202026-05-04T17:03:21.023Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29212026-05-04T17:03:21.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-04T17:03:21.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-04T17:03:21.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-04T17:03:21.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-05-04T17:03:21.621Z
29262026-05-04T17:03:21.622Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29272026-05-04T17:03:22.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-04T17:03:22.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-04T17:03:22.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-04T17:03:22.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29312026-05-04T17:03:22.228Z
29322026-05-04T17:03:22.228Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29332026-05-04T17:03:22.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-04T17:03:22.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-04T17:03:22.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-05-04T17:03:22.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29372026-05-04T17:03:22.809Z
29382026-05-04T17:03:22.810Zinfo: running `cargo check --bins` on update-engine (103/274)
29392026-05-04T17:03:23.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-05-04T17:03:23.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-05-04T17:03:23.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-05-04T17:03:23.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29432026-05-04T17:03:23.392Z
29442026-05-04T17:03:23.392Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29452026-05-04T17:03:23.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-05-04T17:03:23.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-05-04T17:03:24.105Z Compiling crucible-workspace-hack v0.1.0
29482026-05-04T17:03:24.223Z Checking secrecy v0.10.3
29492026-05-04T17:03:24.231Z Compiling heapless v0.8.0
29502026-05-04T17:03:24.239Z Compiling ingot-macros v0.1.1
29512026-05-04T17:03:24.245Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-05-04T17:03:24.250Z Checking hash32 v0.3.1
29532026-05-04T17:03:24.265Z Compiling smoltcp v0.11.0
29542026-05-04T17:03:24.269Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29552026-05-04T17:03:24.324Z Checking cobs v0.3.0
29562026-05-04T17:03:24.374Z Compiling thiserror-impl-no-std v2.0.2
29572026-05-04T17:03:24.462Z Checking universal-hash v0.5.1
29582026-05-04T17:03:24.474Z Checking half v2.7.1
29592026-05-04T17:03:24.511Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29602026-05-04T17:03:24.579Z Checking opaque-debug v0.3.1
29612026-05-04T17:03:24.609Z Checking ciborium-io v0.2.2
29622026-05-04T17:03:24.647Z Checking poly1305 v0.8.0
29632026-05-04T17:03:24.708Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29642026-05-04T17:03:24.745Z Compiling proc-macro-crate v3.4.0
29652026-05-04T17:03:24.749Z Checking ciborium-ll v0.2.2
29662026-05-04T17:03:24.898Z Checking postcard v1.1.3
29672026-05-04T17:03:24.930Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29682026-05-04T17:03:25.168Z Checking password-hash v0.5.0
29692026-05-04T17:03:25.879Z Checking chacha20 v0.9.1
29702026-05-04T17:03:25.879Z Compiling proc-macro-crate v1.3.1
29712026-05-04T17:03:25.879Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29722026-05-04T17:03:25.879Z Checking blake2 v0.10.6
29732026-05-04T17:03:25.879Z Compiling num_enum_derive v0.7.5
29742026-05-04T17:03:25.880Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29752026-05-04T17:03:25.880Z Checking aead v0.5.2
29762026-05-04T17:03:25.880Z Compiling foreign-types-macros v0.2.3
29772026-05-04T17:03:25.880Z Checking thiserror-no-std v2.0.2
29782026-05-04T17:03:25.880Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29792026-05-04T17:03:25.880Z Checking cpufeatures v0.3.0
29802026-05-04T17:03:25.880Z Checking foreign-types-shared v0.3.1
29812026-05-04T17:03:25.880Z Checking vsss-rs v3.3.4
29822026-05-04T17:03:25.880Z Checking chacha20 v0.10.0
29832026-05-04T17:03:25.880Z Checking chacha20poly1305 v0.10.1
29842026-05-04T17:03:25.880Z Compiling num_enum_derive v0.5.11
29852026-05-04T17:03:25.884Z Checking argon2 v0.5.3
29862026-05-04T17:03:25.895Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29872026-05-04T17:03:26.076Z Checking foreign-types v0.5.0
29882026-05-04T17:03:26.156Z Checking ciborium v0.2.2
29892026-05-04T17:03:26.277Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29902026-05-04T17:03:26.316Z Checking num_enum v0.7.5
29912026-05-04T17:03:26.339Z Checking console v0.15.11
29922026-05-04T17:03:26.427Z Checking tabwriter v1.4.1
29932026-05-04T17:03:26.554Z Checking newline-converter v0.3.0
29942026-05-04T17:03:26.570Z Checking atomicwrites v0.4.4
29952026-05-04T17:03:26.582Z Checking camino-tempfile v1.4.1
29962026-05-04T17:03:26.601Z Checking byte-wrapper v0.1.0
29972026-05-04T17:03:26.660Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-05-04T17:03:26.691Z Checking cstr-argument v0.1.2
29992026-05-04T17:03:26.726Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30002026-05-04T17:03:26.741Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30012026-05-04T17:03:26.806Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30022026-05-04T17:03:26.820Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30032026-05-04T17:03:26.842Z Checking num_enum v0.5.11
30042026-05-04T17:03:26.938Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-05-04T17:03:26.952Z Checking expectorate v1.2.0
30062026-05-04T17:03:26.982Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30072026-05-04T17:03:26.997Z Checking ingot-types v0.1.2
30082026-05-04T17:03:27.075Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30092026-05-04T17:03:27.078Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-04T17:03:27.143Z Checking rand v0.10.0
30112026-05-04T17:03:27.167Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30122026-05-04T17:03:27.182Z Checking indent_write v2.2.0
30132026-05-04T17:03:27.285Z Checking colored v3.1.1
30142026-05-04T17:03:27.311Z Compiling zone_cfg_derive v0.3.1
30152026-05-04T17:03:27.379Z Checking ingot v0.1.1
30162026-05-04T17:03:27.385Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30172026-05-04T17:03:27.460Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30182026-05-04T17:03:27.477Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-04T17:03:27.490Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-04T17:03:27.519Z Checking itertools v0.12.1
30212026-05-04T17:03:27.647Z Compiling num-derive v0.4.2
30222026-05-04T17:03:27.661Z Checking swrite v0.1.0
30232026-05-04T17:03:27.754Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-04T17:03:27.960Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-05-04T17:03:28.011Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-05-04T17:03:28.077Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-04T17:03:28.165Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-04T17:03:28.275Z Checking dropshot-api-manager-types v0.7.1
30292026-05-04T17:03:28.291Z Checking smf v0.2.3
30302026-05-04T17:03:28.447Z Checking nanorand v0.7.0
30312026-05-04T17:03:28.491Z Checking whoami v1.6.1
30322026-05-04T17:03:28.533Z Checking zone v0.3.1
30332026-05-04T17:03:28.550Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-04T17:03:28.550Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30352026-05-04T17:03:28.577Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30362026-05-04T17:03:28.641Z Checking flume v0.11.1
30372026-05-04T17:03:28.982Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30382026-05-04T17:03:29.958Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-04T17:03:30.849Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-04T17:03:33.992Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30412026-05-04T17:03:36.009Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-05-04T17:03:37.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
30432026-05-04T17:03:37.297Z
30442026-05-04T17:03:37.297Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30452026-05-04T17:03:37.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-04T17:03:37.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-04T17:03:37.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-04T17:03:37.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-04T17:03:37.815Z
30502026-05-04T17:03:37.815Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30512026-05-04T17:03:38.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-04T17:03:38.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-04T17:03:38.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-04T17:03:38.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-04T17:03:38.414Z
30562026-05-04T17:03:38.414Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30572026-05-04T17:03:38.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-04T17:03:38.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-04T17:03:38.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-04T17:03:38.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-04T17:03:39.020Z
30622026-05-04T17:03:39.020Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30632026-05-04T17:03:39.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-04T17:03:39.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-04T17:03:39.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-04T17:03:39.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-04T17:03:39.627Z
30682026-05-04T17:03:39.627Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30692026-05-04T17:03:40.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-04T17:03:40.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-04T17:03:40.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-04T17:03:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-04T17:03:40.226Z
30742026-05-04T17:03:40.226Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30752026-05-04T17:03:40.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-04T17:03:40.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-04T17:03:40.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-04T17:03:40.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-04T17:03:40.828Z
30802026-05-04T17:03:40.828Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30812026-05-04T17:03:41.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-04T17:03:41.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-04T17:03:41.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-04T17:03:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-05-04T17:03:41.425Z
30862026-05-04T17:03:41.425Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30872026-05-04T17:03:41.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-04T17:03:41.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-04T17:03:41.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-04T17:03:41.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30912026-05-04T17:03:42.010Z
30922026-05-04T17:03:42.010Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30932026-05-04T17:03:42.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-04T17:03:42.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-04T17:03:42.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-04T17:03:42.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-04T17:03:42.609Z
30982026-05-04T17:03:42.609Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30992026-05-04T17:03:43.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-04T17:03:43.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-04T17:03:43.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-04T17:03:43.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-05-04T17:03:43.209Z
31042026-05-04T17:03:43.209Zinfo: running `cargo check --bins` on installinator-client (115/274)
31052026-05-04T17:03:43.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-04T17:03:43.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-04T17:03:43.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-04T17:03:43.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-05-04T17:03:43.809Z
31102026-05-04T17:03:43.809Zinfo: running `cargo check --bins` on nexus-client (116/274)
31112026-05-04T17:03:44.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-04T17:03:44.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-04T17:03:44.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-04T17:03:44.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-05-04T17:03:44.447Z
31162026-05-04T17:03:44.447Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31172026-05-04T17:03:44.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-04T17:03:44.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-04T17:03:44.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-04T17:03:44.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31212026-05-04T17:03:45.089Z
31222026-05-04T17:03:45.089Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31232026-05-04T17:03:45.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-04T17:03:45.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-04T17:03:45.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-04T17:03:45.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-04T17:03:45.676Z
31282026-05-04T17:03:45.677Zinfo: running `cargo check --bins` on oxide-client (119/274)
31292026-05-04T17:03:46.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-04T17:03:46.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-04T17:03:46.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-04T17:03:46.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-04T17:03:46.265Z
31342026-05-04T17:03:46.267Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31352026-05-04T17:03:46.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-04T17:03:46.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-04T17:03:46.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-04T17:03:46.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31392026-05-04T17:03:46.866Z
31402026-05-04T17:03:46.866Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31412026-05-04T17:03:47.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-04T17:03:47.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-04T17:03:47.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-04T17:03:47.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31452026-05-04T17:03:47.451Z
31462026-05-04T17:03:47.451Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31472026-05-04T17:03:47.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-04T17:03:47.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-04T17:03:47.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-04T17:03:47.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-05-04T17:03:48.064Z
31522026-05-04T17:03:48.064Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31532026-05-04T17:03:48.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-04T17:03:48.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-04T17:03:48.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-04T17:03:48.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31572026-05-04T17:03:48.689Z
31582026-05-04T17:03:48.689Zinfo: running `cargo check --bins` on installinator-common (124/274)
31592026-05-04T17:03:49.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-04T17:03:49.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-04T17:03:49.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-04T17:03:49.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-05-04T17:03:49.308Z
31642026-05-04T17:03:49.308Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31652026-05-04T17:03:49.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-04T17:03:49.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-04T17:03:49.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-04T17:03:49.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31692026-05-04T17:03:49.896Z
31702026-05-04T17:03:49.896Zinfo: running `cargo check --bins` on wicket-common (126/274)
31712026-05-04T17:03:50.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-04T17:03:50.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-04T17:03:50.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-04T17:03:50.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31752026-05-04T17:03:50.508Z
31762026-05-04T17:03:50.508Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31772026-05-04T17:03:51.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-04T17:03:51.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-04T17:03:51.199Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-05-04T17:03:51.315Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-05-04T17:03:51.322Z Checking csv-core v0.1.13
31822026-05-04T17:03:51.330Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-05-04T17:03:51.333Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-05-04T17:03:51.348Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31852026-05-04T17:03:51.359Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-04T17:03:51.370Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-05-04T17:03:51.478Z Checking csv v1.4.0
31882026-05-04T17:03:51.493Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-05-04T17:03:51.540Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31902026-05-04T17:03:51.567Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-05-04T17:03:51.808Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-05-04T17:03:52.169Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31932026-05-04T17:03:52.173Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31942026-05-04T17:03:52.492Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31952026-05-04T17:03:58.186Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31962026-05-04T17:03:58.711Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31972026-05-04T17:04:01.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.52s
31982026-05-04T17:04:01.233Z
31992026-05-04T17:04:01.234Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32002026-05-04T17:04:01.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-04T17:04:01.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-04T17:04:01.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-04T17:04:01.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32042026-05-04T17:04:01.820Z
32052026-05-04T17:04:01.820Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32062026-05-04T17:04:02.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-04T17:04:02.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-04T17:04:02.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-04T17:04:02.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32102026-05-04T17:04:02.504Z
32112026-05-04T17:04:02.504Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32122026-05-04T17:04:03.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-04T17:04:03.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-04T17:04:03.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-04T17:04:03.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32162026-05-04T17:04:03.179Z
32172026-05-04T17:04:03.179Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32182026-05-04T17:04:03.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-04T17:04:03.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-04T17:04:03.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-04T17:04:03.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32222026-05-04T17:04:03.822Z
32232026-05-04T17:04:03.823Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32242026-05-04T17:04:04.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-04T17:04:04.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-04T17:04:04.581Z Compiling regress v0.11.1
32272026-05-04T17:04:04.719Z Compiling unsafe-libyaml v0.2.11
32282026-05-04T17:04:04.732Z Compiling semver v0.1.20
32292026-05-04T17:04:04.744Z Compiling radium v0.7.0
32302026-05-04T17:04:04.756Z Compiling pin-project-internal v1.1.11
32312026-05-04T17:04:04.767Z Checking tap v1.0.1
32322026-05-04T17:04:04.771Z Compiling maybe-uninit v2.0.0
32332026-05-04T17:04:04.868Z Checking wyz v0.5.1
32342026-05-04T17:04:05.002Z Compiling rustc_version v0.1.7
32352026-05-04T17:04:05.066Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-05-04T17:04:05.130Z Checking progenitor-client v0.13.0
32372026-05-04T17:04:05.186Z Compiling snafu-derive v0.8.9
32382026-05-04T17:04:05.217Z Compiling newtype_derive v0.1.6
32392026-05-04T17:04:05.360Z Compiling serde_yaml v0.9.34+deprecated
32402026-05-04T17:04:05.401Z Compiling zerocopy-derive v0.6.6
32412026-05-04T17:04:05.444Z Compiling packed_struct v0.10.1
32422026-05-04T17:04:05.698Z Checking same-file v1.0.6
32432026-05-04T17:04:05.821Z Compiling cancel-safe-futures v0.1.5
32442026-05-04T17:04:05.862Z Checking pin-project v1.1.11
32452026-05-04T17:04:05.960Z Checking funty v2.0.0
32462026-05-04T17:04:06.022Z Compiling owo-colors v4.3.0
32472026-05-04T17:04:06.141Z Checking typify-impl v0.6.2
32482026-05-04T17:04:06.276Z Checking crc-catalog v2.4.0
32492026-05-04T17:04:06.372Z Checking crc v3.4.0
32502026-05-04T17:04:06.389Z Checking bitvec v1.0.1
32512026-05-04T17:04:06.550Z Checking zerocopy v0.6.6
32522026-05-04T17:04:06.590Z Checking walkdir v2.5.0
32532026-05-04T17:04:06.825Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-05-04T17:04:06.845Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32552026-05-04T17:04:06.879Z Checking globset v0.4.18
32562026-05-04T17:04:07.094Z Checking snafu v0.8.9
32572026-05-04T17:04:07.145Z Checking olpc-cjson v0.1.4
32582026-05-04T17:04:07.179Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32592026-05-04T17:04:07.274Z Checking pem v3.0.6
32602026-05-04T17:04:07.278Z Compiling packed_struct_codegen v0.10.1
32612026-05-04T17:04:07.347Z Checking libsw-core v0.3.2
32622026-05-04T17:04:07.377Z Checking serde_plain v1.0.2
32632026-05-04T17:04:07.453Z Compiling bitfield-macros v0.19.4
32642026-05-04T17:04:07.467Z Compiling indexmap v1.9.3
32652026-05-04T17:04:07.492Z Checking nodrop v0.1.14
32662026-05-04T17:04:07.528Z Checking typed-path v0.9.3
32672026-05-04T17:04:07.582Z Checking array-init v0.0.4
32682026-05-04T17:04:07.680Z Checking libsw v3.5.0
32692026-05-04T17:04:07.723Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-05-04T17:04:07.830Z Checking smallvec v0.6.14
32712026-05-04T17:04:07.902Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-05-04T17:04:08.023Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32732026-05-04T17:04:08.161Z Checking bitfield v0.19.4
32742026-05-04T17:04:08.192Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32752026-05-04T17:04:08.208Z Checking tagptr v0.2.0
32762026-05-04T17:04:08.310Z Checking tough v0.20.0
32772026-05-04T17:04:08.326Z Checking unicode-linebreak v0.1.5
32782026-05-04T17:04:08.339Z Checking hashbrown v0.12.3
32792026-05-04T17:04:08.354Z Checking linear-map v1.2.0
32802026-05-04T17:04:08.429Z Checking base64 v0.21.7
32812026-05-04T17:04:08.523Z Checking smawk v0.3.2
32822026-05-04T17:04:08.538Z Checking moka v0.12.13
32832026-05-04T17:04:08.654Z Checking textwrap v0.16.2
32842026-05-04T17:04:08.668Z Checking ron v0.8.1
32852026-05-04T17:04:08.690Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32862026-05-04T17:04:08.866Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-05-04T17:04:09.057Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-04T17:04:09.158Z Checking serde-hex v0.1.0
32892026-05-04T17:04:09.177Z Checking steno v0.4.1
32902026-05-04T17:04:09.229Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-05-04T17:04:09.390Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32922026-05-04T17:04:09.394Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-05-04T17:04:09.658Z Checking hashbrown v0.13.2
32942026-05-04T17:04:09.929Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-05-04T17:04:09.964Z Checking humantime v2.3.0
32962026-05-04T17:04:10.082Z Checking crc-any v2.5.0
32972026-05-04T17:04:10.138Z Checking object v0.30.4
32982026-05-04T17:04:10.152Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-05-04T17:04:10.155Z Checking hickory-resolver v0.25.2
33002026-05-04T17:04:10.257Z Checking utf-8 v0.7.6
33012026-05-04T17:04:10.272Z Checking half v1.8.3
33022026-05-04T17:04:10.311Z Checking path-slash v0.1.5
33032026-05-04T17:04:10.390Z Checking void v1.0.2
33042026-05-04T17:04:10.417Z Checking tungstenite v0.23.0
33052026-05-04T17:04:10.463Z Checking serde_cbor v0.11.2
33062026-05-04T17:04:10.497Z Checking lzss v0.8.2
33072026-05-04T17:04:10.681Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33082026-05-04T17:04:10.758Z Compiling typify-macro v0.6.2
33092026-05-04T17:04:10.782Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-05-04T17:04:10.828Z Checking nix v0.27.1
33112026-05-04T17:04:10.842Z Checking kstat-rs v0.2.4
33122026-05-04T17:04:10.846Z Checking fxhash v0.2.1
33132026-05-04T17:04:10.870Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-05-04T17:04:10.957Z Checking serde_bytes v0.11.19
33152026-05-04T17:04:11.009Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33162026-05-04T17:04:11.037Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33172026-05-04T17:04:11.127Z Checking tokio-tungstenite v0.23.1
33182026-05-04T17:04:11.277Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-05-04T17:04:11.309Z Checking signal-hook-tokio v0.3.1
33202026-05-04T17:04:12.161Z Compiling typify v0.6.2
33212026-05-04T17:04:12.242Z Compiling progenitor-impl v0.13.0
33222026-05-04T17:04:12.242Z Compiling progenitor-impl v0.14.0
33232026-05-04T17:04:12.324Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-04T17:04:13.259Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33252026-05-04T17:04:13.579Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33262026-05-04T17:04:13.865Z Compiling progenitor-macro v0.14.0
33272026-05-04T17:04:13.879Z Compiling progenitor-macro v0.13.0
33282026-05-04T17:04:16.428Z Checking progenitor v0.14.0
33292026-05-04T17:04:16.503Z Checking progenitor v0.13.0
33302026-05-04T17:04:16.548Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-05-04T17:04:16.615Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33322026-05-04T17:04:19.610Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-05-04T17:04:26.961Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-05-04T17:04:33.185Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-05-04T17:04:34.539Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-05-04T17:04:35.042Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-05-04T17:04:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.29s
33382026-05-04T17:04:37.321Z
33392026-05-04T17:04:37.321Zinfo: running `cargo check --bins` on gateway-api (133/274)
33402026-05-04T17:04:37.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-04T17:04:37.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-04T17:04:37.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-04T17:04:37.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-04T17:04:37.921Z
33452026-05-04T17:04:37.921Zinfo: running `cargo check --bins` on ipcc (134/274)
33462026-05-04T17:04:38.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-04T17:04:38.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-04T17:04:38.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-04T17:04:38.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-04T17:04:38.515Z
33512026-05-04T17:04:38.515Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33522026-05-04T17:04:39.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-04T17:04:39.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-04T17:04:39.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-04T17:04:39.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33562026-05-04T17:04:39.099Z
33572026-05-04T17:04:39.099Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33582026-05-04T17:04:39.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-04T17:04:39.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-04T17:04:39.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-04T17:04:39.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-04T17:04:39.700Z
33632026-05-04T17:04:39.700Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33642026-05-04T17:04:40.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-04T17:04:40.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-04T17:04:40.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-04T17:04:40.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-05-04T17:04:40.301Z
33692026-05-04T17:04:40.301Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33702026-05-04T17:04:40.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-04T17:04:40.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-04T17:04:40.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-04T17:04:40.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-04T17:04:40.894Z
33752026-05-04T17:04:40.894Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33762026-05-04T17:04:41.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-04T17:04:41.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-04T17:04:41.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-04T17:04:41.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-04T17:04:41.493Z
33812026-05-04T17:04:41.493Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33822026-05-04T17:04:41.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-04T17:04:42.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-04T17:04:42.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-04T17:04:42.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-05-04T17:04:42.093Z
33872026-05-04T17:04:42.093Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33882026-05-04T17:04:42.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-04T17:04:42.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-04T17:04:42.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-04T17:04:42.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-04T17:04:42.691Z
33932026-05-04T17:04:42.691Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33942026-05-04T17:04:43.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-04T17:04:43.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-04T17:04:43.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-04T17:04:43.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-04T17:04:43.289Z
33992026-05-04T17:04:43.289Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34002026-05-04T17:04:43.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-04T17:04:43.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-04T17:04:43.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-04T17:04:43.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-05-04T17:04:43.886Z
34052026-05-04T17:04:43.886Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34062026-05-04T17:04:44.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-04T17:04:44.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-04T17:04:44.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-04T17:04:44.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-05-04T17:04:44.482Z
34112026-05-04T17:04:44.482Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34122026-05-04T17:04:44.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-04T17:04:44.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-04T17:04:44.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-04T17:04:44.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-05-04T17:04:45.081Z
34172026-05-04T17:04:45.081Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34182026-05-04T17:04:45.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-04T17:04:45.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-04T17:04:45.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-04T17:04:45.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-05-04T17:04:45.679Z
34232026-05-04T17:04:45.680Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34242026-05-04T17:04:46.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-04T17:04:46.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-04T17:04:46.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-04T17:04:46.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-05-04T17:04:46.276Z
34292026-05-04T17:04:46.276Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34302026-05-04T17:04:46.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-04T17:04:46.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-04T17:04:46.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-04T17:04:46.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-05-04T17:04:46.873Z
34352026-05-04T17:04:46.873Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34362026-05-04T17:04:47.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-04T17:04:47.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-04T17:04:47.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-04T17:04:47.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-05-04T17:04:47.470Z
34412026-05-04T17:04:47.470Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34422026-05-04T17:04:47.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-04T17:04:47.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-04T17:04:47.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-04T17:04:47.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34462026-05-04T17:04:48.066Z
34472026-05-04T17:04:48.066Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34482026-05-04T17:04:48.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-04T17:04:48.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-04T17:04:48.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-04T17:04:48.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-05-04T17:04:48.668Z
34532026-05-04T17:04:48.668Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34542026-05-04T17:04:49.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-04T17:04:49.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-04T17:04:49.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-04T17:04:49.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-04T17:04:49.266Z
34592026-05-04T17:04:49.266Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34602026-05-04T17:04:49.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-04T17:04:49.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-04T17:04:49.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-04T17:04:49.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-04T17:04:49.864Z
34652026-05-04T17:04:49.864Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34662026-05-04T17:04:50.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-04T17:04:50.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-04T17:04:50.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-04T17:04:50.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34702026-05-04T17:04:50.499Z
34712026-05-04T17:04:50.499Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34722026-05-04T17:04:51.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-04T17:04:51.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-04T17:04:51.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-04T17:04:51.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-04T17:04:51.100Z
34772026-05-04T17:04:51.100Zinfo: running `cargo check --bins` on dns-server (156/274)
34782026-05-04T17:04:51.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-04T17:04:51.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-04T17:04:51.747Z Compiling parking_lot_core v0.8.6
34812026-05-04T17:04:51.747Z Compiling git-stub v1.0.0
34822026-05-04T17:04:51.747Z Compiling atomicwrites v0.4.4
34832026-05-04T17:04:51.751Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34842026-05-04T17:04:51.751Z Checking prefix-trie v0.7.0
34852026-05-04T17:04:51.977Z Compiling git-stub-vcs v0.1.0
34862026-05-04T17:04:52.139Z Checking hickory-server v0.25.2
34872026-05-04T17:04:52.248Z Checking parking_lot v0.11.2
34882026-05-04T17:04:52.252Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34892026-05-04T17:04:52.338Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34902026-05-04T17:04:52.341Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-05-04T17:04:52.419Z Checking sled v0.34.7
34922026-05-04T17:04:54.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
34932026-05-04T17:04:54.466Z
34942026-05-04T17:04:54.467Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34952026-05-04T17:04:54.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-04T17:04:54.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-04T17:04:54.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-04T17:04:54.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34992026-05-04T17:04:55.062Z
35002026-05-04T17:04:55.063Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35012026-05-04T17:04:55.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-04T17:04:55.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-04T17:04:55.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-04T17:04:55.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35052026-05-04T17:04:55.660Z
35062026-05-04T17:04:55.660Zinfo: running `cargo check --bins` on sp-sim (159/274)
35072026-05-04T17:04:56.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-04T17:04:56.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-04T17:04:56.380Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35102026-05-04T17:04:58.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35112026-05-04T17:04:58.329Z
35122026-05-04T17:04:58.329Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35132026-05-04T17:04:58.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-04T17:04:58.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-04T17:04:58.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-04T17:04:58.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-05-04T17:04:58.985Z
35182026-05-04T17:04:58.985Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35192026-05-04T17:04:59.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-04T17:04:59.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-04T17:04:59.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-04T17:04:59.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35232026-05-04T17:04:59.641Z
35242026-05-04T17:04:59.641Zinfo: running `cargo check --bins` on db-macros (162/274)
35252026-05-04T17:05:00.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-04T17:05:00.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-04T17:05:00.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-04T17:05:00.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-04T17:05:00.227Z
35302026-05-04T17:05:00.228Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35312026-05-04T17:05:00.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-04T17:05:00.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-04T17:05:00.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-04T17:05:00.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35352026-05-04T17:05:00.808Z
35362026-05-04T17:05:00.808Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35372026-05-04T17:05:01.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-04T17:05:01.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-04T17:05:01.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-04T17:05:01.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35412026-05-04T17:05:01.459Z
35422026-05-04T17:05:01.459Zinfo: running `cargo check --bins` on authz-macros (165/274)
35432026-05-04T17:05:01.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-04T17:05:01.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-04T17:05:01.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-04T17:05:01.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-04T17:05:02.041Z
35482026-05-04T17:05:02.041Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35492026-05-04T17:05:02.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-04T17:05:02.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-04T17:05:02.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-04T17:05:02.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35532026-05-04T17:05:02.684Z
35542026-05-04T17:05:02.684Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35552026-05-04T17:05:03.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-04T17:05:03.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-04T17:05:03.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-04T17:05:03.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-04T17:05:03.328Z
35602026-05-04T17:05:03.328Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35612026-05-04T17:05:03.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-04T17:05:03.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-04T17:05:03.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-04T17:05:03.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35652026-05-04T17:05:03.913Z
35662026-05-04T17:05:03.913Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35672026-05-04T17:05:04.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-04T17:05:04.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-04T17:05:04.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-04T17:05:04.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35712026-05-04T17:05:04.496Z
35722026-05-04T17:05:04.496Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35732026-05-04T17:05:05.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-04T17:05:05.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-04T17:05:05.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-04T17:05:05.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35772026-05-04T17:05:05.097Z
35782026-05-04T17:05:05.097Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35792026-05-04T17:05:05.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-04T17:05:05.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-04T17:05:05.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-04T17:05:05.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35832026-05-04T17:05:05.682Z
35842026-05-04T17:05:05.682Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35852026-05-04T17:05:06.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-04T17:05:06.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-04T17:05:06.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-04T17:05:06.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35892026-05-04T17:05:06.265Z
35902026-05-04T17:05:06.265Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35912026-05-04T17:05:06.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-04T17:05:06.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-04T17:05:06.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-04T17:05:06.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-05-04T17:05:06.919Z
35962026-05-04T17:05:06.919Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35972026-05-04T17:05:07.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-04T17:05:07.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-04T17:05:07.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-04T17:05:07.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36012026-05-04T17:05:07.572Z
36022026-05-04T17:05:07.572Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36032026-05-04T17:05:08.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-04T17:05:08.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-04T17:05:08.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-04T17:05:08.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-05-04T17:05:08.218Z
36082026-05-04T17:05:08.218Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36092026-05-04T17:05:08.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-04T17:05:08.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-04T17:05:08.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-04T17:05:08.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36132026-05-04T17:05:08.837Z
36142026-05-04T17:05:08.837Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36152026-05-04T17:05:09.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-04T17:05:09.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-04T17:05:09.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-04T17:05:09.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36192026-05-04T17:05:09.452Z
36202026-05-04T17:05:09.452Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36212026-05-04T17:05:09.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-04T17:05:09.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-04T17:05:09.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-04T17:05:09.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36252026-05-04T17:05:10.069Z
36262026-05-04T17:05:10.069Zinfo: running `cargo check --bins` on key-manager (179/274)
36272026-05-04T17:05:10.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-04T17:05:10.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-04T17:05:10.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-04T17:05:10.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36312026-05-04T17:05:10.667Z
36322026-05-04T17:05:10.667Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36332026-05-04T17:05:11.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-04T17:05:11.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-04T17:05:11.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-04T17:05:11.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36372026-05-04T17:05:11.283Z
36382026-05-04T17:05:11.283Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36392026-05-04T17:05:11.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-04T17:05:11.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-04T17:05:11.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-04T17:05:11.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36432026-05-04T17:05:11.898Z
36442026-05-04T17:05:11.898Zinfo: running `cargo check --bins` on typed-rng (182/274)
36452026-05-04T17:05:12.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-04T17:05:12.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-04T17:05:12.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-04T17:05:12.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-05-04T17:05:12.480Z
36502026-05-04T17:05:12.480Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36512026-05-04T17:05:13.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-04T17:05:13.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-04T17:05:13.322Z Compiling typify-impl v0.4.3
36542026-05-04T17:05:13.322Z Compiling libefi-sys v0.1.0
36552026-05-04T17:05:13.325Z Compiling bitfield-struct v0.6.2
36562026-05-04T17:05:13.475Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36572026-05-04T17:05:13.485Z Compiling xshell-macros v0.2.7
36582026-05-04T17:05:13.497Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36592026-05-04T17:05:13.537Z Compiling salty v0.3.0
36602026-05-04T17:05:13.542Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36612026-05-04T17:05:13.679Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-04T17:05:13.808Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36632026-05-04T17:05:13.824Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36642026-05-04T17:05:13.851Z Checking xshell v0.2.7
36652026-05-04T17:05:14.033Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36662026-05-04T17:05:14.064Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36672026-05-04T17:05:14.089Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-05-04T17:05:14.196Z Checking primeorder v0.13.6
36692026-05-04T17:05:14.213Z Compiling proc-macro-error-attr2 v2.0.0
36702026-05-04T17:05:14.295Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-05-04T17:05:14.333Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36722026-05-04T17:05:14.432Z Checking p384 v0.13.1
36732026-05-04T17:05:14.447Z Checking tungstenite v0.21.0
36742026-05-04T17:05:14.537Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36752026-05-04T17:05:14.593Z Compiling proc-macro-error2 v2.0.1
36762026-05-04T17:05:14.699Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-05-04T17:05:14.850Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36782026-05-04T17:05:14.866Z Compiling num-derive v0.3.3
36792026-05-04T17:05:14.902Z Compiling tabled_derive v0.11.0
36802026-05-04T17:05:15.174Z Checking tokio-tungstenite v0.21.0
36812026-05-04T17:05:15.400Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36822026-05-04T17:05:15.452Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-05-04T17:05:15.492Z Checking papergrid v0.17.0
36842026-05-04T17:05:15.742Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-04T17:05:15.826Z Checking libscf-sys v1.1.0
36862026-05-04T17:05:15.959Z Checking testing_table v0.3.0
36872026-05-04T17:05:16.039Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-04T17:05:16.055Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36892026-05-04T17:05:16.070Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36902026-05-04T17:05:16.274Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36912026-05-04T17:05:16.386Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36922026-05-04T17:05:16.486Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-05-04T17:05:16.523Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36942026-05-04T17:05:16.558Z Compiling unicase v2.9.0
36952026-05-04T17:05:16.581Z Checking corncobs v0.1.4
36962026-05-04T17:05:16.650Z Checking tabled v0.20.0
36972026-05-04T17:05:16.706Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-05-04T17:05:16.728Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36992026-05-04T17:05:16.759Z Compiling mime_guess v2.0.5
37002026-05-04T17:05:16.819Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-05-04T17:05:16.934Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-04T17:05:16.964Z Checking progenitor-client v0.11.2
37032026-05-04T17:05:17.144Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37042026-05-04T17:05:17.199Z Checking secrecy v0.8.0
37052026-05-04T17:05:17.218Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37062026-05-04T17:05:17.261Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37072026-05-04T17:05:17.372Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37082026-05-04T17:05:17.493Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37092026-05-04T17:05:17.707Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37102026-05-04T17:05:17.878Z Compiling typify-macro v0.4.3
37112026-05-04T17:05:17.923Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37122026-05-04T17:05:17.946Z Checking filetime v0.2.27
37132026-05-04T17:05:17.961Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37142026-05-04T17:05:17.981Z Checking xattr v1.6.1
37152026-05-04T17:05:18.114Z Checking http-range v0.1.5
37162026-05-04T17:05:18.242Z Checking crc8 v0.1.1
37172026-05-04T17:05:18.345Z Checking tar v0.4.45
37182026-05-04T17:05:18.546Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37192026-05-04T17:05:18.584Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37202026-05-04T17:05:18.726Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37212026-05-04T17:05:18.814Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37222026-05-04T17:05:18.830Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37232026-05-04T17:05:18.949Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37242026-05-04T17:05:19.116Z Checking atty v0.2.14
37252026-05-04T17:05:19.225Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-05-04T17:05:19.248Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37272026-05-04T17:05:19.409Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37282026-05-04T17:05:19.578Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37292026-05-04T17:05:19.593Z Compiling typify v0.4.3
37302026-05-04T17:05:19.746Z Compiling progenitor-impl v0.11.2
37312026-05-04T17:05:19.800Z Compiling progenitor-impl v0.10.0
37322026-05-04T17:05:19.995Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37332026-05-04T17:05:20.092Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37342026-05-04T17:05:20.235Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37352026-05-04T17:05:20.615Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37362026-05-04T17:05:21.058Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37372026-05-04T17:05:21.074Z Checking hyper-staticfile v0.10.1
37382026-05-04T17:05:21.121Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37392026-05-04T17:05:21.364Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37402026-05-04T17:05:21.381Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37412026-05-04T17:05:21.551Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37422026-05-04T17:05:21.725Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37432026-05-04T17:05:21.826Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-05-04T17:05:22.004Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-05-04T17:05:22.115Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-05-04T17:05:22.305Z Compiling progenitor-macro v0.11.2
37472026-05-04T17:05:22.349Z Compiling progenitor-macro v0.10.0
37482026-05-04T17:05:25.129Z Checking progenitor v0.10.0
37492026-05-04T17:05:25.278Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37502026-05-04T17:05:25.422Z Checking progenitor v0.11.2
37512026-05-04T17:05:25.545Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37522026-05-04T17:05:30.167Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37532026-05-04T17:05:31.262Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-04T17:05:41.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s
37552026-05-04T17:05:41.699Z
37562026-05-04T17:05:41.699Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37572026-05-04T17:05:42.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-04T17:05:42.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-04T17:05:42.483Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-04T17:05:52.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37612026-05-04T17:05:53.172Z
37622026-05-04T17:05:53.172Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37632026-05-04T17:05:53.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-04T17:05:53.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-04T17:05:53.968Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-05-04T17:06:04.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37672026-05-04T17:06:04.569Z
37682026-05-04T17:06:04.569Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37692026-05-04T17:06:05.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-04T17:06:05.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-04T17:06:05.364Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-05-04T17:06:15.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37732026-05-04T17:06:16.000Z
37742026-05-04T17:06:16.000Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37752026-05-04T17:06:16.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-04T17:06:16.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-04T17:06:16.775Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-05-04T17:06:27.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37792026-05-04T17:06:27.532Z
37802026-05-04T17:06:27.532Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37812026-05-04T17:06:28.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-04T17:06:28.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-04T17:06:28.321Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-05-04T17:06:38.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37852026-05-04T17:06:38.909Z
37862026-05-04T17:06:38.909Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37872026-05-04T17:06:39.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-04T17:06:39.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-04T17:06:39.688Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-05-04T17:06:50.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37912026-05-04T17:06:50.389Z
37922026-05-04T17:06:50.389Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37932026-05-04T17:06:50.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-04T17:06:50.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-04T17:06:51.171Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37962026-05-04T17:07:01.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37972026-05-04T17:07:01.770Z
37982026-05-04T17:07:01.770Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37992026-05-04T17:07:02.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-04T17:07:02.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-04T17:07:02.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-04T17:07:02.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-05-04T17:07:02.376Z
38042026-05-04T17:07:02.376Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38052026-05-04T17:07:02.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-04T17:07:02.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-04T17:07:02.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-04T17:07:02.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38092026-05-04T17:07:02.982Z
38102026-05-04T17:07:02.982Zinfo: running `cargo check --bins` on range-requests (193/274)
38112026-05-04T17:07:03.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-04T17:07:03.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-04T17:07:03.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-04T17:07:03.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-05-04T17:07:03.580Z
38162026-05-04T17:07:03.580Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38172026-05-04T17:07:04.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-04T17:07:04.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-04T17:07:04.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-04T17:07:04.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38212026-05-04T17:07:04.173Z
38222026-05-04T17:07:04.173Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38232026-05-04T17:07:04.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-04T17:07:04.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-04T17:07:04.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-04T17:07:04.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-05-04T17:07:04.793Z
38282026-05-04T17:07:04.793Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38292026-05-04T17:07:05.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-04T17:07:05.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-04T17:07:05.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-04T17:07:05.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38332026-05-04T17:07:05.409Z
38342026-05-04T17:07:05.409Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38352026-05-04T17:07:05.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-04T17:07:05.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-04T17:07:05.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-04T17:07:05.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38392026-05-04T17:07:06.049Z
38402026-05-04T17:07:06.050Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38412026-05-04T17:07:06.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-04T17:07:06.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-04T17:07:06.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-04T17:07:06.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38452026-05-04T17:07:06.660Z
38462026-05-04T17:07:06.660Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38472026-05-04T17:07:07.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-04T17:07:07.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-04T17:07:07.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-04T17:07:07.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38512026-05-04T17:07:07.293Z
38522026-05-04T17:07:07.293Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38532026-05-04T17:07:07.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-04T17:07:07.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-04T17:07:07.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-04T17:07:07.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38572026-05-04T17:07:07.917Z
38582026-05-04T17:07:07.917Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38592026-05-04T17:07:08.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-04T17:07:08.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-04T17:07:08.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-04T17:07:08.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-05-04T17:07:08.544Z
38642026-05-04T17:07:08.544Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38652026-05-04T17:07:09.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-04T17:07:09.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-04T17:07:09.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-04T17:07:09.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38692026-05-04T17:07:09.172Z
38702026-05-04T17:07:09.172Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38712026-05-04T17:07:09.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-04T17:07:09.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-04T17:07:09.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-04T17:07:09.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-05-04T17:07:09.797Z
38762026-05-04T17:07:09.797Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38772026-05-04T17:07:10.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-04T17:07:10.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-04T17:07:10.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-04T17:07:10.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38812026-05-04T17:07:10.448Z
38822026-05-04T17:07:10.448Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38832026-05-04T17:07:10.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-04T17:07:10.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-04T17:07:10.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-05-04T17:07:10.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38872026-05-04T17:07:11.075Z
38882026-05-04T17:07:11.075Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38892026-05-04T17:07:11.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-05-04T17:07:11.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-05-04T17:07:11.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-05-04T17:07:11.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38932026-05-04T17:07:11.720Z
38942026-05-04T17:07:11.721Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38952026-05-04T17:07:12.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-05-04T17:07:12.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-05-04T17:07:12.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-05-04T17:07:12.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38992026-05-04T17:07:12.383Z
39002026-05-04T17:07:12.383Zinfo: running `cargo check --bins` on update-common (208/274)
39012026-05-04T17:07:12.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-05-04T17:07:12.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-05-04T17:07:12.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-05-04T17:07:12.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39052026-05-04T17:07:12.997Z
39062026-05-04T17:07:12.997Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39072026-05-04T17:07:13.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-04T17:07:13.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-04T17:07:13.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-05-04T17:07:13.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39112026-05-04T17:07:13.659Z
39122026-05-04T17:07:13.659Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39132026-05-04T17:07:14.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-04T17:07:14.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-04T17:07:14.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-05-04T17:07:14.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39172026-05-04T17:07:14.252Z
39182026-05-04T17:07:14.252Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39192026-05-04T17:07:14.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-04T17:07:14.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-04T17:07:15.033Z Compiling fs-err v2.11.0
39222026-05-04T17:07:15.036Z Checking ignore v0.4.25
39232026-05-04T17:07:15.036Z Checking arc-swap v1.8.2
39242026-05-04T17:07:15.036Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39252026-05-04T17:07:15.169Z Checking predicates-tree v1.0.13
39262026-05-04T17:07:15.185Z Checking parse-size v1.1.0
39272026-05-04T17:07:15.198Z Checking rand_seeder v0.4.0
39282026-05-04T17:07:15.202Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39292026-05-04T17:07:15.274Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39302026-05-04T17:07:15.293Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39312026-05-04T17:07:15.339Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39322026-05-04T17:07:15.360Z Checking slog-scope v4.4.1
39332026-05-04T17:07:15.481Z Compiling petname v2.0.2
39342026-05-04T17:07:15.495Z Checking slog-stdlog v4.1.1
39352026-05-04T17:07:15.509Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39362026-05-04T17:07:15.530Z Checking globwalk v0.9.1
39372026-05-04T17:07:15.587Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39382026-05-04T17:07:15.611Z Checking slog-envlogger v2.2.0
39392026-05-04T17:07:15.708Z Checking camino-tempfile-ext v0.3.3
39402026-05-04T17:07:15.723Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39412026-05-04T17:07:15.760Z Checking sapling-renderdag v0.1.0
39422026-05-04T17:07:15.884Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39432026-05-04T17:07:15.899Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39442026-05-04T17:07:15.997Z Checking subprocess v0.2.15
39452026-05-04T17:07:16.067Z Checking sync-ptr v0.1.4
39462026-05-04T17:07:16.120Z Checking colored v2.2.0
39472026-05-04T17:07:16.183Z Checking assert_matches v1.5.0
39482026-05-04T17:07:16.270Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39492026-05-04T17:07:16.286Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39502026-05-04T17:07:16.382Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39512026-05-04T17:07:16.385Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39522026-05-04T17:07:16.967Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39532026-05-04T17:07:18.274Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39542026-05-04T17:07:20.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
39552026-05-04T17:07:20.676Z
39562026-05-04T17:07:20.677Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39572026-05-04T17:07:21.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-04T17:07:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-04T17:07:21.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-04T17:07:21.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-05-04T17:07:21.266Z
39622026-05-04T17:07:21.266Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39632026-05-04T17:07:21.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-04T17:07:21.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-04T17:07:21.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-04T17:07:21.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39672026-05-04T17:07:21.878Z
39682026-05-04T17:07:21.878Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39692026-05-04T17:07:22.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-04T17:07:22.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-04T17:07:22.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-05-04T17:07:22.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39732026-05-04T17:07:22.544Z
39742026-05-04T17:07:22.544Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39752026-05-04T17:07:23.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-04T17:07:23.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-04T17:07:23.270Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39782026-05-04T17:07:23.271Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39792026-05-04T17:07:23.915Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39802026-05-04T17:07:25.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39812026-05-04T17:07:25.682Z
39822026-05-04T17:07:25.682Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39832026-05-04T17:07:26.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-04T17:07:26.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-04T17:07:26.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-04T17:07:26.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39872026-05-04T17:07:26.289Z
39882026-05-04T17:07:26.289Zinfo: running `cargo check --bins` on cert-dev (217/274)
39892026-05-04T17:07:26.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-04T17:07:26.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-04T17:07:26.903Z Checking yasna v0.5.2
39922026-05-04T17:07:27.306Z Checking rcgen v0.12.1
39932026-05-04T17:07:27.553Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39942026-05-04T17:07:27.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39952026-05-04T17:07:27.913Z
39962026-05-04T17:07:27.913Zinfo: running `cargo check --bins` on clickana (218/274)
39972026-05-04T17:07:28.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-04T17:07:28.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-04T17:07:28.565Z Compiling darling_core v0.23.0
40002026-05-04T17:07:28.671Z Compiling instability v0.3.11
40012026-05-04T17:07:28.675Z Checking castaway v0.2.4
40022026-05-04T17:07:28.684Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40032026-05-04T17:07:28.684Z Compiling indoc v2.0.7
40042026-05-04T17:07:28.688Z Checking unicode-truncate v1.1.0
40052026-05-04T17:07:28.710Z Checking lru v0.12.5
40062026-05-04T17:07:28.711Z Checking cassowary v0.3.0
40072026-05-04T17:07:28.770Z Checking compact_str v0.8.1
40082026-05-04T17:07:29.633Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40092026-05-04T17:07:29.812Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40102026-05-04T17:07:30.080Z Compiling darling_macro v0.23.0
40112026-05-04T17:07:30.488Z Compiling darling v0.23.0
40122026-05-04T17:07:31.083Z Checking ratatui v0.29.0
40132026-05-04T17:07:32.119Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40142026-05-04T17:07:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
40152026-05-04T17:07:32.976Z
40162026-05-04T17:07:32.976Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40172026-05-04T17:07:33.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-04T17:07:33.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-04T17:07:33.706Z Checking headers-core v0.3.0
40202026-05-04T17:07:33.706Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40212026-05-04T17:07:33.903Z Checking headers v0.4.1
40222026-05-04T17:07:34.264Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40232026-05-04T17:07:35.104Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40242026-05-04T17:07:35.591Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40252026-05-04T17:07:36.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
40262026-05-04T17:07:36.201Z
40272026-05-04T17:07:36.201Zinfo: running `cargo check --bins` on ch-dev (220/274)
40282026-05-04T17:07:36.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-04T17:07:36.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-04T17:07:36.923Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40312026-05-04T17:07:37.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40322026-05-04T17:07:37.874Z
40332026-05-04T17:07:37.874Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40342026-05-04T17:07:38.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-04T17:07:38.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-04T17:07:38.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-05-04T17:07:38.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40382026-05-04T17:07:38.348Z
40392026-05-04T17:07:38.348Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40402026-05-04T17:07:38.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-05-04T17:07:38.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-05-04T17:07:39.070Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40432026-05-04T17:07:40.045Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40442026-05-04T17:07:40.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40452026-05-04T17:07:40.598Z
40462026-05-04T17:07:40.598Zinfo: running `cargo check --bins` on db-dev (223/274)
40472026-05-04T17:07:41.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-04T17:07:41.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-04T17:07:41.322Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40502026-05-04T17:07:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40512026-05-04T17:07:42.276Z
40522026-05-04T17:07:42.276Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40532026-05-04T17:07:42.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-04T17:07:42.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-04T17:07:42.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-04T17:07:42.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40572026-05-04T17:07:42.916Z
40582026-05-04T17:07:42.916Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40592026-05-04T17:07:43.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-04T17:07:43.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-04T17:07:43.524Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40622026-05-04T17:07:44.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40632026-05-04T17:07:44.366Z
40642026-05-04T17:07:44.366Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40652026-05-04T17:07:44.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-04T17:07:44.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-04T17:07:45.115Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40682026-05-04T17:07:45.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40692026-05-04T17:07:45.119Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40702026-05-04T17:07:45.119Z Checking git-stub v1.0.0
40712026-05-04T17:07:45.119Z Compiling trait-variant v0.1.2
40722026-05-04T17:07:45.119Z Checking maplit v1.0.2
40732026-05-04T17:07:45.237Z Checking is_ci v1.2.0
40742026-05-04T17:07:45.250Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40752026-05-04T17:07:45.330Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40762026-05-04T17:07:45.355Z Checking supports-color v3.0.2
40772026-05-04T17:07:45.376Z Checking git-stub-vcs v0.1.0
40782026-05-04T17:07:45.453Z Checking drift v0.1.3
40792026-05-04T17:07:45.475Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40802026-05-04T17:07:45.496Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40812026-05-04T17:07:45.572Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40822026-05-04T17:07:45.686Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40832026-05-04T17:07:45.734Z Checking dropshot-api-manager v0.7.1
40842026-05-04T17:07:45.753Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40852026-05-04T17:07:45.770Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40862026-05-04T17:07:45.970Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40872026-05-04T17:07:45.983Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40882026-05-04T17:07:46.211Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40892026-05-04T17:07:46.497Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40902026-05-04T17:07:51.433Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40912026-05-04T17:07:52.521Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40922026-05-04T17:07:53.075Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40932026-05-04T17:07:53.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40942026-05-04T17:07:53.705Z
40952026-05-04T17:07:53.705Zinfo: running `cargo check --bins` on installinator-api (227/274)
40962026-05-04T17:07:54.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-04T17:07:54.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-04T17:07:54.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-04T17:07:54.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41002026-05-04T17:07:54.307Z
41012026-05-04T17:07:54.307Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41022026-05-04T17:07:54.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-04T17:07:54.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-04T17:07:54.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-04T17:07:54.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-04T17:07:54.947Z
41072026-05-04T17:07:54.947Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41082026-05-04T17:07:55.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-04T17:07:55.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-04T17:07:55.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-04T17:07:55.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41122026-05-04T17:07:55.592Z
41132026-05-04T17:07:55.592Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41142026-05-04T17:07:56.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-04T17:07:56.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-04T17:07:56.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-04T17:07:56.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41182026-05-04T17:07:56.284Z
41192026-05-04T17:07:56.284Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41202026-05-04T17:07:56.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-04T17:07:56.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-04T17:07:56.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-04T17:07:56.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41242026-05-04T17:07:56.842Z
41252026-05-04T17:07:56.842Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41262026-05-04T17:07:57.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-04T17:07:57.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-04T17:07:57.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-05-04T17:07:57.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41302026-05-04T17:07:57.427Z
41312026-05-04T17:07:57.427Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41322026-05-04T17:07:57.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-05-04T17:07:57.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-05-04T17:07:57.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-05-04T17:07:57.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41362026-05-04T17:07:58.044Z
41372026-05-04T17:07:58.044Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41382026-05-04T17:07:58.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-04T17:07:58.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-04T17:07:58.648Z Checking typeid v1.0.3
41412026-05-04T17:07:58.759Z Checking ordered-float v2.10.1
41422026-05-04T17:07:58.779Z Checking unicode-xid v0.2.6
41432026-05-04T17:07:58.792Z Checking cargo-platform v0.2.0
41442026-05-04T17:07:58.800Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41452026-05-04T17:07:58.827Z Checking erased-serde v0.4.9
41462026-05-04T17:07:58.958Z Checking serde-value v0.7.0
41472026-05-04T17:07:59.133Z Checking serde-untagged v0.1.9
41482026-05-04T17:07:59.284Z Checking cargo-util-schemas v0.8.2
41492026-05-04T17:07:59.958Z Checking cargo_metadata v0.21.0
41502026-05-04T17:08:00.550Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41512026-05-04T17:08:01.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41522026-05-04T17:08:01.414Z
41532026-05-04T17:08:01.414Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41542026-05-04T17:08:01.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-05-04T17:08:01.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-05-04T17:08:02.154Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41572026-05-04T17:08:02.769Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41582026-05-04T17:08:03.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41592026-05-04T17:08:03.478Z
41602026-05-04T17:08:03.478Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41612026-05-04T17:08:04.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-05-04T17:08:04.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-05-04T17:08:04.340Z Compiling vergen-gitcl v1.0.8
41642026-05-04T17:08:04.340Z Compiling dirs-sys-next v0.1.2
41652026-05-04T17:08:04.340Z Compiling glob v0.3.3
41662026-05-04T17:08:04.340Z Compiling crunchy v0.2.4
41672026-05-04T17:08:04.343Z Compiling diesel_derives v2.3.7
41682026-05-04T17:08:04.343Z Compiling dsl_auto_type v0.2.0
41692026-05-04T17:08:04.343Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41702026-05-04T17:08:04.343Z Checking scheduled-thread-pool v0.2.7
41712026-05-04T17:08:04.603Z Compiling diesel_table_macro_syntax v0.3.0
41722026-05-04T17:08:04.686Z Compiling dirs-next v2.0.0
41732026-05-04T17:08:04.776Z Compiling tiny-keccak v2.0.2
41742026-05-04T17:08:04.808Z Compiling term v0.7.0
41752026-05-04T17:08:04.809Z Checking r2d2 v0.8.10
41762026-05-04T17:08:04.872Z Checking downcast-rs v2.0.2
41772026-05-04T17:08:04.891Z Compiling clang-sys v1.8.1
41782026-05-04T17:08:04.983Z Compiling bit-vec v0.6.3
41792026-05-04T17:08:04.997Z Compiling itertools v0.10.5
41802026-05-04T17:08:05.198Z Compiling bit-set v0.5.3
41812026-05-04T17:08:05.262Z Compiling ascii-canvas v3.0.0
41822026-05-04T17:08:05.355Z Compiling ena v0.14.4
41832026-05-04T17:08:05.379Z Compiling libloading v0.8.9
41842026-05-04T17:08:05.394Z Compiling bindgen v0.71.1
41852026-05-04T17:08:05.415Z Compiling regex-syntax v0.6.29
41862026-05-04T17:08:05.497Z Compiling diff v0.1.13
41872026-05-04T17:08:05.584Z Compiling cexpr v0.6.0
41882026-05-04T17:08:05.757Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41892026-05-04T17:08:05.834Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41902026-05-04T17:08:05.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41912026-05-04T17:08:05.989Z Compiling libxml v0.3.3
41922026-05-04T17:08:06.047Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41932026-05-04T17:08:06.234Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41942026-05-04T17:08:06.253Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41952026-05-04T17:08:06.355Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41962026-05-04T17:08:06.442Z Compiling strum_macros v0.24.3
41972026-05-04T17:08:06.542Z Compiling indoc v1.0.9
41982026-05-04T17:08:06.977Z Compiling lalrpop v0.19.12
41992026-05-04T17:08:07.505Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42002026-05-04T17:08:07.520Z Checking derive_builder v0.20.2
42012026-05-04T17:08:07.637Z Compiling oso-derive v0.27.3
42022026-05-04T17:08:07.694Z Checking quick-xml v0.37.5
42032026-05-04T17:08:07.807Z Compiling impl-trait-for-tuples v0.2.3
42042026-05-04T17:08:08.138Z Checking openssl-probe v0.1.6
42052026-05-04T17:08:08.279Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42062026-05-04T17:08:08.581Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42072026-05-04T17:08:08.774Z Checking bb8 v0.8.6
42082026-05-04T17:08:09.034Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42092026-05-04T17:08:09.058Z Checking nonempty v0.12.0
42102026-05-04T17:08:09.236Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42112026-05-04T17:08:09.252Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42122026-05-04T17:08:09.267Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42132026-05-04T17:08:09.337Z Checking console v0.16.2
42142026-05-04T17:08:09.458Z Checking unit-prefix v0.5.2
42152026-05-04T17:08:09.473Z Checking support-bundle-viewer v0.1.2
42162026-05-04T17:08:09.590Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42172026-05-04T17:08:09.643Z Checking indicatif v0.18.4
42182026-05-04T17:08:09.716Z Checking multimap v0.10.1
42192026-05-04T17:08:10.290Z Checking diesel v2.3.7
42202026-05-04T17:08:11.997Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42212026-05-04T17:08:12.660Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42222026-05-04T17:08:13.000Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42232026-05-04T17:08:13.203Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42242026-05-04T17:08:13.652Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42252026-05-04T17:08:14.003Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42262026-05-04T17:08:14.430Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42272026-05-04T17:08:15.069Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42282026-05-04T17:08:17.113Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42292026-05-04T17:08:22.098Z Compiling samael v0.0.19
42302026-05-04T17:08:25.913Z Checking diesel-dtrace v0.5.0
42312026-05-04T17:08:26.152Z Checking async-bb8-diesel v0.2.1
42322026-05-04T17:08:26.970Z Compiling polar-core v0.27.3
42332026-05-04T17:08:31.384Z Checking oso v0.27.3
42342026-05-04T17:09:08.296Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42352026-05-04T17:09:41.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42362026-05-04T17:09:41.510Z
42372026-05-04T17:09:41.510Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42382026-05-04T17:09:42.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-05-04T17:09:42.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-05-04T17:09:42.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-05-04T17:09:42.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42422026-05-04T17:09:42.177Z
42432026-05-04T17:09:42.177Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42442026-05-04T17:09:42.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-05-04T17:09:42.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-05-04T17:09:42.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-05-04T17:09:42.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42482026-05-04T17:09:42.841Z
42492026-05-04T17:09:42.841Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42502026-05-04T17:09:43.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-04T17:09:43.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-04T17:09:43.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-05-04T17:09:43.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42542026-05-04T17:09:43.436Z
42552026-05-04T17:09:43.436Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42562026-05-04T17:09:44.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-04T17:09:44.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-04T17:09:44.316Z Compiling libz-sys v1.1.24
42592026-05-04T17:09:44.447Z Compiling libgit2-sys v0.18.3+1.9.2
42602026-05-04T17:09:44.481Z Compiling vergen-git2 v1.0.7
42612026-05-04T17:09:44.484Z Compiling rustls v0.21.12
42622026-05-04T17:09:44.484Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42632026-05-04T17:09:44.487Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42642026-05-04T17:09:44.487Z Checking sct v0.7.1
42652026-05-04T17:09:44.487Z Checking rustls-webpki v0.101.7
42662026-05-04T17:09:44.657Z Compiling nix v0.29.0
42672026-05-04T17:09:44.698Z Compiling dropshot v0.16.7
42682026-05-04T17:09:44.740Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42692026-05-04T17:09:44.776Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42702026-05-04T17:09:44.814Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42712026-05-04T17:09:44.955Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42722026-05-04T17:09:44.970Z Checking toml v0.9.12+spec-1.1.0
42732026-05-04T17:09:44.984Z Compiling dropshot_endpoint v0.16.7
42742026-05-04T17:09:45.087Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42752026-05-04T17:09:45.287Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42762026-05-04T17:09:45.463Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42772026-05-04T17:09:45.526Z Checking rustls-pemfile v1.0.4
42782026-05-04T17:09:45.664Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42792026-05-04T17:09:45.887Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42802026-05-04T17:09:45.988Z Checking twox-hash v2.1.2
42812026-05-04T17:09:46.097Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42822026-05-04T17:09:46.113Z Checking tokio-rustls v0.24.1
42832026-05-04T17:09:46.707Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42842026-05-04T17:09:46.742Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42852026-05-04T17:09:46.893Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42862026-05-04T17:09:47.371Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42872026-05-04T17:09:47.388Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42882026-05-04T17:09:47.468Z Checking fatfs v0.3.6
42892026-05-04T17:09:47.530Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42902026-05-04T17:09:47.737Z Compiling seq-macro v0.3.6
42912026-05-04T17:09:51.304Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42922026-05-04T17:09:51.426Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42932026-05-04T17:09:51.628Z Compiling git2 v0.20.4
42942026-05-04T17:09:53.828Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42952026-05-04T17:10:39.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.43s
42962026-05-04T17:10:40.607Z
42972026-05-04T17:10:40.607Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42982026-05-04T17:10:40.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-04T17:10:40.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-04T17:10:40.998Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43012026-05-04T17:11:19.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.25s
43022026-05-04T17:11:19.574Z
43032026-05-04T17:11:19.574Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43042026-05-04T17:11:20.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-04T17:11:20.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-04T17:11:20.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-04T17:11:20.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43082026-05-04T17:11:20.175Z
43092026-05-04T17:11:20.175Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43102026-05-04T17:11:20.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-04T17:11:20.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-04T17:11:20.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-04T17:11:20.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43142026-05-04T17:11:20.823Z
43152026-05-04T17:11:20.823Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43162026-05-04T17:11:21.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-04T17:11:21.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-04T17:11:21.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-04T17:11:21.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43202026-05-04T17:11:21.475Z
43212026-05-04T17:11:21.475Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43222026-05-04T17:11:22.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-04T17:11:22.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-04T17:11:22.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-04T17:11:22.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43262026-05-04T17:11:22.149Z
43272026-05-04T17:11:22.149Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43282026-05-04T17:11:22.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-04T17:11:22.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-04T17:11:22.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-04T17:11:22.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43322026-05-04T17:11:22.800Z
43332026-05-04T17:11:22.800Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43342026-05-04T17:11:23.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-04T17:11:23.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-04T17:11:23.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-04T17:11:23.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43382026-05-04T17:11:23.466Z
43392026-05-04T17:11:23.466Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43402026-05-04T17:11:24.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-04T17:11:24.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-04T17:11:24.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-04T17:11:24.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43442026-05-04T17:11:24.132Z
43452026-05-04T17:11:24.132Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43462026-05-04T17:11:24.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-04T17:11:24.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-04T17:11:24.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-04T17:11:24.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43502026-05-04T17:11:24.797Z
43512026-05-04T17:11:24.797Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43522026-05-04T17:11:25.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-04T17:11:25.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-04T17:11:25.700Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43552026-05-04T17:11:25.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43562026-05-04T17:11:25.889Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43572026-05-04T17:11:25.919Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43582026-05-04T17:11:25.940Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43592026-05-04T17:11:25.956Z Checking yansi v1.0.1
43602026-05-04T17:11:25.959Z Checking diff v0.1.13
43612026-05-04T17:11:25.985Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43622026-05-04T17:11:26.029Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43632026-05-04T17:11:26.203Z Checking pretty_assertions v1.4.1
43642026-05-04T17:11:26.853Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-05-04T17:11:27.178Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43662026-05-04T17:11:50.812Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43672026-05-04T17:11:50.816Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43682026-05-04T17:11:50.816Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43692026-05-04T17:11:50.816Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43702026-05-04T17:11:50.816Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43712026-05-04T17:11:50.817Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43722026-05-04T17:11:51.621Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43732026-05-04T17:11:52.704Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43742026-05-04T17:12:30.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43752026-05-04T17:12:31.189Z
43762026-05-04T17:12:31.189Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43772026-05-04T17:12:31.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-04T17:12:31.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-04T17:12:31.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-04T17:12:31.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43812026-05-04T17:12:31.774Z
43822026-05-04T17:12:31.774Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43832026-05-04T17:12:32.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-04T17:12:32.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-04T17:12:32.550Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43862026-05-04T17:12:32.670Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43872026-05-04T17:12:32.673Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43882026-05-04T17:12:58.429Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43892026-05-04T17:12:58.811Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43902026-05-04T17:13:00.501Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43912026-05-04T17:13:00.953Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43922026-05-04T17:13:03.863Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43932026-05-04T17:13:26.402Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43942026-05-04T17:13:27.098Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43952026-05-04T17:13:28.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.92s
43962026-05-04T17:13:28.915Z
43972026-05-04T17:13:28.915Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43982026-05-04T17:13:29.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-04T17:13:29.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-04T17:13:29.635Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44012026-05-04T17:13:30.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44022026-05-04T17:13:30.523Z
44032026-05-04T17:13:30.523Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44042026-05-04T17:13:31.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-04T17:13:31.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-04T17:13:31.176Z Compiling blake3 v1.8.3
44072026-05-04T17:13:31.284Z Checking arrayref v0.3.9
44082026-05-04T17:13:31.287Z Checking constant_time_eq v0.4.2
44092026-05-04T17:13:31.291Z Checking arrayvec v0.7.6
44102026-05-04T17:13:31.304Z Checking topological-sort v0.2.2
44112026-05-04T17:13:31.307Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44122026-05-04T17:13:31.307Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44132026-05-04T17:13:31.307Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44142026-05-04T17:13:31.347Z Checking shell-words v1.1.1
44152026-05-04T17:13:32.170Z Checking omicron-zone-package v0.12.2
44162026-05-04T17:13:32.879Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44172026-05-04T17:13:33.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
44182026-05-04T17:13:33.886Z
44192026-05-04T17:13:33.886Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44202026-05-04T17:13:34.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-04T17:13:34.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-04T17:13:34.529Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44232026-05-04T17:13:34.848Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44242026-05-04T17:13:35.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44252026-05-04T17:13:35.440Z
44262026-05-04T17:13:35.440Zinfo: running `cargo check --bins` on schema (256/274)
44272026-05-04T17:13:35.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-05-04T17:13:35.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-05-04T17:13:36.167Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44302026-05-04T17:13:36.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44312026-05-04T17:13:37.052Z
44322026-05-04T17:13:37.052Zinfo: running `cargo check --bins` on xtask (257/274)
44332026-05-04T17:13:37.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-05-04T17:13:37.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-05-04T17:13:37.502Z Checking libc v0.2.185
44362026-05-04T17:13:37.505Z Checking serde v1.0.228
44372026-05-04T17:13:37.589Z Checking zerofrom v0.1.6
44382026-05-04T17:13:37.593Z Checking bitflags v2.11.0
44392026-05-04T17:13:37.598Z Checking smallvec v1.15.1
44402026-05-04T17:13:37.605Z Checking indexmap v2.14.0
44412026-05-04T17:13:37.614Z Checking serde_json v1.0.149
44422026-05-04T17:13:37.617Z Checking num-traits v0.2.19
44432026-05-04T17:13:37.683Z Checking yoke v0.8.1
44442026-05-04T17:13:37.733Z Checking scroll v0.12.0
44452026-05-04T17:13:37.767Z Checking thiserror v1.0.69
44462026-05-04T17:13:37.846Z Checking zerovec v0.11.5
44472026-05-04T17:13:37.861Z Checking zerotrie v0.2.3
44482026-05-04T17:13:37.872Z Checking errno v0.3.14
44492026-05-04T17:13:37.958Z Checking log v0.4.29
44502026-05-04T17:13:37.969Z Checking toml_datetime v0.6.11
44512026-05-04T17:13:37.983Z Checking rustix v1.1.3
44522026-05-04T17:13:38.094Z Checking serde_spanned v0.6.9
44532026-05-04T17:13:38.107Z Checking percent-encoding v2.3.2
44542026-05-04T17:13:38.123Z Checking zerocopy v0.7.35
44552026-05-04T17:13:38.136Z Checking ordered-float v2.10.1
44562026-05-04T17:13:38.147Z Checking goblin v0.8.2
44572026-05-04T17:13:38.213Z Checking toml_edit v0.22.27
44582026-05-04T17:13:38.227Z Checking getrandom v0.4.1
44592026-05-04T17:13:38.257Z Checking form_urlencoded v1.2.2
44602026-05-04T17:13:38.271Z Checking tinystr v0.8.2
44612026-05-04T17:13:38.353Z Checking potential_utf v0.1.4
44622026-05-04T17:13:38.371Z Checking serde-value v0.7.0
44632026-05-04T17:13:38.382Z Checking thiserror v2.0.18
44642026-05-04T17:13:38.444Z Checking icu_locale_core v2.1.1
44652026-05-04T17:13:38.477Z Checking icu_collections v2.1.1
44662026-05-04T17:13:38.480Z Checking syn v2.0.117
44672026-05-04T17:13:38.572Z Checking dtrace-parser v0.2.0
44682026-05-04T17:13:38.603Z Checking thread-id v4.2.2
44692026-05-04T17:13:38.683Z Checking once_cell v1.21.3
44702026-05-04T17:13:38.785Z Checking terminal_size v0.4.3
44712026-05-04T17:13:38.797Z Checking cargo-platform v0.2.0
44722026-05-04T17:13:38.807Z Checking memmap v0.7.0
44732026-05-04T17:13:38.854Z Checking tempfile v3.25.0
44742026-05-04T17:13:38.898Z Checking clap_builder v4.5.60
44752026-05-04T17:13:38.930Z Checking textwrap v0.16.2
44762026-05-04T17:13:38.969Z Checking fs-err v3.3.0
44772026-05-04T17:13:38.990Z Checking icu_provider v2.1.1
44782026-05-04T17:13:39.045Z Checking camino-tempfile v1.4.1
44792026-05-04T17:13:39.134Z Checking tabled v0.15.0
44802026-05-04T17:13:39.144Z Checking anyhow v1.0.102
44812026-05-04T17:13:39.198Z Checking macaddr v1.0.1
44822026-05-04T17:13:39.223Z Checking icu_properties v2.1.2
44832026-05-04T17:13:39.319Z Checking icu_normalizer v2.1.1
44842026-05-04T17:13:39.333Z Checking toml v0.8.23
44852026-05-04T17:13:39.374Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44862026-05-04T17:13:39.645Z Checking cargo_toml v0.21.0
44872026-05-04T17:13:40.001Z Checking dof v0.3.0
44882026-05-04T17:13:40.022Z Checking idna_adapter v1.2.1
44892026-05-04T17:13:40.097Z Checking clap v4.5.60
44902026-05-04T17:13:40.139Z Checking idna v1.1.0
44912026-05-04T17:13:40.269Z Checking usdt-impl v0.5.0
44922026-05-04T17:13:40.365Z Checking url v2.5.8
44932026-05-04T17:13:40.521Z Checking usdt v0.5.0
44942026-05-04T17:13:40.707Z Checking cargo-util-schemas v0.8.2
44952026-05-04T17:13:41.387Z Checking cargo_metadata v0.21.0
44962026-05-04T17:13:41.982Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44972026-05-04T17:13:42.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
44982026-05-04T17:13:42.516Z
44992026-05-04T17:13:42.516Zinfo: running `cargo check --bins` on dnsadm (258/274)
45002026-05-04T17:13:43.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-05-04T17:13:43.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-05-04T17:13:43.151Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45032026-05-04T17:13:43.623Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45042026-05-04T17:13:44.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
45052026-05-04T17:13:44.212Z
45062026-05-04T17:13:44.213Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45072026-05-04T17:13:44.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-05-04T17:13:44.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-05-04T17:13:45.001Z Checking polyval v0.6.2
45102026-05-04T17:13:45.127Z Checking ctr v0.9.2
45112026-05-04T17:13:45.136Z Checking ssh-encoding v0.2.0
45122026-05-04T17:13:45.138Z Checking blowfish v0.9.1
45132026-05-04T17:13:45.156Z Checking password-hash v0.4.2
45142026-05-04T17:13:45.170Z Checking p521 v0.13.3
45152026-05-04T17:13:45.170Z Checking p256 v0.13.2
45162026-05-04T17:13:45.198Z Checking russh-cryptovec v0.7.3
45172026-05-04T17:13:45.266Z Checking ghash v0.5.1
45182026-05-04T17:13:45.281Z Checking bcrypt-pbkdf v0.10.0
45192026-05-04T17:13:45.281Z Checking md5 v0.7.0
45202026-05-04T17:13:45.310Z Checking num-bigint v0.4.6
45212026-05-04T17:13:45.365Z Checking pbkdf2 v0.11.0
45222026-05-04T17:13:45.367Z Checking des v0.8.1
45232026-05-04T17:13:45.394Z Checking aes-gcm v0.10.3
45242026-05-04T17:13:45.425Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45252026-05-04T17:13:45.490Z Checking hex-literal v0.4.1
45262026-05-04T17:13:45.507Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45272026-05-04T17:13:45.530Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45282026-05-04T17:13:45.530Z Checking socket2 v0.5.10
45292026-05-04T17:13:45.557Z Checking ssh-cipher v0.2.0
45302026-05-04T17:13:45.585Z Checking internet-checksum v0.2.1
45312026-05-04T17:13:45.718Z Checking ssh-key v0.6.7
45322026-05-04T17:13:45.815Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45332026-05-04T17:13:46.338Z Checking russh-keys v0.45.0
45342026-05-04T17:13:46.886Z Checking russh v0.45.0
45352026-05-04T17:14:01.668Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45362026-05-04T17:14:02.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.66s
45372026-05-04T17:14:03.091Z
45382026-05-04T17:14:03.091Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45392026-05-04T17:14:03.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-04T17:14:03.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-04T17:14:03.734Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45422026-05-04T17:14:03.841Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45432026-05-04T17:14:03.849Z Checking termios v0.3.3
45442026-05-04T17:14:05.044Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45452026-05-04T17:14:05.191Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45462026-05-04T17:14:06.973Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45472026-05-04T17:14:07.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45482026-05-04T17:14:07.725Z
45492026-05-04T17:14:07.725Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45502026-05-04T17:14:08.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-05-04T17:14:08.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-05-04T17:14:08.439Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45532026-05-04T17:14:08.554Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45542026-05-04T17:14:08.564Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45552026-05-04T17:14:08.566Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45562026-05-04T17:14:08.578Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45572026-05-04T17:14:08.578Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45582026-05-04T17:14:09.302Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45592026-05-04T17:14:09.638Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45602026-05-04T17:14:09.641Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45612026-05-04T17:14:10.276Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45622026-05-04T17:14:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45632026-05-04T17:14:12.103Z
45642026-05-04T17:14:12.103Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45652026-05-04T17:14:12.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-05-04T17:14:12.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-05-04T17:14:12.824Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45682026-05-04T17:14:13.185Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45692026-05-04T17:14:13.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45702026-05-04T17:14:13.696Z
45712026-05-04T17:14:13.696Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45722026-05-04T17:14:14.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-04T17:14:14.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-04T17:14:14.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45752026-05-04T17:14:14.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45762026-05-04T17:14:14.282Z
45772026-05-04T17:14:14.282Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45782026-05-04T17:14:14.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-04T17:14:14.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-04T17:14:14.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-05-04T17:14:14.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45822026-05-04T17:14:14.868Z
45832026-05-04T17:14:14.868Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45842026-05-04T17:14:15.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-04T17:14:15.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-04T17:14:15.625Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45872026-05-04T17:14:16.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45882026-05-04T17:14:16.430Z
45892026-05-04T17:14:16.430Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45902026-05-04T17:14:16.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-05-04T17:14:16.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-05-04T17:14:17.079Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45932026-05-04T17:14:17.082Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45942026-05-04T17:14:17.330Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45952026-05-04T17:14:17.330Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45962026-05-04T17:14:18.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45972026-05-04T17:14:18.305Z
45982026-05-04T17:14:18.305Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45992026-05-04T17:14:18.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-04T17:14:18.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-04T17:14:18.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46022026-05-04T17:14:18.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46032026-05-04T17:14:18.891Z
46042026-05-04T17:14:18.891Zinfo: running `cargo check --bins` on omicron-package (268/274)
46052026-05-04T17:14:19.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-04T17:14:19.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-04T17:14:19.574Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46082026-05-04T17:14:20.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46092026-05-04T17:14:20.844Z
46102026-05-04T17:14:20.844Zinfo: running `cargo check --bins` on tqdb (269/274)
46112026-05-04T17:14:21.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-04T17:14:21.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-04T17:14:21.623Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46142026-05-04T17:14:21.981Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46152026-05-04T17:14:22.492Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46162026-05-04T17:14:22.495Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46172026-05-04T17:14:28.246Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46182026-05-04T17:14:28.246Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46192026-05-04T17:14:28.810Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46202026-05-04T17:14:28.812Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46212026-05-04T17:14:28.813Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-05-04T17:14:28.813Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46232026-05-04T17:14:29.562Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46242026-05-04T17:14:30.580Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46252026-05-04T17:14:31.342Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46262026-05-04T17:14:31.953Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46272026-05-04T17:14:35.914Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46282026-05-04T17:14:42.210Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46292026-05-04T17:14:42.214Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46302026-05-04T17:14:42.214Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46312026-05-04T17:14:42.214Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46322026-05-04T17:14:43.662Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46332026-05-04T17:14:44.964Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46342026-05-04T17:14:45.640Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46352026-05-04T17:14:46.869Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46362026-05-04T17:14:47.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.56s
46372026-05-04T17:14:47.626Z
46382026-05-04T17:14:47.626Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46392026-05-04T17:14:48.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-05-04T17:14:48.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-05-04T17:14:48.331Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46422026-05-04T17:14:48.335Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46432026-05-04T17:14:48.335Z Checking rtoolbox v0.0.3
46442026-05-04T17:14:48.462Z Checking tui-tree-widget v0.23.1
46452026-05-04T17:14:48.560Z Checking rpassword v7.4.0
46462026-05-04T17:14:49.587Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46472026-05-04T17:14:52.541Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46482026-05-04T17:14:54.395Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46492026-05-04T17:14:55.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
46502026-05-04T17:14:55.503Z
46512026-05-04T17:14:55.503Zinfo: running `cargo check --bins` on wicket (271/274)
46522026-05-04T17:14:56.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-04T17:14:56.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-04T17:14:56.204Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46552026-05-04T17:14:56.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46562026-05-04T17:14:56.757Z
46572026-05-04T17:14:56.757Zinfo: running `cargo check --bins` on wicketd (272/274)
46582026-05-04T17:14:57.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-04T17:14:57.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-04T17:14:57.479Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46612026-05-04T17:14:57.482Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46622026-05-04T17:14:57.482Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46632026-05-04T17:14:57.482Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46642026-05-04T17:14:58.460Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46652026-05-04T17:14:59.031Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46662026-05-04T17:15:01.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
46672026-05-04T17:15:02.161Z
46682026-05-04T17:15:02.161Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46692026-05-04T17:15:02.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-04T17:15:02.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-04T17:15:02.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46722026-05-04T17:15:02.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46732026-05-04T17:15:02.749Z
46742026-05-04T17:15:02.749Zinfo: running `cargo check --bins` on zone-setup (274/274)
46752026-05-04T17:15:03.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-04T17:15:03.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-04T17:15:03.416Z Checking uzers v0.12.2
46782026-05-04T17:15:03.692Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46792026-05-04T17:15:04.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46802026-05-04T17:15:04.650Z
46812026-05-04T17:15:04.650Zreal 14:03.338734171
46822026-05-04T17:15:04.651Zuser 20:28.010212224
46832026-05-04T17:15:04.651Zsys 4:13.382605593
46842026-05-04T17:15:04.651Ztrap 0.328315407
46852026-05-04T17:15:04.651Ztflt 0.353915652
46862026-05-04T17:15:04.651Zdflt 0.883130671
46872026-05-04T17:15:04.651Zkflt 0.001749870
46882026-05-04T17:15:04.651Zlock 1:16:55.498533454
46892026-05-04T17:15:04.651Zslp 1:37:42.688534446
46902026-05-04T17:15:04.651Zlat 59.113573880
46912026-05-04T17:15:04.651Zstop 3:34.808158753
46922026-05-04T17:15:04.654Zprocess exited: duration 1019206 ms, exit code 0
 
46932026-05-04T17:15:04.661Zfound 0 output files