01KQTHTHTJ08VBRCCMBB4VGRT5: 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: 01KQTHTWS4KZJNX1BP1N717QNY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T22:31:25.405Zjob assigned to worker 01KQTHTYNSSWX98SYP3AQ4YMKM [factory aws, i-0252839d0852e9ba1] (queued for 44 s)
 
22026-05-04T22:31:32.279Zstarting task 0: "setup"
32026-05-04T22:31:32.288Z++ uname -s
42026-05-04T22:31:32.288Z+ kern=SunOS
52026-05-04T22:31:32.288Z+ build_user=build
62026-05-04T22:31:32.288Z+ build_uid=12345
72026-05-04T22:31:32.288Z+ work_dir=/work
82026-05-04T22:31:32.288Z+ input_dir=/input
92026-05-04T22:31:32.289Z+ [[ 0 == 12345 ]]
102026-05-04T22:31:32.289Z+ case "$kern" in
112026-05-04T22:31:32.289Z+ groupadd -g 12345 build
122026-05-04T22:31:32.289Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T22:31:34.294Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T22:31:34.375Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T22:31:34.378Z+ home_fs=zfs
162026-05-04T22:31:34.378Z+ [[ zfs == autofs ]]
172026-05-04T22:31:34.378Z+ mkdir -p /home/build
182026-05-04T22:31:34.379Z+ chown build:build /home/build /work
192026-05-04T22:31:36.379Z+ chmod 0700 /home/build /work
202026-05-04T22:31:36.383Zprocess exited: duration 4103 ms, exit code 0
 
212026-05-04T22:31:36.390Zstarting task 1: "rust-toolchain"
222026-05-04T22:31:36.394Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T22:31:36.394Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-04T22:31:36.395Z * rust toolchain channel = "1.94.0"
252026-05-04T22:31:36.395Z * rust toolchain profile = "default"
262026-05-04T22:31:36.395Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T22:31:36.395Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T22:31:36.398Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T22:31:36.398Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T22:31:36.516Zinfo: downloading installer
312026-05-04T22:31:37.795Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T22:31:37.795Zwarn: /opt/ooce/bin
332026-05-04T22:31:37.795Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T22:31:37.796Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T22:31:37.796Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T22:31:37.796Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T22:31:37.796Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T22:31:37.796Zerror: cannot install while Rust is installed
392026-05-04T22:31:37.796Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T22:31:37.796Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T22:31:37.796Zwarn: /home/build/.rustup/settings.toml
422026-05-04T22:31:37.796Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T22:31:37.796Zwarn: instead of the one inferred from the default host triple.
442026-05-04T22:31:37.809Zinfo: profile set to default
452026-05-04T22:31:37.809Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T22:31:37.813Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T22:31:37.939Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T22:31:37.942Zinfo: downloading 6 components
492026-05-04T22:31:51.935Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T22:31:51.935Z
512026-05-04T22:31:51.968Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T22:31:51.968Z
532026-05-04T22:31:51.968Z
542026-05-04T22:31:51.968ZRust is installed now. Great!
552026-05-04T22:31:51.968Z
562026-05-04T22:31:51.968ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T22:31:51.969Zenvironment variable. This has not been done automatically.
582026-05-04T22:31:51.969Z
592026-05-04T22:31:51.969ZTo configure your current shell, you need to source
602026-05-04T22:31:51.969Zthe corresponding env file under $HOME/.cargo.
612026-05-04T22:31:51.969Z
622026-05-04T22:31:51.969ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T22:31:51.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T22:31:51.969Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T22:31:51.969Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T22:31:51.969Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T22:31:51.969Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T22:31:51.969Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T22:31:51.972Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T22:31:51.972Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T22:31:52.059Z+ rustup --version
722026-05-04T22:31:52.067Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T22:31:52.134Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T22:31:52.134Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T22:31:52.134Z+ cargo --version
762026-05-04T22:31:52.134Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T22:31:52.134Z+ rustc --version
782026-05-04T22:31:52.134Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T22:31:52.134Zprocess exited: duration 15738 ms, exit code 0
 
802026-05-04T22:31:52.166Zstarting task 2: "authentication"
812026-05-04T22:31:52.177Zprocess exited: duration 21 ms, exit code 0
 
822026-05-04T22:31:52.187Zstarting task 3: "clone repository"
832026-05-04T22:31:52.191Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T22:31:52.191Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T22:31:52.223ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T22:32:01.449Z+ cd /work/oxidecomputer/omicron
872026-05-04T22:32:01.449Z+ git fetch origin 6548fbad95bcec00a42da854a7e0975f242f4320
882026-05-04T22:32:01.838ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T22:32:01.838Z * branch 6548fbad95bcec00a42da854a7e0975f242f4320 -> FETCH_HEAD
902026-05-04T22:32:01.844Z+ [[ -n ben/add-clickhouse-retention-policy ]]
912026-05-04T22:32:01.844Z++ git branch --show-current
922026-05-04T22:32:01.844Z+ current=main
932026-05-04T22:32:01.844Z+ [[ main != ben/add-clickhouse-retention-policy ]]
942026-05-04T22:32:01.844Z+ git branch -f ben/add-clickhouse-retention-policy 6548fbad95bcec00a42da854a7e0975f242f4320
952026-05-04T22:32:01.844Z+ git checkout -f ben/add-clickhouse-retention-policy
962026-05-04T22:32:01.994ZSwitched to branch 'ben/add-clickhouse-retention-policy'
972026-05-04T22:32:01.998Z+ git reset --hard 6548fbad95bcec00a42da854a7e0975f242f4320
982026-05-04T22:32:02.044ZHEAD is now at 6548fbad9 John's review feedback
992026-05-04T22:32:02.050Zprocess exited: duration 9856 ms, exit code 0
 
