01KPC09NM1FX8XB9GKZPX1G7HT: 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: 01KPC09ZSG2K3PSD9VJ9C283E4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T20:40:11.969Zjob assigned to worker 01KPC0AATCMVJAERBCA44K3P47 [factory aws, i-0426cbde98231649f] (queued for 54 s)
 
22026-04-16T20:40:18.802Zstarting task 0: "setup"
32026-04-16T20:40:18.808Z++ uname -s
42026-04-16T20:40:18.812Z+ kern=SunOS
52026-04-16T20:40:18.812Z+ build_user=build
62026-04-16T20:40:18.812Z+ build_uid=12345
72026-04-16T20:40:18.812Z+ work_dir=/work
82026-04-16T20:40:18.812Z+ input_dir=/input
92026-04-16T20:40:18.812Z+ [[ 0 == 12345 ]]
102026-04-16T20:40:18.812Z+ case "$kern" in
112026-04-16T20:40:18.812Z+ groupadd -g 12345 build
122026-04-16T20:40:18.812Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T20:40:20.819Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T20:40:20.880Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T20:40:20.884Z+ home_fs=zfs
162026-04-16T20:40:20.884Z+ [[ zfs == autofs ]]
172026-04-16T20:40:20.884Z+ mkdir -p /home/build
182026-04-16T20:40:20.884Z+ chown build:build /home/build /work
192026-04-16T20:40:22.885Z+ chmod 0700 /home/build /work
202026-04-16T20:40:22.888Zprocess exited: duration 4084 ms, exit code 0
 
212026-04-16T20:40:22.897Zstarting task 1: "rust-toolchain"
222026-04-16T20:40:22.901Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-16T20:40:22.901Z * rust toolchain channel = "1.94.0"
242026-04-16T20:40:22.901Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-16T20:40:22.901Z * rust toolchain profile = "default"
262026-04-16T20:40:22.901Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-16T20:40:22.901Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-16T20:40:22.906Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T20:40:22.906Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-16T20:40:23.024Zinfo: downloading installer
312026-04-16T20:40:24.474Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T20:40:24.474Zwarn: /opt/ooce/bin
332026-04-16T20:40:24.474Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T20:40:24.474Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T20:40:24.474Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T20:40:24.474Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T20:40:24.474Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T20:40:24.474Zerror: cannot install while Rust is installed
392026-04-16T20:40:24.474Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T20:40:24.475Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T20:40:24.475Zwarn: /home/build/.rustup/settings.toml
422026-04-16T20:40:24.475Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T20:40:24.475Zwarn: instead of the one inferred from the default host triple.
442026-04-16T20:40:24.500Zinfo: profile set to default
452026-04-16T20:40:24.500Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T20:40:24.503Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-16T20:40:24.637Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-16T20:40:24.640Zinfo: downloading 6 components
492026-04-16T20:40:38.679Z
502026-04-16T20:40:38.679Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-16T20:40:38.712Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-16T20:40:38.712Z
532026-04-16T20:40:38.712Z
542026-04-16T20:40:38.712ZRust is installed now. Great!
552026-04-16T20:40:38.712Z
562026-04-16T20:40:38.712ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T20:40:38.712Zenvironment variable. This has not been done automatically.
582026-04-16T20:40:38.712Z
592026-04-16T20:40:38.712ZTo configure your current shell, you need to source
602026-04-16T20:40:38.712Zthe corresponding env file under $HOME/.cargo.
612026-04-16T20:40:38.712Z
622026-04-16T20:40:38.712ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T20:40:38.712Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T20:40:38.716Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T20:40:38.716Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T20:40:38.716Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T20:40:38.716Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T20:40:38.716Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T20:40:38.716Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T20:40:38.716Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T20:40:38.794Z+ rustup --version
722026-04-16T20:40:38.803Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T20:40:38.807Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T20:40:38.825Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-16T20:40:38.828Z+ cargo --version
762026-04-16T20:40:38.841Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-16T20:40:38.844Z+ rustc --version
782026-04-16T20:40:38.866Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-16T20:40:38.871Zprocess exited: duration 15966 ms, exit code 0
 
802026-04-16T20:40:38.879Zstarting task 2: "authentication"
812026-04-16T20:40:38.895Zprocess exited: duration 16 ms, exit code 0
 
822026-04-16T20:40:38.901Zstarting task 3: "clone repository"
832026-04-16T20:40:38.904Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-16T20:40:38.907Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-16T20:40:39.107ZCloning into '/work/oxidecomputer/omicron'...
862026-04-16T20:40:50.084Z+ cd /work/oxidecomputer/omicron
872026-04-16T20:40:50.084Z+ git fetch origin 440b37b2ff92511137e8632699ce2e5edbca5696
882026-04-16T20:40:50.358ZFrom https://github.com/oxidecomputer/omicron
892026-04-16T20:40:50.358Z * branch 440b37b2ff92511137e8632699ce2e5edbca5696 -> FETCH_HEAD
902026-04-16T20:40:50.365Z+ [[ -n ben/drop-opte-lock-before-returning ]]
912026-04-16T20:40:50.368Z++ git branch --show-current
922026-04-16T20:40:50.368Z+ current=main
932026-04-16T20:40:50.368Z+ [[ main != ben/drop-opte-lock-before-returning ]]
942026-04-16T20:40:50.369Z+ git branch -f ben/drop-opte-lock-before-returning 440b37b2ff92511137e8632699ce2e5edbca5696
952026-04-16T20:40:50.371Z+ git checkout -f ben/drop-opte-lock-before-returning
962026-04-16T20:40:50.529ZSwitched to branch 'ben/drop-opte-lock-before-returning'
972026-04-16T20:40:50.532Z+ git reset --hard 440b37b2ff92511137e8632699ce2e5edbca5696
982026-04-16T20:40:50.684ZHEAD is now at 440b37b2f even smallerer lock scope
992026-04-16T20:40:50.687Zprocess exited: duration 11781 ms, exit code 0
 