1002026-05-04T22:32:02.057Zstarting task 4: "build"
1012026-05-04T22:32:02.061Z+ source .github/buildomat/ci-env.sh
1022026-05-04T22:32:02.064Z++ export CARGO_TERM_COLOR=always
1032026-05-04T22:32:02.064Z++ CARGO_TERM_COLOR=always
1042026-05-04T22:32:02.064Z+ cargo --version
1052026-05-04T22:32:02.071Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T22:32:02.077Z+ rustc --version
1072026-05-04T22:32:02.094Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T22:32:02.097Z+ source ./env.sh
1092026-05-04T22:32:02.097Z++ OLD_SHELL_OPTS=ehxB
1102026-05-04T22:32:02.097Z++ set -o xtrace
1112026-05-04T22:32:02.100Z++++ dirname ./env.sh
1122026-05-04T22:32:02.100Z+++ readlink -f .
1132026-05-04T22:32:02.103Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-04T22:32:02.103Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-04T22:32:02.103Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-04T22:32:02.103Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-04T22:32:02.103Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-04T22:32:02.103Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-04T22:32:02.103Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-04T22:32:02.103Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-04T22:32:02.103Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-04T22:32:02.103Z++ case $OLD_SHELL_OPTS in
1232026-05-04T22:32:02.103Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-04T22:32:02.103Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-04T22:32:02.103Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-04T22:32:02.103Z+ banner prerequisites
1272026-05-04T22:32:02.106Z
1282026-05-04T22:32:02.106Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-04T22:32:02.106Z # # # # # # # # # # # # # # #
1302026-05-04T22:32:02.106Z # # # # ##### # # ##### # # # # # #### #
1312026-05-04T22:32:02.106Z ##### ##### # ##### # # # # # # # # #
1322026-05-04T22:32:02.106Z # # # # # # # # # # # # # # #
1332026-05-04T22:32:02.106Z # # # ###### # # ###### ### # #### # #### #
1342026-05-04T22:32:02.106Z
1352026-05-04T22:32:02.106Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-04T22:32:12.013Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-04T22:32:19.568Z Startup: Caching catalogs ... Done
1382026-05-04T22:32:26.306ZPlanning: Solver setup ... Done (5.265s)
1392026-05-04T22:32:26.343ZPlanning: Running solver ... Done (0.038s)
1402026-05-04T22:32:26.476ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-04T22:32:26.488ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-04T22:32:26.608ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-04T22:32:26.644ZPlanning: Package planning ... Done (0.036s)
1442026-05-04T22:32:26.680ZPlanning: Merging actions ... Done (0.036s)
1452026-05-04T22:32:26.859ZPlanning: Checking for conflicting actions ... Done (0.179s)
1462026-05-04T22:32:26.868ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-04T22:32:27.648ZPlanning: Evaluating mediators ... Done (0.780s)
1482026-05-04T22:32:27.660ZPlanning: Planning completed in 7.92 seconds
1492026-05-04T22:32:27.668Z Packages to install: 5
1502026-05-04T22:32:27.671Z Mediators to change: 3
1512026-05-04T22:32:27.672Z Services to change: 1
1522026-05-04T22:32:27.672Z Estimated space available: 155.35 GB
1532026-05-04T22:32:27.672ZEstimated space to be consumed: 1.90 GB
1542026-05-04T22:32:27.672Z Create boot environment: No
1552026-05-04T22:32:27.672ZCreate backup boot environment: No
1562026-05-04T22:32:27.672Z Rebuild boot archive: No
1572026-05-04T22:32:27.672Z
1582026-05-04T22:32:27.672ZChanged mediators:
1592026-05-04T22:32:27.672Z mediator clang:
1602026-05-04T22:32:27.672Z version: None -> 15 (system default)
1612026-05-04T22:32:27.672Z
1622026-05-04T22:32:27.672Z mediator llvm:
1632026-05-04T22:32:27.672Z version: 14 (system default) -> 15 (system default)
1642026-05-04T22:32:27.672Z
1652026-05-04T22:32:27.672Z mediator postgresql:
1662026-05-04T22:32:27.672Z version: 15 (system default) -> 18 (system default)
1672026-05-04T22:32:27.672Z
1682026-05-04T22:32:27.672ZChanged packages:
1692026-05-04T22:32:27.672Zhelios-dev
1702026-05-04T22:32:27.672Z developer/build-essential
1712026-05-04T22:32:27.672Z None -> 11-2.0
1722026-05-04T22:32:27.672Z library/libxmlsec1
1732026-05-04T22:32:27.673Z None -> 1.2.35-2.0
1742026-05-04T22:32:27.673Z ooce/developer/clang-15
1752026-05-04T22:32:27.673Z None -> 15.0.7-2.0
1762026-05-04T22:32:27.673Z ooce/developer/llvm-15
1772026-05-04T22:32:27.673Z None -> 15.0.7-2.0
1782026-05-04T22:32:27.673Z ooce/library/postgresql-18
1792026-05-04T22:32:27.673Z None -> 18.1-2.0
1802026-05-04T22:32:27.673Z
1812026-05-04T22:32:27.673ZServices:
1822026-05-04T22:32:27.673Z restart_fmri:
1832026-05-04T22:32:27.673Z svc:/system/update-man-index:default
1842026-05-04T22:32:27.713Z
1852026-05-04T22:32:27.713ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-04T22:32:32.714ZDownload: 3013/4272 items 121.3/219.0MB 55% complete (24.5M/s)
1872026-05-04T22:32:38.136ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (22.3M/s)
1882026-05-04T22:32:38.177ZDownload: Completed 218.99 MB in 10.46 seconds (20.9M/s)
1892026-05-04T22:32:38.336Z Actions: 1/4789 actions (Installing new actions)
1902026-05-04T22:32:41.657Z Actions: Completed 4789 actions in 3.32 seconds.
1912026-05-04T22:32:42.337Z Done (0.675s)
1922026-05-04T22:32:42.337Z Done (0.000s)
1932026-05-04T22:32:43.074Z Done (0.737s)
1942026-05-04T22:32:46.035Z Done (2.599s)
1952026-05-04T22:32:46.105Z Done (0.012s)
1962026-05-04T22:32:46.108Z Done (0.000s)
1972026-05-04T22:32:46.383Z Done (0.000s)
1982026-05-04T22:32:47.229ZPlanning: Evaluating mediator changes ... Done
1992026-05-04T22:32:47.337ZPlanning: Checking for conflicting actions ... Done
2002026-05-04T22:32:47.340ZPlanning: Consolidating action changes ... Done
2012026-05-04T22:32:47.500ZPlanning: Evaluating mediators ... Done
2022026-05-04T22:32:47.503ZPlanning: Planning completed in 0.27 seconds
2032026-05-04T22:32:47.520Z Mediators to change: 2
2042026-05-04T22:32:47.520Z Create boot environment: No
2052026-05-04T22:32:47.520ZCreate backup boot environment: No
2062026-05-04T22:32:47.594Z Done
2072026-05-04T22:32:47.595Z Done
2082026-05-04T22:32:48.215Z Done
2092026-05-04T22:32:50.727Z Done
2102026-05-04T22:32:50.800Z Done
2112026-05-04T22:32:50.803Z Done
2122026-05-04T22:32:50.959Z Done
2132026-05-04T22:32:51.220ZPlanning: Evaluating mediator changes ... Done
2142026-05-04T22:32:51.327ZPlanning: Checking for conflicting actions ... Done
2152026-05-04T22:32:51.332ZPlanning: Consolidating action changes ... Done
2162026-05-04T22:32:51.484ZPlanning: Evaluating mediators ... Done
2172026-05-04T22:32:51.487ZPlanning: Planning completed in 0.26 seconds
2182026-05-04T22:32:51.505Z Mediators to change: 1
2192026-05-04T22:32:51.505Z Create boot environment: No
2202026-05-04T22:32:51.505ZCreate backup boot environment: No
2212026-05-04T22:32:51.556Z Done
2222026-05-04T22:32:51.556Z Done
2232026-05-04T22:32:52.156Z Done
2242026-05-04T22:32:54.615Z Done
2252026-05-04T22:32:54.684Z Done
2262026-05-04T22:32:54.687Z Done
2272026-05-04T22:32:54.840Z Done
2282026-05-04T22:32:55.127ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-05-04T22:32:55.127Zclang system 15 system
2302026-05-04T22:32:55.127Zcsh system system illumos
2312026-05-04T22:32:55.127Zctags system system illumos
2322026-05-04T22:32:55.127Zfile system system illumos
2332026-05-04T22:32:55.127Zgcc vendor 12 vendor
2342026-05-04T22:32:55.127Zgcc system 14 system
2352026-05-04T22:32:55.127Zgcc system 10 system
2362026-05-04T22:32:55.127Zgo system 1.20 system
2372026-05-04T22:32:55.127Zgo system 1.19 system
2382026-05-04T22:32:55.127Zllvm system 15 system
2392026-05-04T22:32:55.127Zllvm system 14 system
2402026-05-04T22:32:55.127Zmariadb system 10.6 system
2412026-05-04T22:32:55.127Zmta vendor vendor dma
2422026-05-04T22:32:55.127Zopenjdk system 17 system
2432026-05-04T22:32:55.127Zopenjdk system 11 system
2442026-05-04T22:32:55.127Zopenjdk system 1.8 system
2452026-05-04T22:32:55.127Zopenssl vendor 3 vendor
2462026-05-04T22:32:55.127Zperl system 5.36 system
2472026-05-04T22:32:55.127Zpostgresql system 18 system
2482026-05-04T22:32:55.127Zpostgresql system 15 system
2492026-05-04T22:32:55.127Zpostgresql system 13 system
2502026-05-04T22:32:55.127Zpython vendor 3 vendor
2512026-05-04T22:32:55.128Zpython system 2 system
2522026-05-04T22:32:55.128Zpython3 system 3.11 system
2532026-05-04T22:32:55.128Zruby system 3.0 system
2542026-05-04T22:32:55.128Zwords vendor vendor american-english
2552026-05-04T22:32:55.128Zwords system system australian-english
2562026-05-04T22:32:55.128Zwords system system british-english
2572026-05-04T22:32:55.128Zwords system system canadian-english
2582026-05-04T22:32:55.128Zwords system system french
2592026-05-04T22:32:55.128Zwords system system italian
2602026-05-04T22:32:55.128Zwords system system ngerman
2612026-05-04T22:32:55.128Zwords system system ogerman
2622026-05-04T22:32:55.128Zwords system system spanish
2632026-05-04T22:32:55.351ZPUBLISHER TYPE STATUS P LOCATION
2642026-05-04T22:32:55.351Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-05-04T22:32:59.921ZFMRI IFO
2662026-05-04T22:32:59.921Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-05-04T22:32:59.921Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-05-04T22:32:59.921Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-05-04T22:32:59.921Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-05-04T22:32:59.921Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-05-04T22:32:59.921Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-05-04T22:32:59.921Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-05-04T22:32:59.921Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-05-04T22:32:59.921Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-05-04T22:32:59.921Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-05-04T22:32:59.921Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-05-04T22:32:59.921Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-05-04T22:32:59.921Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-05-04T22:32:59.921Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-05-04T22:32:59.921Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-05-04T22:32:59.921Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-05-04T22:32:59.921Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-05-04T22:33:01.060Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-05-04T22:33:01.341Z Updating crates.io index
2852026-05-04T22:33:01.343Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-05-04T22:33:01.920Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-05-04T22:33:02.223Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-05-04T22:33:02.820Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-05-04T22:33:03.556Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-05-04T22:33:04.067Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-04T22:33:05.415Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-05-04T22:33:06.323Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-05-04T22:33:06.672Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-05-04T22:33:07.381Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-05-04T22:33:07.796Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-05-04T22:33:08.114Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-05-04T22:33:08.448Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-05-04T22:33:09.661Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-05-04T22:33:10.152Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-05-04T22:33:10.519Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-05-04T22:33:10.772Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-05-04T22:33:11.323Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-05-04T22:33:11.601Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-05-04T22:33:11.836Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-05-04T22:33:12.100Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-05-04T22:33:12.486Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-05-04T22:33:12.839Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-05-04T22:33:13.375Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-05-04T22:33:13.703Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-05-04T22:33:14.251Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-05-04T22:33:15.228Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-05-04T22:33:15.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-05-04T22:33:16.311Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-05-04T22:33:16.857Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-05-04T22:33:17.297Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-05-04T22:33:17.674Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-05-04T22:33:18.003Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-05-04T22:33:18.357Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-05-04T22:33:18.868Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-05-04T22:33:19.175Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-05-04T22:33:19.414Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-05-04T22:33:19.782Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-05-04T22:33:31.681Z Downloading crates ...
3242026-05-04T22:33:31.745Z Downloaded itoa v1.0.17
3252026-05-04T22:33:31.748Z Downloaded idna_adapter v1.2.1
3262026-05-04T22:33:31.748Z Downloaded generic-array v0.14.7
3272026-05-04T22:33:31.751Z Downloaded usdt-impl v0.5.0
3282026-05-04T22:33:31.756Z Downloaded percent-encoding v2.3.2
3292026-05-04T22:33:31.758Z Downloaded usdt v0.5.0
3302026-05-04T22:33:31.758Z Downloaded zerovec-derive v0.11.2
3312026-05-04T22:33:31.758Z Downloaded cfg-if v1.0.4
3322026-05-04T22:33:31.761Z Downloaded cpufeatures v0.2.17
3332026-05-04T22:33:31.764Z Downloaded swrite v0.1.0
3342026-05-04T22:33:31.764Z Downloaded tinystr v0.8.2
3352026-05-04T22:33:31.766Z Downloaded smawk v0.3.2
3362026-05-04T22:33:31.766Z Downloaded dtrace-parser v0.2.0
3372026-05-04T22:33:31.766Z Downloaded zerocopy-derive v0.7.35
3382026-05-04T22:33:31.769Z Downloaded ordered-float v2.10.1
3392026-05-04T22:33:31.769Z Downloaded toml_datetime v0.6.11
3402026-05-04T22:33:31.773Z Downloaded errno v0.3.14
3412026-05-04T22:33:31.773Z Downloaded unicode-linebreak v0.1.5
3422026-05-04T22:33:31.773Z Downloaded typeid v1.0.3
3432026-05-04T22:33:31.776Z Downloaded toml_write v0.1.2
3442026-05-04T22:33:31.776Z Downloaded zerofrom-derive v0.1.6
3452026-05-04T22:33:31.776Z Downloaded utf8parse v0.2.2
3462026-05-04T22:33:31.776Z Downloaded thiserror v1.0.69
3472026-05-04T22:33:31.779Z Downloaded cargo_metadata v0.21.0
3482026-05-04T22:33:31.781Z Downloaded utf8_iter v1.0.4
3492026-05-04T22:33:31.781Z Downloaded dof v0.3.0
3502026-05-04T22:33:31.782Z Downloaded usdt-macro v0.5.0
3512026-05-04T22:33:31.782Z Downloaded anstyle v1.0.13
3522026-05-04T22:33:31.784Z Downloaded camino-tempfile v1.4.1
3532026-05-04T22:33:31.785Z Downloaded thread-id v4.2.2
3542026-05-04T22:33:31.785Z Downloaded anstyle-parse v0.2.7
3552026-05-04T22:33:31.787Z Downloaded anstyle-query v1.1.5
3562026-05-04T22:33:31.787Z Downloaded bytecount v0.6.9
3572026-05-04T22:33:31.787Z Downloaded synstructure v0.13.2
3582026-05-04T22:33:31.790Z Downloaded pest_generator v2.8.6
3592026-05-04T22:33:31.790Z Downloaded serde-untagged v0.1.9
3602026-05-04T22:33:31.790Z Downloaded thiserror-impl v2.0.18
3612026-05-04T22:33:31.793Z Downloaded heck v0.5.0
3622026-05-04T22:33:31.793Z Downloaded thiserror v2.0.18
3632026-05-04T22:33:31.796Z Downloaded yoke-derive v0.8.1
3642026-05-04T22:33:31.796Z Downloaded version_check v0.9.5
3652026-05-04T22:33:31.798Z Downloaded usdt-attr-macro v0.5.0
3662026-05-04T22:33:31.798Z Downloaded unicode-xid v0.2.6
3672026-05-04T22:33:31.798Z Downloaded serde_tokenstream v0.2.3
3682026-05-04T22:33:31.798Z Downloaded fnv v1.0.7
3692026-05-04T22:33:31.801Z Downloaded potential_utf v0.1.4
3702026-05-04T22:33:31.801Z Downloaded zerofrom v0.1.6
3712026-05-04T22:33:31.801Z Downloaded macaddr v1.0.1
3722026-05-04T22:33:31.804Z Downloaded memmap v0.7.0
3732026-05-04T22:33:31.806Z Downloaded form_urlencoded v1.2.2
3742026-05-04T22:33:31.806Z Downloaded fastrand v2.3.0
3752026-05-04T22:33:31.807Z Downloaded zmij v1.0.21
3762026-05-04T22:33:31.809Z Downloaded clap_lex v1.0.0
3772026-05-04T22:33:31.809Z Downloaded equivalent v1.0.2
3782026-05-04T22:33:31.812Z Downloaded yoke v0.8.1
3792026-05-04T22:33:31.812Z Downloaded thiserror-impl v1.0.69
3802026-05-04T22:33:31.815Z Downloaded writeable v0.6.2
3812026-05-04T22:33:31.817Z Downloaded semver v1.0.28
3822026-05-04T22:33:31.820Z Downloaded log v0.4.29
3832026-05-04T22:33:31.820Z Downloaded cargo-platform v0.2.0
3842026-05-04T22:33:31.820Z Downloaded proc-macro-error-attr v1.0.4
3852026-05-04T22:33:31.824Z Downloaded colorchoice v1.0.4
3862026-05-04T22:33:31.827Z Downloaded plain v0.2.3
3872026-05-04T22:33:31.827Z Downloaded heck v0.4.1
3882026-05-04T22:33:31.830Z Downloaded toml v0.8.23
3892026-05-04T22:33:31.830Z Downloaded textwrap v0.16.2
3902026-05-04T22:33:31.833Z Downloaded unicode-ident v1.0.24
3912026-05-04T22:33:31.836Z Downloaded stable_deref_trait v1.2.1
3922026-05-04T22:33:31.838Z Downloaded is_terminal_polyfill v1.70.2
3932026-05-04T22:33:31.841Z Downloaded zerotrie v0.2.3
3942026-05-04T22:33:31.844Z Downloaded tabled_derive v0.7.0
3952026-05-04T22:33:31.844Z Downloaded strsim v0.11.1
3962026-05-04T22:33:31.847Z Downloaded scroll_derive v0.12.1
3972026-05-04T22:33:31.847Z Downloaded block-buffer v0.10.4
3982026-05-04T22:33:31.847Z Downloaded typenum v1.19.0
3992026-05-04T22:33:31.850Z Downloaded toml_edit v0.22.27
4002026-05-04T22:33:31.852Z Downloaded serde-value v0.7.0
4012026-05-04T22:33:31.855Z Downloaded url v2.5.8
4022026-05-04T22:33:31.855Z Downloaded ucd-trie v0.1.7
4032026-05-04T22:33:31.858Z Downloaded pretty-hex v0.4.1
4042026-05-04T22:33:31.858Z Downloaded serde_spanned v0.6.9
4052026-05-04T22:33:31.861Z Downloaded tempfile v3.25.0
4062026-05-04T22:33:31.863Z Downloaded zerovec v0.11.5
4072026-05-04T22:33:31.866Z Downloaded displaydoc v0.2.5
4082026-05-04T22:33:31.868Z Downloaded erased-serde v0.4.9
4092026-05-04T22:33:31.869Z Downloaded cargo_toml v0.21.0
4102026-05-04T22:33:31.871Z Downloaded fs-err v3.3.0
4112026-05-04T22:33:31.874Z Downloaded clap_derive v4.5.55
4122026-05-04T22:33:31.874Z Downloaded cargo-util-schemas v0.8.2
4132026-05-04T22:33:31.877Z Downloaded zerocopy v0.7.35
4142026-05-04T22:33:31.884Z Downloaded winnow v0.7.14
4152026-05-04T22:33:31.889Z Downloaded terminal_size v0.4.3
4162026-05-04T22:33:31.891Z Downloaded anstream v0.6.21
4172026-05-04T22:33:31.891Z Downloaded bitflags v2.11.0
4182026-05-04T22:33:31.894Z Downloaded proc-macro-error v1.0.4
4192026-05-04T22:33:31.897Z Downloaded unicode-width v0.2.0
4202026-05-04T22:33:31.899Z Downloaded unicode-width v0.1.14
4212026-05-04T22:33:31.902Z Downloaded scroll v0.12.0
4222026-05-04T22:33:31.902Z Downloaded icu_properties v2.1.2
4232026-05-04T22:33:31.905Z Downloaded sha2 v0.10.9
4242026-05-04T22:33:31.905Z Downloaded serde_derive v1.0.228
4252026-05-04T22:33:31.908Z Downloaded byteorder v1.5.0
4262026-05-04T22:33:31.908Z Downloaded crypto-common v0.1.7
4272026-05-04T22:33:31.910Z Downloaded quote v1.0.45
4282026-05-04T22:33:31.910Z Downloaded autocfg v1.5.0
4292026-05-04T22:33:31.914Z Downloaded digest v0.10.7
4302026-05-04T22:33:31.917Z Downloaded icu_normalizer v2.1.1
4312026-05-04T22:33:31.923Z Downloaded pest_derive v2.8.6
4322026-05-04T22:33:31.926Z Downloaded once_cell v1.21.3
4332026-05-04T22:33:31.929Z Downloaded camino v1.2.2
4342026-05-04T22:33:31.929Z Downloaded litemap v0.8.1
4352026-05-04T22:33:31.932Z Downloaded anyhow v1.0.102
4362026-05-04T22:33:31.942Z Downloaded clap v4.5.60
4372026-05-04T22:33:31.946Z Downloaded icu_provider v2.1.1
4382026-05-04T22:33:31.949Z Downloaded icu_locale_core v2.1.1
4392026-05-04T22:33:31.953Z Downloaded num-traits v0.2.19
4402026-05-04T22:33:31.956Z Downloaded serde_core v1.0.228
4412026-05-04T22:33:31.958Z Downloaded papergrid v0.11.0
4422026-05-04T22:33:31.961Z Downloaded smallvec v1.15.1
4432026-05-04T22:33:31.964Z Downloaded getrandom v0.4.1
4442026-05-04T22:33:31.966Z Downloaded pest_meta v2.8.6
4452026-05-04T22:33:31.969Z Downloaded icu_normalizer_data v2.1.1
4462026-05-04T22:33:31.969Z Downloaded icu_collections v2.1.1
4472026-05-04T22:33:31.973Z Downloaded proc-macro2 v1.0.106
4482026-05-04T22:33:31.980Z Downloaded memchr v2.8.0
4492026-05-04T22:33:32.001Z Downloaded serde v1.0.228
4502026-05-04T22:33:32.008Z Downloaded indexmap v2.14.0
4512026-05-04T22:33:32.016Z Downloaded idna v1.1.0
4522026-05-04T22:33:32.019Z Downloaded hashbrown v0.17.0
4532026-05-04T22:33:32.041Z Downloaded pest v2.8.6
4542026-05-04T22:33:32.044Z Downloaded icu_properties_data v2.1.2
4552026-05-04T22:33:32.049Z Downloaded clap_builder v4.5.60
4562026-05-04T22:33:32.052Z Downloaded serde_json v1.0.149
4572026-05-04T22:33:32.058Z Downloaded goblin v0.8.2
4582026-05-04T22:33:32.065Z Downloaded tabled v0.15.0
4592026-05-04T22:33:32.075Z Downloaded syn v1.0.109
4602026-05-04T22:33:32.086Z Downloaded syn v2.0.117
4612026-05-04T22:33:32.100Z Downloaded rustix v1.1.3
4622026-05-04T22:33:32.127Z Downloaded libc v0.2.185
4632026-05-04T22:33:32.194Z Compiling proc-macro2 v1.0.106
4642026-05-04T22:33:32.194Z Compiling quote v1.0.45
4652026-05-04T22:33:32.194Z Compiling unicode-ident v1.0.24
4662026-05-04T22:33:32.194Z Compiling serde_core v1.0.228
4672026-05-04T22:33:32.194Z Compiling libc v0.2.185
4682026-05-04T22:33:32.194Z Compiling version_check v0.9.5
4692026-05-04T22:33:32.197Z Compiling memchr v2.8.0
4702026-05-04T22:33:32.197Z Compiling serde v1.0.228
4712026-05-04T22:33:32.530Z Compiling stable_deref_trait v1.2.1
4722026-05-04T22:33:32.608Z Compiling zmij v1.0.21
4732026-05-04T22:33:32.776Z Compiling itoa v1.0.17
4742026-05-04T22:33:32.840Z Compiling thiserror v1.0.69
4752026-05-04T22:33:32.959Z Compiling ucd-trie v0.1.7
4762026-05-04T22:33:33.068Z Compiling autocfg v1.5.0
4772026-05-04T22:33:33.170Z Compiling pest v2.8.6
4782026-05-04T22:33:33.187Z Compiling writeable v0.6.2
4792026-05-04T22:33:33.205Z Compiling litemap v0.8.1
4802026-05-04T22:33:33.321Z Compiling byteorder v1.5.0
4812026-05-04T22:33:33.389Z Compiling rustix v1.1.3
4822026-05-04T22:33:33.493Z Compiling icu_normalizer_data v2.1.1
4832026-05-04T22:33:33.691Z Compiling syn v2.0.117
4842026-05-04T22:33:33.694Z Compiling icu_properties_data v2.1.2
4852026-05-04T22:33:33.763Z Compiling errno v0.3.14
4862026-05-04T22:33:33.913Z Compiling bitflags v2.11.0
4872026-05-04T22:33:33.931Z Compiling serde_json v1.0.149
4882026-05-04T22:33:34.053Z Compiling num-traits v0.2.19
4892026-05-04T22:33:34.142Z Compiling equivalent v1.0.2
4902026-05-04T22:33:34.163Z Compiling typeid v1.0.3
4912026-05-04T22:33:34.235Z Compiling pest_meta v2.8.6
4922026-05-04T22:33:34.253Z Compiling smallvec v1.15.1
4932026-05-04T22:33:34.403Z Compiling hashbrown v0.17.0
4942026-05-04T22:33:34.602Z Compiling thread-id v4.2.2
4952026-05-04T22:33:34.643Z Compiling usdt-impl v0.5.0
4962026-05-04T22:33:34.681Z Compiling proc-macro-error-attr v1.0.4
4972026-05-04T22:33:34.698Z Compiling erased-serde v0.4.9
4982026-05-04T22:33:34.911Z Compiling toml_write v0.1.2
4992026-05-04T22:33:34.914Z Compiling winnow v0.7.14
5002026-05-04T22:33:35.019Z Compiling indexmap v2.14.0
5012026-05-04T22:33:35.067Z Compiling syn v1.0.109
5022026-05-04T22:33:35.559Z Compiling proc-macro-error v1.0.4
5032026-05-04T22:33:35.659Z Compiling utf8_iter v1.0.4
5042026-05-04T22:33:35.761Z Compiling log v0.4.29
5052026-05-04T22:33:35.822Z Compiling percent-encoding v2.3.2
5062026-05-04T22:33:35.886Z Compiling camino v1.2.2
5072026-05-04T22:33:35.950Z Compiling thiserror v2.0.18
5082026-05-04T22:33:35.968Z Compiling getrandom v0.4.1
5092026-05-04T22:33:36.029Z Compiling plain v0.2.3
5102026-05-04T22:33:36.078Z Compiling utf8parse v0.2.2
5112026-05-04T22:33:36.148Z Compiling form_urlencoded v1.2.2
5122026-05-04T22:33:36.204Z Compiling anstyle-parse v0.2.7
5132026-05-04T22:33:36.275Z Compiling ordered-float v2.10.1
5142026-05-04T22:33:36.326Z Compiling synstructure v0.13.2
5152026-05-04T22:33:36.344Z Compiling pest_generator v2.8.6
5162026-05-04T22:33:36.530Z Compiling terminal_size v0.4.3
5172026-05-04T22:33:36.675Z Compiling colorchoice v1.0.4
5182026-05-04T22:33:36.769Z Compiling cfg-if v1.0.4
5192026-05-04T22:33:36.801Z Compiling anstyle-query v1.1.5
5202026-05-04T22:33:36.850Z Compiling pretty-hex v0.4.1
5212026-05-04T22:33:36.890Z Compiling is_terminal_polyfill v1.70.2
5222026-05-04T22:33:36.908Z Compiling anstyle v1.0.13
5232026-05-04T22:33:36.943Z Compiling serde-untagged v0.1.9
5242026-05-04T22:33:37.057Z Compiling semver v1.0.28
5252026-05-04T22:33:37.097Z Compiling anstream v0.6.21
5262026-05-04T22:33:37.142Z Compiling fs-err v3.3.0
5272026-05-04T22:33:37.189Z Compiling bytecount v0.6.9
5282026-05-04T22:33:37.329Z Compiling clap_lex v1.0.0
5292026-05-04T22:33:37.355Z Compiling once_cell v1.21.3
5302026-05-04T22:33:37.390Z Compiling anyhow v1.0.102
5312026-05-04T22:33:37.409Z Compiling fnv v1.0.7
5322026-05-04T22:33:37.409Z Compiling heck v0.4.1
5332026-05-04T22:33:37.519Z Compiling heck v0.5.0
5342026-05-04T22:33:37.546Z Compiling unicode-xid v0.2.6
5352026-05-04T22:33:37.661Z Compiling unicode-width v0.1.14
5362026-05-04T22:33:37.678Z Compiling fastrand v2.3.0
5372026-05-04T22:33:37.696Z Compiling strsim v0.11.1
5382026-05-04T22:33:37.896Z Compiling papergrid v0.11.0
5392026-05-04T22:33:37.939Z Compiling clap_builder v4.5.60
5402026-05-04T22:33:37.957Z Compiling tempfile v3.25.0
5412026-05-04T22:33:38.012Z Compiling serde_derive v1.0.228
5422026-05-04T22:33:38.050Z Compiling zerofrom-derive v0.1.6
5432026-05-04T22:33:38.083Z Compiling yoke-derive v0.8.1
5442026-05-04T22:33:38.333Z Compiling zerovec-derive v0.11.2
5452026-05-04T22:33:38.502Z Compiling displaydoc v0.2.5
5462026-05-04T22:33:39.224Z Compiling thiserror-impl v1.0.69
5472026-05-04T22:33:39.242Z Compiling zerocopy-derive v0.7.35
5482026-05-04T22:33:39.301Z Compiling pest_derive v2.8.6
5492026-05-04T22:33:39.419Z Compiling zerofrom v0.1.6
5502026-05-04T22:33:39.419Z Compiling scroll_derive v0.12.1
5512026-05-04T22:33:39.554Z Compiling yoke v0.8.1
5522026-05-04T22:33:39.723Z Compiling thiserror-impl v2.0.18
5532026-05-04T22:33:39.800Z Compiling zerovec v0.11.5
5542026-05-04T22:33:40.164Z Compiling zerotrie v0.2.3
5552026-05-04T22:33:40.182Z Compiling zerocopy v0.7.35
5562026-05-04T22:33:40.318Z Compiling tinystr v0.8.2
5572026-05-04T22:33:40.475Z Compiling potential_utf v0.1.4
5582026-05-04T22:33:40.537Z Compiling icu_locale_core v2.1.1
5592026-05-04T22:33:40.636Z Compiling icu_collections v2.1.1
5602026-05-04T22:33:40.654Z Compiling dtrace-parser v0.2.0
5612026-05-04T22:33:40.737Z Compiling scroll v0.12.0
5622026-05-04T22:33:40.925Z Compiling tabled_derive v0.7.0
5632026-05-04T22:33:41.039Z Compiling goblin v0.8.2
5642026-05-04T22:33:41.125Z Compiling clap_derive v4.5.55
5652026-05-04T22:33:41.221Z Compiling icu_provider v2.1.1
5662026-05-04T22:33:41.410Z Compiling toml_datetime v0.6.11
5672026-05-04T22:33:41.432Z Compiling serde_spanned v0.6.9
5682026-05-04T22:33:41.465Z Compiling icu_normalizer v2.1.1
5692026-05-04T22:33:41.531Z Compiling icu_properties v2.1.2
5702026-05-04T22:33:41.549Z Compiling dof v0.3.0
5712026-05-04T22:33:41.585Z Compiling toml_edit v0.22.27
5722026-05-04T22:33:41.674Z Compiling serde_tokenstream v0.2.3
5732026-05-04T22:33:41.945Z Compiling serde-value v0.7.0
5742026-05-04T22:33:41.991Z Compiling cargo-platform v0.2.0
5752026-05-04T22:33:42.010Z Compiling memmap v0.7.0
5762026-05-04T22:33:42.198Z Compiling smawk v0.3.2
5772026-05-04T22:33:42.268Z Compiling unicode-linebreak v0.1.5
5782026-05-04T22:33:42.300Z Compiling unicode-width v0.2.0
5792026-05-04T22:33:42.344Z Compiling tabled v0.15.0
5802026-05-04T22:33:42.460Z Compiling idna_adapter v1.2.1
5812026-05-04T22:33:42.516Z Compiling usdt-attr-macro v0.5.0
5822026-05-04T22:33:42.581Z Compiling usdt-macro v0.5.0
5832026-05-04T22:33:42.608Z Compiling idna v1.1.0
5842026-05-04T22:33:42.629Z Compiling textwrap v0.16.2
5852026-05-04T22:33:42.879Z Compiling clap v4.5.60
5862026-05-04T22:33:42.972Z Compiling toml v0.8.23
5872026-05-04T22:33:43.109Z Compiling url v2.5.8
5882026-05-04T22:33:43.190Z Compiling macaddr v1.0.1
5892026-05-04T22:33:43.209Z Compiling camino-tempfile v1.4.1
5902026-05-04T22:33:43.417Z Compiling cargo_toml v0.21.0
5912026-05-04T22:33:43.600Z Compiling cargo-util-schemas v0.8.2
5922026-05-04T22:33:43.965Z Compiling swrite v0.1.0
5932026-05-04T22:33:44.071Z Compiling usdt v0.5.0
5942026-05-04T22:33:44.211Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-05-04T22:33:44.532Z Compiling cargo_metadata v0.21.0
5962026-05-04T22:33:45.486Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-05-04T22:33:47.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.68s
5982026-05-04T22:33:47.807Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-05-04T22:33:48.374Z Downloading crates ...
6002026-05-04T22:33:48.462Z Downloaded adler2 v2.0.1
6012026-05-04T22:33:48.470Z Downloaded castaway v0.2.4
6022026-05-04T22:33:48.473Z Downloaded blowfish v0.9.1
6032026-05-04T22:33:48.476Z Downloaded aes v0.8.4
6042026-05-04T22:33:48.479Z Downloaded aead v0.5.2
6052026-05-04T22:33:48.483Z Downloaded async-stream v0.3.6
6062026-05-04T22:33:48.486Z Downloaded curve25519-dalek-derive v0.1.1
6072026-05-04T22:33:48.488Z Downloaded crucible-workspace-hack v0.1.0
6082026-05-04T22:33:48.488Z Downloaded crc8 v0.1.1
6092026-05-04T22:33:48.488Z Downloaded cobs v0.3.0
6102026-05-04T22:33:48.491Z Downloaded cfg_aliases v0.2.1
6112026-05-04T22:33:48.491Z Downloaded cstr-argument v0.1.2
6122026-05-04T22:33:48.494Z Downloaded bit-set v0.5.3
6132026-05-04T22:33:48.497Z Downloaded cookie_store v0.22.1
6142026-05-04T22:33:48.501Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-05-04T22:33:48.506Z Downloaded ciborium-io v0.2.2
6162026-05-04T22:33:48.506Z Downloaded dirs-next v2.0.0
6172026-05-04T22:33:48.506Z Downloaded darling_macro v0.21.3
6182026-05-04T22:33:48.506Z Downloaded ctr v0.9.2
6192026-05-04T22:33:48.509Z Downloaded derive_builder_macro v0.20.2
6202026-05-04T22:33:48.509Z Downloaded float-cmp v0.10.0
6212026-05-04T22:33:48.509Z Downloaded console v0.15.11
6222026-05-04T22:33:48.511Z Downloaded cookie v0.18.1
6232026-05-04T22:33:48.512Z Downloaded bitflags v1.3.2
6242026-05-04T22:33:48.514Z Downloaded diesel-dtrace v0.5.0
6252026-05-04T22:33:48.517Z Downloaded csv-core v0.1.13
6262026-05-04T22:33:48.517Z Downloaded daft-derive v0.1.5
6272026-05-04T22:33:48.520Z Downloaded daft v0.1.5
6282026-05-04T22:33:48.523Z Downloaded ff v0.13.1
6292026-05-04T22:33:48.527Z Downloaded darling_macro v0.20.11
6302026-05-04T22:33:48.527Z Downloaded crc-catalog v2.4.0
6312026-05-04T22:33:48.527Z Downloaded darling v0.20.11
6322026-05-04T22:33:48.530Z Downloaded crc32fast v1.5.0
6332026-05-04T22:33:48.533Z Downloaded dunce v1.0.5
6342026-05-04T22:33:48.536Z Downloaded debug-ignore v1.0.5
6352026-05-04T22:33:48.536Z Downloaded crc v3.4.0
6362026-05-04T22:33:48.539Z Downloaded array-init v0.0.4
6372026-05-04T22:33:48.539Z Downloaded darling v0.21.3
6382026-05-04T22:33:48.542Z Downloaded fatfs v0.3.6
6392026-05-04T22:33:48.545Z Downloaded endian-type v0.1.2
6402026-05-04T22:33:48.545Z Downloaded elliptic-curve v0.13.8
6412026-05-04T22:33:48.545Z Downloaded bb8 v0.8.6
6422026-05-04T22:33:48.548Z Downloaded dirs-sys-next v0.1.2
6432026-05-04T22:33:48.548Z Downloaded derive_builder_core v0.20.2
6442026-05-04T22:33:48.551Z Downloaded cexpr v0.6.0
6452026-05-04T22:33:48.551Z Downloaded env_filter v1.0.0
6462026-05-04T22:33:48.554Z Downloaded ciborium-ll v0.2.2
6472026-05-04T22:33:48.554Z Downloaded async-stream-impl v0.3.6
6482026-05-04T22:33:48.554Z Downloaded assert_matches v1.5.0
6492026-05-04T22:33:48.554Z Downloaded enum-as-inner v0.6.1
6502026-05-04T22:33:48.557Z Downloaded embedded-io v0.4.0
6512026-05-04T22:33:48.557Z Downloaded bitfield-macros v0.19.4
6522026-05-04T22:33:48.557Z Downloaded difflib v0.4.0
6532026-05-04T22:33:48.560Z Downloaded defmt v0.3.100
6542026-05-04T22:33:48.560Z Downloaded block-padding v0.3.3
6552026-05-04T22:33:48.560Z Downloaded compression-core v0.4.31
6562026-05-04T22:33:48.560Z Downloaded cargo-platform v0.1.9
6572026-05-04T22:33:48.562Z Downloaded camino-tempfile-ext v0.3.3
6582026-05-04T22:33:48.562Z Downloaded bcrypt-pbkdf v0.10.0
6592026-05-04T22:33:48.563Z Downloaded atty v0.2.14
6602026-05-04T22:33:48.565Z Downloaded cpufeatures v0.3.0
6612026-05-04T22:33:48.565Z Downloaded ed25519-dalek v2.2.0
6622026-05-04T22:33:48.568Z Downloaded convert_case v0.4.0
6632026-05-04T22:33:48.568Z Downloaded defmt-parser v1.0.0
6642026-05-04T22:33:48.571Z Downloaded convert_case v0.10.0
6652026-05-04T22:33:48.572Z Downloaded async-recursion v1.1.1
6662026-05-04T22:33:48.575Z Downloaded document-features v0.2.12
6672026-05-04T22:33:48.575Z Downloaded fixedbitset v0.4.2
6682026-05-04T22:33:48.579Z Downloaded dtrace-parser v0.3.0
6692026-05-04T22:33:48.579Z Downloaded ascii-canvas v3.0.0
6702026-05-04T22:33:48.581Z Downloaded dropshot-api-manager-types v0.7.1
6712026-05-04T22:33:48.582Z Downloaded funty v2.0.0
6722026-05-04T22:33:48.585Z Downloaded bitfield-struct v0.6.2
6732026-05-04T22:33:48.585Z Downloaded arrayref v0.3.9
6742026-05-04T22:33:48.589Z Downloaded embedded-io v0.6.1
6752026-05-04T22:33:48.592Z Downloaded dsl_auto_type v0.2.0
6762026-05-04T22:33:48.592Z Downloaded crunchy v0.2.4
6772026-05-04T22:33:48.592Z Downloaded base16ct v0.2.0
6782026-05-04T22:33:48.595Z Downloaded display-error-chain v0.2.2
6792026-05-04T22:33:48.595Z Downloaded der_derive v0.7.3
6802026-05-04T22:33:48.595Z Downloaded foreign-types-shared v0.3.1
6812026-05-04T22:33:48.595Z Downloaded atomic-waker v1.1.2
6822026-05-04T22:33:48.599Z Downloaded foreign-types v0.5.0
6832026-05-04T22:33:48.601Z Downloaded dyn-clone v1.0.20
6842026-05-04T22:33:48.601Z Downloaded fxhash v0.2.1
6852026-05-04T22:33:48.604Z Downloaded foreign-types-shared v0.1.1
6862026-05-04T22:33:48.604Z Downloaded foreign-types-macros v0.2.3
6872026-05-04T22:33:48.604Z Downloaded fd-lock v4.0.4
6882026-05-04T22:33:48.607Z Downloaded foreign-types v0.3.2
6892026-05-04T22:33:48.607Z Downloaded downcast-rs v2.0.2
6902026-05-04T22:33:48.607Z Downloaded darling_macro v0.23.0
6912026-05-04T22:33:48.607Z Downloaded cfg_aliases v0.1.1
6922026-05-04T22:33:48.610Z Downloaded futures-macro v0.3.32
6932026-05-04T22:33:48.610Z Downloaded foldhash v0.2.0
6942026-05-04T22:33:48.613Z Downloaded futures-sink v0.3.32
6952026-05-04T22:33:48.613Z Downloaded fallible-iterator v0.2.0
6962026-05-04T22:33:48.613Z Downloaded futures-io v0.3.32
6972026-05-04T22:33:48.615Z Downloaded darling v0.23.0
6982026-05-04T22:33:48.618Z Downloaded constant_time_eq v0.4.2
6992026-05-04T22:33:48.621Z Downloaded corncobs v0.1.4
7002026-05-04T22:33:48.621Z Downloaded float-ord v0.3.2
7012026-05-04T22:33:48.621Z Downloaded dof v0.4.0
7022026-05-04T22:33:48.623Z Downloaded flagset v0.4.7
7032026-05-04T22:33:48.623Z Downloaded cassowary v0.3.0
7042026-05-04T22:33:48.623Z Downloaded cbc v0.1.2
7052026-05-04T22:33:48.627Z Downloaded backoff v0.4.0
7062026-05-04T22:33:48.627Z Downloaded cipher v0.4.4
7072026-05-04T22:33:48.627Z Downloaded async-trait v0.1.89
7082026-05-04T22:33:48.630Z Downloaded atomicwrites v0.4.4
7092026-05-04T22:33:48.632Z Downloaded const_format_proc_macros v0.2.34
7102026-05-04T22:33:48.632Z Downloaded ghash v0.5.1
7112026-05-04T22:33:48.635Z Downloaded gethostname v0.5.0
7122026-05-04T22:33:48.635Z Downloaded cc v1.2.56
7132026-05-04T22:33:48.639Z Downloaded hash32 v0.2.1
7142026-05-04T22:33:48.639Z Downloaded blake2 v0.10.6
7152026-05-04T22:33:48.642Z Downloaded headers-core v0.3.0
7162026-05-04T22:33:48.642Z Downloaded futures-task v0.3.32
7172026-05-04T22:33:48.642Z Downloaded hex-literal v0.4.1
7182026-05-04T22:33:48.642Z Downloaded hex v0.4.3
7192026-05-04T22:33:48.642Z Downloaded hash32 v0.3.1
7202026-05-04T22:33:48.645Z Downloaded cargo_metadata v0.19.2
7212026-05-04T22:33:48.645Z Downloaded hostname v0.3.1
7222026-05-04T22:33:48.647Z Downloaded hostname v0.4.2
7232026-05-04T22:33:48.647Z Downloaded ecdsa v0.16.9
7242026-05-04T22:33:48.650Z Downloaded data-encoding v2.10.0
7252026-05-04T22:33:48.650Z Downloaded home v0.5.12
7262026-05-04T22:33:48.650Z Downloaded fixedbitset v0.5.7
7272026-05-04T22:33:48.652Z Downloaded compression-codecs v0.4.37
7282026-05-04T22:33:48.655Z Downloaded cmake v0.1.57
7292026-05-04T22:33:48.655Z Downloaded ena v0.14.4
7302026-05-04T22:33:48.655Z Downloaded bit-vec v0.8.0
7312026-05-04T22:33:48.658Z Downloaded erased-serde v0.3.31
7322026-05-04T22:33:48.658Z Downloaded crossbeam-deque v0.8.6
7332026-05-04T22:33:48.661Z Downloaded base64ct v1.8.3
7342026-05-04T22:33:48.661Z Downloaded http-body v1.0.1
7352026-05-04T22:33:48.661Z Downloaded arrayvec v0.7.6
7362026-05-04T22:33:48.664Z Downloaded critical-section v1.2.0
7372026-05-04T22:33:48.664Z Downloaded chacha20 v0.9.1
7382026-05-04T22:33:48.666Z Downloaded argon2 v0.5.3
7392026-05-04T22:33:48.666Z Downloaded futures-core v0.3.32
7402026-05-04T22:33:48.669Z Downloaded buf-list v1.1.2
7412026-05-04T22:33:48.669Z Downloaded bitfield v0.19.4
7422026-05-04T22:33:48.669Z Downloaded futures-executor v0.3.32
7432026-05-04T22:33:48.672Z Downloaded httpdate v1.0.3
7442026-05-04T22:33:48.672Z Downloaded derive-ex v0.1.8
7452026-05-04T22:33:48.672Z Downloaded either v1.15.0
7462026-05-04T22:33:48.676Z Downloaded diff v0.1.13
7472026-05-04T22:33:48.676Z Downloaded derive_more v0.99.20
7482026-05-04T22:33:48.678Z Downloaded chacha20 v0.10.0
7492026-05-04T22:33:48.681Z Downloaded hyper-tls v0.6.0
7502026-05-04T22:33:48.681Z Downloaded glob v0.3.3
7512026-05-04T22:33:48.684Z Downloaded git-stub-vcs v0.1.0
7522026-05-04T22:33:48.684Z Downloaded base64 v0.21.7
7532026-05-04T22:33:48.686Z Downloaded indent_write v2.2.0
7542026-05-04T22:33:48.686Z Downloaded hubpack_derive v0.1.1
7552026-05-04T22:33:48.689Z Downloaded indoc v1.0.9
7562026-05-04T22:33:48.689Z Downloaded ident_case v1.0.1
7572026-05-04T22:33:48.689Z Downloaded async-bb8-diesel v0.2.1
7582026-05-04T22:33:48.692Z Downloaded ciborium v0.2.2
7592026-05-04T22:33:48.692Z Downloaded fs_extra v1.3.0
7602026-05-04T22:33:48.695Z Downloaded git-stub v1.0.0
7612026-05-04T22:33:48.695Z Downloaded hubpack v0.1.2
7622026-05-04T22:33:48.695Z Downloaded globwalk v0.9.1
7632026-05-04T22:33:48.698Z Downloaded find-msvc-tools v0.1.9
7642026-05-04T22:33:48.698Z Downloaded ed25519 v2.2.3
7652026-05-04T22:33:48.700Z Downloaded globset v0.4.18
7662026-05-04T22:33:48.701Z Downloaded http-range v0.1.5
7672026-05-04T22:33:48.701Z Downloaded console v0.16.2
7682026-05-04T22:33:48.703Z Downloaded bzip2 v0.4.4
7692026-05-04T22:33:48.703Z Downloaded instant v0.1.13
7702026-05-04T22:33:48.706Z Downloaded group v0.13.0
7712026-05-04T22:33:48.706Z Downloaded instability v0.3.11
7722026-05-04T22:33:48.706Z Downloaded cancel-safe-futures v0.1.5
7732026-05-04T22:33:48.709Z Downloaded is_ci v1.2.0
7742026-05-04T22:33:48.709Z Downloaded is-terminal v0.4.17
7752026-05-04T22:33:48.711Z Downloaded keccak v0.1.6
7762026-05-04T22:33:48.711Z Downloaded internet-checksum v0.2.1
7772026-05-04T22:33:48.711Z Downloaded inout v0.1.4
7782026-05-04T22:33:48.711Z Downloaded foldhash v0.1.5
7792026-05-04T22:33:48.714Z Downloaded drift v0.1.3
7802026-05-04T22:33:48.716Z Downloaded filetime v0.2.27
7812026-05-04T22:33:48.716Z Downloaded bcs v0.1.6
7822026-05-04T22:33:48.719Z Downloaded backon v1.6.0
7832026-05-04T22:33:48.722Z Downloaded des v0.8.1
7842026-05-04T22:33:48.722Z Downloaded crossbeam-utils v0.8.21
7852026-05-04T22:33:48.725Z Downloaded byte-wrapper v0.1.0
7862026-05-04T22:33:48.725Z Downloaded bzip2 v0.6.1
7872026-05-04T22:33:48.725Z Downloaded deranged v0.5.8
7882026-05-04T22:33:48.728Z Downloaded fs-err v2.11.0
7892026-05-04T22:33:48.728Z Downloaded const-oid v0.9.6
7902026-05-04T22:33:48.731Z Downloaded http-body-util v0.1.3
7912026-05-04T22:33:48.731Z Downloaded colored v2.2.0
7922026-05-04T22:33:48.734Z Downloaded clang-sys v1.8.1
7932026-05-04T22:33:48.734Z Downloaded kstat-rs v0.2.4
7942026-05-04T22:33:48.736Z Downloaded defmt-macros v1.0.1
7952026-05-04T22:33:48.736Z Downloaded lazy_static v1.5.0
7962026-05-04T22:33:48.739Z Downloaded futures-channel v0.3.32
7972026-05-04T22:33:48.739Z Downloaded bit-vec v0.6.3
7982026-05-04T22:33:48.742Z Downloaded humantime v2.3.0
7992026-05-04T22:33:48.742Z Downloaded defmt v1.0.1
8002026-05-04T22:33:48.744Z Downloaded hyper-staticfile v0.10.1
8012026-05-04T22:33:48.745Z Downloaded highway v1.3.0
8022026-05-04T22:33:48.747Z Downloaded libscf-sys v1.1.0
8032026-05-04T22:33:48.747Z Downloaded bit-set v0.8.0
8042026-05-04T22:33:48.750Z Downloaded lru-cache v0.1.2
8052026-05-04T22:33:48.753Z Downloaded lru-slab v0.1.2
8062026-05-04T22:33:48.755Z Downloaded match_cfg v0.1.0
8072026-05-04T22:33:48.756Z Downloaded maplit v1.0.2
8082026-05-04T22:33:48.756Z Downloaded linked-hash-map v0.5.6
8092026-05-04T22:33:48.756Z Downloaded new_debug_unreachable v1.0.6
8102026-05-04T22:33:48.758Z Downloaded md5 v0.7.0
8112026-05-04T22:33:48.758Z Downloaded mime v0.3.17
8122026-05-04T22:33:48.758Z Downloaded newline-converter v0.3.0
8132026-05-04T22:33:48.761Z Downloaded memoffset v0.9.1
8142026-05-04T22:33:48.761Z Downloaded managed v0.8.0
8152026-05-04T22:33:48.761Z Downloaded md-5 v0.10.6
8162026-05-04T22:33:48.761Z Downloaded maybe-uninit v2.0.0
8172026-05-04T22:33:48.764Z Downloaded bytes v1.11.1
8182026-05-04T22:33:48.767Z Downloaded crossterm v0.29.0
8192026-05-04T22:33:48.769Z Downloaded derive_builder v0.20.2
8202026-05-04T22:33:48.772Z Downloaded lalrpop-util v0.19.12
8212026-05-04T22:33:48.772Z Downloaded ingot-types v0.1.2
8222026-05-04T22:33:48.775Z Downloaded ingot v0.1.1
8232026-05-04T22:33:48.775Z Downloaded lzss v0.8.2
8242026-05-04T22:33:48.775Z Downloaded lru v0.12.5
8252026-05-04T22:33:48.779Z Downloaded newtype_derive v0.1.6
8262026-05-04T22:33:48.781Z Downloaded newtype-uuid-macros v0.1.0
8272026-05-04T22:33:48.781Z Downloaded indoc v2.0.7
8282026-05-04T22:33:48.784Z Downloaded normalize-line-endings v0.3.0
8292026-05-04T22:33:48.784Z Downloaded nibble_vec v0.1.0
8302026-05-04T22:33:48.784Z Downloaded env_logger v0.11.9
8312026-05-04T22:33:48.787Z Downloaded getrandom v0.2.17
8322026-05-04T22:33:48.790Z Downloaded ipnetwork v0.21.1
8332026-05-04T22:33:48.790Z Downloaded jobserver v0.1.34
8342026-05-04T22:33:48.792Z Downloaded num v0.4.3
8352026-05-04T22:33:48.792Z Downloaded crc-any v2.5.0
8362026-05-04T22:33:48.792Z Downloaded colored v3.1.1
8372026-05-04T22:33:48.795Z Downloaded num-derive v0.4.2
8382026-05-04T22:33:48.795Z Downloaded num-conv v0.2.0
8392026-05-04T22:33:48.798Z Downloaded nodrop v0.1.14
8402026-05-04T22:33:48.798Z Downloaded ipnet v2.11.0
8412026-05-04T22:33:48.798Z Downloaded num-iter v0.1.45
8422026-05-04T22:33:48.800Z Downloaded num_threads v0.1.7
8432026-05-04T22:33:48.804Z Downloaded dropshot_endpoint v0.16.7
8442026-05-04T22:33:48.807Z Downloaded derive-where v1.6.0
8452026-05-04T22:33:48.810Z Downloaded opaque-debug v0.3.1
8462026-05-04T22:33:48.810Z Downloaded olpc-cjson v0.1.4
8472026-05-04T22:33:48.813Z Downloaded num_enum_derive v0.5.11
8482026-05-04T22:33:48.813Z Downloaded allocator-api2 v0.2.21
8492026-05-04T22:33:48.816Z Downloaded libloading v0.8.9
8502026-05-04T22:33:48.816Z Downloaded openssl-probe v0.2.1
8512026-05-04T22:33:48.816Z Downloaded libefi-sys v0.1.0
8522026-05-04T22:33:48.818Z Downloaded openssl-probe v0.1.6
8532026-05-04T22:33:48.818Z Downloaded openssl-macros v0.1.1
8542026-05-04T22:33:48.818Z Downloaded libsw-core v0.3.2
8552026-05-04T22:33:48.821Z Downloaded oso-derive v0.27.3
8562026-05-04T22:33:48.821Z Downloaded hyper-rustls v0.27.7
8572026-05-04T22:33:48.824Z Downloaded multimap v0.10.1
8582026-05-04T22:33:48.824Z Downloaded mime_guess v2.0.5
8592026-05-04T22:33:48.824Z Downloaded libsw v3.5.0
8602026-05-04T22:33:48.826Z Downloaded impl-trait-for-tuples v0.2.3
8612026-05-04T22:33:48.826Z Downloaded native-tls v0.2.18
8622026-05-04T22:33:48.829Z Downloaded linear-map v1.2.0
8632026-05-04T22:33:48.830Z Downloaded iana-time-zone v0.1.65
8642026-05-04T22:33:48.833Z Downloaded packed_struct_codegen v0.10.1
8652026-05-04T22:33:48.833Z Downloaded futures v0.3.32
8662026-05-04T22:33:48.835Z Downloaded chacha20poly1305 v0.10.1
8672026-05-04T22:33:48.838Z Downloaded newtype-uuid v1.3.2
8682026-05-04T22:33:48.838Z Downloaded half v1.8.3
8692026-05-04T22:33:48.838Z Downloaded nanorand v0.7.0
8702026-05-04T22:33:48.840Z Downloaded dropshot_endpoint v0.17.0
8712026-05-04T22:33:48.843Z Downloaded half v2.7.1
8722026-05-04T22:33:48.846Z Downloaded parse-size v1.1.0
8732026-05-04T22:33:48.846Z Downloaded hmac v0.12.1
8742026-05-04T22:33:48.846Z Downloaded darling_core v0.23.0
8752026-05-04T22:33:48.848Z Downloaded multer v3.1.0
8762026-05-04T22:33:48.851Z Downloaded path-slash v0.1.5
8772026-05-04T22:33:48.851Z Downloaded nonempty v0.12.0
8782026-05-04T22:33:48.854Z Downloaded ingot-macros v0.1.1
8792026-05-04T22:33:48.854Z Downloaded darling_core v0.21.3
8802026-05-04T22:33:48.856Z Downloaded phf_shared v0.13.1
8812026-05-04T22:33:48.856Z Downloaded der v0.7.10
8822026-05-04T22:33:48.859Z Downloaded num_enum_derive v0.7.5
8832026-05-04T22:33:48.862Z Downloaded num_enum v0.7.5
8842026-05-04T22:33:48.864Z Downloaded num-derive v0.3.3
8852026-05-04T22:33:48.864Z Downloaded nu-ansi-term v0.50.3
8862026-05-04T22:33:48.867Z Downloaded flume v0.11.1
8872026-05-04T22:33:48.869Z Downloaded compact_str v0.8.1
8882026-05-04T22:33:48.872Z Downloaded pin-utils v0.1.0
8892026-05-04T22:33:48.872Z Downloaded crypto-bigint v0.5.5
8902026-05-04T22:33:48.875Z Downloaded phf_shared v0.12.1
8912026-05-04T22:33:48.878Z Downloaded peg-runtime v0.8.5
8922026-05-04T22:33:48.878Z Downloaded pbkdf2 v0.11.0
8932026-05-04T22:33:48.878Z Downloaded memmap2 v0.9.10
8942026-05-04T22:33:48.893Z Downloaded precomputed-hash v0.1.1
8952026-05-04T22:33:48.896Z Downloaded darling_core v0.20.11
8962026-05-04T22:33:48.898Z Downloaded crossbeam-epoch v0.9.18
8972026-05-04T22:33:48.899Z Downloaded powerfmt v0.2.0
8982026-05-04T22:33:48.901Z Downloaded oxnet v0.1.4
8992026-05-04T22:33:48.901Z Downloaded indexmap v1.9.3
9002026-05-04T22:33:48.904Z Downloaded ignore v0.4.25
9012026-05-04T22:33:48.904Z Downloaded heapless v0.8.0
9022026-05-04T22:33:48.907Z Downloaded num-rational v0.4.2
9032026-05-04T22:33:48.907Z Downloaded httparse v1.10.1
9042026-05-04T22:33:48.909Z Downloaded predicates-core v1.0.10
9052026-05-04T22:33:48.909Z Downloaded paste v1.0.15
9062026-05-04T22:33:48.912Z Downloaded packed_struct v0.10.1
9072026-05-04T22:33:48.912Z Downloaded oxide-tokio-rt v0.1.4
9082026-05-04T22:33:48.914Z Downloaded owo-colors v4.3.0
9092026-05-04T22:33:48.915Z Downloaded proc-macro-crate v3.4.0
9102026-05-04T22:33:48.917Z Downloaded proc-macro-crate v1.3.1
9112026-05-04T22:33:48.917Z Downloaded predicates-tree v1.0.13
9122026-05-04T22:33:48.917Z Downloaded phf_shared v0.11.3
9132026-05-04T22:33:48.920Z Downloaded phf v0.13.1
9142026-05-04T22:33:48.920Z Downloaded progenitor-client v0.14.0
9152026-05-04T22:33:48.920Z Downloaded phf v0.12.1
9162026-05-04T22:33:48.923Z Downloaded progenitor-macro v0.10.0
9172026-05-04T22:33:48.923Z Downloaded headers v0.4.1
9182026-05-04T22:33:48.926Z Downloaded flate2 v1.1.9
9192026-05-04T22:33:48.929Z Downloaded omicron-zone-package v0.12.2
9202026-05-04T22:33:48.931Z Downloaded pin-project-lite v0.2.17
9212026-05-04T22:33:48.934Z Downloaded peg v0.8.5
9222026-05-04T22:33:48.937Z Downloaded progenitor-macro v0.13.0
9232026-05-04T22:33:48.937Z Downloaded quick-error v1.2.3
9242026-05-04T22:33:48.937Z Downloaded base64 v0.22.1
9252026-05-04T22:33:48.939Z Downloaded progenitor-client v0.11.2
9262026-05-04T22:33:48.942Z Downloaded proc-macro-error-attr2 v2.0.0
9272026-05-04T22:33:48.942Z Downloaded password-hash v0.5.0
9282026-05-04T22:33:48.942Z Downloaded peg-macros v0.8.5
9292026-05-04T22:33:48.945Z Downloaded litrs v1.0.0
9302026-05-04T22:33:48.945Z Downloaded libbz2-rs-sys v0.2.2
9312026-05-04T22:33:48.948Z Downloaded ar_archive_writer v0.5.1
9322026-05-04T22:33:48.950Z Downloaded psl-types v2.0.11
9332026-05-04T22:33:48.950Z Downloaded pkg-config v0.3.32
9342026-05-04T22:33:48.950Z Downloaded rand_chacha v0.3.1
9352026-05-04T22:33:48.953Z Downloaded const_format v0.2.35
9362026-05-04T22:33:48.953Z Downloaded async-compression v0.4.41
9372026-05-04T22:33:48.957Z Downloaded progenitor-macro v0.14.0
9382026-05-04T22:33:48.960Z Downloaded password-hash v0.4.2
9392026-05-04T22:33:48.960Z Downloaded progenitor-client v0.10.0
9402026-05-04T22:33:48.963Z Downloaded postgres-protocol v0.6.10
9412026-05-04T22:33:48.963Z Downloaded heapless v0.7.17
9422026-05-04T22:33:48.965Z Downloaded pkcs8 v0.10.2
9432026-05-04T22:33:48.965Z Downloaded pin-project-internal v1.1.11
9442026-05-04T22:33:48.968Z Downloaded pem-rfc7468 v0.7.0
9452026-05-04T22:33:48.968Z Downloaded lock_api v0.4.14
9462026-05-04T22:33:48.970Z Downloaded pbkdf2 v0.12.2
9472026-05-04T22:33:48.971Z Downloaded recursive-proc-macro-impl v0.1.1
9482026-05-04T22:33:48.971Z Downloaded diesel_derives v2.3.7
9492026-05-04T22:33:48.973Z Downloaded rand_xorshift v0.4.0
9502026-05-04T22:33:48.976Z Downloaded recursive v0.1.1
9512026-05-04T22:33:48.976Z Downloaded poly1305 v0.8.0
9522026-05-04T22:33:48.979Z Downloaded ref-cast-impl v1.0.25
9532026-05-04T22:33:48.979Z Downloaded ref-cast v1.0.25
9542026-05-04T22:33:48.981Z Downloaded progenitor v0.10.0
9552026-05-04T22:33:48.984Z Downloaded proc-macro-error2 v2.0.1
9562026-05-04T22:33:48.984Z Downloaded derive_more-impl v2.1.1
9572026-05-04T22:33:48.987Z Downloaded primeorder v0.13.6
9582026-05-04T22:33:48.987Z Downloaded ppv-lite86 v0.2.21
9592026-05-04T22:33:48.989Z Downloaded parking_lot v0.12.5
9602026-05-04T22:33:48.989Z Downloaded progenitor v0.13.0
9612026-05-04T22:33:48.992Z Downloaded hickory-resolver v0.25.2
9622026-05-04T22:33:48.994Z Downloaded hickory-resolver v0.24.4
9632026-05-04T22:33:48.994Z Downloaded parking_lot v0.11.2
9642026-05-04T22:33:48.997Z Downloaded psm v0.1.30
9652026-05-04T22:33:49.000Z Downloaded rfc6979 v0.4.0
9662026-05-04T22:33:49.000Z Downloaded progenitor-macro v0.11.2
9672026-05-04T22:33:49.000Z Downloaded progenitor v0.14.0
9682026-05-04T22:33:49.003Z Downloaded parse-display-derive v0.10.0
9692026-05-04T22:33:49.003Z Downloaded parking_lot_core v0.9.12
9702026-05-04T22:33:49.003Z Downloaded parking_lot_core v0.8.6
9712026-05-04T22:33:49.006Z Downloaded rtoolbox v0.0.3
9722026-05-04T22:33:49.006Z Downloaded progenitor-extras v0.2.0
9732026-05-04T22:33:49.006Z Downloaded progenitor-client v0.13.0
9742026-05-04T22:33:49.009Z Downloaded rustc-hash v2.1.1
9752026-05-04T22:33:49.009Z Downloaded rustc_version v0.1.7
9762026-05-04T22:33:49.009Z Downloaded russh-cryptovec v0.7.3
9772026-05-04T22:33:49.009Z Downloaded derive_more v2.1.1
9782026-05-04T22:33:49.015Z Downloaded bumpalo v3.20.2
9792026-05-04T22:33:49.018Z Downloaded pem v3.0.6
9802026-05-04T22:33:49.018Z Downloaded radium v0.7.0
9812026-05-04T22:33:49.021Z Downloaded r2d2 v0.8.10
9822026-05-04T22:33:49.021Z Downloaded num_enum v0.5.11
9832026-05-04T22:33:49.023Z Downloaded num-complex v0.4.6
9842026-05-04T22:33:49.026Z Downloaded arc-swap v1.8.2
9852026-05-04T22:33:49.026Z Downloaded ahash v0.8.12
9862026-05-04T22:33:49.028Z Downloaded pkcs5 v0.7.1
9872026-05-04T22:33:49.031Z Downloaded rand_seeder v0.4.0
9882026-05-04T22:33:49.031Z Downloaded postgres-types v0.2.12
9892026-05-04T22:33:49.034Z Downloaded sapling-renderdag v0.1.0
9902026-05-04T22:33:49.034Z Downloaded predicates v3.1.4
9912026-05-04T22:33:49.037Z Downloaded rand_core v0.10.0
9922026-05-04T22:33:49.039Z Downloaded rand_chacha v0.9.0
9932026-05-04T22:33:49.039Z Downloaded expectorate v1.2.0
9942026-05-04T22:33:49.039Z Downloaded rand_core v0.9.5
9952026-05-04T22:33:49.042Z Downloaded rand_core v0.6.4
9962026-05-04T22:33:49.042Z Downloaded postcard v1.1.3
9972026-05-04T22:33:49.045Z Downloaded scheduled-thread-pool v0.2.7
9982026-05-04T22:33:49.045Z Downloaded same-file v1.0.6
9992026-05-04T22:33:49.045Z Downloaded salsa20 v0.10.2
10002026-05-04T22:33:49.045Z Downloaded pkcs1 v0.7.5
10012026-05-04T22:33:49.048Z Downloaded num-integer v0.1.46
10022026-05-04T22:33:49.048Z Downloaded crossterm v0.28.1
10032026-05-04T22:33:49.052Z Downloaded secrecy v0.10.3
10042026-05-04T22:33:49.054Z Downloaded scroll_derive v0.13.1
10052026-05-04T22:33:49.054Z Downloaded progenitor v0.11.2
10062026-05-04T22:33:49.054Z Downloaded papergrid v0.17.0
10072026-05-04T22:33:49.057Z Downloaded secrecy v0.8.0
10082026-05-04T22:33:49.057Z Downloaded scopeguard v1.2.0
10092026-05-04T22:33:49.060Z Downloaded indicatif v0.18.4
10102026-05-04T22:33:49.062Z Downloaded miniz_oxide v0.8.9
10112026-05-04T22:33:49.062Z Downloaded jiff-static v0.2.21
10122026-05-04T22:33:49.065Z Downloaded scrypt v0.11.0
10132026-05-04T22:33:49.065Z Downloaded pin-project v1.1.11
10142026-05-04T22:33:49.070Z Downloaded serde_plain v1.0.2
10152026-05-04T22:33:49.073Z Downloaded seq-macro v0.3.6
10162026-05-04T22:33:49.073Z Downloaded serde-big-array v0.5.1
10172026-05-04T22:33:49.076Z Downloaded crossbeam-channel v0.5.15
10182026-05-04T22:33:49.081Z Downloaded serde_urlencoded v0.7.1
10192026-05-04T22:33:49.081Z Downloaded serde_spanned v1.0.4
10202026-05-04T22:33:49.081Z Downloaded serde_bytes v0.11.19
10212026-05-04T22:33:49.081Z Downloaded quinn-udp v0.5.14
10222026-05-04T22:33:49.081Z Downloaded p256 v0.13.2
10232026-05-04T22:33:49.086Z Downloaded rustversion v1.0.22
10242026-05-04T22:33:49.086Z Downloaded oso v0.27.3
10252026-05-04T22:33:49.089Z Downloaded openssl-sys v0.9.114
10262026-05-04T22:33:49.092Z Downloaded minimal-lexical v0.2.1
10272026-05-04T22:33:49.092Z Downloaded semver v0.1.20
10282026-05-04T22:33:49.096Z Downloaded serde_repr v0.1.20
10292026-05-04T22:33:49.096Z Downloaded rustc_version v0.4.1
10302026-05-04T22:33:49.096Z Downloaded dropshot-api-manager v0.7.1
10312026-05-04T22:33:49.099Z Downloaded signal-hook-tokio v0.3.1
10322026-05-04T22:33:49.099Z Downloaded signal-hook-mio v0.2.5
10332026-05-04T22:33:49.099Z Downloaded rustls-pemfile v2.2.0
10342026-05-04T22:33:49.126Z Downloaded rustls-native-certs v0.8.3
10352026-05-04T22:33:49.126Z Downloaded shell-words v1.1.1
10362026-05-04T22:33:49.126Z Downloaded polyval v0.6.2
10372026-05-04T22:33:49.126Z Downloaded sha1 v0.10.6
10382026-05-04T22:33:49.126Z Downloaded parse-display v0.10.0
10392026-05-04T22:33:49.126Z Downloaded prefix-trie v0.7.0
10402026-05-04T22:33:49.127Z Downloaded getrandom v0.3.4
10412026-05-04T22:33:49.127Z Downloaded resolv-conf v0.7.6
10422026-05-04T22:33:49.127Z Downloaded sigpipe v0.1.3
10432026-05-04T22:33:49.127Z Downloaded signature v2.2.0
10442026-05-04T22:33:49.127Z Downloaded siphasher v1.0.2
10452026-05-04T22:33:49.127Z Downloaded rusty-fork v0.3.1
10462026-05-04T22:33:49.127Z Downloaded slog-bunyan v2.5.0
10472026-05-04T22:33:49.127Z Downloaded sec1 v0.7.3
10482026-05-04T22:33:49.127Z Downloaded schemars_derive v0.8.22
10492026-05-04T22:33:49.127Z Downloaded progenitor-impl v0.14.0
10502026-05-04T22:33:49.131Z Downloaded slog-envlogger v2.2.0
10512026-05-04T22:33:49.133Z Downloaded progenitor-impl v0.11.2
10522026-05-04T22:33:49.133Z Downloaded sct v0.7.1
10532026-05-04T22:33:49.136Z Downloaded scroll v0.13.0
10542026-05-04T22:33:49.136Z Downloaded progenitor-impl v0.10.0
10552026-05-04T22:33:49.139Z Downloaded serde-hex v0.1.0
10562026-05-04T22:33:49.139Z Downloaded progenitor-impl v0.13.0
10572026-05-04T22:33:49.145Z Downloaded hickory-server v0.25.2
10582026-05-04T22:33:49.145Z Downloaded serde_path_to_error v0.1.20
10592026-05-04T22:33:49.149Z Downloaded sqlparser_derive v0.5.0
10602026-05-04T22:33:49.149Z Downloaded russh-keys v0.45.0
10612026-05-04T22:33:49.152Z Downloaded ssh-encoding v0.2.0
10622026-05-04T22:33:49.155Z Downloaded ssh-cipher v0.2.0
10632026-05-04T22:33:49.158Z Downloaded serde_derive_internals v0.29.1
10642026-05-04T22:33:49.158Z Downloaded aes-gcm v0.10.3
10652026-05-04T22:33:49.161Z Downloaded hyper-util v0.1.20
10662026-05-04T22:33:49.164Z Downloaded http v1.4.0
10672026-05-04T22:33:49.173Z Downloaded strip-ansi-escapes v0.2.1
10682026-05-04T22:33:49.175Z Downloaded shlex v1.3.0
10692026-05-04T22:33:49.176Z Downloaded rcgen v0.12.1
10702026-05-04T22:33:49.178Z Downloaded simd-adler32 v0.3.8
10712026-05-04T22:33:49.178Z Downloaded signal-hook-registry v1.4.8
10722026-05-04T22:33:49.181Z Downloaded pretty_assertions v1.4.1
10732026-05-04T22:33:49.181Z Downloaded rustls-pemfile v1.0.4
10742026-05-04T22:33:49.181Z Downloaded strum v0.26.3
10752026-05-04T22:33:49.186Z Downloaded slog-json v2.6.1
10762026-05-04T22:33:49.189Z Downloaded rustls-pki-types v1.14.0
10772026-05-04T22:33:49.189Z Downloaded hashbrown v0.15.5
10782026-05-04T22:33:49.192Z Downloaded subtle v2.6.1
10792026-05-04T22:33:49.192Z Downloaded prettyplease v0.2.37
10802026-05-04T22:33:49.194Z Downloaded sync-ptr v0.1.4
10812026-05-04T22:33:49.195Z Downloaded tabled_derive v0.11.0
10822026-05-04T22:33:49.198Z Downloaded sync_wrapper v1.0.2
10832026-05-04T22:33:49.198Z Downloaded strum v0.27.2
10842026-05-04T22:33:49.198Z Downloaded structmeta-derive v0.3.0
10852026-05-04T22:33:49.198Z Downloaded structmeta v0.3.0
10862026-05-04T22:33:49.201Z Downloaded hashbrown v0.13.2
10872026-05-04T22:33:49.201Z Downloaded termtree v0.5.1
10882026-05-04T22:33:49.204Z Downloaded slog-scope v4.4.1
10892026-05-04T22:33:49.204Z Downloaded hashbrown v0.12.3
10902026-05-04T22:33:49.206Z Downloaded slog-dtrace v0.3.0
10912026-05-04T22:33:49.206Z Downloaded slog-async v2.8.0
10922026-05-04T22:33:49.206Z Downloaded tap v1.0.1
10932026-05-04T22:33:49.209Z Downloaded take_mut v0.2.2
10942026-05-04T22:33:49.209Z Downloaded smf v0.2.3
10952026-05-04T22:33:49.209Z Downloaded testing_table v0.3.0
10962026-05-04T22:33:49.209Z Downloaded num-bigint v0.4.6
10972026-05-04T22:33:49.212Z Downloaded tabwriter v1.4.1
10982026-05-04T22:33:49.215Z Downloaded slog-stdlog v4.1.1
10992026-05-04T22:33:49.215Z Downloaded serde_cbor v0.11.2
11002026-05-04T22:33:49.215Z Downloaded time-core v0.1.8
11012026-05-04T22:33:49.218Z Downloaded ron v0.8.1
11022026-05-04T22:33:49.221Z Downloaded string_cache v0.8.9
11032026-05-04T22:33:49.224Z Downloaded static_assertions v1.1.0
11042026-05-04T22:33:49.224Z Downloaded stacker v0.1.23
11052026-05-04T22:33:49.224Z Downloaded slog-term v2.9.2
11062026-05-04T22:33:49.227Z Downloaded spki v0.7.3
11072026-05-04T22:33:49.227Z Downloaded thread-id v5.1.0
11082026-05-04T22:33:49.231Z Downloaded thiserror-impl-no-std v2.0.2
11092026-05-04T22:33:49.231Z Downloaded snafu-derive v0.8.9
11102026-05-04T22:33:49.231Z Downloaded serde_with_macros v3.17.0
11112026-05-04T22:33:49.234Z Downloaded tinyvec_macros v0.1.1
11122026-05-04T22:33:49.234Z Downloaded stringprep v0.1.5
11132026-05-04T22:33:49.240Z Downloaded rayon-core v1.13.0
11142026-05-04T22:33:49.244Z Downloaded schemars v0.8.22
11152026-05-04T22:33:49.250Z Downloaded tokio-macros v2.7.0
11162026-05-04T22:33:49.253Z Downloaded strum_macros v0.26.4
11172026-05-04T22:33:49.253Z Downloaded slab v0.4.12
11182026-05-04T22:33:49.256Z Downloaded strum_macros v0.27.2
11192026-05-04T22:33:49.256Z Downloaded rustls-platform-verifier v0.6.2
11202026-05-04T22:33:49.259Z Downloaded mio v1.2.0
11212026-05-04T22:33:49.261Z Downloaded hashbrown v0.16.1
11222026-05-04T22:33:49.264Z Downloaded supports-color v3.0.2
11232026-05-04T22:33:49.264Z Downloaded support-bundle-viewer v0.1.2
11242026-05-04T22:33:49.268Z Downloaded strum_macros v0.24.3
11252026-05-04T22:33:49.268Z Downloaded ryu v1.0.23
11262026-05-04T22:33:49.276Z Downloaded termios v0.3.3
11272026-05-04T22:33:49.280Z Downloaded sqlformat v0.3.5
11282026-05-04T22:33:49.280Z Downloaded thread_local v1.1.9
11292026-05-04T22:33:49.283Z Downloaded tagptr v0.2.0
11302026-05-04T22:33:49.283Z Downloaded spin v0.9.8
11312026-05-04T22:33:49.283Z Downloaded smallvec v0.6.14
11322026-05-04T22:33:49.286Z Downloaded thiserror-no-std v2.0.2
11332026-05-04T22:33:49.289Z Downloaded publicsuffix v2.3.0
11342026-05-04T22:33:49.298Z Downloaded rand v0.8.5
11352026-05-04T22:33:49.301Z Downloaded tiny-keccak v2.0.2
11362026-05-04T22:33:49.303Z Downloaded tower-service v0.3.3
11372026-05-04T22:33:49.303Z Downloaded tower-layer v0.3.3
11382026-05-04T22:33:49.303Z Downloaded tls_codec v0.4.2
11392026-05-04T22:33:49.309Z Downloaded trait-variant v0.1.2
11402026-05-04T22:33:49.309Z Downloaded time-macros v0.2.27
11412026-05-04T22:33:49.309Z Downloaded try-lock v0.2.5
11422026-05-04T22:33:49.309Z Downloaded serde_yaml v0.9.34+deprecated
11432026-05-04T22:33:49.312Z Downloaded tls_codec_derive v0.4.2
11442026-05-04T22:33:49.315Z Downloaded iddqd v0.3.18
11452026-05-04T22:33:49.317Z Downloaded similar v2.7.0
11462026-05-04T22:33:49.321Z Downloaded tokio-dtrace v0.1.1
11472026-05-04T22:33:49.321Z Downloaded quinn v0.11.9
11482026-05-04T22:33:49.324Z Downloaded typify-macro v0.4.3
11492026-05-04T22:33:49.324Z Downloaded typify-macro v0.6.2
11502026-05-04T22:33:49.324Z Downloaded libxml v0.3.3
11512026-05-04T22:33:49.328Z Downloaded tokio-rustls v0.25.0
11522026-05-04T22:33:49.330Z Downloaded signal-hook v0.3.18
11532026-05-04T22:33:49.330Z Downloaded nom v7.1.3
11542026-05-04T22:33:49.333Z Downloaded tokio-tungstenite v0.23.1
11552026-05-04T22:33:49.336Z Downloaded tokio-native-tls v0.3.1
11562026-05-04T22:33:49.336Z Downloaded untrusted v0.7.1
11572026-05-04T22:33:49.336Z Downloaded universal-hash v0.5.1
11582026-05-04T22:33:49.340Z Downloaded itertools v0.12.1
11592026-05-04T22:33:49.343Z Downloaded usdt-attr-macro v0.6.0
11602026-05-04T22:33:49.343Z Downloaded usdt v0.6.0
11612026-05-04T22:33:49.343Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-05-04T22:33:49.346Z Downloaded unicode-truncate v1.1.0
11632026-05-04T22:33:49.346Z Downloaded term v0.7.0
11642026-05-04T22:33:49.348Z Downloaded utf-8 v0.7.6
11652026-05-04T22:33:49.349Z Downloaded term v1.2.1
11662026-05-04T22:33:49.349Z Downloaded iri-string v0.7.10
11672026-05-04T22:33:49.353Z Downloaded itertools v0.10.5
11682026-05-04T22:33:49.356Z Downloaded wait-timeout v0.2.1
11692026-05-04T22:33:49.359Z Downloaded qorb v0.4.1
11702026-05-04T22:33:49.362Z Downloaded void v1.0.2
11712026-05-04T22:33:49.362Z Downloaded usdt-macro v0.6.0
11722026-05-04T22:33:49.362Z Downloaded untrusted v0.9.0
11732026-05-04T22:33:49.364Z Downloaded topological-sort v0.2.2
11742026-05-04T22:33:49.364Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11752026-05-04T22:33:49.364Z Downloaded slog v2.8.2
11762026-05-04T22:33:49.367Z Downloaded toml_writer v1.0.6+spec-1.1.0
11772026-05-04T22:33:49.367Z Downloaded schemars v0.9.0
11782026-05-04T22:33:49.374Z Downloaded socket2 v0.6.3
11792026-05-04T22:33:49.376Z Downloaded rand v0.9.2
11802026-05-04T22:33:49.379Z Downloaded tui-tree-widget v0.23.1
11812026-05-04T22:33:49.382Z Downloaded waitgroup v0.1.2
11822026-05-04T22:33:49.385Z Downloaded want v0.3.1
11832026-05-04T22:33:49.387Z Downloaded rsa v0.9.10
11842026-05-04T22:33:49.391Z Downloaded tokio-rustls v0.24.1
11852026-05-04T22:33:49.393Z Downloaded unarray v0.1.4
11862026-05-04T22:33:49.397Z Downloaded unicase v2.9.0
11872026-05-04T22:33:49.399Z Downloaded rustls-webpki v0.103.9
11882026-05-04T22:33:49.402Z Downloaded xattr v1.6.1
11892026-05-04T22:33:49.405Z Downloaded tokio-rustls v0.26.4
11902026-05-04T22:33:49.405Z Downloaded futures-util v0.3.32
11912026-05-04T22:33:49.411Z Downloaded usdt-impl v0.6.0
11922026-05-04T22:33:49.414Z Downloaded zeroize_derive v1.4.3
11932026-05-04T22:33:49.414Z Downloaded itertools v0.14.0
11942026-05-04T22:33:49.417Z Downloaded xshell-macros v0.2.7
11952026-05-04T22:33:49.421Z Downloaded subprocess v0.2.15
11962026-05-04T22:33:49.421Z Downloaded itertools v0.13.0
11972026-05-04T22:33:49.424Z Downloaded toml_parser v1.0.9+spec-1.1.0
11982026-05-04T22:33:49.426Z Downloaded vergen-lib v0.1.6
11992026-05-04T22:33:49.427Z Downloaded vergen-git2 v1.0.7
12002026-05-04T22:33:49.427Z Downloaded unit-prefix v0.5.2
12012026-05-04T22:33:49.429Z Downloaded tokio-tungstenite v0.21.0
12022026-05-04T22:33:49.429Z Downloaded zone v0.3.1
12032026-05-04T22:33:49.429Z Downloaded tokio-stream v0.1.18
12042026-05-04T22:33:49.432Z Downloaded test-strategy v0.4.5
12052026-05-04T22:33:49.435Z Downloaded zone_cfg_derive v0.3.1
12062026-05-04T22:33:49.438Z Downloaded aho-corasick v1.1.4
12072026-05-04T22:33:49.441Z Downloaded socket2 v0.5.10
12082026-05-04T22:33:49.441Z Downloaded hyper v1.8.1
12092026-05-04T22:33:49.445Z Downloaded num-bigint-dig v0.8.6
12102026-05-04T22:33:49.448Z Downloaded vergen-gitcl v1.0.8
12112026-05-04T22:33:49.448Z Downloaded twox-hash v2.1.2
12122026-05-04T22:33:49.451Z Downloaded snafu v0.8.9
12132026-05-04T22:33:49.454Z Downloaded blake3 v1.8.3
12142026-05-04T22:33:49.457Z Downloaded walkdir v2.5.0
12152026-05-04T22:33:49.460Z Downloaded tracing-attributes v0.1.31
12162026-05-04T22:33:49.462Z Downloaded rand v0.10.0
12172026-05-04T22:33:49.465Z Downloaded samael v0.0.19
12182026-05-04T22:33:49.468Z Downloaded unicode-properties v0.1.4
12192026-05-04T22:33:49.470Z Downloaded xshell v0.2.7
12202026-05-04T22:33:49.470Z Downloaded whoami v1.6.1
12212026-05-04T22:33:49.473Z Downloaded schemars v1.2.1
12222026-05-04T22:33:49.479Z Downloaded wyz v0.5.1
12232026-05-04T22:33:49.482Z Downloaded tar v0.4.45
12242026-05-04T22:33:49.482Z Downloaded whoami v2.1.0
12252026-05-04T22:33:49.484Z Downloaded toml v0.9.12+spec-1.1.0
12262026-05-04T22:33:49.487Z Downloaded uzers v0.12.2
12272026-05-04T22:33:49.487Z Downloaded h2 v0.4.13
12282026-05-04T22:33:49.490Z Downloaded toml v1.0.6+spec-1.1.0
12292026-05-04T22:33:49.493Z Downloaded p521 v0.13.3
12302026-05-04T22:33:49.496Z Downloaded vergen v9.0.6
12312026-05-04T22:33:49.498Z Downloaded zeroize v1.8.2
12322026-05-04T22:33:49.506Z Downloaded libm v0.2.16
12332026-05-04T22:33:49.515Z Downloaded tracing-core v0.1.36
12342026-05-04T22:33:49.518Z Downloaded unicode-bidi v0.3.18
12352026-05-04T22:33:49.520Z Downloaded vsss-rs v3.3.4
12362026-05-04T22:33:49.523Z Downloaded typify v0.4.3
12372026-05-04T22:33:49.526Z Downloaded typify v0.6.2
12382026-05-04T22:33:49.526Z Downloaded toml v0.7.8
12392026-05-04T22:33:49.528Z Downloaded tinyvec v1.10.0
12402026-05-04T22:33:49.531Z Downloaded rustyline v14.0.0
12412026-05-04T22:33:49.536Z Downloaded zstd v0.13.3
12422026-05-04T22:33:49.538Z Downloaded hkdf v0.12.4
12432026-05-04T22:33:49.541Z Downloaded unsafe-libyaml v0.2.11
12442026-05-04T22:33:49.543Z Downloaded rpassword v7.4.0
12452026-05-04T22:33:49.543Z Downloaded russh v0.45.0
12462026-05-04T22:33:49.548Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-05-04T22:33:49.550Z Downloaded tungstenite v0.23.0
12482026-05-04T22:33:49.553Z Downloaded uuid v1.23.0
12492026-05-04T22:33:49.555Z Downloaded tungstenite v0.21.0
12502026-05-04T22:33:49.556Z Downloaded zstd-safe v7.2.4
12512026-05-04T22:33:49.558Z Downloaded steno v0.4.1
12522026-05-04T22:33:49.562Z Downloaded aws-lc-rs v1.16.0
12532026-05-04T22:33:49.566Z Downloaded vte v0.14.1
12542026-05-04T22:33:49.570Z Downloaded yasna v0.5.2
12552026-05-04T22:33:49.581Z Downloaded zopfli v0.8.3
12562026-05-04T22:33:49.592Z Downloaded toml_edit v0.19.15
12572026-05-04T22:33:49.601Z Downloaded zerocopy v0.6.6
12582026-05-04T22:33:49.605Z Downloaded tokio-postgres v0.7.16
12592026-05-04T22:33:49.608Z Downloaded git2 v0.20.4
12602026-05-04T22:33:49.613Z Downloaded reedline v0.40.0
12612026-05-04T22:33:49.620Z Downloaded ssh-key v0.6.7
12622026-05-04T22:33:49.624Z Downloaded zip v0.6.6
12632026-05-04T22:33:49.626Z Downloaded regex v1.12.3
12642026-05-04T22:33:49.629Z Downloaded bitvec v1.0.1
12652026-05-04T22:33:49.637Z Downloaded unicode_categories v0.1.1
12662026-05-04T22:33:49.640Z Downloaded curve25519-dalek v4.1.3
12672026-05-04T22:33:49.643Z Downloaded p384 v0.13.1
12682026-05-04T22:33:49.646Z Downloaded bindgen v0.71.1
12692026-05-04T22:33:49.651Z Downloaded reqwest v0.13.2
12702026-05-04T22:33:49.661Z Downloaded zerocopy-derive v0.8.40
12712026-05-04T22:33:49.668Z Downloaded reqwest v0.12.28
12722026-05-04T22:33:49.671Z Downloaded rayon v1.11.0
12732026-05-04T22:33:49.674Z Downloaded tower v0.5.3
12742026-05-04T22:33:49.680Z Downloaded unicode-segmentation v1.12.0
12752026-05-04T22:33:49.683Z Downloaded x509-cert v0.2.5
12762026-05-04T22:33:49.689Z Downloaded chrono v0.4.44
12772026-05-04T22:33:49.693Z Downloaded yansi v1.0.1
12782026-05-04T22:33:49.693Z Downloaded goblin v0.10.5
12792026-05-04T22:33:49.696Z Downloaded lalrpop v0.19.12
12802026-05-04T22:33:49.699Z Downloaded portable-atomic v1.13.1
12812026-05-04T22:33:49.703Z Downloaded typed-path v0.9.3
12822026-05-04T22:33:49.707Z Downloaded salty v0.3.0
12832026-05-04T22:33:49.711Z Downloaded quick-xml v0.37.5
12842026-05-04T22:33:49.721Z Downloaded rustls-webpki v0.101.7
12852026-05-04T22:33:49.729Z Downloaded zip v4.6.1
12862026-05-04T22:33:49.735Z Downloaded petname v2.0.2
12872026-05-04T22:33:49.740Z Downloaded serde_with v3.17.0
12882026-05-04T22:33:49.749Z Downloaded proptest v1.10.0
12892026-05-04T22:33:49.754Z Downloaded moka v0.12.13
12902026-05-04T22:33:49.759Z Downloaded tough v0.20.0
12912026-05-04T22:33:49.765Z Downloaded tokio-util v0.7.18
12922026-05-04T22:33:49.769Z Downloaded unicode-normalization v0.1.25
12932026-05-04T22:33:49.772Z Downloaded object v0.30.4
12942026-05-04T22:33:49.776Z Downloaded nix v0.27.1
12952026-05-04T22:33:49.782Z Downloaded tower-http v0.6.8
12962026-05-04T22:33:49.786Z Downloaded quinn-proto v0.11.13
12972026-05-04T22:33:49.790Z Downloaded dropshot v0.17.0
12982026-05-04T22:33:49.802Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-04T22:33:49.809Z Downloaded rustls-webpki v0.102.8
13002026-05-04T22:33:49.819Z Downloaded winnow v0.5.40
13012026-05-04T22:33:49.824Z Downloaded winnow v0.6.26
13022026-05-04T22:33:49.828Z Downloaded openssl v0.10.78
13032026-05-04T22:33:49.833Z Downloaded radix_trie v0.2.1
13042026-05-04T22:33:49.837Z Downloaded dropshot v0.16.7
13052026-05-04T22:33:49.850Z Downloaded polar-core v0.27.3
13062026-05-04T22:33:49.856Z Downloaded regex-syntax v0.6.29
13072026-05-04T22:33:49.859Z Downloaded bstr v1.12.1
13082026-05-04T22:33:49.865Z Downloaded nix v0.29.0
13092026-05-04T22:33:49.871Z Downloaded tabled v0.20.0
13102026-05-04T22:33:49.882Z Downloaded smoltcp v0.9.1
13112026-05-04T22:33:49.886Z Downloaded time v0.3.47
13122026-05-04T22:33:49.892Z Downloaded hickory-proto v0.24.4
13132026-05-04T22:33:49.899Z Downloaded webpki-roots v1.0.6
13142026-05-04T22:33:49.903Z Downloaded openapiv3 v2.2.0
13152026-05-04T22:33:49.908Z Downloaded nix v0.31.2
13162026-05-04T22:33:49.915Z Downloaded hickory-proto v0.25.2
13172026-05-04T22:33:49.921Z Downloaded zlib-rs v0.6.2
13182026-05-04T22:33:49.924Z Downloaded object v0.37.3
13192026-05-04T22:33:49.930Z Downloaded rustls v0.23.37
13202026-05-04T22:33:49.937Z Downloaded diesel v2.3.7
13212026-05-04T22:33:49.952Z Downloaded rustls v0.22.4
13222026-05-04T22:33:49.957Z Downloaded vcpkg v0.2.15
13232026-05-04T22:33:49.980Z Downloaded zerocopy v0.8.40
13242026-05-04T22:33:49.985Z Downloaded regress v0.11.1
13252026-05-04T22:33:49.990Z Downloaded regress v0.10.5
13262026-05-04T22:33:49.995Z Downloaded sqlparser v0.61.0
13272026-05-04T22:33:50.001Z Downloaded rustix v0.38.44
13282026-05-04T22:33:50.015Z Downloaded regex-syntax v0.8.10
13292026-05-04T22:33:50.018Z Downloaded sled v0.34.7
13302026-05-04T22:33:50.024Z Downloaded ratatui v0.29.0
13312026-05-04T22:33:50.035Z Downloaded smoltcp v0.11.0
13322026-05-04T22:33:50.041Z Downloaded nix v0.28.0
13332026-05-04T22:33:50.047Z Downloaded rustls v0.21.12
13342026-05-04T22:33:50.074Z Downloaded regex-automata v0.4.14
13352026-05-04T22:33:50.092Z Downloaded csv v1.4.0
13362026-05-04T22:33:50.105Z Downloaded libz-sys v1.1.24
13372026-05-04T22:33:50.117Z Downloaded tracing v0.1.44
13382026-05-04T22:33:50.128Z Downloaded typify-impl v0.6.2
13392026-05-04T22:33:50.134Z Downloaded typify-impl v0.4.3
13402026-05-04T22:33:50.175Z Downloaded zerocopy-derive v0.6.6
13412026-05-04T22:33:50.181Z Downloaded encoding_rs v0.8.35
13422026-05-04T22:33:50.194Z Downloaded ring v0.17.14
13432026-05-04T22:33:50.224Z Downloaded petgraph v0.6.5
13442026-05-04T22:33:50.234Z Downloaded jiff v0.2.21
13452026-05-04T22:33:50.244Z Downloaded chrono-tz v0.10.4
13462026-05-04T22:33:50.265Z Downloaded petgraph v0.8.3
13472026-05-04T22:33:50.285Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13482026-05-04T22:33:50.295Z Downloaded sha3 v0.10.8
13492026-05-04T22:33:50.305Z Downloaded tokio v1.52.1
13502026-05-04T22:33:50.410Z Downloaded libgit2-sys v0.18.3+1.9.2
13512026-05-04T22:33:50.898Z Downloaded aws-lc-sys v0.37.1
13522026-05-04T22:33:51.152Z Compiling libc v0.2.185
13532026-05-04T22:33:51.152Z Compiling serde v1.0.228
13542026-05-04T22:33:51.155Z Compiling log v0.4.29
13552026-05-04T22:33:51.155Z Compiling shlex v1.3.0
13562026-05-04T22:33:51.307Z Compiling find-msvc-tools v0.1.9
13572026-05-04T22:33:51.310Z Compiling smallvec v1.15.1
13582026-05-04T22:33:51.317Z Compiling syn v2.0.117
13592026-05-04T22:33:51.320Z Compiling typenum v1.19.0
13602026-05-04T22:33:51.485Z Compiling generic-array v0.14.7
13612026-05-04T22:33:51.502Z Compiling subtle v2.6.1
13622026-05-04T22:33:51.541Z Compiling scopeguard v1.2.0
13632026-05-04T22:33:51.593Z Compiling const-oid v0.9.6
13642026-05-04T22:33:51.625Z Compiling portable-atomic v1.13.1
13652026-05-04T22:33:51.653Z Compiling lock_api v0.4.14
13662026-05-04T22:33:51.678Z Compiling zerocopy v0.8.40
13672026-05-04T22:33:51.746Z Compiling serde_json v1.0.149
13682026-05-04T22:33:51.881Z Compiling critical-section v1.2.0
13692026-05-04T22:33:51.955Z Compiling parking_lot_core v0.9.12
13702026-05-04T22:33:51.991Z Compiling pin-project-lite v0.2.17
13712026-05-04T22:33:52.123Z Compiling pkg-config v0.3.32
13722026-05-04T22:33:52.167Z Compiling getrandom v0.2.17
13732026-05-04T22:33:52.215Z Compiling jobserver v0.1.34
13742026-05-04T22:33:52.234Z Compiling errno v0.3.14
13752026-05-04T22:33:52.335Z Compiling rand_core v0.6.4
13762026-05-04T22:33:52.396Z Compiling signal-hook-registry v1.4.8
13772026-05-04T22:33:52.413Z Compiling cc v1.2.56
13782026-05-04T22:33:52.603Z Compiling bitflags v2.11.0
13792026-05-04T22:33:52.664Z Compiling libm v0.2.16
13802026-05-04T22:33:52.695Z Compiling mio v1.2.0
13812026-05-04T22:33:52.825Z Compiling once_cell v1.21.3
13822026-05-04T22:33:52.840Z Compiling parking_lot v0.12.5
13832026-05-04T22:33:52.866Z Compiling num-traits v0.2.19
13842026-05-04T22:33:52.978Z Compiling futures-core v0.3.32
13852026-05-04T22:33:53.128Z Compiling percent-encoding v2.3.2
13862026-05-04T22:33:53.150Z Compiling socket2 v0.6.3
13872026-05-04T22:33:53.207Z Compiling cpufeatures v0.2.17
13882026-05-04T22:33:53.207Z Compiling futures-sink v0.3.32
13892026-05-04T22:33:53.232Z Compiling slab v0.4.12
13902026-05-04T22:33:53.282Z Compiling getrandom v0.4.1
13912026-05-04T22:33:53.307Z Compiling futures-channel v0.3.32
13922026-05-04T22:33:53.321Z Compiling futures-task v0.3.32
13932026-05-04T22:33:53.403Z Compiling futures-io v0.3.32
13942026-05-04T22:33:53.492Z Compiling rustversion v1.0.22
13952026-05-04T22:33:53.530Z Compiling rand_core v0.10.0
13962026-05-04T22:33:53.546Z Compiling getrandom v0.3.4
13972026-05-04T22:33:53.559Z Compiling indexmap v2.14.0
13982026-05-04T22:33:53.623Z Compiling form_urlencoded v1.2.2
13992026-05-04T22:33:53.907Z Compiling cmake v0.1.57
14002026-05-04T22:33:53.934Z Compiling dunce v1.0.5
14012026-05-04T22:33:54.032Z Compiling ident_case v1.0.1
14022026-05-04T22:33:54.115Z Compiling synstructure v0.13.2
14032026-05-04T22:33:54.156Z Compiling base64ct v1.8.3
14042026-05-04T22:33:54.191Z Compiling fs_extra v1.3.0
14052026-05-04T22:33:54.293Z Compiling flagset v0.4.7
14062026-05-04T22:33:54.417Z Compiling pem-rfc7468 v0.7.0
14072026-05-04T22:33:54.430Z Compiling rand_core v0.9.5
14082026-05-04T22:33:54.443Z Compiling rustix v1.1.3
14092026-05-04T22:33:54.456Z Compiling aws-lc-sys v0.37.1
14102026-05-04T22:33:54.456Z Compiling iana-time-zone v0.1.65
14112026-05-04T22:33:54.483Z Compiling ring v0.17.14
14122026-05-04T22:33:54.656Z Compiling uuid v1.23.0
14132026-05-04T22:33:54.693Z Compiling rustc_version v0.4.1
14142026-05-04T22:33:54.741Z Compiling regex-syntax v0.8.10
14152026-05-04T22:33:54.812Z Compiling aws-lc-rs v1.16.0
14162026-05-04T22:33:55.060Z Compiling vcpkg v0.2.15
14172026-05-04T22:33:55.103Z Compiling tracing-core v0.1.36
14182026-05-04T22:33:55.446Z Compiling pest_generator v2.8.6
14192026-05-04T22:33:55.665Z Compiling serde_derive_internals v0.29.1
14202026-05-04T22:33:55.804Z Compiling openssl-sys v0.9.114
14212026-05-04T22:33:55.872Z Compiling serde_derive v1.0.228
14222026-05-04T22:33:56.156Z Compiling zeroize_derive v1.4.3
14232026-05-04T22:33:56.254Z Compiling zerofrom-derive v0.1.6
14242026-05-04T22:33:56.318Z Compiling yoke-derive v0.8.1
14252026-05-04T22:33:56.580Z Compiling zerocopy-derive v0.8.40
14262026-05-04T22:33:56.812Z Compiling zeroize v1.8.2
14272026-05-04T22:33:57.152Z Compiling zerovec-derive v0.11.2
14282026-05-04T22:33:57.493Z Compiling displaydoc v0.2.5
14292026-05-04T22:33:57.585Z Compiling crypto-common v0.1.7
14302026-05-04T22:33:57.677Z Compiling zerofrom v0.1.6
14312026-05-04T22:33:57.732Z Compiling block-buffer v0.10.4
14322026-05-04T22:33:57.801Z Compiling yoke v0.8.1
14332026-05-04T22:33:57.897Z Compiling digest v0.10.7
14342026-05-04T22:33:57.981Z Compiling tokio-macros v2.7.0
14352026-05-04T22:33:58.144Z Compiling hmac v0.12.1
14362026-05-04T22:33:58.237Z Compiling zerotrie v0.2.3
14372026-05-04T22:33:58.270Z Compiling zerovec v0.11.5
14382026-05-04T22:33:58.300Z Compiling futures-macro v0.3.32
14392026-05-04T22:33:58.529Z Compiling block-padding v0.3.3
14402026-05-04T22:33:58.692Z Compiling inout v0.1.4
14412026-05-04T22:33:58.707Z Compiling tinystr v0.8.2
14422026-05-04T22:33:58.768Z Compiling potential_utf v0.1.4
14432026-05-04T22:33:58.858Z Compiling icu_locale_core v2.1.1
14442026-05-04T22:33:58.905Z Compiling icu_collections v2.1.1
14452026-05-04T22:33:58.927Z Compiling cipher v0.4.4
14462026-05-04T22:33:59.092Z Compiling futures-util v0.3.32
14472026-05-04T22:33:59.185Z Compiling sha2 v0.10.9
14482026-05-04T22:33:59.203Z Compiling der_derive v0.7.3
14492026-05-04T22:33:59.339Z Compiling bytes v1.11.1
14502026-05-04T22:33:59.373Z Compiling chrono v0.4.44
14512026-05-04T22:33:59.741Z Compiling icu_provider v2.1.1
14522026-05-04T22:34:00.009Z Compiling tokio v1.52.1
14532026-05-04T22:34:00.079Z Compiling icu_properties v2.1.2
14542026-05-04T22:34:00.195Z Compiling icu_normalizer v2.1.1
14552026-05-04T22:34:00.610Z Compiling der v0.7.10
14562026-05-04T22:34:00.727Z Compiling http v1.4.0
14572026-05-04T22:34:00.775Z Compiling salsa20 v0.10.2
14582026-05-04T22:34:00.915Z Compiling idna_adapter v1.2.1
14592026-05-04T22:34:01.037Z Compiling ppv-lite86 v0.2.21
14602026-05-04T22:34:01.055Z Compiling idna v1.1.0
14612026-05-04T22:34:01.157Z Compiling pbkdf2 v0.12.2
14622026-05-04T22:34:01.271Z Compiling thiserror-impl v2.0.18
14632026-05-04T22:34:01.351Z Compiling url v2.5.8
14642026-05-04T22:34:01.376Z Compiling rand_chacha v0.9.0
14652026-05-04T22:34:01.619Z Compiling spki v0.7.3
14662026-05-04T22:34:01.689Z Compiling scrypt v0.11.0
14672026-05-04T22:34:01.801Z Compiling aes v0.8.4
14682026-05-04T22:34:01.819Z Compiling cbc v0.1.2
14692026-05-04T22:34:01.939Z Compiling rustls-pki-types v1.14.0
14702026-05-04T22:34:01.966Z Compiling tracing-attributes v0.1.31
14712026-05-04T22:34:02.058Z Compiling rand v0.9.2
14722026-05-04T22:34:02.124Z Compiling http-body v1.0.1
14732026-05-04T22:34:02.278Z Compiling pkcs5 v0.7.1
14742026-05-04T22:34:02.440Z Compiling untrusted v0.7.1
14752026-05-04T22:34:02.566Z Compiling schemars v0.8.22
14762026-05-04T22:34:02.580Z Compiling thiserror v2.0.18
14772026-05-04T22:34:02.684Z Compiling untrusted v0.9.0
14782026-05-04T22:34:02.748Z Compiling base64 v0.22.1
14792026-05-04T22:34:02.763Z Compiling httparse v1.10.1
14802026-05-04T22:34:02.803Z Compiling openssl-probe v0.2.1
14812026-05-04T22:34:02.861Z Compiling pkcs8 v0.10.2
14822026-05-04T22:34:02.971Z Compiling schemars_derive v0.8.22
14832026-05-04T22:34:03.058Z Compiling pest_derive v2.8.6
14842026-05-04T22:34:03.130Z Compiling scroll_derive v0.13.1
14852026-05-04T22:34:03.163Z Compiling darling_core v0.20.11
14862026-05-04T22:34:03.257Z Compiling tracing v0.1.44
14872026-05-04T22:34:03.477Z Compiling try-lock v0.2.5
14882026-05-04T22:34:03.529Z Compiling dyn-clone v1.0.20
14892026-05-04T22:34:03.588Z Compiling tower-service v0.3.3
14902026-05-04T22:34:03.667Z Compiling tokio-util v0.7.18
14912026-05-04T22:34:03.684Z Compiling tinyvec_macros v0.1.1
14922026-05-04T22:34:03.755Z Compiling tower-layer v0.3.3
14932026-05-04T22:34:03.915Z Compiling atomic-waker v1.1.2
14942026-05-04T22:34:03.929Z Compiling rustls v0.23.37
14952026-05-04T22:34:04.039Z Compiling scroll v0.13.0
14962026-05-04T22:34:04.096Z Compiling tinyvec v1.10.0
14972026-05-04T22:34:04.311Z Compiling want v0.3.1
14982026-05-04T22:34:04.441Z Compiling h2 v0.4.13
14992026-05-04T22:34:04.586Z Compiling ipnet v2.11.0
15002026-05-04T22:34:04.696Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-05-04T22:34:04.810Z Compiling spin v0.9.8
15022026-05-04T22:34:05.017Z Compiling aho-corasick v1.1.4
15032026-05-04T22:34:05.106Z Compiling crc32fast v1.5.0
15042026-05-04T22:34:05.116Z Compiling time-core v0.1.8
15052026-05-04T22:34:05.257Z Compiling foreign-types-shared v0.1.1
15062026-05-04T22:34:05.348Z Compiling num-conv v0.2.0
15072026-05-04T22:34:05.368Z Compiling powerfmt v0.2.0
15082026-05-04T22:34:05.471Z Compiling darling_macro v0.20.11
15092026-05-04T22:34:05.483Z Compiling openssl v0.10.78
15102026-05-04T22:34:05.519Z Compiling httpdate v1.0.3
15112026-05-04T22:34:05.564Z Compiling pin-utils v0.1.0
15122026-05-04T22:34:05.630Z Compiling tempfile v3.25.0
15132026-05-04T22:34:05.643Z Compiling deranged v0.5.8
15142026-05-04T22:34:05.747Z Compiling time-macros v0.2.27
15152026-05-04T22:34:05.781Z Compiling foreign-types v0.3.2
15162026-05-04T22:34:05.854Z Compiling regex-automata v0.4.14
15172026-05-04T22:34:05.930Z Compiling darling v0.20.11
15182026-05-04T22:34:06.019Z Compiling goblin v0.10.5
15192026-05-04T22:34:06.697Z Compiling openssl-macros v0.1.1
15202026-05-04T22:34:06.764Z Compiling wait-timeout v0.2.1
15212026-05-04T22:34:07.030Z Compiling syn v1.0.109
15222026-05-04T22:34:07.076Z Compiling crossbeam-utils v0.8.21
15232026-05-04T22:34:07.089Z Compiling simd-adler32 v0.3.8
15242026-05-04T22:34:07.332Z Compiling quick-error v1.2.3
15252026-05-04T22:34:07.342Z Compiling usdt-impl v0.6.0
15262026-05-04T22:34:07.357Z Compiling siphasher v1.0.2
15272026-05-04T22:34:07.432Z Compiling hyper v1.8.1
15282026-05-04T22:34:07.542Z Compiling bit-vec v0.8.0
15292026-05-04T22:34:07.542Z Compiling num_threads v0.1.7
15302026-05-04T22:34:07.654Z Compiling native-tls v0.2.18
15312026-05-04T22:34:07.774Z Compiling bit-set v0.8.0
15322026-05-04T22:34:07.871Z Compiling time v0.3.47
15332026-05-04T22:34:07.953Z Compiling rusty-fork v0.3.1
15342026-05-04T22:34:08.391Z Compiling derive_builder_core v0.20.2
15352026-05-04T22:34:08.976Z Compiling dof v0.4.0
15362026-05-04T22:34:09.250Z Compiling hyper-util v0.1.20
15372026-05-04T22:34:09.608Z Compiling unicode-normalization v0.1.25
15382026-05-04T22:34:09.897Z Compiling dtrace-parser v0.3.0
15392026-05-04T22:34:10.092Z Compiling rustls-native-certs v0.8.3
15402026-05-04T22:34:10.193Z Compiling signature v2.2.0
15412026-05-04T22:34:10.207Z Compiling scroll_derive v0.12.1
15422026-05-04T22:34:10.368Z Compiling thiserror-impl v1.0.69
15432026-05-04T22:34:10.383Z Compiling heapless v0.7.17
15442026-05-04T22:34:10.625Z Compiling rand_xorshift v0.4.0
15452026-05-04T22:34:10.640Z Compiling slog v2.8.2
15462026-05-04T22:34:10.789Z Compiling darling_core v0.21.3
15472026-05-04T22:34:10.821Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-05-04T22:34:10.855Z Compiling sync_wrapper v1.0.2
15492026-05-04T22:34:10.965Z Compiling thread-id v5.1.0
15502026-05-04T22:34:11.019Z Compiling cookie v0.18.1
15512026-05-04T22:34:11.094Z Compiling zstd-safe v7.2.4
15522026-05-04T22:34:11.099Z Compiling unicode-properties v0.1.4
15532026-05-04T22:34:11.198Z Compiling anyhow v1.0.102
15542026-05-04T22:34:11.238Z Compiling unicode-bidi v0.3.18
15552026-05-04T22:34:11.251Z Compiling allocator-api2 v0.2.21
15562026-05-04T22:34:11.295Z Compiling unarray v0.1.4
15572026-05-04T22:34:11.403Z Compiling paste v1.0.15
15582026-05-04T22:34:11.497Z Compiling adler2 v2.0.1
15592026-05-04T22:34:11.561Z Compiling signal-hook v0.3.18
15602026-05-04T22:34:11.625Z Compiling miniz_oxide v0.8.9
15612026-05-04T22:34:11.639Z Compiling thiserror v1.0.69
15622026-05-04T22:34:11.710Z Compiling stringprep v0.1.5
15632026-05-04T22:34:11.754Z Compiling proptest v1.10.0
15642026-05-04T22:34:12.138Z Compiling tower v0.5.3
15652026-05-04T22:34:12.212Z Compiling scroll v0.12.0
15662026-05-04T22:34:12.485Z Compiling derive_builder_macro v0.20.2
15672026-05-04T22:34:12.598Z Compiling ipnetwork v0.21.1
15682026-05-04T22:34:12.770Z Compiling http-body-util v0.1.3
15692026-05-04T22:34:12.929Z Compiling webpki-roots v1.0.6
15702026-05-04T22:34:12.991Z Compiling rand_chacha v0.3.1
15712026-05-04T22:34:13.011Z Compiling erased-serde v0.3.31
15722026-05-04T22:34:13.039Z Compiling serde_spanned v0.6.9
15732026-05-04T22:34:13.053Z Compiling toml_datetime v0.6.11
15742026-05-04T22:34:13.182Z Compiling serde_tokenstream v0.2.3
15752026-05-04T22:34:13.245Z Compiling darling_macro v0.21.3
15762026-05-04T22:34:13.306Z Compiling md-5 v0.10.6
15772026-05-04T22:34:13.474Z Compiling zerocopy-derive v0.7.35
15782026-05-04T22:34:13.488Z Compiling curve25519-dalek v4.1.3
15792026-05-04T22:34:13.491Z Compiling vergen-lib v0.1.6
15802026-05-04T22:34:13.687Z Compiling num-integer v0.1.46
15812026-05-04T22:34:13.716Z Compiling hash32 v0.2.1
15822026-05-04T22:34:13.780Z Compiling ff v0.13.1
15832026-05-04T22:34:13.819Z Compiling memoffset v0.9.1
15842026-05-04T22:34:13.902Z Compiling cfg_aliases v0.2.1
15852026-05-04T22:34:13.917Z Compiling ref-cast v1.0.25
15862026-05-04T22:34:13.977Z Compiling litrs v1.0.0
15872026-05-04T22:34:14.006Z Compiling zlib-rs v0.6.2
15882026-05-04T22:34:14.010Z Compiling base16ct v0.2.0
15892026-05-04T22:34:14.195Z Compiling smoltcp v0.9.1
15902026-05-04T22:34:14.215Z Compiling psl-types v2.0.11
15912026-05-04T22:34:14.330Z Compiling iri-string v0.7.10
15922026-05-04T22:34:14.342Z Compiling ryu v1.0.23
15932026-05-04T22:34:14.480Z Compiling fallible-iterator v0.2.0
15942026-05-04T22:34:14.522Z Compiling rustix v0.38.44
15952026-05-04T22:34:14.525Z Compiling num-bigint-dig v0.8.6
15962026-05-04T22:34:14.793Z Compiling document-features v0.2.12
15972026-05-04T22:34:14.862Z Compiling postgres-protocol v0.6.10
15982026-05-04T22:34:15.011Z Compiling serde_urlencoded v0.7.1
15992026-05-04T22:34:15.256Z Compiling zerocopy v0.7.35
16002026-05-04T22:34:15.376Z Compiling publicsuffix v2.3.0
16012026-05-04T22:34:15.452Z Compiling sec1 v0.7.3
16022026-05-04T22:34:15.547Z Compiling tower-http v0.6.8
16032026-05-04T22:34:15.798Z Compiling newtype-uuid v1.3.2
16042026-05-04T22:34:15.828Z Compiling nix v0.31.2
16052026-05-04T22:34:15.882Z Compiling num-iter v0.1.45
16062026-05-04T22:34:15.950Z Compiling group v0.13.0
16072026-05-04T22:34:16.138Z Compiling darling v0.21.3
16082026-05-04T22:34:16.217Z Compiling rand v0.8.5
16092026-05-04T22:34:16.231Z Compiling derive_builder v0.20.2
16102026-05-04T22:34:16.358Z Compiling oxnet v0.1.4
16112026-05-04T22:34:16.372Z Compiling hubpack_derive v0.1.1
16122026-05-04T22:34:16.470Z Compiling tokio-native-tls v0.3.1
16132026-05-04T22:34:16.639Z Compiling goblin v0.8.2
16142026-05-04T22:34:16.888Z Compiling flate2 v1.1.9
16152026-05-04T22:34:17.261Z Compiling regex v1.12.3
16162026-05-04T22:34:17.290Z Compiling phf_shared v0.13.1
16172026-05-04T22:34:17.326Z Compiling lazy_static v1.5.0
16182026-05-04T22:34:17.344Z Compiling cargo-platform v0.1.9
16192026-05-04T22:34:17.425Z Compiling hkdf v0.12.4
16202026-05-04T22:34:17.527Z Compiling crypto-bigint v0.5.5
16212026-05-04T22:34:17.581Z Compiling terminal_size v0.4.3
16222026-05-04T22:34:17.595Z Compiling ref-cast-impl v1.0.25
16232026-05-04T22:34:17.612Z Compiling async-trait v0.1.89
16242026-05-04T22:34:17.680Z Compiling curve25519-dalek-derive v0.1.1
16252026-05-04T22:34:17.717Z Compiling daft-derive v0.1.5
16262026-05-04T22:34:18.124Z Compiling strum_macros v0.27.2
16272026-05-04T22:34:18.319Z Compiling vergen v9.0.6
16282026-05-04T22:34:18.420Z Compiling fs-err v3.3.0
16292026-05-04T22:34:18.498Z Compiling ahash v0.8.12
16302026-05-04T22:34:18.611Z Compiling bumpalo v3.20.2
16312026-05-04T22:34:18.624Z Compiling winnow v0.5.40
16322026-05-04T22:34:18.698Z Compiling managed v0.8.0
16332026-05-04T22:34:18.858Z Compiling libbz2-rs-sys v0.2.2
16342026-05-04T22:34:18.914Z Compiling unicode-segmentation v1.12.0
16352026-05-04T22:34:19.301Z Compiling object v0.37.3
16362026-05-04T22:34:19.527Z Compiling foldhash v0.1.5
16372026-05-04T22:34:19.572Z Compiling bitflags v1.3.2
16382026-05-04T22:34:19.615Z Compiling foldhash v0.2.0
16392026-05-04T22:34:19.650Z Compiling hashbrown v0.15.5
16402026-05-04T22:34:19.856Z Compiling hashbrown v0.16.1
16412026-05-04T22:34:20.065Z Compiling toml_edit v0.19.15
16422026-05-04T22:34:20.102Z Compiling strum v0.27.2
16432026-05-04T22:34:20.168Z Compiling clap_builder v4.5.60
16442026-05-04T22:34:20.233Z Compiling bzip2 v0.6.1
16452026-05-04T22:34:20.246Z Compiling dof v0.3.0
16462026-05-04T22:34:20.442Z Compiling zopfli v0.8.3
16472026-05-04T22:34:20.531Z Compiling elliptic-curve v0.13.8
16482026-05-04T22:34:20.597Z Compiling daft v0.1.5
16492026-05-04T22:34:20.962Z Compiling cargo_metadata v0.19.2
16502026-05-04T22:34:21.031Z Compiling phf v0.13.1
16512026-05-04T22:34:21.192Z Compiling signal-hook-mio v0.2.5
16522026-05-04T22:34:21.311Z Compiling cookie_store v0.22.1
16532026-05-04T22:34:22.258Z Compiling zstd v0.13.3
16542026-05-04T22:34:22.317Z Compiling hubpack v0.1.2
16552026-05-04T22:34:22.520Z Compiling bzip2 v0.4.4
16562026-05-04T22:34:22.534Z Compiling hyper-tls v0.6.0
16572026-05-04T22:34:22.643Z Compiling serde_with_macros v3.17.0
16582026-05-04T22:34:22.728Z Compiling postgres-types v0.2.12
16592026-05-04T22:34:22.772Z Compiling usdt-attr-macro v0.6.0
16602026-05-04T22:34:23.127Z Compiling usdt-macro v0.6.0
16612026-05-04T22:34:23.267Z Compiling dtrace-parser v0.2.0
16622026-05-04T22:34:23.552Z Compiling ed25519 v2.2.3
16632026-05-04T22:34:23.758Z Compiling bstr v1.12.1
16642026-05-04T22:34:23.836Z Compiling phf_shared v0.11.3
16652026-05-04T22:34:23.836Z Compiling pkcs1 v0.7.5
16662026-05-04T22:34:23.864Z Compiling hex v0.4.3
16672026-05-04T22:34:24.020Z Compiling serde-big-array v0.5.1
16682026-05-04T22:34:24.024Z Compiling rfc6979 v0.4.0
16692026-05-04T22:34:24.129Z Compiling enum-as-inner v0.6.1
16702026-05-04T22:34:24.144Z Compiling clap_derive v4.5.55
16712026-05-04T22:34:24.172Z Compiling serde_repr v0.1.20
16722026-05-04T22:34:24.239Z Compiling strum_macros v0.26.4
16732026-05-04T22:34:24.390Z Compiling float-cmp v0.10.0
16742026-05-04T22:34:24.458Z Compiling thread-id v4.2.2
16752026-05-04T22:34:24.534Z Compiling memmap2 v0.9.10
16762026-05-04T22:34:24.548Z Compiling env_filter v1.0.0
16772026-05-04T22:34:24.624Z Compiling encoding_rs v0.8.35
16782026-05-04T22:34:24.694Z Compiling jiff v0.2.21
16792026-05-04T22:34:24.779Z Compiling rustc-hash v2.1.1
16802026-05-04T22:34:24.900Z Compiling fixedbitset v0.4.2
16812026-05-04T22:34:24.914Z Compiling new_debug_unreachable v1.0.6
16822026-05-04T22:34:24.988Z Compiling mime v0.3.17
16832026-05-04T22:34:25.121Z Compiling static_assertions v1.1.0
16842026-05-04T22:34:25.202Z Compiling either v1.15.0
16852026-05-04T22:34:25.254Z Compiling fixedbitset v0.5.7
16862026-05-04T22:34:25.421Z Compiling difflib v0.4.0
16872026-05-04T22:34:25.573Z Compiling precomputed-hash v0.1.1
16882026-05-04T22:34:25.665Z Compiling predicates-core v1.0.10
16892026-05-04T22:34:25.850Z Compiling keccak v0.1.6
16902026-05-04T22:34:25.941Z Compiling data-encoding v2.10.0
16912026-05-04T22:34:25.992Z Compiling whoami v2.1.0
16922026-05-04T22:34:26.050Z Compiling normalize-line-endings v0.3.0
16932026-05-04T22:34:26.148Z Compiling predicates v3.1.4
16942026-05-04T22:34:26.222Z Compiling hickory-proto v0.25.2
16952026-05-04T22:34:26.359Z Compiling tokio-postgres v0.7.16
16962026-05-04T22:34:26.622Z Compiling strum v0.26.3
16972026-05-04T22:34:26.661Z Compiling sha3 v0.10.8
16982026-05-04T22:34:26.676Z Compiling clap v4.5.60
16992026-05-04T22:34:26.753Z Compiling string_cache v0.8.9
17002026-05-04T22:34:26.769Z Compiling petgraph v0.8.3
17012026-05-04T22:34:26.790Z Compiling itertools v0.13.0
17022026-05-04T22:34:26.978Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17032026-05-04T22:34:27.120Z Compiling toml_edit v0.22.27
17042026-05-04T22:34:28.005Z Compiling zip v4.6.1
17052026-05-04T22:34:28.546Z Compiling petgraph v0.6.5
17062026-05-04T22:34:28.676Z Compiling iddqd v0.3.18
17072026-05-04T22:34:28.913Z Compiling env_logger v0.11.9
17082026-05-04T22:34:28.954Z Compiling usdt v0.6.0
17092026-05-04T22:34:29.219Z Compiling usdt-impl v0.5.0
17102026-05-04T22:34:29.264Z Compiling similar v2.7.0
17112026-05-04T22:34:29.754Z Compiling ecdsa v0.16.9
17122026-05-04T22:34:29.810Z Compiling serde_with v3.17.0
17132026-05-04T22:34:29.829Z Compiling rsa v0.9.10
17142026-05-04T22:34:29.844Z Compiling ed25519-dalek v2.2.0
17152026-05-04T22:34:30.050Z Compiling crossterm v0.28.1
17162026-05-04T22:34:30.176Z Compiling zip v0.6.6
17172026-05-04T22:34:30.772Z Compiling toml v0.7.8
17182026-05-04T22:34:31.270Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-05-04T22:34:31.359Z Compiling heck v0.4.1
17202026-05-04T22:34:31.362Z Compiling crossbeam-epoch v0.9.18
17212026-05-04T22:34:31.496Z Compiling tokio-stream v0.1.18
17222026-05-04T22:34:31.571Z Compiling buf-list v1.1.2
17232026-05-04T22:34:31.603Z Compiling x509-cert v0.2.5
17242026-05-04T22:34:31.681Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17252026-05-04T22:34:31.841Z Compiling openapiv3 v2.2.0
17262026-05-04T22:34:31.913Z Compiling sha1 v0.10.6
17272026-05-04T22:34:31.951Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-05-04T22:34:31.978Z Compiling peg-runtime v0.8.5
17292026-05-04T22:34:32.133Z Compiling lalrpop-util v0.19.12
17302026-05-04T22:34:32.241Z Compiling thread_local v1.1.9
17312026-05-04T22:34:32.262Z Compiling slog-async v2.8.0
17322026-05-04T22:34:32.328Z Compiling crossbeam-channel v0.5.15
17332026-05-04T22:34:32.496Z Compiling futures-executor v0.3.32
17342026-05-04T22:34:32.573Z Compiling filetime v0.2.27
17352026-05-04T22:34:32.750Z Compiling is-terminal v0.4.17
17362026-05-04T22:34:32.753Z Compiling xattr v1.6.1
17372026-05-04T22:34:32.784Z Compiling take_mut v0.2.2
17382026-05-04T22:34:32.847Z Compiling term v1.2.1
17392026-05-04T22:34:32.895Z Compiling tar v0.4.45
17402026-05-04T22:34:33.124Z Compiling slog-term v2.9.2
17412026-05-04T22:34:33.221Z Compiling futures v0.3.32
17422026-05-04T22:34:40.040Z Compiling rustls-webpki v0.103.9
17432026-05-04T22:34:42.764Z Compiling tokio-rustls v0.26.4
17442026-05-04T22:34:42.764Z Compiling rustls-platform-verifier v0.6.2
17452026-05-04T22:34:42.964Z Compiling hyper-rustls v0.27.7
17462026-05-04T22:34:43.166Z Compiling reqwest v0.13.2
17472026-05-04T22:34:43.166Z Compiling reqwest v0.12.28
17482026-05-04T22:34:45.261Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-05-04T22:34:45.472Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-05-04T22:34:48.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17512026-05-04T22:34:48.426Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-05-04T22:34:48.480ZMay 04 22:34:47.020 INFO Starting download, target: Console
17532026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Starting download, target: DendriteStub
17542026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Starting download, target: Cockroach
17552026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Starting download, target: Clickhouse
17562026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Starting download, target: MaghemiteMgd
17572026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Starting download, target: TransceiverControl
17582026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-05-04T22:34:48.483ZMay 04 22:34:47.021 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-05-04T22:34:48.791ZMay 04 22:34:47.330 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-05-04T22:34:49.005ZMay 04 22:34:47.540 INFO Download complete, target: TransceiverControl
17662026-05-04T22:34:49.517ZMay 04 22:34:48.056 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-05-04T22:34:49.753ZMay 04 22:34:48.290 INFO Download complete, target: Console
17682026-05-04T22:34:50.213ZMay 04 22:34:48.741 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-05-04T22:34:50.389ZMay 04 22:34:48.929 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-05-04T22:34:50.696ZMay 04 22:34:49.236 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-05-04T22:34:50.696ZMay 04 22:34:49.236 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-05-04T22:34:50.874ZMay 04 22:34:49.414 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-05-04T22:34:52.531ZMay 04 22:34:51.071 INFO Download complete, target: DendriteStub
17742026-05-04T22:34:52.780ZMay 04 22:34:51.317 INFO Download complete, target: MaghemiteMgd
17752026-05-04T22:34:55.294ZMay 04 22:34:53.834 INFO Checking that binary works, target: Cockroach
17762026-05-04T22:34:55.386ZMay 04 22:34:53.926 INFO Download complete, target: Cockroach
17772026-05-04T22:34:57.573ZMay 04 22:34:56.112 INFO Checking that binary works, target: Clickhouse
17782026-05-04T22:34:57.662ZMay 04 22:34:56.202 INFO Download complete, target: Clickhouse
17792026-05-04T22:34:57.675ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-05-04T22:34:57.678Z
17812026-05-04T22:34:57.678Zreal 2:55.546738696
17822026-05-04T22:34:57.678Zuser 7:16.007657026
17832026-05-04T22:34:57.678Zsys 1:24.428449183
17842026-05-04T22:34:57.678Ztrap 0.222907406
17852026-05-04T22:34:57.678Ztflt 0.580145115
17862026-05-04T22:34:57.678Zdflt 0.601292545
17872026-05-04T22:34:57.678Zkflt 0.021584976
17882026-05-04T22:34:57.678Zlock 20:58.878435693
17892026-05-04T22:34:57.678Zslp 21:22.375067179
17902026-05-04T22:34:57.678Zlat 42.475421101
17912026-05-04T22:34:57.678Zstop 1:55.543819454
17922026-05-04T22:34:57.679Z+ banner hack-check
17932026-05-04T22:34:57.679Z
17942026-05-04T22:34:57.679Z # # ## #### # # #### # # ###### #### # #
17952026-05-04T22:34:57.679Z # # # # # # # # # # # # # # # # #
17962026-05-04T22:34:57.679Z ###### # # # #### ##### # ###### ##### # ####
17972026-05-04T22:34:57.679Z # # ###### # # # # # # # # # #
17982026-05-04T22:34:57.679Z # # # # # # # # # # # # # # # # #
17992026-05-04T22:34:57.679Z # # # # #### # # #### # # ###### #### # #
18002026-05-04T22:34:57.679Z
18012026-05-04T22:34:57.679Z+ export CARGO_INCREMENTAL=0
18022026-05-04T22:34:57.679Z+ CARGO_INCREMENTAL=0
18032026-05-04T22:34:57.679Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-05-04T22:34:58.206Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-05-04T22:34:58.420Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-05-04T22:35:00.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18072026-05-04T22:35:00.352Z Running `target/debug/xtask check-features --ci`
18082026-05-04T22:35:00.380Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-05-04T22:35:00.383Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-05-04T22:35:00.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18112026-05-04T22:35:00.897Z Running `target/debug/xtask download cargo-hack`
18122026-05-04T22:35:01.668Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-05-04T22:35:01.982Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-05-04T22:35:04.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18152026-05-04T22:35:04.616Z Running `target/debug/xtask-downloader cargo-hack`
18162026-05-04T22:35:04.657ZMay 04 22:35:03.194 INFO Starting download, target: CargoHack
18172026-05-04T22:35:04.659ZMay 04 22:35:03.195 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-05-04T22:35:05.092ZMay 04 22:35:03.631 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-05-04T22:35:05.141ZMay 04 22:35:03.680 INFO Download complete, target: CargoHack
18202026-05-04T22:35:05.144Zrunning: "/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"
18212026-05-04T22:35:05.156Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-05-04T22:35:05.309Zinfo: running `cargo check --bins` on api_identity (1/274)
18232026-05-04T22:35:05.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-04T22:35:05.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-04T22:35:05.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-04T22:35:05.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18272026-05-04T22:35:05.894Z
18282026-05-04T22:35:05.894Zinfo: running `cargo check --bins` on bootstore (2/274)
18292026-05-04T22:35:06.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-04T22:35:06.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-04T22:35:06.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-04T22:35:06.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18332026-05-04T22:35:06.478Z
18342026-05-04T22:35:06.478Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18352026-05-04T22:35:06.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-04T22:35:06.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-04T22:35:06.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-04T22:35:06.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18392026-05-04T22:35:07.059Z
18402026-05-04T22:35:07.059Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18412026-05-04T22:35:07.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-04T22:35:07.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-04T22:35:07.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-04T22:35:07.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18452026-05-04T22:35:07.646Z
18462026-05-04T22:35:07.646Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18472026-05-04T22:35:08.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-04T22:35:08.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-04T22:35:08.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-04T22:35:08.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18512026-05-04T22:35:08.227Z
18522026-05-04T22:35:08.227Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18532026-05-04T22:35:08.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-04T22:35:08.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-04T22:35:08.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-04T22:35:08.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18572026-05-04T22:35:08.820Z
18582026-05-04T22:35:08.820Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18592026-05-04T22:35:09.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-04T22:35:09.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-04T22:35:09.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-04T22:35:09.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18632026-05-04T22:35:09.404Z
18642026-05-04T22:35:09.405Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18652026-05-04T22:35:09.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-04T22:35:09.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-04T22:35:09.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-04T22:35:09.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18692026-05-04T22:35:09.994Z
18702026-05-04T22:35:09.994Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18712026-05-04T22:35:10.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-04T22:35:10.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-04T22:35:10.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-04T22:35:10.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-04T22:35:10.465Z
18762026-05-04T22:35:10.465Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18772026-05-04T22:35:10.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-04T22:35:10.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-04T22:35:10.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-04T22:35:10.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-04T22:35:10.936Z
18822026-05-04T22:35:10.936Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18832026-05-04T22:35:11.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-04T22:35:11.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-04T22:35:11.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-04T22:35:11.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-04T22:35:11.404Z
18882026-05-04T22:35:11.404Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18892026-05-04T22:35:11.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-04T22:35:11.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-04T22:35:11.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-04T22:35:11.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-04T22:35:11.871Z
18942026-05-04T22:35:11.871Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18952026-05-04T22:35:12.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-04T22:35:12.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-04T22:35:12.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-04T22:35:12.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-04T22:35:12.340Z
19002026-05-04T22:35:12.341Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19012026-05-04T22:35:12.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-04T22:35:12.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-04T22:35:12.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-04T22:35:12.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-04T22:35:12.810Z
19062026-05-04T22:35:12.810Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19072026-05-04T22:35:13.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-04T22:35:13.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-04T22:35:13.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-04T22:35:13.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19112026-05-04T22:35:13.285Z
19122026-05-04T22:35:13.285Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19132026-05-04T22:35:13.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-04T22:35:13.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-04T22:35:13.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-04T22:35:13.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19172026-05-04T22:35:13.757Z
19182026-05-04T22:35:13.757Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19192026-05-04T22:35:14.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-04T22:35:14.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-04T22:35:14.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-04T22:35:14.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-04T22:35:14.225Z
19242026-05-04T22:35:14.225Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19252026-05-04T22:35:14.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-04T22:35:14.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-04T22:35:14.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-04T22:35:14.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-04T22:35:14.695Z
19302026-05-04T22:35:14.695Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19312026-05-04T22:35:15.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-04T22:35:15.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-04T22:35:15.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-04T22:35:15.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-04T22:35:15.165Z
19362026-05-04T22:35:15.165Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19372026-05-04T22:35:15.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-04T22:35:15.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-04T22:35:15.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-04T22:35:15.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19412026-05-04T22:35:15.635Z
19422026-05-04T22:35:15.635Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19432026-05-04T22:35:16.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-04T22:35:16.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-04T22:35:16.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-04T22:35:16.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-04T22:35:16.103Z
19482026-05-04T22:35:16.103Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19492026-05-04T22:35:16.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-04T22:35:16.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-04T22:35:16.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-04T22:35:16.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19532026-05-04T22:35:16.582Z
19542026-05-04T22:35:16.582Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19552026-05-04T22:35:16.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-04T22:35:16.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-04T22:35:16.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-04T22:35:16.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-04T22:35:17.052Z
19602026-05-04T22:35:17.052Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19612026-05-04T22:35:17.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-04T22:35:17.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-04T22:35:17.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-04T22:35:17.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-05-04T22:35:17.524Z
19662026-05-04T22:35:17.524Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19672026-05-04T22:35:17.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-04T22:35:17.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-04T22:35:17.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-04T22:35:17.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-04T22:35:17.992Z
19722026-05-04T22:35:17.992Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19732026-05-04T22:35:18.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-04T22:35:18.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-04T22:35:18.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-04T22:35:18.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19772026-05-04T22:35:18.463Z
19782026-05-04T22:35:18.463Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19792026-05-04T22:35:18.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-04T22:35:18.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-04T22:35:18.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-04T22:35:18.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-04T22:35:18.934Z
19842026-05-04T22:35:18.934Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19852026-05-04T22:35:19.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-04T22:35:19.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-04T22:35:19.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-04T22:35:19.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-04T22:35:19.406Z
19902026-05-04T22:35:19.406Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19912026-05-04T22:35:19.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-04T22:35:19.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-04T22:35:19.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-04T22:35:19.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-04T22:35:19.868Z
19962026-05-04T22:35:19.868Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19972026-05-04T22:35:20.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-04T22:35:20.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-04T22:35:20.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-04T22:35:20.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-04T22:35:20.329Z
20022026-05-04T22:35:20.329Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20032026-05-04T22:35:20.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-04T22:35:20.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-04T22:35:20.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-04T22:35:20.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-04T22:35:20.791Z
20082026-05-04T22:35:20.791Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20092026-05-04T22:35:21.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-04T22:35:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-04T22:35:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-04T22:35:21.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-04T22:35:21.256Z
20142026-05-04T22:35:21.256Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20152026-05-04T22:35:21.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-04T22:35:21.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-04T22:35:21.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-04T22:35:21.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-04T22:35:21.721Z
20202026-05-04T22:35:21.721Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20212026-05-04T22:35:22.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-04T22:35:22.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-04T22:35:22.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-04T22:35:22.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-04T22:35:22.186Z
20262026-05-04T22:35:22.186Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20272026-05-04T22:35:22.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-04T22:35:22.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-04T22:35:22.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-04T22:35:22.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20312026-05-04T22:35:22.645Z
20322026-05-04T22:35:22.645Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20332026-05-04T22:35:23.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-04T22:35:23.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-04T22:35:23.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-04T22:35:23.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-04T22:35:23.111Z
20382026-05-04T22:35:23.111Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20392026-05-04T22:35:23.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-04T22:35:23.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-04T22:35:23.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-04T22:35:23.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-04T22:35:23.575Z
20442026-05-04T22:35:23.575Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20452026-05-04T22:35:23.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-04T22:35:23.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-04T22:35:23.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-04T22:35:23.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-04T22:35:24.038Z
20502026-05-04T22:35:24.038Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20512026-05-04T22:35:24.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-04T22:35:24.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-04T22:35:24.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-04T22:35:24.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-04T22:35:24.505Z
20562026-05-04T22:35:24.505Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20572026-05-04T22:35:24.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-04T22:35:24.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-04T22:35:24.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-04T22:35:24.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-04T22:35:24.974Z
20622026-05-04T22:35:24.974Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20632026-05-04T22:35:25.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-04T22:35:25.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-04T22:35:25.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-04T22:35:25.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-04T22:35:25.442Z
20682026-05-04T22:35:25.442Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20692026-05-04T22:35:25.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-04T22:35:25.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-04T22:35:25.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-04T22:35:25.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-04T22:35:25.910Z
20742026-05-04T22:35:25.910Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20752026-05-04T22:35:26.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-04T22:35:26.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-04T22:35:26.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-04T22:35:26.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-04T22:35:26.376Z
20802026-05-04T22:35:26.377Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20812026-05-04T22:35:26.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-04T22:35:26.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-04T22:35:26.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-04T22:35:26.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-05-04T22:35:26.843Z
20862026-05-04T22:35:26.843Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20872026-05-04T22:35:27.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-04T22:35:27.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-04T22:35:27.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-04T22:35:27.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20912026-05-04T22:35:27.311Z
20922026-05-04T22:35:27.311Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20932026-05-04T22:35:27.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-04T22:35:27.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-04T22:35:27.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-04T22:35:27.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20972026-05-04T22:35:27.774Z
20982026-05-04T22:35:27.774Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20992026-05-04T22:35:28.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-04T22:35:28.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-04T22:35:28.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-04T22:35:28.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-05-04T22:35:28.242Z
21042026-05-04T22:35:28.243Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21052026-05-04T22:35:28.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-04T22:35:28.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-04T22:35:28.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-04T22:35:28.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21092026-05-04T22:35:28.713Z
21102026-05-04T22:35:28.713Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21112026-05-04T22:35:29.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-04T22:35:29.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-04T22:35:29.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-04T22:35:29.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21152026-05-04T22:35:29.345Z
21162026-05-04T22:35:29.345Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21172026-05-04T22:35:29.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-04T22:35:29.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-04T22:35:29.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-04T22:35:29.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21212026-05-04T22:35:29.973Z
21222026-05-04T22:35:29.973Zinfo: running `cargo check --bins` on nexus-config (51/274)
21232026-05-04T22:35:30.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-04T22:35:30.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-04T22:35:30.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-04T22:35:30.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21272026-05-04T22:35:30.595Z
21282026-05-04T22:35:30.595Zinfo: running `cargo check --bins` on nexus-types (52/274)
21292026-05-04T22:35:31.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-04T22:35:31.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-04T22:35:31.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-04T22:35:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21332026-05-04T22:35:31.216Z
21342026-05-04T22:35:31.216Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21352026-05-04T22:35:31.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-04T22:35:31.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-04T22:35:31.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-04T22:35:31.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-05-04T22:35:31.810Z
21402026-05-04T22:35:31.810Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21412026-05-04T22:35:32.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-04T22:35:32.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-04T22:35:32.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-04T22:35:32.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-04T22:35:32.388Z
21462026-05-04T22:35:32.388Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21472026-05-04T22:35:32.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-04T22:35:32.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-04T22:35:32.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-04T22:35:32.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21512026-05-04T22:35:32.990Z
21522026-05-04T22:35:32.990Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21532026-05-04T22:35:33.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-04T22:35:33.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-04T22:35:33.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-04T22:35:33.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21572026-05-04T22:35:33.598Z
21582026-05-04T22:35:33.598Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21592026-05-04T22:35:34.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-04T22:35:34.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-04T22:35:34.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-04T22:35:34.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632026-05-04T22:35:34.203Z
21642026-05-04T22:35:34.203Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21652026-05-04T22:35:34.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-04T22:35:34.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-04T22:35:34.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-04T22:35:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21692026-05-04T22:35:34.810Z
21702026-05-04T22:35:34.810Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21712026-05-04T22:35:35.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-04T22:35:35.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-04T22:35:35.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-04T22:35:35.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-04T22:35:35.389Z
21762026-05-04T22:35:35.389Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21772026-05-04T22:35:35.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-04T22:35:35.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-04T22:35:35.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-04T22:35:35.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-04T22:35:35.977Z
21822026-05-04T22:35:35.977Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21832026-05-04T22:35:36.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-04T22:35:36.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-04T22:35:36.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-04T22:35:36.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-04T22:35:36.558Z
21882026-05-04T22:35:36.558Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21892026-05-04T22:35:37.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-04T22:35:37.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-04T22:35:37.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-04T22:35:37.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-04T22:35:37.138Z
21942026-05-04T22:35:37.138Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21952026-05-04T22:35:37.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-04T22:35:37.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-04T22:35:37.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-04T22:35:37.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-04T22:35:37.736Z
22002026-05-04T22:35:37.736Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22012026-05-04T22:35:38.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-04T22:35:38.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-04T22:35:38.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-04T22:35:38.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22052026-05-04T22:35:38.336Z
22062026-05-04T22:35:38.336Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22072026-05-04T22:35:38.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-04T22:35:38.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-04T22:35:38.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-04T22:35:38.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-05-04T22:35:38.916Z
22122026-05-04T22:35:38.916Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22132026-05-04T22:35:39.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-04T22:35:39.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-04T22:35:39.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-04T22:35:39.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22172026-05-04T22:35:39.496Z
22182026-05-04T22:35:39.496Zinfo: running `cargo check --bins` on ereport-types (67/274)
22192026-05-04T22:35:39.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-04T22:35:39.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-04T22:35:39.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-04T22:35:39.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22232026-05-04T22:35:40.081Z
22242026-05-04T22:35:40.081Zinfo: running `cargo check --bins` on gateway-client (68/274)
22252026-05-04T22:35:40.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-04T22:35:40.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-04T22:35:40.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-04T22:35:40.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22292026-05-04T22:35:40.676Z
22302026-05-04T22:35:40.676Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22312026-05-04T22:35:41.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-04T22:35:41.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-04T22:35:41.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-04T22:35:41.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22352026-05-04T22:35:41.265Z
22362026-05-04T22:35:41.265Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22372026-05-04T22:35:41.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-04T22:35:41.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-04T22:35:41.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-04T22:35:41.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22412026-05-04T22:35:41.850Z
22422026-05-04T22:35:41.850Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22432026-05-04T22:35:42.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-04T22:35:42.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-04T22:35:42.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-05-04T22:35:42.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22472026-05-04T22:35:42.438Z
22482026-05-04T22:35:42.438Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22492026-05-04T22:35:42.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-05-04T22:35:42.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-05-04T22:35:42.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-05-04T22:35:42.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22532026-05-04T22:35:43.028Z
22542026-05-04T22:35:43.028Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22552026-05-04T22:35:43.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-05-04T22:35:43.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-05-04T22:35:43.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-05-04T22:35:43.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22592026-05-04T22:35:43.647Z
22602026-05-04T22:35:43.647Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22612026-05-04T22:35:44.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-05-04T22:35:44.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-05-04T22:35:44.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-05-04T22:35:44.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22652026-05-04T22:35:44.261Z
22662026-05-04T22:35:44.262Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22672026-05-04T22:35:44.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-05-04T22:35:44.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-05-04T22:35:44.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-05-04T22:35:44.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22712026-05-04T22:35:44.843Z
22722026-05-04T22:35:44.843Zinfo: running `cargo check --bins` on oxlog (76/274)
22732026-05-04T22:35:45.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-05-04T22:35:45.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-05-04T22:35:45.456Z Checking cfg-if v1.0.4
22762026-05-04T22:35:45.458Z Checking libc v0.2.185
22772026-05-04T22:35:45.458Z Checking serde_core v1.0.228
22782026-05-04T22:35:45.572Z Checking zeroize v1.8.2
22792026-05-04T22:35:45.582Z Checking memchr v2.8.0
22802026-05-04T22:35:45.592Z Checking log v0.4.29
22812026-05-04T22:35:45.601Z Checking smallvec v1.15.1
22822026-05-04T22:35:45.612Z Checking typenum v1.19.0
22832026-05-04T22:35:45.612Z Checking subtle v2.6.1
22842026-05-04T22:35:45.714Z Checking itoa v1.0.17
22852026-05-04T22:35:45.746Z Checking scopeguard v1.2.0
22862026-05-04T22:35:45.759Z Checking stable_deref_trait v1.2.1
22872026-05-04T22:35:45.772Z Checking const-oid v0.9.6
22882026-05-04T22:35:45.831Z Checking portable-atomic v1.13.1
22892026-05-04T22:35:45.844Z Checking lock_api v0.4.14
22902026-05-04T22:35:45.854Z Checking zerofrom v0.1.6
22912026-05-04T22:35:45.948Z Checking critical-section v1.2.0
22922026-05-04T22:35:45.958Z Checking getrandom v0.2.17
22932026-05-04T22:35:45.962Z Checking errno v0.3.14
22942026-05-04T22:35:46.033Z Checking yoke v0.8.1
22952026-05-04T22:35:46.074Z Checking parking_lot_core v0.9.12
22962026-05-04T22:35:46.100Z Checking signal-hook-registry v1.4.8
22972026-05-04T22:35:46.136Z Checking rand_core v0.6.4
22982026-05-04T22:35:46.136Z Checking generic-array v0.14.7
22992026-05-04T22:35:46.198Z Checking zerovec v0.11.5
23002026-05-04T22:35:46.220Z Checking once_cell v1.21.3
23012026-05-04T22:35:46.252Z Checking zerocopy v0.8.40
23022026-05-04T22:35:46.255Z Checking pin-project-lite v0.2.17
23032026-05-04T22:35:46.315Z Checking parking_lot v0.12.5
23042026-05-04T22:35:46.349Z Checking mio v1.2.0
23052026-05-04T22:35:46.389Z Checking socket2 v0.6.3
23062026-05-04T22:35:46.432Z Checking libm v0.2.16
23072026-05-04T22:35:46.494Z Checking zmij v1.0.21
23082026-05-04T22:35:46.572Z Checking crypto-common v0.1.7
23092026-05-04T22:35:46.620Z Checking block-buffer v0.10.4
23102026-05-04T22:35:46.633Z Checking tinystr v0.8.2
23112026-05-04T22:35:46.644Z Checking equivalent v1.0.2
23122026-05-04T22:35:46.690Z Checking litemap v0.8.1
23132026-05-04T22:35:46.702Z Checking percent-encoding v2.3.2
23142026-05-04T22:35:46.719Z Checking writeable v0.6.2
23152026-05-04T22:35:46.753Z Checking digest v0.10.7
23162026-05-04T22:35:46.804Z Checking futures-core v0.3.32
23172026-05-04T22:35:46.833Z Checking potential_utf v0.1.4
23182026-05-04T22:35:46.861Z Checking zerotrie v0.2.3
23192026-05-04T22:35:46.876Z Checking icu_locale_core v2.1.1
23202026-05-04T22:35:46.930Z Checking cpufeatures v0.2.17
23212026-05-04T22:35:46.951Z Checking hmac v0.12.1
23222026-05-04T22:35:46.963Z Checking icu_collections v2.1.1
23232026-05-04T22:35:46.999Z Checking block-padding v0.3.3
23242026-05-04T22:35:47.029Z Checking serde v1.0.228
23252026-05-04T22:35:47.080Z Checking bitflags v2.11.0
23262026-05-04T22:35:47.103Z Checking serde_json v1.0.149
23272026-05-04T22:35:47.125Z Checking icu_properties_data v2.1.2
23282026-05-04T22:35:47.137Z Checking num-traits v0.2.19
23292026-05-04T22:35:47.241Z Checking icu_normalizer_data v2.1.1
23302026-05-04T22:35:47.254Z Checking rand_core v0.10.0
23312026-05-04T22:35:47.266Z Checking hashbrown v0.17.0
23322026-05-04T22:35:47.313Z Checking futures-sink v0.3.32
23332026-05-04T22:35:47.389Z Checking getrandom v0.4.1
23342026-05-04T22:35:47.405Z Checking futures-channel v0.3.32
23352026-05-04T22:35:47.428Z Checking bytes v1.11.1
23362026-05-04T22:35:47.439Z Checking icu_provider v2.1.1
23372026-05-04T22:35:47.529Z Checking inout v0.1.4
23382026-05-04T22:35:47.589Z Checking futures-task v0.3.32
23392026-05-04T22:35:47.646Z Checking futures-io v0.3.32
23402026-05-04T22:35:47.659Z Checking slab v0.4.12
23412026-05-04T22:35:47.662Z Checking icu_properties v2.1.2
23422026-05-04T22:35:47.719Z Checking icu_normalizer v2.1.1
23432026-05-04T22:35:47.731Z Checking indexmap v2.14.0
23442026-05-04T22:35:47.757Z Checking cipher v0.4.4
23452026-05-04T22:35:47.766Z Checking sha2 v0.10.9
23462026-05-04T22:35:47.813Z Checking futures-util v0.3.32
23472026-05-04T22:35:47.857Z Checking tokio v1.52.1
23482026-05-04T22:35:47.960Z Checking getrandom v0.3.4
23492026-05-04T22:35:48.018Z Checking base64ct v1.8.3
23502026-05-04T22:35:48.030Z Checking byteorder v1.5.0
23512026-05-04T22:35:48.097Z Checking utf8_iter v1.0.4
23522026-05-04T22:35:48.216Z Checking form_urlencoded v1.2.2
23532026-05-04T22:35:48.230Z Checking fnv v1.0.7
23542026-05-04T22:35:48.246Z Checking pem-rfc7468 v0.7.0
23552026-05-04T22:35:48.271Z Checking flagset v0.4.7
23562026-05-04T22:35:48.316Z Checking rand_core v0.9.5
23572026-05-04T22:35:48.341Z Checking salsa20 v0.10.2
23582026-05-04T22:35:48.389Z Checking http v1.4.0
23592026-05-04T22:35:48.401Z Checking der v0.7.10
23602026-05-04T22:35:48.469Z Checking uuid v1.23.0
23612026-05-04T22:35:48.485Z Checking pbkdf2 v0.12.2
23622026-05-04T22:35:48.490Z Checking idna_adapter v1.2.1
23632026-05-04T22:35:48.594Z Checking scrypt v0.11.0
23642026-05-04T22:35:48.610Z Checking idna v1.1.0
23652026-05-04T22:35:48.737Z Checking aes v0.8.4
23662026-05-04T22:35:48.777Z Checking cbc v0.1.2
23672026-05-04T22:35:48.855Z Checking url v2.5.8
23682026-05-04T22:35:48.902Z Checking rustix v1.1.3
23692026-05-04T22:35:48.959Z Checking tracing-core v0.1.36
23702026-05-04T22:35:49.003Z Checking ppv-lite86 v0.2.21
23712026-05-04T22:35:49.116Z Checking rustls-pki-types v1.14.0
23722026-05-04T22:35:49.128Z Checking spki v0.7.3
23732026-05-04T22:35:49.258Z Checking iana-time-zone v0.1.65
23742026-05-04T22:35:49.280Z Checking regex-syntax v0.8.10
23752026-05-04T22:35:49.293Z Checking pkcs5 v0.7.1
23762026-05-04T22:35:49.296Z Checking rand_chacha v0.9.0
23772026-05-04T22:35:49.357Z Checking chrono v0.4.44
23782026-05-04T22:35:49.392Z Checking tracing v0.1.44
23792026-05-04T22:35:49.493Z Checking rand v0.9.2
23802026-05-04T22:35:49.540Z Checking http-body v1.0.1
23812026-05-04T22:35:49.589Z Checking aws-lc-sys v0.37.1
23822026-05-04T22:35:49.668Z Checking openssl-probe v0.2.1
23832026-05-04T22:35:49.715Z Checking untrusted v0.7.1
23842026-05-04T22:35:49.728Z Checking base64 v0.22.1
23852026-05-04T22:35:49.770Z Checking untrusted v0.9.0
23862026-05-04T22:35:49.823Z Checking pkcs8 v0.10.2
23872026-05-04T22:35:49.875Z Checking ring v0.17.14
23882026-05-04T22:35:49.963Z Checking try-lock v0.2.5
23892026-05-04T22:35:49.976Z Checking tower-layer v0.3.3
23902026-05-04T22:35:50.000Z Checking tower-service v0.3.3
23912026-05-04T22:35:50.060Z Checking atomic-waker v1.1.2
23922026-05-04T22:35:50.085Z Checking plain v0.2.3
23932026-05-04T22:35:50.097Z Checking aws-lc-rs v1.16.0
23942026-05-04T22:35:50.117Z Checking tinyvec_macros v0.1.1
23952026-05-04T22:35:50.153Z Checking want v0.3.1
23962026-05-04T22:35:50.180Z Checking tinyvec v1.10.0
23972026-05-04T22:35:50.194Z Checking ipnet v2.11.0
23982026-05-04T22:35:50.206Z Checking semver v1.0.28
23992026-05-04T22:35:50.268Z Checking httparse v1.10.1
24002026-05-04T22:35:50.405Z Checking spin v0.9.8
24012026-05-04T22:35:50.440Z Checking foreign-types-shared v0.1.1
24022026-05-04T22:35:50.469Z Checking httpdate v1.0.3
24032026-05-04T22:35:50.487Z Checking pin-utils v0.1.0
24042026-05-04T22:35:50.520Z Checking ucd-trie v0.1.7
24052026-05-04T22:35:50.552Z Checking fastrand v2.3.0
24062026-05-04T22:35:50.577Z Checking unicode-ident v1.0.24
24072026-05-04T22:35:50.580Z Checking dyn-clone v1.0.20
24082026-05-04T22:35:50.610Z Checking foreign-types v0.3.2
24092026-05-04T22:35:50.645Z Checking pest v2.8.6
24102026-05-04T22:35:50.676Z Checking openssl-sys v0.9.114
24112026-05-04T22:35:50.689Z Checking schemars v0.8.22
24122026-05-04T22:35:50.694Z Checking proc-macro2 v1.0.106
24132026-05-04T22:35:50.726Z Checking tempfile v3.25.0
24142026-05-04T22:35:50.867Z Checking thiserror v2.0.18
24152026-05-04T22:35:50.920Z Checking wait-timeout v0.2.1
24162026-05-04T22:35:50.920Z Checking rustls-webpki v0.103.9
24172026-05-04T22:35:50.964Z Checking aho-corasick v1.1.4
24182026-05-04T22:35:51.011Z Checking anstyle v1.0.13
24192026-05-04T22:35:51.039Z Checking utf8parse v0.2.2
24202026-05-04T22:35:51.070Z Checking tokio-util v0.7.18
24212026-05-04T22:35:51.136Z Checking pretty-hex v0.4.1
24222026-05-04T22:35:51.149Z Checking simd-adler32 v0.3.8
24232026-05-04T22:35:51.189Z Checking quick-error v1.2.3
24242026-05-04T22:35:51.249Z Checking bit-vec v0.8.0
24252026-05-04T22:35:51.287Z Checking powerfmt v0.2.0
24262026-05-04T22:35:51.311Z Checking siphasher v1.0.2
24272026-05-04T22:35:51.339Z Checking rustls v0.23.37
24282026-05-04T22:35:51.343Z Checking rusty-fork v0.3.1
24292026-05-04T22:35:51.429Z Checking deranged v0.5.8
24302026-05-04T22:35:51.441Z Checking bit-set v0.8.0
24312026-05-04T22:35:51.461Z Checking openssl v0.10.78
24322026-05-04T22:35:51.516Z Checking anstyle-parse v0.2.7
24332026-05-04T22:35:51.581Z Checking quote v1.0.45
24342026-05-04T22:35:51.642Z Checking regex-automata v0.4.14
24352026-05-04T22:35:51.665Z Checking h2 v0.4.13
24362026-05-04T22:35:51.677Z Compiling newtype-uuid v1.3.2
24372026-05-04T22:35:51.691Z Checking unicode-normalization v0.1.25
24382026-05-04T22:35:51.745Z Checking rustls-native-certs v0.8.3
24392026-05-04T22:35:51.867Z Checking crossbeam-utils v0.8.21
24402026-05-04T22:35:51.882Z Checking rand_xorshift v0.4.0
24412026-05-04T22:35:51.998Z Checking crc32fast v1.5.0
24422026-05-04T22:35:52.097Z Checking scroll v0.13.0
24432026-05-04T22:35:52.135Z Checking signature v2.2.0
24442026-05-04T22:35:52.196Z Checking sync_wrapper v1.0.2
24452026-05-04T22:35:52.263Z Checking num_threads v0.1.7
24462026-05-04T22:35:52.298Z Checking unicode-properties v0.1.4
24472026-05-04T22:35:52.322Z Checking colorchoice v1.0.4
24482026-05-04T22:35:52.346Z Checking num-conv v0.2.0
24492026-05-04T22:35:52.372Z Checking unicode-bidi v0.3.18
24502026-05-04T22:35:52.419Z Checking adler2 v2.0.1
24512026-05-04T22:35:52.459Z Checking unarray v0.1.4
24522026-05-04T22:35:52.484Z Checking allocator-api2 v0.2.21
24532026-05-04T22:35:52.521Z Checking anstyle-query v1.1.5
24542026-05-04T22:35:52.580Z Checking is_terminal_polyfill v1.70.2
24552026-05-04T22:35:52.610Z Checking time-core v0.1.8
24562026-05-04T22:35:52.642Z Checking anstream v0.6.21
24572026-05-04T22:35:52.660Z Checking stringprep v0.1.5
24582026-05-04T22:35:52.748Z Checking time v0.3.47
24592026-05-04T22:35:52.759Z Checking proptest v1.10.0
24602026-05-04T22:35:52.807Z Checking miniz_oxide v0.8.9
24612026-05-04T22:35:52.834Z Checking goblin v0.10.5
24622026-05-04T22:35:53.146Z Checking tower v0.5.3
24632026-05-04T22:35:53.462Z Checking crossbeam-epoch v0.9.18
24642026-05-04T22:35:53.474Z Checking native-tls v0.2.18
24652026-05-04T22:35:53.527Z Compiling daft v0.1.5
24662026-05-04T22:35:53.646Z Checking syn v2.0.117
24672026-05-04T22:35:53.680Z Checking ipnetwork v0.21.1
24682026-05-04T22:35:53.735Z Checking tokio-rustls v0.26.4
24692026-05-04T22:35:53.804Z Checking http-body-util v0.1.3
24702026-05-04T22:35:53.864Z Checking webpki-roots v1.0.6
24712026-05-04T22:35:53.896Z Checking rand_chacha v0.3.1
24722026-05-04T22:35:53.964Z Checking scroll v0.12.0
24732026-05-04T22:35:53.978Z Checking thiserror v1.0.69
24742026-05-04T22:35:54.021Z Checking zstd-sys v2.0.16+zstd.1.5.7
24752026-05-04T22:35:54.072Z Checking hash32 v0.2.1
24762026-05-04T22:35:54.100Z Checking num-integer v0.1.46
24772026-05-04T22:35:54.127Z Checking toml_datetime v0.6.11
24782026-05-04T22:35:54.187Z Checking serde_spanned v0.6.9
24792026-05-04T22:35:54.224Z Checking md-5 v0.10.6
24802026-05-04T22:35:54.307Z Checking ff v0.13.1
24812026-05-04T22:35:54.321Z Checking iri-string v0.7.10
24822026-05-04T22:35:54.334Z Checking psl-types v2.0.11
24832026-05-04T22:35:54.357Z Checking ryu v1.0.23
24842026-05-04T22:35:54.370Z Checking hyper v1.8.1
24852026-05-04T22:35:54.431Z Checking fallible-iterator v0.2.0
24862026-05-04T22:35:54.444Z Checking base16ct v0.2.0
24872026-05-04T22:35:54.488Z Checking zlib-rs v0.6.2
24882026-05-04T22:35:54.501Z Checking serde_urlencoded v0.7.1
24892026-05-04T22:35:54.563Z Checking sec1 v0.7.3
24902026-05-04T22:35:54.697Z Checking postgres-protocol v0.6.10
24912026-05-04T22:35:54.700Z Compiling iddqd v0.3.18
24922026-05-04T22:35:54.915Z Checking publicsuffix v2.3.0
24932026-05-04T22:35:55.007Z Checking group v0.13.0
24942026-05-04T22:35:55.077Z Checking num-iter v0.1.45
24952026-05-04T22:35:55.149Z Checking dof v0.4.0
24962026-05-04T22:35:55.152Z Checking heapless v0.7.17
24972026-05-04T22:35:55.184Z Checking goblin v0.8.2
24982026-05-04T22:35:55.258Z Checking hyper-util v0.1.20
24992026-05-04T22:35:55.321Z Checking tower-http v0.6.8
25002026-05-04T22:35:55.357Z Checking flate2 v1.1.9
25012026-05-04T22:35:55.563Z Checking zstd-safe v7.2.4
25022026-05-04T22:35:55.587Z Checking rand v0.8.5
25032026-05-04T22:35:55.649Z Checking oxnet v0.1.4
25042026-05-04T22:35:55.726Z Checking cookie v0.18.1
25052026-05-04T22:35:55.774Z Checking tokio-native-tls v0.3.1
25062026-05-04T22:35:55.828Z Checking dtrace-parser v0.3.0
25072026-05-04T22:35:55.882Z Checking phf_shared v0.13.1
25082026-05-04T22:35:55.900Z Checking lazy_static v1.5.0
25092026-05-04T22:35:55.926Z Checking terminal_size v0.4.3
25102026-05-04T22:35:55.950Z Checking zerocopy v0.7.35
25112026-05-04T22:35:55.984Z Checking bzip2-sys v0.1.13+1.0.8
25122026-05-04T22:35:56.034Z Checking signal-hook v0.3.18
25132026-05-04T22:35:56.054Z Checking hkdf v0.12.4
25142026-05-04T22:35:56.081Z Checking crypto-bigint v0.5.5
25152026-05-04T22:35:56.102Z Checking thread-id v5.1.0
25162026-05-04T22:35:56.117Z Checking foldhash v0.1.5
25172026-05-04T22:35:56.177Z Checking winnow v0.7.14
25182026-05-04T22:35:56.177Z Checking libbz2-rs-sys v0.2.2
25192026-05-04T22:35:56.231Z Checking bitflags v1.3.2
25202026-05-04T22:35:56.287Z Checking managed v0.8.0
25212026-05-04T22:35:56.300Z Checking winnow v0.5.40
25222026-05-04T22:35:56.425Z Compiling rayon-core v1.13.0
25232026-05-04T22:35:56.437Z Checking either v1.15.0
25242026-05-04T22:35:56.501Z Checking hyper-rustls v0.27.7
25252026-05-04T22:35:56.579Z Checking foldhash v0.2.0
25262026-05-04T22:35:56.595Z Checking bumpalo v3.20.2
25272026-05-04T22:35:56.619Z Checking clap_lex v1.0.0
25282026-05-04T22:35:56.701Z Checking strsim v0.11.1
25292026-05-04T22:35:56.729Z Checking hashbrown v0.16.1
25302026-05-04T22:35:56.782Z Checking bzip2 v0.6.1
25312026-05-04T22:35:56.794Z Checking zopfli v0.8.3
25322026-05-04T22:35:56.873Z Checking clap_builder v4.5.60
25332026-05-04T22:35:56.943Z Checking hyper-tls v0.6.0
25342026-05-04T22:35:56.993Z Checking elliptic-curve v0.13.8
25352026-05-04T22:35:57.075Z Checking dof v0.3.0
25362026-05-04T22:35:57.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25372026-05-04T22:35:57.132Z Checking smoltcp v0.9.1
25382026-05-04T22:35:57.242Z Checking hashbrown v0.15.5
25392026-05-04T22:35:57.292Z Checking signal-hook-mio v0.2.5
25402026-05-04T22:35:57.306Z Checking usdt-impl v0.6.0
25412026-05-04T22:35:57.361Z Checking num-bigint-dig v0.8.6
25422026-05-04T22:35:57.380Z Checking bzip2 v0.4.4
25432026-05-04T22:35:57.392Z Checking phf v0.13.1
25442026-05-04T22:35:57.459Z Checking toml_edit v0.19.15
25452026-05-04T22:35:57.534Z Checking cookie_store v0.22.1
25462026-05-04T22:35:57.571Z Checking zstd v0.13.3
25472026-05-04T22:35:57.705Z Checking postgres-types v0.2.12
25482026-05-04T22:35:57.727Z Checking dtrace-parser v0.2.0
25492026-05-04T22:35:57.753Z Checking rustls-platform-verifier v0.6.2
25502026-05-04T22:35:57.771Z Checking crossbeam-deque v0.8.6
25512026-05-04T22:35:57.864Z Checking regex v1.12.3
25522026-05-04T22:35:57.887Z Checking bstr v1.12.1
25532026-05-04T22:35:57.941Z Checking ed25519 v2.2.3
25542026-05-04T22:35:57.952Z Checking phf_shared v0.11.3
25552026-05-04T22:35:58.004Z Checking curve25519-dalek v4.1.3
25562026-05-04T22:35:58.085Z Checking ref-cast v1.0.25
25572026-05-04T22:35:58.097Z Checking strum v0.27.2
25582026-05-04T22:35:58.118Z Checking hubpack v0.1.2
25592026-05-04T22:35:58.137Z Checking memoffset v0.9.1
25602026-05-04T22:35:58.161Z Checking rustix v0.38.44
25612026-05-04T22:35:58.176Z Checking pkcs1 v0.7.5
25622026-05-04T22:35:58.202Z Checking float-cmp v0.10.0
25632026-05-04T22:35:58.214Z Checking erased-serde v0.3.31
25642026-05-04T22:35:58.274Z Checking serde-big-array v0.5.1
25652026-05-04T22:35:58.277Z Checking hex v0.4.3
25662026-05-04T22:35:58.324Z Checking rfc6979 v0.4.0
25672026-05-04T22:35:58.380Z Checking thread-id v4.2.2
25682026-05-04T22:35:58.414Z Checking memmap2 v0.9.10
25692026-05-04T22:35:58.437Z Checking env_filter v1.0.0
25702026-05-04T22:35:58.455Z Checking encoding_rs v0.8.35
25712026-05-04T22:35:58.487Z Checking rustc-hash v2.1.1
25722026-05-04T22:35:58.500Z Checking normalize-line-endings v0.3.0
25732026-05-04T22:35:58.570Z Checking mime v0.3.17
25742026-05-04T22:35:58.573Z Checking whoami v2.1.0
25752026-05-04T22:35:58.594Z Checking keccak v0.1.6
25762026-05-04T22:35:58.596Z Checking difflib v0.4.0
25772026-05-04T22:35:58.596Z Checking fixedbitset v0.4.2
25782026-05-04T22:35:58.746Z Checking data-encoding v2.10.0
25792026-05-04T22:35:58.758Z Checking unicode-segmentation v1.12.0
25802026-05-04T22:35:58.761Z Checking predicates-core v1.0.10
25812026-05-04T22:35:58.761Z Checking jiff v0.2.21
25822026-05-04T22:35:58.789Z Checking toml_write v0.1.2
25832026-05-04T22:35:58.792Z Checking static_assertions v1.1.0
25842026-05-04T22:35:58.857Z Checking precomputed-hash v0.1.1
25852026-05-04T22:35:58.895Z Checking new_debug_unreachable v1.0.6
25862026-05-04T22:35:58.941Z Checking fixedbitset v0.5.7
25872026-05-04T22:35:58.959Z Checking crossterm v0.28.1
25882026-05-04T22:35:58.961Z Checking string_cache v0.8.9
25892026-05-04T22:35:58.983Z Checking toml_edit v0.22.27
25902026-05-04T22:35:59.011Z Checking hickory-proto v0.25.2
25912026-05-04T22:35:59.067Z Checking similar v2.7.0
25922026-05-04T22:35:59.131Z Checking petgraph v0.8.3
25932026-05-04T22:35:59.135Z Checking predicates v3.1.4
25942026-05-04T22:35:59.393Z Checking reqwest v0.12.28
25952026-05-04T22:35:59.438Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25962026-05-04T22:35:59.450Z Checking ed25519-dalek v2.2.0
25972026-05-04T22:35:59.665Z Checking sha3 v0.10.8
25982026-05-04T22:35:59.680Z Checking tokio-postgres v0.7.16
25992026-05-04T22:35:59.910Z Checking petgraph v0.6.5
26002026-05-04T22:36:00.229Z Checking slog v2.8.2
26012026-05-04T22:36:00.485Z Checking env_logger v0.11.9
26022026-05-04T22:36:00.674Z Checking usdt v0.6.0
26032026-05-04T22:36:00.693Z Checking serde_with v3.17.0
26042026-05-04T22:36:00.839Z Checking toml v0.7.8
26052026-05-04T22:36:00.919Z Checking usdt-impl v0.5.0
26062026-05-04T22:36:00.931Z Checking ecdsa v0.16.9
26072026-05-04T22:36:00.973Z Checking zip v4.6.1
26082026-05-04T22:36:01.089Z Checking rsa v0.9.10
26092026-05-04T22:36:01.140Z Checking nix v0.31.2
26102026-05-04T22:36:01.190Z Checking clap v4.5.60
26112026-05-04T22:36:01.281Z Checking reqwest v0.13.2
26122026-05-04T22:36:01.530Z Checking zip v0.6.6
26132026-05-04T22:36:01.552Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-05-04T22:36:01.609Z Checking itertools v0.13.0
26152026-05-04T22:36:01.665Z Checking strum v0.26.3
26162026-05-04T22:36:01.745Z Checking tokio-stream v0.1.18
26172026-05-04T22:36:01.772Z Checking fs-err v3.3.0
26182026-05-04T22:36:01.857Z Checking ahash v0.8.12
26192026-05-04T22:36:01.877Z Checking object v0.37.3
26202026-05-04T22:36:02.054Z Checking buf-list v1.1.2
26212026-05-04T22:36:02.083Z Checking camino v1.2.2
26222026-05-04T22:36:02.094Z Checking anyhow v1.0.102
26232026-05-04T22:36:02.138Z Checking x509-cert v0.2.5
26242026-05-04T22:36:02.141Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26252026-05-04T22:36:02.162Z Checking openapiv3 v2.2.0
26262026-05-04T22:36:02.235Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-05-04T22:36:02.288Z Checking sha1 v0.10.6
26282026-05-04T22:36:02.328Z Checking lalrpop-util v0.19.12
26292026-05-04T22:36:02.411Z Checking peg-runtime v0.8.5
26302026-05-04T22:36:02.424Z Checking rayon v1.11.0
26312026-05-04T22:36:02.445Z Checking sigpipe v0.1.3
26322026-05-04T22:36:02.487Z Checking glob v0.3.3
26332026-05-04T22:36:04.061Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-05-04T22:36:04.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s
26352026-05-04T22:36:04.499Z
26362026-05-04T22:36:04.499Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26372026-05-04T22:36:05.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-04T22:36:05.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-04T22:36:05.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-04T22:36:05.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-04T22:36:05.100Z
26422026-05-04T22:36:05.100Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26432026-05-04T22:36:05.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-04T22:36:05.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-04T22:36:05.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-04T22:36:05.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-04T22:36:05.703Z
26482026-05-04T22:36:05.703Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26492026-05-04T22:36:06.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-04T22:36:06.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-04T22:36:06.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-04T22:36:06.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-05-04T22:36:06.315Z
26542026-05-04T22:36:06.315Zinfo: running `cargo check --bins` on oxql-types (80/274)
26552026-05-04T22:36:06.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-04T22:36:06.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-04T22:36:06.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-04T22:36:06.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26592026-05-04T22:36:06.919Z
26602026-05-04T22:36:06.919Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26612026-05-04T22:36:07.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-04T22:36:07.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-04T22:36:07.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-05-04T22:36:07.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26652026-05-04T22:36:07.508Z
26662026-05-04T22:36:07.508Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26672026-05-04T22:36:08.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-05-04T22:36:08.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-05-04T22:36:08.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-05-04T22:36:08.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26712026-05-04T22:36:08.122Z
26722026-05-04T22:36:08.122Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26732026-05-04T22:36:08.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-05-04T22:36:08.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-05-04T22:36:08.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-05-04T22:36:08.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26772026-05-04T22:36:08.713Z
26782026-05-04T22:36:08.713Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26792026-05-04T22:36:09.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-05-04T22:36:09.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-05-04T22:36:09.401Z Compiling structmeta-derive v0.3.0
26822026-05-04T22:36:09.517Z Compiling rustls v0.22.4
26832026-05-04T22:36:09.528Z Compiling multer v3.1.0
26842026-05-04T22:36:09.538Z Compiling async-stream-impl v0.3.6
26852026-05-04T22:36:09.538Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-05-04T22:36:09.561Z Compiling dropshot v0.17.0
26872026-05-04T22:36:09.575Z Compiling dropshot_endpoint v0.17.0
26882026-05-04T22:36:09.575Z Compiling newtype-uuid-macros v0.1.0
26892026-05-04T22:36:09.690Z Checking newtype-uuid v1.3.2
26902026-05-04T22:36:09.752Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-05-04T22:36:09.811Z Checking rustls-webpki v0.102.8
26922026-05-04T22:36:09.879Z Checking daft v0.1.5
26932026-05-04T22:36:09.917Z Checking futures-executor v0.3.32
26942026-05-04T22:36:10.062Z Checking thread_local v1.1.9
26952026-05-04T22:36:10.114Z Checking match_cfg v0.1.0
26962026-05-04T22:36:10.117Z Checking compression-core v0.4.31
26972026-05-04T22:36:10.185Z Checking iddqd v0.3.18
26982026-05-04T22:36:10.198Z Checking hostname v0.3.1
26992026-05-04T22:36:10.225Z Checking futures v0.3.32
27002026-05-04T22:36:10.238Z Checking compression-codecs v0.4.37
27012026-05-04T22:36:10.289Z Checking crossbeam-channel v0.5.15
27022026-05-04T22:36:10.311Z Checking slog-json v2.6.1
27032026-05-04T22:36:10.322Z Checking is-terminal v0.4.17
27042026-05-04T22:36:10.398Z Checking toml_datetime v1.0.0+spec-1.1.0
27052026-05-04T22:36:10.410Z Checking serde_spanned v1.0.4
27062026-05-04T22:36:10.453Z Checking take_mut v0.2.2
27072026-05-04T22:36:10.537Z Checking debug-ignore v1.0.5
27082026-05-04T22:36:10.549Z Compiling structmeta v0.3.0
27092026-05-04T22:36:10.561Z Checking term v1.2.1
27102026-05-04T22:36:10.594Z Checking toml_writer v1.0.6+spec-1.1.0
27112026-05-04T22:36:10.622Z Checking slog-async v2.8.0
27122026-05-04T22:36:10.634Z Checking slog-bunyan v2.5.0
27132026-05-04T22:36:10.743Z Checking async-compression v0.4.41
27142026-05-04T22:36:10.759Z Compiling derive-ex v0.1.8
27152026-05-04T22:36:10.771Z Compiling parse-display-derive v0.10.0
27162026-05-04T22:36:10.781Z Checking toml v1.0.6+spec-1.1.0
27172026-05-04T22:36:10.793Z Checking slog-term v2.9.2
27182026-05-04T22:36:10.982Z Checking async-stream v0.3.6
27192026-05-04T22:36:11.029Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-05-04T22:36:11.042Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27212026-05-04T22:36:11.100Z Checking progenitor-client v0.14.0
27222026-05-04T22:36:11.113Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-05-04T22:36:11.253Z Checking waitgroup v0.1.2
27242026-05-04T22:36:11.311Z Checking backon v1.6.0
27252026-05-04T22:36:11.324Z Checking rustls-pemfile v2.2.0
27262026-05-04T22:36:11.356Z Checking serde_path_to_error v0.1.20
27272026-05-04T22:36:11.359Z Checking hostname v0.4.2
27282026-05-04T22:36:11.456Z Checking instant v0.1.13
27292026-05-04T22:36:11.538Z Checking backoff v0.4.0
27302026-05-04T22:36:11.595Z Checking tokio-rustls v0.25.0
27312026-05-04T22:36:11.630Z Checking progenitor-extras v0.2.0
27322026-05-04T22:36:11.675Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-05-04T22:36:11.709Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-05-04T22:36:11.873Z Checking progenitor-client v0.10.0
27352026-05-04T22:36:11.911Z Checking itertools v0.14.0
27362026-05-04T22:36:12.086Z Checking regress v0.10.5
27372026-05-04T22:36:12.097Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27382026-05-04T22:36:12.337Z Checking macaddr v1.0.1
27392026-05-04T22:36:12.447Z Checking parse-display v0.10.0
27402026-05-04T22:36:12.469Z Compiling test-strategy v0.4.5
27412026-05-04T22:36:13.610Z Compiling prettyplease v0.2.37
27422026-05-04T22:36:13.950Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27432026-05-04T22:36:14.062Z Checking num-rational v0.4.2
27442026-05-04T22:36:14.307Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27452026-05-04T22:36:14.483Z Checking num-complex v0.4.6
27462026-05-04T22:36:15.169Z Compiling num v0.4.3
27472026-05-04T22:36:15.195Z Compiling usdt-attr-macro v0.5.0
27482026-05-04T22:36:15.249Z Compiling usdt-macro v0.5.0
27492026-05-04T22:36:15.262Z Checking memmap v0.7.0
27502026-05-04T22:36:15.336Z Checking float-ord v0.3.2
27512026-05-04T22:36:15.392Z Compiling convert_case v0.4.0
27522026-05-04T22:36:15.443Z Checking unicode-width v0.2.0
27532026-05-04T22:36:15.693Z Checking console v0.15.11
27542026-05-04T22:36:15.762Z Compiling derive_more v0.99.20
27552026-05-04T22:36:15.960Z Checking newline-converter v0.3.0
27562026-05-04T22:36:15.963Z Checking usdt v0.5.0
27572026-05-04T22:36:15.985Z Checking atomicwrites v0.4.4
27582026-05-04T22:36:16.080Z Compiling toml v0.8.23
27592026-05-04T22:36:16.109Z Checking linked-hash-map v0.5.6
27602026-05-04T22:36:16.123Z Compiling minimal-lexical v0.2.1
27612026-05-04T22:36:16.281Z Checking lru-cache v0.1.2
27622026-05-04T22:36:16.379Z Compiling nom v7.1.3
27632026-05-04T22:36:16.402Z Checking expectorate v1.2.0
27642026-05-04T22:36:17.042Z Checking camino-tempfile v1.4.1
27652026-05-04T22:36:17.093Z Checking hickory-proto v0.24.4
27662026-05-04T22:36:17.206Z Checking phf_shared v0.12.1
27672026-05-04T22:36:17.350Z Compiling slog-dtrace v0.3.0
27682026-05-04T22:36:17.486Z Checking resolv-conf v0.7.6
27692026-05-04T22:36:17.543Z Compiling chrono-tz v0.10.4
27702026-05-04T22:36:17.673Z Checking heck v0.5.0
27712026-05-04T22:36:17.726Z Compiling const_format_proc_macros v0.2.34
27722026-05-04T22:36:17.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-05-04T22:36:17.892Z Checking phf v0.12.1
27742026-05-04T22:36:18.017Z Checking tokio-dtrace v0.1.1
27752026-05-04T22:36:18.151Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27762026-05-04T22:36:18.202Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27772026-05-04T22:36:18.262Z Compiling derive-where v1.6.0
27782026-05-04T22:36:18.379Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27792026-05-04T22:36:18.561Z Checking highway v1.3.0
27802026-05-04T22:36:18.788Z Checking const_format v0.2.35
27812026-05-04T22:36:18.917Z Checking hickory-resolver v0.24.4
27822026-05-04T22:36:19.008Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-05-04T22:36:19.231Z Checking oxide-tokio-rt v0.1.4
27842026-05-04T22:36:19.522Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27852026-05-04T22:36:19.552Z Checking gethostname v0.5.0
27862026-05-04T22:36:19.638Z Checking bcs v0.1.6
27872026-05-04T22:36:19.651Z Checking qorb v0.4.1
27882026-05-04T22:36:19.665Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27892026-05-04T22:36:19.710Z Compiling async-recursion v1.1.1
27902026-05-04T22:36:19.713Z Checking termtree v0.5.1
27912026-05-04T22:36:19.850Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27922026-05-04T22:36:19.850Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27932026-05-04T22:36:23.346Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27942026-05-04T22:36:25.864Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27952026-05-04T22:36:27.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
27962026-05-04T22:36:28.149Z
27972026-05-04T22:36:28.149Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27982026-05-04T22:36:28.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-05-04T22:36:28.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-05-04T22:36:28.830Z Compiling ar_archive_writer v0.5.1
28012026-05-04T22:36:28.939Z Compiling stacker v0.1.23
28022026-05-04T22:36:28.946Z Compiling cfg_aliases v0.1.1
28032026-05-04T22:36:28.953Z Compiling convert_case v0.10.0
28042026-05-04T22:36:28.960Z Checking unicode-width v0.1.14
28052026-05-04T22:36:28.968Z Compiling proc-macro-error v1.0.4
28062026-05-04T22:36:28.979Z Checking fd-lock v4.0.4
28072026-05-04T22:36:28.979Z Checking nibble_vec v0.1.0
28082026-05-04T22:36:29.003Z Compiling nix v0.28.0
28092026-05-04T22:36:29.088Z Checking vte v0.14.1
28102026-05-04T22:36:29.105Z Compiling recursive-proc-macro-impl v0.1.1
28112026-05-04T22:36:29.188Z Checking endian-type v0.1.2
28122026-05-04T22:36:29.201Z Checking bytecount v0.6.9
28132026-05-04T22:36:29.237Z Checking strip-ansi-escapes v0.2.1
28142026-05-04T22:36:29.249Z Compiling derive_more-impl v2.1.1
28152026-05-04T22:36:29.250Z Compiling tabled_derive v0.7.0
28162026-05-04T22:36:29.307Z Checking papergrid v0.11.0
28172026-05-04T22:36:29.320Z Checking radix_trie v0.2.1
28182026-05-04T22:36:29.347Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-05-04T22:36:29.495Z Compiling peg-macros v0.8.5
28202026-05-04T22:36:29.518Z Checking winnow v0.6.26
28212026-05-04T22:36:29.755Z Compiling psm v0.1.30
28222026-05-04T22:36:29.806Z Compiling sqlparser_derive v0.5.0
28232026-05-04T22:36:29.910Z Checking home v0.5.12
28242026-05-04T22:36:30.019Z Checking nu-ansi-term v0.50.3
28252026-05-04T22:36:30.086Z Checking derive_more v2.1.1
28262026-05-04T22:36:30.164Z Checking unicode_categories v0.1.1
28272026-05-04T22:36:30.225Z Checking reedline v0.40.0
28282026-05-04T22:36:30.237Z Checking tabled v0.15.0
28292026-05-04T22:36:30.287Z Checking rustyline v14.0.0
28302026-05-04T22:36:30.313Z Checking crossterm v0.29.0
28312026-05-04T22:36:30.516Z Checking recursive v0.1.1
28322026-05-04T22:36:30.576Z Checking display-error-chain v0.2.2
28332026-05-04T22:36:30.607Z Checking sqlparser v0.61.0
28342026-05-04T22:36:30.647Z Checking sqlformat v0.3.5
28352026-05-04T22:36:30.825Z Checking peg v0.8.5
28362026-05-04T22:36:41.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
28372026-05-04T22:36:41.899Z
28382026-05-04T22:36:41.899Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28392026-05-04T22:36:42.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-04T22:36:42.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-04T22:36:42.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-04T22:36:45.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28432026-05-04T22:36:46.147Z
28442026-05-04T22:36:46.147Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28452026-05-04T22:36:46.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-04T22:36:46.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-04T22:36:46.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-04T22:36:49.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28492026-05-04T22:36:49.396Z
28502026-05-04T22:36:49.396Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28512026-05-04T22:36:49.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-04T22:36:49.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-04T22:36:50.055Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-04T22:36:53.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28552026-05-04T22:36:53.445Z
28562026-05-04T22:36:53.445Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28572026-05-04T22:36:53.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-04T22:36:53.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-04T22:36:54.113Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-04T22:36:57.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28612026-05-04T22:36:57.521Z
28622026-05-04T22:36:57.521Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28632026-05-04T22:36:58.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-04T22:36:58.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-04T22:36:58.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-04T22:37:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28672026-05-04T22:37:00.921Z
28682026-05-04T22:37:00.921Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28692026-05-04T22:37:01.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-04T22:37:01.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-04T22:37:01.588Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-05-04T22:37:04.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28732026-05-04T22:37:04.348Z
28742026-05-04T22:37:04.348Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28752026-05-04T22:37:04.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-04T22:37:04.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-04T22:37:05.024Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28782026-05-04T22:37:08.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28792026-05-04T22:37:08.599Z
28802026-05-04T22:37:08.599Zinfo: running `cargo check --bins` on oximeter (93/274)
28812026-05-04T22:37:09.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-04T22:37:09.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-04T22:37:09.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-04T22:37:09.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-04T22:37:09.192Z
28862026-05-04T22:37:09.192Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28872026-05-04T22:37:09.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-04T22:37:09.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-04T22:37:09.818Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28902026-05-04T22:37:09.976Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-05-04T22:37:09.993Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28922026-05-04T22:37:10.315Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28932026-05-04T22:37:13.358Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28942026-05-04T22:37:14.562Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28952026-05-04T22:37:14.721Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28962026-05-04T22:37:15.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
28972026-05-04T22:37:15.562Z
28982026-05-04T22:37:15.562Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28992026-05-04T22:37:16.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-04T22:37:16.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-04T22:37:16.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-04T22:37:16.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29032026-05-04T22:37:16.148Z
29042026-05-04T22:37:16.148Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29052026-05-04T22:37:16.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-04T22:37:16.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-04T22:37:16.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-04T22:37:16.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29092026-05-04T22:37:16.780Z
29102026-05-04T22:37:16.780Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29112026-05-04T22:37:17.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-04T22:37:17.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-04T22:37:17.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-04T22:37:17.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-05-04T22:37:17.379Z
29162026-05-04T22:37:17.379Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29172026-05-04T22:37:17.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-04T22:37:17.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-04T22:37:17.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-04T22:37:17.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-05-04T22:37:17.977Z
29222026-05-04T22:37:17.977Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29232026-05-04T22:37:18.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-04T22:37:18.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-04T22:37:18.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-04T22:37:18.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-05-04T22:37:18.577Z
29282026-05-04T22:37:18.577Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29292026-05-04T22:37:19.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-04T22:37:19.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-04T22:37:19.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-04T22:37:19.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29332026-05-04T22:37:19.173Z
29342026-05-04T22:37:19.174Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29352026-05-04T22:37:19.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-04T22:37:19.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-04T22:37:19.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-04T22:37:19.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29392026-05-04T22:37:19.758Z
29402026-05-04T22:37:19.758Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29412026-05-04T22:37:20.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-04T22:37:20.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-04T22:37:20.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-05-04T22:37:20.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29452026-05-04T22:37:20.351Z
29462026-05-04T22:37:20.351Zinfo: running `cargo check --bins` on update-engine (103/274)
29472026-05-04T22:37:20.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-05-04T22:37:20.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-05-04T22:37:20.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-05-04T22:37:20.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29512026-05-04T22:37:20.927Z
29522026-05-04T22:37:20.927Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29532026-05-04T22:37:21.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-05-04T22:37:21.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-05-04T22:37:21.638Z Compiling crucible-workspace-hack v0.1.0
29562026-05-04T22:37:21.754Z Checking secrecy v0.10.3
29572026-05-04T22:37:21.762Z Compiling heapless v0.8.0
29582026-05-04T22:37:21.770Z Compiling ingot-macros v0.1.1
29592026-05-04T22:37:21.775Z Compiling toml_edit v0.23.10+spec-1.0.0
29602026-05-04T22:37:21.778Z Checking hash32 v0.3.1
29612026-05-04T22:37:21.795Z Compiling smoltcp v0.11.0
29622026-05-04T22:37:21.798Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29632026-05-04T22:37:21.854Z Checking cobs v0.3.0
29642026-05-04T22:37:21.892Z Compiling thiserror-impl-no-std v2.0.2
29652026-05-04T22:37:21.987Z Checking universal-hash v0.5.1
29662026-05-04T22:37:22.000Z Checking half v2.7.1
29672026-05-04T22:37:22.037Z Checking opaque-debug v0.3.1
29682026-05-04T22:37:22.105Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29692026-05-04T22:37:22.108Z Checking ciborium-io v0.2.2
29702026-05-04T22:37:22.148Z Checking poly1305 v0.8.0
29712026-05-04T22:37:22.201Z Checking postcard v1.1.3
29722026-05-04T22:37:22.246Z Checking ciborium-ll v0.2.2
29732026-05-04T22:37:22.299Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29742026-05-04T22:37:22.398Z Compiling proc-macro-crate v3.4.0
29752026-05-04T22:37:22.415Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29762026-05-04T22:37:22.483Z Checking password-hash v0.5.0
29772026-05-04T22:37:22.589Z Checking chacha20 v0.9.1
29782026-05-04T22:37:22.685Z Compiling proc-macro-crate v1.3.1
29792026-05-04T22:37:22.709Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-04T22:37:22.782Z Checking blake2 v0.10.6
29812026-05-04T22:37:22.821Z Checking aead v0.5.2
29822026-05-04T22:37:22.940Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29832026-05-04T22:37:22.952Z Compiling num_enum_derive v0.7.5
29842026-05-04T22:37:22.964Z Compiling foreign-types-macros v0.2.3
29852026-05-04T22:37:23.013Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29862026-05-04T22:37:23.069Z Checking thiserror-no-std v2.0.2
29872026-05-04T22:37:23.100Z Checking foreign-types-shared v0.3.1
29882026-05-04T22:37:23.139Z Checking cpufeatures v0.3.0
29892026-05-04T22:37:23.156Z Checking vsss-rs v3.3.4
29902026-05-04T22:37:23.187Z Compiling num_enum_derive v0.5.11
29912026-05-04T22:37:23.211Z Checking chacha20 v0.10.0
29922026-05-04T22:37:23.295Z Checking argon2 v0.5.3
29932026-05-04T22:37:23.417Z Checking chacha20poly1305 v0.10.1
29942026-05-04T22:37:23.537Z Checking foreign-types v0.5.0
29952026-05-04T22:37:23.550Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29962026-05-04T22:37:23.580Z Checking ciborium v0.2.2
29972026-05-04T22:37:23.730Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-05-04T22:37:23.824Z Checking tabwriter v1.4.1
29992026-05-04T22:37:23.968Z Checking byte-wrapper v0.1.0
30002026-05-04T22:37:23.989Z Checking num_enum v0.7.5
30012026-05-04T22:37:23.993Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-05-04T22:37:24.013Z Checking cstr-argument v0.1.2
30032026-05-04T22:37:24.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30042026-05-04T22:37:24.142Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30052026-05-04T22:37:24.179Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-05-04T22:37:24.216Z Checking num_enum v0.5.11
30072026-05-04T22:37:24.258Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30082026-05-04T22:37:24.335Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30092026-05-04T22:37:24.351Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-05-04T22:37:24.422Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-05-04T22:37:24.502Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-05-04T22:37:24.515Z Checking rand v0.10.0
30132026-05-04T22:37:24.527Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-05-04T22:37:24.540Z Checking colored v3.1.1
30152026-05-04T22:37:24.557Z Checking ingot-types v0.1.2
30162026-05-04T22:37:24.697Z Checking indent_write v2.2.0
30172026-05-04T22:37:24.736Z Compiling zone_cfg_derive v0.3.1
30182026-05-04T22:37:24.791Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-04T22:37:24.824Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-04T22:37:24.837Z Checking itertools v0.12.1
30212026-05-04T22:37:24.912Z Checking ingot v0.1.1
30222026-05-04T22:37:24.961Z Compiling num-derive v0.4.2
30232026-05-04T22:37:25.002Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-04T22:37:25.014Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30252026-05-04T22:37:25.108Z Checking swrite v0.1.0
30262026-05-04T22:37:25.198Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-05-04T22:37:25.211Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-04T22:37:25.358Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30292026-05-04T22:37:25.387Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-05-04T22:37:25.390Z Checking dropshot-api-manager-types v0.7.1
30312026-05-04T22:37:25.492Z Checking smf v0.2.3
30322026-05-04T22:37:25.520Z Checking nanorand v0.7.0
30332026-05-04T22:37:25.561Z Checking whoami v1.6.1
30342026-05-04T22:37:25.707Z Checking flume v0.11.1
30352026-05-04T22:37:25.722Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30362026-05-04T22:37:25.829Z Checking zone v0.3.1
30372026-05-04T22:37:25.865Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30382026-05-04T22:37:26.443Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-04T22:37:27.403Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-04T22:37:28.291Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-04T22:37:31.241Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30422026-05-04T22:37:33.269Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30432026-05-04T22:37:34.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s
30442026-05-04T22:37:34.562Z
30452026-05-04T22:37:34.562Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30462026-05-04T22:37:35.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-04T22:37:35.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-04T22:37:35.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-04T22:37:35.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30502026-05-04T22:37:35.148Z
30512026-05-04T22:37:35.148Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30522026-05-04T22:37:35.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-04T22:37:35.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-04T22:37:35.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-04T22:37:35.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-04T22:37:35.741Z
30572026-05-04T22:37:35.741Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30582026-05-04T22:37:36.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-04T22:37:36.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-04T22:37:36.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-04T22:37:36.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-04T22:37:36.346Z
30632026-05-04T22:37:36.346Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30642026-05-04T22:37:36.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-04T22:37:36.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-04T22:37:36.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-04T22:37:36.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-04T22:37:36.949Z
30692026-05-04T22:37:36.949Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30702026-05-04T22:37:37.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-04T22:37:37.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-04T22:37:37.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-04T22:37:37.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-04T22:37:37.542Z
30752026-05-04T22:37:37.542Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30762026-05-04T22:37:38.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-04T22:37:38.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-04T22:37:38.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-04T22:37:38.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-04T22:37:38.137Z
30812026-05-04T22:37:38.137Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30822026-05-04T22:37:38.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-04T22:37:38.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-04T22:37:38.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-04T22:37:38.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-04T22:37:38.737Z
30872026-05-04T22:37:38.737Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30882026-05-04T22:37:39.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-04T22:37:39.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-04T22:37:39.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-04T22:37:39.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-04T22:37:39.319Z
30932026-05-04T22:37:39.319Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30942026-05-04T22:37:39.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-04T22:37:39.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-04T22:37:39.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-04T22:37:39.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-05-04T22:37:39.907Z
30992026-05-04T22:37:39.907Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31002026-05-04T22:37:40.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-04T22:37:40.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-04T22:37:40.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-04T22:37:40.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-04T22:37:40.494Z
31052026-05-04T22:37:40.494Zinfo: running `cargo check --bins` on installinator-client (115/274)
31062026-05-04T22:37:40.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-04T22:37:40.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-04T22:37:40.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-04T22:37:40.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-04T22:37:41.081Z
31112026-05-04T22:37:41.081Zinfo: running `cargo check --bins` on nexus-client (116/274)
31122026-05-04T22:37:41.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-04T22:37:41.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-04T22:37:41.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-04T22:37:41.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31162026-05-04T22:37:41.711Z
31172026-05-04T22:37:41.711Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31182026-05-04T22:37:42.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-04T22:37:42.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-04T22:37:42.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-04T22:37:42.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31222026-05-04T22:37:42.335Z
31232026-05-04T22:37:42.335Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31242026-05-04T22:37:42.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-04T22:37:42.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-04T22:37:42.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-04T22:37:42.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-04T22:37:42.911Z
31292026-05-04T22:37:42.911Zinfo: running `cargo check --bins` on oxide-client (119/274)
31302026-05-04T22:37:43.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-04T22:37:43.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-04T22:37:43.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-04T22:37:43.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-04T22:37:43.497Z
31352026-05-04T22:37:43.497Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31362026-05-04T22:37:43.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-04T22:37:43.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-04T22:37:43.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-04T22:37:44.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31402026-05-04T22:37:44.087Z
31412026-05-04T22:37:44.087Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31422026-05-04T22:37:44.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-04T22:37:44.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-04T22:37:44.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-04T22:37:44.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462026-05-04T22:37:44.665Z
31472026-05-04T22:37:44.666Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31482026-05-04T22:37:45.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-04T22:37:45.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-04T22:37:45.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-04T22:37:45.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31522026-05-04T22:37:45.262Z
31532026-05-04T22:37:45.262Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31542026-05-04T22:37:45.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-04T22:37:45.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-04T22:37:45.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-04T22:37:45.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-05-04T22:37:45.874Z
31592026-05-04T22:37:45.875Zinfo: running `cargo check --bins` on installinator-common (124/274)
31602026-05-04T22:37:46.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-04T22:37:46.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-04T22:37:46.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-04T22:37:46.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-05-04T22:37:46.480Z
31652026-05-04T22:37:46.480Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31662026-05-04T22:37:47.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-04T22:37:47.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-04T22:37:47.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-05-04T22:37:47.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31702026-05-04T22:37:47.057Z
31712026-05-04T22:37:47.058Zinfo: running `cargo check --bins` on wicket-common (126/274)
31722026-05-04T22:37:47.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-05-04T22:37:47.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-05-04T22:37:47.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-05-04T22:37:47.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31762026-05-04T22:37:47.670Z
31772026-05-04T22:37:47.671Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31782026-05-04T22:37:48.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-05-04T22:37:48.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-05-04T22:37:48.359Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-05-04T22:37:48.474Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-05-04T22:37:48.482Z Checking csv-core v0.1.13
31832026-05-04T22:37:48.492Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-05-04T22:37:48.495Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-05-04T22:37:48.511Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-05-04T22:37:48.522Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-04T22:37:48.533Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31882026-05-04T22:37:48.638Z Checking csv v1.4.0
31892026-05-04T22:37:48.655Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-05-04T22:37:48.706Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-05-04T22:37:48.726Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-05-04T22:37:48.968Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-05-04T22:37:49.321Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31942026-05-04T22:37:49.321Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-05-04T22:37:49.651Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-05-04T22:37:55.376Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-05-04T22:37:55.903Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-05-04T22:37:58.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s
31992026-05-04T22:37:58.412Z
32002026-05-04T22:37:58.412Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32012026-05-04T22:37:58.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-04T22:37:58.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-04T22:37:58.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-04T22:37:58.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-05-04T22:37:59.008Z
32062026-05-04T22:37:59.008Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32072026-05-04T22:37:59.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-04T22:37:59.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-04T22:37:59.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-04T22:37:59.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32112026-05-04T22:37:59.694Z
32122026-05-04T22:37:59.694Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32132026-05-04T22:38:00.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-04T22:38:00.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-04T22:38:00.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-05-04T22:38:00.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32172026-05-04T22:38:00.376Z
32182026-05-04T22:38:00.376Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32192026-05-04T22:38:00.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-05-04T22:38:00.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-05-04T22:38:00.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-05-04T22:38:00.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32232026-05-04T22:38:01.024Z
32242026-05-04T22:38:01.024Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32252026-05-04T22:38:01.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-05-04T22:38:01.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-05-04T22:38:01.786Z Compiling regress v0.11.1
32282026-05-04T22:38:01.924Z Compiling unsafe-libyaml v0.2.11
32292026-05-04T22:38:01.938Z Compiling semver v0.1.20
32302026-05-04T22:38:01.949Z Compiling radium v0.7.0
32312026-05-04T22:38:01.963Z Compiling pin-project-internal v1.1.11
32322026-05-04T22:38:01.966Z Compiling maybe-uninit v2.0.0
32332026-05-04T22:38:01.987Z Checking tap v1.0.1
32342026-05-04T22:38:02.088Z Checking wyz v0.5.1
32352026-05-04T22:38:02.206Z Compiling rustc_version v0.1.7
32362026-05-04T22:38:02.264Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-05-04T22:38:02.286Z Checking progenitor-client v0.13.0
32382026-05-04T22:38:02.391Z Compiling snafu-derive v0.8.9
32392026-05-04T22:38:02.421Z Compiling serde_yaml v0.9.34+deprecated
32402026-05-04T22:38:02.513Z Compiling newtype_derive v0.1.6
32412026-05-04T22:38:02.645Z Compiling zerocopy-derive v0.6.6
32422026-05-04T22:38:02.702Z Compiling owo-colors v4.3.0
32432026-05-04T22:38:03.025Z Checking funty v2.0.0
32442026-05-04T22:38:03.071Z Checking pin-project v1.1.11
32452026-05-04T22:38:03.170Z Compiling cancel-safe-futures v0.1.5
32462026-05-04T22:38:03.346Z Checking crc-catalog v2.4.0
32472026-05-04T22:38:03.360Z Checking typify-impl v0.6.2
32482026-05-04T22:38:03.376Z Compiling packed_struct v0.10.1
32492026-05-04T22:38:03.530Z Checking same-file v1.0.6
32502026-05-04T22:38:03.646Z Checking zerocopy v0.6.6
32512026-05-04T22:38:03.659Z Checking walkdir v2.5.0
32522026-05-04T22:38:03.737Z Checking crc v3.4.0
32532026-05-04T22:38:03.841Z Checking bitvec v1.0.1
32542026-05-04T22:38:03.934Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-05-04T22:38:03.949Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-05-04T22:38:03.982Z Checking globset v0.4.18
32572026-05-04T22:38:04.239Z Checking olpc-cjson v0.1.4
32582026-05-04T22:38:04.280Z Checking snafu v0.8.9
32592026-05-04T22:38:04.297Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-05-04T22:38:04.377Z Checking pem v3.0.6
32612026-05-04T22:38:04.466Z Compiling packed_struct_codegen v0.10.1
32622026-05-04T22:38:04.513Z Checking libsw-core v0.3.2
32632026-05-04T22:38:04.526Z Checking serde_plain v1.0.2
32642026-05-04T22:38:04.538Z Compiling bitfield-macros v0.19.4
32652026-05-04T22:38:04.551Z Compiling indexmap v1.9.3
32662026-05-04T22:38:04.652Z Checking nodrop v0.1.14
32672026-05-04T22:38:04.667Z Checking typed-path v0.9.3
32682026-05-04T22:38:04.754Z Checking array-init v0.0.4
32692026-05-04T22:38:04.771Z Checking libsw v3.5.0
32702026-05-04T22:38:04.918Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-05-04T22:38:05.049Z Checking smallvec v0.6.14
32722026-05-04T22:38:05.148Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-05-04T22:38:05.236Z Checking bitfield v0.19.4
32742026-05-04T22:38:05.312Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-05-04T22:38:05.444Z Checking tough v0.20.0
32762026-05-04T22:38:05.468Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-05-04T22:38:05.483Z Checking base64 v0.21.7
32782026-05-04T22:38:05.512Z Checking hashbrown v0.12.3
32792026-05-04T22:38:05.560Z Checking tagptr v0.2.0
32802026-05-04T22:38:05.586Z Checking unicode-linebreak v0.1.5
32812026-05-04T22:38:05.699Z Checking linear-map v1.2.0
32822026-05-04T22:38:05.722Z Checking smawk v0.3.2
32832026-05-04T22:38:05.745Z Checking ron v0.8.1
32842026-05-04T22:38:05.797Z Checking moka v0.12.13
32852026-05-04T22:38:05.846Z Checking textwrap v0.16.2
32862026-05-04T22:38:05.866Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-05-04T22:38:06.058Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-05-04T22:38:06.232Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-05-04T22:38:06.263Z Checking serde-hex v0.1.0
32902026-05-04T22:38:06.400Z Checking steno v0.4.1
32912026-05-04T22:38:06.424Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-05-04T22:38:06.565Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-05-04T22:38:06.582Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-05-04T22:38:06.857Z Checking hashbrown v0.13.2
32952026-05-04T22:38:07.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-05-04T22:38:07.179Z Checking crc-any v2.5.0
32972026-05-04T22:38:07.292Z Checking humantime v2.3.0
32982026-05-04T22:38:07.359Z Checking object v0.30.4
32992026-05-04T22:38:07.373Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-05-04T22:38:07.434Z Checking hickory-resolver v0.25.2
33012026-05-04T22:38:07.437Z Checking half v1.8.3
33022026-05-04T22:38:07.476Z Checking void v1.0.2
33032026-05-04T22:38:07.536Z Checking path-slash v0.1.5
33042026-05-04T22:38:07.581Z Checking utf-8 v0.7.6
33052026-05-04T22:38:07.641Z Checking lzss v0.8.2
33062026-05-04T22:38:07.645Z Checking serde_cbor v0.11.2
33072026-05-04T22:38:07.716Z Checking tungstenite v0.23.0
33082026-05-04T22:38:07.833Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33092026-05-04T22:38:07.953Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-05-04T22:38:07.993Z Checking nix v0.27.1
33112026-05-04T22:38:08.007Z Compiling typify-macro v0.6.2
33122026-05-04T22:38:08.036Z Checking kstat-rs v0.2.4
33132026-05-04T22:38:08.129Z Checking fxhash v0.2.1
33142026-05-04T22:38:08.159Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-05-04T22:38:08.180Z Checking serde_bytes v0.11.19
33162026-05-04T22:38:08.215Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33172026-05-04T22:38:08.245Z Checking tokio-tungstenite v0.23.1
33182026-05-04T22:38:08.350Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-05-04T22:38:08.494Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-05-04T22:38:08.509Z Checking signal-hook-tokio v0.3.1
33212026-05-04T22:38:09.406Z Compiling typify v0.6.2
33222026-05-04T22:38:09.495Z Compiling progenitor-impl v0.13.0
33232026-05-04T22:38:09.495Z Compiling progenitor-impl v0.14.0
33242026-05-04T22:38:09.548Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-04T22:38:10.451Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33262026-05-04T22:38:10.766Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33272026-05-04T22:38:11.081Z Compiling progenitor-macro v0.14.0
33282026-05-04T22:38:11.095Z Compiling progenitor-macro v0.13.0
33292026-05-04T22:38:13.648Z Checking progenitor v0.14.0
33302026-05-04T22:38:13.764Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-05-04T22:38:13.776Z Checking progenitor v0.13.0
33322026-05-04T22:38:13.882Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-05-04T22:38:16.851Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33342026-05-04T22:38:24.271Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33352026-05-04T22:38:30.479Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-05-04T22:38:31.828Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-05-04T22:38:32.321Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-05-04T22:38:34.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.34s
33392026-05-04T22:38:34.576Z
33402026-05-04T22:38:34.576Zinfo: running `cargo check --bins` on gateway-api (133/274)
33412026-05-04T22:38:35.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-04T22:38:35.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-04T22:38:35.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-04T22:38:35.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-04T22:38:35.176Z
33462026-05-04T22:38:35.176Zinfo: running `cargo check --bins` on ipcc (134/274)
33472026-05-04T22:38:35.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-04T22:38:35.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-04T22:38:35.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-04T22:38:35.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-04T22:38:35.775Z
33522026-05-04T22:38:35.775Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33532026-05-04T22:38:36.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-04T22:38:36.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-04T22:38:36.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-04T22:38:36.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33572026-05-04T22:38:36.352Z
33582026-05-04T22:38:36.352Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33592026-05-04T22:38:36.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-04T22:38:36.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-04T22:38:36.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-04T22:38:36.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-04T22:38:36.947Z
33642026-05-04T22:38:36.947Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33652026-05-04T22:38:37.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-04T22:38:37.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-04T22:38:37.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-04T22:38:37.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-04T22:38:37.547Z
33702026-05-04T22:38:37.548Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33712026-05-04T22:38:38.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-04T22:38:38.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-04T22:38:38.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-04T22:38:38.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-04T22:38:38.142Z
33762026-05-04T22:38:38.143Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33772026-05-04T22:38:38.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-04T22:38:38.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-04T22:38:38.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-04T22:38:38.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-04T22:38:38.753Z
33822026-05-04T22:38:38.753Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33832026-05-04T22:38:39.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-04T22:38:39.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-04T22:38:39.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-04T22:38:39.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-04T22:38:39.354Z
33882026-05-04T22:38:39.354Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33892026-05-04T22:38:39.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-04T22:38:39.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-04T22:38:39.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-04T22:38:39.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-04T22:38:39.947Z
33942026-05-04T22:38:39.947Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33952026-05-04T22:38:40.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-04T22:38:40.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-04T22:38:40.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-04T22:38:40.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-04T22:38:40.539Z
34002026-05-04T22:38:40.539Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34012026-05-04T22:38:41.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-04T22:38:41.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-04T22:38:41.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-04T22:38:41.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-04T22:38:41.140Z
34062026-05-04T22:38:41.140Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34072026-05-04T22:38:41.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-04T22:38:41.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-04T22:38:41.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-04T22:38:41.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-04T22:38:41.739Z
34122026-05-04T22:38:41.739Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34132026-05-04T22:38:42.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-04T22:38:42.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-04T22:38:42.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-04T22:38:42.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-04T22:38:42.335Z
34182026-05-04T22:38:42.335Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34192026-05-04T22:38:42.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-04T22:38:42.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-04T22:38:42.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-04T22:38:42.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-05-04T22:38:42.934Z
34242026-05-04T22:38:42.934Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34252026-05-04T22:38:43.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-04T22:38:43.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-04T22:38:43.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-04T22:38:43.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-05-04T22:38:43.537Z
34302026-05-04T22:38:43.538Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34312026-05-04T22:38:44.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-04T22:38:44.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-04T22:38:44.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-04T22:38:44.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-04T22:38:44.140Z
34362026-05-04T22:38:44.140Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34372026-05-04T22:38:44.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-04T22:38:44.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-04T22:38:44.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-04T22:38:44.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-05-04T22:38:44.732Z
34422026-05-04T22:38:44.732Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34432026-05-04T22:38:45.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-04T22:38:45.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-04T22:38:45.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-04T22:38:45.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-05-04T22:38:45.329Z
34482026-05-04T22:38:45.329Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34492026-05-04T22:38:45.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-04T22:38:45.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-04T22:38:45.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-04T22:38:45.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-05-04T22:38:45.922Z
34542026-05-04T22:38:45.922Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34552026-05-04T22:38:46.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-04T22:38:46.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-04T22:38:46.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-04T22:38:46.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-05-04T22:38:46.514Z
34602026-05-04T22:38:46.514Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34612026-05-04T22:38:47.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-04T22:38:47.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-04T22:38:47.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-04T22:38:47.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-04T22:38:47.106Z
34662026-05-04T22:38:47.106Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34672026-05-04T22:38:47.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-04T22:38:47.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-04T22:38:47.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-04T22:38:47.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34712026-05-04T22:38:47.743Z
34722026-05-04T22:38:47.743Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34732026-05-04T22:38:48.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-04T22:38:48.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-04T22:38:48.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-04T22:38:48.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-05-04T22:38:48.344Z
34782026-05-04T22:38:48.344Zinfo: running `cargo check --bins` on dns-server (156/274)
34792026-05-04T22:38:48.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-04T22:38:48.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-04T22:38:48.991Z Compiling parking_lot_core v0.8.6
34822026-05-04T22:38:48.991Z Compiling git-stub v1.0.0
34832026-05-04T22:38:48.991Z Compiling atomicwrites v0.4.4
34842026-05-04T22:38:48.995Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34852026-05-04T22:38:48.995Z Checking prefix-trie v0.7.0
34862026-05-04T22:38:49.232Z Compiling git-stub-vcs v0.1.0
34872026-05-04T22:38:49.408Z Checking hickory-server v0.25.2
34882026-05-04T22:38:49.494Z Checking parking_lot v0.11.2
34892026-05-04T22:38:49.506Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34902026-05-04T22:38:49.584Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34912026-05-04T22:38:49.587Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34922026-05-04T22:38:49.661Z Checking sled v0.34.7
34932026-05-04T22:38:51.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
34942026-05-04T22:38:51.705Z
34952026-05-04T22:38:51.705Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34962026-05-04T22:38:52.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-04T22:38:52.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-04T22:38:52.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-04T22:38:52.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002026-05-04T22:38:52.306Z
35012026-05-04T22:38:52.306Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35022026-05-04T22:38:52.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-04T22:38:52.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-04T22:38:52.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-04T22:38:52.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-04T22:38:52.896Z
35072026-05-04T22:38:52.896Zinfo: running `cargo check --bins` on sp-sim (159/274)
35082026-05-04T22:38:53.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-04T22:38:53.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-04T22:38:53.613Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35112026-05-04T22:38:55.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35122026-05-04T22:38:55.588Z
35132026-05-04T22:38:55.588Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35142026-05-04T22:38:56.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-04T22:38:56.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-04T22:38:56.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-04T22:38:56.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-04T22:38:56.237Z
35192026-05-04T22:38:56.237Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35202026-05-04T22:38:56.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-04T22:38:56.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-04T22:38:56.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-04T22:38:56.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35242026-05-04T22:38:56.888Z
35252026-05-04T22:38:56.889Zinfo: running `cargo check --bins` on db-macros (162/274)
35262026-05-04T22:38:57.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-04T22:38:57.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-04T22:38:57.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-04T22:38:57.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-04T22:38:57.469Z
35312026-05-04T22:38:57.469Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35322026-05-04T22:38:58.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-04T22:38:58.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-04T22:38:58.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-04T22:38:58.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-05-04T22:38:58.049Z
35372026-05-04T22:38:58.049Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35382026-05-04T22:38:58.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-04T22:38:58.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-04T22:38:58.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-04T22:38:58.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35422026-05-04T22:38:58.700Z
35432026-05-04T22:38:58.700Zinfo: running `cargo check --bins` on authz-macros (165/274)
35442026-05-04T22:38:59.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-04T22:38:59.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-04T22:38:59.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-04T22:38:59.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-04T22:38:59.290Z
35492026-05-04T22:38:59.290Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35502026-05-04T22:38:59.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-04T22:38:59.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-04T22:38:59.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-04T22:38:59.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-04T22:38:59.927Z
35552026-05-04T22:38:59.927Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35562026-05-04T22:39:00.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-04T22:39:00.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-04T22:39:00.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-04T22:39:00.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35602026-05-04T22:39:00.568Z
35612026-05-04T22:39:00.568Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35622026-05-04T22:39:01.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-04T22:39:01.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-04T22:39:01.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-04T22:39:01.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-05-04T22:39:01.153Z
35672026-05-04T22:39:01.153Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35682026-05-04T22:39:01.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-04T22:39:01.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-04T22:39:01.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-04T22:39:01.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-05-04T22:39:01.735Z
35732026-05-04T22:39:01.736Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35742026-05-04T22:39:02.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-04T22:39:02.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-04T22:39:02.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-04T22:39:02.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35782026-05-04T22:39:02.334Z
35792026-05-04T22:39:02.334Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35802026-05-04T22:39:02.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-04T22:39:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-04T22:39:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-04T22:39:02.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-05-04T22:39:02.922Z
35852026-05-04T22:39:02.922Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35862026-05-04T22:39:03.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-04T22:39:03.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-04T22:39:03.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-04T22:39:03.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-05-04T22:39:03.505Z
35912026-05-04T22:39:03.505Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35922026-05-04T22:39:04.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-04T22:39:04.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-04T22:39:04.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-04T22:39:04.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35962026-05-04T22:39:04.152Z
35972026-05-04T22:39:04.152Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35982026-05-04T22:39:04.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-04T22:39:04.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-04T22:39:04.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-04T22:39:04.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36022026-05-04T22:39:04.802Z
36032026-05-04T22:39:04.803Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36042026-05-04T22:39:05.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-04T22:39:05.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-04T22:39:05.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-04T22:39:05.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-04T22:39:05.444Z
36092026-05-04T22:39:05.444Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36102026-05-04T22:39:05.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-04T22:39:05.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-04T22:39:05.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-04T22:39:05.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36142026-05-04T22:39:06.050Z
36152026-05-04T22:39:06.050Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36162026-05-04T22:39:06.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-04T22:39:06.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-04T22:39:06.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-04T22:39:06.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36202026-05-04T22:39:06.661Z
36212026-05-04T22:39:06.661Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36222026-05-04T22:39:07.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-04T22:39:07.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-04T22:39:07.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-04T22:39:07.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36262026-05-04T22:39:07.272Z
36272026-05-04T22:39:07.272Zinfo: running `cargo check --bins` on key-manager (179/274)
36282026-05-04T22:39:07.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-04T22:39:07.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-04T22:39:07.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-04T22:39:07.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-05-04T22:39:07.871Z
36332026-05-04T22:39:07.871Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36342026-05-04T22:39:08.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-04T22:39:08.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-04T22:39:08.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-04T22:39:08.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36382026-05-04T22:39:08.487Z
36392026-05-04T22:39:08.487Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36402026-05-04T22:39:09.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-04T22:39:09.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-04T22:39:09.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-04T22:39:09.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36442026-05-04T22:39:09.100Z
36452026-05-04T22:39:09.101Zinfo: running `cargo check --bins` on typed-rng (182/274)
36462026-05-04T22:39:09.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-04T22:39:09.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-04T22:39:09.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-04T22:39:09.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-04T22:39:09.683Z
36512026-05-04T22:39:09.683Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36522026-05-04T22:39:10.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-04T22:39:10.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-04T22:39:10.529Z Compiling typify-impl v0.4.3
36552026-05-04T22:39:10.529Z Compiling libefi-sys v0.1.0
36562026-05-04T22:39:10.532Z Compiling bitfield-struct v0.6.2
36572026-05-04T22:39:10.682Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-05-04T22:39:10.692Z Compiling xshell-macros v0.2.7
36592026-05-04T22:39:10.706Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36602026-05-04T22:39:10.736Z Compiling salty v0.3.0
36612026-05-04T22:39:10.745Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36622026-05-04T22:39:10.898Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-04T22:39:11.025Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36642026-05-04T22:39:11.041Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36652026-05-04T22:39:11.053Z Checking xshell v0.2.7
36662026-05-04T22:39:11.236Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36672026-05-04T22:39:11.260Z Checking primeorder v0.13.6
36682026-05-04T22:39:11.284Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36692026-05-04T22:39:11.398Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-05-04T22:39:11.415Z Compiling proc-macro-error-attr2 v2.0.0
36712026-05-04T22:39:11.496Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36722026-05-04T22:39:11.516Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-05-04T22:39:11.552Z Checking tungstenite v0.21.0
36742026-05-04T22:39:11.706Z Checking p384 v0.13.1
36752026-05-04T22:39:11.747Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36762026-05-04T22:39:11.797Z Compiling proc-macro-error2 v2.0.1
36772026-05-04T22:39:11.934Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-05-04T22:39:11.997Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-05-04T22:39:12.119Z Compiling num-derive v0.3.3
36802026-05-04T22:39:12.136Z Compiling tabled_derive v0.11.0
36812026-05-04T22:39:12.326Z Checking tokio-tungstenite v0.21.0
36822026-05-04T22:39:12.607Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-05-04T22:39:12.622Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-04T22:39:12.722Z Checking papergrid v0.17.0
36852026-05-04T22:39:12.985Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-05-04T22:39:12.998Z Checking libscf-sys v1.1.0
36872026-05-04T22:39:13.128Z Checking testing_table v0.3.0
36882026-05-04T22:39:13.225Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-05-04T22:39:13.288Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36902026-05-04T22:39:13.304Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36912026-05-04T22:39:13.490Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36922026-05-04T22:39:13.528Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-05-04T22:39:13.702Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-05-04T22:39:13.726Z Checking corncobs v0.1.4
36952026-05-04T22:39:13.744Z Compiling unicase v2.9.0
36962026-05-04T22:39:13.759Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-05-04T22:39:13.853Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-05-04T22:39:13.958Z Compiling mime_guess v2.0.5
36992026-05-04T22:39:13.974Z Checking tabled v0.20.0
37002026-05-04T22:39:13.989Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37012026-05-04T22:39:14.047Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-05-04T22:39:14.104Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-05-04T22:39:14.193Z Checking progenitor-client v0.11.2
37042026-05-04T22:39:14.392Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37052026-05-04T22:39:14.429Z Checking secrecy v0.8.0
37062026-05-04T22:39:14.444Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37072026-05-04T22:39:14.459Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37082026-05-04T22:39:14.510Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37092026-05-04T22:39:14.650Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37102026-05-04T22:39:14.897Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37112026-05-04T22:39:15.069Z Compiling typify-macro v0.4.3
37122026-05-04T22:39:15.102Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37132026-05-04T22:39:15.117Z Checking filetime v0.2.27
37142026-05-04T22:39:15.166Z Checking http-range v0.1.5
37152026-05-04T22:39:15.182Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37162026-05-04T22:39:15.289Z Checking xattr v1.6.1
37172026-05-04T22:39:15.404Z Checking crc8 v0.1.1
37182026-05-04T22:39:15.421Z Checking tar v0.4.45
37192026-05-04T22:39:15.722Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37202026-05-04T22:39:15.796Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37212026-05-04T22:39:15.965Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37222026-05-04T22:39:15.985Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37232026-05-04T22:39:16.002Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37242026-05-04T22:39:16.072Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37252026-05-04T22:39:16.351Z Checking atty v0.2.14
37262026-05-04T22:39:16.454Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37272026-05-04T22:39:16.472Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37282026-05-04T22:39:16.574Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37292026-05-04T22:39:16.785Z Compiling typify v0.4.3
37302026-05-04T22:39:16.956Z Compiling progenitor-impl v0.11.2
37312026-05-04T22:39:16.977Z Compiling progenitor-impl v0.10.0
37322026-05-04T22:39:17.210Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37332026-05-04T22:39:17.395Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37342026-05-04T22:39:17.450Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37352026-05-04T22:39:17.933Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37362026-05-04T22:39:18.348Z Checking hyper-staticfile v0.10.1
37372026-05-04T22:39:18.392Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37382026-05-04T22:39:18.409Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37392026-05-04T22:39:18.643Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37402026-05-04T22:39:18.660Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37412026-05-04T22:39:18.772Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37422026-05-04T22:39:18.913Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-05-04T22:39:19.028Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-05-04T22:39:19.185Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-05-04T22:39:19.320Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-05-04T22:39:19.467Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-05-04T22:39:19.566Z Compiling progenitor-macro v0.11.2
37482026-05-04T22:39:19.599Z Compiling progenitor-macro v0.10.0
37492026-05-04T22:39:22.408Z Checking progenitor v0.10.0
37502026-05-04T22:39:22.455Z Checking progenitor v0.11.2
37512026-05-04T22:39:22.533Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-05-04T22:39:22.573Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-04T22:39:27.163Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37542026-05-04T22:39:28.272Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-04T22:39:38.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.94s
37562026-05-04T22:39:38.846Z
37572026-05-04T22:39:38.846Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37582026-05-04T22:39:39.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-04T22:39:39.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-04T22:39:39.623Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-04T22:39:50.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37622026-05-04T22:39:50.227Z
37632026-05-04T22:39:50.228Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37642026-05-04T22:39:50.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-04T22:39:50.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-04T22:39:51.005Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-04T22:40:01.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37682026-05-04T22:40:01.600Z
37692026-05-04T22:40:01.600Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37702026-05-04T22:40:02.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-04T22:40:02.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-04T22:40:02.380Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-04T22:40:12.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s
37742026-05-04T22:40:12.950Z
37752026-05-04T22:40:12.950Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37762026-05-04T22:40:13.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-04T22:40:13.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-04T22:40:13.724Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-04T22:40:24.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37802026-05-04T22:40:24.372Z
37812026-05-04T22:40:24.372Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37822026-05-04T22:40:24.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-04T22:40:24.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-04T22:40:25.147Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-05-04T22:40:35.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37862026-05-04T22:40:35.781Z
37872026-05-04T22:40:35.781Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37882026-05-04T22:40:36.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-04T22:40:36.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-04T22:40:36.555Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-05-04T22:40:46.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37922026-05-04T22:40:47.144Z
37932026-05-04T22:40:47.144Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37942026-05-04T22:40:47.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-04T22:40:47.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-04T22:40:47.921Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-05-04T22:40:58.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37982026-05-04T22:40:58.566Z
37992026-05-04T22:40:58.566Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38002026-05-04T22:40:59.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-04T22:40:59.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-04T22:40:59.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-04T22:40:59.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-04T22:40:59.170Z
38052026-05-04T22:40:59.170Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38062026-05-04T22:40:59.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-04T22:40:59.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-04T22:40:59.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-04T22:40:59.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-05-04T22:40:59.774Z
38112026-05-04T22:40:59.774Zinfo: running `cargo check --bins` on range-requests (193/274)
38122026-05-04T22:41:00.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-04T22:41:00.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-04T22:41:00.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-04T22:41:00.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-05-04T22:41:00.364Z
38172026-05-04T22:41:00.364Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38182026-05-04T22:41:00.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-04T22:41:00.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-04T22:41:00.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-04T22:41:00.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38222026-05-04T22:41:00.958Z
38232026-05-04T22:41:00.958Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38242026-05-04T22:41:01.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-04T22:41:01.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-04T22:41:01.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-04T22:41:01.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-04T22:41:01.570Z
38292026-05-04T22:41:01.570Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38302026-05-04T22:41:02.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-04T22:41:02.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-04T22:41:02.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-04T22:41:02.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-04T22:41:02.186Z
38352026-05-04T22:41:02.186Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38362026-05-04T22:41:02.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-04T22:41:02.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-04T22:41:02.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-04T22:41:02.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38402026-05-04T22:41:02.794Z
38412026-05-04T22:41:02.794Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38422026-05-04T22:41:03.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-04T22:41:03.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-04T22:41:03.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-04T22:41:03.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-04T22:41:03.416Z
38472026-05-04T22:41:03.416Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38482026-05-04T22:41:03.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-04T22:41:03.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-04T22:41:03.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-04T22:41:03.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-05-04T22:41:04.039Z
38532026-05-04T22:41:04.039Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38542026-05-04T22:41:04.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-04T22:41:04.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-04T22:41:04.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-04T22:41:04.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-05-04T22:41:04.656Z
38592026-05-04T22:41:04.656Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38602026-05-04T22:41:05.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-04T22:41:05.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-04T22:41:05.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-04T22:41:05.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-04T22:41:05.273Z
38652026-05-04T22:41:05.273Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38662026-05-04T22:41:05.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-04T22:41:05.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-04T22:41:05.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-04T22:41:05.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38702026-05-04T22:41:05.893Z
38712026-05-04T22:41:05.893Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38722026-05-04T22:41:06.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-04T22:41:06.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-04T22:41:06.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-04T22:41:06.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-05-04T22:41:06.512Z
38772026-05-04T22:41:06.512Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38782026-05-04T22:41:07.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-04T22:41:07.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-04T22:41:07.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-04T22:41:07.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38822026-05-04T22:41:07.163Z
38832026-05-04T22:41:07.163Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38842026-05-04T22:41:07.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-04T22:41:07.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-04T22:41:07.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-04T22:41:07.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38882026-05-04T22:41:07.790Z
38892026-05-04T22:41:07.790Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38902026-05-04T22:41:08.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-04T22:41:08.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-04T22:41:08.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-04T22:41:08.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38942026-05-04T22:41:08.433Z
38952026-05-04T22:41:08.433Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38962026-05-04T22:41:08.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-04T22:41:08.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-04T22:41:08.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-04T22:41:08.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-05-04T22:41:09.087Z
39012026-05-04T22:41:09.087Zinfo: running `cargo check --bins` on update-common (208/274)
39022026-05-04T22:41:09.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-04T22:41:09.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-04T22:41:09.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-04T22:41:09.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-05-04T22:41:09.696Z
39072026-05-04T22:41:09.697Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39082026-05-04T22:41:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-04T22:41:10.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-04T22:41:10.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-04T22:41:10.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39122026-05-04T22:41:10.346Z
39132026-05-04T22:41:10.346Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39142026-05-04T22:41:10.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-04T22:41:10.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-04T22:41:10.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-04T22:41:10.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39182026-05-04T22:41:10.927Z
39192026-05-04T22:41:10.927Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39202026-05-04T22:41:11.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-04T22:41:11.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-04T22:41:11.698Z Compiling fs-err v2.11.0
39232026-05-04T22:41:11.702Z Checking ignore v0.4.25
39242026-05-04T22:41:11.702Z Checking arc-swap v1.8.2
39252026-05-04T22:41:11.702Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39262026-05-04T22:41:11.838Z Checking predicates-tree v1.0.13
39272026-05-04T22:41:11.841Z Checking parse-size v1.1.0
39282026-05-04T22:41:11.859Z Checking rand_seeder v0.4.0
39292026-05-04T22:41:11.863Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39302026-05-04T22:41:11.938Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-04T22:41:11.991Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39322026-05-04T22:41:12.014Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39332026-05-04T22:41:12.041Z Checking slog-scope v4.4.1
39342026-05-04T22:41:12.137Z Compiling petname v2.0.2
39352026-05-04T22:41:12.160Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39362026-05-04T22:41:12.174Z Checking slog-stdlog v4.1.1
39372026-05-04T22:41:12.204Z Checking globwalk v0.9.1
39382026-05-04T22:41:12.287Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39392026-05-04T22:41:12.287Z Checking slog-envlogger v2.2.0
39402026-05-04T22:41:12.380Z Checking camino-tempfile-ext v0.3.3
39412026-05-04T22:41:12.395Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39422026-05-04T22:41:12.432Z Checking sapling-renderdag v0.1.0
39432026-05-04T22:41:12.558Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39442026-05-04T22:41:12.571Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39452026-05-04T22:41:12.666Z Checking subprocess v0.2.15
39462026-05-04T22:41:12.738Z Checking sync-ptr v0.1.4
39472026-05-04T22:41:12.787Z Checking colored v2.2.0
39482026-05-04T22:41:12.857Z Checking assert_matches v1.5.0
39492026-05-04T22:41:12.948Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39502026-05-04T22:41:13.049Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39512026-05-04T22:41:13.100Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39522026-05-04T22:41:13.104Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39532026-05-04T22:41:13.715Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39542026-05-04T22:41:15.002Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39552026-05-04T22:41:17.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39562026-05-04T22:41:17.393Z
39572026-05-04T22:41:17.394Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39582026-05-04T22:41:17.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-04T22:41:17.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-04T22:41:17.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-05-04T22:41:17.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39622026-05-04T22:41:17.977Z
39632026-05-04T22:41:17.977Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39642026-05-04T22:41:18.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-04T22:41:18.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-04T22:41:18.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-05-04T22:41:18.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39682026-05-04T22:41:18.583Z
39692026-05-04T22:41:18.583Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39702026-05-04T22:41:19.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-05-04T22:41:19.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-05-04T22:41:19.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-05-04T22:41:19.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39742026-05-04T22:41:19.231Z
39752026-05-04T22:41:19.231Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39762026-05-04T22:41:19.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-04T22:41:19.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-04T22:41:19.952Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39792026-05-04T22:41:19.952Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39802026-05-04T22:41:20.602Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39812026-05-04T22:41:22.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39822026-05-04T22:41:22.373Z
39832026-05-04T22:41:22.373Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39842026-05-04T22:41:22.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-04T22:41:22.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-04T22:41:22.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-05-04T22:41:22.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39882026-05-04T22:41:22.972Z
39892026-05-04T22:41:22.972Zinfo: running `cargo check --bins` on cert-dev (217/274)
39902026-05-04T22:41:23.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-05-04T22:41:23.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-05-04T22:41:23.575Z Checking yasna v0.5.2
39932026-05-04T22:41:23.978Z Checking rcgen v0.12.1
39942026-05-04T22:41:24.231Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39952026-05-04T22:41:24.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39962026-05-04T22:41:24.596Z
39972026-05-04T22:41:24.596Zinfo: running `cargo check --bins` on clickana (218/274)
39982026-05-04T22:41:25.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-04T22:41:25.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-04T22:41:25.241Z Compiling darling_core v0.23.0
40012026-05-04T22:41:25.244Z Compiling instability v0.3.11
40022026-05-04T22:41:25.349Z Checking castaway v0.2.4
40032026-05-04T22:41:25.361Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40042026-05-04T22:41:25.364Z Compiling indoc v2.0.7
40052026-05-04T22:41:25.365Z Checking unicode-truncate v1.1.0
40062026-05-04T22:41:25.387Z Checking lru v0.12.5
40072026-05-04T22:41:25.388Z Checking cassowary v0.3.0
40082026-05-04T22:41:25.438Z Checking compact_str v0.8.1
40092026-05-04T22:41:26.379Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40102026-05-04T22:41:26.559Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40112026-05-04T22:41:26.758Z Compiling darling_macro v0.23.0
40122026-05-04T22:41:27.166Z Compiling darling v0.23.0
40132026-05-04T22:41:27.771Z Checking ratatui v0.29.0
40142026-05-04T22:41:28.812Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40152026-05-04T22:41:29.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
40162026-05-04T22:41:29.666Z
40172026-05-04T22:41:29.666Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40182026-05-04T22:41:30.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-04T22:41:30.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-04T22:41:30.388Z Checking headers-core v0.3.0
40212026-05-04T22:41:30.388Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40222026-05-04T22:41:30.583Z Checking headers v0.4.1
40232026-05-04T22:41:30.951Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40242026-05-04T22:41:31.804Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40252026-05-04T22:41:32.298Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40262026-05-04T22:41:32.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40272026-05-04T22:41:32.910Z
40282026-05-04T22:41:32.910Zinfo: running `cargo check --bins` on ch-dev (220/274)
40292026-05-04T22:41:33.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-04T22:41:33.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-04T22:41:33.635Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40322026-05-04T22:41:34.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40332026-05-04T22:41:34.582Z
40342026-05-04T22:41:34.582Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40352026-05-04T22:41:34.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-04T22:41:34.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-04T22:41:34.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-05-04T22:41:34.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40392026-05-04T22:41:35.052Z
40402026-05-04T22:41:35.052Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40412026-05-04T22:41:35.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-04T22:41:35.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-04T22:41:35.773Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40442026-05-04T22:41:36.753Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40452026-05-04T22:41:37.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40462026-05-04T22:41:37.305Z
40472026-05-04T22:41:37.305Zinfo: running `cargo check --bins` on db-dev (223/274)
40482026-05-04T22:41:37.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-04T22:41:37.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-04T22:41:38.033Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40512026-05-04T22:41:38.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40522026-05-04T22:41:39.009Z
40532026-05-04T22:41:39.009Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40542026-05-04T22:41:39.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-04T22:41:39.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-04T22:41:39.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-04T22:41:39.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40582026-05-04T22:41:39.656Z
40592026-05-04T22:41:39.656Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40602026-05-04T22:41:40.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-04T22:41:40.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-04T22:41:40.268Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40632026-05-04T22:41:40.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40642026-05-04T22:41:41.113Z
40652026-05-04T22:41:41.113Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40662026-05-04T22:41:41.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-04T22:41:41.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-04T22:41:41.868Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40692026-05-04T22:41:41.868Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-04T22:41:41.872Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40712026-05-04T22:41:42.003Z Checking git-stub v1.0.0
40722026-05-04T22:41:42.006Z Compiling trait-variant v0.1.2
40732026-05-04T22:41:42.006Z Checking is_ci v1.2.0
40742026-05-04T22:41:42.011Z Checking maplit v1.0.2
40752026-05-04T22:41:42.030Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40762026-05-04T22:41:42.107Z Checking supports-color v3.0.2
40772026-05-04T22:41:42.107Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40782026-05-04T22:41:42.140Z Checking git-stub-vcs v0.1.0
40792026-05-04T22:41:42.243Z Checking drift v0.1.3
40802026-05-04T22:41:42.258Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40812026-05-04T22:41:42.279Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40822026-05-04T22:41:42.335Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40832026-05-04T22:41:42.467Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-04T22:41:42.530Z Checking dropshot-api-manager v0.7.1
40852026-05-04T22:41:42.544Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40862026-05-04T22:41:42.557Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40872026-05-04T22:41:42.715Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40882026-05-04T22:41:42.767Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40892026-05-04T22:41:42.921Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40902026-05-04T22:41:43.273Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40912026-05-04T22:41:48.155Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40922026-05-04T22:41:49.232Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40932026-05-04T22:41:49.789Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40942026-05-04T22:41:50.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40952026-05-04T22:41:50.410Z
40962026-05-04T22:41:50.410Zinfo: running `cargo check --bins` on installinator-api (227/274)
40972026-05-04T22:41:50.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-04T22:41:50.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-04T22:41:50.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-05-04T22:41:50.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41012026-05-04T22:41:51.014Z
41022026-05-04T22:41:51.014Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41032026-05-04T22:41:51.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-05-04T22:41:51.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-05-04T22:41:51.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-05-04T22:41:51.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41072026-05-04T22:41:51.661Z
41082026-05-04T22:41:51.661Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41092026-05-04T22:41:52.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-04T22:41:52.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-04T22:41:52.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-05-04T22:41:52.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41132026-05-04T22:41:52.303Z
41142026-05-04T22:41:52.303Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41152026-05-04T22:41:52.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-04T22:41:52.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-04T22:41:52.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-05-04T22:41:52.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41192026-05-04T22:41:52.946Z
41202026-05-04T22:41:52.946Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41212026-05-04T22:41:53.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-04T22:41:53.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-04T22:41:53.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-05-04T22:41:53.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41252026-05-04T22:41:53.552Z
41262026-05-04T22:41:53.552Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41272026-05-04T22:41:54.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-04T22:41:54.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-04T22:41:54.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-04T22:41:54.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41312026-05-04T22:41:54.149Z
41322026-05-04T22:41:54.149Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41332026-05-04T22:41:54.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-04T22:41:54.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-04T22:41:54.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-05-04T22:41:54.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41372026-05-04T22:41:54.771Z
41382026-05-04T22:41:54.771Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41392026-05-04T22:41:55.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-05-04T22:41:55.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-05-04T22:41:55.387Z Checking typeid v1.0.3
41422026-05-04T22:41:55.499Z Checking ordered-float v2.10.1
41432026-05-04T22:41:55.516Z Checking unicode-xid v0.2.6
41442026-05-04T22:41:55.528Z Checking cargo-platform v0.2.0
41452026-05-04T22:41:55.537Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41462026-05-04T22:41:55.568Z Checking erased-serde v0.4.9
41472026-05-04T22:41:55.696Z Checking serde-value v0.7.0
41482026-05-04T22:41:55.871Z Checking serde-untagged v0.1.9
41492026-05-04T22:41:56.028Z Checking cargo-util-schemas v0.8.2
41502026-05-04T22:41:56.708Z Checking cargo_metadata v0.21.0
41512026-05-04T22:41:57.310Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41522026-05-04T22:41:57.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41532026-05-04T22:41:58.160Z
41542026-05-04T22:41:58.160Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41552026-05-04T22:41:58.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-04T22:41:58.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-04T22:41:58.903Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41582026-05-04T22:41:59.524Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41592026-05-04T22:42:00.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41602026-05-04T22:42:00.231Z
41612026-05-04T22:42:00.231Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41622026-05-04T22:42:00.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-05-04T22:42:00.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-05-04T22:42:01.093Z Compiling vergen-gitcl v1.0.8
41652026-05-04T22:42:01.093Z Compiling dirs-sys-next v0.1.2
41662026-05-04T22:42:01.093Z Compiling crunchy v0.2.4
41672026-05-04T22:42:01.093Z Compiling glob v0.3.3
41682026-05-04T22:42:01.096Z Compiling diesel_derives v2.3.7
41692026-05-04T22:42:01.096Z Compiling dsl_auto_type v0.2.0
41702026-05-04T22:42:01.096Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41712026-05-04T22:42:01.096Z Checking scheduled-thread-pool v0.2.7
41722026-05-04T22:42:01.372Z Compiling dirs-next v2.0.0
41732026-05-04T22:42:01.458Z Compiling diesel_table_macro_syntax v0.3.0
41742026-05-04T22:42:01.498Z Compiling tiny-keccak v2.0.2
41752026-05-04T22:42:01.501Z Compiling term v0.7.0
41762026-05-04T22:42:01.607Z Checking r2d2 v0.8.10
41772026-05-04T22:42:01.661Z Compiling clang-sys v1.8.1
41782026-05-04T22:42:01.664Z Checking downcast-rs v2.0.2
41792026-05-04T22:42:01.725Z Compiling bit-vec v0.6.3
41802026-05-04T22:42:01.772Z Compiling ascii-canvas v3.0.0
41812026-05-04T22:42:01.951Z Compiling bit-set v0.5.3
41822026-05-04T22:42:02.021Z Compiling itertools v0.10.5
41832026-05-04T22:42:02.057Z Compiling ena v0.14.4
41842026-05-04T22:42:02.082Z Compiling libloading v0.8.9
41852026-05-04T22:42:02.109Z Compiling regex-syntax v0.6.29
41862026-05-04T22:42:02.112Z Compiling diff v0.1.13
41872026-05-04T22:42:02.234Z Compiling bindgen v0.71.1
41882026-05-04T22:42:02.287Z Compiling cexpr v0.6.0
41892026-05-04T22:42:02.383Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41902026-05-04T22:42:02.577Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41912026-05-04T22:42:02.692Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41922026-05-04T22:42:02.734Z Compiling libxml v0.3.3
41932026-05-04T22:42:02.957Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41942026-05-04T22:42:02.998Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41952026-05-04T22:42:03.069Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41962026-05-04T22:42:03.260Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41972026-05-04T22:42:03.278Z Compiling strum_macros v0.24.3
41982026-05-04T22:42:03.294Z Compiling indoc v1.0.9
41992026-05-04T22:42:03.525Z Compiling lalrpop v0.19.12
42002026-05-04T22:42:04.294Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42012026-05-04T22:42:04.488Z Checking derive_builder v0.20.2
42022026-05-04T22:42:04.609Z Compiling oso-derive v0.27.3
42032026-05-04T22:42:04.637Z Checking quick-xml v0.37.5
42042026-05-04T22:42:04.795Z Compiling impl-trait-for-tuples v0.2.3
42052026-05-04T22:42:05.108Z Checking openssl-probe v0.1.6
42062026-05-04T22:42:05.250Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42072026-05-04T22:42:05.513Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42082026-05-04T22:42:05.709Z Checking bb8 v0.8.6
42092026-05-04T22:42:05.940Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42102026-05-04T22:42:05.984Z Checking nonempty v0.12.0
42112026-05-04T22:42:06.003Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42122026-05-04T22:42:06.150Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42132026-05-04T22:42:06.166Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42142026-05-04T22:42:06.212Z Checking console v0.16.2
42152026-05-04T22:42:06.356Z Checking unit-prefix v0.5.2
42162026-05-04T22:42:06.374Z Checking support-bundle-viewer v0.1.2
42172026-05-04T22:42:06.489Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42182026-05-04T22:42:06.518Z Checking indicatif v0.18.4
42192026-05-04T22:42:06.622Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42202026-05-04T22:42:06.754Z Checking multimap v0.10.1
42212026-05-04T22:42:07.120Z Checking diesel v2.3.7
42222026-05-04T22:42:08.967Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42232026-05-04T22:42:09.230Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42242026-05-04T22:42:09.770Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42252026-05-04T22:42:10.588Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42262026-05-04T22:42:10.978Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42272026-05-04T22:42:11.346Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42282026-05-04T22:42:11.623Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42292026-05-04T22:42:11.656Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42302026-05-04T22:42:13.681Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-05-04T22:42:18.833Z Compiling samael v0.0.19
42322026-05-04T22:42:22.685Z Checking diesel-dtrace v0.5.0
42332026-05-04T22:42:22.927Z Checking async-bb8-diesel v0.2.1
42342026-05-04T22:42:23.585Z Compiling polar-core v0.27.3
42352026-05-04T22:42:28.023Z Checking oso v0.27.3
42362026-05-04T22:43:04.940Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-05-04T22:43:38.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42382026-05-04T22:43:38.487Z
42392026-05-04T22:43:38.487Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42402026-05-04T22:43:39.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-04T22:43:39.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-04T22:43:39.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-04T22:43:39.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42442026-05-04T22:43:39.150Z
42452026-05-04T22:43:39.150Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42462026-05-04T22:43:39.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-04T22:43:39.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-04T22:43:39.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-04T22:43:39.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42502026-05-04T22:43:39.810Z
42512026-05-04T22:43:39.810Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42522026-05-04T22:43:40.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-04T22:43:40.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-04T22:43:40.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-04T22:43:40.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42562026-05-04T22:43:40.393Z
42572026-05-04T22:43:40.393Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42582026-05-04T22:43:40.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-04T22:43:40.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-04T22:43:41.264Z Compiling libz-sys v1.1.24
42612026-05-04T22:43:41.395Z Compiling libgit2-sys v0.18.3+1.9.2
42622026-05-04T22:43:41.406Z Compiling vergen-git2 v1.0.7
42632026-05-04T22:43:41.439Z Compiling rustls v0.21.12
42642026-05-04T22:43:41.442Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-05-04T22:43:41.442Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42662026-05-04T22:43:41.445Z Checking sct v0.7.1
42672026-05-04T22:43:41.445Z Checking rustls-webpki v0.101.7
42682026-05-04T22:43:41.595Z Compiling nix v0.29.0
42692026-05-04T22:43:41.613Z Compiling dropshot v0.16.7
42702026-05-04T22:43:41.655Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42712026-05-04T22:43:41.703Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42722026-05-04T22:43:41.780Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732026-05-04T22:43:41.885Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42742026-05-04T22:43:41.904Z Checking toml v0.9.12+spec-1.1.0
42752026-05-04T22:43:41.953Z Compiling dropshot_endpoint v0.16.7
42762026-05-04T22:43:42.093Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42772026-05-04T22:43:42.241Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42782026-05-04T22:43:42.457Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42792026-05-04T22:43:42.498Z Checking rustls-pemfile v1.0.4
42802026-05-04T22:43:42.638Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42812026-05-04T22:43:42.833Z Checking twox-hash v2.1.2
42822026-05-04T22:43:42.850Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42832026-05-04T22:43:43.089Z Checking tokio-rustls v0.24.1
42842026-05-04T22:43:43.562Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42852026-05-04T22:43:43.583Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42862026-05-04T22:43:43.898Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42872026-05-04T22:43:45.244Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42882026-05-04T22:43:45.247Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42892026-05-04T22:43:45.247Z Checking fatfs v0.3.6
42902026-05-04T22:43:45.247Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42912026-05-04T22:43:45.247Z Compiling seq-macro v0.3.6
42922026-05-04T22:43:48.253Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42932026-05-04T22:43:48.393Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42942026-05-04T22:43:48.563Z Compiling git2 v0.20.4
42952026-05-04T22:43:50.805Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42962026-05-04T22:44:36.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.98s
42972026-05-04T22:44:36.603Z
42982026-05-04T22:44:36.603Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42992026-05-04T22:44:37.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-04T22:44:37.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-04T22:44:37.493Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43022026-05-04T22:45:15.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
43032026-05-04T22:45:16.169Z
43042026-05-04T22:45:16.169Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43052026-05-04T22:45:16.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-04T22:45:16.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-04T22:45:16.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-04T22:45:16.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43092026-05-04T22:45:16.754Z
43102026-05-04T22:45:16.754Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43112026-05-04T22:45:17.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-04T22:45:17.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-04T22:45:17.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-04T22:45:17.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-05-04T22:45:17.397Z
43162026-05-04T22:45:17.397Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43172026-05-04T22:45:17.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-04T22:45:17.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-04T22:45:17.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-04T22:45:17.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-05-04T22:45:18.058Z
43222026-05-04T22:45:18.058Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43232026-05-04T22:45:18.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-04T22:45:18.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-04T22:45:18.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-04T22:45:18.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43272026-05-04T22:45:18.713Z
43282026-05-04T22:45:18.713Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43292026-05-04T22:45:19.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-04T22:45:19.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-04T22:45:19.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-04T22:45:19.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43332026-05-04T22:45:19.372Z
43342026-05-04T22:45:19.372Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43352026-05-04T22:45:19.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-04T22:45:19.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-04T22:45:19.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-04T22:45:19.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43392026-05-04T22:45:20.035Z
43402026-05-04T22:45:20.035Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43412026-05-04T22:45:20.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-04T22:45:20.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-04T22:45:20.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-04T22:45:20.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43452026-05-04T22:45:20.708Z
43462026-05-04T22:45:20.708Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43472026-05-04T22:45:21.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-04T22:45:21.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-04T22:45:21.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-05-04T22:45:21.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43512026-05-04T22:45:21.381Z
43522026-05-04T22:45:21.381Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43532026-05-04T22:45:21.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-04T22:45:21.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-04T22:45:22.285Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43562026-05-04T22:45:22.285Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-05-04T22:45:22.469Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43582026-05-04T22:45:22.500Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43592026-05-04T22:45:22.520Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43602026-05-04T22:45:22.523Z Checking diff v0.1.13
43612026-05-04T22:45:22.523Z Checking yansi v1.0.1
43622026-05-04T22:45:22.550Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43632026-05-04T22:45:22.607Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43642026-05-04T22:45:22.785Z Checking pretty_assertions v1.4.1
43652026-05-04T22:45:23.441Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43662026-05-04T22:45:23.762Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43672026-05-04T22:45:46.946Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43682026-05-04T22:45:46.949Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43692026-05-04T22:45:46.949Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43702026-05-04T22:45:46.949Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43712026-05-04T22:45:46.949Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43722026-05-04T22:45:46.949Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43732026-05-04T22:45:47.751Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43742026-05-04T22:45:48.855Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43752026-05-04T22:46:26.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43762026-05-04T22:46:27.109Z
43772026-05-04T22:46:27.109Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43782026-05-04T22:46:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-05-04T22:46:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-05-04T22:46:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-05-04T22:46:27.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43822026-05-04T22:46:27.692Z
43832026-05-04T22:46:27.692Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43842026-05-04T22:46:28.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-05-04T22:46:28.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-05-04T22:46:28.469Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43872026-05-04T22:46:28.591Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43882026-05-04T22:46:28.594Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43892026-05-04T22:46:54.089Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43902026-05-04T22:46:54.482Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43912026-05-04T22:46:56.213Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43922026-05-04T22:46:56.674Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43932026-05-04T22:46:59.622Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43942026-05-04T22:47:22.156Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43952026-05-04T22:47:22.865Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43962026-05-04T22:47:24.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.79s
43972026-05-04T22:47:24.714Z
43982026-05-04T22:47:24.714Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43992026-05-04T22:47:25.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-05-04T22:47:25.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-05-04T22:47:25.440Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44022026-05-04T22:47:26.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44032026-05-04T22:47:26.335Z
44042026-05-04T22:47:26.335Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44052026-05-04T22:47:26.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-04T22:47:26.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-04T22:47:26.993Z Compiling blake3 v1.8.3
44082026-05-04T22:47:27.104Z Checking arrayref v0.3.9
44092026-05-04T22:47:27.104Z Checking constant_time_eq v0.4.2
44102026-05-04T22:47:27.110Z Checking arrayvec v0.7.6
44112026-05-04T22:47:27.142Z Checking topological-sort v0.2.2
44122026-05-04T22:47:27.146Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44132026-05-04T22:47:27.146Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44142026-05-04T22:47:27.146Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44152026-05-04T22:47:27.165Z Checking shell-words v1.1.1
44162026-05-04T22:47:27.981Z Checking omicron-zone-package v0.12.2
44172026-05-04T22:47:28.696Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44182026-05-04T22:47:29.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44192026-05-04T22:47:29.717Z
44202026-05-04T22:47:29.717Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44212026-05-04T22:47:30.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-05-04T22:47:30.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-05-04T22:47:30.364Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44242026-05-04T22:47:30.685Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44252026-05-04T22:47:31.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44262026-05-04T22:47:31.275Z
44272026-05-04T22:47:31.275Zinfo: running `cargo check --bins` on schema (256/274)
44282026-05-04T22:47:31.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-05-04T22:47:31.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-05-04T22:47:32.011Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44312026-05-04T22:47:32.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44322026-05-04T22:47:32.926Z
44332026-05-04T22:47:32.926Zinfo: running `cargo check --bins` on xtask (257/274)
44342026-05-04T22:47:33.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-05-04T22:47:33.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-05-04T22:47:33.390Z Checking libc v0.2.185
44372026-05-04T22:47:33.473Z Checking serde v1.0.228
44382026-05-04T22:47:33.477Z Checking zerofrom v0.1.6
44392026-05-04T22:47:33.481Z Checking bitflags v2.11.0
44402026-05-04T22:47:33.487Z Checking smallvec v1.15.1
44412026-05-04T22:47:33.493Z Checking indexmap v2.14.0
44422026-05-04T22:47:33.503Z Checking serde_json v1.0.149
44432026-05-04T22:47:33.506Z Checking num-traits v0.2.19
44442026-05-04T22:47:33.576Z Checking yoke v0.8.1
44452026-05-04T22:47:33.628Z Checking scroll v0.12.0
44462026-05-04T22:47:33.663Z Checking thiserror v1.0.69
44472026-05-04T22:47:33.742Z Checking zerovec v0.11.5
44482026-05-04T22:47:33.760Z Checking zerotrie v0.2.3
44492026-05-04T22:47:33.770Z Checking errno v0.3.14
44502026-05-04T22:47:33.857Z Checking percent-encoding v2.3.2
44512026-05-04T22:47:33.868Z Checking toml_datetime v0.6.11
44522026-05-04T22:47:33.890Z Checking rustix v1.1.3
44532026-05-04T22:47:34.002Z Checking serde_spanned v0.6.9
44542026-05-04T22:47:34.012Z Checking log v0.4.29
44552026-05-04T22:47:34.033Z Checking zerocopy v0.7.35
44562026-05-04T22:47:34.047Z Checking ordered-float v2.10.1
44572026-05-04T22:47:34.058Z Checking form_urlencoded v1.2.2
44582026-05-04T22:47:34.125Z Checking toml_edit v0.22.27
44592026-05-04T22:47:34.138Z Checking getrandom v0.4.1
44602026-05-04T22:47:34.158Z Checking goblin v0.8.2
44612026-05-04T22:47:34.188Z Checking thiserror v2.0.18
44622026-05-04T22:47:34.198Z Checking tinystr v0.8.2
44632026-05-04T22:47:34.267Z Checking potential_utf v0.1.4
44642026-05-04T22:47:34.277Z Checking serde-value v0.7.0
44652026-05-04T22:47:34.289Z Checking syn v2.0.117
44662026-05-04T22:47:34.377Z Checking icu_locale_core v2.1.1
44672026-05-04T22:47:34.398Z Checking icu_collections v2.1.1
44682026-05-04T22:47:34.477Z Checking dtrace-parser v0.2.0
44692026-05-04T22:47:34.518Z Checking thread-id v4.2.2
44702026-05-04T22:47:34.600Z Checking once_cell v1.21.3
44712026-05-04T22:47:34.705Z Checking terminal_size v0.4.3
44722026-05-04T22:47:34.715Z Checking cargo-platform v0.2.0
44732026-05-04T22:47:34.716Z Checking memmap v0.7.0
44742026-05-04T22:47:34.773Z Checking tempfile v3.25.0
44752026-05-04T22:47:34.842Z Checking clap_builder v4.5.60
44762026-05-04T22:47:34.870Z Checking textwrap v0.16.2
44772026-05-04T22:47:34.910Z Checking fs-err v3.3.0
44782026-05-04T22:47:34.933Z Checking icu_provider v2.1.1
44792026-05-04T22:47:34.965Z Checking camino-tempfile v1.4.1
44802026-05-04T22:47:35.078Z Checking tabled v0.15.0
44812026-05-04T22:47:35.088Z Checking anyhow v1.0.102
44822026-05-04T22:47:35.121Z Checking macaddr v1.0.1
44832026-05-04T22:47:35.170Z Checking icu_normalizer v2.1.1
44842026-05-04T22:47:35.225Z Checking icu_properties v2.1.2
44852026-05-04T22:47:35.284Z Checking toml v0.8.23
44862026-05-04T22:47:35.298Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44872026-05-04T22:47:35.601Z Checking cargo_toml v0.21.0
44882026-05-04T22:47:36.019Z Checking idna_adapter v1.2.1
44892026-05-04T22:47:36.030Z Checking dof v0.3.0
44902026-05-04T22:47:36.033Z Checking clap v4.5.60
44912026-05-04T22:47:36.137Z Checking idna v1.1.0
44922026-05-04T22:47:36.291Z Checking usdt-impl v0.5.0
44932026-05-04T22:47:36.363Z Checking url v2.5.8
44942026-05-04T22:47:36.535Z Checking usdt v0.5.0
44952026-05-04T22:47:36.705Z Checking cargo-util-schemas v0.8.2
44962026-05-04T22:47:37.386Z Checking cargo_metadata v0.21.0
44972026-05-04T22:47:37.995Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44982026-05-04T22:47:38.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
44992026-05-04T22:47:38.545Z
45002026-05-04T22:47:38.545Zinfo: running `cargo check --bins` on dnsadm (258/274)
45012026-05-04T22:47:39.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-05-04T22:47:39.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-05-04T22:47:39.189Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45042026-05-04T22:47:39.668Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45052026-05-04T22:47:40.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45062026-05-04T22:47:40.249Z
45072026-05-04T22:47:40.249Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45082026-05-04T22:47:40.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-04T22:47:40.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-04T22:47:41.049Z Checking polyval v0.6.2
45112026-05-04T22:47:41.174Z Checking ctr v0.9.2
45122026-05-04T22:47:41.185Z Checking ssh-encoding v0.2.0
45132026-05-04T22:47:41.185Z Checking blowfish v0.9.1
45142026-05-04T22:47:41.205Z Checking password-hash v0.4.2
45152026-05-04T22:47:41.219Z Checking p256 v0.13.2
45162026-05-04T22:47:41.222Z Checking p521 v0.13.3
45172026-05-04T22:47:41.245Z Checking russh-cryptovec v0.7.3
45182026-05-04T22:47:41.315Z Checking ghash v0.5.1
45192026-05-04T22:47:41.329Z Checking md5 v0.7.0
45202026-05-04T22:47:41.332Z Checking bcrypt-pbkdf v0.10.0
45212026-05-04T22:47:41.392Z Checking num-bigint v0.4.6
45222026-05-04T22:47:41.392Z Checking des v0.8.1
45232026-05-04T22:47:41.420Z Checking pbkdf2 v0.11.0
45242026-05-04T22:47:41.435Z Checking aes-gcm v0.10.3
45252026-05-04T22:47:41.467Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45262026-05-04T22:47:41.490Z Checking hex-literal v0.4.1
45272026-05-04T22:47:41.504Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45282026-05-04T22:47:41.570Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45292026-05-04T22:47:41.584Z Checking ssh-cipher v0.2.0
45302026-05-04T22:47:41.597Z Checking socket2 v0.5.10
45312026-05-04T22:47:41.621Z Checking internet-checksum v0.2.1
45322026-05-04T22:47:41.749Z Checking ssh-key v0.6.7
45332026-05-04T22:47:41.857Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45342026-05-04T22:47:42.367Z Checking russh-keys v0.45.0
45352026-05-04T22:47:42.920Z Checking russh v0.45.0
45362026-05-04T22:47:57.647Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45372026-05-04T22:47:58.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.60s
45382026-05-04T22:47:59.066Z
45392026-05-04T22:47:59.066Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45402026-05-04T22:47:59.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-04T22:47:59.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-04T22:47:59.714Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45432026-05-04T22:47:59.823Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45442026-05-04T22:47:59.830Z Checking termios v0.3.3
45452026-05-04T22:48:01.022Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45462026-05-04T22:48:01.172Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45472026-05-04T22:48:02.977Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45482026-05-04T22:48:03.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45492026-05-04T22:48:03.739Z
45502026-05-04T22:48:03.739Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45512026-05-04T22:48:04.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-04T22:48:04.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-04T22:48:04.458Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45542026-05-04T22:48:04.573Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45552026-05-04T22:48:04.584Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45562026-05-04T22:48:04.589Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45572026-05-04T22:48:04.628Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45582026-05-04T22:48:04.628Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45592026-05-04T22:48:05.320Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45602026-05-04T22:48:05.665Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45612026-05-04T22:48:05.668Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45622026-05-04T22:48:06.296Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45632026-05-04T22:48:07.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45642026-05-04T22:48:08.129Z
45652026-05-04T22:48:08.129Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45662026-05-04T22:48:08.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-04T22:48:08.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-04T22:48:08.767Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45692026-05-04T22:48:09.214Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45702026-05-04T22:48:09.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45712026-05-04T22:48:09.727Z
45722026-05-04T22:48:09.727Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45732026-05-04T22:48:10.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-04T22:48:10.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-04T22:48:10.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45762026-05-04T22:48:10.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45772026-05-04T22:48:10.319Z
45782026-05-04T22:48:10.319Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45792026-05-04T22:48:10.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-04T22:48:10.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-04T22:48:10.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45822026-05-04T22:48:10.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45832026-05-04T22:48:10.909Z
45842026-05-04T22:48:10.910Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45852026-05-04T22:48:11.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-05-04T22:48:11.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-05-04T22:48:11.664Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45882026-05-04T22:48:12.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45892026-05-04T22:48:12.466Z
45902026-05-04T22:48:12.466Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45912026-05-04T22:48:12.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-05-04T22:48:12.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-05-04T22:48:13.118Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45942026-05-04T22:48:13.123Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45952026-05-04T22:48:13.370Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45962026-05-04T22:48:13.370Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45972026-05-04T22:48:14.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45982026-05-04T22:48:14.343Z
45992026-05-04T22:48:14.343Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46002026-05-04T22:48:14.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-04T22:48:14.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-04T22:48:14.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46032026-05-04T22:48:14.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46042026-05-04T22:48:14.939Z
46052026-05-04T22:48:14.939Zinfo: running `cargo check --bins` on omicron-package (268/274)
46062026-05-04T22:48:15.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-05-04T22:48:15.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-05-04T22:48:15.627Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46092026-05-04T22:48:16.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
46102026-05-04T22:48:16.884Z
46112026-05-04T22:48:16.884Zinfo: running `cargo check --bins` on tqdb (269/274)
46122026-05-04T22:48:17.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-04T22:48:17.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-04T22:48:17.668Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46152026-05-04T22:48:18.019Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46162026-05-04T22:48:18.529Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46172026-05-04T22:48:18.529Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46182026-05-04T22:48:24.310Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46192026-05-04T22:48:24.321Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46202026-05-04T22:48:24.887Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46212026-05-04T22:48:24.896Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46222026-05-04T22:48:24.896Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46232026-05-04T22:48:24.896Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46242026-05-04T22:48:25.634Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46252026-05-04T22:48:26.663Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46262026-05-04T22:48:27.393Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46272026-05-04T22:48:31.764Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46282026-05-04T22:48:32.073Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46292026-05-04T22:48:38.346Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46302026-05-04T22:48:38.350Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46312026-05-04T22:48:38.350Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46322026-05-04T22:48:38.350Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46332026-05-04T22:48:39.811Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46342026-05-04T22:48:41.117Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46352026-05-04T22:48:41.790Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46362026-05-04T22:48:43.025Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46372026-05-04T22:48:43.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s
46382026-05-04T22:48:43.782Z
46392026-05-04T22:48:43.782Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46402026-05-04T22:48:44.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-05-04T22:48:44.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-05-04T22:48:44.490Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46432026-05-04T22:48:44.490Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46442026-05-04T22:48:44.493Z Checking rtoolbox v0.0.3
46452026-05-04T22:48:44.621Z Checking tui-tree-widget v0.23.1
46462026-05-04T22:48:44.720Z Checking rpassword v7.4.0
46472026-05-04T22:48:45.736Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46482026-05-04T22:48:48.690Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46492026-05-04T22:48:50.519Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46502026-05-04T22:48:51.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s
46512026-05-04T22:48:51.621Z
46522026-05-04T22:48:51.621Zinfo: running `cargo check --bins` on wicket (271/274)
46532026-05-04T22:48:52.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-04T22:48:52.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-04T22:48:52.323Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46562026-05-04T22:48:52.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46572026-05-04T22:48:52.875Z
46582026-05-04T22:48:52.875Zinfo: running `cargo check --bins` on wicketd (272/274)
46592026-05-04T22:48:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-04T22:48:53.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-04T22:48:53.602Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46622026-05-04T22:48:53.606Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46632026-05-04T22:48:53.606Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46642026-05-04T22:48:53.606Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46652026-05-04T22:48:54.584Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46662026-05-04T22:48:55.158Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46672026-05-04T22:48:58.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46682026-05-04T22:48:58.304Z
46692026-05-04T22:48:58.304Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46702026-05-04T22:48:58.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-05-04T22:48:58.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-05-04T22:48:58.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-05-04T22:48:58.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46742026-05-04T22:48:58.899Z
46752026-05-04T22:48:58.900Zinfo: running `cargo check --bins` on zone-setup (274/274)
46762026-05-04T22:48:59.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-04T22:48:59.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-04T22:48:59.575Z Checking uzers v0.12.2
46792026-05-04T22:48:59.847Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46802026-05-04T22:49:00.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46812026-05-04T22:49:00.814Z
46822026-05-04T22:49:00.814Zreal 14:03.029539824
46832026-05-04T22:49:00.814Zuser 20:29.692041326
46842026-05-04T22:49:00.814Zsys 4:13.272233333
46852026-05-04T22:49:00.814Ztrap 0.337721552
46862026-05-04T22:49:00.814Ztflt 0.314307000
46872026-05-04T22:49:00.814Zdflt 0.853733705
46882026-05-04T22:49:00.814Zkflt 0.001632243
46892026-05-04T22:49:00.814Zlock 1:16:28.223364214
46902026-05-04T22:49:00.814Zslp 1:37:49.258127804
46912026-05-04T22:49:00.817Zlat 56.388683532
46922026-05-04T22:49:00.817Zstop 3:29.830041811
46932026-05-04T22:49:00.817Zprocess exited: duration 1018632 ms, exit code 0
 
46942026-05-04T22:49:00.824Zfound 0 output files