1002026-04-16T20:40:50.693Zstarting task 4: "build"
1012026-04-16T20:40:50.698Z+ source .github/buildomat/ci-env.sh
1022026-04-16T20:40:50.698Z++ export CARGO_TERM_COLOR=always
1032026-04-16T20:40:50.698Z++ CARGO_TERM_COLOR=always
1042026-04-16T20:40:50.701Z+ cargo --version
1052026-04-16T20:40:50.708Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-16T20:40:50.711Z+ rustc --version
1072026-04-16T20:40:50.731Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-16T20:40:50.734Z+ source ./env.sh
1092026-04-16T20:40:50.734Z++ OLD_SHELL_OPTS=ehxB
1102026-04-16T20:40:50.734Z++ set -o xtrace
1112026-04-16T20:40:50.737Z++++ dirname ./env.sh
1122026-04-16T20:40:50.737Z+++ readlink -f .
1132026-04-16T20:40:50.750Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-16T20:40:50.753Z++ 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-04-16T20:40:50.753Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-16T20:40:50.753Z++ 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-04-16T20:40:50.753Z++ 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-04-16T20:40:50.753Z++ 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-04-16T20:40:50.753Z++ 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-04-16T20:40:50.753Z++ 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-04-16T20:40:50.753Z++ 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-04-16T20:40:50.753Z++ case $OLD_SHELL_OPTS in
1232026-04-16T20:40:50.753Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-16T20:40:50.753Z+ 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-04-16T20:40:50.753Z+ 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-04-16T20:40:50.753Z+ banner prerequisites
1272026-04-16T20:40:50.753Z
1282026-04-16T20:40:50.753Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-16T20:40:50.753Z # # # # # # # # # # # # # # #
1302026-04-16T20:40:50.754Z # # # # ##### # # ##### # # # # # #### #
1312026-04-16T20:40:50.754Z ##### ##### # ##### # # # # # # # # #
1322026-04-16T20:40:50.754Z # # # # # # # # # # # # # # #
1332026-04-16T20:40:50.754Z # # # ###### # # ###### ### # #### # #### #
1342026-04-16T20:40:50.754Z
1352026-04-16T20:40:50.754Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-16T20:41:00.924Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-16T20:41:08.381Z Startup: Caching catalogs ... Done
1382026-04-16T20:41:14.281ZPlanning: Solver setup ... Done (4.600s)
1392026-04-16T20:41:14.312ZPlanning: Running solver ... Done (0.032s)
1402026-04-16T20:41:14.445ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-16T20:41:14.465ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-16T20:41:14.587ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-16T20:41:14.624ZPlanning: Package planning ... Done (0.037s)
1442026-04-16T20:41:14.660ZPlanning: Merging actions ... Done (0.036s)
1452026-04-16T20:41:14.840ZPlanning: Checking for conflicting actions ... Done (0.179s)
1462026-04-16T20:41:14.849ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-16T20:41:15.481ZPlanning: Evaluating mediators ... Done (0.632s)
1482026-04-16T20:41:15.488ZPlanning: Planning completed in 6.94 seconds
1492026-04-16T20:41:15.499Z Packages to install: 5
1502026-04-16T20:41:15.499Z Mediators to change: 3
1512026-04-16T20:41:15.502Z Services to change: 1
1522026-04-16T20:41:15.502Z Estimated space available: 155.34 GB
1532026-04-16T20:41:15.502ZEstimated space to be consumed: 1.89 GB
1542026-04-16T20:41:15.502Z Create boot environment: No
1552026-04-16T20:41:15.502ZCreate backup boot environment: No
1562026-04-16T20:41:15.502Z Rebuild boot archive: No
1572026-04-16T20:41:15.502Z
1582026-04-16T20:41:15.502ZChanged mediators:
1592026-04-16T20:41:15.502Z mediator clang:
1602026-04-16T20:41:15.502Z version: None -> 15 (system default)
1612026-04-16T20:41:15.502Z
1622026-04-16T20:41:15.502Z mediator llvm:
1632026-04-16T20:41:15.502Z version: 14 (system default) -> 15 (system default)
1642026-04-16T20:41:15.502Z
1652026-04-16T20:41:15.502Z mediator postgresql:
1662026-04-16T20:41:15.503Z version: 15 (system default) -> 18 (system default)
1672026-04-16T20:41:15.503Z
1682026-04-16T20:41:15.503ZChanged packages:
1692026-04-16T20:41:15.503Zhelios-dev
1702026-04-16T20:41:15.503Z developer/build-essential
1712026-04-16T20:41:15.503Z None -> 11-2.0
1722026-04-16T20:41:15.503Z library/libxmlsec1
1732026-04-16T20:41:15.503Z None -> 1.2.35-2.0
1742026-04-16T20:41:15.503Z ooce/developer/clang-15
1752026-04-16T20:41:15.503Z None -> 15.0.7-2.0
1762026-04-16T20:41:15.503Z ooce/developer/llvm-15
1772026-04-16T20:41:15.503Z None -> 15.0.7-2.0
1782026-04-16T20:41:15.503Z ooce/library/postgresql-18
1792026-04-16T20:41:15.503Z None -> 18.1-2.0
1802026-04-16T20:41:15.503Z
1812026-04-16T20:41:15.503ZServices:
1822026-04-16T20:41:15.503Z restart_fmri:
1832026-04-16T20:41:15.503Z svc:/system/update-man-index:default
1842026-04-16T20:41:15.543Z
1852026-04-16T20:41:15.543ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-16T20:41:20.543ZDownload: 729/4272 items 12.4/219.0MB 5% complete (2.4M/s)
1872026-04-16T20:41:29.862ZDownload: 1197/4272 items 83.5/219.0MB 38% complete (11.0M/s)
1882026-04-16T20:41:34.865ZDownload: 2381/4272 items 119.9/219.0MB 54% complete (3.8M/s)
1892026-04-16T20:41:40.146ZDownload: 3282/4272 items 211.9/219.0MB 96% complete (13.1M/s)
1902026-04-16T20:41:42.088ZDownload: Completed 218.99 MB in 26.54 seconds (8.2M/s)
1912026-04-16T20:41:42.248Z Actions: 1/4789 actions (Installing new actions)
1922026-04-16T20:41:45.654Z Actions: Completed 4789 actions in 3.40 seconds.
1932026-04-16T20:41:46.313Z Done (0.654s)
1942026-04-16T20:41:46.313Z Done (0.000s)
1952026-04-16T20:41:47.035Z Done (0.722s)
1962026-04-16T20:41:50.139Z Done (2.755s)
1972026-04-16T20:41:50.211Z Done (0.012s)
1982026-04-16T20:41:50.216Z Done (0.000s)
1992026-04-16T20:41:50.456Z Done (0.000s)
2002026-04-16T20:41:51.309ZPlanning: Evaluating mediator changes ... Done
2012026-04-16T20:41:51.416ZPlanning: Checking for conflicting actions ... Done
2022026-04-16T20:41:51.419ZPlanning: Consolidating action changes ... Done
2032026-04-16T20:41:51.574ZPlanning: Evaluating mediators ... Done
2042026-04-16T20:41:51.577ZPlanning: Planning completed in 0.27 seconds
2052026-04-16T20:41:51.595Z Mediators to change: 2
2062026-04-16T20:41:51.595Z Create boot environment: No
2072026-04-16T20:41:51.595ZCreate backup boot environment: No
2082026-04-16T20:41:51.665Z Done
2092026-04-16T20:41:51.665Z Done
2102026-04-16T20:41:52.275Z Done
2112026-04-16T20:41:54.838Z Done
2122026-04-16T20:41:54.913Z Done
2132026-04-16T20:41:54.916Z Done
2142026-04-16T20:41:55.048Z Done
2152026-04-16T20:41:55.307ZPlanning: Evaluating mediator changes ... Done
2162026-04-16T20:41:55.413ZPlanning: Checking for conflicting actions ... Done
2172026-04-16T20:41:55.416ZPlanning: Consolidating action changes ... Done
2182026-04-16T20:41:55.567ZPlanning: Evaluating mediators ... Done
2192026-04-16T20:41:55.570ZPlanning: Planning completed in 0.26 seconds
2202026-04-16T20:41:55.588Z Mediators to change: 1
2212026-04-16T20:41:55.588Z Create boot environment: No
2222026-04-16T20:41:55.588ZCreate backup boot environment: No
2232026-04-16T20:41:55.717Z Done
2242026-04-16T20:41:55.717Z Done
2252026-04-16T20:41:56.323Z Done
2262026-04-16T20:41:58.813Z Done
2272026-04-16T20:41:58.891Z Done
2282026-04-16T20:41:58.894Z Done
2292026-04-16T20:41:59.118Z Done
2302026-04-16T20:41:59.401ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-04-16T20:41:59.401Zclang system 15 system
2322026-04-16T20:41:59.401Zcsh system system illumos
2332026-04-16T20:41:59.401Zctags system system illumos
2342026-04-16T20:41:59.401Zfile system system illumos
2352026-04-16T20:41:59.401Zgcc vendor 12 vendor
2362026-04-16T20:41:59.401Zgcc system 14 system
2372026-04-16T20:41:59.401Zgcc system 10 system
2382026-04-16T20:41:59.401Zgo system 1.20 system
2392026-04-16T20:41:59.401Zgo system 1.19 system
2402026-04-16T20:41:59.401Zllvm system 15 system
2412026-04-16T20:41:59.401Zllvm system 14 system
2422026-04-16T20:41:59.401Zmariadb system 10.6 system
2432026-04-16T20:41:59.401Zmta vendor vendor dma
2442026-04-16T20:41:59.401Zopenjdk system 17 system
2452026-04-16T20:41:59.401Zopenjdk system 11 system
2462026-04-16T20:41:59.401Zopenjdk system 1.8 system
2472026-04-16T20:41:59.401Zopenssl vendor 3 vendor
2482026-04-16T20:41:59.401Zperl system 5.36 system
2492026-04-16T20:41:59.401Zpostgresql system 18 system
2502026-04-16T20:41:59.401Zpostgresql system 15 system
2512026-04-16T20:41:59.401Zpostgresql system 13 system
2522026-04-16T20:41:59.401Zpython vendor 3 vendor
2532026-04-16T20:41:59.401Zpython system 2 system
2542026-04-16T20:41:59.401Zpython3 system 3.11 system
2552026-04-16T20:41:59.402Zruby system 3.0 system
2562026-04-16T20:41:59.402Zwords vendor vendor american-english
2572026-04-16T20:41:59.402Zwords system system australian-english
2582026-04-16T20:41:59.402Zwords system system british-english
2592026-04-16T20:41:59.402Zwords system system canadian-english
2602026-04-16T20:41:59.402Zwords system system french
2612026-04-16T20:41:59.402Zwords system system italian
2622026-04-16T20:41:59.402Zwords system system ngerman
2632026-04-16T20:41:59.402Zwords system system ogerman
2642026-04-16T20:41:59.402Zwords system system spanish
2652026-04-16T20:41:59.623ZPUBLISHER TYPE STATUS P LOCATION
2662026-04-16T20:41:59.623Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-04-16T20:42:04.145ZFMRI IFO
2682026-04-16T20:42:04.145Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-04-16T20:42:04.145Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-04-16T20:42:04.145Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-04-16T20:42:04.145Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-04-16T20:42:04.145Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-04-16T20:42:04.145Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-04-16T20:42:04.145Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-04-16T20:42:04.145Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-04-16T20:42:04.145Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-04-16T20:42:04.145Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-04-16T20:42:04.145Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-04-16T20:42:04.145Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-04-16T20:42:04.145Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-04-16T20:42:04.145Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-04-16T20:42:04.145Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-04-16T20:42:04.145Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-04-16T20:42:04.145Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-04-16T20:42:05.292Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-04-16T20:42:05.586Z Updating crates.io index
2872026-04-16T20:42:05.625Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-04-16T20:42:06.341Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-04-16T20:42:06.743Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-04-16T20:42:07.305Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-04-16T20:42:08.783Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-04-16T20:42:09.260Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-04-16T20:42:10.624Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-04-16T20:42:11.579Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-04-16T20:42:11.918Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-04-16T20:42:12.928Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-04-16T20:42:13.406Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-04-16T20:42:13.802Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-04-16T20:42:14.211Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-04-16T20:42:15.091Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-04-16T20:42:15.729Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-04-16T20:42:16.130Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-04-16T20:42:16.482Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-04-16T20:42:16.872Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-04-16T20:42:17.153Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-04-16T20:42:17.400Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-04-16T20:42:17.652Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-04-16T20:42:18.022Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-04-16T20:42:18.523Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-04-16T20:42:19.005Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-04-16T20:42:19.251Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-04-16T20:42:19.564Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-04-16T20:42:20.639Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-04-16T20:42:21.413Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-04-16T20:42:21.958Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-04-16T20:42:22.403Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-04-16T20:42:22.745Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-04-16T20:42:23.074Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-04-16T20:42:23.491Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-04-16T20:42:23.994Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-04-16T20:42:24.270Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-04-16T20:42:24.539Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-04-16T20:42:24.828Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-04-16T20:42:25.242Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-04-16T20:42:36.813Z Downloading crates ...
3262026-04-16T20:42:36.861Z Downloaded crypto-common v0.1.7
3272026-04-16T20:42:36.864Z Downloaded displaydoc v0.2.5
3282026-04-16T20:42:36.867Z Downloaded anstream v0.6.21
3292026-04-16T20:42:36.870Z Downloaded clap_lex v1.0.0
3302026-04-16T20:42:36.870Z Downloaded cpufeatures v0.2.17
3312026-04-16T20:42:36.870Z Downloaded anstyle-parse v0.2.7
3322026-04-16T20:42:36.873Z Downloaded equivalent v1.0.2
3332026-04-16T20:42:36.873Z Downloaded digest v0.10.7
3342026-04-16T20:42:36.875Z Downloaded dof v0.3.0
3352026-04-16T20:42:36.875Z Downloaded dtrace-parser v0.2.0
3362026-04-16T20:42:36.875Z Downloaded colorchoice v1.0.4
3372026-04-16T20:42:36.875Z Downloaded serde-value v0.7.0
3382026-04-16T20:42:36.875Z Downloaded scroll v0.12.0
3392026-04-16T20:42:36.880Z Downloaded anstyle v1.0.13
3402026-04-16T20:42:36.880Z Downloaded clap_derive v4.5.55
3412026-04-16T20:42:36.884Z Downloaded pest_derive v2.8.6
3422026-04-16T20:42:36.887Z Downloaded unicode-linebreak v0.1.5
3432026-04-16T20:42:36.887Z Downloaded fastrand v2.3.0
3442026-04-16T20:42:36.887Z Downloaded typeid v1.0.3
3452026-04-16T20:42:36.890Z Downloaded plain v0.2.3
3462026-04-16T20:42:36.890Z Downloaded usdt-macro v0.5.0
3472026-04-16T20:42:36.890Z Downloaded percent-encoding v2.3.2
3482026-04-16T20:42:36.890Z Downloaded zerotrie v0.2.3
3492026-04-16T20:42:36.893Z Downloaded textwrap v0.16.2
3502026-04-16T20:42:36.896Z Downloaded byteorder v1.5.0
3512026-04-16T20:42:36.899Z Downloaded proc-macro-error v1.0.4
3522026-04-16T20:42:36.902Z Downloaded block-buffer v0.10.4
3532026-04-16T20:42:36.905Z Downloaded usdt-attr-macro v0.5.0
3542026-04-16T20:42:36.908Z Downloaded proc-macro2 v1.0.106
3552026-04-16T20:42:36.911Z Downloaded thiserror v1.0.69
3562026-04-16T20:42:36.911Z Downloaded pretty-hex v0.4.1
3572026-04-16T20:42:36.914Z Downloaded unicode-xid v0.2.6
3582026-04-16T20:42:36.915Z Downloaded yoke-derive v0.8.1
3592026-04-16T20:42:36.915Z Downloaded usdt v0.5.0
3602026-04-16T20:42:36.915Z Downloaded cargo_metadata v0.21.0
3612026-04-16T20:42:36.918Z Downloaded cargo-platform v0.2.0
3622026-04-16T20:42:36.918Z Downloaded toml_write v0.1.2
3632026-04-16T20:42:36.918Z Downloaded heck v0.4.1
3642026-04-16T20:42:36.918Z Downloaded toml_datetime v0.6.11
3652026-04-16T20:42:36.918Z Downloaded strsim v0.11.1
3662026-04-16T20:42:36.921Z Downloaded ordered-float v2.10.1
3672026-04-16T20:42:36.921Z Downloaded zerovec-derive v0.11.2
3682026-04-16T20:42:36.921Z Downloaded usdt-impl v0.5.0
3692026-04-16T20:42:36.923Z Downloaded generic-array v0.14.7
3702026-04-16T20:42:36.926Z Downloaded idna_adapter v1.2.1
3712026-04-16T20:42:36.926Z Downloaded thiserror-impl v2.0.18
3722026-04-16T20:42:36.926Z Downloaded tinystr v0.8.2
3732026-04-16T20:42:36.929Z Downloaded itoa v1.0.17
3742026-04-16T20:42:36.929Z Downloaded is_terminal_polyfill v1.70.2
3752026-04-16T20:42:36.929Z Downloaded writeable v0.6.2
3762026-04-16T20:42:36.929Z Downloaded form_urlencoded v1.2.2
3772026-04-16T20:42:36.932Z Downloaded thiserror-impl v1.0.69
3782026-04-16T20:42:36.933Z Downloaded camino-tempfile v1.4.1
3792026-04-16T20:42:36.933Z Downloaded zerocopy-derive v0.7.35
3802026-04-16T20:42:36.935Z Downloaded zmij v1.0.21
3812026-04-16T20:42:36.935Z Downloaded zerofrom v0.1.6
3822026-04-16T20:42:36.935Z Downloaded zerofrom-derive v0.1.6
3832026-04-16T20:42:36.938Z Downloaded thread-id v4.2.2
3842026-04-16T20:42:36.938Z Downloaded potential_utf v0.1.4
3852026-04-16T20:42:36.938Z Downloaded version_check v0.9.5
3862026-04-16T20:42:36.938Z Downloaded utf8parse v0.2.2
3872026-04-16T20:42:36.941Z Downloaded toml v0.8.23
3882026-04-16T20:42:36.941Z Downloaded yoke v0.8.1
3892026-04-16T20:42:36.944Z Downloaded stable_deref_trait v1.2.1
3902026-04-16T20:42:36.944Z Downloaded proc-macro-error-attr v1.0.4
3912026-04-16T20:42:36.944Z Downloaded errno v0.3.14
3922026-04-16T20:42:36.947Z Downloaded utf8_iter v1.0.4
3932026-04-16T20:42:36.947Z Downloaded ucd-trie v0.1.7
3942026-04-16T20:42:36.947Z Downloaded thiserror v2.0.18
3952026-04-16T20:42:36.952Z Downloaded tabled_derive v0.7.0
3962026-04-16T20:42:36.955Z Downloaded swrite v0.1.0
3972026-04-16T20:42:36.955Z Downloaded anstyle-query v1.1.5
3982026-04-16T20:42:36.958Z Downloaded typenum v1.19.0
3992026-04-16T20:42:36.962Z Downloaded toml_edit v0.22.27
4002026-04-16T20:42:36.965Z Downloaded memmap v0.7.0
4012026-04-16T20:42:36.965Z Downloaded unicode-ident v1.0.24
4022026-04-16T20:42:36.983Z Downloaded macaddr v1.0.1
4032026-04-16T20:42:36.984Z Downloaded scroll_derive v0.12.1
4042026-04-16T20:42:36.988Z Downloaded cfg-if v1.0.4
4052026-04-16T20:42:36.988Z Downloaded url v2.5.8
4062026-04-16T20:42:36.988Z Downloaded semver v1.0.27
4072026-04-16T20:42:36.988Z Downloaded zerovec v0.11.5
4082026-04-16T20:42:36.988Z Downloaded zerocopy v0.7.35
4092026-04-16T20:42:36.992Z Downloaded quote v1.0.44
4102026-04-16T20:42:36.995Z Downloaded heck v0.5.0
4112026-04-16T20:42:36.995Z Downloaded winnow v0.7.14
4122026-04-16T20:42:36.999Z Downloaded serde_spanned v0.6.9
4132026-04-16T20:42:37.002Z Downloaded pest_meta v2.8.6
4142026-04-16T20:42:37.003Z Downloaded smawk v0.3.2
4152026-04-16T20:42:37.003Z Downloaded serde_tokenstream v0.2.3
4162026-04-16T20:42:37.006Z Downloaded unicode-width v0.2.0
4172026-04-16T20:42:37.006Z Downloaded unicode-width v0.1.14
4182026-04-16T20:42:37.009Z Downloaded fnv v1.0.7
4192026-04-16T20:42:37.011Z Downloaded synstructure v0.13.2
4202026-04-16T20:42:37.011Z Downloaded erased-serde v0.4.9
4212026-04-16T20:42:37.012Z Downloaded bytecount v0.6.9
4222026-04-16T20:42:37.014Z Downloaded cargo_toml v0.21.0
4232026-04-16T20:42:37.014Z Downloaded sha2 v0.10.9
4242026-04-16T20:42:37.015Z Downloaded serde-untagged v0.1.9
4252026-04-16T20:42:37.018Z Downloaded fs-err v3.3.0
4262026-04-16T20:42:37.021Z Downloaded pest_generator v2.8.6
4272026-04-16T20:42:37.023Z Downloaded memchr v2.8.0
4282026-04-16T20:42:37.027Z Downloaded terminal_size v0.4.3
4292026-04-16T20:42:37.030Z Downloaded autocfg v1.5.0
4302026-04-16T20:42:37.030Z Downloaded tempfile v3.25.0
4312026-04-16T20:42:37.036Z Downloaded indexmap v2.13.0
4322026-04-16T20:42:37.038Z Downloaded camino v1.2.2
4332026-04-16T20:42:37.041Z Downloaded smallvec v1.15.1
4342026-04-16T20:42:37.044Z Downloaded once_cell v1.21.3
4352026-04-16T20:42:37.044Z Downloaded litemap v0.8.1
4362026-04-16T20:42:37.047Z Downloaded anyhow v1.0.102
4372026-04-16T20:42:37.047Z Downloaded cargo-util-schemas v0.8.2
4382026-04-16T20:42:37.050Z Downloaded log v0.4.29
4392026-04-16T20:42:37.050Z Downloaded bitflags v2.11.0
4402026-04-16T20:42:37.054Z Downloaded num-traits v0.2.19
4412026-04-16T20:42:37.056Z Downloaded icu_normalizer v2.1.1
4422026-04-16T20:42:37.062Z Downloaded icu_provider v2.1.1
4432026-04-16T20:42:37.069Z Downloaded icu_properties v2.1.2
4442026-04-16T20:42:37.071Z Downloaded serde_derive v1.0.228
4452026-04-16T20:42:37.078Z Downloaded serde v1.0.228
4462026-04-16T20:42:37.082Z Downloaded serde_core v1.0.228
4472026-04-16T20:42:37.085Z Downloaded getrandom v0.4.1
4482026-04-16T20:42:37.089Z Downloaded icu_locale_core v2.1.1
4492026-04-16T20:42:37.102Z Downloaded icu_normalizer_data v2.1.1
4502026-04-16T20:42:37.105Z Downloaded clap v4.5.60
4512026-04-16T20:42:37.108Z Downloaded papergrid v0.11.0
4522026-04-16T20:42:37.111Z Downloaded icu_collections v2.1.1
4532026-04-16T20:42:37.128Z Downloaded pest v2.8.6
4542026-04-16T20:42:37.131Z Downloaded idna v1.1.0
4552026-04-16T20:42:37.142Z Downloaded hashbrown v0.16.1
4562026-04-16T20:42:37.152Z Downloaded icu_properties_data v2.1.2
4572026-04-16T20:42:37.158Z Downloaded clap_builder v4.5.60
4582026-04-16T20:42:37.162Z Downloaded serde_json v1.0.149
4592026-04-16T20:42:37.175Z Downloaded goblin v0.8.2
4602026-04-16T20:42:37.179Z Downloaded tabled v0.15.0
4612026-04-16T20:42:37.188Z Downloaded syn v1.0.109
4622026-04-16T20:42:37.194Z Downloaded syn v2.0.117
4632026-04-16T20:42:37.200Z Downloaded rustix v1.1.3
4642026-04-16T20:42:37.230Z Downloaded libc v0.2.185
4652026-04-16T20:42:37.299Z Compiling proc-macro2 v1.0.106
4662026-04-16T20:42:37.299Z Compiling quote v1.0.44
4672026-04-16T20:42:37.299Z Compiling unicode-ident v1.0.24
4682026-04-16T20:42:37.299Z Compiling serde_core v1.0.228
4692026-04-16T20:42:37.302Z Compiling libc v0.2.185
4702026-04-16T20:42:37.302Z Compiling version_check v0.9.5
4712026-04-16T20:42:37.302Z Compiling memchr v2.8.0
4722026-04-16T20:42:37.302Z Compiling serde v1.0.228
4732026-04-16T20:42:37.654Z Compiling stable_deref_trait v1.2.1
4742026-04-16T20:42:37.735Z Compiling zmij v1.0.21
4752026-04-16T20:42:37.864Z Compiling thiserror v1.0.69
4762026-04-16T20:42:38.025Z Compiling ucd-trie v0.1.7
4772026-04-16T20:42:38.028Z Compiling itoa v1.0.17
4782026-04-16T20:42:38.146Z Compiling autocfg v1.5.0
4792026-04-16T20:42:38.226Z Compiling pest v2.8.6
4802026-04-16T20:42:38.368Z Compiling litemap v0.8.1
4812026-04-16T20:42:38.422Z Compiling writeable v0.6.2
4822026-04-16T20:42:38.527Z Compiling rustix v1.1.3
4832026-04-16T20:42:38.576Z Compiling byteorder v1.5.0
4842026-04-16T20:42:38.594Z Compiling icu_normalizer_data v2.1.1
4852026-04-16T20:42:38.623Z Compiling icu_properties_data v2.1.2
4862026-04-16T20:42:38.873Z Compiling errno v0.3.14
4872026-04-16T20:42:39.008Z Compiling bitflags v2.11.0
4882026-04-16T20:42:39.046Z Compiling syn v2.0.117
4892026-04-16T20:42:39.111Z Compiling serde_json v1.0.149
4902026-04-16T20:42:39.276Z Compiling num-traits v0.2.19
4912026-04-16T20:42:39.333Z Compiling pest_meta v2.8.6
4922026-04-16T20:42:39.403Z Compiling smallvec v1.15.1
4932026-04-16T20:42:39.538Z Compiling equivalent v1.0.2
4942026-04-16T20:42:39.631Z Compiling typeid v1.0.3
4952026-04-16T20:42:39.650Z Compiling hashbrown v0.16.1
4962026-04-16T20:42:39.885Z Compiling thread-id v4.2.2
4972026-04-16T20:42:39.965Z Compiling usdt-impl v0.5.0
4982026-04-16T20:42:39.981Z Compiling proc-macro-error-attr v1.0.4
4992026-04-16T20:42:40.031Z Compiling toml_write v0.1.2
5002026-04-16T20:42:40.174Z Compiling indexmap v2.13.0
5012026-04-16T20:42:40.193Z Compiling syn v1.0.109
5022026-04-16T20:42:40.210Z Compiling winnow v0.7.14
5032026-04-16T20:42:40.245Z Compiling erased-serde v0.4.9
5042026-04-16T20:42:40.709Z Compiling proc-macro-error v1.0.4
5052026-04-16T20:42:40.825Z Compiling percent-encoding v2.3.2
5062026-04-16T20:42:40.905Z Compiling plain v0.2.3
5072026-04-16T20:42:41.025Z Compiling getrandom v0.4.1
5082026-04-16T20:42:41.025Z Compiling utf8parse v0.2.2
5092026-04-16T20:42:41.059Z Compiling utf8_iter v1.0.4
5102026-04-16T20:42:41.163Z Compiling camino v1.2.2
5112026-04-16T20:42:41.219Z Compiling log v0.4.29
5122026-04-16T20:42:41.235Z Compiling thiserror v2.0.18
5132026-04-16T20:42:41.397Z Compiling anstyle-parse v0.2.7
5142026-04-16T20:42:41.414Z Compiling ordered-float v2.10.1
5152026-04-16T20:42:41.468Z Compiling form_urlencoded v1.2.2
5162026-04-16T20:42:41.667Z Compiling terminal_size v0.4.3
5172026-04-16T20:42:41.702Z Compiling anstyle-query v1.1.5
5182026-04-16T20:42:41.786Z Compiling synstructure v0.13.2
5192026-04-16T20:42:41.825Z Compiling pest_generator v2.8.6
5202026-04-16T20:42:41.843Z Compiling colorchoice v1.0.4
5212026-04-16T20:42:41.913Z Compiling cfg-if v1.0.4
5222026-04-16T20:42:41.966Z Compiling pretty-hex v0.4.1
5232026-04-16T20:42:41.995Z Compiling is_terminal_polyfill v1.70.2
5242026-04-16T20:42:42.028Z Compiling anstyle v1.0.13
5252026-04-16T20:42:42.095Z Compiling serde-untagged v0.1.9
5262026-04-16T20:42:42.230Z Compiling anstream v0.6.21
5272026-04-16T20:42:42.268Z Compiling semver v1.0.27
5282026-04-16T20:42:42.399Z Compiling fs-err v3.3.0
5292026-04-16T20:42:42.543Z Compiling heck v0.4.1
5302026-04-16T20:42:42.547Z Compiling unicode-xid v0.2.6
5312026-04-16T20:42:42.589Z Compiling clap_lex v1.0.0
5322026-04-16T20:42:42.607Z Compiling fnv v1.0.7
5332026-04-16T20:42:42.634Z Compiling strsim v0.11.1
5342026-04-16T20:42:42.690Z Compiling once_cell v1.21.3
5352026-04-16T20:42:42.716Z Compiling heck v0.5.0
5362026-04-16T20:42:42.828Z Compiling anyhow v1.0.102
5372026-04-16T20:42:42.907Z Compiling fastrand v2.3.0
5382026-04-16T20:42:42.962Z Compiling bytecount v0.6.9
5392026-04-16T20:42:42.998Z Compiling unicode-width v0.1.14
5402026-04-16T20:42:43.088Z Compiling tempfile v3.25.0
5412026-04-16T20:42:43.105Z Compiling clap_builder v4.5.60
5422026-04-16T20:42:43.278Z Compiling papergrid v0.11.0
5432026-04-16T20:42:43.296Z Compiling memmap v0.7.0
5442026-04-16T20:42:43.363Z Compiling smawk v0.3.2
5452026-04-16T20:42:43.421Z Compiling serde_derive v1.0.228
5462026-04-16T20:42:43.468Z Compiling zerofrom-derive v0.1.6
5472026-04-16T20:42:43.485Z Compiling yoke-derive v0.8.1
5482026-04-16T20:42:43.504Z Compiling zerovec-derive v0.11.2
5492026-04-16T20:42:43.700Z Compiling displaydoc v0.2.5
5502026-04-16T20:42:44.530Z Compiling thiserror-impl v1.0.69
5512026-04-16T20:42:44.630Z Compiling zerocopy-derive v0.7.35
5522026-04-16T20:42:44.695Z Compiling pest_derive v2.8.6
5532026-04-16T20:42:44.764Z Compiling scroll_derive v0.12.1
5542026-04-16T20:42:44.901Z Compiling zerofrom v0.1.6
5552026-04-16T20:42:45.043Z Compiling yoke v0.8.1
5562026-04-16T20:42:45.122Z Compiling thiserror-impl v2.0.18
5572026-04-16T20:42:45.243Z Compiling zerovec v0.11.5
5582026-04-16T20:42:45.453Z Compiling zerotrie v0.2.3
5592026-04-16T20:42:45.513Z Compiling zerocopy v0.7.35
5602026-04-16T20:42:45.758Z Compiling tinystr v0.8.2
5612026-04-16T20:42:45.758Z Compiling potential_utf v0.1.4
5622026-04-16T20:42:45.906Z Compiling icu_collections v2.1.1
5632026-04-16T20:42:45.935Z Compiling dtrace-parser v0.2.0
5642026-04-16T20:42:45.990Z Compiling icu_locale_core v2.1.1
5652026-04-16T20:42:46.071Z Compiling scroll v0.12.0
5662026-04-16T20:42:46.178Z Compiling tabled_derive v0.7.0
5672026-04-16T20:42:46.343Z Compiling goblin v0.8.2
5682026-04-16T20:42:46.361Z Compiling clap_derive v4.5.55
5692026-04-16T20:42:46.392Z Compiling unicode-width v0.2.0
5702026-04-16T20:42:46.674Z Compiling icu_provider v2.1.1
5712026-04-16T20:42:46.827Z Compiling unicode-linebreak v0.1.5
5722026-04-16T20:42:46.900Z Compiling serde_spanned v0.6.9
5732026-04-16T20:42:46.950Z Compiling icu_normalizer v2.1.1
5742026-04-16T20:42:46.990Z Compiling icu_properties v2.1.2
5752026-04-16T20:42:47.009Z Compiling toml_datetime v0.6.11
5762026-04-16T20:42:47.058Z Compiling dof v0.3.0
5772026-04-16T20:42:47.075Z Compiling serde_tokenstream v0.2.3
5782026-04-16T20:42:47.091Z Compiling serde-value v0.7.0
5792026-04-16T20:42:47.273Z Compiling toml_edit v0.22.27
5802026-04-16T20:42:47.443Z Compiling cargo-platform v0.2.0
5812026-04-16T20:42:47.460Z Compiling tabled v0.15.0
5822026-04-16T20:42:47.493Z Compiling textwrap v0.16.2
5832026-04-16T20:42:47.716Z Compiling macaddr v1.0.1
5842026-04-16T20:42:47.948Z Compiling idna_adapter v1.2.1
5852026-04-16T20:42:48.006Z Compiling usdt-macro v0.5.0
5862026-04-16T20:42:48.068Z Compiling idna v1.1.0
5872026-04-16T20:42:48.096Z Compiling usdt-attr-macro v0.5.0
5882026-04-16T20:42:48.141Z Compiling clap v4.5.60
5892026-04-16T20:42:48.230Z Compiling camino-tempfile v1.4.1
5902026-04-16T20:42:48.468Z Compiling url v2.5.8
5912026-04-16T20:42:48.639Z Compiling toml v0.8.23
5922026-04-16T20:42:48.719Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-04-16T20:42:48.778Z Compiling swrite v0.1.0
5942026-04-16T20:42:49.149Z Compiling cargo-util-schemas v0.8.2
5952026-04-16T20:42:49.240Z Compiling cargo_toml v0.21.0
5962026-04-16T20:42:49.422Z Compiling usdt v0.5.0
5972026-04-16T20:42:50.072Z Compiling cargo_metadata v0.21.0
5982026-04-16T20:42:51.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992026-04-16T20:42:53.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.00s
6002026-04-16T20:42:53.350Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012026-04-16T20:42:53.914Z Downloading crates ...
6022026-04-16T20:42:54.007Z Downloaded adler2 v2.0.1
6032026-04-16T20:42:54.019Z Downloaded cpufeatures v0.3.0
6042026-04-16T20:42:54.022Z Downloaded compression-codecs v0.4.37
6052026-04-16T20:42:54.025Z Downloaded camino-tempfile-ext v0.3.3
6062026-04-16T20:42:54.028Z Downloaded ar_archive_writer v0.5.1
6072026-04-16T20:42:54.031Z Downloaded crossbeam-utils v0.8.21
6082026-04-16T20:42:54.034Z Downloaded bb8 v0.8.6
6092026-04-16T20:42:54.037Z Downloaded enum-as-inner v0.6.1
6102026-04-16T20:42:54.041Z Downloaded des v0.8.1
6112026-04-16T20:42:54.044Z Downloaded fixedbitset v0.4.2
6122026-04-16T20:42:54.046Z Downloaded ed25519 v2.2.3
6132026-04-16T20:42:54.046Z Downloaded csv-core v0.1.13
6142026-04-16T20:42:54.050Z Downloaded crc8 v0.1.1
6152026-04-16T20:42:54.054Z Downloaded filetime v0.2.27
6162026-04-16T20:42:54.054Z Downloaded fatfs v0.3.6
6172026-04-16T20:42:54.057Z Downloaded bstr v1.12.1
6182026-04-16T20:42:54.061Z Downloaded crossterm v0.29.0
6192026-04-16T20:42:54.065Z Downloaded flate2 v1.1.9
6202026-04-16T20:42:54.068Z Downloaded critical-section v1.2.0
6212026-04-16T20:42:54.071Z Downloaded bzip2 v0.4.4
6222026-04-16T20:42:54.071Z Downloaded defmt-macros v1.0.1
6232026-04-16T20:42:54.074Z Downloaded derive_builder_macro v0.20.2
6242026-04-16T20:42:54.076Z Downloaded cstr-argument v0.1.2
6252026-04-16T20:42:54.076Z Downloaded block-padding v0.3.3
6262026-04-16T20:42:54.076Z Downloaded backoff v0.4.0
6272026-04-16T20:42:54.080Z Downloaded async-recursion v1.1.1
6282026-04-16T20:42:54.080Z Downloaded dropshot-api-manager-types v0.6.0
6292026-04-16T20:42:54.082Z Downloaded document-features v0.2.12
6302026-04-16T20:42:54.085Z Downloaded difflib v0.4.0
6312026-04-16T20:42:54.085Z Downloaded ctr v0.9.2
6322026-04-16T20:42:54.085Z Downloaded base16ct v0.2.0
6332026-04-16T20:42:54.088Z Downloaded diesel-dtrace v0.5.0
6342026-04-16T20:42:54.088Z Downloaded darling_macro v0.21.3
6352026-04-16T20:42:54.088Z Downloaded defmt-parser v1.0.0
6362026-04-16T20:42:54.091Z Downloaded embedded-io v0.4.0
6372026-04-16T20:42:54.091Z Downloaded debug-ignore v1.0.5
6382026-04-16T20:42:54.094Z Downloaded darling_macro v0.23.0
6392026-04-16T20:42:54.094Z Downloaded crossbeam-epoch v0.9.18
6402026-04-16T20:42:54.094Z Downloaded crossbeam-deque v0.8.6
6412026-04-16T20:42:54.097Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-04-16T20:42:54.097Z Downloaded crucible-workspace-hack v0.1.0
6432026-04-16T20:42:54.097Z Downloaded defmt v0.3.100
6442026-04-16T20:42:54.100Z Downloaded dirs-sys-next v0.1.2
6452026-04-16T20:42:54.100Z Downloaded der_derive v0.7.3
6462026-04-16T20:42:54.100Z Downloaded darling_macro v0.20.11
6472026-04-16T20:42:54.103Z Downloaded data-encoding v2.10.0
6482026-04-16T20:42:54.103Z Downloaded bitfield-macros v0.19.4
6492026-04-16T20:42:54.103Z Downloaded downcast-rs v2.0.2
6502026-04-16T20:42:54.106Z Downloaded cargo-platform v0.1.9
6512026-04-16T20:42:54.106Z Downloaded dyn-clone v1.0.20
6522026-04-16T20:42:54.106Z Downloaded dirs-next v2.0.0
6532026-04-16T20:42:54.108Z Downloaded embedded-io v0.6.1
6542026-04-16T20:42:54.109Z Downloaded atty v0.2.14
6552026-04-16T20:42:54.109Z Downloaded atomic-waker v1.1.2
6562026-04-16T20:42:54.112Z Downloaded endian-type v0.1.2
6572026-04-16T20:42:54.112Z Downloaded dunce v1.0.5
6582026-04-16T20:42:54.112Z Downloaded compression-core v0.4.31
6592026-04-16T20:42:54.115Z Downloaded castaway v0.2.4
6602026-04-16T20:42:54.115Z Downloaded crc32fast v1.5.0
6612026-04-16T20:42:54.115Z Downloaded chrono v0.4.44
6622026-04-16T20:42:54.118Z Downloaded float-ord v0.3.2
6632026-04-16T20:42:54.121Z Downloaded crc-catalog v2.4.0
6642026-04-16T20:42:54.121Z Downloaded ciborium-ll v0.2.2
6652026-04-16T20:42:54.121Z Downloaded cfg_aliases v0.2.1
6662026-04-16T20:42:54.124Z Downloaded dsl_auto_type v0.2.0
6672026-04-16T20:42:54.124Z Downloaded curve25519-dalek-derive v0.1.1
6682026-04-16T20:42:54.124Z Downloaded convert_case v0.4.0
6692026-04-16T20:42:54.127Z Downloaded ascii-canvas v3.0.0
6702026-04-16T20:42:54.127Z Downloaded array-init v0.0.4
6712026-04-16T20:42:54.127Z Downloaded env_filter v1.0.0
6722026-04-16T20:42:54.130Z Downloaded async-stream-impl v0.3.6
6732026-04-16T20:42:54.130Z Downloaded byte-wrapper v0.1.0
6742026-04-16T20:42:54.133Z Downloaded bit-set v0.5.3
6752026-04-16T20:42:54.133Z Downloaded fd-lock v4.0.4
6762026-04-16T20:42:54.136Z Downloaded cipher v0.4.4
6772026-04-16T20:42:54.136Z Downloaded async-trait v0.1.89
6782026-04-16T20:42:54.139Z Downloaded display-error-chain v0.2.2
6792026-04-16T20:42:54.139Z Downloaded cancel-safe-futures v0.1.5
6802026-04-16T20:42:54.142Z Downloaded funty v2.0.0
6812026-04-16T20:42:54.142Z Downloaded crunchy v0.2.4
6822026-04-16T20:42:54.142Z Downloaded cfg_aliases v0.1.1
6832026-04-16T20:42:54.142Z Downloaded bcrypt-pbkdf v0.10.0
6842026-04-16T20:42:54.142Z Downloaded bit-set v0.8.0
6852026-04-16T20:42:54.145Z Downloaded dtrace-parser v0.3.0
6862026-04-16T20:42:54.145Z Downloaded aead v0.5.2
6872026-04-16T20:42:54.145Z Downloaded atomicwrites v0.4.4
6882026-04-16T20:42:54.145Z Downloaded foreign-types v0.3.2
6892026-04-16T20:42:54.148Z Downloaded assert_matches v1.5.0
6902026-04-16T20:42:54.148Z Downloaded fallible-iterator v0.2.0
6912026-04-16T20:42:54.148Z Downloaded ecdsa v0.16.9
6922026-04-16T20:42:54.151Z Downloaded foreign-types v0.5.0
6932026-04-16T20:42:54.151Z Downloaded dof v0.4.0
6942026-04-16T20:42:54.151Z Downloaded derive-ex v0.1.8
6952026-04-16T20:42:54.154Z Downloaded ciborium-io v0.2.2
6962026-04-16T20:42:54.155Z Downloaded arrayref v0.3.9
6972026-04-16T20:42:54.155Z Downloaded derive_builder_core v0.20.2
6982026-04-16T20:42:54.155Z Downloaded defmt v1.0.1
6992026-04-16T20:42:54.158Z Downloaded cobs v0.3.0
7002026-04-16T20:42:54.158Z Downloaded foreign-types-shared v0.1.1
7012026-04-16T20:42:54.161Z Downloaded foreign-types-macros v0.2.3
7022026-04-16T20:42:54.164Z Downloaded futures-io v0.3.32
7032026-04-16T20:42:54.164Z Downloaded futures-macro v0.3.32
7042026-04-16T20:42:54.167Z Downloaded foreign-types-shared v0.3.1
7052026-04-16T20:42:54.167Z Downloaded bitfield-struct v0.6.2
7062026-04-16T20:42:54.167Z Downloaded globwalk v0.9.1
7072026-04-16T20:42:54.167Z Downloaded hash32 v0.2.1
7082026-04-16T20:42:54.170Z Downloaded ghash v0.5.1
7092026-04-16T20:42:54.170Z Downloaded futures-sink v0.3.32
7102026-04-16T20:42:54.170Z Downloaded fxhash v0.2.1
7112026-04-16T20:42:54.173Z Downloaded futures-core v0.3.32
7122026-04-16T20:42:54.173Z Downloaded headers-core v0.3.0
7132026-04-16T20:42:54.173Z Downloaded hash32 v0.3.1
7142026-04-16T20:42:54.176Z Downloaded gethostname v0.5.0
7152026-04-16T20:42:54.176Z Downloaded crc v3.4.0
7162026-04-16T20:42:54.179Z Downloaded arrayvec v0.7.6
7172026-04-16T20:42:54.179Z Downloaded chacha20 v0.9.1
7182026-04-16T20:42:54.179Z Downloaded git-stub v1.0.0
7192026-04-16T20:42:54.182Z Downloaded hex v0.4.3
7202026-04-16T20:42:54.182Z Downloaded float-cmp v0.10.0
7212026-04-16T20:42:54.182Z Downloaded cassowary v0.3.0
7222026-04-16T20:42:54.185Z Downloaded daft v0.1.5
7232026-04-16T20:42:54.185Z Downloaded cargo_metadata v0.19.2
7242026-04-16T20:42:54.188Z Downloaded async-stream v0.3.6
7252026-04-16T20:42:54.188Z Downloaded flagset v0.4.7
7262026-04-16T20:42:54.188Z Downloaded find-msvc-tools v0.1.9
7272026-04-16T20:42:54.190Z Downloaded erased-serde v0.3.31
7282026-04-16T20:42:54.190Z Downloaded chacha20poly1305 v0.10.1
7292026-04-16T20:42:54.193Z Downloaded buf-list v1.1.2
7302026-04-16T20:42:54.193Z Downloaded foldhash v0.1.5
7312026-04-16T20:42:54.196Z Downloaded ff v0.13.1
7322026-04-16T20:42:54.196Z Downloaded foldhash v0.2.0
7332026-04-16T20:42:54.196Z Downloaded bcs v0.1.6
7342026-04-16T20:42:54.201Z Downloaded const_format_proc_macros v0.2.34
7352026-04-16T20:42:54.201Z Downloaded ena v0.14.4
7362026-04-16T20:42:54.201Z Downloaded daft-derive v0.1.5
7372026-04-16T20:42:54.203Z Downloaded hex-literal v0.4.1
7382026-04-16T20:42:54.206Z Downloaded cmake v0.1.57
7392026-04-16T20:42:54.206Z Downloaded cbc v0.1.2
7402026-04-16T20:42:54.206Z Downloaded hostname v0.4.2
7412026-04-16T20:42:54.210Z Downloaded bitflags v1.3.2
7422026-04-16T20:42:54.210Z Downloaded hostname v0.3.1
7432026-04-16T20:42:54.213Z Downloaded blake2 v0.10.6
7442026-04-16T20:42:54.213Z Downloaded futures-executor v0.3.32
7452026-04-16T20:42:54.213Z Downloaded fs-err v2.11.0
7462026-04-16T20:42:54.216Z Downloaded corncobs v0.1.4
7472026-04-16T20:42:54.216Z Downloaded constant_time_eq v0.4.2
7482026-04-16T20:42:54.219Z Downloaded darling v0.20.11
7492026-04-16T20:42:54.222Z Downloaded fs_extra v1.3.0
7502026-04-16T20:42:54.222Z Downloaded convert_case v0.10.0
7512026-04-16T20:42:54.225Z Downloaded argon2 v0.5.3
7522026-04-16T20:42:54.225Z Downloaded hubpack v0.1.2
7532026-04-16T20:42:54.229Z Downloaded http-body v1.0.1
7542026-04-16T20:42:54.229Z Downloaded hubpack_derive v0.1.1
7552026-04-16T20:42:54.229Z Downloaded drift v0.1.3
7562026-04-16T20:42:54.232Z Downloaded indoc v1.0.9
7572026-04-16T20:42:54.232Z Downloaded hyper-tls v0.6.0
7582026-04-16T20:42:54.232Z Downloaded ident_case v1.0.1
7592026-04-16T20:42:54.235Z Downloaded instant v0.1.13
7602026-04-16T20:42:54.235Z Downloaded globset v0.4.18
7612026-04-16T20:42:54.238Z Downloaded glob v0.3.3
7622026-04-16T20:42:54.238Z Downloaded git-stub-vcs v0.1.0
7632026-04-16T20:42:54.238Z Downloaded futures-task v0.3.32
7642026-04-16T20:42:54.238Z Downloaded http-range v0.1.5
7652026-04-16T20:42:54.242Z Downloaded home v0.5.12
7662026-04-16T20:42:54.242Z Downloaded bit-vec v0.8.0
7672026-04-16T20:42:54.242Z Downloaded deranged v0.5.8
7682026-04-16T20:42:54.242Z Downloaded instability v0.3.11
7692026-04-16T20:42:54.245Z Downloaded is_ci v1.2.0
7702026-04-16T20:42:54.245Z Downloaded async-bb8-diesel v0.2.1
7712026-04-16T20:42:54.248Z Downloaded chacha20 v0.10.0
7722026-04-16T20:42:54.248Z Downloaded base64ct v1.8.3
7732026-04-16T20:42:54.251Z Downloaded is-terminal v0.4.17
7742026-04-16T20:42:54.251Z Downloaded inout v0.1.4
7752026-04-16T20:42:54.251Z Downloaded console v0.16.2
7762026-04-16T20:42:54.255Z Downloaded ciborium v0.2.2
7772026-04-16T20:42:54.255Z Downloaded darling v0.21.3
7782026-04-16T20:42:54.258Z Downloaded colored v2.2.0
7792026-04-16T20:42:54.261Z Downloaded cexpr v0.6.0
7802026-04-16T20:42:54.261Z Downloaded keccak v0.1.6
7812026-04-16T20:42:54.261Z Downloaded indent_write v2.2.0
7822026-04-16T20:42:54.264Z Downloaded ahash v0.8.12
7832026-04-16T20:42:54.264Z Downloaded console v0.15.11
7842026-04-16T20:42:54.267Z Downloaded http-body-util v0.1.3
7852026-04-16T20:42:54.267Z Downloaded env_logger v0.11.9
7862026-04-16T20:42:54.270Z Downloaded lazy_static v1.5.0
7872026-04-16T20:42:54.270Z Downloaded linked-hash-map v0.5.6
7882026-04-16T20:42:54.272Z Downloaded lru v0.12.5
7892026-04-16T20:42:54.272Z Downloaded internet-checksum v0.2.1
7902026-04-16T20:42:54.272Z Downloaded derive_builder v0.20.2
7912026-04-16T20:42:54.277Z Downloaded libscf-sys v1.1.0
7922026-04-16T20:42:54.277Z Downloaded cookie_store v0.22.1
7932026-04-16T20:42:54.280Z Downloaded colored v3.1.1
7942026-04-16T20:42:54.280Z Downloaded blowfish v0.9.1
7952026-04-16T20:42:54.282Z Downloaded clang-sys v1.8.1
7962026-04-16T20:42:54.282Z Downloaded dropshot_endpoint v0.16.7
7972026-04-16T20:42:54.286Z Downloaded backon v1.6.0
7982026-04-16T20:42:54.288Z Downloaded getrandom v0.2.17
7992026-04-16T20:42:54.288Z Downloaded impl-trait-for-tuples v0.2.3
8002026-04-16T20:42:54.291Z Downloaded lzss v0.8.2
8012026-04-16T20:42:54.291Z Downloaded ingot-types v0.1.2
8022026-04-16T20:42:54.294Z Downloaded ingot v0.1.1
8032026-04-16T20:42:54.294Z Downloaded memoffset v0.9.1
8042026-04-16T20:42:54.294Z Downloaded md5 v0.7.0
8052026-04-16T20:42:54.297Z Downloaded maplit v1.0.2
8062026-04-16T20:42:54.297Z Downloaded kstat-rs v0.2.4
8072026-04-16T20:42:54.297Z Downloaded highway v1.3.0
8082026-04-16T20:42:54.300Z Downloaded new_debug_unreachable v1.0.6
8092026-04-16T20:42:54.300Z Downloaded multimap v0.10.1
8102026-04-16T20:42:54.300Z Downloaded match_cfg v0.1.0
8112026-04-16T20:42:54.300Z Downloaded managed v0.8.0
8122026-04-16T20:42:54.304Z Downloaded hyper-staticfile v0.10.1
8132026-04-16T20:42:54.304Z Downloaded md-5 v0.10.6
8142026-04-16T20:42:54.304Z Downloaded lru-slab v0.1.2
8152026-04-16T20:42:54.304Z Downloaded half v1.8.3
8162026-04-16T20:42:54.307Z Downloaded const-oid v0.9.6
8172026-04-16T20:42:54.307Z Downloaded cookie v0.18.1
8182026-04-16T20:42:54.310Z Downloaded maybe-uninit v2.0.0
8192026-04-16T20:42:54.310Z Downloaded humantime v2.3.0
8202026-04-16T20:42:54.313Z Downloaded httpdate v1.0.3
8212026-04-16T20:42:54.313Z Downloaded group v0.13.0
8222026-04-16T20:42:54.313Z Downloaded darling v0.23.0
8232026-04-16T20:42:54.316Z Downloaded nibble_vec v0.1.0
8242026-04-16T20:42:54.317Z Downloaded normalize-line-endings v0.3.0
8252026-04-16T20:42:54.320Z Downloaded base64 v0.21.7
8262026-04-16T20:42:54.320Z Downloaded nodrop v0.1.14
8272026-04-16T20:42:54.323Z Downloaded newtype_derive v0.1.6
8282026-04-16T20:42:54.323Z Downloaded ipnetwork v0.21.1
8292026-04-16T20:42:54.326Z Downloaded num-derive v0.4.2
8302026-04-16T20:42:54.326Z Downloaded jobserver v0.1.34
8312026-04-16T20:42:54.326Z Downloaded hmac v0.12.1
8322026-04-16T20:42:54.329Z Downloaded lock_api v0.4.14
8332026-04-16T20:42:54.329Z Downloaded newline-converter v0.3.0
8342026-04-16T20:42:54.329Z Downloaded fixedbitset v0.5.7
8352026-04-16T20:42:54.332Z Downloaded num-derive v0.3.3
8362026-04-16T20:42:54.332Z Downloaded num-conv v0.2.0
8372026-04-16T20:42:54.335Z Downloaded futures-channel v0.3.32
8382026-04-16T20:42:54.335Z Downloaded num v0.4.3
8392026-04-16T20:42:54.335Z Downloaded opaque-debug v0.3.1
8402026-04-16T20:42:54.335Z Downloaded dropshot_endpoint v0.17.0
8412026-04-16T20:42:54.338Z Downloaded openssl-probe v0.1.6
8422026-04-16T20:42:54.338Z Downloaded linear-map v1.2.0
8432026-04-16T20:42:54.341Z Downloaded bzip2 v0.6.1
8442026-04-16T20:42:54.341Z Downloaded derive-where v1.6.0
8452026-04-16T20:42:54.344Z Downloaded num-iter v0.1.45
8462026-04-16T20:42:54.344Z Downloaded indoc v2.0.7
8472026-04-16T20:42:54.347Z Downloaded num_threads v0.1.7
8482026-04-16T20:42:54.347Z Downloaded num_enum_derive v0.5.11
8492026-04-16T20:42:54.347Z Downloaded mime v0.3.17
8502026-04-16T20:42:54.347Z Downloaded olpc-cjson v0.1.4
8512026-04-16T20:42:54.350Z Downloaded libefi-sys v0.1.0
8522026-04-16T20:42:54.350Z Downloaded openssl-macros v0.1.1
8532026-04-16T20:42:54.350Z Downloaded futures v0.3.32
8542026-04-16T20:42:54.353Z Downloaded openssl-probe v0.2.1
8552026-04-16T20:42:54.356Z Downloaded oso-derive v0.27.3
8562026-04-16T20:42:54.356Z Downloaded darling_core v0.21.3
8572026-04-16T20:42:54.359Z Downloaded multer v3.1.0
8582026-04-16T20:42:54.362Z Downloaded lru-cache v0.1.2
8592026-04-16T20:42:54.362Z Downloaded libsw-core v0.3.2
8602026-04-16T20:42:54.365Z Downloaded lalrpop-util v0.19.12
8612026-04-16T20:42:54.365Z Downloaded bytes v1.11.1
8622026-04-16T20:42:54.367Z Downloaded half v2.7.1
8632026-04-16T20:42:54.370Z Downloaded darling_core v0.20.11
8642026-04-16T20:42:54.374Z Downloaded base64 v0.22.1
8652026-04-16T20:42:54.377Z Downloaded nonempty v0.12.0
8662026-04-16T20:42:54.377Z Downloaded packed_struct_codegen v0.10.1
8672026-04-16T20:42:54.377Z Downloaded newtype-uuid-macros v0.1.0
8682026-04-16T20:42:54.377Z Downloaded mime_guess v2.0.5
8692026-04-16T20:42:54.380Z Downloaded nanorand v0.7.0
8702026-04-16T20:42:54.380Z Downloaded newtype-uuid v1.3.2
8712026-04-16T20:42:54.383Z Downloaded bitfield v0.19.4
8722026-04-16T20:42:54.383Z Downloaded path-slash v0.1.5
8732026-04-16T20:42:54.383Z Downloaded nu-ansi-term v0.50.3
8742026-04-16T20:42:54.387Z Downloaded parse-display v0.10.0
8752026-04-16T20:42:54.387Z Downloaded derive_more v0.99.20
8762026-04-16T20:42:54.390Z Downloaded litrs v1.0.0
8772026-04-16T20:42:54.390Z Downloaded phf_shared v0.12.1
8782026-04-16T20:42:54.393Z Downloaded elliptic-curve v0.13.8
8792026-04-16T20:42:54.393Z Downloaded libloading v0.8.9
8802026-04-16T20:42:54.396Z Downloaded peg-runtime v0.8.5
8812026-04-16T20:42:54.396Z Downloaded parse-size v1.1.0
8822026-04-16T20:42:54.396Z Downloaded ipnet v2.11.0
8832026-04-16T20:42:54.399Z Downloaded hyper-rustls v0.27.7
8842026-04-16T20:42:54.399Z Downloaded getrandom v0.3.4
8852026-04-16T20:42:54.402Z Downloaded phf_shared v0.11.3
8862026-04-16T20:42:54.402Z Downloaded num-rational v0.4.2
8872026-04-16T20:42:54.405Z Downloaded crc-any v2.5.0
8882026-04-16T20:42:54.405Z Downloaded darling_core v0.23.0
8892026-04-16T20:42:54.408Z Downloaded arc-swap v1.8.2
8902026-04-16T20:42:54.411Z Downloaded diff v0.1.13
8912026-04-16T20:42:54.413Z Downloaded bit-vec v0.6.3
8922026-04-16T20:42:54.414Z Downloaded either v1.15.0
8932026-04-16T20:42:54.414Z Downloaded pbkdf2 v0.11.0
8942026-04-16T20:42:54.417Z Downloaded num_enum v0.7.5
8952026-04-16T20:42:54.420Z Downloaded phf_shared v0.13.1
8962026-04-16T20:42:54.434Z Downloaded precomputed-hash v0.1.1
8972026-04-16T20:42:54.437Z Downloaded der v0.7.10
8982026-04-16T20:42:54.438Z Downloaded bumpalo v3.20.2
8992026-04-16T20:42:54.440Z Downloaded owo-colors v4.3.0
9002026-04-16T20:42:54.443Z Downloaded powerfmt v0.2.0
9012026-04-16T20:42:54.443Z Downloaded iana-time-zone v0.1.65
9022026-04-16T20:42:54.447Z Downloaded memmap2 v0.9.10
9032026-04-16T20:42:54.447Z Downloaded crossbeam-channel v0.5.15
9042026-04-16T20:42:54.450Z Downloaded proc-macro-error-attr2 v2.0.0
9052026-04-16T20:42:54.450Z Downloaded proc-macro-crate v3.4.0
9062026-04-16T20:42:54.453Z Downloaded proc-macro-crate v1.3.1
9072026-04-16T20:42:54.453Z Downloaded predicates-tree v1.0.13
9082026-04-16T20:42:54.453Z Downloaded predicates-core v1.0.10
9092026-04-16T20:42:54.453Z Downloaded packed_struct v0.10.1
9102026-04-16T20:42:54.456Z Downloaded parse-display-derive v0.10.0
9112026-04-16T20:42:54.456Z Downloaded libbz2-rs-sys v0.2.2
9122026-04-16T20:42:54.456Z Downloaded ingot-macros v0.1.1
9132026-04-16T20:42:54.458Z Downloaded num-complex v0.4.6
9142026-04-16T20:42:54.458Z Downloaded ignore v0.4.25
9152026-04-16T20:42:54.461Z Downloaded indexmap v1.9.3
9162026-04-16T20:42:54.464Z Downloaded pem v3.0.6
9172026-04-16T20:42:54.464Z Downloaded pem-rfc7468 v0.7.0
9182026-04-16T20:42:54.464Z Downloaded peg-macros v0.8.5
9192026-04-16T20:42:54.467Z Downloaded peg v0.8.5
9202026-04-16T20:42:54.467Z Downloaded progenitor-client v0.10.0
9212026-04-16T20:42:54.470Z Downloaded psl-types v2.0.11
9222026-04-16T20:42:54.470Z Downloaded progenitor-macro v0.10.0
9232026-04-16T20:42:54.470Z Downloaded progenitor-macro v0.11.2
9242026-04-16T20:42:54.473Z Downloaded progenitor-client v0.11.2
9252026-04-16T20:42:54.473Z Downloaded password-hash v0.5.0
9262026-04-16T20:42:54.473Z Downloaded quick-error v1.2.3
9272026-04-16T20:42:54.476Z Downloaded allocator-api2 v0.2.21
9282026-04-16T20:42:54.476Z Downloaded const_format v0.2.35
9292026-04-16T20:42:54.479Z Downloaded heapless v0.8.0
9302026-04-16T20:42:54.481Z Downloaded flume v0.11.1
9312026-04-16T20:42:54.484Z Downloaded ed25519-dalek v2.2.0
9322026-04-16T20:42:54.484Z Downloaded heapless v0.7.17
9332026-04-16T20:42:54.487Z Downloaded crypto-bigint v0.5.5
9342026-04-16T20:42:54.490Z Downloaded rand_chacha v0.3.1
9352026-04-16T20:42:54.493Z Downloaded radium v0.7.0
9362026-04-16T20:42:54.493Z Downloaded ppv-lite86 v0.2.21
9372026-04-16T20:42:54.493Z Downloaded pin-utils v0.1.0
9382026-04-16T20:42:54.496Z Downloaded num_enum_derive v0.7.5
9392026-04-16T20:42:54.496Z Downloaded native-tls v0.2.18
9402026-04-16T20:42:54.496Z Downloaded cc v1.2.56
9412026-04-16T20:42:54.499Z Downloaded derive_more-impl v2.1.1
9422026-04-16T20:42:54.502Z Downloaded pkg-config v0.3.32
9432026-04-16T20:42:54.502Z Downloaded pkcs8 v0.10.2
9442026-04-16T20:42:54.505Z Downloaded rand_xorshift v0.4.0
9452026-04-16T20:42:54.505Z Downloaded poly1305 v0.8.0
9462026-04-16T20:42:54.508Z Downloaded pin-project-lite v0.2.17
9472026-04-16T20:42:54.511Z Downloaded recursive v0.1.1
9482026-04-16T20:42:54.511Z Downloaded omicron-zone-package v0.12.2
9492026-04-16T20:42:54.514Z Downloaded recursive-proc-macro-impl v0.1.1
9502026-04-16T20:42:54.514Z Downloaded progenitor v0.11.2
9512026-04-16T20:42:54.516Z Downloaded primeorder v0.13.6
9522026-04-16T20:42:54.516Z Downloaded parking_lot v0.12.5
9532026-04-16T20:42:54.516Z Downloaded predicates v3.1.4
9542026-04-16T20:42:54.519Z Downloaded libsw v3.5.0
9552026-04-16T20:42:54.519Z Downloaded proc-macro-error2 v2.0.1
9562026-04-16T20:42:54.522Z Downloaded rfc6979 v0.4.0
9572026-04-16T20:42:54.525Z Downloaded progenitor-client v0.13.0
9582026-04-16T20:42:54.525Z Downloaded progenitor v0.10.0
9592026-04-16T20:42:54.525Z Downloaded parking_lot_core v0.9.12
9602026-04-16T20:42:54.528Z Downloaded diesel_derives v2.3.7
9612026-04-16T20:42:54.531Z Downloaded indicatif v0.18.4
9622026-04-16T20:42:54.534Z Downloaded async-compression v0.4.41
9632026-04-16T20:42:54.536Z Downloaded progenitor-macro v0.13.0
9642026-04-16T20:42:54.539Z Downloaded psm v0.1.30
9652026-04-16T20:42:54.539Z Downloaded ref-cast-impl v1.0.25
9662026-04-16T20:42:54.542Z Downloaded progenitor-extras v0.1.1
9672026-04-16T20:42:54.542Z Downloaded progenitor v0.13.0
9682026-04-16T20:42:54.542Z Downloaded phf v0.13.1
9692026-04-16T20:42:54.545Z Downloaded dropshot-api-manager v0.6.0
9702026-04-16T20:42:54.548Z Downloaded russh-cryptovec v0.7.3
9712026-04-16T20:42:54.548Z Downloaded rtoolbox v0.0.3
9722026-04-16T20:42:54.548Z Downloaded r2d2 v0.8.10
9732026-04-16T20:42:54.548Z Downloaded expectorate v1.2.0
9742026-04-16T20:42:54.551Z Downloaded phf v0.12.1
9752026-04-16T20:42:54.551Z Downloaded parking_lot v0.11.2
9762026-04-16T20:42:54.554Z Downloaded rustc_version v0.4.1
9772026-04-16T20:42:54.554Z Downloaded pkcs5 v0.7.1
9782026-04-16T20:42:54.557Z Downloaded postgres-protocol v0.6.10
9792026-04-16T20:42:54.557Z Downloaded rustc_version v0.1.7
9802026-04-16T20:42:54.560Z Downloaded rand_core v0.6.4
9812026-04-16T20:42:54.560Z Downloaded postgres-types v0.2.12
9822026-04-16T20:42:54.563Z Downloaded hickory-resolver v0.25.2
9832026-04-16T20:42:54.563Z Downloaded hickory-resolver v0.24.4
9842026-04-16T20:42:54.566Z Downloaded rand_seeder v0.4.0
9852026-04-16T20:42:54.568Z Downloaded polyval v0.6.2
9862026-04-16T20:42:54.568Z Downloaded rand_core v0.10.0
9872026-04-16T20:42:54.571Z Downloaded hashbrown v0.12.3
9882026-04-16T20:42:54.571Z Downloaded p256 v0.13.2
9892026-04-16T20:42:54.575Z Downloaded crossterm v0.28.1
9902026-04-16T20:42:54.577Z Downloaded ref-cast v1.0.25
9912026-04-16T20:42:54.583Z Downloaded scrypt v0.11.0
9922026-04-16T20:42:54.583Z Downloaded scroll_derive v0.13.1
9932026-04-16T20:42:54.583Z Downloaded serde_bytes v0.11.19
9942026-04-16T20:42:54.583Z Downloaded sapling-renderdag v0.1.0
9952026-04-16T20:42:54.586Z Downloaded secrecy v0.8.0
9962026-04-16T20:42:54.586Z Downloaded same-file v1.0.6
9972026-04-16T20:42:54.586Z Downloaded salsa20 v0.10.2
9982026-04-16T20:42:54.586Z Downloaded papergrid v0.17.0
9992026-04-16T20:42:54.588Z Downloaded oso v0.27.3
10002026-04-16T20:42:54.591Z Downloaded postcard v1.1.3
10012026-04-16T20:42:54.594Z Downloaded pin-project-internal v1.1.11
10022026-04-16T20:42:54.594Z Downloaded rand_chacha v0.9.0
10032026-04-16T20:42:54.597Z Downloaded pkcs1 v0.7.5
10042026-04-16T20:42:54.597Z Downloaded derive_more v2.1.1
10052026-04-16T20:42:54.602Z Downloaded serde_plain v1.0.2
10062026-04-16T20:42:54.605Z Downloaded seq-macro v0.3.6
10072026-04-16T20:42:54.605Z Downloaded serde-big-array v0.5.1
10082026-04-16T20:42:54.607Z Downloaded secrecy v0.10.3
10092026-04-16T20:42:54.608Z Downloaded scopeguard v1.2.0
10102026-04-16T20:42:54.608Z Downloaded scheduled-thread-pool v0.2.7
10112026-04-16T20:42:54.608Z Downloaded compact_str v0.8.1
10122026-04-16T20:42:54.611Z Downloaded num-integer v0.1.46
10132026-04-16T20:42:54.611Z Downloaded pin-project v1.1.11
10142026-04-16T20:42:54.617Z Downloaded semver v0.1.20
10152026-04-16T20:42:54.620Z Downloaded rustls-pemfile v2.2.0
10162026-04-16T20:42:54.620Z Downloaded rustc-hash v2.1.1
10172026-04-16T20:42:54.623Z Downloaded resolv-conf v0.7.6
10182026-04-16T20:42:54.623Z Downloaded serde_repr v0.1.20
10192026-04-16T20:42:54.626Z Downloaded sha1 v0.10.6
10202026-04-16T20:42:54.626Z Downloaded signal-hook-mio v0.2.5
10212026-04-16T20:42:54.626Z Downloaded rustls-pemfile v1.0.4
10222026-04-16T20:42:54.630Z Downloaded rand_core v0.9.5
10232026-04-16T20:42:54.630Z Downloaded shell-words v1.1.1
10242026-04-16T20:42:54.630Z Downloaded serde_urlencoded v0.7.1
10252026-04-16T20:42:54.633Z Downloaded hickory-server v0.25.2
10262026-04-16T20:42:54.635Z Downloaded rustls-native-certs v0.8.3
10272026-04-16T20:42:54.635Z Downloaded siphasher v1.0.2
10282026-04-16T20:42:54.638Z Downloaded serde_spanned v1.0.4
10292026-04-16T20:42:54.638Z Downloaded pbkdf2 v0.12.2
10302026-04-16T20:42:54.641Z Downloaded paste v1.0.15
10312026-04-16T20:42:54.641Z Downloaded password-hash v0.4.2
10322026-04-16T20:42:54.644Z Downloaded parking_lot_core v0.8.6
10332026-04-16T20:42:54.644Z Downloaded oxnet v0.1.4
10342026-04-16T20:42:54.646Z Downloaded oxide-tokio-rt v0.1.4
10352026-04-16T20:42:54.646Z Downloaded headers v0.4.1
10362026-04-16T20:42:54.649Z Downloaded sigpipe v0.1.3
10372026-04-16T20:42:54.653Z Downloaded signature v2.2.0
10382026-04-16T20:42:54.653Z Downloaded signal-hook-tokio v0.3.1
10392026-04-16T20:42:54.653Z Downloaded num_enum v0.5.11
10402026-04-16T20:42:54.657Z Downloaded rusty-fork v0.3.1
10412026-04-16T20:42:54.657Z Downloaded httparse v1.10.1
10422026-04-16T20:42:54.660Z Downloaded slog-bunyan v2.5.0
10432026-04-16T20:42:54.660Z Downloaded rustversion v1.0.22
10442026-04-16T20:42:54.663Z Downloaded prefix-trie v0.7.0
10452026-04-16T20:42:54.663Z Downloaded sct v0.7.1
10462026-04-16T20:42:54.665Z Downloaded hashbrown v0.13.2
10472026-04-16T20:42:54.668Z Downloaded progenitor-impl v0.13.0
10482026-04-16T20:42:54.671Z Downloaded minimal-lexical v0.2.1
10492026-04-16T20:42:54.674Z Downloaded progenitor-impl v0.11.2
10502026-04-16T20:42:54.677Z Downloaded miniz_oxide v0.8.9
10512026-04-16T20:42:54.677Z Downloaded sqlparser_derive v0.5.0
10522026-04-16T20:42:54.680Z Downloaded serde-hex v0.1.0
10532026-04-16T20:42:54.680Z Downloaded sec1 v0.7.3
10542026-04-16T20:42:54.682Z Downloaded ssh-encoding v0.2.0
10552026-04-16T20:42:54.682Z Downloaded schemars_derive v0.8.22
10562026-04-16T20:42:54.685Z Downloaded quinn-udp v0.5.14
10572026-04-16T20:42:54.688Z Downloaded ssh-cipher v0.2.0
10582026-04-16T20:42:54.688Z Downloaded jiff-static v0.2.21
10592026-04-16T20:42:54.694Z Downloaded serde_path_to_error v0.1.20
10602026-04-16T20:42:54.698Z Downloaded structmeta v0.3.0
10612026-04-16T20:42:54.700Z Downloaded strum v0.26.3
10622026-04-16T20:42:54.703Z Downloaded structmeta-derive v0.3.0
10632026-04-16T20:42:54.703Z Downloaded strip-ansi-escapes v0.2.1
10642026-04-16T20:42:54.706Z Downloaded russh-keys v0.45.0
10652026-04-16T20:42:54.706Z Downloaded shlex v1.3.0
10662026-04-16T20:42:54.709Z Downloaded rustls-pki-types v1.14.0
10672026-04-16T20:42:54.712Z Downloaded slog-envlogger v2.2.0
10682026-04-16T20:42:54.712Z Downloaded openssl-sys v0.9.111
10692026-04-16T20:42:54.714Z Downloaded strum v0.27.2
10702026-04-16T20:42:54.714Z Downloaded slog-dtrace v0.3.0
10712026-04-16T20:42:54.718Z Downloaded pretty_assertions v1.4.1
10722026-04-16T20:42:54.718Z Downloaded aes v0.8.4
10732026-04-16T20:42:54.721Z Downloaded rcgen v0.12.1
10742026-04-16T20:42:54.721Z Downloaded http v1.4.0
10752026-04-16T20:42:54.724Z Downloaded slog-async v2.8.0
10762026-04-16T20:42:54.724Z Downloaded simd-adler32 v0.3.8
10772026-04-16T20:42:54.724Z Downloaded signal-hook-registry v1.4.8
10782026-04-16T20:42:54.728Z Downloaded slog-scope v4.4.1
10792026-04-16T20:42:54.728Z Downloaded scroll v0.13.0
10802026-04-16T20:42:54.728Z Downloaded tap v1.0.1
10812026-04-16T20:42:54.731Z Downloaded thread-id v5.1.0
10822026-04-16T20:42:54.731Z Downloaded testing_table v0.3.0
10832026-04-16T20:42:54.731Z Downloaded sync-ptr v0.1.4
10842026-04-16T20:42:54.734Z Downloaded supports-color v3.0.2
10852026-04-16T20:42:54.734Z Downloaded sync_wrapper v1.0.2
10862026-04-16T20:42:54.737Z Downloaded tagptr v0.2.0
10872026-04-16T20:42:54.737Z Downloaded slog-json v2.6.1
10882026-04-16T20:42:54.740Z Downloaded slog-term v2.9.2
10892026-04-16T20:42:54.740Z Downloaded slog-stdlog v4.1.1
10902026-04-16T20:42:54.742Z Downloaded progenitor-impl v0.10.0
10912026-04-16T20:42:54.743Z Downloaded itertools v0.10.5
10922026-04-16T20:42:54.745Z Downloaded slab v0.4.12
10932026-04-16T20:42:54.748Z Downloaded spki v0.7.3
10942026-04-16T20:42:54.748Z Downloaded snafu-derive v0.8.9
10952026-04-16T20:42:54.751Z Downloaded hyper-util v0.1.20
10962026-04-16T20:42:54.753Z Downloaded termtree v0.5.1
10972026-04-16T20:42:54.753Z Downloaded take_mut v0.2.2
10982026-04-16T20:42:54.756Z Downloaded ron v0.8.1
10992026-04-16T20:42:54.760Z Downloaded thiserror-impl-no-std v2.0.2
11002026-04-16T20:42:54.760Z Downloaded static_assertions v1.1.0
11012026-04-16T20:42:54.763Z Downloaded string_cache v0.8.9
11022026-04-16T20:42:54.763Z Downloaded tabwriter v1.4.1
11032026-04-16T20:42:54.763Z Downloaded tabled_derive v0.11.0
11042026-04-16T20:42:54.763Z Downloaded stacker v0.1.23
11052026-04-16T20:42:54.766Z Downloaded smf v0.2.3
11062026-04-16T20:42:54.772Z Downloaded strum_macros v0.26.4
11072026-04-16T20:42:54.774Z Downloaded serde_cbor v0.11.2
11082026-04-16T20:42:54.777Z Downloaded time-core v0.1.8
11092026-04-16T20:42:54.777Z Downloaded strum_macros v0.27.2
11102026-04-16T20:42:54.780Z Downloaded serde_derive_internals v0.29.1
11112026-04-16T20:42:54.783Z Downloaded strum_macros v0.24.3
11122026-04-16T20:42:54.783Z Downloaded tokio-macros v2.7.0
11132026-04-16T20:42:54.786Z Downloaded hashbrown v0.15.5
11142026-04-16T20:42:54.789Z Downloaded aes-gcm v0.10.3
11152026-04-16T20:42:54.797Z Downloaded rayon-core v1.13.0
11162026-04-16T20:42:54.800Z Downloaded schemars v0.8.22
11172026-04-16T20:42:54.804Z Downloaded subtle v2.6.1
11182026-04-16T20:42:54.808Z Downloaded smallvec v0.6.14
11192026-04-16T20:42:54.808Z Downloaded rustls-platform-verifier v0.6.2
11202026-04-16T20:42:54.811Z Downloaded support-bundle-viewer v0.1.2
11212026-04-16T20:42:54.814Z Downloaded publicsuffix v2.3.0
11222026-04-16T20:42:54.814Z Downloaded thread_local v1.1.9
11232026-04-16T20:42:54.814Z Downloaded prettyplease v0.2.37
11242026-04-16T20:42:54.817Z Downloaded qorb v0.4.1
11252026-04-16T20:42:54.819Z Downloaded thiserror-no-std v2.0.2
11262026-04-16T20:42:54.822Z Downloaded tower-layer v0.3.3
11272026-04-16T20:42:54.822Z Downloaded mio v1.2.0
11282026-04-16T20:42:54.825Z Downloaded trait-variant v0.1.2
11292026-04-16T20:42:54.828Z Downloaded topological-sort v0.2.2
11302026-04-16T20:42:54.828Z Downloaded termios v0.3.3
11312026-04-16T20:42:54.828Z Downloaded sqlformat v0.3.5
11322026-04-16T20:42:54.831Z Downloaded nom v7.1.3
11332026-04-16T20:42:54.833Z Downloaded iddqd v0.3.17
11342026-04-16T20:42:54.840Z Downloaded time-macros v0.2.27
11352026-04-16T20:42:54.842Z Downloaded tower-service v0.3.3
11362026-04-16T20:42:54.845Z Downloaded unarray v0.1.4
11372026-04-16T20:42:54.845Z Downloaded typify-macro v0.6.1
11382026-04-16T20:42:54.848Z Downloaded try-lock v0.2.5
11392026-04-16T20:42:54.851Z Downloaded serde_with_macros v3.17.0
11402026-04-16T20:42:54.851Z Downloaded universal-hash v0.5.1
11412026-04-16T20:42:54.853Z Downloaded stringprep v0.1.5
11422026-04-16T20:42:54.854Z Downloaded libxml v0.3.3
11432026-04-16T20:42:54.856Z Downloaded tinyvec_macros v0.1.1
11442026-04-16T20:42:54.859Z Downloaded tiny-keccak v2.0.2
11452026-04-16T20:42:54.859Z Downloaded tls_codec_derive v0.4.2
11462026-04-16T20:42:54.859Z Downloaded tls_codec v0.4.2
11472026-04-16T20:42:54.862Z Downloaded rand v0.8.5
11482026-04-16T20:42:54.863Z Downloaded tokio-rustls v0.25.0
11492026-04-16T20:42:54.866Z Downloaded typify-macro v0.4.3
11502026-04-16T20:42:54.866Z Downloaded usdt v0.6.0
11512026-04-16T20:42:54.866Z Downloaded untrusted v0.7.1
11522026-04-16T20:42:54.891Z Downloaded similar v2.7.0
11532026-04-16T20:42:54.891Z Downloaded tokio-native-tls v0.3.1
11542026-04-16T20:42:54.891Z Downloaded tokio-dtrace v0.1.1
11552026-04-16T20:42:54.891Z Downloaded tokio-tungstenite v0.23.1
11562026-04-16T20:42:54.891Z Downloaded tokio-tungstenite v0.21.0
11572026-04-16T20:42:54.891Z Downloaded slog v2.8.2
11582026-04-16T20:42:54.891Z Downloaded usdt-macro v0.6.0
11592026-04-16T20:42:54.891Z Downloaded usdt-attr-macro v0.6.0
11602026-04-16T20:42:54.891Z Downloaded unit-prefix v0.5.2
11612026-04-16T20:42:54.891Z Downloaded ryu v1.0.23
11622026-04-16T20:42:54.891Z Downloaded socket2 v0.6.3
11632026-04-16T20:42:54.891Z Downloaded utf-8 v0.7.6
11642026-04-16T20:42:54.891Z Downloaded toml_writer v1.0.6+spec-1.1.0
11652026-04-16T20:42:54.891Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-04-16T20:42:54.891Z Downloaded spin v0.9.8
11672026-04-16T20:42:54.891Z Downloaded socket2 v0.5.10
11682026-04-16T20:42:54.891Z Downloaded num-bigint v0.4.6
11692026-04-16T20:42:54.895Z Downloaded void v1.0.2
11702026-04-16T20:42:54.895Z Downloaded quinn v0.11.9
11712026-04-16T20:42:54.897Z Downloaded waitgroup v0.1.2
11722026-04-16T20:42:54.897Z Downloaded wait-timeout v0.2.1
11732026-04-16T20:42:54.901Z Downloaded aho-corasick v1.1.4
11742026-04-16T20:42:54.901Z Downloaded serde_yaml v0.9.34+deprecated
11752026-04-16T20:42:54.904Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11762026-04-16T20:42:54.904Z Downloaded itertools v0.12.1
11772026-04-16T20:42:54.907Z Downloaded rsa v0.9.10
11782026-04-16T20:42:54.910Z Downloaded rand v0.10.0
11792026-04-16T20:42:54.913Z Downloaded term v1.2.1
11802026-04-16T20:42:54.916Z Downloaded signal-hook v0.3.18
11812026-04-16T20:42:54.918Z Downloaded want v0.3.1
11822026-04-16T20:42:54.918Z Downloaded unicode-truncate v1.1.0
11832026-04-16T20:42:54.922Z Downloaded tui-tree-widget v0.23.1
11842026-04-16T20:42:54.927Z Downloaded rand v0.9.2
11852026-04-16T20:42:54.930Z Downloaded tokio-rustls v0.24.1
11862026-04-16T20:42:54.934Z Downloaded xattr v1.6.1
11872026-04-16T20:42:54.937Z Downloaded untrusted v0.9.0
11882026-04-16T20:42:54.937Z Downloaded unicase v2.9.0
11892026-04-16T20:42:54.940Z Downloaded xshell-macros v0.2.7
11902026-04-16T20:42:54.940Z Downloaded rustls-webpki v0.103.9
11912026-04-16T20:42:54.943Z Downloaded tokio-rustls v0.26.4
11922026-04-16T20:42:54.947Z Downloaded schemars v0.9.0
11932026-04-16T20:42:54.950Z Downloaded toml_parser v1.0.9+spec-1.1.0
11942026-04-16T20:42:54.953Z Downloaded test-strategy v0.4.5
11952026-04-16T20:42:54.956Z Downloaded vergen-lib v0.1.6
11962026-04-16T20:42:54.956Z Downloaded vergen-git2 v1.0.7
11972026-04-16T20:42:54.956Z Downloaded zeroize_derive v1.4.3
11982026-04-16T20:42:54.959Z Downloaded snafu v0.8.9
11992026-04-16T20:42:54.962Z Downloaded h2 v0.4.13
12002026-04-16T20:42:54.964Z Downloaded samael v0.0.19
12012026-04-16T20:42:54.967Z Downloaded itertools v0.14.0
12022026-04-16T20:42:54.970Z Downloaded zone_cfg_derive v0.3.1
12032026-04-16T20:42:54.973Z Downloaded vergen-gitcl v1.0.8
12042026-04-16T20:42:54.973Z Downloaded itertools v0.13.0
12052026-04-16T20:42:54.976Z Downloaded futures-util v0.3.32
12062026-04-16T20:42:54.982Z Downloaded unicode-properties v0.1.4
12072026-04-16T20:42:54.985Z Downloaded russh v0.45.0
12082026-04-16T20:42:54.987Z Downloaded tinyvec v1.10.0
12092026-04-16T20:42:54.990Z Downloaded usdt-impl v0.6.0
12102026-04-16T20:42:54.990Z Downloaded term v0.7.0
12112026-04-16T20:42:54.993Z Downloaded twox-hash v2.1.2
12122026-04-16T20:42:54.993Z Downloaded tracing-attributes v0.1.31
12132026-04-16T20:42:54.993Z Downloaded wyz v0.5.1
12142026-04-16T20:42:54.996Z Downloaded whoami v1.6.1
12152026-04-16T20:42:54.996Z Downloaded num-bigint-dig v0.8.6
12162026-04-16T20:42:54.999Z Downloaded xshell v0.2.7
12172026-04-16T20:42:54.999Z Downloaded walkdir v2.5.0
12182026-04-16T20:42:55.002Z Downloaded schemars v1.2.1
12192026-04-16T20:42:55.007Z Downloaded p521 v0.13.3
12202026-04-16T20:42:55.010Z Downloaded zone v0.3.1
12212026-04-16T20:42:55.010Z Downloaded uzers v0.12.2
12222026-04-16T20:42:55.013Z Downloaded hkdf v0.12.4
12232026-04-16T20:42:55.013Z Downloaded blake3 v1.8.3
12242026-04-16T20:42:55.017Z Downloaded zeroize v1.8.2
12252026-04-16T20:42:55.019Z Downloaded vergen v9.0.6
12262026-04-16T20:42:55.019Z Downloaded toml v0.7.8
12272026-04-16T20:42:55.024Z Downloaded tar v0.4.45
12282026-04-16T20:42:55.024Z Downloaded iri-string v0.7.10
12292026-04-16T20:42:55.027Z Downloaded typify v0.4.3
12302026-04-16T20:42:55.030Z Downloaded toml v0.9.12+spec-1.1.0
12312026-04-16T20:42:55.033Z Downloaded unicode-bidi v0.3.18
12322026-04-16T20:42:55.033Z Downloaded whoami v2.1.0
12332026-04-16T20:42:55.036Z Downloaded subprocess v0.2.15
12342026-04-16T20:42:55.036Z Downloaded zstd-safe v7.2.4
12352026-04-16T20:42:55.039Z Downloaded hyper v1.8.1
12362026-04-16T20:42:55.045Z Downloaded libm v0.2.16
12372026-04-16T20:42:55.051Z Downloaded zerocopy v0.6.6
12382026-04-16T20:42:55.054Z Downloaded zstd v0.13.3
12392026-04-16T20:42:55.054Z Downloaded vsss-rs v3.3.4
12402026-04-16T20:42:55.058Z Downloaded uuid v1.23.0
12412026-04-16T20:42:55.061Z Downloaded toml_edit v0.23.10+spec-1.0.0
12422026-04-16T20:42:55.061Z Downloaded steno v0.4.1
12432026-04-16T20:42:55.064Z Downloaded tungstenite v0.21.0
12442026-04-16T20:42:55.065Z Downloaded toml v1.0.6+spec-1.1.0
12452026-04-16T20:42:55.068Z Downloaded typify v0.6.1
12462026-04-16T20:42:55.071Z Downloaded bitvec v1.0.1
12472026-04-16T20:42:55.079Z Downloaded yasna v0.5.2
12482026-04-16T20:42:55.083Z Downloaded tokio-stream v0.1.18
12492026-04-16T20:42:55.086Z Downloaded unsafe-libyaml v0.2.11
12502026-04-16T20:42:55.090Z Downloaded zopfli v0.8.3
12512026-04-16T20:42:55.097Z Downloaded rpassword v7.4.0
12522026-04-16T20:42:55.104Z Downloaded bindgen v0.71.1
12532026-04-16T20:42:55.107Z Downloaded ssh-key v0.6.7
12542026-04-16T20:42:55.111Z Downloaded vte v0.14.1
12552026-04-16T20:42:55.114Z Downloaded aws-lc-rs v1.16.0
12562026-04-16T20:42:55.118Z Downloaded tungstenite v0.23.0
12572026-04-16T20:42:55.121Z Downloaded tokio-postgres v0.7.16
12582026-04-16T20:42:55.124Z Downloaded regex v1.12.3
12592026-04-16T20:42:55.127Z Downloaded unicode_categories v0.1.1
12602026-04-16T20:42:55.130Z Downloaded rustyline v14.0.0
12612026-04-16T20:42:55.130Z Downloaded reqwest v0.13.2
12622026-04-16T20:42:55.133Z Downloaded reqwest v0.12.28
12632026-04-16T20:42:55.137Z Downloaded reedline v0.40.0
12642026-04-16T20:42:55.141Z Downloaded toml_edit v0.19.15
12652026-04-16T20:42:55.150Z Downloaded zerocopy-derive v0.8.40
12662026-04-16T20:42:55.155Z Downloaded quick-xml v0.37.5
12672026-04-16T20:42:55.158Z Downloaded tracing-core v0.1.36
12682026-04-16T20:42:55.181Z Downloaded unicode-normalization v0.1.25
12692026-04-16T20:42:55.187Z Downloaded rustls-webpki v0.101.7
12702026-04-16T20:42:55.195Z Downloaded zip v0.6.6
12712026-04-16T20:42:55.198Z Downloaded moka v0.12.13
12722026-04-16T20:42:55.213Z Downloaded rayon v1.11.0
12732026-04-16T20:42:55.218Z Downloaded rustls-webpki v0.102.8
12742026-04-16T20:42:55.228Z Downloaded zip v4.6.1
12752026-04-16T20:42:55.231Z Downloaded git2 v0.20.4
12762026-04-16T20:42:55.236Z Downloaded yansi v1.0.1
12772026-04-16T20:42:55.238Z Downloaded nix v0.27.1
12782026-04-16T20:42:55.243Z Downloaded object v0.30.4
12792026-04-16T20:42:55.252Z Downloaded lalrpop v0.19.12
12802026-04-16T20:42:55.259Z Downloaded x509-cert v0.2.5
12812026-04-16T20:42:55.262Z Downloaded unicode-segmentation v1.12.0
12822026-04-16T20:42:55.265Z Downloaded p384 v0.13.1
12832026-04-16T20:42:55.268Z Downloaded salty v0.3.0
12842026-04-16T20:42:55.272Z Downloaded radix_trie v0.2.1
12852026-04-16T20:42:55.279Z Downloaded openssl v0.10.75
12862026-04-16T20:42:55.285Z Downloaded tower v0.5.3
12872026-04-16T20:42:55.290Z Downloaded polar-core v0.27.3
12882026-04-16T20:42:55.299Z Downloaded curve25519-dalek v4.1.3
12892026-04-16T20:42:55.304Z Downloaded typed-path v0.9.3
12902026-04-16T20:42:55.307Z Downloaded rustls v0.21.12
12912026-04-16T20:42:55.313Z Downloaded tokio-util v0.7.18
12922026-04-16T20:42:55.317Z Downloaded time v0.3.47
12932026-04-16T20:42:55.325Z Downloaded tower-http v0.6.8
12942026-04-16T20:42:55.329Z Downloaded serde_with v3.17.0
12952026-04-16T20:42:55.336Z Downloaded tough v0.20.0
12962026-04-16T20:42:55.341Z Downloaded webpki-roots v1.0.6
12972026-04-16T20:42:55.343Z Downloaded vcpkg v0.2.15
12982026-04-16T20:42:55.366Z Downloaded proptest v1.10.0
12992026-04-16T20:42:55.371Z Downloaded goblin v0.10.5
13002026-04-16T20:42:55.375Z Downloaded zerocopy v0.8.40
13012026-04-16T20:42:55.380Z Downloaded quinn-proto v0.11.13
13022026-04-16T20:42:55.384Z Downloaded rustls v0.22.4
13032026-04-16T20:42:55.392Z Downloaded openapiv3 v2.2.0
13042026-04-16T20:42:55.398Z Downloaded regress v0.10.5
13052026-04-16T20:42:55.403Z Downloaded winnow v0.6.26
13062026-04-16T20:42:55.408Z Downloaded winnow v0.5.40
13072026-04-16T20:42:55.413Z Downloaded rustls v0.23.37
13082026-04-16T20:42:55.419Z Downloaded portable-atomic v1.13.1
13092026-04-16T20:42:55.424Z Downloaded petname v2.0.2
13102026-04-16T20:42:55.427Z Downloaded nix v0.28.0
13112026-04-16T20:42:55.447Z Downloaded tabled v0.20.0
13122026-04-16T20:42:55.471Z Downloaded typify-impl v0.6.1
13132026-04-16T20:42:55.488Z Downloaded nix v0.31.2
13142026-04-16T20:42:55.494Z Downloaded tracing v0.1.44
13152026-04-16T20:42:55.507Z Downloaded zlib-rs v0.6.2
13162026-04-16T20:42:55.510Z Downloaded typify-impl v0.4.3
13172026-04-16T20:42:55.518Z Downloaded smoltcp v0.9.1
13182026-04-16T20:42:55.524Z Downloaded regex-syntax v0.6.29
13192026-04-16T20:42:55.528Z Downloaded hickory-proto v0.24.4
13202026-04-16T20:42:55.536Z Downloaded object v0.37.3
13212026-04-16T20:42:55.542Z Downloaded dropshot v0.17.0
13222026-04-16T20:42:55.554Z Downloaded petgraph v0.6.5
13232026-04-16T20:42:55.565Z Downloaded smoltcp v0.11.0
13242026-04-16T20:42:55.572Z Downloaded regex-syntax v0.8.10
13252026-04-16T20:42:55.576Z Downloaded rustix v0.38.44
13262026-04-16T20:42:55.589Z Downloaded chrono-tz v0.10.4
13272026-04-16T20:42:55.599Z Downloaded hickory-proto v0.25.2
13282026-04-16T20:42:55.607Z Downloaded diesel v2.3.7
13292026-04-16T20:42:55.619Z Downloaded dropshot v0.16.7
13302026-04-16T20:42:55.632Z Downloaded bzip2-sys v0.1.13+1.0.8
13312026-04-16T20:42:55.638Z Downloaded nix v0.29.0
13322026-04-16T20:42:55.648Z Downloaded sqlparser v0.61.0
13332026-04-16T20:42:55.655Z Downloaded sha3 v0.10.8
13342026-04-16T20:42:55.658Z Downloaded sled v0.34.7
13352026-04-16T20:42:55.667Z Downloaded tokio v1.52.0
13362026-04-16T20:42:55.697Z Downloaded ratatui v0.29.0
13372026-04-16T20:42:55.738Z Downloaded zerocopy-derive v0.6.6
13382026-04-16T20:42:55.743Z Downloaded regex-automata v0.4.14
13392026-04-16T20:42:55.752Z Downloaded ring v0.17.14
13402026-04-16T20:42:55.790Z Downloaded jiff v0.2.21
13412026-04-16T20:42:55.817Z Downloaded csv v1.4.0
13422026-04-16T20:42:55.829Z Downloaded petgraph v0.8.3
13432026-04-16T20:42:55.842Z Downloaded libz-sys v1.1.24
13442026-04-16T20:42:55.853Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13452026-04-16T20:42:55.905Z Downloaded encoding_rs v0.8.35
13462026-04-16T20:42:55.938Z Downloaded libgit2-sys v0.18.3+1.9.2
13472026-04-16T20:42:56.343Z Downloaded aws-lc-sys v0.37.1
13482026-04-16T20:42:56.590Z Compiling libc v0.2.185
13492026-04-16T20:42:56.590Z Compiling serde v1.0.228
13502026-04-16T20:42:56.593Z Compiling shlex v1.3.0
13512026-04-16T20:42:56.593Z Compiling find-msvc-tools v0.1.9
13522026-04-16T20:42:56.593Z Compiling log v0.4.29
13532026-04-16T20:42:56.593Z Compiling smallvec v1.15.1
13542026-04-16T20:42:56.593Z Compiling syn v2.0.117
13552026-04-16T20:42:56.728Z Compiling typenum v1.19.0
13562026-04-16T20:42:56.928Z Compiling generic-array v0.14.7
13572026-04-16T20:42:56.956Z Compiling subtle v2.6.1
13582026-04-16T20:42:56.984Z Compiling scopeguard v1.2.0
13592026-04-16T20:42:56.998Z Compiling const-oid v0.9.6
13602026-04-16T20:42:57.063Z Compiling portable-atomic v1.13.1
13612026-04-16T20:42:57.102Z Compiling lock_api v0.4.14
13622026-04-16T20:42:57.140Z Compiling zerocopy v0.8.40
13632026-04-16T20:42:57.173Z Compiling serde_json v1.0.149
13642026-04-16T20:42:57.323Z Compiling critical-section v1.2.0
13652026-04-16T20:42:57.382Z Compiling parking_lot_core v0.9.12
13662026-04-16T20:42:57.431Z Compiling pin-project-lite v0.2.17
13672026-04-16T20:42:57.580Z Compiling getrandom v0.2.17
13682026-04-16T20:42:57.621Z Compiling jobserver v0.1.34
13692026-04-16T20:42:57.637Z Compiling errno v0.3.14
13702026-04-16T20:42:57.701Z Compiling pkg-config v0.3.32
13712026-04-16T20:42:57.721Z Compiling rand_core v0.6.4
13722026-04-16T20:42:57.784Z Compiling signal-hook-registry v1.4.8
13732026-04-16T20:42:57.987Z Compiling cc v1.2.56
13742026-04-16T20:42:58.003Z Compiling once_cell v1.21.3
13752026-04-16T20:42:58.057Z Compiling bitflags v2.11.0
13762026-04-16T20:42:58.071Z Compiling libm v0.2.16
13772026-04-16T20:42:58.087Z Compiling parking_lot v0.12.5
13782026-04-16T20:42:58.208Z Compiling mio v1.2.0
13792026-04-16T20:42:58.248Z Compiling num-traits v0.2.19
13802026-04-16T20:42:58.280Z Compiling futures-core v0.3.32
13812026-04-16T20:42:58.433Z Compiling percent-encoding v2.3.2
13822026-04-16T20:42:58.461Z Compiling socket2 v0.6.3
13832026-04-16T20:42:58.599Z Compiling allocator-api2 v0.2.21
13842026-04-16T20:42:58.636Z Compiling foldhash v0.2.0
13852026-04-16T20:42:58.650Z Compiling cpufeatures v0.2.17
13862026-04-16T20:42:58.669Z Compiling futures-sink v0.3.32
13872026-04-16T20:42:58.726Z Compiling slab v0.4.12
13882026-04-16T20:42:58.776Z Compiling futures-channel v0.3.32
13892026-04-16T20:42:58.861Z Compiling getrandom v0.4.1
13902026-04-16T20:42:58.877Z Compiling futures-task v0.3.32
13912026-04-16T20:42:58.919Z Compiling hashbrown v0.16.1
13922026-04-16T20:42:58.934Z Compiling futures-io v0.3.32
13932026-04-16T20:42:59.085Z Compiling rustversion v1.0.22
13942026-04-16T20:42:59.132Z Compiling getrandom v0.3.4
13952026-04-16T20:42:59.207Z Compiling rand_core v0.10.0
13962026-04-16T20:42:59.638Z Compiling synstructure v0.13.2
13972026-04-16T20:42:59.652Z Compiling indexmap v2.13.0
13982026-04-16T20:42:59.668Z Compiling cmake v0.1.57
13992026-04-16T20:42:59.682Z Compiling form_urlencoded v1.2.2
14002026-04-16T20:42:59.866Z Compiling fs_extra v1.3.0
14012026-04-16T20:42:59.955Z Compiling dunce v1.0.5
14022026-04-16T20:43:00.061Z Compiling base64ct v1.8.3
14032026-04-16T20:43:00.088Z Compiling ident_case v1.0.1
14042026-04-16T20:43:00.105Z Compiling flagset v0.4.7
14052026-04-16T20:43:00.135Z Compiling rand_core v0.9.5
14062026-04-16T20:43:00.151Z Compiling aws-lc-sys v0.37.1
14072026-04-16T20:43:00.215Z Compiling rustix v1.1.3
14082026-04-16T20:43:00.236Z Compiling iana-time-zone v0.1.65
14092026-04-16T20:43:00.272Z Compiling ring v0.17.14
14102026-04-16T20:43:00.336Z Compiling pem-rfc7468 v0.7.0
14112026-04-16T20:43:00.368Z Compiling uuid v1.23.0
14122026-04-16T20:43:00.426Z Compiling rustc_version v0.4.1
14132026-04-16T20:43:00.452Z Compiling regex-syntax v0.8.10
14142026-04-16T20:43:00.656Z Compiling vcpkg v0.2.15
14152026-04-16T20:43:00.766Z Compiling aws-lc-rs v1.16.0
14162026-04-16T20:43:01.063Z Compiling tracing-core v0.1.36
14172026-04-16T20:43:01.091Z Compiling pest_generator v2.8.6
14182026-04-16T20:43:01.423Z Compiling openssl-sys v0.9.111
14192026-04-16T20:43:01.443Z Compiling serde_derive v1.0.228
14202026-04-16T20:43:01.624Z Compiling zeroize_derive v1.4.3
14212026-04-16T20:43:01.824Z Compiling zerofrom-derive v0.1.6
14222026-04-16T20:43:01.948Z Compiling yoke-derive v0.8.1
14232026-04-16T20:43:02.007Z Compiling zerocopy-derive v0.8.40
14242026-04-16T20:43:02.283Z Compiling zeroize v1.8.2
14252026-04-16T20:43:02.856Z Compiling zerovec-derive v0.11.2
14262026-04-16T20:43:03.060Z Compiling crypto-common v0.1.7
14272026-04-16T20:43:03.135Z Compiling block-buffer v0.10.4
14282026-04-16T20:43:03.212Z Compiling displaydoc v0.2.5
14292026-04-16T20:43:03.242Z Compiling zerofrom v0.1.6
14302026-04-16T20:43:03.304Z Compiling digest v0.10.7
14312026-04-16T20:43:03.373Z Compiling yoke v0.8.1
14322026-04-16T20:43:03.559Z Compiling tokio-macros v2.7.0
14332026-04-16T20:43:03.559Z Compiling hmac v0.12.1
14342026-04-16T20:43:03.717Z Compiling futures-macro v0.3.32
14352026-04-16T20:43:03.960Z Compiling zerotrie v0.2.3
14362026-04-16T20:43:04.013Z Compiling zerovec v0.11.5
14372026-04-16T20:43:04.278Z Compiling block-padding v0.3.3
14382026-04-16T20:43:04.311Z Compiling sha2 v0.10.9
14392026-04-16T20:43:04.441Z Compiling inout v0.1.4
14402026-04-16T20:43:04.523Z Compiling tinystr v0.8.2
14412026-04-16T20:43:04.578Z Compiling potential_utf v0.1.4
14422026-04-16T20:43:04.611Z Compiling futures-util v0.3.32
14432026-04-16T20:43:04.726Z Compiling icu_locale_core v2.1.1
14442026-04-16T20:43:04.745Z Compiling icu_collections v2.1.1
14452026-04-16T20:43:04.973Z Compiling bytes v1.11.1
14462026-04-16T20:43:05.225Z Compiling cipher v0.4.4
14472026-04-16T20:43:05.484Z Compiling tokio v1.52.0
14482026-04-16T20:43:05.523Z Compiling icu_provider v2.1.1
14492026-04-16T20:43:05.539Z Compiling der_derive v0.7.3
14502026-04-16T20:43:05.611Z Compiling salsa20 v0.10.2
14512026-04-16T20:43:05.703Z Compiling http v1.4.0
14522026-04-16T20:43:05.750Z Compiling icu_normalizer v2.1.1
14532026-04-16T20:43:05.851Z Compiling icu_properties v2.1.2
14542026-04-16T20:43:06.288Z Compiling ppv-lite86 v0.2.21
14552026-04-16T20:43:06.466Z Compiling chrono v0.4.44
14562026-04-16T20:43:06.482Z Compiling der v0.7.10
14572026-04-16T20:43:06.593Z Compiling pbkdf2 v0.12.2
14582026-04-16T20:43:06.608Z Compiling thiserror-impl v2.0.18
14592026-04-16T20:43:06.710Z Compiling idna_adapter v1.2.1
14602026-04-16T20:43:06.853Z Compiling idna v1.1.0
14612026-04-16T20:43:06.868Z Compiling scrypt v0.11.0
14622026-04-16T20:43:06.910Z Compiling rand_chacha v0.9.0
14632026-04-16T20:43:07.116Z Compiling cbc v0.1.2
14642026-04-16T20:43:07.269Z Compiling url v2.5.8
14652026-04-16T20:43:07.489Z Compiling spki v0.7.3
14662026-04-16T20:43:07.602Z Compiling aes v0.8.4
14672026-04-16T20:43:07.641Z Compiling rustls-pki-types v1.14.0
14682026-04-16T20:43:07.694Z Compiling tracing-attributes v0.1.31
14692026-04-16T20:43:07.850Z Compiling rand v0.9.2
14702026-04-16T20:43:07.925Z Compiling thiserror v2.0.18
14712026-04-16T20:43:08.035Z Compiling pkcs5 v0.7.1
14722026-04-16T20:43:08.057Z Compiling http-body v1.0.1
14732026-04-16T20:43:08.147Z Compiling serde_derive_internals v0.29.1
14742026-04-16T20:43:08.208Z Compiling base64 v0.22.1
14752026-04-16T20:43:08.507Z Compiling httparse v1.10.1
14762026-04-16T20:43:08.527Z Compiling untrusted v0.9.0
14772026-04-16T20:43:08.634Z Compiling openssl-probe v0.2.1
14782026-04-16T20:43:08.651Z Compiling untrusted v0.7.1
14792026-04-16T20:43:08.666Z Compiling schemars v0.8.22
14802026-04-16T20:43:08.808Z Compiling pkcs8 v0.10.2
14812026-04-16T20:43:08.880Z Compiling pest_derive v2.8.6
14822026-04-16T20:43:08.895Z Compiling scroll_derive v0.13.1
14832026-04-16T20:43:08.999Z Compiling tracing v0.1.44
14842026-04-16T20:43:09.035Z Compiling schemars_derive v0.8.22
14852026-04-16T20:43:09.168Z Compiling darling_core v0.20.11
14862026-04-16T20:43:09.270Z Compiling tokio-util v0.7.18
14872026-04-16T20:43:09.348Z Compiling try-lock v0.2.5
14882026-04-16T20:43:09.462Z Compiling tinyvec_macros v0.1.1
14892026-04-16T20:43:09.537Z Compiling tower-layer v0.3.3
14902026-04-16T20:43:09.705Z Compiling atomic-waker v1.1.2
14912026-04-16T20:43:09.764Z Compiling tower-service v0.3.3
14922026-04-16T20:43:09.836Z Compiling rustls v0.23.37
14932026-04-16T20:43:09.863Z Compiling dyn-clone v1.0.20
14942026-04-16T20:43:10.006Z Compiling h2 v0.4.13
14952026-04-16T20:43:10.020Z Compiling scroll v0.13.0
14962026-04-16T20:43:10.291Z Compiling tinyvec v1.10.0
14972026-04-16T20:43:10.319Z Compiling want v0.3.1
14982026-04-16T20:43:10.634Z Compiling ipnet v2.11.0
14992026-04-16T20:43:10.650Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-04-16T20:43:10.782Z Compiling spin v0.9.8
15012026-04-16T20:43:10.995Z Compiling aho-corasick v1.1.4
15022026-04-16T20:43:11.031Z Compiling num-conv v0.2.0
15032026-04-16T20:43:11.141Z Compiling crc32fast v1.5.0
15042026-04-16T20:43:11.166Z Compiling httpdate v1.0.3
15052026-04-16T20:43:11.191Z Compiling pin-utils v0.1.0
15062026-04-16T20:43:11.268Z Compiling foreign-types-shared v0.1.1
15072026-04-16T20:43:11.361Z Compiling openssl v0.10.75
15082026-04-16T20:43:11.388Z Compiling powerfmt v0.2.0
15092026-04-16T20:43:11.404Z Compiling time-core v0.1.8
15102026-04-16T20:43:11.442Z Compiling darling_macro v0.20.11
15112026-04-16T20:43:11.552Z Compiling time-macros v0.2.27
15122026-04-16T20:43:11.587Z Compiling deranged v0.5.8
15132026-04-16T20:43:11.615Z Compiling tempfile v3.25.0
15142026-04-16T20:43:11.683Z Compiling foreign-types v0.3.2
15152026-04-16T20:43:11.913Z Compiling darling v0.20.11
15162026-04-16T20:43:11.984Z Compiling regex-automata v0.4.14
15172026-04-16T20:43:12.000Z Compiling goblin v0.10.5
15182026-04-16T20:43:12.650Z Compiling openssl-macros v0.1.1
15192026-04-16T20:43:12.669Z Compiling socket2 v0.5.10
15202026-04-16T20:43:12.983Z Compiling hyper v1.8.1
15212026-04-16T20:43:13.076Z Compiling wait-timeout v0.2.1
15222026-04-16T20:43:13.092Z Compiling crossbeam-utils v0.8.21
15232026-04-16T20:43:13.339Z Compiling bit-vec v0.8.0
15242026-04-16T20:43:13.378Z Compiling simd-adler32 v0.3.8
15252026-04-16T20:43:13.570Z Compiling native-tls v0.2.18
15262026-04-16T20:43:13.621Z Compiling usdt-impl v0.6.0
15272026-04-16T20:43:13.772Z Compiling num_threads v0.1.7
15282026-04-16T20:43:13.825Z Compiling syn v1.0.109
15292026-04-16T20:43:13.872Z Compiling siphasher v1.0.2
15302026-04-16T20:43:13.940Z Compiling quick-error v1.2.3
15312026-04-16T20:43:14.085Z Compiling hyper-util v0.1.20
15322026-04-16T20:43:14.124Z Compiling rusty-fork v0.3.1
15332026-04-16T20:43:14.237Z Compiling time v0.3.47
15342026-04-16T20:43:14.484Z Compiling bit-set v0.8.0
15352026-04-16T20:43:14.654Z Compiling derive_builder_core v0.20.2
15362026-04-16T20:43:15.553Z Compiling dof v0.4.0
15372026-04-16T20:43:15.851Z Compiling unicode-normalization v0.1.25
15382026-04-16T20:43:16.017Z Compiling dtrace-parser v0.3.0
15392026-04-16T20:43:16.154Z Compiling rustls-native-certs v0.8.3
15402026-04-16T20:43:16.268Z Compiling signature v2.2.0
15412026-04-16T20:43:16.295Z Compiling thiserror-impl v1.0.69
15422026-04-16T20:43:16.434Z Compiling scroll_derive v0.12.1
15432026-04-16T20:43:16.448Z Compiling heapless v0.7.17
15442026-04-16T20:43:16.690Z Compiling rand_xorshift v0.4.0
15452026-04-16T20:43:16.737Z Compiling darling_core v0.21.3
15462026-04-16T20:43:16.775Z Compiling slog v2.8.2
15472026-04-16T20:43:16.851Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-04-16T20:43:16.944Z Compiling sync_wrapper v1.0.2
15492026-04-16T20:43:17.066Z Compiling thread-id v5.1.0
15502026-04-16T20:43:17.090Z Compiling cookie v0.18.1
15512026-04-16T20:43:17.129Z Compiling unicode-bidi v0.3.18
15522026-04-16T20:43:17.142Z Compiling unarray v0.1.4
15532026-04-16T20:43:17.257Z Compiling paste v1.0.15
15542026-04-16T20:43:17.269Z Compiling unicode-properties v0.1.4
15552026-04-16T20:43:17.479Z Compiling anyhow v1.0.102
15562026-04-16T20:43:17.518Z Compiling adler2 v2.0.1
15572026-04-16T20:43:17.532Z Compiling zstd-safe v7.2.4
15582026-04-16T20:43:17.554Z Compiling signal-hook v0.3.18
15592026-04-16T20:43:17.649Z Compiling miniz_oxide v0.8.9
15602026-04-16T20:43:17.662Z Compiling thiserror v1.0.69
15612026-04-16T20:43:17.748Z Compiling stringprep v0.1.5
15622026-04-16T20:43:17.779Z Compiling proptest v1.10.0
15632026-04-16T20:43:18.177Z Compiling scroll v0.12.0
15642026-04-16T20:43:18.277Z Compiling tower v0.5.3
15652026-04-16T20:43:18.498Z Compiling derive_builder_macro v0.20.2
15662026-04-16T20:43:18.686Z Compiling ipnetwork v0.21.1
15672026-04-16T20:43:18.739Z Compiling http-body-util v0.1.3
15682026-04-16T20:43:18.953Z Compiling webpki-roots v1.0.6
15692026-04-16T20:43:19.026Z Compiling rand_chacha v0.3.1
15702026-04-16T20:43:19.079Z Compiling toml_datetime v0.6.11
15712026-04-16T20:43:19.102Z Compiling serde_spanned v0.6.9
15722026-04-16T20:43:19.120Z Compiling serde_tokenstream v0.2.3
15732026-04-16T20:43:19.252Z Compiling erased-serde v0.3.31
15742026-04-16T20:43:19.267Z Compiling darling_macro v0.21.3
15752026-04-16T20:43:19.341Z Compiling md-5 v0.10.6
15762026-04-16T20:43:19.442Z Compiling zerocopy-derive v0.7.35
15772026-04-16T20:43:19.509Z Compiling curve25519-dalek v4.1.3
15782026-04-16T20:43:19.746Z Compiling vergen-lib v0.1.6
15792026-04-16T20:43:19.746Z Compiling num-integer v0.1.46
15802026-04-16T20:43:19.850Z Compiling hash32 v0.2.1
15812026-04-16T20:43:19.864Z Compiling ff v0.13.1
15822026-04-16T20:43:19.930Z Compiling memoffset v0.9.1
15832026-04-16T20:43:20.005Z Compiling zlib-rs v0.6.2
15842026-04-16T20:43:20.045Z Compiling ryu v1.0.23
15852026-04-16T20:43:20.088Z Compiling litrs v1.0.0
15862026-04-16T20:43:20.121Z Compiling ref-cast v1.0.25
15872026-04-16T20:43:20.229Z Compiling cfg_aliases v0.2.1
15882026-04-16T20:43:20.309Z Compiling base16ct v0.2.0
15892026-04-16T20:43:20.324Z Compiling num-bigint-dig v0.8.6
15902026-04-16T20:43:20.430Z Compiling smoltcp v0.9.1
15912026-04-16T20:43:20.488Z Compiling fallible-iterator v0.2.0
15922026-04-16T20:43:20.511Z Compiling psl-types v2.0.11
15932026-04-16T20:43:20.597Z Compiling rustix v0.38.44
15942026-04-16T20:43:20.642Z Compiling iri-string v0.7.10
15952026-04-16T20:43:20.787Z Compiling postgres-protocol v0.6.10
15962026-04-16T20:43:20.801Z Compiling publicsuffix v2.3.0
15972026-04-16T20:43:20.972Z Compiling document-features v0.2.12
15982026-04-16T20:43:21.110Z Compiling sec1 v0.7.3
15992026-04-16T20:43:21.329Z Compiling zerocopy v0.7.35
16002026-04-16T20:43:21.386Z Compiling nix v0.31.2
16012026-04-16T20:43:21.548Z Compiling serde_urlencoded v0.7.1
16022026-04-16T20:43:21.754Z Compiling tower-http v0.6.8
16032026-04-16T20:43:21.790Z Compiling newtype-uuid v1.3.2
16042026-04-16T20:43:22.116Z Compiling num-iter v0.1.45
16052026-04-16T20:43:22.131Z Compiling group v0.13.0
16062026-04-16T20:43:22.235Z Compiling darling v0.21.3
16072026-04-16T20:43:22.305Z Compiling rand v0.8.5
16082026-04-16T20:43:22.321Z Compiling derive_builder v0.20.2
16092026-04-16T20:43:22.443Z Compiling oxnet v0.1.4
16102026-04-16T20:43:22.459Z Compiling hubpack_derive v0.1.1
16112026-04-16T20:43:22.558Z Compiling tokio-native-tls v0.3.1
16122026-04-16T20:43:22.634Z Compiling goblin v0.8.2
16132026-04-16T20:43:22.902Z Compiling flate2 v1.1.9
16142026-04-16T20:43:23.254Z Compiling regex v1.12.3
16152026-04-16T20:43:23.320Z Compiling phf_shared v0.13.1
16162026-04-16T20:43:23.476Z Compiling lazy_static v1.5.0
16172026-04-16T20:43:23.493Z Compiling cargo-platform v0.1.9
16182026-04-16T20:43:23.555Z Compiling hkdf v0.12.4
16192026-04-16T20:43:23.600Z Compiling crypto-bigint v0.5.5
16202026-04-16T20:43:23.649Z Compiling terminal_size v0.4.3
16212026-04-16T20:43:23.692Z Compiling async-trait v0.1.89
16222026-04-16T20:43:23.737Z Compiling ref-cast-impl v1.0.25
16232026-04-16T20:43:23.754Z Compiling strum_macros v0.27.2
16242026-04-16T20:43:23.784Z Compiling curve25519-dalek-derive v0.1.1
16252026-04-16T20:43:24.299Z Compiling daft-derive v0.1.5
16262026-04-16T20:43:24.490Z Compiling vergen v9.0.6
16272026-04-16T20:43:24.676Z Compiling fs-err v3.3.0
16282026-04-16T20:43:24.764Z Compiling ahash v0.8.12
16292026-04-16T20:43:24.868Z Compiling bumpalo v3.20.2
16302026-04-16T20:43:24.972Z Compiling foldhash v0.1.5
16312026-04-16T20:43:25.025Z Compiling bitflags v1.3.2
16322026-04-16T20:43:25.103Z Compiling libbz2-rs-sys v0.2.2
16332026-04-16T20:43:25.132Z Compiling unicode-segmentation v1.12.0
16342026-04-16T20:43:25.147Z Compiling object v0.37.3
16352026-04-16T20:43:25.421Z Compiling managed v0.8.0
16362026-04-16T20:43:25.529Z Compiling winnow v0.5.40
16372026-04-16T20:43:25.757Z Compiling bzip2 v0.6.1
16382026-04-16T20:43:25.772Z Compiling strum v0.27.2
16392026-04-16T20:43:25.834Z Compiling clap_builder v4.5.60
16402026-04-16T20:43:25.902Z Compiling hashbrown v0.15.5
16412026-04-16T20:43:25.964Z Compiling zopfli v0.8.3
16422026-04-16T20:43:26.223Z Compiling daft v0.1.5
16432026-04-16T20:43:26.458Z Compiling dof v0.3.0
16442026-04-16T20:43:26.521Z Compiling elliptic-curve v0.13.8
16452026-04-16T20:43:26.733Z Compiling cargo_metadata v0.19.2
16462026-04-16T20:43:26.923Z Compiling toml_edit v0.19.15
16472026-04-16T20:43:27.176Z Compiling phf v0.13.1
16482026-04-16T20:43:27.344Z Compiling signal-hook-mio v0.2.5
16492026-04-16T20:43:27.464Z Compiling cookie_store v0.22.1
16502026-04-16T20:43:28.117Z Compiling hubpack v0.1.2
16512026-04-16T20:43:28.342Z Compiling zstd v0.13.3
16522026-04-16T20:43:28.433Z Compiling hyper-tls v0.6.0
16532026-04-16T20:43:28.605Z Compiling bzip2 v0.4.4
16542026-04-16T20:43:28.665Z Compiling serde_with_macros v3.17.0
16552026-04-16T20:43:28.841Z Compiling postgres-types v0.2.12
16562026-04-16T20:43:28.906Z Compiling usdt-macro v0.6.0
16572026-04-16T20:43:29.457Z Compiling usdt-attr-macro v0.6.0
16582026-04-16T20:43:29.567Z Compiling dtrace-parser v0.2.0
16592026-04-16T20:43:29.583Z Compiling ed25519 v2.2.3
16602026-04-16T20:43:29.692Z Compiling bstr v1.12.1
16612026-04-16T20:43:29.836Z Compiling phf_shared v0.11.3
16622026-04-16T20:43:30.033Z Compiling pkcs1 v0.7.5
16632026-04-16T20:43:30.049Z Compiling serde-big-array v0.5.1
16642026-04-16T20:43:30.195Z Compiling hex v0.4.3
16652026-04-16T20:43:30.256Z Compiling rfc6979 v0.4.0
16662026-04-16T20:43:30.333Z Compiling serde_repr v0.1.20
16672026-04-16T20:43:30.354Z Compiling clap_derive v4.5.55
16682026-04-16T20:43:30.382Z Compiling strum_macros v0.26.4
16692026-04-16T20:43:30.436Z Compiling enum-as-inner v0.6.1
16702026-04-16T20:43:30.467Z Compiling float-cmp v0.10.0
16712026-04-16T20:43:30.499Z Compiling memmap2 v0.9.10
16722026-04-16T20:43:30.613Z Compiling thread-id v4.2.2
16732026-04-16T20:43:30.701Z Compiling env_filter v1.0.0
16742026-04-16T20:43:30.715Z Compiling encoding_rs v0.8.35
16752026-04-16T20:43:30.854Z Compiling new_debug_unreachable v1.0.6
16762026-04-16T20:43:30.932Z Compiling static_assertions v1.1.0
16772026-04-16T20:43:30.947Z Compiling mime v0.3.17
16782026-04-16T20:43:31.002Z Compiling precomputed-hash v0.1.1
16792026-04-16T20:43:31.018Z Compiling data-encoding v2.10.0
16802026-04-16T20:43:31.095Z Compiling keccak v0.1.6
16812026-04-16T20:43:31.203Z Compiling fixedbitset v0.4.2
16822026-04-16T20:43:31.426Z Compiling whoami v2.1.0
16832026-04-16T20:43:31.727Z Compiling normalize-line-endings v0.3.0
16842026-04-16T20:43:31.800Z Compiling rustc-hash v2.1.1
16852026-04-16T20:43:31.828Z Compiling difflib v0.4.0
16862026-04-16T20:43:31.905Z Compiling either v1.15.0
16872026-04-16T20:43:31.927Z Compiling jiff v0.2.21
16882026-04-16T20:43:32.120Z Compiling predicates-core v1.0.10
16892026-04-16T20:43:32.137Z Compiling fixedbitset v0.5.7
16902026-04-16T20:43:32.140Z Compiling strum v0.26.3
16912026-04-16T20:43:32.233Z Compiling predicates v3.1.4
16922026-04-16T20:43:32.284Z Compiling clap v4.5.60
16932026-04-16T20:43:32.300Z Compiling itertools v0.13.0
16942026-04-16T20:43:32.368Z Compiling petgraph v0.8.3
16952026-04-16T20:43:32.404Z Compiling iddqd v0.3.17
16962026-04-16T20:43:32.442Z Compiling tokio-postgres v0.7.16
16972026-04-16T20:43:32.605Z Compiling toml_edit v0.22.27
16982026-04-16T20:43:32.894Z Compiling petgraph v0.6.5
16992026-04-16T20:43:33.523Z Compiling hickory-proto v0.25.2
17002026-04-16T20:43:33.538Z Compiling sha3 v0.10.8
17012026-04-16T20:43:34.035Z Compiling string_cache v0.8.9
17022026-04-16T20:43:34.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-04-16T20:43:34.289Z Compiling env_logger v0.11.9
17042026-04-16T20:43:34.395Z Compiling usdt-impl v0.5.0
17052026-04-16T20:43:34.651Z Compiling zip v4.6.1
17062026-04-16T20:43:34.667Z Compiling usdt v0.6.0
17072026-04-16T20:43:34.941Z Compiling serde_with v3.17.0
17082026-04-16T20:43:34.997Z Compiling ecdsa v0.16.9
17092026-04-16T20:43:35.383Z Compiling rsa v0.9.10
17102026-04-16T20:43:35.398Z Compiling similar v2.7.0
17112026-04-16T20:43:35.633Z Compiling crossterm v0.28.1
17122026-04-16T20:43:36.128Z Compiling ed25519-dalek v2.2.0
17132026-04-16T20:43:36.634Z Compiling zip v0.6.6
17142026-04-16T20:43:36.943Z Compiling toml v0.7.8
17152026-04-16T20:43:37.443Z Compiling heck v0.4.1
17162026-04-16T20:43:37.462Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-04-16T20:43:37.543Z Compiling crossbeam-epoch v0.9.18
17182026-04-16T20:43:37.677Z Compiling tokio-stream v0.1.18
17192026-04-16T20:43:37.696Z Compiling buf-list v1.1.2
17202026-04-16T20:43:37.884Z Compiling x509-cert v0.2.5
17212026-04-16T20:43:37.979Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-04-16T20:43:38.098Z Compiling openapiv3 v2.2.0
17232026-04-16T20:43:38.152Z Compiling sha1 v0.10.6
17242026-04-16T20:43:38.264Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-04-16T20:43:38.285Z Compiling peg-runtime v0.8.5
17262026-04-16T20:43:38.380Z Compiling lalrpop-util v0.19.12
17272026-04-16T20:43:38.559Z Compiling thread_local v1.1.9
17282026-04-16T20:43:38.574Z Compiling slog-async v2.8.0
17292026-04-16T20:43:38.574Z Compiling crossbeam-channel v0.5.15
17302026-04-16T20:43:38.699Z Compiling futures-executor v0.3.32
17312026-04-16T20:43:38.810Z Compiling is-terminal v0.4.17
17322026-04-16T20:43:38.895Z Compiling filetime v0.2.27
17332026-04-16T20:43:38.911Z Compiling term v1.2.1
17342026-04-16T20:43:38.958Z Compiling take_mut v0.2.2
17352026-04-16T20:43:39.083Z Compiling xattr v1.6.1
17362026-04-16T20:43:39.087Z Compiling futures v0.3.32
17372026-04-16T20:43:39.285Z Compiling tar v0.4.45
17382026-04-16T20:43:39.535Z Compiling slog-term v2.9.2
17392026-04-16T20:43:46.070Z Compiling rustls-webpki v0.103.9
17402026-04-16T20:43:48.868Z Compiling tokio-rustls v0.26.4
17412026-04-16T20:43:48.868Z Compiling rustls-platform-verifier v0.6.2
17422026-04-16T20:43:49.069Z Compiling hyper-rustls v0.27.7
17432026-04-16T20:43:49.274Z Compiling reqwest v0.12.28
17442026-04-16T20:43:49.274Z Compiling reqwest v0.13.2
17452026-04-16T20:43:51.368Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-04-16T20:43:51.590Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-04-16T20:43:54.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17482026-04-16T20:43:54.567Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-04-16T20:43:54.624ZApr 16 20:43:53.682 INFO Starting download, target: Console
17502026-04-16T20:43:54.624ZApr 16 20:43:53.682 INFO Starting download, target: Clickhouse
17512026-04-16T20:43:54.624ZApr 16 20:43:53.682 INFO Starting download, target: Cockroach
17522026-04-16T20:43:54.627ZApr 16 20:43:53.682 INFO Starting download, target: DendriteStub
17532026-04-16T20:43:54.627ZApr 16 20:43:53.682 INFO Starting download, target: MaghemiteMgd
17542026-04-16T20:43:54.627ZApr 16 20:43:53.682 INFO Starting download, target: TransceiverControl
17552026-04-16T20:43:54.627ZApr 16 20:43:53.682 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17562026-04-16T20:43:54.627ZApr 16 20:43:53.682 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-04-16T20:43:54.627ZApr 16 20:43:53.682 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-04-16T20:43:54.627ZApr 16 20:43:53.683 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-04-16T20:43:54.627ZApr 16 20:43:53.683 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-04-16T20:43:54.627ZApr 16 20:43:53.683 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-04-16T20:43:54.872ZApr 16 20:43:53.929 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-04-16T20:43:55.122ZApr 16 20:43:54.180 INFO Download complete, target: TransceiverControl
17632026-04-16T20:43:55.609ZApr 16 20:43:54.664 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-04-16T20:43:55.844ZApr 16 20:43:54.901 INFO Download complete, target: Console
17652026-04-16T20:43:56.129ZApr 16 20:43:55.183 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-04-16T20:43:56.193ZApr 16 20:43:55.250 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-04-16T20:43:56.737ZApr 16 20:43:55.795 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17682026-04-16T20:43:56.738ZApr 16 20:43:55.795 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17692026-04-16T20:43:56.810ZApr 16 20:43:55.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-04-16T20:43:58.494ZApr 16 20:43:57.552 INFO Download complete, target: DendriteStub
17712026-04-16T20:43:58.557ZApr 16 20:43:57.615 INFO Download complete, target: MaghemiteMgd
17722026-04-16T20:44:01.426ZApr 16 20:44:00.483 INFO Checking that binary works, target: Cockroach
17732026-04-16T20:44:01.521ZApr 16 20:44:00.578 INFO Download complete, target: Cockroach
17742026-04-16T20:44:03.686ZApr 16 20:44:02.743 INFO Checking that binary works, target: Clickhouse
17752026-04-16T20:44:03.825ZApr 16 20:44:02.882 INFO Download complete, target: Clickhouse
17762026-04-16T20:44:03.844ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-04-16T20:44:03.844Z
17782026-04-16T20:44:03.844Zreal 3:13.054815873
17792026-04-16T20:44:03.844Zuser 7:19.534358980
17802026-04-16T20:44:03.844Zsys 1:25.410912879
17812026-04-16T20:44:03.844Ztrap 0.223705723
17822026-04-16T20:44:03.844Ztflt 0.808553997
17832026-04-16T20:44:03.844Zdflt 0.744654704
17842026-04-16T20:44:03.844Zkflt 0.044643079
17852026-04-16T20:44:03.844Zlock 21:02.052654942
17862026-04-16T20:44:03.844Zslp 22:12.491721550
17872026-04-16T20:44:03.844Zlat 43.450872302
17882026-04-16T20:44:03.844Zstop 2:05.692615217
17892026-04-16T20:44:03.844Z+ banner hack-check
17902026-04-16T20:44:03.844Z
17912026-04-16T20:44:03.844Z # # ## #### # # #### # # ###### #### # #
17922026-04-16T20:44:03.844Z # # # # # # # # # # # # # # # # #
17932026-04-16T20:44:03.844Z ###### # # # #### ##### # ###### ##### # ####
17942026-04-16T20:44:03.844Z # # ###### # # # # # # # # # #
17952026-04-16T20:44:03.844Z # # # # # # # # # # # # # # # # #
17962026-04-16T20:44:03.844Z # # # # #### # # #### # # ###### #### # #
17972026-04-16T20:44:03.844Z
17982026-04-16T20:44:03.844Z+ export CARGO_INCREMENTAL=0
17992026-04-16T20:44:03.844Z+ CARGO_INCREMENTAL=0
18002026-04-16T20:44:03.845Z+ ptime -m timeout 2h cargo xtask check-features --ci
18012026-04-16T20:44:04.380Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-04-16T20:44:04.597Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-04-16T20:44:06.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18042026-04-16T20:44:06.529Z Running `target/debug/xtask check-features --ci`
18052026-04-16T20:44:06.555Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18062026-04-16T20:44:06.558Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18072026-04-16T20:44:07.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18082026-04-16T20:44:07.068Z Running `target/debug/xtask download cargo-hack`
18092026-04-16T20:44:07.845Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-04-16T20:44:08.157Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-04-16T20:44:10.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18122026-04-16T20:44:10.801Z Running `target/debug/xtask-downloader cargo-hack`
18132026-04-16T20:44:10.844ZApr 16 20:44:09.899 INFO Starting download, target: CargoHack
18142026-04-16T20:44:10.846ZApr 16 20:44:09.899 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18152026-04-16T20:44:11.415ZApr 16 20:44:10.471 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18162026-04-16T20:44:11.465ZApr 16 20:44:10.520 INFO Download complete, target: CargoHack
18172026-04-16T20:44:11.468Zrunning: "/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"
18182026-04-16T20:44:11.480Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18192026-04-16T20:44:11.630Zinfo: running `cargo check --bins` on api_identity (1/272)
18202026-04-16T20:44:12.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-04-16T20:44:12.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-04-16T20:44:12.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-04-16T20:44:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-04-16T20:44:12.202Z
18252026-04-16T20:44:12.202Zinfo: running `cargo check --bins` on bootstore (2/272)
18262026-04-16T20:44:12.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-04-16T20:44:12.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-04-16T20:44:12.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-04-16T20:44:12.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18302026-04-16T20:44:12.776Z
18312026-04-16T20:44:12.776Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18322026-04-16T20:44:13.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-04-16T20:44:13.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-04-16T20:44:13.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-04-16T20:44:13.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18362026-04-16T20:44:13.344Z
18372026-04-16T20:44:13.344Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18382026-04-16T20:44:13.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-04-16T20:44:13.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-04-16T20:44:13.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-04-16T20:44:13.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-04-16T20:44:13.923Z
18432026-04-16T20:44:13.923Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18442026-04-16T20:44:14.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-04-16T20:44:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-04-16T20:44:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-04-16T20:44:14.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18482026-04-16T20:44:14.510Z
18492026-04-16T20:44:14.510Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18502026-04-16T20:44:15.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-04-16T20:44:15.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-04-16T20:44:15.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-04-16T20:44:15.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18542026-04-16T20:44:15.094Z
18552026-04-16T20:44:15.094Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18562026-04-16T20:44:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-04-16T20:44:15.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-04-16T20:44:15.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-04-16T20:44:15.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18602026-04-16T20:44:15.681Z
18612026-04-16T20:44:15.681Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18622026-04-16T20:44:16.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-04-16T20:44:16.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-04-16T20:44:16.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-04-16T20:44:16.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18662026-04-16T20:44:16.273Z
18672026-04-16T20:44:16.273Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18682026-04-16T20:44:16.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-04-16T20:44:16.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-04-16T20:44:16.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-04-16T20:44:16.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-04-16T20:44:16.734Z
18732026-04-16T20:44:16.735Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18742026-04-16T20:44:17.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-04-16T20:44:17.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-04-16T20:44:17.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-04-16T20:44:17.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-04-16T20:44:17.201Z
18792026-04-16T20:44:17.201Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18802026-04-16T20:44:17.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-04-16T20:44:17.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-04-16T20:44:17.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-04-16T20:44:17.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-04-16T20:44:17.662Z
18852026-04-16T20:44:17.662Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18862026-04-16T20:44:18.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-04-16T20:44:18.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-04-16T20:44:18.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-04-16T20:44:18.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-04-16T20:44:18.125Z
18912026-04-16T20:44:18.125Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18922026-04-16T20:44:18.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-04-16T20:44:18.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-04-16T20:44:18.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-04-16T20:44:18.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-04-16T20:44:18.594Z
18972026-04-16T20:44:18.594Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18982026-04-16T20:44:19.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-04-16T20:44:19.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-04-16T20:44:19.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-04-16T20:44:19.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-04-16T20:44:19.063Z
19032026-04-16T20:44:19.063Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19042026-04-16T20:44:19.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-04-16T20:44:19.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-04-16T20:44:19.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-04-16T20:44:19.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-04-16T20:44:19.526Z
19092026-04-16T20:44:19.526Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19102026-04-16T20:44:19.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-04-16T20:44:19.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-04-16T20:44:19.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-04-16T20:44:19.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-04-16T20:44:19.989Z
19152026-04-16T20:44:19.989Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19162026-04-16T20:44:20.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-04-16T20:44:20.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-04-16T20:44:20.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-04-16T20:44:20.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-04-16T20:44:20.451Z
19212026-04-16T20:44:20.451Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19222026-04-16T20:44:20.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-04-16T20:44:20.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-04-16T20:44:20.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-04-16T20:44:20.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-04-16T20:44:20.914Z
19272026-04-16T20:44:20.914Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19282026-04-16T20:44:21.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-04-16T20:44:21.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-04-16T20:44:21.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-04-16T20:44:21.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-04-16T20:44:21.384Z
19332026-04-16T20:44:21.384Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19342026-04-16T20:44:21.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-04-16T20:44:21.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-04-16T20:44:21.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-04-16T20:44:21.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-04-16T20:44:21.846Z
19392026-04-16T20:44:21.846Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19402026-04-16T20:44:22.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-04-16T20:44:22.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-04-16T20:44:22.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-04-16T20:44:22.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-04-16T20:44:22.311Z
19452026-04-16T20:44:22.311Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19462026-04-16T20:44:22.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-04-16T20:44:22.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-04-16T20:44:22.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-04-16T20:44:22.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-04-16T20:44:22.774Z
19512026-04-16T20:44:22.774Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19522026-04-16T20:44:23.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-04-16T20:44:23.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-04-16T20:44:23.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-04-16T20:44:23.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-04-16T20:44:23.240Z
19572026-04-16T20:44:23.240Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19582026-04-16T20:44:23.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-04-16T20:44:23.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-04-16T20:44:23.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-04-16T20:44:23.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-04-16T20:44:23.703Z
19632026-04-16T20:44:23.703Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19642026-04-16T20:44:24.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-04-16T20:44:24.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-04-16T20:44:24.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-04-16T20:44:24.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-04-16T20:44:24.172Z
19692026-04-16T20:44:24.172Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19702026-04-16T20:44:24.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-04-16T20:44:24.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-04-16T20:44:24.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-04-16T20:44:24.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-04-16T20:44:24.634Z
19752026-04-16T20:44:24.634Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19762026-04-16T20:44:25.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-04-16T20:44:25.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-04-16T20:44:25.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-04-16T20:44:25.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-04-16T20:44:25.099Z
19812026-04-16T20:44:25.099Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19822026-04-16T20:44:25.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-04-16T20:44:25.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-04-16T20:44:25.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-04-16T20:44:25.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-04-16T20:44:25.564Z
19872026-04-16T20:44:25.564Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19882026-04-16T20:44:25.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-04-16T20:44:25.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-04-16T20:44:25.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-04-16T20:44:25.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-04-16T20:44:26.029Z
19932026-04-16T20:44:26.029Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19942026-04-16T20:44:26.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-04-16T20:44:26.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-04-16T20:44:26.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-04-16T20:44:26.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-04-16T20:44:26.491Z
19992026-04-16T20:44:26.491Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20002026-04-16T20:44:26.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-04-16T20:44:26.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-04-16T20:44:26.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-04-16T20:44:26.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-04-16T20:44:26.960Z
20052026-04-16T20:44:26.960Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20062026-04-16T20:44:27.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-04-16T20:44:27.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-04-16T20:44:27.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-04-16T20:44:27.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-04-16T20:44:27.429Z
20112026-04-16T20:44:27.429Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20122026-04-16T20:44:27.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-04-16T20:44:27.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-04-16T20:44:27.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-04-16T20:44:27.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-04-16T20:44:27.902Z
20172026-04-16T20:44:27.902Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20182026-04-16T20:44:28.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-04-16T20:44:28.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-04-16T20:44:28.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-04-16T20:44:28.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-04-16T20:44:28.376Z
20232026-04-16T20:44:28.376Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20242026-04-16T20:44:28.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-04-16T20:44:28.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-04-16T20:44:28.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-04-16T20:44:28.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-04-16T20:44:28.846Z
20292026-04-16T20:44:28.846Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20302026-04-16T20:44:29.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-04-16T20:44:29.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-04-16T20:44:29.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-04-16T20:44:29.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-04-16T20:44:29.321Z
20352026-04-16T20:44:29.322Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20362026-04-16T20:44:29.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-04-16T20:44:29.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-04-16T20:44:29.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-04-16T20:44:29.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-04-16T20:44:29.793Z
20412026-04-16T20:44:29.793Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20422026-04-16T20:44:30.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-04-16T20:44:30.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-04-16T20:44:30.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-04-16T20:44:30.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-04-16T20:44:30.262Z
20472026-04-16T20:44:30.262Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20482026-04-16T20:44:30.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-04-16T20:44:30.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-04-16T20:44:30.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-04-16T20:44:30.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-04-16T20:44:30.732Z
20532026-04-16T20:44:30.732Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20542026-04-16T20:44:31.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-04-16T20:44:31.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-04-16T20:44:31.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-04-16T20:44:31.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-04-16T20:44:31.209Z
20592026-04-16T20:44:31.210Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20602026-04-16T20:44:31.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-04-16T20:44:31.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-04-16T20:44:31.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-04-16T20:44:31.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-04-16T20:44:31.689Z
20652026-04-16T20:44:31.689Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20662026-04-16T20:44:32.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-04-16T20:44:32.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-04-16T20:44:32.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-04-16T20:44:32.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-04-16T20:44:32.168Z
20712026-04-16T20:44:32.168Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20722026-04-16T20:44:32.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-04-16T20:44:32.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-04-16T20:44:32.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-04-16T20:44:32.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-04-16T20:44:32.640Z
20772026-04-16T20:44:32.640Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20782026-04-16T20:44:33.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-04-16T20:44:33.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-04-16T20:44:33.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-04-16T20:44:33.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-04-16T20:44:33.112Z
20832026-04-16T20:44:33.112Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20842026-04-16T20:44:33.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-04-16T20:44:33.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-04-16T20:44:33.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-04-16T20:44:33.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-04-16T20:44:33.587Z
20892026-04-16T20:44:33.587Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20902026-04-16T20:44:33.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-04-16T20:44:34.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-04-16T20:44:34.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-04-16T20:44:34.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20942026-04-16T20:44:34.062Z
20952026-04-16T20:44:34.062Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20962026-04-16T20:44:34.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-04-16T20:44:34.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-04-16T20:44:34.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-04-16T20:44:34.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21002026-04-16T20:44:34.539Z
21012026-04-16T20:44:34.540Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21022026-04-16T20:44:34.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-04-16T20:44:34.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-04-16T20:44:34.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-04-16T20:44:34.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21062026-04-16T20:44:35.013Z
21072026-04-16T20:44:35.013Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21082026-04-16T20:44:35.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-04-16T20:44:35.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-04-16T20:44:35.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-04-16T20:44:35.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-04-16T20:44:35.654Z
21132026-04-16T20:44:35.654Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21142026-04-16T20:44:36.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-04-16T20:44:36.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-04-16T20:44:36.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-04-16T20:44:36.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21182026-04-16T20:44:36.298Z
21192026-04-16T20:44:36.298Zinfo: running `cargo check --bins` on nexus-config (51/272)
21202026-04-16T20:44:36.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-04-16T20:44:36.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-04-16T20:44:36.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-04-16T20:44:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21242026-04-16T20:44:36.939Z
21252026-04-16T20:44:36.939Zinfo: running `cargo check --bins` on nexus-types (52/272)
21262026-04-16T20:44:37.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-04-16T20:44:37.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-04-16T20:44:37.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-04-16T20:44:37.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21302026-04-16T20:44:37.581Z
21312026-04-16T20:44:37.581Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21322026-04-16T20:44:38.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-04-16T20:44:38.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-04-16T20:44:38.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-04-16T20:44:38.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-04-16T20:44:38.187Z
21372026-04-16T20:44:38.187Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21382026-04-16T20:44:38.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-04-16T20:44:38.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-04-16T20:44:38.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-04-16T20:44:38.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21422026-04-16T20:44:38.770Z
21432026-04-16T20:44:38.770Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21442026-04-16T20:44:39.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-04-16T20:44:39.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-04-16T20:44:39.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-04-16T20:44:39.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-04-16T20:44:39.374Z
21492026-04-16T20:44:39.374Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21502026-04-16T20:44:39.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-04-16T20:44:39.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-04-16T20:44:39.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-04-16T20:44:39.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21542026-04-16T20:44:39.983Z
21552026-04-16T20:44:39.983Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21562026-04-16T20:44:40.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-04-16T20:44:40.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-04-16T20:44:40.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-04-16T20:44:40.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-04-16T20:44:40.591Z
21612026-04-16T20:44:40.591Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21622026-04-16T20:44:41.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-04-16T20:44:41.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-04-16T20:44:41.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-04-16T20:44:41.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-04-16T20:44:41.205Z
21672026-04-16T20:44:41.205Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21682026-04-16T20:44:41.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-04-16T20:44:41.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-04-16T20:44:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-04-16T20:44:41.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-04-16T20:44:41.793Z
21732026-04-16T20:44:41.793Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21742026-04-16T20:44:42.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-04-16T20:44:42.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-04-16T20:44:42.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-04-16T20:44:42.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-04-16T20:44:42.385Z
21792026-04-16T20:44:42.385Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21802026-04-16T20:44:42.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-04-16T20:44:42.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-04-16T20:44:42.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-04-16T20:44:42.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-04-16T20:44:42.978Z
21852026-04-16T20:44:42.978Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21862026-04-16T20:44:43.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-04-16T20:44:43.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-04-16T20:44:43.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-04-16T20:44:43.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-04-16T20:44:43.570Z
21912026-04-16T20:44:43.570Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21922026-04-16T20:44:44.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-04-16T20:44:44.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-04-16T20:44:44.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-04-16T20:44:44.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-04-16T20:44:44.180Z
21972026-04-16T20:44:44.180Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21982026-04-16T20:44:44.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-04-16T20:44:44.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-04-16T20:44:44.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-04-16T20:44:44.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-04-16T20:44:44.784Z
22032026-04-16T20:44:44.784Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22042026-04-16T20:44:45.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-04-16T20:44:45.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-04-16T20:44:45.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-04-16T20:44:45.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-04-16T20:44:45.371Z
22092026-04-16T20:44:45.371Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22102026-04-16T20:44:45.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-04-16T20:44:45.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-04-16T20:44:45.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-04-16T20:44:45.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-04-16T20:44:45.961Z
22152026-04-16T20:44:45.961Zinfo: running `cargo check --bins` on ereport-types (67/272)
22162026-04-16T20:44:46.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-04-16T20:44:46.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-04-16T20:44:46.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-04-16T20:44:46.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-04-16T20:44:46.560Z
22212026-04-16T20:44:46.560Zinfo: running `cargo check --bins` on gateway-client (68/272)
22222026-04-16T20:44:47.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-04-16T20:44:47.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-04-16T20:44:47.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-04-16T20:44:47.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-04-16T20:44:47.152Z
22272026-04-16T20:44:47.152Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22282026-04-16T20:44:47.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-04-16T20:44:47.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-04-16T20:44:47.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-04-16T20:44:47.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-04-16T20:44:47.741Z
22332026-04-16T20:44:47.741Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22342026-04-16T20:44:48.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-04-16T20:44:48.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-04-16T20:44:48.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-04-16T20:44:48.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-04-16T20:44:48.339Z
22392026-04-16T20:44:48.339Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22402026-04-16T20:44:48.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-04-16T20:44:48.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-04-16T20:44:48.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-04-16T20:44:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22442026-04-16T20:44:48.930Z
22452026-04-16T20:44:48.930Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22462026-04-16T20:44:49.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-04-16T20:44:49.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-04-16T20:44:49.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-04-16T20:44:49.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22502026-04-16T20:44:49.521Z
22512026-04-16T20:44:49.521Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22522026-04-16T20:44:50.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-04-16T20:44:50.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-04-16T20:44:50.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-04-16T20:44:50.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22562026-04-16T20:44:50.139Z
22572026-04-16T20:44:50.139Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22582026-04-16T20:44:50.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-04-16T20:44:50.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-04-16T20:44:50.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-04-16T20:44:50.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22622026-04-16T20:44:50.754Z
22632026-04-16T20:44:50.754Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22642026-04-16T20:44:51.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-04-16T20:44:51.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-04-16T20:44:51.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-04-16T20:44:51.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22682026-04-16T20:44:51.343Z
22692026-04-16T20:44:51.343Zinfo: running `cargo check --bins` on oxlog (76/272)
22702026-04-16T20:44:51.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-04-16T20:44:51.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-04-16T20:44:51.954Z Checking cfg-if v1.0.4
22732026-04-16T20:44:51.957Z Checking libc v0.2.185
22742026-04-16T20:44:51.957Z Checking serde_core v1.0.228
22752026-04-16T20:44:52.075Z Checking zeroize v1.8.2
22762026-04-16T20:44:52.085Z Checking memchr v2.8.0
22772026-04-16T20:44:52.094Z Checking log v0.4.29
22782026-04-16T20:44:52.103Z Checking smallvec v1.15.1
22792026-04-16T20:44:52.114Z Checking typenum v1.19.0
22802026-04-16T20:44:52.114Z Checking subtle v2.6.1
22812026-04-16T20:44:52.214Z Checking itoa v1.0.17
22822026-04-16T20:44:52.251Z Checking scopeguard v1.2.0
22832026-04-16T20:44:52.263Z Checking const-oid v0.9.6
22842026-04-16T20:44:52.276Z Checking stable_deref_trait v1.2.1
22852026-04-16T20:44:52.348Z Checking lock_api v0.4.14
22862026-04-16T20:44:52.362Z Checking portable-atomic v1.13.1
22872026-04-16T20:44:52.362Z Checking zerofrom v0.1.6
22882026-04-16T20:44:52.467Z Checking getrandom v0.2.17
22892026-04-16T20:44:52.467Z Checking errno v0.3.14
22902026-04-16T20:44:52.469Z Checking critical-section v1.2.0
22912026-04-16T20:44:52.547Z Checking yoke v0.8.1
22922026-04-16T20:44:52.611Z Checking parking_lot_core v0.9.12
22932026-04-16T20:44:52.624Z Checking signal-hook-registry v1.4.8
22942026-04-16T20:44:52.637Z Checking generic-array v0.14.7
22952026-04-16T20:44:52.648Z Checking rand_core v0.6.4
22962026-04-16T20:44:52.714Z Checking zerovec v0.11.5
22972026-04-16T20:44:52.767Z Checking once_cell v1.21.3
22982026-04-16T20:44:52.779Z Checking zerocopy v0.8.40
22992026-04-16T20:44:52.792Z Checking pin-project-lite v0.2.17
23002026-04-16T20:44:52.818Z Checking parking_lot v0.12.5
23012026-04-16T20:44:52.882Z Checking mio v1.2.0
23022026-04-16T20:44:52.940Z Checking socket2 v0.6.3
23032026-04-16T20:44:52.943Z Checking libm v0.2.16
23042026-04-16T20:44:52.999Z Checking zmij v1.0.21
23052026-04-16T20:44:53.072Z Checking crypto-common v0.1.7
23062026-04-16T20:44:53.149Z Checking block-buffer v0.10.4
23072026-04-16T20:44:53.164Z Checking tinystr v0.8.2
23082026-04-16T20:44:53.183Z Checking writeable v0.6.2
23092026-04-16T20:44:53.195Z Checking percent-encoding v2.3.2
23102026-04-16T20:44:53.206Z Checking litemap v0.8.1
23112026-04-16T20:44:53.284Z Checking digest v0.10.7
23122026-04-16T20:44:53.330Z Checking equivalent v1.0.2
23132026-04-16T20:44:53.342Z Checking allocator-api2 v0.2.21
23142026-04-16T20:44:53.345Z Checking futures-core v0.3.32
23152026-04-16T20:44:53.374Z Checking icu_locale_core v2.1.1
23162026-04-16T20:44:53.409Z Checking potential_utf v0.1.4
23172026-04-16T20:44:53.462Z Checking zerotrie v0.2.3
23182026-04-16T20:44:53.476Z Checking foldhash v0.2.0
23192026-04-16T20:44:53.534Z Checking cpufeatures v0.2.17
23202026-04-16T20:44:53.547Z Checking serde v1.0.228
23212026-04-16T20:44:53.602Z Checking bitflags v2.11.0
23222026-04-16T20:44:53.625Z Checking serde_json v1.0.149
23232026-04-16T20:44:53.637Z Checking hashbrown v0.16.1
23242026-04-16T20:44:53.649Z Checking num-traits v0.2.19
23252026-04-16T20:44:53.703Z Checking icu_collections v2.1.1
23262026-04-16T20:44:53.769Z Checking hmac v0.12.1
23272026-04-16T20:44:53.905Z Checking block-padding v0.3.3
23282026-04-16T20:44:53.952Z Checking icu_provider v2.1.1
23292026-04-16T20:44:53.965Z Checking bytes v1.11.1
23302026-04-16T20:44:54.016Z Checking icu_normalizer_data v2.1.1
23312026-04-16T20:44:54.035Z Checking icu_properties_data v2.1.2
23322026-04-16T20:44:54.088Z Checking rand_core v0.10.0
23332026-04-16T20:44:54.135Z Checking futures-sink v0.3.32
23342026-04-16T20:44:54.162Z Checking indexmap v2.13.0
23352026-04-16T20:44:54.180Z Checking icu_normalizer v2.1.1
23362026-04-16T20:44:54.193Z Checking icu_properties v2.1.2
23372026-04-16T20:44:54.227Z Checking getrandom v0.4.1
23382026-04-16T20:44:54.239Z Checking futures-channel v0.3.32
23392026-04-16T20:44:54.289Z Checking inout v0.1.4
23402026-04-16T20:44:54.370Z Checking futures-task v0.3.32
23412026-04-16T20:44:54.403Z Checking tokio v1.52.0
23422026-04-16T20:44:54.424Z Checking slab v0.4.12
23432026-04-16T20:44:54.427Z Checking futures-io v0.3.32
23442026-04-16T20:44:54.483Z Checking cipher v0.4.4
23452026-04-16T20:44:54.506Z Checking sha2 v0.10.9
23462026-04-16T20:44:54.543Z Checking getrandom v0.3.4
23472026-04-16T20:44:54.578Z Checking futures-util v0.3.32
23482026-04-16T20:44:54.692Z Checking byteorder v1.5.0
23492026-04-16T20:44:54.705Z Checking base64ct v1.8.3
23502026-04-16T20:44:54.727Z Checking utf8_iter v1.0.4
23512026-04-16T20:44:54.791Z Checking form_urlencoded v1.2.2
23522026-04-16T20:44:54.856Z Checking fnv v1.0.7
23532026-04-16T20:44:54.893Z Checking flagset v0.4.7
23542026-04-16T20:44:54.918Z Checking rand_core v0.9.5
23552026-04-16T20:44:54.933Z Checking pem-rfc7468 v0.7.0
23562026-04-16T20:44:54.949Z Checking salsa20 v0.10.2
23572026-04-16T20:44:55.014Z Checking http v1.4.0
23582026-04-16T20:44:55.028Z Checking idna_adapter v1.2.1
23592026-04-16T20:44:55.078Z Checking uuid v1.23.0
23602026-04-16T20:44:55.091Z Checking pbkdf2 v0.12.2
23612026-04-16T20:44:55.094Z Checking der v0.7.10
23622026-04-16T20:44:55.144Z Checking idna v1.1.0
23632026-04-16T20:44:55.210Z Checking scrypt v0.11.0
23642026-04-16T20:44:55.349Z Checking aes v0.8.4
23652026-04-16T20:44:55.388Z Checking url v2.5.8
23662026-04-16T20:44:55.391Z Checking cbc v0.1.2
23672026-04-16T20:44:55.526Z Checking rustix v1.1.3
23682026-04-16T20:44:55.579Z Checking tracing-core v0.1.36
23692026-04-16T20:44:55.591Z Checking ppv-lite86 v0.2.21
23702026-04-16T20:44:55.736Z Checking rustls-pki-types v1.14.0
23712026-04-16T20:44:55.825Z Checking spki v0.7.3
23722026-04-16T20:44:55.839Z Checking iana-time-zone v0.1.65
23732026-04-16T20:44:55.879Z Checking regex-syntax v0.8.10
23742026-04-16T20:44:55.892Z Checking rand_chacha v0.9.0
23752026-04-16T20:44:55.939Z Checking chrono v0.4.44
23762026-04-16T20:44:55.988Z Checking pkcs5 v0.7.1
23772026-04-16T20:44:56.019Z Checking tracing v0.1.44
23782026-04-16T20:44:56.090Z Checking rand v0.9.2
23792026-04-16T20:44:56.226Z Checking http-body v1.0.1
23802026-04-16T20:44:56.246Z Checking aws-lc-sys v0.37.1
23812026-04-16T20:44:56.360Z Checking untrusted v0.7.1
23822026-04-16T20:44:56.364Z Checking openssl-probe v0.2.1
23832026-04-16T20:44:56.474Z Checking base64 v0.22.1
23842026-04-16T20:44:56.477Z Checking untrusted v0.9.0
23852026-04-16T20:44:56.502Z Checking pkcs8 v0.10.2
23862026-04-16T20:44:56.564Z Checking tower-layer v0.3.3
23872026-04-16T20:44:56.593Z Checking ring v0.17.14
23882026-04-16T20:44:56.678Z Checking try-lock v0.2.5
23892026-04-16T20:44:56.712Z Checking tinyvec_macros v0.1.1
23902026-04-16T20:44:56.725Z Checking atomic-waker v1.1.2
23912026-04-16T20:44:56.752Z Checking aws-lc-rs v1.16.0
23922026-04-16T20:44:56.776Z Checking tower-service v0.3.3
23932026-04-16T20:44:56.776Z Checking plain v0.2.3
23942026-04-16T20:44:56.802Z Checking want v0.3.1
23952026-04-16T20:44:56.816Z Checking tinyvec v1.10.0
23962026-04-16T20:44:56.874Z Checking ipnet v2.11.0
23972026-04-16T20:44:56.886Z Checking httparse v1.10.1
23982026-04-16T20:44:56.921Z Checking semver v1.0.27
23992026-04-16T20:44:57.092Z Checking spin v0.9.8
24002026-04-16T20:44:57.126Z Checking ucd-trie v0.1.7
24012026-04-16T20:44:57.139Z Checking pin-utils v0.1.0
24022026-04-16T20:44:57.142Z Checking foreign-types-shared v0.1.1
24032026-04-16T20:44:57.202Z Checking fastrand v2.3.0
24042026-04-16T20:44:57.215Z Checking unicode-ident v1.0.24
24052026-04-16T20:44:57.228Z Checking dyn-clone v1.0.20
24062026-04-16T20:44:57.259Z Checking httpdate v1.0.3
24072026-04-16T20:44:57.272Z Checking pest v2.8.6
24082026-04-16T20:44:57.316Z Checking proc-macro2 v1.0.106
24092026-04-16T20:44:57.328Z Checking schemars v0.8.22
24102026-04-16T20:44:57.379Z Checking tempfile v3.25.0
24112026-04-16T20:44:57.403Z Checking foreign-types v0.3.2
24122026-04-16T20:44:57.475Z Checking openssl-sys v0.9.111
24132026-04-16T20:44:57.575Z Checking thiserror v2.0.18
24142026-04-16T20:44:57.588Z Checking wait-timeout v0.2.1
24152026-04-16T20:44:57.602Z Checking rustls-webpki v0.103.9
24162026-04-16T20:44:57.631Z Checking socket2 v0.5.10
24172026-04-16T20:44:57.646Z Checking tokio-util v0.7.18
24182026-04-16T20:44:57.671Z Checking aho-corasick v1.1.4
24192026-04-16T20:44:57.704Z Checking powerfmt v0.2.0
24202026-04-16T20:44:57.863Z Checking bit-vec v0.8.0
24212026-04-16T20:44:57.875Z Checking pretty-hex v0.4.1
24222026-04-16T20:44:57.965Z Checking utf8parse v0.2.2
24232026-04-16T20:44:57.987Z Checking simd-adler32 v0.3.8
24242026-04-16T20:44:57.990Z Checking siphasher v1.0.2
24252026-04-16T20:44:58.027Z Checking rustls v0.23.37
24262026-04-16T20:44:58.054Z Checking anstyle v1.0.13
24272026-04-16T20:44:58.066Z Checking quick-error v1.2.3
24282026-04-16T20:44:58.149Z Checking anstyle-parse v0.2.7
24292026-04-16T20:44:58.164Z Checking bit-set v0.8.0
24302026-04-16T20:44:58.166Z Checking rusty-fork v0.3.1
24312026-04-16T20:44:58.234Z Checking openssl v0.10.75
24322026-04-16T20:44:58.257Z Checking h2 v0.4.13
24332026-04-16T20:44:58.299Z Checking deranged v0.5.8
24342026-04-16T20:44:58.312Z Checking quote v1.0.44
24352026-04-16T20:44:58.343Z Compiling newtype-uuid v1.3.2
24362026-04-16T20:44:58.356Z Checking unicode-normalization v0.1.25
24372026-04-16T20:44:58.359Z Checking regex-automata v0.4.14
24382026-04-16T20:44:58.470Z Checking rustls-native-certs v0.8.3
24392026-04-16T20:44:58.520Z Checking crossbeam-utils v0.8.21
24402026-04-16T20:44:58.596Z Checking rand_xorshift v0.4.0
24412026-04-16T20:44:58.716Z Checking crc32fast v1.5.0
24422026-04-16T20:44:58.756Z Checking scroll v0.13.0
24432026-04-16T20:44:58.860Z Checking signature v2.2.0
24442026-04-16T20:44:58.873Z Checking sync_wrapper v1.0.2
24452026-04-16T20:44:58.975Z Checking anstyle-query v1.1.5
24462026-04-16T20:44:58.989Z Checking num-conv v0.2.0
24472026-04-16T20:44:59.002Z Checking adler2 v2.0.1
24482026-04-16T20:44:59.067Z Checking unicode-bidi v0.3.18
24492026-04-16T20:44:59.105Z Checking unarray v0.1.4
24502026-04-16T20:44:59.117Z Checking is_terminal_polyfill v1.70.2
24512026-04-16T20:44:59.205Z Checking colorchoice v1.0.4
24522026-04-16T20:44:59.218Z Checking time-core v0.1.8
24532026-04-16T20:44:59.233Z Checking unicode-properties v0.1.4
24542026-04-16T20:44:59.305Z Checking num_threads v0.1.7
24552026-04-16T20:44:59.358Z Checking anstream v0.6.21
24562026-04-16T20:44:59.388Z Checking proptest v1.10.0
24572026-04-16T20:44:59.393Z Checking time v0.3.47
24582026-04-16T20:44:59.418Z Checking stringprep v0.1.5
24592026-04-16T20:44:59.551Z Checking miniz_oxide v0.8.9
24602026-04-16T20:44:59.574Z Checking goblin v0.10.5
24612026-04-16T20:44:59.904Z Checking tower v0.5.3
24622026-04-16T20:45:00.243Z Checking native-tls v0.2.18
24632026-04-16T20:45:00.256Z Checking crossbeam-epoch v0.9.18
24642026-04-16T20:45:00.293Z Compiling daft v0.1.5
24652026-04-16T20:45:00.423Z Checking syn v2.0.117
24662026-04-16T20:45:00.447Z Checking tokio-rustls v0.26.4
24672026-04-16T20:45:00.476Z Checking ipnetwork v0.21.1
24682026-04-16T20:45:00.528Z Checking http-body-util v0.1.3
24692026-04-16T20:45:00.569Z Checking webpki-roots v1.0.6
24702026-04-16T20:45:00.673Z Checking rand_chacha v0.3.1
24712026-04-16T20:45:00.686Z Checking thiserror v1.0.69
24722026-04-16T20:45:00.698Z Checking scroll v0.12.0
24732026-04-16T20:45:00.746Z Checking zstd-sys v2.0.16+zstd.1.5.7
24742026-04-16T20:45:00.780Z Checking hash32 v0.2.1
24752026-04-16T20:45:00.857Z Checking num-integer v0.1.46
24762026-04-16T20:45:00.882Z Checking serde_spanned v0.6.9
24772026-04-16T20:45:00.924Z Checking toml_datetime v0.6.11
24782026-04-16T20:45:00.938Z Checking md-5 v0.10.6
24792026-04-16T20:45:00.976Z Checking hyper v1.8.1
24802026-04-16T20:45:01.005Z Checking ff v0.13.1
24812026-04-16T20:45:01.072Z Checking iri-string v0.7.10
24822026-04-16T20:45:01.087Z Checking fallible-iterator v0.2.0
24832026-04-16T20:45:01.105Z Checking psl-types v2.0.11
24842026-04-16T20:45:01.133Z Checking ryu v1.0.23
24852026-04-16T20:45:01.179Z Checking base16ct v0.2.0
24862026-04-16T20:45:01.219Z Checking zlib-rs v0.6.2
24872026-04-16T20:45:01.273Z Checking serde_urlencoded v0.7.1
24882026-04-16T20:45:01.304Z Checking sec1 v0.7.3
24892026-04-16T20:45:01.358Z Checking postgres-protocol v0.6.10
24902026-04-16T20:45:01.473Z Checking publicsuffix v2.3.0
24912026-04-16T20:45:01.630Z Checking group v0.13.0
24922026-04-16T20:45:01.661Z Compiling iddqd v0.3.17
24932026-04-16T20:45:01.674Z Checking num-iter v0.1.45
24942026-04-16T20:45:01.777Z Checking heapless v0.7.17
24952026-04-16T20:45:01.790Z Checking goblin v0.8.2
24962026-04-16T20:45:01.881Z Checking hyper-util v0.1.20
24972026-04-16T20:45:01.924Z Checking dof v0.4.0
24982026-04-16T20:45:02.097Z Checking tower-http v0.6.8
24992026-04-16T20:45:02.110Z Checking flate2 v1.1.9
25002026-04-16T20:45:02.200Z Checking rand v0.8.5
25012026-04-16T20:45:02.373Z Checking zstd-safe v7.2.4
25022026-04-16T20:45:02.405Z Checking oxnet v0.1.4
25032026-04-16T20:45:02.539Z Checking cookie v0.18.1
25042026-04-16T20:45:02.566Z Checking tokio-native-tls v0.3.1
25052026-04-16T20:45:02.651Z Checking dtrace-parser v0.3.0
25062026-04-16T20:45:02.724Z Checking phf_shared v0.13.1
25072026-04-16T20:45:02.738Z Checking lazy_static v1.5.0
25082026-04-16T20:45:02.738Z Checking zerocopy v0.7.35
25092026-04-16T20:45:02.770Z Checking terminal_size v0.4.3
25102026-04-16T20:45:02.797Z Checking bzip2-sys v0.1.13+1.0.8
25112026-04-16T20:45:02.823Z Checking signal-hook v0.3.18
25122026-04-16T20:45:02.882Z Checking hkdf v0.12.4
25132026-04-16T20:45:02.882Z Checking crypto-bigint v0.5.5
25142026-04-16T20:45:02.906Z Checking thread-id v5.1.0
25152026-04-16T20:45:02.919Z Checking bitflags v1.3.2
25162026-04-16T20:45:02.983Z Checking winnow v0.5.40
25172026-04-16T20:45:02.995Z Checking either v1.15.0
25182026-04-16T20:45:03.015Z Checking foldhash v0.1.5
25192026-04-16T20:45:03.018Z Compiling rayon-core v1.13.0
25202026-04-16T20:45:03.137Z Checking hyper-rustls v0.27.7
25212026-04-16T20:45:03.149Z Checking bumpalo v3.20.2
25222026-04-16T20:45:03.181Z Checking strsim v0.11.1
25232026-04-16T20:45:03.201Z Checking winnow v0.7.14
25242026-04-16T20:45:03.239Z Checking clap_lex v1.0.0
25252026-04-16T20:45:03.341Z Checking libbz2-rs-sys v0.2.2
25262026-04-16T20:45:03.344Z Checking managed v0.8.0
25272026-04-16T20:45:03.344Z Checking zopfli v0.8.3
25282026-04-16T20:45:03.388Z Checking clap_builder v4.5.60
25292026-04-16T20:45:03.552Z Checking smoltcp v0.9.1
25302026-04-16T20:45:03.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25312026-04-16T20:45:03.694Z Checking dof v0.3.0
25322026-04-16T20:45:03.734Z Checking bzip2 v0.6.1
25332026-04-16T20:45:03.823Z Checking elliptic-curve v0.13.8
25342026-04-16T20:45:03.890Z Checking hashbrown v0.15.5
25352026-04-16T20:45:03.906Z Checking hyper-tls v0.6.0
25362026-04-16T20:45:03.988Z Checking signal-hook-mio v0.2.5
25372026-04-16T20:45:04.079Z Checking usdt-impl v0.6.0
25382026-04-16T20:45:04.092Z Checking phf v0.13.1
25392026-04-16T20:45:04.140Z Checking bzip2 v0.4.4
25402026-04-16T20:45:04.155Z Checking toml_edit v0.19.15
25412026-04-16T20:45:04.168Z Checking num-bigint-dig v0.8.6
25422026-04-16T20:45:04.237Z Checking cookie_store v0.22.1
25432026-04-16T20:45:04.362Z Checking zstd v0.13.3
25442026-04-16T20:45:04.365Z Checking postgres-types v0.2.12
25452026-04-16T20:45:04.404Z Checking dtrace-parser v0.2.0
25462026-04-16T20:45:04.543Z Checking crossbeam-deque v0.8.6
25472026-04-16T20:45:04.556Z Checking rustls-platform-verifier v0.6.2
25482026-04-16T20:45:04.572Z Checking bstr v1.12.1
25492026-04-16T20:45:04.636Z Checking regex v1.12.3
25502026-04-16T20:45:04.661Z Checking ed25519 v2.2.3
25512026-04-16T20:45:04.674Z Checking phf_shared v0.11.3
25522026-04-16T20:45:04.688Z Checking ref-cast v1.0.25
25532026-04-16T20:45:04.715Z Checking curve25519-dalek v4.1.3
25542026-04-16T20:45:04.787Z Checking strum v0.27.2
25552026-04-16T20:45:04.816Z Checking hubpack v0.1.2
25562026-04-16T20:45:04.840Z Checking memoffset v0.9.1
25572026-04-16T20:45:04.893Z Checking rustix v0.38.44
25582026-04-16T20:45:04.915Z Checking pkcs1 v0.7.5
25592026-04-16T20:45:04.928Z Checking float-cmp v0.10.0
25602026-04-16T20:45:04.974Z Checking erased-serde v0.3.31
25612026-04-16T20:45:04.983Z Checking serde-big-array v0.5.1
25622026-04-16T20:45:04.995Z Checking hex v0.4.3
25632026-04-16T20:45:05.052Z Checking rfc6979 v0.4.0
25642026-04-16T20:45:05.114Z Checking thread-id v4.2.2
25652026-04-16T20:45:05.126Z Checking memmap2 v0.9.10
25662026-04-16T20:45:05.167Z Checking env_filter v1.0.0
25672026-04-16T20:45:05.192Z Checking encoding_rs v0.8.35
25682026-04-16T20:45:05.204Z Checking data-encoding v2.10.0
25692026-04-16T20:45:05.217Z Checking keccak v0.1.6
25702026-04-16T20:45:05.284Z Checking static_assertions v1.1.0
25712026-04-16T20:45:05.303Z Checking toml_write v0.1.2
25722026-04-16T20:45:05.351Z Checking unicode-segmentation v1.12.0
25732026-04-16T20:45:05.362Z Checking rustc-hash v2.1.1
25742026-04-16T20:45:05.381Z Checking precomputed-hash v0.1.1
25752026-04-16T20:45:05.461Z Checking fixedbitset v0.5.7
25762026-04-16T20:45:05.474Z Checking jiff v0.2.21
25772026-04-16T20:45:05.477Z Checking whoami v2.1.0
25782026-04-16T20:45:05.477Z Checking fixedbitset v0.4.2
25792026-04-16T20:45:05.511Z Checking new_debug_unreachable v1.0.6
25802026-04-16T20:45:05.580Z Checking difflib v0.4.0
25812026-04-16T20:45:05.648Z Checking mime v0.3.17
25822026-04-16T20:45:05.662Z Checking normalize-line-endings v0.3.0
25832026-04-16T20:45:05.665Z Checking predicates-core v1.0.10
25842026-04-16T20:45:05.685Z Checking tokio-postgres v0.7.16
25852026-04-16T20:45:05.702Z Checking crossterm v0.28.1
25862026-04-16T20:45:05.748Z Checking similar v2.7.0
25872026-04-16T20:45:05.761Z Checking petgraph v0.8.3
25882026-04-16T20:45:05.792Z Checking predicates v3.1.4
25892026-04-16T20:45:05.819Z Checking petgraph v0.6.5
25902026-04-16T20:45:06.093Z Checking string_cache v0.8.9
25912026-04-16T20:45:06.128Z Checking ed25519-dalek v2.2.0
25922026-04-16T20:45:06.144Z Checking reqwest v0.12.28
25932026-04-16T20:45:06.258Z Checking hickory-proto v0.25.2
25942026-04-16T20:45:06.358Z Checking toml_edit v0.22.27
25952026-04-16T20:45:06.943Z Checking sha3 v0.10.8
25962026-04-16T20:45:06.985Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25972026-04-16T20:45:07.053Z Checking slog v2.8.2
25982026-04-16T20:45:07.148Z Checking env_logger v0.11.9
25992026-04-16T20:45:07.256Z Checking usdt v0.6.0
26002026-04-16T20:45:07.319Z Checking serde_with v3.17.0
26012026-04-16T20:45:07.322Z Checking toml v0.7.8
26022026-04-16T20:45:07.348Z Checking usdt-impl v0.5.0
26032026-04-16T20:45:07.425Z Checking ecdsa v0.16.9
26042026-04-16T20:45:07.460Z Checking rsa v0.9.10
26052026-04-16T20:45:07.628Z Checking nix v0.31.2
26062026-04-16T20:45:07.720Z Checking zip v4.6.1
26072026-04-16T20:45:07.763Z Checking reqwest v0.13.2
26082026-04-16T20:45:07.936Z Checking clap v4.5.60
26092026-04-16T20:45:07.968Z Checking toml_parser v1.0.9+spec-1.1.0
26102026-04-16T20:45:08.014Z Checking zip v0.6.6
26112026-04-16T20:45:08.288Z Checking itertools v0.13.0
26122026-04-16T20:45:08.319Z Checking strum v0.26.3
26132026-04-16T20:45:08.343Z Checking fs-err v3.3.0
26142026-04-16T20:45:08.430Z Checking ahash v0.8.12
26152026-04-16T20:45:08.599Z Checking object v0.37.3
26162026-04-16T20:45:08.613Z Checking tokio-stream v0.1.18
26172026-04-16T20:45:08.628Z Checking buf-list v1.1.2
26182026-04-16T20:45:08.641Z Checking camino v1.2.2
26192026-04-16T20:45:08.758Z Checking anyhow v1.0.102
26202026-04-16T20:45:08.812Z Checking x509-cert v0.2.5
26212026-04-16T20:45:08.891Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26222026-04-16T20:45:08.962Z Checking openapiv3 v2.2.0
26232026-04-16T20:45:09.023Z Checking sha1 v0.10.6
26242026-04-16T20:45:09.051Z Checking toml_datetime v0.7.5+spec-1.1.0
26252026-04-16T20:45:09.175Z Checking lalrpop-util v0.19.12
26262026-04-16T20:45:09.188Z Checking peg-runtime v0.8.5
26272026-04-16T20:45:09.230Z Checking rayon v1.11.0
26282026-04-16T20:45:09.250Z Checking sigpipe v0.1.3
26292026-04-16T20:45:09.327Z Checking glob v0.3.3
26302026-04-16T20:45:10.849Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-04-16T20:45:11.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.77s
26322026-04-16T20:45:11.293Z
26332026-04-16T20:45:11.293Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26342026-04-16T20:45:11.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-04-16T20:45:11.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-04-16T20:45:11.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-04-16T20:45:11.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-04-16T20:45:11.896Z
26392026-04-16T20:45:11.896Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26402026-04-16T20:45:12.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-04-16T20:45:12.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-04-16T20:45:12.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-04-16T20:45:12.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26442026-04-16T20:45:12.497Z
26452026-04-16T20:45:12.497Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26462026-04-16T20:45:13.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-04-16T20:45:13.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-04-16T20:45:13.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-04-16T20:45:13.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26502026-04-16T20:45:13.118Z
26512026-04-16T20:45:13.118Zinfo: running `cargo check --bins` on oxql-types (80/272)
26522026-04-16T20:45:13.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-04-16T20:45:13.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-04-16T20:45:13.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-04-16T20:45:13.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-04-16T20:45:13.718Z
26572026-04-16T20:45:13.718Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26582026-04-16T20:45:14.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-04-16T20:45:14.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-04-16T20:45:14.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-04-16T20:45:14.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-04-16T20:45:14.323Z
26632026-04-16T20:45:14.323Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26642026-04-16T20:45:14.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-04-16T20:45:14.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-04-16T20:45:14.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-04-16T20:45:14.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26682026-04-16T20:45:14.918Z
26692026-04-16T20:45:14.918Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26702026-04-16T20:45:15.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-04-16T20:45:15.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-04-16T20:45:15.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-04-16T20:45:15.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26742026-04-16T20:45:15.505Z
26752026-04-16T20:45:15.505Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26762026-04-16T20:45:16.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-04-16T20:45:16.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-04-16T20:45:16.189Z Compiling structmeta-derive v0.3.0
26792026-04-16T20:45:16.304Z Compiling rustls v0.22.4
26802026-04-16T20:45:16.316Z Compiling multer v3.1.0
26812026-04-16T20:45:16.326Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26822026-04-16T20:45:16.329Z Compiling async-stream-impl v0.3.6
26832026-04-16T20:45:16.348Z Compiling dropshot v0.16.7
26842026-04-16T20:45:16.363Z Compiling dropshot_endpoint v0.16.7
26852026-04-16T20:45:16.363Z Compiling newtype-uuid-macros v0.1.0
26862026-04-16T20:45:16.481Z Checking newtype-uuid v1.3.2
26872026-04-16T20:45:16.542Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-04-16T20:45:16.600Z Checking rustls-webpki v0.102.8
26892026-04-16T20:45:16.680Z Checking daft v0.1.5
26902026-04-16T20:45:16.700Z Checking futures-executor v0.3.32
26912026-04-16T20:45:16.915Z Checking thread_local v1.1.9
26922026-04-16T20:45:16.929Z Checking match_cfg v0.1.0
26932026-04-16T20:45:16.996Z Checking hostname v0.3.1
26942026-04-16T20:45:17.084Z Checking iddqd v0.3.17
26952026-04-16T20:45:17.096Z Checking futures v0.3.32
26962026-04-16T20:45:17.114Z Checking crossbeam-channel v0.5.15
26972026-04-16T20:45:17.159Z Checking slog-json v2.6.1
26982026-04-16T20:45:17.360Z Compiling structmeta v0.3.0
26992026-04-16T20:45:17.379Z Checking serde_spanned v1.0.4
27002026-04-16T20:45:17.452Z Checking is-terminal v0.4.17
27012026-04-16T20:45:17.544Z Checking toml_writer v1.0.6+spec-1.1.0
27022026-04-16T20:45:17.572Z Compiling derive-ex v0.1.8
27032026-04-16T20:45:17.617Z Compiling parse-display-derive v0.10.0
27042026-04-16T20:45:17.657Z Checking take_mut v0.2.2
27052026-04-16T20:45:17.722Z Checking term v1.2.1
27062026-04-16T20:45:17.938Z Checking debug-ignore v1.0.5
27072026-04-16T20:45:17.951Z Checking slog-term v2.9.2
27082026-04-16T20:45:17.969Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-04-16T20:45:18.038Z Compiling toml v0.9.12+spec-1.1.0
27102026-04-16T20:45:18.055Z Checking slog-async v2.8.0
27112026-04-16T20:45:18.209Z Compiling slog-bunyan v2.5.0
27122026-04-16T20:45:18.342Z Compiling async-stream v0.3.6
27132026-04-16T20:45:18.436Z Checking tokio-rustls v0.25.0
27142026-04-16T20:45:18.481Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-04-16T20:45:18.588Z Checking progenitor-client v0.13.0
27162026-04-16T20:45:18.635Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27172026-04-16T20:45:18.809Z Checking backon v1.6.0
27182026-04-16T20:45:18.838Z Checking waitgroup v0.1.2
27192026-04-16T20:45:18.982Z Checking rustls-pemfile v2.2.0
27202026-04-16T20:45:19.290Z Compiling test-strategy v0.4.5
27212026-04-16T20:45:19.317Z Checking serde_path_to_error v0.1.20
27222026-04-16T20:45:19.342Z Checking hostname v0.4.2
27232026-04-16T20:45:19.371Z Checking instant v0.1.13
27242026-04-16T20:45:19.456Z Compiling prettyplease v0.2.37
27252026-04-16T20:45:19.494Z Compiling backoff v0.4.0
27262026-04-16T20:45:19.544Z Checking parse-display v0.10.0
27272026-04-16T20:45:19.685Z Compiling progenitor-extras v0.1.1
27282026-04-16T20:45:19.720Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27292026-04-16T20:45:19.945Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27302026-04-16T20:45:19.981Z Checking progenitor-client v0.10.0
27312026-04-16T20:45:20.135Z Checking itertools v0.14.0
27322026-04-16T20:45:20.209Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27332026-04-16T20:45:20.679Z Checking regress v0.10.5
27342026-04-16T20:45:20.788Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27352026-04-16T20:45:21.183Z Checking macaddr v1.0.1
27362026-04-16T20:45:21.446Z Checking num-rational v0.4.2
27372026-04-16T20:45:21.590Z Compiling usdt-attr-macro v0.5.0
27382026-04-16T20:45:21.714Z Compiling usdt-macro v0.5.0
27392026-04-16T20:45:21.728Z Checking num-complex v0.4.6
27402026-04-16T20:45:22.045Z Checking memmap v0.7.0
27412026-04-16T20:45:22.063Z Checking num v0.4.3
27422026-04-16T20:45:22.095Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27432026-04-16T20:45:22.137Z Compiling float-ord v0.3.2
27442026-04-16T20:45:22.266Z Compiling toml v0.8.23
27452026-04-16T20:45:22.321Z Checking linked-hash-map v0.5.6
27462026-04-16T20:45:22.433Z Checking usdt v0.5.0
27472026-04-16T20:45:22.489Z Compiling minimal-lexical v0.2.1
27482026-04-16T20:45:22.601Z Checking lru-cache v0.1.2
27492026-04-16T20:45:22.724Z Compiling nom v7.1.3
27502026-04-16T20:45:23.236Z Checking hickory-proto v0.24.4
27512026-04-16T20:45:23.266Z Checking phf_shared v0.12.1
27522026-04-16T20:45:23.411Z Compiling slog-dtrace v0.3.0
27532026-04-16T20:45:23.431Z Checking heck v0.5.0
27542026-04-16T20:45:23.559Z Checking resolv-conf v0.7.6
27552026-04-16T20:45:23.604Z Compiling chrono-tz v0.10.4
27562026-04-16T20:45:23.764Z Compiling convert_case v0.4.0
27572026-04-16T20:45:23.821Z Compiling const_format_proc_macros v0.2.34
27582026-04-16T20:45:23.932Z Checking phf v0.12.1
27592026-04-16T20:45:24.081Z Checking tokio-dtrace v0.1.1
27602026-04-16T20:45:24.123Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-04-16T20:45:24.174Z Compiling derive_more v0.99.20
27622026-04-16T20:45:24.272Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27632026-04-16T20:45:24.596Z Compiling derive-where v1.6.0
27642026-04-16T20:45:24.644Z Checking highway v1.3.0
27652026-04-16T20:45:24.877Z Checking const_format v0.2.35
27662026-04-16T20:45:25.015Z Checking oxide-tokio-rt v0.1.4
27672026-04-16T20:45:25.091Z Checking hickory-resolver v0.24.4
27682026-04-16T20:45:25.410Z Checking gethostname v0.5.0
27692026-04-16T20:45:25.503Z Checking bcs v0.1.6
27702026-04-16T20:45:25.738Z Compiling async-recursion v1.1.1
27712026-04-16T20:45:25.834Z Checking termtree v0.5.1
27722026-04-16T20:45:25.918Z Checking qorb v0.4.1
27732026-04-16T20:45:26.386Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27742026-04-16T20:45:26.571Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27752026-04-16T20:45:26.767Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27762026-04-16T20:45:28.061Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-04-16T20:45:28.064Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-04-16T20:45:29.804Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27792026-04-16T20:45:32.622Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27802026-04-16T20:45:34.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s
27812026-04-16T20:45:34.903Z
27822026-04-16T20:45:34.903Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27832026-04-16T20:45:35.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-04-16T20:45:35.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-04-16T20:45:35.576Z Compiling ar_archive_writer v0.5.1
27862026-04-16T20:45:35.685Z Compiling stacker v0.1.23
27872026-04-16T20:45:35.693Z Compiling cfg_aliases v0.1.1
27882026-04-16T20:45:35.699Z Compiling convert_case v0.10.0
27892026-04-16T20:45:35.704Z Checking unicode-width v0.1.14
27902026-04-16T20:45:35.713Z Compiling proc-macro-error v1.0.4
27912026-04-16T20:45:35.723Z Checking fd-lock v4.0.4
27922026-04-16T20:45:35.726Z Checking nibble_vec v0.1.0
27932026-04-16T20:45:35.750Z Compiling nix v0.28.0
27942026-04-16T20:45:35.839Z Checking vte v0.14.1
27952026-04-16T20:45:35.852Z Compiling recursive-proc-macro-impl v0.1.1
27962026-04-16T20:45:35.939Z Checking bytecount v0.6.9
27972026-04-16T20:45:35.952Z Checking endian-type v0.1.2
27982026-04-16T20:45:35.987Z Compiling derive_more-impl v2.1.1
27992026-04-16T20:45:36.001Z Checking strip-ansi-escapes v0.2.1
28002026-04-16T20:45:36.014Z Compiling tabled_derive v0.7.0
28012026-04-16T20:45:36.037Z Checking papergrid v0.11.0
28022026-04-16T20:45:36.072Z Checking radix_trie v0.2.1
28032026-04-16T20:45:36.101Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28042026-04-16T20:45:36.253Z Compiling peg-macros v0.8.5
28052026-04-16T20:45:36.276Z Checking winnow v0.6.26
28062026-04-16T20:45:36.516Z Compiling psm v0.1.30
28072026-04-16T20:45:36.569Z Compiling sqlparser_derive v0.5.0
28082026-04-16T20:45:36.647Z Checking home v0.5.12
28092026-04-16T20:45:36.755Z Checking unicode_categories v0.1.1
28102026-04-16T20:45:36.803Z Checking derive_more v2.1.1
28112026-04-16T20:45:36.884Z Checking nu-ansi-term v0.50.3
28122026-04-16T20:45:36.911Z Checking unicode-width v0.2.0
28132026-04-16T20:45:36.964Z Checking tabled v0.15.0
28142026-04-16T20:45:37.087Z Checking rustyline v14.0.0
28152026-04-16T20:45:37.101Z Checking crossterm v0.29.0
28162026-04-16T20:45:37.158Z Checking reedline v0.40.0
28172026-04-16T20:45:37.284Z Checking recursive v0.1.1
28182026-04-16T20:45:37.352Z Checking display-error-chain v0.2.2
28192026-04-16T20:45:37.376Z Checking sqlparser v0.61.0
28202026-04-16T20:45:37.426Z Checking sqlformat v0.3.5
28212026-04-16T20:45:37.632Z Checking peg v0.8.5
28222026-04-16T20:45:48.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28232026-04-16T20:45:48.831Z
28242026-04-16T20:45:48.831Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28252026-04-16T20:45:49.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-04-16T20:45:49.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-04-16T20:45:49.500Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-04-16T20:45:52.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28292026-04-16T20:45:53.101Z
28302026-04-16T20:45:53.101Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28312026-04-16T20:45:53.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-04-16T20:45:53.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-04-16T20:45:53.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-04-16T20:45:56.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28352026-04-16T20:45:56.397Z
28362026-04-16T20:45:56.397Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28372026-04-16T20:45:56.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-04-16T20:45:56.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-04-16T20:45:57.066Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-04-16T20:46:00.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28412026-04-16T20:46:00.479Z
28422026-04-16T20:46:00.479Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28432026-04-16T20:46:01.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-04-16T20:46:01.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-04-16T20:46:01.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-04-16T20:46:04.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28472026-04-16T20:46:04.572Z
28482026-04-16T20:46:04.572Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28492026-04-16T20:46:05.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-04-16T20:46:05.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-04-16T20:46:05.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-04-16T20:46:07.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28532026-04-16T20:46:07.981Z
28542026-04-16T20:46:07.981Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28552026-04-16T20:46:08.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-04-16T20:46:08.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-04-16T20:46:08.653Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-04-16T20:46:11.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28592026-04-16T20:46:11.460Z
28602026-04-16T20:46:11.461Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28612026-04-16T20:46:11.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-04-16T20:46:11.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-04-16T20:46:12.132Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-04-16T20:46:15.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28652026-04-16T20:46:15.736Z
28662026-04-16T20:46:15.736Zinfo: running `cargo check --bins` on oximeter (93/272)
28672026-04-16T20:46:16.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-04-16T20:46:16.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-04-16T20:46:16.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-04-16T20:46:16.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28712026-04-16T20:46:16.344Z
28722026-04-16T20:46:16.344Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28732026-04-16T20:46:16.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-04-16T20:46:16.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-04-16T20:46:16.980Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28762026-04-16T20:46:17.142Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28772026-04-16T20:46:17.144Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-04-16T20:46:17.479Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28792026-04-16T20:46:20.948Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28802026-04-16T20:46:21.268Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28812026-04-16T20:46:22.354Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28822026-04-16T20:46:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
28832026-04-16T20:46:23.212Z
28842026-04-16T20:46:23.212Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28852026-04-16T20:46:23.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-04-16T20:46:23.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-04-16T20:46:23.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-04-16T20:46:23.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28892026-04-16T20:46:23.813Z
28902026-04-16T20:46:23.813Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28912026-04-16T20:46:24.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-04-16T20:46:24.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-04-16T20:46:24.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-04-16T20:46:24.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28952026-04-16T20:46:24.448Z
28962026-04-16T20:46:24.448Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28972026-04-16T20:46:24.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-04-16T20:46:24.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-04-16T20:46:24.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-04-16T20:46:24.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29012026-04-16T20:46:25.066Z
29022026-04-16T20:46:25.066Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29032026-04-16T20:46:25.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-04-16T20:46:25.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-04-16T20:46:25.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-04-16T20:46:25.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-04-16T20:46:25.677Z
29082026-04-16T20:46:25.677Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29092026-04-16T20:46:26.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-04-16T20:46:26.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-04-16T20:46:26.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-04-16T20:46:26.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-04-16T20:46:26.285Z
29142026-04-16T20:46:26.285Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29152026-04-16T20:46:26.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-04-16T20:46:26.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-04-16T20:46:26.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-04-16T20:46:26.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-04-16T20:46:26.893Z
29202026-04-16T20:46:26.893Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29212026-04-16T20:46:27.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-04-16T20:46:27.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-04-16T20:46:27.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-04-16T20:46:27.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-04-16T20:46:27.485Z
29262026-04-16T20:46:27.485Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29272026-04-16T20:46:28.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-04-16T20:46:28.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-04-16T20:46:28.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-04-16T20:46:28.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-04-16T20:46:28.100Z
29322026-04-16T20:46:28.100Zinfo: running `cargo check --bins` on update-engine (103/272)
29332026-04-16T20:46:28.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-04-16T20:46:28.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-04-16T20:46:28.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-04-16T20:46:28.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29372026-04-16T20:46:28.684Z
29382026-04-16T20:46:28.684Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29392026-04-16T20:46:29.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-04-16T20:46:29.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-04-16T20:46:29.404Z Compiling crucible-workspace-hack v0.1.0
29422026-04-16T20:46:29.521Z Checking secrecy v0.10.3
29432026-04-16T20:46:29.529Z Compiling heapless v0.8.0
29442026-04-16T20:46:29.535Z Compiling ingot-macros v0.1.1
29452026-04-16T20:46:29.541Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-04-16T20:46:29.541Z Checking hash32 v0.3.1
29472026-04-16T20:46:29.550Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29482026-04-16T20:46:29.562Z Compiling smoltcp v0.11.0
29492026-04-16T20:46:29.625Z Checking cobs v0.3.0
29502026-04-16T20:46:29.656Z Compiling thiserror-impl-no-std v2.0.2
29512026-04-16T20:46:29.771Z Checking half v2.7.1
29522026-04-16T20:46:29.773Z Checking universal-hash v0.5.1
29532026-04-16T20:46:29.796Z Checking ciborium-io v0.2.2
29542026-04-16T20:46:29.886Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29552026-04-16T20:46:29.915Z Checking opaque-debug v0.3.1
29562026-04-16T20:46:29.932Z Checking postcard v1.1.3
29572026-04-16T20:46:29.989Z Checking poly1305 v0.8.0
29582026-04-16T20:46:30.029Z Checking ciborium-ll v0.2.2
29592026-04-16T20:46:30.064Z Compiling proc-macro-crate v3.4.0
29602026-04-16T20:46:30.221Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29612026-04-16T20:46:30.235Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29622026-04-16T20:46:30.249Z Checking password-hash v0.5.0
29632026-04-16T20:46:30.475Z Checking chacha20 v0.9.1
29642026-04-16T20:46:30.499Z Compiling proc-macro-crate v1.3.1
29652026-04-16T20:46:30.513Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29662026-04-16T20:46:30.607Z Checking blake2 v0.10.6
29672026-04-16T20:46:30.621Z Compiling num_enum_derive v0.7.5
29682026-04-16T20:46:30.673Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29692026-04-16T20:46:30.749Z Checking aead v0.5.2
29702026-04-16T20:46:30.831Z Checking thiserror-no-std v2.0.2
29712026-04-16T20:46:30.849Z Compiling foreign-types-macros v0.2.3
29722026-04-16T20:46:30.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29732026-04-16T20:46:30.900Z Checking cpufeatures v0.3.0
29742026-04-16T20:46:30.913Z Checking foreign-types-shared v0.3.1
29752026-04-16T20:46:30.927Z Checking vsss-rs v3.3.4
29762026-04-16T20:46:30.974Z Checking chacha20 v0.10.0
29772026-04-16T20:46:31.003Z Compiling num_enum_derive v0.5.11
29782026-04-16T20:46:31.127Z Checking chacha20poly1305 v0.10.1
29792026-04-16T20:46:31.190Z Checking argon2 v0.5.3
29802026-04-16T20:46:31.254Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-04-16T20:46:31.446Z Checking foreign-types v0.5.0
29822026-04-16T20:46:31.524Z Checking ciborium v0.2.2
29832026-04-16T20:46:31.630Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29842026-04-16T20:46:31.670Z Checking num_enum v0.7.5
29852026-04-16T20:46:31.688Z Checking console v0.15.11
29862026-04-16T20:46:31.783Z Checking tabwriter v1.4.1
29872026-04-16T20:46:31.909Z Checking newline-converter v0.3.0
29882026-04-16T20:46:31.930Z Checking camino-tempfile v1.4.1
29892026-04-16T20:46:31.957Z Checking atomicwrites v0.4.4
29902026-04-16T20:46:31.960Z Checking byte-wrapper v0.1.0
29912026-04-16T20:46:32.015Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-04-16T20:46:32.041Z Checking cstr-argument v0.1.2
29932026-04-16T20:46:32.043Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29942026-04-16T20:46:32.083Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-04-16T20:46:32.097Z Checking expectorate v1.2.0
29962026-04-16T20:46:32.173Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-04-16T20:46:32.187Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29982026-04-16T20:46:32.229Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29992026-04-16T20:46:32.287Z Checking num_enum v0.5.11
30002026-04-16T20:46:32.345Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30012026-04-16T20:46:32.374Z Checking ingot-types v0.1.2
30022026-04-16T20:46:32.398Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30032026-04-16T20:46:32.428Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-04-16T20:46:32.484Z Checking rand v0.10.0
30052026-04-16T20:46:32.505Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30062026-04-16T20:46:32.532Z Checking colored v3.1.1
30072026-04-16T20:46:32.595Z Checking indent_write v2.2.0
30082026-04-16T20:46:32.701Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-04-16T20:46:32.727Z Checking ingot v0.1.1
30102026-04-16T20:46:32.741Z Compiling zone_cfg_derive v0.3.1
30112026-04-16T20:46:32.744Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30122026-04-16T20:46:32.794Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30132026-04-16T20:46:32.815Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-04-16T20:46:32.830Z Checking itertools v0.12.1
30152026-04-16T20:46:32.913Z Compiling num-derive v0.4.2
30162026-04-16T20:46:32.987Z Checking swrite v0.1.0
30172026-04-16T20:46:33.082Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-04-16T20:46:33.289Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30192026-04-16T20:46:33.339Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-04-16T20:46:33.390Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-04-16T20:46:33.545Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-04-16T20:46:33.601Z Checking dropshot-api-manager-types v0.6.0
30232026-04-16T20:46:33.658Z Checking smf v0.2.3
30242026-04-16T20:46:33.785Z Checking nanorand v0.7.0
30252026-04-16T20:46:33.823Z Checking whoami v1.6.1
30262026-04-16T20:46:33.870Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30272026-04-16T20:46:33.901Z Checking zone v0.3.1
30282026-04-16T20:46:33.941Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30292026-04-16T20:46:33.955Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-04-16T20:46:34.010Z Checking flume v0.11.1
30312026-04-16T20:46:34.402Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30322026-04-16T20:46:35.378Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30332026-04-16T20:46:36.226Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30342026-04-16T20:46:38.842Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-04-16T20:46:40.909Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-04-16T20:46:41.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s
30372026-04-16T20:46:42.137Z
30382026-04-16T20:46:42.137Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30392026-04-16T20:46:42.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-04-16T20:46:42.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-04-16T20:46:42.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-04-16T20:46:42.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-04-16T20:46:42.738Z
30442026-04-16T20:46:42.738Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30452026-04-16T20:46:43.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-04-16T20:46:43.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-04-16T20:46:43.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-04-16T20:46:43.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30492026-04-16T20:46:43.337Z
30502026-04-16T20:46:43.337Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30512026-04-16T20:46:43.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-04-16T20:46:43.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-04-16T20:46:43.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-04-16T20:46:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-04-16T20:46:43.939Z
30562026-04-16T20:46:43.939Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30572026-04-16T20:46:44.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-04-16T20:46:44.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-04-16T20:46:44.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-04-16T20:46:44.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-04-16T20:46:44.545Z
30622026-04-16T20:46:44.545Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30632026-04-16T20:46:45.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-04-16T20:46:45.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-04-16T20:46:45.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-04-16T20:46:45.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-04-16T20:46:45.151Z
30682026-04-16T20:46:45.151Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30692026-04-16T20:46:45.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-04-16T20:46:45.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-04-16T20:46:45.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-04-16T20:46:45.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-04-16T20:46:45.755Z
30742026-04-16T20:46:45.755Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30752026-04-16T20:46:46.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-04-16T20:46:46.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-04-16T20:46:46.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-04-16T20:46:46.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-04-16T20:46:46.355Z
30802026-04-16T20:46:46.355Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30812026-04-16T20:46:46.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-04-16T20:46:46.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-04-16T20:46:46.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-04-16T20:46:46.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-04-16T20:46:46.940Z
30862026-04-16T20:46:46.940Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30872026-04-16T20:46:47.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-04-16T20:46:47.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-04-16T20:46:47.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-04-16T20:46:47.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-04-16T20:46:47.542Z
30922026-04-16T20:46:47.542Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30932026-04-16T20:46:48.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-04-16T20:46:48.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-04-16T20:46:48.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-04-16T20:46:48.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-04-16T20:46:48.151Z
30982026-04-16T20:46:48.151Zinfo: running `cargo check --bins` on installinator-client (115/272)
30992026-04-16T20:46:48.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-04-16T20:46:48.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-04-16T20:46:48.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-04-16T20:46:48.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31032026-04-16T20:46:48.760Z
31042026-04-16T20:46:48.760Zinfo: running `cargo check --bins` on nexus-client (116/272)
31052026-04-16T20:46:49.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-04-16T20:46:49.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-04-16T20:46:49.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-04-16T20:46:49.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31092026-04-16T20:46:49.404Z
31102026-04-16T20:46:49.404Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31112026-04-16T20:46:49.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-04-16T20:46:49.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-04-16T20:46:49.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-04-16T20:46:49.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-04-16T20:46:50.046Z
31162026-04-16T20:46:50.046Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31172026-04-16T20:46:50.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-04-16T20:46:50.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-04-16T20:46:50.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-04-16T20:46:50.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-04-16T20:46:50.638Z
31222026-04-16T20:46:50.638Zinfo: running `cargo check --bins` on oxide-client (119/272)
31232026-04-16T20:46:51.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-04-16T20:46:51.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-04-16T20:46:51.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-04-16T20:46:51.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-04-16T20:46:51.236Z
31282026-04-16T20:46:51.236Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31292026-04-16T20:46:51.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-04-16T20:46:51.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-04-16T20:46:51.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-04-16T20:46:51.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-04-16T20:46:51.840Z
31342026-04-16T20:46:51.840Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31352026-04-16T20:46:52.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-04-16T20:46:52.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-04-16T20:46:52.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-04-16T20:46:52.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31392026-04-16T20:46:52.424Z
31402026-04-16T20:46:52.424Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31412026-04-16T20:46:52.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-04-16T20:46:52.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-04-16T20:46:52.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-04-16T20:46:52.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31452026-04-16T20:46:53.028Z
31462026-04-16T20:46:53.028Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31472026-04-16T20:46:53.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-04-16T20:46:53.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-04-16T20:46:53.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-04-16T20:46:53.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-04-16T20:46:53.654Z
31522026-04-16T20:46:53.654Zinfo: running `cargo check --bins` on installinator-common (124/272)
31532026-04-16T20:46:54.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-04-16T20:46:54.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-04-16T20:46:54.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-04-16T20:46:54.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31572026-04-16T20:46:54.274Z
31582026-04-16T20:46:54.274Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31592026-04-16T20:46:54.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-04-16T20:46:54.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-04-16T20:46:54.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-04-16T20:46:54.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31632026-04-16T20:46:54.865Z
31642026-04-16T20:46:54.865Zinfo: running `cargo check --bins` on wicket-common (126/272)
31652026-04-16T20:46:55.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-04-16T20:46:55.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-04-16T20:46:55.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-04-16T20:46:55.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31692026-04-16T20:46:55.480Z
31702026-04-16T20:46:55.481Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31712026-04-16T20:46:55.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-04-16T20:46:56.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-04-16T20:46:56.167Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-04-16T20:46:56.282Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-04-16T20:46:56.290Z Checking csv-core v0.1.13
31762026-04-16T20:46:56.297Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-04-16T20:46:56.304Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-04-16T20:46:56.313Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-04-16T20:46:56.324Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-04-16T20:46:56.336Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-04-16T20:46:56.444Z Checking csv v1.4.0
31822026-04-16T20:46:56.465Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-04-16T20:46:56.509Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31842026-04-16T20:46:56.538Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-04-16T20:46:56.778Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-04-16T20:46:57.143Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31872026-04-16T20:46:57.145Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-04-16T20:46:57.463Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-04-16T20:47:02.724Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-04-16T20:47:03.249Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31912026-04-16T20:47:05.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
31922026-04-16T20:47:05.798Z
31932026-04-16T20:47:05.798Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31942026-04-16T20:47:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-04-16T20:47:06.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-04-16T20:47:06.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-04-16T20:47:06.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31982026-04-16T20:47:06.397Z
31992026-04-16T20:47:06.397Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32002026-04-16T20:47:06.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-04-16T20:47:06.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-04-16T20:47:06.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-04-16T20:47:06.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32042026-04-16T20:47:07.089Z
32052026-04-16T20:47:07.089Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32062026-04-16T20:47:07.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-04-16T20:47:07.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-04-16T20:47:07.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-04-16T20:47:07.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32102026-04-16T20:47:07.783Z
32112026-04-16T20:47:07.783Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32122026-04-16T20:47:08.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-04-16T20:47:08.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-04-16T20:47:08.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-04-16T20:47:08.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32162026-04-16T20:47:08.441Z
32172026-04-16T20:47:08.441Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32182026-04-16T20:47:08.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-04-16T20:47:08.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-04-16T20:47:09.204Z Compiling typify-impl v0.6.1
32212026-04-16T20:47:09.345Z Compiling unsafe-libyaml v0.2.11
32222026-04-16T20:47:09.355Z Compiling radium v0.7.0
32232026-04-16T20:47:09.355Z Compiling semver v0.1.20
32242026-04-16T20:47:09.378Z Compiling pin-project-internal v1.1.11
32252026-04-16T20:47:09.381Z Compiling maybe-uninit v2.0.0
32262026-04-16T20:47:09.381Z Checking tap v1.0.1
32272026-04-16T20:47:09.492Z Checking wyz v0.5.1
32282026-04-16T20:47:09.623Z Compiling rustc_version v0.1.7
32292026-04-16T20:47:09.684Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-04-16T20:47:09.718Z Compiling snafu-derive v0.8.9
32312026-04-16T20:47:09.812Z Compiling zerocopy-derive v0.6.6
32322026-04-16T20:47:09.866Z Compiling serde_yaml v0.9.34+deprecated
32332026-04-16T20:47:10.083Z Compiling newtype_derive v0.1.6
32342026-04-16T20:47:10.275Z Checking crc-catalog v2.4.0
32352026-04-16T20:47:10.372Z Compiling packed_struct v0.10.1
32362026-04-16T20:47:10.464Z Checking same-file v1.0.6
32372026-04-16T20:47:10.495Z Checking pin-project v1.1.11
32382026-04-16T20:47:10.585Z Compiling owo-colors v4.3.0
32392026-04-16T20:47:10.599Z Checking funty v2.0.0
32402026-04-16T20:47:10.626Z Compiling cancel-safe-futures v0.1.5
32412026-04-16T20:47:10.698Z Checking zerocopy v0.6.6
32422026-04-16T20:47:10.875Z Checking walkdir v2.5.0
32432026-04-16T20:47:10.919Z Checking bitvec v1.0.1
32442026-04-16T20:47:10.956Z Checking crc v3.4.0
32452026-04-16T20:47:11.059Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-04-16T20:47:11.116Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-04-16T20:47:11.133Z Checking globset v0.4.18
32482026-04-16T20:47:11.177Z Checking olpc-cjson v0.1.4
32492026-04-16T20:47:11.313Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32502026-04-16T20:47:11.317Z Checking pem v3.0.6
32512026-04-16T20:47:11.391Z Compiling packed_struct_codegen v0.10.1
32522026-04-16T20:47:11.447Z Checking libsw-core v0.3.2
32532026-04-16T20:47:11.493Z Checking serde_plain v1.0.2
32542026-04-16T20:47:11.571Z Compiling bitfield-macros v0.19.4
32552026-04-16T20:47:11.592Z Compiling indexmap v1.9.3
32562026-04-16T20:47:11.606Z Checking typed-path v0.9.3
32572026-04-16T20:47:11.626Z Checking snafu v0.8.9
32582026-04-16T20:47:11.641Z Checking nodrop v0.1.14
32592026-04-16T20:47:11.732Z Checking array-init v0.0.4
32602026-04-16T20:47:11.808Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-04-16T20:47:11.865Z Checking libsw v3.5.0
32622026-04-16T20:47:12.017Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-04-16T20:47:12.034Z Checking smallvec v0.6.14
32642026-04-16T20:47:12.499Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-04-16T20:47:12.499Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32662026-04-16T20:47:12.499Z Checking bitfield v0.19.4
32672026-04-16T20:47:12.499Z Checking tough v0.20.0
32682026-04-16T20:47:12.499Z Checking unicode-linebreak v0.1.5
32692026-04-16T20:47:12.499Z Checking tagptr v0.2.0
32702026-04-16T20:47:12.556Z Checking linear-map v1.2.0
32712026-04-16T20:47:12.610Z Checking base64 v0.21.7
32722026-04-16T20:47:12.624Z Checking hashbrown v0.12.3
32732026-04-16T20:47:12.640Z Checking smawk v0.3.2
32742026-04-16T20:47:12.726Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32752026-04-16T20:47:12.770Z Checking textwrap v0.16.2
32762026-04-16T20:47:12.792Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32772026-04-16T20:47:12.852Z Checking ron v0.8.1
32782026-04-16T20:47:12.900Z Checking moka v0.12.13
32792026-04-16T20:47:12.983Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32802026-04-16T20:47:13.359Z Checking steno v0.4.1
32812026-04-16T20:47:13.381Z Checking serde-hex v0.1.0
32822026-04-16T20:47:13.510Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-04-16T20:47:13.532Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-04-16T20:47:13.695Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-04-16T20:47:13.813Z Compiling typify-macro v0.6.1
32862026-04-16T20:47:13.835Z Checking hashbrown v0.13.2
32872026-04-16T20:47:14.077Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-04-16T20:47:14.266Z Checking crc-any v2.5.0
32892026-04-16T20:47:14.280Z Checking humantime v2.3.0
32902026-04-16T20:47:14.339Z Checking object v0.30.4
32912026-04-16T20:47:14.370Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-04-16T20:47:14.402Z Checking hickory-resolver v0.25.2
32932026-04-16T20:47:14.449Z Checking utf-8 v0.7.6
32942026-04-16T20:47:14.463Z Checking half v1.8.3
32952026-04-16T20:47:14.535Z Checking void v1.0.2
32962026-04-16T20:47:14.588Z Checking path-slash v0.1.5
32972026-04-16T20:47:14.646Z Checking lzss v0.8.2
32982026-04-16T20:47:14.662Z Checking serde_cbor v0.11.2
32992026-04-16T20:47:14.716Z Checking tungstenite v0.23.0
33002026-04-16T20:47:14.925Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33012026-04-16T20:47:14.973Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33022026-04-16T20:47:15.047Z Checking nix v0.27.1
33032026-04-16T20:47:15.085Z Checking kstat-rs v0.2.4
33042026-04-16T20:47:15.111Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-04-16T20:47:15.136Z Checking fxhash v0.2.1
33062026-04-16T20:47:15.208Z Checking serde_bytes v0.11.19
33072026-04-16T20:47:15.257Z Checking tokio-tungstenite v0.23.1
33082026-04-16T20:47:15.272Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-04-16T20:47:15.385Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-04-16T20:47:15.525Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-04-16T20:47:15.541Z Checking signal-hook-tokio v0.3.1
33122026-04-16T20:47:15.576Z Compiling typify v0.6.1
33132026-04-16T20:47:15.665Z Compiling progenitor-impl v0.13.0
33142026-04-16T20:47:16.548Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-04-16T20:47:17.168Z Compiling progenitor-macro v0.13.0
33162026-04-16T20:47:17.455Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33172026-04-16T20:47:17.754Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33182026-04-16T20:47:19.470Z Checking progenitor v0.13.0
33192026-04-16T20:47:19.583Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33202026-04-16T20:47:19.586Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-04-16T20:47:22.615Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-04-16T20:47:29.894Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-04-16T20:47:36.127Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-04-16T20:47:37.488Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-04-16T20:47:37.978Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-04-16T20:47:40.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.57s
33272026-04-16T20:47:40.223Z
33282026-04-16T20:47:40.223Zinfo: running `cargo check --bins` on gateway-api (133/272)
33292026-04-16T20:47:40.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-04-16T20:47:40.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-04-16T20:47:40.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-04-16T20:47:40.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-04-16T20:47:40.825Z
33342026-04-16T20:47:40.825Zinfo: running `cargo check --bins` on ipcc (134/272)
33352026-04-16T20:47:41.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-04-16T20:47:41.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-04-16T20:47:41.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-04-16T20:47:41.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-04-16T20:47:41.429Z
33402026-04-16T20:47:41.430Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33412026-04-16T20:47:41.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-04-16T20:47:41.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-04-16T20:47:41.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-04-16T20:47:41.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33452026-04-16T20:47:42.013Z
33462026-04-16T20:47:42.013Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33472026-04-16T20:47:42.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-04-16T20:47:42.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-04-16T20:47:42.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-04-16T20:47:42.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-04-16T20:47:42.618Z
33522026-04-16T20:47:42.618Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33532026-04-16T20:47:43.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-04-16T20:47:43.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-04-16T20:47:43.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-04-16T20:47:43.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-04-16T20:47:43.227Z
33582026-04-16T20:47:43.227Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33592026-04-16T20:47:43.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-04-16T20:47:43.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-04-16T20:47:43.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-04-16T20:47:43.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-04-16T20:47:43.833Z
33642026-04-16T20:47:43.833Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33652026-04-16T20:47:44.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-04-16T20:47:44.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-04-16T20:47:44.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-04-16T20:47:44.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-04-16T20:47:44.440Z
33702026-04-16T20:47:44.440Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33712026-04-16T20:47:44.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-04-16T20:47:44.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-04-16T20:47:44.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-04-16T20:47:44.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-04-16T20:47:45.045Z
33762026-04-16T20:47:45.046Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33772026-04-16T20:47:45.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-04-16T20:47:45.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-04-16T20:47:45.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-04-16T20:47:45.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-04-16T20:47:45.650Z
33822026-04-16T20:47:45.650Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33832026-04-16T20:47:46.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-04-16T20:47:46.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-04-16T20:47:46.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-04-16T20:47:46.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-04-16T20:47:46.256Z
33882026-04-16T20:47:46.256Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33892026-04-16T20:47:46.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-04-16T20:47:46.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-04-16T20:47:46.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-04-16T20:47:46.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-04-16T20:47:46.864Z
33942026-04-16T20:47:46.865Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33952026-04-16T20:47:47.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-04-16T20:47:47.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-04-16T20:47:47.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-04-16T20:47:47.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-04-16T20:47:47.467Z
34002026-04-16T20:47:47.468Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34012026-04-16T20:47:47.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-04-16T20:47:47.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-04-16T20:47:47.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-04-16T20:47:47.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-04-16T20:47:48.073Z
34062026-04-16T20:47:48.073Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34072026-04-16T20:47:48.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-04-16T20:47:48.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-04-16T20:47:48.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-04-16T20:47:48.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-04-16T20:47:48.677Z
34122026-04-16T20:47:48.677Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34132026-04-16T20:47:49.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-04-16T20:47:49.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-04-16T20:47:49.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-04-16T20:47:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-04-16T20:47:49.283Z
34182026-04-16T20:47:49.283Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34192026-04-16T20:47:49.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-04-16T20:47:49.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-04-16T20:47:49.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-04-16T20:47:49.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-04-16T20:47:49.889Z
34242026-04-16T20:47:49.889Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34252026-04-16T20:47:50.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-04-16T20:47:50.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-04-16T20:47:50.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-04-16T20:47:50.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-04-16T20:47:50.497Z
34302026-04-16T20:47:50.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34312026-04-16T20:47:51.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-04-16T20:47:51.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-04-16T20:47:51.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-04-16T20:47:51.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-04-16T20:47:51.102Z
34362026-04-16T20:47:51.102Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34372026-04-16T20:47:51.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-04-16T20:47:51.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-04-16T20:47:51.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-04-16T20:47:51.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-04-16T20:47:51.711Z
34422026-04-16T20:47:51.711Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34432026-04-16T20:47:52.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-04-16T20:47:52.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-04-16T20:47:52.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-04-16T20:47:52.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-04-16T20:47:52.322Z
34482026-04-16T20:47:52.322Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34492026-04-16T20:47:52.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-04-16T20:47:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-04-16T20:47:52.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-04-16T20:47:52.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-04-16T20:47:52.941Z
34542026-04-16T20:47:52.941Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34552026-04-16T20:47:53.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-04-16T20:47:53.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-04-16T20:47:53.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-04-16T20:47:53.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34592026-04-16T20:47:53.588Z
34602026-04-16T20:47:53.588Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34612026-04-16T20:47:54.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-04-16T20:47:54.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-04-16T20:47:54.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-04-16T20:47:54.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-04-16T20:47:54.199Z
34662026-04-16T20:47:54.199Zinfo: running `cargo check --bins` on dns-server (156/272)
34672026-04-16T20:47:54.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-04-16T20:47:54.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-04-16T20:47:54.859Z Compiling parking_lot_core v0.8.6
34702026-04-16T20:47:54.859Z Compiling git-stub v1.0.0
34712026-04-16T20:47:54.859Z Compiling atomicwrites v0.4.4
34722026-04-16T20:47:54.862Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34732026-04-16T20:47:54.862Z Checking prefix-trie v0.7.0
34742026-04-16T20:47:55.093Z Compiling git-stub-vcs v0.1.0
34752026-04-16T20:47:55.269Z Checking hickory-server v0.25.2
34762026-04-16T20:47:55.366Z Checking parking_lot v0.11.2
34772026-04-16T20:47:55.370Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34782026-04-16T20:47:55.441Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34792026-04-16T20:47:55.441Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34802026-04-16T20:47:55.539Z Checking sled v0.34.7
34812026-04-16T20:47:57.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34822026-04-16T20:47:57.614Z
34832026-04-16T20:47:57.614Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34842026-04-16T20:47:58.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-04-16T20:47:58.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-04-16T20:47:58.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-04-16T20:47:58.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-04-16T20:47:58.217Z
34892026-04-16T20:47:58.217Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34902026-04-16T20:47:58.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-04-16T20:47:58.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-04-16T20:47:58.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-04-16T20:47:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34942026-04-16T20:47:58.822Z
34952026-04-16T20:47:58.822Zinfo: running `cargo check --bins` on sp-sim (159/272)
34962026-04-16T20:47:59.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-04-16T20:47:59.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-04-16T20:47:59.550Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34992026-04-16T20:48:01.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35002026-04-16T20:48:01.484Z
35012026-04-16T20:48:01.484Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35022026-04-16T20:48:02.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-04-16T20:48:02.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-04-16T20:48:02.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-04-16T20:48:02.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35062026-04-16T20:48:02.138Z
35072026-04-16T20:48:02.138Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35082026-04-16T20:48:02.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-04-16T20:48:02.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-04-16T20:48:02.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-04-16T20:48:02.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35122026-04-16T20:48:02.801Z
35132026-04-16T20:48:02.801Zinfo: running `cargo check --bins` on db-macros (162/272)
35142026-04-16T20:48:03.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-04-16T20:48:03.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-04-16T20:48:03.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-04-16T20:48:03.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-04-16T20:48:03.389Z
35192026-04-16T20:48:03.389Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35202026-04-16T20:48:03.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-04-16T20:48:03.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-04-16T20:48:03.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-04-16T20:48:03.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-04-16T20:48:03.973Z
35252026-04-16T20:48:03.973Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35262026-04-16T20:48:04.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-04-16T20:48:04.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-04-16T20:48:04.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-04-16T20:48:04.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-04-16T20:48:04.628Z
35312026-04-16T20:48:04.629Zinfo: running `cargo check --bins` on authz-macros (165/272)
35322026-04-16T20:48:05.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-04-16T20:48:05.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-04-16T20:48:05.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-04-16T20:48:05.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-04-16T20:48:05.218Z
35372026-04-16T20:48:05.218Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35382026-04-16T20:48:05.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-04-16T20:48:05.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-04-16T20:48:05.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-04-16T20:48:05.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35422026-04-16T20:48:05.869Z
35432026-04-16T20:48:05.869Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35442026-04-16T20:48:06.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-04-16T20:48:06.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-04-16T20:48:06.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-04-16T20:48:06.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35482026-04-16T20:48:06.525Z
35492026-04-16T20:48:06.525Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35502026-04-16T20:48:07.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-04-16T20:48:07.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-04-16T20:48:07.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-04-16T20:48:07.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-04-16T20:48:07.122Z
35552026-04-16T20:48:07.122Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35562026-04-16T20:48:07.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-04-16T20:48:07.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-04-16T20:48:07.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-04-16T20:48:07.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-04-16T20:48:07.711Z
35612026-04-16T20:48:07.712Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35622026-04-16T20:48:08.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-04-16T20:48:08.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-04-16T20:48:08.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-04-16T20:48:08.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-04-16T20:48:08.314Z
35672026-04-16T20:48:08.314Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35682026-04-16T20:48:08.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-04-16T20:48:08.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-04-16T20:48:08.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-04-16T20:48:08.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-04-16T20:48:08.909Z
35732026-04-16T20:48:08.909Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35742026-04-16T20:48:09.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-04-16T20:48:09.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-04-16T20:48:09.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-04-16T20:48:09.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-04-16T20:48:09.502Z
35792026-04-16T20:48:09.502Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35802026-04-16T20:48:10.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-04-16T20:48:10.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-04-16T20:48:10.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-04-16T20:48:10.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35842026-04-16T20:48:10.165Z
35852026-04-16T20:48:10.165Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35862026-04-16T20:48:10.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-04-16T20:48:10.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-04-16T20:48:10.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-04-16T20:48:10.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35902026-04-16T20:48:10.820Z
35912026-04-16T20:48:10.821Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35922026-04-16T20:48:11.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-04-16T20:48:11.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-04-16T20:48:11.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-04-16T20:48:11.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35962026-04-16T20:48:11.469Z
35972026-04-16T20:48:11.469Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35982026-04-16T20:48:11.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-04-16T20:48:11.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-04-16T20:48:11.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-04-16T20:48:11.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-04-16T20:48:12.095Z
36032026-04-16T20:48:12.095Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36042026-04-16T20:48:12.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-04-16T20:48:12.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-04-16T20:48:12.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-04-16T20:48:12.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-04-16T20:48:12.719Z
36092026-04-16T20:48:12.719Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36102026-04-16T20:48:13.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-04-16T20:48:13.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-04-16T20:48:13.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-04-16T20:48:13.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-04-16T20:48:13.340Z
36152026-04-16T20:48:13.340Zinfo: running `cargo check --bins` on key-manager (179/272)
36162026-04-16T20:48:13.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-04-16T20:48:13.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-04-16T20:48:13.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-04-16T20:48:13.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36202026-04-16T20:48:13.949Z
36212026-04-16T20:48:13.949Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36222026-04-16T20:48:14.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-04-16T20:48:14.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-04-16T20:48:14.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-04-16T20:48:14.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-04-16T20:48:14.574Z
36272026-04-16T20:48:14.574Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36282026-04-16T20:48:15.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-04-16T20:48:15.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-04-16T20:48:15.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-04-16T20:48:15.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36322026-04-16T20:48:15.197Z
36332026-04-16T20:48:15.197Zinfo: running `cargo check --bins` on typed-rng (182/272)
36342026-04-16T20:48:15.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-04-16T20:48:15.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-04-16T20:48:15.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-04-16T20:48:15.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36382026-04-16T20:48:15.785Z
36392026-04-16T20:48:15.785Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36402026-04-16T20:48:16.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-04-16T20:48:16.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-04-16T20:48:16.639Z Compiling typify-impl v0.4.3
36432026-04-16T20:48:16.639Z Compiling libefi-sys v0.1.0
36442026-04-16T20:48:16.642Z Compiling bitfield-struct v0.6.2
36452026-04-16T20:48:16.791Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-04-16T20:48:16.799Z Compiling xshell-macros v0.2.7
36472026-04-16T20:48:16.811Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36482026-04-16T20:48:16.852Z Compiling salty v0.3.0
36492026-04-16T20:48:16.855Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36502026-04-16T20:48:17.012Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-04-16T20:48:17.136Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36522026-04-16T20:48:17.150Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36532026-04-16T20:48:17.165Z Checking xshell v0.2.7
36542026-04-16T20:48:17.348Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36552026-04-16T20:48:17.380Z Checking primeorder v0.13.6
36562026-04-16T20:48:17.404Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36572026-04-16T20:48:17.517Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-04-16T20:48:17.544Z Compiling proc-macro-error-attr2 v2.0.0
36592026-04-16T20:48:17.616Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36602026-04-16T20:48:17.643Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36612026-04-16T20:48:17.795Z Checking tungstenite v0.21.0
36622026-04-16T20:48:17.831Z Checking p384 v0.13.1
36632026-04-16T20:48:17.882Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36642026-04-16T20:48:17.935Z Compiling proc-macro-error2 v2.0.1
36652026-04-16T20:48:18.040Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36662026-04-16T20:48:18.224Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36672026-04-16T20:48:18.252Z Compiling num-derive v0.3.3
36682026-04-16T20:48:18.268Z Checking compression-core v0.4.31
36692026-04-16T20:48:18.401Z Compiling unicase v2.9.0
36702026-04-16T20:48:18.564Z Checking compression-codecs v0.4.37
36712026-04-16T20:48:18.619Z Compiling mime_guess v2.0.5
36722026-04-16T20:48:18.699Z Compiling tabled_derive v0.11.0
36732026-04-16T20:48:18.743Z Checking tokio-tungstenite v0.21.0
36742026-04-16T20:48:18.761Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36752026-04-16T20:48:19.053Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36762026-04-16T20:48:19.169Z Checking libscf-sys v1.1.0
36772026-04-16T20:48:19.185Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-04-16T20:48:19.307Z Checking papergrid v0.17.0
36792026-04-16T20:48:19.480Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36802026-04-16T20:48:19.566Z Checking testing_table v0.3.0
36812026-04-16T20:48:19.583Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-04-16T20:48:19.665Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36832026-04-16T20:48:19.908Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36842026-04-16T20:48:19.940Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36852026-04-16T20:48:20.097Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-04-16T20:48:20.115Z Checking toml_datetime v1.0.0+spec-1.1.0
36872026-04-16T20:48:20.130Z Compiling dropshot v0.17.0
36882026-04-16T20:48:20.146Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36892026-04-16T20:48:20.295Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36902026-04-16T20:48:20.324Z Checking corncobs v0.1.4
36912026-04-16T20:48:20.392Z Checking toml v1.0.6+spec-1.1.0
36922026-04-16T20:48:20.430Z Checking tabled v0.20.0
36932026-04-16T20:48:20.445Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-04-16T20:48:20.459Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36952026-04-16T20:48:20.505Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-04-16T20:48:20.562Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-04-16T20:48:20.646Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36982026-04-16T20:48:20.713Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36992026-04-16T20:48:20.868Z Checking async-compression v0.4.41
37002026-04-16T20:48:20.916Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37012026-04-16T20:48:20.979Z Checking progenitor-client v0.11.2
37022026-04-16T20:48:21.126Z Compiling dropshot_endpoint v0.17.0
37032026-04-16T20:48:21.195Z Checking secrecy v0.8.0
37042026-04-16T20:48:21.218Z Checking filetime v0.2.27
37052026-04-16T20:48:21.270Z Compiling typify-macro v0.4.3
37062026-04-16T20:48:21.307Z Checking xattr v1.6.1
37072026-04-16T20:48:21.322Z Checking http-range v0.1.5
37082026-04-16T20:48:21.365Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37092026-04-16T20:48:21.435Z Checking tar v0.4.45
37102026-04-16T20:48:21.825Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37112026-04-16T20:48:21.981Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37122026-04-16T20:48:22.015Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37132026-04-16T20:48:22.416Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37142026-04-16T20:48:22.470Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37152026-04-16T20:48:22.509Z Checking atty v0.2.14
37162026-04-16T20:48:22.612Z Checking crc8 v0.1.1
37172026-04-16T20:48:22.726Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-04-16T20:48:22.912Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37192026-04-16T20:48:22.993Z Compiling typify v0.4.3
37202026-04-16T20:48:23.119Z Compiling progenitor-impl v0.11.2
37212026-04-16T20:48:23.135Z Compiling progenitor-impl v0.10.0
37222026-04-16T20:48:23.481Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37232026-04-16T20:48:23.528Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37242026-04-16T20:48:23.569Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37252026-04-16T20:48:23.727Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37262026-04-16T20:48:24.106Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37272026-04-16T20:48:24.147Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-04-16T20:48:24.195Z Checking hyper-staticfile v0.10.1
37292026-04-16T20:48:24.425Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37302026-04-16T20:48:24.489Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-04-16T20:48:24.546Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37322026-04-16T20:48:24.650Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37332026-04-16T20:48:24.746Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37342026-04-16T20:48:24.762Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37352026-04-16T20:48:24.803Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37362026-04-16T20:48:25.022Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37372026-04-16T20:48:25.311Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37382026-04-16T20:48:25.598Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37392026-04-16T20:48:25.708Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37402026-04-16T20:48:25.815Z Compiling progenitor-macro v0.11.2
37412026-04-16T20:48:25.834Z Compiling progenitor-macro v0.10.0
37422026-04-16T20:48:25.889Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37432026-04-16T20:48:26.204Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37442026-04-16T20:48:28.684Z Checking progenitor v0.11.2
37452026-04-16T20:48:28.807Z Checking progenitor v0.10.0
37462026-04-16T20:48:28.845Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37472026-04-16T20:48:28.953Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37482026-04-16T20:48:33.644Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-04-16T20:48:44.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.86s
37502026-04-16T20:48:44.870Z
37512026-04-16T20:48:44.870Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37522026-04-16T20:48:45.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-04-16T20:48:45.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-04-16T20:48:45.658Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-16T20:48:56.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37562026-04-16T20:48:56.969Z
37572026-04-16T20:48:56.969Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37582026-04-16T20:48:57.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-16T20:48:57.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-16T20:48:57.753Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-16T20:49:08.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
37622026-04-16T20:49:09.096Z
37632026-04-16T20:49:09.096Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37642026-04-16T20:49:09.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-16T20:49:09.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-16T20:49:09.879Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-16T20:49:21.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
37682026-04-16T20:49:21.222Z
37692026-04-16T20:49:21.222Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37702026-04-16T20:49:21.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-16T20:49:21.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-16T20:49:22.009Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-16T20:49:33.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
37742026-04-16T20:49:33.339Z
37752026-04-16T20:49:33.339Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37762026-04-16T20:49:33.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-16T20:49:33.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-16T20:49:34.121Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-16T20:49:45.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s
37802026-04-16T20:49:45.434Z
37812026-04-16T20:49:45.434Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37822026-04-16T20:49:45.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-16T20:49:45.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-16T20:49:46.212Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-16T20:49:57.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s
37862026-04-16T20:49:57.531Z
37872026-04-16T20:49:57.531Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37882026-04-16T20:49:58.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-16T20:49:58.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-16T20:49:58.313Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-16T20:50:09.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
37922026-04-16T20:50:09.747Z
37932026-04-16T20:50:09.747Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37942026-04-16T20:50:10.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-16T20:50:10.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-16T20:50:10.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-04-16T20:50:10.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-04-16T20:50:10.348Z
37992026-04-16T20:50:10.348Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38002026-04-16T20:50:10.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-16T20:50:10.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-16T20:50:10.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-16T20:50:10.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-04-16T20:50:10.953Z
38052026-04-16T20:50:10.953Zinfo: running `cargo check --bins` on range-requests (193/272)
38062026-04-16T20:50:11.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-16T20:50:11.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-16T20:50:11.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-16T20:50:11.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38102026-04-16T20:50:11.547Z
38112026-04-16T20:50:11.547Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38122026-04-16T20:50:12.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-16T20:50:12.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-16T20:50:12.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-16T20:50:12.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-04-16T20:50:12.147Z
38172026-04-16T20:50:12.147Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38182026-04-16T20:50:12.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-16T20:50:12.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-16T20:50:12.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-16T20:50:12.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-04-16T20:50:12.766Z
38232026-04-16T20:50:12.766Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38242026-04-16T20:50:13.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-16T20:50:13.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-16T20:50:13.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-16T20:50:13.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-04-16T20:50:13.387Z
38292026-04-16T20:50:13.387Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38302026-04-16T20:50:13.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-16T20:50:13.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-16T20:50:13.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-16T20:50:13.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-04-16T20:50:14.013Z
38352026-04-16T20:50:14.013Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38362026-04-16T20:50:14.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-16T20:50:14.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-16T20:50:14.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-16T20:50:14.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-04-16T20:50:14.637Z
38412026-04-16T20:50:14.637Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38422026-04-16T20:50:15.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-16T20:50:15.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-16T20:50:15.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-16T20:50:15.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-04-16T20:50:15.269Z
38472026-04-16T20:50:15.269Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38482026-04-16T20:50:15.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-16T20:50:15.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-16T20:50:15.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-16T20:50:15.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-04-16T20:50:15.892Z
38532026-04-16T20:50:15.892Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38542026-04-16T20:50:16.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-16T20:50:16.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-16T20:50:16.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-16T20:50:16.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-04-16T20:50:16.522Z
38592026-04-16T20:50:16.522Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38602026-04-16T20:50:17.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-16T20:50:17.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-16T20:50:17.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-16T20:50:17.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-04-16T20:50:17.152Z
38652026-04-16T20:50:17.152Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38662026-04-16T20:50:17.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-16T20:50:17.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-16T20:50:17.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-16T20:50:17.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38702026-04-16T20:50:17.780Z
38712026-04-16T20:50:17.780Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38722026-04-16T20:50:18.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-16T20:50:18.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-16T20:50:18.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-16T20:50:18.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38762026-04-16T20:50:18.394Z
38772026-04-16T20:50:18.395Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38782026-04-16T20:50:18.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-16T20:50:18.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-16T20:50:18.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-16T20:50:18.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38822026-04-16T20:50:19.025Z
38832026-04-16T20:50:19.025Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38842026-04-16T20:50:19.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-16T20:50:19.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-16T20:50:19.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-16T20:50:19.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38882026-04-16T20:50:19.670Z
38892026-04-16T20:50:19.670Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38902026-04-16T20:50:20.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-16T20:50:20.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-16T20:50:20.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-16T20:50:20.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38942026-04-16T20:50:20.330Z
38952026-04-16T20:50:20.330Zinfo: running `cargo check --bins` on update-common (208/272)
38962026-04-16T20:50:20.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-16T20:50:20.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-16T20:50:20.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-16T20:50:20.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39002026-04-16T20:50:20.947Z
39012026-04-16T20:50:20.947Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39022026-04-16T20:50:21.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-16T20:50:21.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-16T20:50:21.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-16T20:50:21.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39062026-04-16T20:50:21.607Z
39072026-04-16T20:50:21.607Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39082026-04-16T20:50:22.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-16T20:50:22.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-16T20:50:22.385Z Compiling fs-err v2.11.0
39112026-04-16T20:50:22.388Z Checking ignore v0.4.25
39122026-04-16T20:50:22.388Z Checking arc-swap v1.8.2
39132026-04-16T20:50:22.388Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-04-16T20:50:22.529Z Checking predicates-tree v1.0.13
39152026-04-16T20:50:22.532Z Checking parse-size v1.1.0
39162026-04-16T20:50:22.551Z Checking rand_seeder v0.4.0
39172026-04-16T20:50:22.555Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39182026-04-16T20:50:22.629Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39192026-04-16T20:50:22.648Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39202026-04-16T20:50:22.691Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-04-16T20:50:22.719Z Checking slog-scope v4.4.1
39222026-04-16T20:50:22.842Z Compiling petname v2.0.2
39232026-04-16T20:50:22.857Z Checking slog-stdlog v4.1.1
39242026-04-16T20:50:22.872Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39252026-04-16T20:50:22.890Z Checking globwalk v0.9.1
39262026-04-16T20:50:22.942Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-04-16T20:50:22.976Z Checking slog-envlogger v2.2.0
39282026-04-16T20:50:23.070Z Checking camino-tempfile-ext v0.3.3
39292026-04-16T20:50:23.097Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39302026-04-16T20:50:23.128Z Checking sapling-renderdag v0.1.0
39312026-04-16T20:50:23.262Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39322026-04-16T20:50:23.266Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-04-16T20:50:23.368Z Checking subprocess v0.2.15
39342026-04-16T20:50:23.444Z Checking sync-ptr v0.1.4
39352026-04-16T20:50:23.489Z Checking colored v2.2.0
39362026-04-16T20:50:23.524Z Checking assert_matches v1.5.0
39372026-04-16T20:50:23.626Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39382026-04-16T20:50:23.646Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39392026-04-16T20:50:23.746Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-04-16T20:50:23.749Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-04-16T20:50:24.355Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39422026-04-16T20:50:25.656Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39432026-04-16T20:50:27.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
39442026-04-16T20:50:28.062Z
39452026-04-16T20:50:28.062Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39462026-04-16T20:50:28.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-04-16T20:50:28.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-04-16T20:50:28.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-04-16T20:50:28.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39502026-04-16T20:50:28.656Z
39512026-04-16T20:50:28.656Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39522026-04-16T20:50:29.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-04-16T20:50:29.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-04-16T20:50:29.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-04-16T20:50:29.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39562026-04-16T20:50:29.309Z
39572026-04-16T20:50:29.309Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39582026-04-16T20:50:29.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-04-16T20:50:29.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-04-16T20:50:30.039Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39612026-04-16T20:50:30.039Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39622026-04-16T20:50:30.685Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39632026-04-16T20:50:32.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
39642026-04-16T20:50:32.428Z
39652026-04-16T20:50:32.428Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39662026-04-16T20:50:32.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-04-16T20:50:32.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-04-16T20:50:32.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-04-16T20:50:32.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39702026-04-16T20:50:33.035Z
39712026-04-16T20:50:33.035Zinfo: running `cargo check --bins` on cert-dev (215/272)
39722026-04-16T20:50:33.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-04-16T20:50:33.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-04-16T20:50:33.648Z Checking yasna v0.5.2
39752026-04-16T20:50:34.059Z Checking rcgen v0.12.1
39762026-04-16T20:50:34.308Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39772026-04-16T20:50:34.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39782026-04-16T20:50:34.656Z
39792026-04-16T20:50:34.656Zinfo: running `cargo check --bins` on clickana (216/272)
39802026-04-16T20:50:35.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-04-16T20:50:35.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-04-16T20:50:35.309Z Compiling darling_core v0.23.0
39832026-04-16T20:50:35.312Z Compiling instability v0.3.11
39842026-04-16T20:50:35.424Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39852026-04-16T20:50:35.424Z Checking castaway v0.2.4
39862026-04-16T20:50:35.435Z Compiling indoc v2.0.7
39872026-04-16T20:50:35.438Z Checking unicode-truncate v1.1.0
39882026-04-16T20:50:35.453Z Checking lru v0.12.5
39892026-04-16T20:50:35.453Z Checking cassowary v0.3.0
39902026-04-16T20:50:35.519Z Checking compact_str v0.8.1
39912026-04-16T20:50:36.369Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39922026-04-16T20:50:36.549Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39932026-04-16T20:50:36.841Z Compiling darling_macro v0.23.0
39942026-04-16T20:50:37.260Z Compiling darling v0.23.0
39952026-04-16T20:50:37.856Z Checking ratatui v0.29.0
39962026-04-16T20:50:38.945Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39972026-04-16T20:50:39.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
39982026-04-16T20:50:39.797Z
39992026-04-16T20:50:39.797Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40002026-04-16T20:50:40.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-04-16T20:50:40.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-04-16T20:50:40.525Z Checking headers-core v0.3.0
40032026-04-16T20:50:40.529Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40042026-04-16T20:50:40.722Z Checking headers v0.4.1
40052026-04-16T20:50:41.094Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40062026-04-16T20:50:41.935Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40072026-04-16T20:50:42.419Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40082026-04-16T20:50:42.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
40092026-04-16T20:50:43.031Z
40102026-04-16T20:50:43.031Zinfo: running `cargo check --bins` on ch-dev (218/272)
40112026-04-16T20:50:43.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-04-16T20:50:43.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-04-16T20:50:43.759Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40142026-04-16T20:50:44.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40152026-04-16T20:50:44.707Z
40162026-04-16T20:50:44.707Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40172026-04-16T20:50:45.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-16T20:50:45.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-16T20:50:45.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-04-16T20:50:45.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40212026-04-16T20:50:45.181Z
40222026-04-16T20:50:45.181Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40232026-04-16T20:50:45.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-16T20:50:45.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-16T20:50:45.907Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40262026-04-16T20:50:46.881Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40272026-04-16T20:50:47.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40282026-04-16T20:50:47.429Z
40292026-04-16T20:50:47.429Zinfo: running `cargo check --bins` on db-dev (221/272)
40302026-04-16T20:50:47.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-04-16T20:50:47.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-04-16T20:50:48.163Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40332026-04-16T20:50:48.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40342026-04-16T20:50:49.114Z
40352026-04-16T20:50:49.114Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40362026-04-16T20:50:49.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-04-16T20:50:49.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-04-16T20:50:49.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-04-16T20:50:49.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40402026-04-16T20:50:49.769Z
40412026-04-16T20:50:49.769Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40422026-04-16T20:50:50.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-04-16T20:50:50.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-04-16T20:50:50.389Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40452026-04-16T20:50:51.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40462026-04-16T20:50:51.253Z
40472026-04-16T20:50:51.253Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40482026-04-16T20:50:51.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-04-16T20:50:51.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-04-16T20:50:52.014Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-04-16T20:50:52.014Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-04-16T20:50:52.017Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40532026-04-16T20:50:52.018Z Checking git-stub v1.0.0
40542026-04-16T20:50:52.018Z Compiling trait-variant v0.1.2
40552026-04-16T20:50:52.018Z Checking is_ci v1.2.0
40562026-04-16T20:50:52.142Z Checking maplit v1.0.2
40572026-04-16T20:50:52.156Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40582026-04-16T20:50:52.245Z Checking supports-color v3.0.2
40592026-04-16T20:50:52.258Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40602026-04-16T20:50:52.286Z Checking git-stub-vcs v0.1.0
40612026-04-16T20:50:52.355Z Checking drift v0.1.3
40622026-04-16T20:50:52.368Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40632026-04-16T20:50:52.428Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40642026-04-16T20:50:52.480Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40652026-04-16T20:50:52.622Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40662026-04-16T20:50:52.640Z Checking dropshot-api-manager v0.6.0
40672026-04-16T20:50:52.655Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40682026-04-16T20:50:52.669Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40692026-04-16T20:50:52.869Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40702026-04-16T20:50:52.899Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-04-16T20:50:53.123Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40722026-04-16T20:50:53.402Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40732026-04-16T20:50:58.456Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40742026-04-16T20:50:59.539Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40752026-04-16T20:51:00.084Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40762026-04-16T20:51:00.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
40772026-04-16T20:51:00.707Z
40782026-04-16T20:51:00.707Zinfo: running `cargo check --bins` on installinator-api (225/272)
40792026-04-16T20:51:01.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-04-16T20:51:01.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-04-16T20:51:01.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-04-16T20:51:01.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40832026-04-16T20:51:01.320Z
40842026-04-16T20:51:01.320Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40852026-04-16T20:51:01.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-04-16T20:51:01.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-04-16T20:51:01.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-04-16T20:51:01.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40892026-04-16T20:51:01.978Z
40902026-04-16T20:51:01.978Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40912026-04-16T20:51:02.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-04-16T20:51:02.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-04-16T20:51:02.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-04-16T20:51:02.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40952026-04-16T20:51:02.634Z
40962026-04-16T20:51:02.634Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40972026-04-16T20:51:03.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-04-16T20:51:03.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-04-16T20:51:03.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-04-16T20:51:03.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41012026-04-16T20:51:03.290Z
41022026-04-16T20:51:03.290Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41032026-04-16T20:51:03.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-04-16T20:51:03.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-04-16T20:51:03.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-04-16T20:51:03.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41072026-04-16T20:51:03.897Z
41082026-04-16T20:51:03.897Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41092026-04-16T20:51:04.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-04-16T20:51:04.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-04-16T20:51:04.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-04-16T20:51:04.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41132026-04-16T20:51:04.502Z
41142026-04-16T20:51:04.502Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41152026-04-16T20:51:05.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-04-16T20:51:05.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-04-16T20:51:05.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-04-16T20:51:05.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41192026-04-16T20:51:05.127Z
41202026-04-16T20:51:05.127Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41212026-04-16T20:51:05.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-04-16T20:51:05.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-04-16T20:51:05.740Z Checking typeid v1.0.3
41242026-04-16T20:51:05.854Z Checking ordered-float v2.10.1
41252026-04-16T20:51:05.875Z Checking unicode-xid v0.2.6
41262026-04-16T20:51:05.894Z Checking cargo-platform v0.2.0
41272026-04-16T20:51:05.918Z Checking erased-serde v0.4.9
41282026-04-16T20:51:06.054Z Checking serde-value v0.7.0
41292026-04-16T20:51:06.232Z Checking serde-untagged v0.1.9
41302026-04-16T20:51:06.385Z Checking cargo-util-schemas v0.8.2
41312026-04-16T20:51:07.084Z Checking cargo_metadata v0.21.0
41322026-04-16T20:51:07.690Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41332026-04-16T20:51:08.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41342026-04-16T20:51:08.546Z
41352026-04-16T20:51:08.546Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41362026-04-16T20:51:09.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-04-16T20:51:09.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-04-16T20:51:09.286Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41392026-04-16T20:51:09.901Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41402026-04-16T20:51:10.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41412026-04-16T20:51:10.606Z
41422026-04-16T20:51:10.606Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41432026-04-16T20:51:11.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-04-16T20:51:11.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-04-16T20:51:11.470Z Compiling vergen-gitcl v1.0.8
41462026-04-16T20:51:11.470Z Compiling dirs-sys-next v0.1.2
41472026-04-16T20:51:11.470Z Compiling glob v0.3.3
41482026-04-16T20:51:11.470Z Compiling diesel_derives v2.3.7
41492026-04-16T20:51:11.470Z Compiling crunchy v0.2.4
41502026-04-16T20:51:11.474Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41512026-04-16T20:51:11.474Z Compiling dsl_auto_type v0.2.0
41522026-04-16T20:51:11.474Z Checking scheduled-thread-pool v0.2.7
41532026-04-16T20:51:11.740Z Compiling diesel_table_macro_syntax v0.3.0
41542026-04-16T20:51:11.780Z Compiling tiny-keccak v2.0.2
41552026-04-16T20:51:11.830Z Compiling dirs-next v2.0.0
41562026-04-16T20:51:11.946Z Compiling term v0.7.0
41572026-04-16T20:51:11.950Z Checking r2d2 v0.8.10
41582026-04-16T20:51:12.044Z Compiling clang-sys v1.8.1
41592026-04-16T20:51:12.060Z Checking downcast-rs v2.0.2
41602026-04-16T20:51:12.081Z Compiling bit-vec v0.6.3
41612026-04-16T20:51:12.207Z Compiling itertools v0.10.5
41622026-04-16T20:51:12.301Z Compiling bit-set v0.5.3
41632026-04-16T20:51:12.417Z Compiling ascii-canvas v3.0.0
41642026-04-16T20:51:12.462Z Compiling ena v0.14.4
41652026-04-16T20:51:12.530Z Compiling libloading v0.8.9
41662026-04-16T20:51:12.573Z Compiling regex-syntax v0.6.29
41672026-04-16T20:51:12.590Z Compiling diff v0.1.13
41682026-04-16T20:51:12.657Z Compiling bindgen v0.71.1
41692026-04-16T20:51:12.740Z Compiling cexpr v0.6.0
41702026-04-16T20:51:12.849Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41712026-04-16T20:51:13.041Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41722026-04-16T20:51:13.129Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41732026-04-16T20:51:13.196Z Compiling libxml v0.3.3
41742026-04-16T20:51:13.289Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41752026-04-16T20:51:13.431Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41762026-04-16T20:51:13.450Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41772026-04-16T20:51:13.609Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41782026-04-16T20:51:13.641Z Compiling strum_macros v0.24.3
41792026-04-16T20:51:13.814Z Compiling indoc v1.0.9
41802026-04-16T20:51:13.908Z Compiling lalrpop v0.19.12
41812026-04-16T20:51:14.773Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41822026-04-16T20:51:14.962Z Checking derive_builder v0.20.2
41832026-04-16T20:51:15.053Z Compiling oso-derive v0.27.3
41842026-04-16T20:51:15.078Z Checking quick-xml v0.37.5
41852026-04-16T20:51:15.280Z Compiling impl-trait-for-tuples v0.2.3
41862026-04-16T20:51:15.548Z Checking openssl-probe v0.1.6
41872026-04-16T20:51:15.688Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41882026-04-16T20:51:15.961Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41892026-04-16T20:51:16.156Z Checking bb8 v0.8.6
41902026-04-16T20:51:16.427Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41912026-04-16T20:51:16.446Z Checking nonempty v0.12.0
41922026-04-16T20:51:16.465Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41932026-04-16T20:51:16.612Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41942026-04-16T20:51:16.650Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41952026-04-16T20:51:16.687Z Checking console v0.16.2
41962026-04-16T20:51:16.829Z Checking unit-prefix v0.5.2
41972026-04-16T20:51:16.832Z Checking support-bundle-viewer v0.1.2
41982026-04-16T20:51:16.964Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41992026-04-16T20:51:16.994Z Checking indicatif v0.18.4
42002026-04-16T20:51:17.088Z Checking multimap v0.10.1
42012026-04-16T20:51:17.489Z Checking diesel v2.3.7
42022026-04-16T20:51:19.289Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42032026-04-16T20:51:19.841Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42042026-04-16T20:51:19.886Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42052026-04-16T20:51:20.370Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42062026-04-16T20:51:20.967Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42072026-04-16T20:51:21.165Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42082026-04-16T20:51:21.554Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42092026-04-16T20:51:22.193Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42102026-04-16T20:51:24.238Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42112026-04-16T20:51:28.859Z Compiling samael v0.0.19
42122026-04-16T20:51:33.328Z Checking diesel-dtrace v0.5.0
42132026-04-16T20:51:33.519Z Checking async-bb8-diesel v0.2.1
42142026-04-16T20:51:34.930Z Compiling polar-core v0.27.3
42152026-04-16T20:51:39.411Z Checking oso v0.27.3
42162026-04-16T20:52:15.584Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42172026-04-16T20:52:48.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42182026-04-16T20:52:48.895Z
42192026-04-16T20:52:48.896Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42202026-04-16T20:52:49.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-04-16T20:52:49.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-04-16T20:52:49.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-04-16T20:52:49.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42242026-04-16T20:52:49.568Z
42252026-04-16T20:52:49.568Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42262026-04-16T20:52:50.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-04-16T20:52:50.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-04-16T20:52:50.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-04-16T20:52:50.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42302026-04-16T20:52:50.240Z
42312026-04-16T20:52:50.240Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42322026-04-16T20:52:50.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-04-16T20:52:50.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-04-16T20:52:50.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-04-16T20:52:50.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42362026-04-16T20:52:50.832Z
42372026-04-16T20:52:50.832Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42382026-04-16T20:52:51.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-04-16T20:52:51.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-04-16T20:52:51.705Z Compiling libz-sys v1.1.24
42412026-04-16T20:52:51.836Z Compiling libgit2-sys v0.18.3+1.9.2
42422026-04-16T20:52:51.847Z Compiling vergen-git2 v1.0.7
42432026-04-16T20:52:51.856Z Compiling rustls v0.21.12
42442026-04-16T20:52:51.874Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-04-16T20:52:51.882Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42462026-04-16T20:52:51.885Z Checking rustls-webpki v0.101.7
42472026-04-16T20:52:51.885Z Checking sct v0.7.1
42482026-04-16T20:52:52.036Z Compiling nix v0.29.0
42492026-04-16T20:52:52.052Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42502026-04-16T20:52:52.095Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42512026-04-16T20:52:52.139Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42522026-04-16T20:52:52.230Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42532026-04-16T20:52:52.352Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42542026-04-16T20:52:52.382Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42552026-04-16T20:52:52.457Z Checking rustls-pemfile v1.0.4
42562026-04-16T20:52:52.591Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42572026-04-16T20:52:52.664Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42582026-04-16T20:52:52.857Z Checking twox-hash v2.1.2
42592026-04-16T20:52:52.884Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42602026-04-16T20:52:52.954Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42612026-04-16T20:52:53.507Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42622026-04-16T20:52:53.528Z Checking tokio-rustls v0.24.1
42632026-04-16T20:52:53.657Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42642026-04-16T20:52:53.723Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42652026-04-16T20:52:53.740Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42662026-04-16T20:52:54.243Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42672026-04-16T20:52:54.333Z Checking fatfs v0.3.6
42682026-04-16T20:52:54.392Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42692026-04-16T20:52:54.423Z Compiling seq-macro v0.3.6
42702026-04-16T20:52:58.339Z Compiling git2 v0.20.4
42712026-04-16T20:52:58.682Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42722026-04-16T20:52:58.809Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42732026-04-16T20:53:00.570Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42742026-04-16T20:53:48.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.23s
42752026-04-16T20:53:48.292Z
42762026-04-16T20:53:48.292Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42772026-04-16T20:53:48.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-04-16T20:53:48.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-04-16T20:53:49.189Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42802026-04-16T20:54:28.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.95s
42812026-04-16T20:54:28.463Z
42822026-04-16T20:54:28.464Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42832026-04-16T20:54:28.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-04-16T20:54:28.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-04-16T20:54:28.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-04-16T20:54:28.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42872026-04-16T20:54:29.062Z
42882026-04-16T20:54:29.062Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42892026-04-16T20:54:29.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-04-16T20:54:29.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-04-16T20:54:29.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-04-16T20:54:29.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42932026-04-16T20:54:29.711Z
42942026-04-16T20:54:29.711Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42952026-04-16T20:54:30.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-04-16T20:54:30.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-04-16T20:54:30.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-04-16T20:54:30.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42992026-04-16T20:54:30.375Z
43002026-04-16T20:54:30.375Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43012026-04-16T20:54:30.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-04-16T20:54:30.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-04-16T20:54:30.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-04-16T20:54:30.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-04-16T20:54:31.043Z
43062026-04-16T20:54:31.043Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43072026-04-16T20:54:31.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-04-16T20:54:31.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-04-16T20:54:31.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-04-16T20:54:31.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43112026-04-16T20:54:31.693Z
43122026-04-16T20:54:31.693Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43132026-04-16T20:54:32.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-04-16T20:54:32.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-04-16T20:54:32.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-04-16T20:54:32.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43172026-04-16T20:54:32.354Z
43182026-04-16T20:54:32.354Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43192026-04-16T20:54:32.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-04-16T20:54:32.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-04-16T20:54:32.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-04-16T20:54:32.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43232026-04-16T20:54:33.025Z
43242026-04-16T20:54:33.026Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43252026-04-16T20:54:33.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-04-16T20:54:33.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-04-16T20:54:33.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-04-16T20:54:33.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43292026-04-16T20:54:33.693Z
43302026-04-16T20:54:33.693Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43312026-04-16T20:54:34.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-04-16T20:54:34.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-04-16T20:54:34.601Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43342026-04-16T20:54:34.601Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43352026-04-16T20:54:34.788Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43362026-04-16T20:54:34.824Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43372026-04-16T20:54:34.827Z Checking diff v0.1.13
43382026-04-16T20:54:34.842Z Checking yansi v1.0.1
43392026-04-16T20:54:34.845Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43402026-04-16T20:54:34.845Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43412026-04-16T20:54:34.925Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43422026-04-16T20:54:35.095Z Checking pretty_assertions v1.4.1
43432026-04-16T20:54:35.726Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43442026-04-16T20:54:59.302Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43452026-04-16T20:54:59.306Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43462026-04-16T20:54:59.306Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43472026-04-16T20:54:59.306Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43482026-04-16T20:54:59.306Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43492026-04-16T20:54:59.320Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43502026-04-16T20:55:00.024Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-04-16T20:55:01.121Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43522026-04-16T20:55:40.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43532026-04-16T20:55:40.265Z
43542026-04-16T20:55:40.265Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43552026-04-16T20:55:40.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-04-16T20:55:40.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-04-16T20:55:40.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43582026-04-16T20:55:40.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43592026-04-16T20:55:40.866Z
43602026-04-16T20:55:40.866Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43612026-04-16T20:55:41.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-04-16T20:55:41.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-04-16T20:55:41.647Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43642026-04-16T20:55:41.769Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43652026-04-16T20:55:41.773Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-04-16T20:56:07.401Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43672026-04-16T20:56:07.768Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43682026-04-16T20:56:09.452Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43692026-04-16T20:56:09.885Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43702026-04-16T20:56:12.798Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43712026-04-16T20:56:35.376Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43722026-04-16T20:56:35.993Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43732026-04-16T20:56:37.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.71s
43742026-04-16T20:56:37.801Z
43752026-04-16T20:56:37.801Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43762026-04-16T20:56:38.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-04-16T20:56:38.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-04-16T20:56:38.531Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43792026-04-16T20:56:39.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43802026-04-16T20:56:39.411Z
43812026-04-16T20:56:39.411Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43822026-04-16T20:56:39.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-04-16T20:56:39.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-04-16T20:56:40.073Z Compiling blake3 v1.8.3
43852026-04-16T20:56:40.182Z Checking constant_time_eq v0.4.2
43862026-04-16T20:56:40.186Z Checking arrayvec v0.7.6
43872026-04-16T20:56:40.189Z Checking arrayref v0.3.9
43882026-04-16T20:56:40.201Z Checking topological-sort v0.2.2
43892026-04-16T20:56:40.204Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43902026-04-16T20:56:40.205Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43912026-04-16T20:56:40.210Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43922026-04-16T20:56:40.251Z Checking shell-words v1.1.1
43932026-04-16T20:56:40.966Z Checking omicron-zone-package v0.12.2
43942026-04-16T20:56:41.681Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43952026-04-16T20:56:42.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
43962026-04-16T20:56:42.696Z
43972026-04-16T20:56:42.696Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43982026-04-16T20:56:43.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-04-16T20:56:43.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-04-16T20:56:43.345Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44012026-04-16T20:56:43.657Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44022026-04-16T20:56:44.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44032026-04-16T20:56:44.251Z
44042026-04-16T20:56:44.251Zinfo: running `cargo check --bins` on schema (254/272)
44052026-04-16T20:56:44.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-04-16T20:56:44.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-04-16T20:56:44.988Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44082026-04-16T20:56:45.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44092026-04-16T20:56:45.853Z
44102026-04-16T20:56:45.854Zinfo: running `cargo check --bins` on xtask (255/272)
44112026-04-16T20:56:46.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-04-16T20:56:46.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-04-16T20:56:46.316Z Checking libc v0.2.185
44142026-04-16T20:56:46.320Z Checking serde v1.0.228
44152026-04-16T20:56:46.401Z Checking zerofrom v0.1.6
44162026-04-16T20:56:46.406Z Checking bitflags v2.11.0
44172026-04-16T20:56:46.410Z Checking hashbrown v0.16.1
44182026-04-16T20:56:46.416Z Checking smallvec v1.15.1
44192026-04-16T20:56:46.425Z Checking serde_json v1.0.149
44202026-04-16T20:56:46.430Z Checking scroll v0.12.0
44212026-04-16T20:56:46.495Z Checking yoke v0.8.1
44222026-04-16T20:56:46.544Z Checking num-traits v0.2.19
44232026-04-16T20:56:46.583Z Checking thiserror v1.0.69
44242026-04-16T20:56:46.645Z Checking percent-encoding v2.3.2
44252026-04-16T20:56:46.659Z Checking zerovec v0.11.5
44262026-04-16T20:56:46.677Z Checking zerotrie v0.2.3
44272026-04-16T20:56:46.688Z Checking errno v0.3.14
44282026-04-16T20:56:46.777Z Checking toml_datetime v0.6.11
44292026-04-16T20:56:46.788Z Checking serde_spanned v0.6.9
44302026-04-16T20:56:46.800Z Checking rustix v1.1.3
44312026-04-16T20:56:46.854Z Checking indexmap v2.13.0
44322026-04-16T20:56:46.904Z Checking log v0.4.29
44332026-04-16T20:56:46.916Z Checking zerocopy v0.7.35
44342026-04-16T20:56:46.951Z Checking form_urlencoded v1.2.2
44352026-04-16T20:56:47.021Z Checking getrandom v0.4.1
44362026-04-16T20:56:47.051Z Checking goblin v0.8.2
44372026-04-16T20:56:47.064Z Checking ordered-float v2.10.1
44382026-04-16T20:56:47.075Z Checking thiserror v2.0.18
44392026-04-16T20:56:47.086Z Checking tinystr v0.8.2
44402026-04-16T20:56:47.148Z Checking potential_utf v0.1.4
44412026-04-16T20:56:47.170Z Checking syn v2.0.117
44422026-04-16T20:56:47.259Z Checking icu_locale_core v2.1.1
44432026-04-16T20:56:47.274Z Checking icu_collections v2.1.1
44442026-04-16T20:56:47.284Z Checking serde-value v0.7.0
44452026-04-16T20:56:47.384Z Checking toml_edit v0.22.27
44462026-04-16T20:56:47.396Z Checking dtrace-parser v0.2.0
44472026-04-16T20:56:47.480Z Checking thread-id v4.2.2
44482026-04-16T20:56:47.560Z Checking once_cell v1.21.3
44492026-04-16T20:56:47.577Z Checking cargo-platform v0.2.0
44502026-04-16T20:56:47.612Z Checking terminal_size v0.4.3
44512026-04-16T20:56:47.633Z Checking memmap v0.7.0
44522026-04-16T20:56:47.729Z Checking tempfile v3.25.0
44532026-04-16T20:56:47.740Z Checking clap_builder v4.5.60
44542026-04-16T20:56:47.750Z Checking textwrap v0.16.2
44552026-04-16T20:56:47.760Z Checking fs-err v3.3.0
44562026-04-16T20:56:47.814Z Checking icu_provider v2.1.1
44572026-04-16T20:56:47.914Z Checking camino-tempfile v1.4.1
44582026-04-16T20:56:47.932Z Checking tabled v0.15.0
44592026-04-16T20:56:47.953Z Checking anyhow v1.0.102
44602026-04-16T20:56:48.049Z Checking icu_properties v2.1.2
44612026-04-16T20:56:48.068Z Checking icu_normalizer v2.1.1
44622026-04-16T20:56:48.146Z Checking macaddr v1.0.1
44632026-04-16T20:56:48.323Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44642026-04-16T20:56:48.469Z Checking toml v0.8.23
44652026-04-16T20:56:48.771Z Checking cargo_toml v0.21.0
44662026-04-16T20:56:48.855Z Checking idna_adapter v1.2.1
44672026-04-16T20:56:48.923Z Checking clap v4.5.60
44682026-04-16T20:56:48.933Z Checking dof v0.3.0
44692026-04-16T20:56:48.966Z Checking idna v1.1.0
44702026-04-16T20:56:49.182Z Checking url v2.5.8
44712026-04-16T20:56:49.185Z Checking usdt-impl v0.5.0
44722026-04-16T20:56:49.434Z Checking usdt v0.5.0
44732026-04-16T20:56:49.523Z Checking cargo-util-schemas v0.8.2
44742026-04-16T20:56:50.210Z Checking cargo_metadata v0.21.0
44752026-04-16T20:56:50.821Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44762026-04-16T20:56:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44772026-04-16T20:56:51.361Z
44782026-04-16T20:56:51.361Zinfo: running `cargo check --bins` on dnsadm (256/272)
44792026-04-16T20:56:51.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-04-16T20:56:51.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-04-16T20:56:52.003Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44822026-04-16T20:56:52.468Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44832026-04-16T20:56:52.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44842026-04-16T20:56:53.034Z
44852026-04-16T20:56:53.034Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44862026-04-16T20:56:53.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-04-16T20:56:53.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-04-16T20:56:53.839Z Checking polyval v0.6.2
44892026-04-16T20:56:53.964Z Checking ctr v0.9.2
44902026-04-16T20:56:53.975Z Checking ssh-encoding v0.2.0
44912026-04-16T20:56:53.975Z Checking blowfish v0.9.1
44922026-04-16T20:56:53.997Z Checking password-hash v0.4.2
44932026-04-16T20:56:54.014Z Checking p256 v0.13.2
44942026-04-16T20:56:54.017Z Checking p521 v0.13.3
44952026-04-16T20:56:54.042Z Checking russh-cryptovec v0.7.3
44962026-04-16T20:56:54.099Z Checking ghash v0.5.1
44972026-04-16T20:56:54.114Z Checking md5 v0.7.0
44982026-04-16T20:56:54.127Z Checking bcrypt-pbkdf v0.10.0
44992026-04-16T20:56:54.147Z Checking num-bigint v0.4.6
45002026-04-16T20:56:54.163Z Checking des v0.8.1
45012026-04-16T20:56:54.207Z Checking pbkdf2 v0.11.0
45022026-04-16T20:56:54.210Z Checking aes-gcm v0.10.3
45032026-04-16T20:56:54.274Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45042026-04-16T20:56:54.274Z Checking hex-literal v0.4.1
45052026-04-16T20:56:54.291Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45062026-04-16T20:56:54.320Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45072026-04-16T20:56:54.368Z Checking internet-checksum v0.2.1
45082026-04-16T20:56:54.402Z Checking ssh-cipher v0.2.0
45092026-04-16T20:56:54.561Z Checking ssh-key v0.6.7
45102026-04-16T20:56:54.635Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45112026-04-16T20:56:55.186Z Checking russh-keys v0.45.0
45122026-04-16T20:56:55.729Z Checking russh v0.45.0
45132026-04-16T20:57:10.601Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45142026-04-16T20:57:11.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
45152026-04-16T20:57:11.989Z
45162026-04-16T20:57:11.989Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45172026-04-16T20:57:12.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-04-16T20:57:12.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-04-16T20:57:12.632Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45202026-04-16T20:57:12.740Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45212026-04-16T20:57:12.748Z Checking termios v0.3.3
45222026-04-16T20:57:13.956Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45232026-04-16T20:57:14.100Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45242026-04-16T20:57:15.882Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45252026-04-16T20:57:16.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45262026-04-16T20:57:16.627Z
45272026-04-16T20:57:16.627Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45282026-04-16T20:57:17.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-04-16T20:57:17.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-04-16T20:57:17.337Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45312026-04-16T20:57:17.451Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45322026-04-16T20:57:17.461Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45332026-04-16T20:57:17.461Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45342026-04-16T20:57:17.478Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45352026-04-16T20:57:17.479Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45362026-04-16T20:57:18.201Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45372026-04-16T20:57:18.533Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45382026-04-16T20:57:18.536Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45392026-04-16T20:57:19.163Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45402026-04-16T20:57:20.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45412026-04-16T20:57:20.956Z
45422026-04-16T20:57:20.956Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45432026-04-16T20:57:21.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-04-16T20:57:21.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-04-16T20:57:21.601Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45462026-04-16T20:57:22.046Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45472026-04-16T20:57:22.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45482026-04-16T20:57:22.564Z
45492026-04-16T20:57:22.564Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45502026-04-16T20:57:23.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-04-16T20:57:23.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-04-16T20:57:23.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45532026-04-16T20:57:23.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45542026-04-16T20:57:23.165Z
45552026-04-16T20:57:23.165Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45562026-04-16T20:57:23.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-04-16T20:57:23.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-04-16T20:57:23.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-04-16T20:57:23.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45602026-04-16T20:57:23.752Z
45612026-04-16T20:57:23.753Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45622026-04-16T20:57:24.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-04-16T20:57:24.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-04-16T20:57:24.508Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45652026-04-16T20:57:25.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45662026-04-16T20:57:25.290Z
45672026-04-16T20:57:25.290Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45682026-04-16T20:57:25.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-04-16T20:57:25.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-04-16T20:57:25.945Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45712026-04-16T20:57:25.948Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45722026-04-16T20:57:26.193Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45732026-04-16T20:57:26.194Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45742026-04-16T20:57:26.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45752026-04-16T20:57:27.160Z
45762026-04-16T20:57:27.160Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45772026-04-16T20:57:27.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-16T20:57:27.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-16T20:57:27.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-04-16T20:57:27.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45812026-04-16T20:57:27.759Z
45822026-04-16T20:57:27.759Zinfo: running `cargo check --bins` on omicron-package (266/272)
45832026-04-16T20:57:28.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-04-16T20:57:28.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-04-16T20:57:28.438Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45862026-04-16T20:57:29.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45872026-04-16T20:57:29.697Z
45882026-04-16T20:57:29.697Zinfo: running `cargo check --bins` on tqdb (267/272)
45892026-04-16T20:57:30.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-04-16T20:57:30.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-04-16T20:57:30.476Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45922026-04-16T20:57:30.822Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45932026-04-16T20:57:31.337Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45942026-04-16T20:57:31.337Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45952026-04-16T20:57:36.646Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45962026-04-16T20:57:37.180Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45972026-04-16T20:57:37.182Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45982026-04-16T20:57:37.182Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45992026-04-16T20:57:37.183Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46002026-04-16T20:57:37.183Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46012026-04-16T20:57:37.926Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46022026-04-16T20:57:38.910Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46032026-04-16T20:57:39.686Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46042026-04-16T20:57:40.291Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46052026-04-16T20:57:44.795Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46062026-04-16T20:57:51.055Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46072026-04-16T20:57:51.061Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46082026-04-16T20:57:51.061Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46092026-04-16T20:57:51.061Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46102026-04-16T20:57:52.531Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46112026-04-16T20:57:53.822Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46122026-04-16T20:57:54.481Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46132026-04-16T20:57:55.704Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46142026-04-16T20:57:56.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
46152026-04-16T20:57:56.446Z
46162026-04-16T20:57:56.446Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46172026-04-16T20:57:56.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-04-16T20:57:56.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-04-16T20:57:57.168Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46202026-04-16T20:57:57.171Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46212026-04-16T20:57:57.171Z Checking rtoolbox v0.0.3
46222026-04-16T20:57:57.296Z Checking tui-tree-widget v0.23.1
46232026-04-16T20:57:57.396Z Checking rpassword v7.4.0
46242026-04-16T20:57:58.390Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46252026-04-16T20:58:01.332Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46262026-04-16T20:58:03.149Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46272026-04-16T20:58:04.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
46282026-04-16T20:58:04.214Z
46292026-04-16T20:58:04.214Zinfo: running `cargo check --bins` on wicket (269/272)
46302026-04-16T20:58:04.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-04-16T20:58:04.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-04-16T20:58:04.905Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46332026-04-16T20:58:05.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
46342026-04-16T20:58:05.438Z
46352026-04-16T20:58:05.438Zinfo: running `cargo check --bins` on wicketd (270/272)
46362026-04-16T20:58:05.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-04-16T20:58:05.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-04-16T20:58:06.168Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46392026-04-16T20:58:06.171Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46402026-04-16T20:58:06.171Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46412026-04-16T20:58:06.171Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46422026-04-16T20:58:07.161Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46432026-04-16T20:58:07.713Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46442026-04-16T20:58:10.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
46452026-04-16T20:58:10.810Z
46462026-04-16T20:58:10.810Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46472026-04-16T20:58:11.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-04-16T20:58:11.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-04-16T20:58:11.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46502026-04-16T20:58:11.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46512026-04-16T20:58:11.413Z
46522026-04-16T20:58:11.413Zinfo: running `cargo check --bins` on zone-setup (272/272)
46532026-04-16T20:58:11.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-04-16T20:58:11.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-04-16T20:58:12.063Z Checking uzers v0.12.2
46562026-04-16T20:58:12.330Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46572026-04-16T20:58:13.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46582026-04-16T20:58:13.268Z
46592026-04-16T20:58:13.271Zreal 14:09.294462867
46602026-04-16T20:58:13.271Zuser 20:33.227240498
46612026-04-16T20:58:13.271Zsys 4:10.594250609
46622026-04-16T20:58:13.271Ztrap 0.316145621
46632026-04-16T20:58:13.271Ztflt 0.354783050
46642026-04-16T20:58:13.271Zdflt 0.960475503
46652026-04-16T20:58:13.271Zkflt 0.001306093
46662026-04-16T20:58:13.271Zlock 1:17:30.154985076
46672026-04-16T20:58:13.271Zslp 1:38:03.432525983
46682026-04-16T20:58:13.271Zlat 58.441527338
46692026-04-16T20:58:13.271Zstop 3:39.031479712
46702026-04-16T20:58:13.271Zprocess exited: duration 1042416 ms, exit code 0
 
46712026-04-16T20:58:13.278Zfound 0 output files