01KQJH614W56E3S9WMHB3ZQ82W: 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: 01KQJH6FT29SZ4Y5MCC932GDTT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T19:46:24.938Zjob assigned to worker 01KQJH6NZR8QQE5C875YYBP9XM [factory aws, i-01cb0208551033e78] (queued for 47 s)
 
22026-05-01T19:46:31.478Zstarting task 0: "setup"
32026-05-01T19:46:31.483Z++ uname -s
42026-05-01T19:46:31.486Z+ kern=SunOS
52026-05-01T19:46:31.486Z+ build_user=build
62026-05-01T19:46:31.486Z+ build_uid=12345
72026-05-01T19:46:31.486Z+ work_dir=/work
82026-05-01T19:46:31.486Z+ input_dir=/input
92026-05-01T19:46:31.486Z+ [[ 0 == 12345 ]]
102026-05-01T19:46:31.486Z+ case "$kern" in
112026-05-01T19:46:31.486Z+ groupadd -g 12345 build
122026-05-01T19:46:31.489Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T19:46:33.493Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T19:46:33.611Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T19:46:33.616Z+ home_fs=zfs
162026-05-01T19:46:33.616Z+ [[ zfs == autofs ]]
172026-05-01T19:46:33.616Z+ mkdir -p /home/build
182026-05-01T19:46:33.616Z+ chown build:build /home/build /work
192026-05-01T19:46:35.615Z+ chmod 0700 /home/build /work
202026-05-01T19:46:35.618Zprocess exited: duration 4141 ms, exit code 0
 
212026-05-01T19:46:35.623Zstarting task 1: "rust-toolchain"
222026-05-01T19:46:35.627Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T19:46:35.628Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-01T19:46:35.628Z * rust toolchain channel = "1.94.0"
252026-05-01T19:46:35.628Z * rust toolchain profile = "default"
262026-05-01T19:46:35.628Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T19:46:35.628Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T19:46:35.631Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T19:46:35.631Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T19:46:35.741Zinfo: downloading installer
312026-05-01T19:46:37.130Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T19:46:37.130Zwarn: /opt/ooce/bin
332026-05-01T19:46:37.130Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T19:46:37.130Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T19:46:37.130Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T19:46:37.130Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T19:46:37.130Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T19:46:37.130Zerror: cannot install while Rust is installed
392026-05-01T19:46:37.130Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T19:46:37.130Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T19:46:37.131Zwarn: /home/build/.rustup/settings.toml
422026-05-01T19:46:37.131Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T19:46:37.131Zwarn: instead of the one inferred from the default host triple.
442026-05-01T19:46:37.144Zinfo: profile set to default
452026-05-01T19:46:37.144Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T19:46:37.147Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T19:46:37.272Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T19:46:37.275Zinfo: downloading 6 components
492026-05-01T19:46:52.230Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T19:46:52.230Z
512026-05-01T19:46:52.257Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T19:46:52.257Z
532026-05-01T19:46:52.257Z
542026-05-01T19:46:52.257ZRust is installed now. Great!
552026-05-01T19:46:52.257Z
562026-05-01T19:46:52.257ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T19:46:52.257Zenvironment variable. This has not been done automatically.
582026-05-01T19:46:52.257Z
592026-05-01T19:46:52.257ZTo configure your current shell, you need to source
602026-05-01T19:46:52.257Zthe corresponding env file under $HOME/.cargo.
612026-05-01T19:46:52.257Z
622026-05-01T19:46:52.257ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T19:46:52.257Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T19:46:52.257Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T19:46:52.257Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T19:46:52.257Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T19:46:52.257Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T19:46:52.257Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T19:46:52.261Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T19:46:52.261Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T19:46:52.346Z+ rustup --version
722026-05-01T19:46:52.355Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T19:46:52.358Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T19:46:52.377Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T19:46:52.380Z+ cargo --version
762026-05-01T19:46:52.394Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T19:46:52.397Z+ rustc --version
782026-05-01T19:46:52.415Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T19:46:52.418Zprocess exited: duration 16792 ms, exit code 0
 
802026-05-01T19:46:52.425Zstarting task 2: "authentication"
812026-05-01T19:46:52.441Zprocess exited: duration 16 ms, exit code 0
 
822026-05-01T19:46:52.447Zstarting task 3: "clone repository"
832026-05-01T19:46:52.450Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T19:46:52.453Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T19:46:52.482ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T19:47:01.567Z+ cd /work/oxidecomputer/omicron
872026-05-01T19:47:01.567Z+ git fetch origin 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c
882026-05-01T19:47:01.904ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T19:47:01.904Z * branch 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c -> FETCH_HEAD
902026-05-01T19:47:01.913Z+ [[ -n fm-disable-analysis ]]
912026-05-01T19:47:01.916Z++ git branch --show-current
922026-05-01T19:47:01.916Z+ current=main
932026-05-01T19:47:01.916Z+ [[ main != fm-disable-analysis ]]
942026-05-01T19:47:01.916Z+ git branch -f fm-disable-analysis 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c
952026-05-01T19:47:01.919Z+ git checkout -f fm-disable-analysis
962026-05-01T19:47:02.045ZSwitched to branch 'fm-disable-analysis'
972026-05-01T19:47:02.049Z+ git reset --hard 370b4bdc6d072f3f2a5c835c1586e6af4d6e142c
982026-05-01T19:47:02.174ZHEAD is now at 370b4bdc6 [fm] Temporarily disable fm_analysis background task
992026-05-01T19:47:02.177Zprocess exited: duration 9728 ms, exit code 0
 
1002026-05-01T19:47:02.189Zstarting task 4: "build"
1012026-05-01T19:47:02.193Z+ source .github/buildomat/ci-env.sh
1022026-05-01T19:47:02.193Z++ export CARGO_TERM_COLOR=always
1032026-05-01T19:47:02.193Z++ CARGO_TERM_COLOR=always
1042026-05-01T19:47:02.193Z+ cargo --version
1052026-05-01T19:47:02.201Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T19:47:02.204Z+ rustc --version
1072026-05-01T19:47:02.226Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T19:47:02.229Z+ source ./env.sh
1092026-05-01T19:47:02.229Z++ OLD_SHELL_OPTS=ehxB
1102026-05-01T19:47:02.229Z++ set -o xtrace
1112026-05-01T19:47:02.229Z++++ dirname ./env.sh
1122026-05-01T19:47:02.232Z+++ readlink -f .
1132026-05-01T19:47:02.235Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ 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-01T19:47:02.235Z++ case $OLD_SHELL_OPTS in
1232026-05-01T19:47:02.235Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-01T19:47:02.235Z+ 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-01T19:47:02.235Z+ 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-01T19:47:02.235Z+ banner prerequisites
1272026-05-01T19:47:02.235Z
1282026-05-01T19:47:02.237Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-01T19:47:02.237Z # # # # # # # # # # # # # # #
1302026-05-01T19:47:02.237Z # # # # ##### # # ##### # # # # # #### #
1312026-05-01T19:47:02.237Z ##### ##### # ##### # # # # # # # # #
1322026-05-01T19:47:02.237Z # # # # # # # # # # # # # # #
1332026-05-01T19:47:02.237Z # # # ###### # # ###### ### # #### # #### #
1342026-05-01T19:47:02.237Z
1352026-05-01T19:47:02.237Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-01T19:47:12.235Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-01T19:47:19.794Z Startup: Caching catalogs ... Done
1382026-05-01T19:47:26.759ZPlanning: Solver setup ... Done (5.402s)
1392026-05-01T19:47:26.796ZPlanning: Running solver ... Done (0.037s)
1402026-05-01T19:47:26.938ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-01T19:47:26.952ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-01T19:47:27.062ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-01T19:47:27.101ZPlanning: Package planning ... Done (0.037s)
1442026-05-01T19:47:27.134ZPlanning: Merging actions ... Done (0.035s)
1452026-05-01T19:47:27.314ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-05-01T19:47:27.322ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-01T19:47:28.120ZPlanning: Evaluating mediators ... Done (0.778s)
1482026-05-01T19:47:28.123ZPlanning: Planning completed in 8.15 seconds
1492026-05-01T19:47:28.123Z Packages to install: 5
1502026-05-01T19:47:28.123Z Mediators to change: 3
1512026-05-01T19:47:28.123Z Services to change: 1
1522026-05-01T19:47:28.123Z Estimated space available: 155.34 GB
1532026-05-01T19:47:28.123ZEstimated space to be consumed: 1.89 GB
1542026-05-01T19:47:28.123Z Create boot environment: No
1552026-05-01T19:47:28.123ZCreate backup boot environment: No
1562026-05-01T19:47:28.123Z Rebuild boot archive: No
1572026-05-01T19:47:28.123Z
1582026-05-01T19:47:28.123ZChanged mediators:
1592026-05-01T19:47:28.123Z mediator clang:
1602026-05-01T19:47:28.123Z version: None -> 15 (system default)
1612026-05-01T19:47:28.123Z
1622026-05-01T19:47:28.123Z mediator llvm:
1632026-05-01T19:47:28.123Z version: 14 (system default) -> 15 (system default)
1642026-05-01T19:47:28.123Z
1652026-05-01T19:47:28.123Z mediator postgresql:
1662026-05-01T19:47:28.123Z version: 15 (system default) -> 18 (system default)
1672026-05-01T19:47:28.123Z
1682026-05-01T19:47:28.123ZChanged packages:
1692026-05-01T19:47:28.123Zhelios-dev
1702026-05-01T19:47:28.124Z developer/build-essential
1712026-05-01T19:47:28.124Z None -> 11-2.0
1722026-05-01T19:47:28.124Z library/libxmlsec1
1732026-05-01T19:47:28.124Z None -> 1.2.35-2.0
1742026-05-01T19:47:28.124Z ooce/developer/clang-15
1752026-05-01T19:47:28.124Z None -> 15.0.7-2.0
1762026-05-01T19:47:28.124Z ooce/developer/llvm-15
1772026-05-01T19:47:28.124Z None -> 15.0.7-2.0
1782026-05-01T19:47:28.124Z ooce/library/postgresql-18
1792026-05-01T19:47:28.124Z None -> 18.1-2.0
1802026-05-01T19:47:28.124Z
1812026-05-01T19:47:28.124ZServices:
1822026-05-01T19:47:28.124Z restart_fmri:
1832026-05-01T19:47:28.124Z svc:/system/update-man-index:default
1842026-05-01T19:47:28.165Z
1852026-05-01T19:47:28.165ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-01T19:47:33.165ZDownload: 2028/4272 items 104.8/219.0MB 47% complete (21.2M/s)
1872026-05-01T19:47:38.182ZDownload: 3202/4272 items 189.1/219.0MB 86% complete (18.9M/s)
1882026-05-01T19:47:43.351ZDownload: 3274/4272 items 206.3/219.0MB 94% complete (10.1M/s)
1892026-05-01T19:47:47.762ZDownload: Completed 218.99 MB in 19.59 seconds (11.2M/s)
1902026-05-01T19:47:47.921Z Actions: 1/4789 actions (Installing new actions)
1912026-05-01T19:47:51.293Z Actions: Completed 4789 actions in 3.38 seconds.
1922026-05-01T19:47:51.611Z Done (0.313s)
1932026-05-01T19:47:51.611Z Done (0.000s)
1942026-05-01T19:47:52.354Z Done (0.743s)
1952026-05-01T19:47:55.825Z Done (3.085s)
1962026-05-01T19:47:55.881Z Done (0.013s)
1972026-05-01T19:47:55.916Z Done (0.000s)
1982026-05-01T19:47:56.146Z Done (0.000s)
1992026-05-01T19:47:57.034ZPlanning: Evaluating mediator changes ... Done
2002026-05-01T19:47:57.138ZPlanning: Checking for conflicting actions ... Done
2012026-05-01T19:47:57.141ZPlanning: Consolidating action changes ... Done
2022026-05-01T19:47:57.307ZPlanning: Evaluating mediators ... Done
2032026-05-01T19:47:57.311ZPlanning: Planning completed in 0.28 seconds
2042026-05-01T19:47:57.326Z Mediators to change: 2
2052026-05-01T19:47:57.327Z Create boot environment: No
2062026-05-01T19:47:57.327ZCreate backup boot environment: No
2072026-05-01T19:47:57.401Z Done
2082026-05-01T19:47:57.401Z Done
2092026-05-01T19:47:58.031Z Done
2102026-05-01T19:48:00.522Z Done
2112026-05-01T19:48:00.595Z Done
2122026-05-01T19:48:00.605Z Done
2132026-05-01T19:48:00.729Z Done
2142026-05-01T19:48:00.992ZPlanning: Evaluating mediator changes ... Done
2152026-05-01T19:48:01.099ZPlanning: Checking for conflicting actions ... Done
2162026-05-01T19:48:01.113ZPlanning: Consolidating action changes ... Done
2172026-05-01T19:48:01.260ZPlanning: Evaluating mediators ... Done
2182026-05-01T19:48:01.268ZPlanning: Planning completed in 0.27 seconds
2192026-05-01T19:48:01.279Z Mediators to change: 1
2202026-05-01T19:48:01.279Z Create boot environment: No
2212026-05-01T19:48:01.279ZCreate backup boot environment: No
2222026-05-01T19:48:01.336Z Done
2232026-05-01T19:48:01.336Z Done
2242026-05-01T19:48:01.947Z Done
2252026-05-01T19:48:04.453Z Done
2262026-05-01T19:48:04.529Z Done
2272026-05-01T19:48:04.541Z Done
2282026-05-01T19:48:04.668Z Done
2292026-05-01T19:48:04.956ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-05-01T19:48:04.956Zclang system 15 system
2312026-05-01T19:48:04.956Zcsh system system illumos
2322026-05-01T19:48:04.957Zctags system system illumos
2332026-05-01T19:48:04.957Zfile system system illumos
2342026-05-01T19:48:04.957Zgcc vendor 12 vendor
2352026-05-01T19:48:04.957Zgcc system 14 system
2362026-05-01T19:48:04.957Zgcc system 10 system
2372026-05-01T19:48:04.957Zgo system 1.20 system
2382026-05-01T19:48:04.957Zgo system 1.19 system
2392026-05-01T19:48:04.957Zllvm system 15 system
2402026-05-01T19:48:04.957Zllvm system 14 system
2412026-05-01T19:48:04.958Zmariadb system 10.6 system
2422026-05-01T19:48:04.958Zmta vendor vendor dma
2432026-05-01T19:48:04.958Zopenjdk system 17 system
2442026-05-01T19:48:04.958Zopenjdk system 11 system
2452026-05-01T19:48:04.958Zopenjdk system 1.8 system
2462026-05-01T19:48:04.958Zopenssl vendor 3 vendor
2472026-05-01T19:48:04.958Zperl system 5.36 system
2482026-05-01T19:48:04.958Zpostgresql system 18 system
2492026-05-01T19:48:04.958Zpostgresql system 15 system
2502026-05-01T19:48:04.959Zpostgresql system 13 system
2512026-05-01T19:48:04.960Zpython vendor 3 vendor
2522026-05-01T19:48:04.960Zpython system 2 system
2532026-05-01T19:48:04.960Zpython3 system 3.11 system
2542026-05-01T19:48:04.960Zruby system 3.0 system
2552026-05-01T19:48:04.960Zwords vendor vendor american-english
2562026-05-01T19:48:04.960Zwords system system australian-english
2572026-05-01T19:48:04.960Zwords system system british-english
2582026-05-01T19:48:04.960Zwords system system canadian-english
2592026-05-01T19:48:04.961Zwords system system french
2602026-05-01T19:48:04.961Zwords system system italian
2612026-05-01T19:48:04.961Zwords system system ngerman
2622026-05-01T19:48:04.961Zwords system system ogerman
2632026-05-01T19:48:04.961Zwords system system spanish
2642026-05-01T19:48:05.188ZPUBLISHER TYPE STATUS P LOCATION
2652026-05-01T19:48:05.189Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-05-01T19:48:09.950ZFMRI IFO
2672026-05-01T19:48:09.950Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-05-01T19:48:09.950Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-05-01T19:48:09.950Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-05-01T19:48:09.950Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-05-01T19:48:09.950Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-05-01T19:48:09.950Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-05-01T19:48:09.950Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-05-01T19:48:09.950Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-05-01T19:48:09.950Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-05-01T19:48:09.950Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-05-01T19:48:09.950Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-05-01T19:48:09.951Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-05-01T19:48:09.951Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-05-01T19:48:09.951Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-05-01T19:48:09.951Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-05-01T19:48:09.951Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-05-01T19:48:09.951Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-05-01T19:48:11.135Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-05-01T19:48:11.395Z Updating crates.io index
2862026-05-01T19:48:11.437Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-05-01T19:48:12.147Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-05-01T19:48:12.596Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-05-01T19:48:13.188Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-05-01T19:48:13.977Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-05-01T19:48:14.493Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-05-01T19:48:15.809Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-05-01T19:48:16.679Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-05-01T19:48:16.977Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-05-01T19:48:17.830Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-05-01T19:48:18.233Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-05-01T19:48:18.576Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-05-01T19:48:18.912Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-05-01T19:48:19.768Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-05-01T19:48:20.312Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-05-01T19:48:20.602Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-05-01T19:48:20.936Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-05-01T19:48:21.338Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-05-01T19:48:21.534Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-05-01T19:48:21.766Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-05-01T19:48:21.996Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-05-01T19:48:22.411Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-05-01T19:48:22.855Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-05-01T19:48:23.266Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-05-01T19:48:23.767Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-05-01T19:48:23.962Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-05-01T19:48:24.981Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-05-01T19:48:25.607Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-05-01T19:48:26.148Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-05-01T19:48:26.556Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-05-01T19:48:26.884Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-05-01T19:48:27.202Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-05-01T19:48:27.519Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-05-01T19:48:28.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-05-01T19:48:28.251Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-05-01T19:48:28.501Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-05-01T19:48:28.853Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-05-01T19:48:29.221Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-05-01T19:48:41.070Z Downloading crates ...
3252026-05-01T19:48:41.113Z Downloaded anstyle-query v1.1.5
3262026-05-01T19:48:41.120Z Downloaded equivalent v1.0.2
3272026-05-01T19:48:41.127Z Downloaded bitflags v2.11.0
3282026-05-01T19:48:41.132Z Downloaded clap_lex v1.0.0
3292026-05-01T19:48:41.132Z Downloaded block-buffer v0.10.4
3302026-05-01T19:48:41.132Z Downloaded smawk v0.3.2
3312026-05-01T19:48:41.135Z Downloaded synstructure v0.13.2
3322026-05-01T19:48:41.158Z Downloaded swrite v0.1.0
3332026-05-01T19:48:41.171Z Downloaded textwrap v0.16.2
3342026-05-01T19:48:41.171Z Downloaded usdt-impl v0.5.0
3352026-05-01T19:48:41.172Z Downloaded bytecount v0.6.9
3362026-05-01T19:48:41.172Z Downloaded yoke-derive v0.8.1
3372026-05-01T19:48:41.172Z Downloaded unicode-linebreak v0.1.5
3382026-05-01T19:48:41.172Z Downloaded byteorder v1.5.0
3392026-05-01T19:48:41.172Z Downloaded autocfg v1.5.0
3402026-05-01T19:48:41.172Z Downloaded camino-tempfile v1.4.1
3412026-05-01T19:48:41.172Z Downloaded toml_datetime v0.6.11
3422026-05-01T19:48:41.172Z Downloaded anstyle-parse v0.2.7
3432026-05-01T19:48:41.172Z Downloaded tempfile v3.25.0
3442026-05-01T19:48:41.172Z Downloaded clap_derive v4.5.55
3452026-05-01T19:48:41.173Z Downloaded camino v1.2.2
3462026-05-01T19:48:41.173Z Downloaded utf8_iter v1.0.4
3472026-05-01T19:48:41.173Z Downloaded usdt v0.5.0
3482026-05-01T19:48:41.178Z Downloaded unicode-xid v0.2.6
3492026-05-01T19:48:41.178Z Downloaded version_check v0.9.5
3502026-05-01T19:48:41.178Z Downloaded usdt-macro v0.5.0
3512026-05-01T19:48:41.179Z Downloaded fastrand v2.3.0
3522026-05-01T19:48:41.179Z Downloaded cargo_toml v0.21.0
3532026-05-01T19:48:41.179Z Downloaded typeid v1.0.3
3542026-05-01T19:48:41.179Z Downloaded proc-macro2 v1.0.106
3552026-05-01T19:48:41.179Z Downloaded zerofrom v0.1.6
3562026-05-01T19:48:41.179Z Downloaded toml_write v0.1.2
3572026-05-01T19:48:41.179Z Downloaded papergrid v0.11.0
3582026-05-01T19:48:41.179Z Downloaded heck v0.4.1
3592026-05-01T19:48:41.179Z Downloaded generic-array v0.14.7
3602026-05-01T19:48:41.179Z Downloaded cpufeatures v0.2.17
3612026-05-01T19:48:41.179Z Downloaded cfg-if v1.0.4
3622026-05-01T19:48:41.179Z Downloaded utf8parse v0.2.2
3632026-05-01T19:48:41.184Z Downloaded usdt-attr-macro v0.5.0
3642026-05-01T19:48:41.187Z Downloaded zerofrom-derive v0.1.6
3652026-05-01T19:48:41.187Z Downloaded thread-id v4.2.2
3662026-05-01T19:48:41.187Z Downloaded clap v4.5.60
3672026-05-01T19:48:41.191Z Downloaded thiserror-impl v1.0.69
3682026-05-01T19:48:41.191Z Downloaded thiserror v1.0.69
3692026-05-01T19:48:41.194Z Downloaded zerovec-derive v0.11.2
3702026-05-01T19:48:41.197Z Downloaded yoke v0.8.1
3712026-05-01T19:48:41.197Z Downloaded form_urlencoded v1.2.2
3722026-05-01T19:48:41.197Z Downloaded dof v0.3.0
3732026-05-01T19:48:41.197Z Downloaded is_terminal_polyfill v1.70.2
3742026-05-01T19:48:41.198Z Downloaded stable_deref_trait v1.2.1
3752026-05-01T19:48:41.198Z Downloaded thiserror v2.0.18
3762026-05-01T19:48:41.202Z Downloaded digest v0.10.7
3772026-05-01T19:48:41.202Z Downloaded thiserror-impl v2.0.18
3782026-05-01T19:48:41.205Z Downloaded strsim v0.11.1
3792026-05-01T19:48:41.206Z Downloaded plain v0.2.3
3802026-05-01T19:48:41.206Z Downloaded errno v0.3.14
3812026-05-01T19:48:41.206Z Downloaded cargo_metadata v0.21.0
3822026-05-01T19:48:41.206Z Downloaded zmij v1.0.21
3832026-05-01T19:48:41.212Z Downloaded writeable v0.6.2
3842026-05-01T19:48:41.212Z Downloaded zerocopy-derive v0.7.35
3852026-05-01T19:48:41.212Z Downloaded ucd-trie v0.1.7
3862026-05-01T19:48:41.216Z Downloaded terminal_size v0.4.3
3872026-05-01T19:48:41.216Z Downloaded crypto-common v0.1.7
3882026-05-01T19:48:41.216Z Downloaded tinystr v0.8.2
3892026-05-01T19:48:41.216Z Downloaded unicode-ident v1.0.24
3902026-05-01T19:48:41.216Z Downloaded tabled_derive v0.7.0
3912026-05-01T19:48:41.216Z Downloaded fnv v1.0.7
3922026-05-01T19:48:41.216Z Downloaded anyhow v1.0.102
3932026-05-01T19:48:41.221Z Downloaded pretty-hex v0.4.1
3942026-05-01T19:48:41.221Z Downloaded anstyle v1.0.13
3952026-05-01T19:48:41.221Z Downloaded dtrace-parser v0.2.0
3962026-05-01T19:48:41.221Z Downloaded colorchoice v1.0.4
3972026-05-01T19:48:41.227Z Downloaded percent-encoding v2.3.2
3982026-05-01T19:48:41.228Z Downloaded idna_adapter v1.2.1
3992026-05-01T19:48:41.228Z Downloaded toml v0.8.23
4002026-05-01T19:48:41.234Z Downloaded itoa v1.0.17
4012026-05-01T19:48:41.234Z Downloaded macaddr v1.0.1
4022026-05-01T19:48:41.234Z Downloaded memmap v0.7.0
4032026-05-01T19:48:41.234Z Downloaded proc-macro-error-attr v1.0.4
4042026-05-01T19:48:41.295Z Downloaded potential_utf v0.1.4
4052026-05-01T19:48:41.295Z Downloaded serde_spanned v0.6.9
4062026-05-01T19:48:41.295Z Downloaded heck v0.5.0
4072026-05-01T19:48:41.295Z Downloaded serde-value v0.7.0
4082026-05-01T19:48:41.296Z Downloaded typenum v1.19.0
4092026-05-01T19:48:41.296Z Downloaded zerotrie v0.2.3
4102026-05-01T19:48:41.296Z Downloaded quote v1.0.45
4112026-05-01T19:48:41.296Z Downloaded url v2.5.8
4122026-05-01T19:48:41.296Z Downloaded toml_edit v0.22.27
4132026-05-01T19:48:41.296Z Downloaded cargo-util-schemas v0.8.2
4142026-05-01T19:48:41.296Z Downloaded anstream v0.6.21
4152026-05-01T19:48:41.296Z Downloaded ordered-float v2.10.1
4162026-05-01T19:48:41.296Z Downloaded scroll v0.12.0
4172026-05-01T19:48:41.296Z Downloaded displaydoc v0.2.5
4182026-05-01T19:48:41.296Z Downloaded fs-err v3.3.0
4192026-05-01T19:48:41.296Z Downloaded zerovec v0.11.5
4202026-05-01T19:48:41.296Z Downloaded serde_tokenstream v0.2.3
4212026-05-01T19:48:41.296Z Downloaded cargo-platform v0.2.0
4222026-05-01T19:48:41.296Z Downloaded zerocopy v0.7.35
4232026-05-01T19:48:41.296Z Downloaded sha2 v0.10.9
4242026-05-01T19:48:41.297Z Downloaded winnow v0.7.14
4252026-05-01T19:48:41.297Z Downloaded smallvec v1.15.1
4262026-05-01T19:48:41.297Z Downloaded serde-untagged v0.1.9
4272026-05-01T19:48:41.297Z Downloaded pest_derive v2.8.6
4282026-05-01T19:48:41.297Z Downloaded erased-serde v0.4.9
4292026-05-01T19:48:41.306Z Downloaded scroll_derive v0.12.1
4302026-05-01T19:48:41.306Z Downloaded unicode-width v0.2.0
4312026-05-01T19:48:41.306Z Downloaded unicode-width v0.1.14
4322026-05-01T19:48:41.306Z Downloaded semver v1.0.28
4332026-05-01T19:48:41.306Z Downloaded proc-macro-error v1.0.4
4342026-05-01T19:48:41.354Z Downloaded once_cell v1.21.3
4352026-05-01T19:48:41.354Z Downloaded pest_generator v2.8.6
4362026-05-01T19:48:41.354Z Downloaded getrandom v0.4.1
4372026-05-01T19:48:41.354Z Downloaded log v0.4.29
4382026-05-01T19:48:41.354Z Downloaded num-traits v0.2.19
4392026-05-01T19:48:41.354Z Downloaded icu_provider v2.1.1
4402026-05-01T19:48:41.354Z Downloaded icu_properties v2.1.2
4412026-05-01T19:48:41.368Z Downloaded pest_meta v2.8.6
4422026-05-01T19:48:41.368Z Downloaded serde_derive v1.0.228
4432026-05-01T19:48:41.368Z Downloaded serde_core v1.0.228
4442026-05-01T19:48:41.368Z Downloaded litemap v0.8.1
4452026-05-01T19:48:41.368Z Downloaded icu_normalizer_data v2.1.1
4462026-05-01T19:48:41.368Z Downloaded icu_normalizer v2.1.1
4472026-05-01T19:48:41.368Z Downloaded icu_collections v2.1.1
4482026-05-01T19:48:41.377Z Downloaded icu_properties_data v2.1.2
4492026-05-01T19:48:41.377Z Downloaded icu_locale_core v2.1.1
4502026-05-01T19:48:41.377Z Downloaded serde v1.0.228
4512026-05-01T19:48:41.383Z Downloaded indexmap v2.14.0
4522026-05-01T19:48:41.383Z Downloaded memchr v2.8.0
4532026-05-01T19:48:41.397Z Downloaded clap_builder v4.5.60
4542026-05-01T19:48:41.407Z Downloaded pest v2.8.6
4552026-05-01T19:48:41.414Z Downloaded idna v1.1.0
4562026-05-01T19:48:41.430Z Downloaded serde_json v1.0.149
4572026-05-01T19:48:41.438Z Downloaded goblin v0.8.2
4582026-05-01T19:48:41.438Z Downloaded hashbrown v0.17.0
4592026-05-01T19:48:41.441Z Downloaded tabled v0.15.0
4602026-05-01T19:48:41.452Z Downloaded syn v2.0.117
4612026-05-01T19:48:41.457Z Downloaded syn v1.0.109
4622026-05-01T19:48:41.471Z Downloaded rustix v1.1.3
4632026-05-01T19:48:41.501Z Downloaded libc v0.2.185
4642026-05-01T19:48:41.569Z Compiling proc-macro2 v1.0.106
4652026-05-01T19:48:41.569Z Compiling unicode-ident v1.0.24
4662026-05-01T19:48:41.569Z Compiling quote v1.0.45
4672026-05-01T19:48:41.569Z Compiling serde_core v1.0.228
4682026-05-01T19:48:41.574Z Compiling libc v0.2.185
4692026-05-01T19:48:41.574Z Compiling version_check v0.9.5
4702026-05-01T19:48:41.574Z Compiling serde v1.0.228
4712026-05-01T19:48:41.574Z Compiling stable_deref_trait v1.2.1
4722026-05-01T19:48:41.921Z Compiling memchr v2.8.0
4732026-05-01T19:48:41.948Z Compiling zmij v1.0.21
4742026-05-01T19:48:42.109Z Compiling ucd-trie v0.1.7
4752026-05-01T19:48:42.208Z Compiling autocfg v1.5.0
4762026-05-01T19:48:42.367Z Compiling itoa v1.0.17
4772026-05-01T19:48:42.517Z Compiling thiserror v1.0.69
4782026-05-01T19:48:42.561Z Compiling pest v2.8.6
4792026-05-01T19:48:42.584Z Compiling litemap v0.8.1
4802026-05-01T19:48:42.592Z Compiling writeable v0.6.2
4812026-05-01T19:48:42.669Z Compiling byteorder v1.5.0
4822026-05-01T19:48:42.768Z Compiling icu_normalizer_data v2.1.1
4832026-05-01T19:48:42.965Z Compiling rustix v1.1.3
4842026-05-01T19:48:42.997Z Compiling icu_properties_data v2.1.2
4852026-05-01T19:48:43.121Z Compiling syn v2.0.117
4862026-05-01T19:48:43.200Z Compiling errno v0.3.14
4872026-05-01T19:48:43.223Z Compiling bitflags v2.11.0
4882026-05-01T19:48:43.242Z Compiling serde_json v1.0.149
4892026-05-01T19:48:43.472Z Compiling num-traits v0.2.19
4902026-05-01T19:48:43.536Z Compiling hashbrown v0.17.0
4912026-05-01T19:48:43.663Z Compiling pest_meta v2.8.6
4922026-05-01T19:48:43.699Z Compiling typeid v1.0.3
4932026-05-01T19:48:43.811Z Compiling equivalent v1.0.2
4942026-05-01T19:48:43.913Z Compiling smallvec v1.15.1
4952026-05-01T19:48:44.041Z Compiling indexmap v2.14.0
4962026-05-01T19:48:44.114Z Compiling thread-id v4.2.2
4972026-05-01T19:48:44.143Z Compiling proc-macro-error-attr v1.0.4
4982026-05-01T19:48:44.211Z Compiling usdt-impl v0.5.0
4992026-05-01T19:48:44.263Z Compiling erased-serde v0.4.9
5002026-05-01T19:48:44.419Z Compiling winnow v0.7.14
5012026-05-01T19:48:44.453Z Compiling toml_write v0.1.2
5022026-05-01T19:48:44.533Z Compiling syn v1.0.109
5032026-05-01T19:48:44.954Z Compiling proc-macro-error v1.0.4
5042026-05-01T19:48:44.977Z Compiling utf8parse v0.2.2
5052026-05-01T19:48:45.098Z Compiling plain v0.2.3
5062026-05-01T19:48:45.151Z Compiling camino v1.2.2
5072026-05-01T19:48:45.230Z Compiling utf8_iter v1.0.4
5082026-05-01T19:48:45.345Z Compiling getrandom v0.4.1
5092026-05-01T19:48:45.382Z Compiling thiserror v2.0.18
5102026-05-01T19:48:45.400Z Compiling percent-encoding v2.3.2
5112026-05-01T19:48:45.435Z Compiling log v0.4.29
5122026-05-01T19:48:45.544Z Compiling form_urlencoded v1.2.2
5132026-05-01T19:48:45.607Z Compiling ordered-float v2.10.1
5142026-05-01T19:48:45.721Z Compiling anstyle-parse v0.2.7
5152026-05-01T19:48:45.861Z Compiling synstructure v0.13.2
5162026-05-01T19:48:45.881Z Compiling pest_generator v2.8.6
5172026-05-01T19:48:45.988Z Compiling terminal_size v0.4.3
5182026-05-01T19:48:46.164Z Compiling cfg-if v1.0.4
5192026-05-01T19:48:46.236Z Compiling colorchoice v1.0.4
5202026-05-01T19:48:46.252Z Compiling pretty-hex v0.4.1
5212026-05-01T19:48:46.256Z Compiling anstyle-query v1.1.5
5222026-05-01T19:48:46.325Z Compiling is_terminal_polyfill v1.70.2
5232026-05-01T19:48:46.359Z Compiling anstyle v1.0.13
5242026-05-01T19:48:46.456Z Compiling serde-untagged v0.1.9
5252026-05-01T19:48:46.513Z Compiling semver v1.0.28
5262026-05-01T19:48:46.583Z Compiling anstream v0.6.21
5272026-05-01T19:48:46.601Z Compiling fs-err v3.3.0
5282026-05-01T19:48:46.675Z Compiling once_cell v1.21.3
5292026-05-01T19:48:46.808Z Compiling unicode-width v0.1.14
5302026-05-01T19:48:46.831Z Compiling unicode-xid v0.2.6
5312026-05-01T19:48:46.896Z Compiling strsim v0.11.1
5322026-05-01T19:48:46.899Z Compiling heck v0.5.0
5332026-05-01T19:48:46.956Z Compiling anyhow v1.0.102
5342026-05-01T19:48:47.088Z Compiling bytecount v0.6.9
5352026-05-01T19:48:47.156Z Compiling fnv v1.0.7
5362026-05-01T19:48:47.181Z Compiling fastrand v2.3.0
5372026-05-01T19:48:47.231Z Compiling heck v0.4.1
5382026-05-01T19:48:47.248Z Compiling clap_lex v1.0.0
5392026-05-01T19:48:47.265Z Compiling papergrid v0.11.0
5402026-05-01T19:48:47.443Z Compiling clap_builder v4.5.60
5412026-05-01T19:48:47.462Z Compiling tempfile v3.25.0
5422026-05-01T19:48:47.506Z Compiling memmap v0.7.0
5432026-05-01T19:48:47.542Z Compiling serde_derive v1.0.228
5442026-05-01T19:48:47.586Z Compiling zerofrom-derive v0.1.6
5452026-05-01T19:48:47.690Z Compiling yoke-derive v0.8.1
5462026-05-01T19:48:47.800Z Compiling zerovec-derive v0.11.2
5472026-05-01T19:48:47.841Z Compiling displaydoc v0.2.5
5482026-05-01T19:48:48.588Z Compiling thiserror-impl v1.0.69
5492026-05-01T19:48:48.692Z Compiling zerocopy-derive v0.7.35
5502026-05-01T19:48:48.839Z Compiling pest_derive v2.8.6
5512026-05-01T19:48:48.903Z Compiling scroll_derive v0.12.1
5522026-05-01T19:48:48.972Z Compiling zerofrom v0.1.6
5532026-05-01T19:48:49.110Z Compiling yoke v0.8.1
5542026-05-01T19:48:49.301Z Compiling thiserror-impl v2.0.18
5552026-05-01T19:48:49.339Z Compiling zerovec v0.11.5
5562026-05-01T19:48:49.560Z Compiling zerotrie v0.2.3
5572026-05-01T19:48:49.637Z Compiling zerocopy v0.7.35
5582026-05-01T19:48:49.888Z Compiling tinystr v0.8.2
5592026-05-01T19:48:49.946Z Compiling potential_utf v0.1.4
5602026-05-01T19:48:50.046Z Compiling dtrace-parser v0.2.0
5612026-05-01T19:48:50.102Z Compiling icu_locale_core v2.1.1
5622026-05-01T19:48:50.123Z Compiling icu_collections v2.1.1
5632026-05-01T19:48:50.223Z Compiling scroll v0.12.0
5642026-05-01T19:48:50.525Z Compiling goblin v0.8.2
5652026-05-01T19:48:50.578Z Compiling tabled_derive v0.7.0
5662026-05-01T19:48:50.646Z Compiling clap_derive v4.5.55
5672026-05-01T19:48:50.814Z Compiling icu_provider v2.1.1
5682026-05-01T19:48:50.837Z Compiling unicode-width v0.2.0
5692026-05-01T19:48:51.006Z Compiling serde_spanned v0.6.9
5702026-05-01T19:48:51.028Z Compiling toml_datetime v0.6.11
5712026-05-01T19:48:51.058Z Compiling dof v0.3.0
5722026-05-01T19:48:51.116Z Compiling icu_properties v2.1.2
5732026-05-01T19:48:51.137Z Compiling icu_normalizer v2.1.1
5742026-05-01T19:48:51.163Z Compiling serde_tokenstream v0.2.3
5752026-05-01T19:48:51.301Z Compiling toml_edit v0.22.27
5762026-05-01T19:48:51.489Z Compiling serde-value v0.7.0
5772026-05-01T19:48:51.513Z Compiling cargo-platform v0.2.0
5782026-05-01T19:48:51.693Z Compiling unicode-linebreak v0.1.5
5792026-05-01T19:48:51.796Z Compiling smawk v0.3.2
5802026-05-01T19:48:51.846Z Compiling tabled v0.15.0
5812026-05-01T19:48:51.939Z Compiling textwrap v0.16.2
5822026-05-01T19:48:51.943Z Compiling macaddr v1.0.1
5832026-05-01T19:48:52.073Z Compiling idna_adapter v1.2.1
5842026-05-01T19:48:52.193Z Compiling idna v1.1.0
5852026-05-01T19:48:52.236Z Compiling usdt-attr-macro v0.5.0
5862026-05-01T19:48:52.253Z Compiling usdt-macro v0.5.0
5872026-05-01T19:48:52.408Z Compiling clap v4.5.60
5882026-05-01T19:48:52.430Z Compiling camino-tempfile v1.4.1
5892026-05-01T19:48:52.501Z Compiling url v2.5.8
5902026-05-01T19:48:52.865Z Compiling toml v0.8.23
5912026-05-01T19:48:52.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-05-01T19:48:53.222Z Compiling swrite v0.1.0
5932026-05-01T19:48:53.259Z Compiling cargo-util-schemas v0.8.2
5942026-05-01T19:48:53.320Z Compiling cargo_toml v0.21.0
5952026-05-01T19:48:53.601Z Compiling usdt v0.5.0
5962026-05-01T19:48:54.176Z Compiling cargo_metadata v0.21.0
5972026-05-01T19:48:55.177Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-05-01T19:48:57.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.31s
5992026-05-01T19:48:57.539Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-05-01T19:48:58.114Z Downloading crates ...
6012026-05-01T19:48:58.207Z Downloaded adler2 v2.0.1
6022026-05-01T19:48:58.212Z Downloaded aead v0.5.2
6032026-05-01T19:48:58.218Z Downloaded bcrypt-pbkdf v0.10.0
6042026-05-01T19:48:58.224Z Downloaded aes v0.8.4
6052026-05-01T19:48:58.232Z Downloaded ahash v0.8.12
6062026-05-01T19:48:58.235Z Downloaded aes-gcm v0.10.3
6072026-05-01T19:48:58.241Z Downloaded enum-as-inner v0.6.1
6082026-05-01T19:48:58.245Z Downloaded bitflags v1.3.2
6092026-05-01T19:48:58.245Z Downloaded bit-set v0.5.3
6102026-05-01T19:48:58.247Z Downloaded dyn-clone v1.0.20
6112026-05-01T19:48:58.248Z Downloaded darling_macro v0.20.11
6122026-05-01T19:48:58.250Z Downloaded blake2 v0.10.6
6132026-05-01T19:48:58.256Z Downloaded bzip2 v0.6.1
6142026-05-01T19:48:58.256Z Downloaded block-padding v0.3.3
6152026-05-01T19:48:58.262Z Downloaded derive_builder_core v0.20.2
6162026-05-01T19:48:58.262Z Downloaded csv-core v0.1.13
6172026-05-01T19:48:58.262Z Downloaded bb8 v0.8.6
6182026-05-01T19:48:58.262Z Downloaded ciborium-ll v0.2.2
6192026-05-01T19:48:58.266Z Downloaded cfg_aliases v0.2.1
6202026-05-01T19:48:58.266Z Downloaded defmt v1.0.1
6212026-05-01T19:48:58.266Z Downloaded crossbeam-utils v0.8.21
6222026-05-01T19:48:58.266Z Downloaded filetime v0.2.27
6232026-05-01T19:48:58.282Z Downloaded dirs-next v2.0.0
6242026-05-01T19:48:58.282Z Downloaded bitfield-macros v0.19.4
6252026-05-01T19:48:58.282Z Downloaded embedded-io v0.6.1
6262026-05-01T19:48:58.282Z Downloaded curve25519-dalek-derive v0.1.1
6272026-05-01T19:48:58.282Z Downloaded array-init v0.0.4
6282026-05-01T19:48:58.282Z Downloaded darling v0.23.0
6292026-05-01T19:48:58.290Z Downloaded crossbeam-deque v0.8.6
6302026-05-01T19:48:58.290Z Downloaded base16ct v0.2.0
6312026-05-01T19:48:58.290Z Downloaded async-stream-impl v0.3.6
6322026-05-01T19:48:58.291Z Downloaded darling v0.21.3
6332026-05-01T19:48:58.291Z Downloaded bitfield-struct v0.6.2
6342026-05-01T19:48:58.291Z Downloaded async-trait v0.1.89
6352026-05-01T19:48:58.291Z Downloaded erased-serde v0.3.31
6362026-05-01T19:48:58.291Z Downloaded env_filter v1.0.0
6372026-05-01T19:48:58.291Z Downloaded ena v0.14.4
6382026-05-01T19:48:58.294Z Downloaded ciborium-io v0.2.2
6392026-05-01T19:48:58.294Z Downloaded ed25519 v2.2.3
6402026-05-01T19:48:58.295Z Downloaded darling_core v0.21.3
6412026-05-01T19:48:58.295Z Downloaded defmt v0.3.100
6422026-05-01T19:48:58.295Z Downloaded arrayref v0.3.9
6432026-05-01T19:48:58.299Z Downloaded diesel_table_macro_syntax v0.3.0
6442026-05-01T19:48:58.299Z Downloaded darling_macro v0.21.3
6452026-05-01T19:48:58.299Z Downloaded cpufeatures v0.3.0
6462026-05-01T19:48:58.299Z Downloaded bit-set v0.8.0
6472026-05-01T19:48:58.302Z Downloaded ascii-canvas v3.0.0
6482026-05-01T19:48:58.306Z Downloaded endian-type v0.1.2
6492026-05-01T19:48:58.307Z Downloaded crucible-workspace-hack v0.1.0
6502026-05-01T19:48:58.307Z Downloaded foreign-types v0.3.2
6512026-05-01T19:48:58.310Z Downloaded async-recursion v1.1.1
6522026-05-01T19:48:58.310Z Downloaded diesel-dtrace v0.5.0
6532026-05-01T19:48:58.310Z Downloaded castaway v0.2.4
6542026-05-01T19:48:58.315Z Downloaded cargo-platform v0.1.9
6552026-05-01T19:48:58.315Z Downloaded float-ord v0.3.2
6562026-05-01T19:48:58.315Z Downloaded display-error-chain v0.2.2
6572026-05-01T19:48:58.318Z Downloaded derive_builder_macro v0.20.2
6582026-05-01T19:48:58.318Z Downloaded crunchy v0.2.4
6592026-05-01T19:48:58.327Z Downloaded crc-catalog v2.4.0
6602026-05-01T19:48:58.327Z Downloaded float-cmp v0.10.0
6612026-05-01T19:48:58.327Z Downloaded fixedbitset v0.4.2
6622026-05-01T19:48:58.327Z Downloaded dsl_auto_type v0.2.0
6632026-05-01T19:48:58.334Z Downloaded darling_macro v0.23.0
6642026-05-01T19:48:58.334Z Downloaded downcast-rs v2.0.2
6652026-05-01T19:48:58.334Z Downloaded atomic-waker v1.1.2
6662026-05-01T19:48:58.334Z Downloaded difflib v0.4.0
6672026-05-01T19:48:58.334Z Downloaded foreign-types-shared v0.3.1
6682026-05-01T19:48:58.334Z Downloaded atty v0.2.14
6692026-05-01T19:48:58.334Z Downloaded cfg_aliases v0.1.1
6702026-05-01T19:48:58.334Z Downloaded dtrace-parser v0.3.0
6712026-05-01T19:48:58.334Z Downloaded foreign-types v0.5.0
6722026-05-01T19:48:58.334Z Downloaded crc v3.4.0
6732026-05-01T19:48:58.339Z Downloaded compression-core v0.4.31
6742026-05-01T19:48:58.339Z Downloaded convert_case v0.4.0
6752026-05-01T19:48:58.339Z Downloaded atomicwrites v0.4.4
6762026-05-01T19:48:58.339Z Downloaded dropshot-api-manager-types v0.7.1
6772026-05-01T19:48:58.339Z Downloaded dof v0.4.0
6782026-05-01T19:48:58.339Z Downloaded assert_matches v1.5.0
6792026-05-01T19:48:58.345Z Downloaded cobs v0.3.0
6802026-05-01T19:48:58.345Z Downloaded foreign-types-shared v0.1.1
6812026-05-01T19:48:58.349Z Downloaded cargo_metadata v0.19.2
6822026-05-01T19:48:58.349Z Downloaded bit-vec v0.6.3
6832026-05-01T19:48:58.354Z Downloaded embedded-io v0.4.0
6842026-05-01T19:48:58.354Z Downloaded cexpr v0.6.0
6852026-05-01T19:48:58.354Z Downloaded arrayvec v0.7.6
6862026-05-01T19:48:58.361Z Downloaded flagset v0.4.7
6872026-05-01T19:48:58.361Z Downloaded ar_archive_writer v0.5.1
6882026-05-01T19:48:58.361Z Downloaded foreign-types-macros v0.2.3
6892026-05-01T19:48:58.361Z Downloaded crc8 v0.1.1
6902026-05-01T19:48:58.364Z Downloaded crc32fast v1.5.0
6912026-05-01T19:48:58.364Z Downloaded fd-lock v4.0.4
6922026-05-01T19:48:58.364Z Downloaded env_logger v0.11.9
6932026-05-01T19:48:58.364Z Downloaded ghash v0.5.1
6942026-05-01T19:48:58.364Z Downloaded critical-section v1.2.0
6952026-05-01T19:48:58.367Z Downloaded fxhash v0.2.1
6962026-05-01T19:48:58.367Z Downloaded funty v2.0.0
6972026-05-01T19:48:58.367Z Downloaded futures-sink v0.3.32
6982026-05-01T19:48:58.367Z Downloaded futures-macro v0.3.32
6992026-05-01T19:48:58.367Z Downloaded futures-io v0.3.32
7002026-05-01T19:48:58.370Z Downloaded futures-core v0.3.32
7012026-05-01T19:48:58.370Z Downloaded hash32 v0.2.1
7022026-05-01T19:48:58.370Z Downloaded ff v0.13.1
7032026-05-01T19:48:58.373Z Downloaded deranged v0.5.8
7042026-05-01T19:48:58.373Z Downloaded futures-task v0.3.32
7052026-05-01T19:48:58.373Z Downloaded base64ct v1.8.3
7062026-05-01T19:48:58.376Z Downloaded bcs v0.1.6
7072026-05-01T19:48:58.376Z Downloaded darling v0.20.11
7082026-05-01T19:48:58.379Z Downloaded git-stub v1.0.0
7092026-05-01T19:48:58.383Z Downloaded globwalk v0.9.1
7102026-05-01T19:48:58.383Z Downloaded async-stream v0.3.6
7112026-05-01T19:48:58.383Z Downloaded cipher v0.4.4
7122026-05-01T19:48:58.390Z Downloaded chacha20 v0.9.1
7132026-05-01T19:48:58.391Z Downloaded cassowary v0.3.0
7142026-05-01T19:48:58.391Z Downloaded headers-core v0.3.0
7152026-05-01T19:48:58.391Z Downloaded byte-wrapper v0.1.0
7162026-05-01T19:48:58.402Z Downloaded compression-codecs v0.4.37
7172026-05-01T19:48:58.402Z Downloaded hex v0.4.3
7182026-05-01T19:48:58.402Z Downloaded convert_case v0.10.0
7192026-05-01T19:48:58.402Z Downloaded cbc v0.1.2
7202026-05-01T19:48:58.402Z Downloaded either v1.15.0
7212026-05-01T19:48:58.402Z Downloaded bitfield v0.19.4
7222026-05-01T19:48:58.402Z Downloaded bit-vec v0.8.0
7232026-05-01T19:48:58.402Z Downloaded corncobs v0.1.4
7242026-05-01T19:48:58.409Z Downloaded foldhash v0.1.5
7252026-05-01T19:48:58.409Z Downloaded der_derive v0.7.3
7262026-05-01T19:48:58.409Z Downloaded hex-literal v0.4.1
7272026-05-01T19:48:58.409Z Downloaded daft v0.1.5
7282026-05-01T19:48:58.409Z Downloaded cancel-safe-futures v0.1.5
7292026-05-01T19:48:58.409Z Downloaded console v0.16.2
7302026-05-01T19:48:58.410Z Downloaded derive-ex v0.1.8
7312026-05-01T19:48:58.418Z Downloaded foldhash v0.2.0
7322026-05-01T19:48:58.418Z Downloaded home v0.5.12
7332026-05-01T19:48:58.418Z Downloaded fixedbitset v0.5.7
7342026-05-01T19:48:58.418Z Downloaded find-msvc-tools v0.1.9
7352026-05-01T19:48:58.418Z Downloaded bumpalo v3.20.2
7362026-05-01T19:48:58.418Z Downloaded drift v0.1.3
7372026-05-01T19:48:58.423Z Downloaded gethostname v0.5.0
7382026-05-01T19:48:58.423Z Downloaded hostname v0.3.1
7392026-05-01T19:48:58.423Z Downloaded des v0.8.1
7402026-05-01T19:48:58.423Z Downloaded futures-executor v0.3.32
7412026-05-01T19:48:58.423Z Downloaded http-range v0.1.5
7422026-05-01T19:48:58.423Z Downloaded hostname v0.4.2
7432026-05-01T19:48:58.426Z Downloaded hyper-tls v0.6.0
7442026-05-01T19:48:58.426Z Downloaded fs_extra v1.3.0
7452026-05-01T19:48:58.426Z Downloaded fs-err v2.11.0
7462026-05-01T19:48:58.426Z Downloaded defmt-macros v1.0.1
7472026-05-01T19:48:58.431Z Downloaded ident_case v1.0.1
7482026-05-01T19:48:58.431Z Downloaded darling_core v0.23.0
7492026-05-01T19:48:58.435Z Downloaded indent_write v2.2.0
7502026-05-01T19:48:58.435Z Downloaded allocator-api2 v0.2.21
7512026-05-01T19:48:58.435Z Downloaded is_ci v1.2.0
7522026-05-01T19:48:58.438Z Downloaded internet-checksum v0.2.1
7532026-05-01T19:48:58.438Z Downloaded inout v0.1.4
7542026-05-01T19:48:58.438Z Downloaded hubpack_derive v0.1.1
7552026-05-01T19:48:58.438Z Downloaded globset v0.4.18
7562026-05-01T19:48:58.438Z Downloaded hubpack v0.1.2
7572026-05-01T19:48:58.438Z Downloaded glob v0.3.3
7582026-05-01T19:48:58.441Z Downloaded colored v2.2.0
7592026-05-01T19:48:58.441Z Downloaded hash32 v0.3.1
7602026-05-01T19:48:58.444Z Downloaded async-bb8-diesel v0.2.1
7612026-05-01T19:48:58.444Z Downloaded group v0.13.0
7622026-05-01T19:48:58.447Z Downloaded ciborium v0.2.2
7632026-05-01T19:48:58.447Z Downloaded instability v0.3.11
7642026-05-01T19:48:58.447Z Downloaded is-terminal v0.4.17
7652026-05-01T19:48:58.456Z Downloaded chacha20 v0.10.0
7662026-05-01T19:48:58.456Z Downloaded git-stub-vcs v0.1.0
7672026-05-01T19:48:58.456Z Downloaded daft-derive v0.1.5
7682026-05-01T19:48:58.460Z Downloaded cstr-argument v0.1.2
7692026-05-01T19:48:58.460Z Downloaded lalrpop-util v0.19.12
7702026-05-01T19:48:58.460Z Downloaded kstat-rs v0.2.4
7712026-05-01T19:48:58.460Z Downloaded instant v0.1.13
7722026-05-01T19:48:58.460Z Downloaded crossbeam-epoch v0.9.18
7732026-05-01T19:48:58.460Z Downloaded keccak v0.1.6
7742026-05-01T19:48:58.460Z Downloaded backon v1.6.0
7752026-05-01T19:48:58.470Z Downloaded console v0.15.11
7762026-05-01T19:48:58.470Z Downloaded lazy_static v1.5.0
7772026-05-01T19:48:58.470Z Downloaded derive_builder v0.20.2
7782026-05-01T19:48:58.475Z Downloaded cmake v0.1.57
7792026-05-01T19:48:58.475Z Downloaded clang-sys v1.8.1
7802026-05-01T19:48:58.476Z Downloaded camino-tempfile-ext v0.3.3
7812026-05-01T19:48:58.476Z Downloaded defmt-parser v1.0.0
7822026-05-01T19:48:58.476Z Downloaded chacha20poly1305 v0.10.1
7832026-05-01T19:48:58.476Z Downloaded data-encoding v2.10.0
7842026-05-01T19:48:58.476Z Downloaded constant_time_eq v0.4.2
7852026-05-01T19:48:58.482Z Downloaded http-body v1.0.1
7862026-05-01T19:48:58.482Z Downloaded const_format_proc_macros v0.2.34
7872026-05-01T19:48:58.482Z Downloaded libscf-sys v1.1.0
7882026-05-01T19:48:58.482Z Downloaded ecdsa v0.16.9
7892026-05-01T19:48:58.483Z Downloaded debug-ignore v1.0.5
7902026-05-01T19:48:58.483Z Downloaded managed v0.8.0
7912026-05-01T19:48:58.483Z Downloaded linked-hash-map v0.5.6
7922026-05-01T19:48:58.488Z Downloaded httpdate v1.0.3
7932026-05-01T19:48:58.488Z Downloaded http-body-util v0.1.3
7942026-05-01T19:48:58.488Z Downloaded lru-cache v0.1.2
7952026-05-01T19:48:58.488Z Downloaded match_cfg v0.1.0
7962026-05-01T19:48:58.488Z Downloaded lru-slab v0.1.2
7972026-05-01T19:48:58.489Z Downloaded impl-trait-for-tuples v0.2.3
7982026-05-01T19:48:58.492Z Downloaded derive_more v0.99.20
7992026-05-01T19:48:58.492Z Downloaded maplit v1.0.2
8002026-05-01T19:48:58.492Z Downloaded ingot v0.1.1
8012026-05-01T19:48:58.496Z Downloaded mime v0.3.17
8022026-05-01T19:48:58.496Z Downloaded memoffset v0.9.1
8032026-05-01T19:48:58.496Z Downloaded md-5 v0.10.6
8042026-05-01T19:48:58.499Z Downloaded newtype-uuid-macros v0.1.0
8052026-05-01T19:48:58.499Z Downloaded new_debug_unreachable v1.0.6
8062026-05-01T19:48:58.499Z Downloaded newline-converter v0.3.0
8072026-05-01T19:48:58.499Z Downloaded multimap v0.10.1
8082026-05-01T19:48:58.499Z Downloaded md5 v0.7.0
8092026-05-01T19:48:58.499Z Downloaded maybe-uninit v2.0.0
8102026-05-01T19:48:58.503Z Downloaded num v0.4.3
8112026-05-01T19:48:58.503Z Downloaded normalize-line-endings v0.3.0
8122026-05-01T19:48:58.503Z Downloaded nonempty v0.12.0
8132026-05-01T19:48:58.503Z Downloaded num-conv v0.2.0
8142026-05-01T19:48:58.506Z Downloaded nibble_vec v0.1.0
8152026-05-01T19:48:58.506Z Downloaded newtype_derive v0.1.6
8162026-05-01T19:48:58.506Z Downloaded indoc v2.0.7
8172026-05-01T19:48:58.510Z Downloaded ingot-types v0.1.2
8182026-05-01T19:48:58.510Z Downloaded indoc v1.0.9
8192026-05-01T19:48:58.510Z Downloaded hyper-staticfile v0.10.1
8202026-05-01T19:48:58.514Z Downloaded half v1.8.3
8212026-05-01T19:48:58.514Z Downloaded bzip2 v0.4.4
8222026-05-01T19:48:58.514Z Downloaded lru v0.12.5
8232026-05-01T19:48:58.517Z Downloaded ipnetwork v0.21.1
8242026-05-01T19:48:58.518Z Downloaded cookie v0.18.1
8252026-05-01T19:48:58.518Z Downloaded futures-channel v0.3.32
8262026-05-01T19:48:58.524Z Downloaded backoff v0.4.0
8272026-05-01T19:48:58.524Z Downloaded ipnet v2.11.0
8282026-05-01T19:48:58.524Z Downloaded argon2 v0.5.3
8292026-05-01T19:48:58.525Z Downloaded ctr v0.9.2
8302026-05-01T19:48:58.525Z Downloaded buf-list v1.1.2
8312026-05-01T19:48:58.531Z Downloaded num-derive v0.3.3
8322026-05-01T19:48:58.531Z Downloaded nodrop v0.1.14
8332026-05-01T19:48:58.531Z Downloaded num_threads v0.1.7
8342026-05-01T19:48:58.531Z Downloaded compact_str v0.8.1
8352026-05-01T19:48:58.532Z Downloaded bytes v1.11.1
8362026-05-01T19:48:58.537Z Downloaded num-iter v0.1.45
8372026-05-01T19:48:58.537Z Downloaded num-derive v0.4.2
8382026-05-01T19:48:58.537Z Downloaded jobserver v0.1.34
8392026-05-01T19:48:58.537Z Downloaded olpc-cjson v0.1.4
8402026-05-01T19:48:58.542Z Downloaded num_enum_derive v0.5.11
8412026-05-01T19:48:58.542Z Downloaded blowfish v0.9.1
8422026-05-01T19:48:58.542Z Downloaded elliptic-curve v0.13.8
8432026-05-01T19:48:58.542Z Downloaded highway v1.3.0
8442026-05-01T19:48:58.551Z Downloaded dropshot_endpoint v0.17.0
8452026-05-01T19:48:58.551Z Downloaded libloading v0.8.9
8462026-05-01T19:48:58.551Z Downloaded lock_api v0.4.14
8472026-05-01T19:48:58.556Z Downloaded hmac v0.12.1
8482026-05-01T19:48:58.556Z Downloaded openssl-probe v0.2.1
8492026-05-01T19:48:58.556Z Downloaded openssl-probe v0.1.6
8502026-05-01T19:48:58.556Z Downloaded oso-derive v0.27.3
8512026-05-01T19:48:58.556Z Downloaded openssl-macros v0.1.1
8522026-05-01T19:48:58.556Z Downloaded derive-where v1.6.0
8532026-05-01T19:48:58.556Z Downloaded futures v0.3.32
8542026-05-01T19:48:58.563Z Downloaded libsw-core v0.3.2
8552026-05-01T19:48:58.563Z Downloaded iana-time-zone v0.1.65
8562026-05-01T19:48:58.563Z Downloaded hyper-rustls v0.27.7
8572026-05-01T19:48:58.566Z Downloaded fatfs v0.3.6
8582026-05-01T19:48:58.566Z Downloaded packed_struct_codegen v0.10.1
8592026-05-01T19:48:58.566Z Downloaded linear-map v1.2.0
8602026-05-01T19:48:58.566Z Downloaded multer v3.1.0
8612026-05-01T19:48:58.566Z Downloaded lzss v0.8.2
8622026-05-01T19:48:58.571Z Downloaded fallible-iterator v0.2.0
8632026-05-01T19:48:58.571Z Downloaded pbkdf2 v0.12.2
8642026-05-01T19:48:58.571Z Downloaded darling_core v0.20.11
8652026-05-01T19:48:58.574Z Downloaded path-slash v0.1.5
8662026-05-01T19:48:58.574Z Downloaded native-tls v0.2.18
8672026-05-01T19:48:58.574Z Downloaded mime_guess v2.0.5
8682026-05-01T19:48:58.574Z Downloaded humantime v2.3.0
8692026-05-01T19:48:58.579Z Downloaded httparse v1.10.1
8702026-05-01T19:48:58.579Z Downloaded parse-size v1.1.0
8712026-05-01T19:48:58.582Z Downloaded getrandom v0.3.4
8722026-05-01T19:48:58.582Z Downloaded crossterm v0.29.0
8732026-05-01T19:48:58.586Z Downloaded newtype-uuid v1.3.2
8742026-05-01T19:48:58.586Z Downloaded crc-any v2.5.0
8752026-05-01T19:48:58.589Z Downloaded getrandom v0.2.17
8762026-05-01T19:48:58.589Z Downloaded ingot-macros v0.1.1
8772026-05-01T19:48:58.589Z Downloaded half v2.7.1
8782026-05-01T19:48:58.592Z Downloaded pbkdf2 v0.11.0
8792026-05-01T19:48:58.595Z Downloaded libefi-sys v0.1.0
8802026-05-01T19:48:58.595Z Downloaded arc-swap v1.8.2
8812026-05-01T19:48:58.601Z Downloaded num-integer v0.1.46
8822026-05-01T19:48:58.602Z Downloaded nu-ansi-term v0.50.3
8832026-05-01T19:48:58.602Z Downloaded peg-runtime v0.8.5
8842026-05-01T19:48:58.602Z Downloaded num-rational v0.4.2
8852026-05-01T19:48:58.602Z Downloaded num-complex v0.4.6
8862026-05-01T19:48:58.602Z Downloaded phf_shared v0.12.1
8872026-05-01T19:48:58.612Z Downloaded num_enum v0.7.5
8882026-05-01T19:48:58.612Z Downloaded phf_shared v0.11.3
8892026-05-01T19:48:58.612Z Downloaded pin-utils v0.1.0
8902026-05-01T19:48:58.612Z Downloaded powerfmt v0.2.0
8912026-05-01T19:48:58.612Z Downloaded phf_shared v0.13.1
8922026-05-01T19:48:58.613Z Downloaded num_enum v0.5.11
8932026-05-01T19:48:58.625Z Downloaded precomputed-hash v0.1.1
8942026-05-01T19:48:58.630Z Downloaded oxnet v0.1.4
8952026-05-01T19:48:58.630Z Downloaded owo-colors v4.3.0
8962026-05-01T19:48:58.630Z Downloaded oxide-tokio-rt v0.1.4
8972026-05-01T19:48:58.630Z Downloaded opaque-debug v0.3.1
8982026-05-01T19:48:58.637Z Downloaded litrs v1.0.0
8992026-05-01T19:48:58.637Z Downloaded libsw v3.5.0
9002026-05-01T19:48:58.637Z Downloaded password-hash v0.4.2
9012026-05-01T19:48:58.642Z Downloaded parse-display v0.10.0
9022026-05-01T19:48:58.642Z Downloaded memmap2 v0.9.10
9032026-05-01T19:48:58.642Z Downloaded ignore v0.4.25
9042026-05-01T19:48:58.642Z Downloaded crossbeam-channel v0.5.15
9052026-05-01T19:48:58.646Z Downloaded proc-macro-error-attr2 v2.0.0
9062026-05-01T19:48:58.646Z Downloaded proc-macro-crate v3.4.0
9072026-05-01T19:48:58.646Z Downloaded predicates-tree v1.0.13
9082026-05-01T19:48:58.646Z Downloaded predicates-core v1.0.10
9092026-05-01T19:48:58.646Z Downloaded pem v3.0.6
9102026-05-01T19:48:58.646Z Downloaded parse-display-derive v0.10.0
9112026-05-01T19:48:58.646Z Downloaded flate2 v1.1.9
9122026-05-01T19:48:58.651Z Downloaded parking_lot_core v0.8.6
9132026-05-01T19:48:58.654Z Downloaded packed_struct v0.10.1
9142026-05-01T19:48:58.654Z Downloaded base64 v0.22.1
9152026-05-01T19:48:58.657Z Downloaded progenitor-macro v0.10.0
9162026-05-01T19:48:58.657Z Downloaded progenitor-client v0.14.0
9172026-05-01T19:48:58.657Z Downloaded paste v1.0.15
9182026-05-01T19:48:58.660Z Downloaded password-hash v0.5.0
9192026-05-01T19:48:58.660Z Downloaded base64 v0.21.7
9202026-05-01T19:48:58.663Z Downloaded progenitor-client v0.11.2
9212026-05-01T19:48:58.664Z Downloaded indexmap v1.9.3
9222026-05-01T19:48:58.667Z Downloaded peg-macros v0.8.5
9232026-05-01T19:48:58.667Z Downloaded heapless v0.7.17
9242026-05-01T19:48:58.674Z Downloaded derive_more v2.1.1
9252026-05-01T19:48:58.684Z Downloaded psl-types v2.0.11
9262026-05-01T19:48:58.684Z Downloaded quick-error v1.2.3
9272026-05-01T19:48:58.684Z Downloaded heapless v0.8.0
9282026-05-01T19:48:58.684Z Downloaded polyval v0.6.2
9292026-05-01T19:48:58.684Z Downloaded libbz2-rs-sys v0.2.2
9302026-05-01T19:48:58.684Z Downloaded headers v0.4.1
9312026-05-01T19:48:58.689Z Downloaded omicron-zone-package v0.12.2
9322026-05-01T19:48:58.689Z Downloaded radium v0.7.0
9332026-05-01T19:48:58.690Z Downloaded der v0.7.10
9342026-05-01T19:48:58.694Z Downloaded pkg-config v0.3.32
9352026-05-01T19:48:58.694Z Downloaded pkcs8 v0.10.2
9362026-05-01T19:48:58.694Z Downloaded ed25519-dalek v2.2.0
9372026-05-01T19:48:58.698Z Downloaded progenitor-macro v0.11.2
9382026-05-01T19:48:58.698Z Downloaded rand_chacha v0.3.1
9392026-05-01T19:48:58.698Z Downloaded predicates v3.1.4
9402026-05-01T19:48:58.702Z Downloaded proc-macro-error2 v2.0.1
9412026-05-01T19:48:58.702Z Downloaded progenitor v0.11.2
9422026-05-01T19:48:58.706Z Downloaded postgres-protocol v0.6.10
9432026-05-01T19:48:58.706Z Downloaded progenitor v0.10.0
9442026-05-01T19:48:58.706Z Downloaded recursive-proc-macro-impl v0.1.1
9452026-05-01T19:48:58.706Z Downloaded rand_xorshift v0.4.0
9462026-05-01T19:48:58.706Z Downloaded ref-cast-impl v1.0.25
9472026-05-01T19:48:58.706Z Downloaded proc-macro-crate v1.3.1
9482026-05-01T19:48:58.709Z Downloaded recursive v0.1.1
9492026-05-01T19:48:58.709Z Downloaded primeorder v0.13.6
9502026-05-01T19:48:58.709Z Downloaded ref-cast v1.0.25
9512026-05-01T19:48:58.712Z Downloaded expectorate v1.2.0
9522026-05-01T19:48:58.712Z Downloaded cc v1.2.56
9532026-05-01T19:48:58.715Z Downloaded crypto-bigint v0.5.5
9542026-05-01T19:48:58.724Z Downloaded progenitor-extras v0.2.0
9552026-05-01T19:48:58.725Z Downloaded progenitor-client v0.10.0
9562026-05-01T19:48:58.725Z Downloaded progenitor-client v0.13.0
9572026-05-01T19:48:58.725Z Downloaded progenitor v0.14.0
9582026-05-01T19:48:58.740Z Downloaded rfc6979 v0.4.0
9592026-05-01T19:48:58.740Z Downloaded progenitor v0.13.0
9602026-05-01T19:48:58.740Z Downloaded indicatif v0.18.4
9612026-05-01T19:48:58.740Z Downloaded pem-rfc7468 v0.7.0
9622026-05-01T19:48:58.740Z Downloaded pkcs1 v0.7.5
9632026-05-01T19:48:58.740Z Downloaded pin-project-lite v0.2.17
9642026-05-01T19:48:58.751Z Downloaded progenitor-macro v0.13.0
9652026-05-01T19:48:58.751Z Downloaded pkcs5 v0.7.1
9662026-05-01T19:48:58.751Z Downloaded russh-cryptovec v0.7.3
9672026-05-01T19:48:58.751Z Downloaded rtoolbox v0.0.3
9682026-05-01T19:48:58.752Z Downloaded progenitor-macro v0.14.0
9692026-05-01T19:48:58.752Z Downloaded phf v0.13.1
9702026-05-01T19:48:58.752Z Downloaded parking_lot v0.11.2
9712026-05-01T19:48:58.752Z Downloaded psm v0.1.30
9722026-05-01T19:48:58.752Z Downloaded rustc_version v0.4.1
9732026-05-01T19:48:58.752Z Downloaded rustc_version v0.1.7
9742026-05-01T19:48:58.752Z Downloaded ppv-lite86 v0.2.21
9752026-05-01T19:48:58.752Z Downloaded parking_lot_core v0.9.12
9762026-05-01T19:48:58.758Z Downloaded parking_lot v0.12.5
9772026-05-01T19:48:58.758Z Downloaded poly1305 v0.8.0
9782026-05-01T19:48:58.758Z Downloaded hickory-resolver v0.24.4
9792026-05-01T19:48:58.758Z Downloaded postgres-types v0.2.12
9802026-05-01T19:48:58.758Z Downloaded derive_more-impl v2.1.1
9812026-05-01T19:48:58.758Z Downloaded rustc-hash v2.1.1
9822026-05-01T19:48:58.758Z Downloaded rand_core v0.6.4
9832026-05-01T19:48:58.767Z Downloaded r2d2 v0.8.10
9842026-05-01T19:48:58.767Z Downloaded rand_chacha v0.9.0
9852026-05-01T19:48:58.767Z Downloaded hickory-resolver v0.25.2
9862026-05-01T19:48:58.767Z Downloaded diesel_derives v2.3.7
9872026-05-01T19:48:58.773Z Downloaded pin-project-internal v1.1.11
9882026-05-01T19:48:58.773Z Downloaded phf v0.12.1
9892026-05-01T19:48:58.773Z Downloaded peg v0.8.5
9902026-05-01T19:48:58.773Z Downloaded rand_seeder v0.4.0
9912026-05-01T19:48:58.779Z Downloaded scheduled-thread-pool v0.2.7
9922026-05-01T19:48:58.779Z Downloaded num_enum_derive v0.7.5
9932026-05-01T19:48:58.779Z Downloaded same-file v1.0.6
9942026-05-01T19:48:58.779Z Downloaded rand_core v0.10.0
9952026-05-01T19:48:58.779Z Downloaded p256 v0.13.2
9962026-05-01T19:48:58.779Z Downloaded scopeguard v1.2.0
9972026-05-01T19:48:58.787Z Downloaded async-compression v0.4.41
9982026-05-01T19:48:58.787Z Downloaded papergrid v0.17.0
9992026-05-01T19:48:58.791Z Downloaded miniz_oxide v0.8.9
10002026-05-01T19:48:58.791Z Downloaded oso v0.27.3
10012026-05-01T19:48:58.791Z Downloaded nanorand v0.7.0
10022026-05-01T19:48:58.791Z Downloaded flume v0.11.1
10032026-05-01T19:48:58.796Z Downloaded secrecy v0.10.3
10042026-05-01T19:48:58.796Z Downloaded scrypt v0.11.0
10052026-05-01T19:48:58.796Z Downloaded serde-big-array v0.5.1
10062026-05-01T19:48:58.802Z Downloaded semver v0.1.20
10072026-05-01T19:48:58.802Z Downloaded scroll_derive v0.13.1
10082026-05-01T19:48:58.802Z Downloaded dropshot_endpoint v0.16.7
10092026-05-01T19:48:58.802Z Downloaded pin-project v1.1.11
10102026-05-01T19:48:58.807Z Downloaded resolv-conf v0.7.6
10112026-05-01T19:48:58.813Z Downloaded secrecy v0.8.0
10122026-05-01T19:48:58.813Z Downloaded jiff-static v0.2.21
10132026-05-01T19:48:58.814Z Downloaded diff v0.1.13
10142026-05-01T19:48:58.814Z Downloaded cookie_store v0.22.1
10152026-05-01T19:48:58.818Z Downloaded serde_spanned v1.0.4
10162026-05-01T19:48:58.818Z Downloaded serde_repr v0.1.20
10172026-05-01T19:48:58.818Z Downloaded serde_plain v1.0.2
10182026-05-01T19:48:58.818Z Downloaded serde_bytes v0.11.19
10192026-05-01T19:48:58.818Z Downloaded const_format v0.2.35
10202026-05-01T19:48:58.823Z Downloaded dunce v1.0.5
10212026-05-01T19:48:58.823Z Downloaded serde_urlencoded v0.7.1
10222026-05-01T19:48:58.823Z Downloaded shell-words v1.1.1
10232026-05-01T19:48:58.823Z Downloaded sha1 v0.10.6
10242026-05-01T19:48:58.826Z Downloaded document-features v0.2.12
10252026-05-01T19:48:58.826Z Downloaded signal-hook-tokio v0.3.1
10262026-05-01T19:48:58.826Z Downloaded aho-corasick v1.1.4
10272026-05-01T19:48:58.829Z Downloaded rustversion v1.0.22
10282026-05-01T19:48:58.829Z Downloaded rustls-pemfile v1.0.4
10292026-05-01T19:48:58.833Z Downloaded dropshot-api-manager v0.7.1
10302026-05-01T19:48:58.833Z Downloaded siphasher v1.0.2
10312026-05-01T19:48:58.837Z Downloaded postcard v1.1.3
10322026-05-01T19:48:58.837Z Downloaded signal-hook-mio v0.2.5
10332026-05-01T19:48:58.837Z Downloaded rustls-pemfile v2.2.0
10342026-05-01T19:48:58.840Z Downloaded rustls-native-certs v0.8.3
10352026-05-01T19:48:58.841Z Downloaded prefix-trie v0.7.0
10362026-05-01T19:48:58.846Z Downloaded rand_core v0.9.5
10372026-05-01T19:48:58.846Z Downloaded quinn-udp v0.5.14
10382026-05-01T19:48:58.846Z Downloaded sigpipe v0.1.3
10392026-05-01T19:48:58.846Z Downloaded signature v2.2.0
10402026-05-01T19:48:58.858Z Downloaded schemars_derive v0.8.22
10412026-05-01T19:48:58.858Z Downloaded sapling-renderdag v0.1.0
10422026-05-01T19:48:58.858Z Downloaded salsa20 v0.10.2
10432026-05-01T19:48:58.858Z Downloaded rusty-fork v0.3.1
10442026-05-01T19:48:58.858Z Downloaded dirs-sys-next v0.1.2
10452026-05-01T19:48:58.858Z Downloaded slog-envlogger v2.2.0
10462026-05-01T19:48:58.867Z Downloaded slog-bunyan v2.5.0
10472026-05-01T19:48:58.867Z Downloaded const-oid v0.9.6
10482026-05-01T19:48:58.867Z Downloaded colored v3.1.1
10492026-05-01T19:48:58.867Z Downloaded progenitor-impl v0.13.0
10502026-05-01T19:48:58.867Z Downloaded scroll v0.13.0
10512026-05-01T19:48:58.867Z Downloaded seq-macro v0.3.6
10522026-05-01T19:48:58.872Z Downloaded sec1 v0.7.3
10532026-05-01T19:48:58.872Z Downloaded progenitor-impl v0.14.0
10542026-05-01T19:48:58.872Z Downloaded sct v0.7.1
10552026-05-01T19:48:58.875Z Downloaded progenitor-impl v0.11.2
10562026-05-01T19:48:58.875Z Downloaded russh-keys v0.45.0
10572026-05-01T19:48:58.944Z Downloaded serde_path_to_error v0.1.20
10582026-05-01T19:48:58.958Z Downloaded serde-hex v0.1.0
10592026-05-01T19:48:58.958Z Downloaded serde_derive_internals v0.29.1
10602026-05-01T19:48:58.958Z Downloaded ssh-encoding v0.2.0
10612026-05-01T19:48:58.958Z Downloaded sqlparser_derive v0.5.0
10622026-05-01T19:48:58.958Z Downloaded ssh-cipher v0.2.0
10632026-05-01T19:48:58.958Z Downloaded strum v0.26.3
10642026-05-01T19:48:58.958Z Downloaded structmeta v0.3.0
10652026-05-01T19:48:58.958Z Downloaded shlex v1.3.0
10662026-05-01T19:48:58.958Z Downloaded simd-adler32 v0.3.8
10672026-05-01T19:48:58.958Z Downloaded signal-hook-registry v1.4.8
10682026-05-01T19:48:58.958Z Downloaded strum v0.27.2
10692026-05-01T19:48:58.958Z Downloaded structmeta-derive v0.3.0
10702026-05-01T19:48:58.958Z Downloaded openssl-sys v0.9.111
10712026-05-01T19:48:58.958Z Downloaded subtle v2.6.1
10722026-05-01T19:48:58.958Z Downloaded slog-async v2.8.0
10732026-05-01T19:48:58.958Z Downloaded sync-ptr v0.1.4
10742026-05-01T19:48:58.958Z Downloaded supports-color v3.0.2
10752026-05-01T19:48:58.958Z Downloaded slog-term v2.9.2
10762026-05-01T19:48:58.958Z Downloaded slog-scope v4.4.1
10772026-05-01T19:48:58.958Z Downloaded slog-json v2.6.1
10782026-05-01T19:48:58.958Z Downloaded slog-dtrace v0.3.0
10792026-05-01T19:48:58.958Z Downloaded progenitor-impl v0.10.0
10802026-05-01T19:48:58.958Z Downloaded http v1.4.0
10812026-05-01T19:48:58.958Z Downloaded sync_wrapper v1.0.2
10822026-05-01T19:48:58.958Z Downloaded spki v0.7.3
10832026-05-01T19:48:58.958Z Downloaded tap v1.0.1
10842026-05-01T19:48:58.958Z Downloaded snafu-derive v0.8.9
10852026-05-01T19:48:58.958Z Downloaded slog-stdlog v4.1.1
10862026-05-01T19:48:58.958Z Downloaded smallvec v0.6.14
10872026-05-01T19:48:58.958Z Downloaded time-core v0.1.8
10882026-05-01T19:48:58.958Z Downloaded smf v0.2.3
10892026-05-01T19:48:58.959Z Downloaded termtree v0.5.1
10902026-05-01T19:48:58.959Z Downloaded take_mut v0.2.2
10912026-05-01T19:48:58.959Z Downloaded tagptr v0.2.0
10922026-05-01T19:48:58.959Z Downloaded testing_table v0.3.0
10932026-05-01T19:48:58.959Z Downloaded hashbrown v0.12.3
10942026-05-01T19:48:58.965Z Downloaded stacker v0.1.23
10952026-05-01T19:48:58.965Z Downloaded hyper-util v0.1.20
10962026-05-01T19:48:58.977Z Downloaded num-bigint v0.4.6
10972026-05-01T19:48:58.977Z Downloaded hashbrown v0.13.2
10982026-05-01T19:48:58.977Z Downloaded thiserror-impl-no-std v2.0.2
10992026-05-01T19:48:58.977Z Downloaded serde_with_macros v3.17.0
11002026-05-01T19:48:58.987Z Downloaded thread-id v5.1.0
11012026-05-01T19:48:58.987Z Downloaded rustls-platform-verifier v0.6.2
11022026-05-01T19:48:58.987Z Downloaded string_cache v0.8.9
11032026-05-01T19:48:58.987Z Downloaded stringprep v0.1.5
11042026-05-01T19:48:58.987Z Downloaded static_assertions v1.1.0
11052026-05-01T19:48:58.987Z Downloaded hickory-server v0.25.2
11062026-05-01T19:48:58.993Z Downloaded tokio-macros v2.7.0
11072026-05-01T19:48:58.993Z Downloaded rustls-pki-types v1.14.0
11082026-05-01T19:48:58.993Z Downloaded pretty_assertions v1.4.1
11092026-05-01T19:48:58.999Z Downloaded strum_macros v0.24.3
11102026-05-01T19:48:58.999Z Downloaded strip-ansi-escapes v0.2.1
11112026-05-01T19:48:58.999Z Downloaded rayon-core v1.13.0
11122026-05-01T19:48:59.010Z Downloaded ryu v1.0.23
11132026-05-01T19:48:59.010Z Downloaded tabled_derive v0.11.0
11142026-05-01T19:48:59.010Z Downloaded strum_macros v0.26.4
11152026-05-01T19:48:59.010Z Downloaded strum_macros v0.27.2
11162026-05-01T19:48:59.010Z Downloaded prettyplease v0.2.37
11172026-05-01T19:48:59.010Z Downloaded slab v0.4.12
11182026-05-01T19:48:59.010Z Downloaded support-bundle-viewer v0.1.2
11192026-05-01T19:48:59.016Z Downloaded rcgen v0.12.1
11202026-05-01T19:48:59.016Z Downloaded mio v1.2.0
11212026-05-01T19:48:59.024Z Downloaded nom v7.1.3
11222026-05-01T19:48:59.024Z Downloaded tabwriter v1.4.1
11232026-05-01T19:48:59.024Z Downloaded hashbrown v0.15.5
11242026-05-01T19:48:59.027Z Downloaded itertools v0.10.5
11252026-05-01T19:48:59.030Z Downloaded tiny-keccak v2.0.2
11262026-05-01T19:48:59.033Z Downloaded spin v0.9.8
11272026-05-01T19:48:59.036Z Downloaded thread_local v1.1.9
11282026-05-01T19:48:59.036Z Downloaded termios v0.3.3
11292026-05-01T19:48:59.036Z Downloaded sqlformat v0.3.5
11302026-05-01T19:48:59.040Z Downloaded ron v0.8.1
11312026-05-01T19:48:59.043Z Downloaded tinyvec_macros v0.1.1
11322026-05-01T19:48:59.043Z Downloaded thiserror-no-std v2.0.2
11332026-05-01T19:48:59.051Z Downloaded topological-sort v0.2.2
11342026-05-01T19:48:59.051Z Downloaded trait-variant v0.1.2
11352026-05-01T19:48:59.064Z Downloaded try-lock v0.2.5
11362026-05-01T19:48:59.064Z Downloaded tower-layer v0.3.3
11372026-05-01T19:48:59.064Z Downloaded qorb v0.4.1
11382026-05-01T19:48:59.064Z Downloaded typify-macro v0.6.2
11392026-05-01T19:48:59.064Z Downloaded signal-hook v0.3.18
11402026-05-01T19:48:59.065Z Downloaded crossterm v0.28.1
11412026-05-01T19:48:59.072Z Downloaded quinn v0.11.9
11422026-05-01T19:48:59.072Z Downloaded typify-macro v0.4.3
11432026-05-01T19:48:59.073Z Downloaded tls_codec_derive v0.4.2
11442026-05-01T19:48:59.073Z Downloaded similar v2.7.0
11452026-05-01T19:48:59.073Z Downloaded iddqd v0.3.18
11462026-05-01T19:48:59.078Z Downloaded tokio-dtrace v0.1.1
11472026-05-01T19:48:59.078Z Downloaded libxml v0.3.3
11482026-05-01T19:48:59.078Z Downloaded slog v2.8.2
11492026-05-01T19:48:59.081Z Downloaded tokio-tungstenite v0.21.0
11502026-05-01T19:48:59.081Z Downloaded unit-prefix v0.5.2
11512026-05-01T19:48:59.085Z Downloaded minimal-lexical v0.2.1
11522026-05-01T19:48:59.085Z Downloaded schemars v0.8.22
11532026-05-01T19:48:59.092Z Downloaded schemars v0.9.0
11542026-05-01T19:48:59.100Z Downloaded universal-hash v0.5.1
11552026-05-01T19:48:59.103Z Downloaded utf-8 v0.7.6
11562026-05-01T19:48:59.103Z Downloaded usdt-macro v0.6.0
11572026-05-01T19:48:59.103Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-05-01T19:48:59.107Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-05-01T19:48:59.107Z Downloaded socket2 v0.6.3
11602026-05-01T19:48:59.107Z Downloaded usdt v0.6.0
11612026-05-01T19:48:59.110Z Downloaded toml_writer v1.0.6+spec-1.1.0
11622026-05-01T19:48:59.110Z Downloaded hashbrown v0.16.1
11632026-05-01T19:48:59.113Z Downloaded rsa v0.9.10
11642026-05-01T19:48:59.119Z Downloaded itertools v0.13.0
11652026-05-01T19:48:59.123Z Downloaded num-bigint-dig v0.8.6
11662026-05-01T19:48:59.133Z Downloaded void v1.0.2
11672026-05-01T19:48:59.133Z Downloaded usdt-attr-macro v0.6.0
11682026-05-01T19:48:59.133Z Downloaded tui-tree-widget v0.23.1
11692026-05-01T19:48:59.133Z Downloaded iri-string v0.7.10
11702026-05-01T19:48:59.133Z Downloaded wait-timeout v0.2.1
11712026-05-01T19:48:59.139Z Downloaded untrusted v0.9.0
11722026-05-01T19:48:59.139Z Downloaded unicode-truncate v1.1.0
11732026-05-01T19:48:59.139Z Downloaded tokio-tungstenite v0.23.1
11742026-05-01T19:48:59.139Z Downloaded term v1.2.1
11752026-05-01T19:48:59.139Z Downloaded term v0.7.0
11762026-05-01T19:48:59.140Z Downloaded rustls-webpki v0.103.9
11772026-05-01T19:48:59.143Z Downloaded waitgroup v0.1.2
11782026-05-01T19:48:59.143Z Downloaded tokio-native-tls v0.3.1
11792026-05-01T19:48:59.146Z Downloaded rand v0.9.2
11802026-05-01T19:48:59.146Z Downloaded socket2 v0.5.10
11812026-05-01T19:48:59.150Z Downloaded tokio-rustls v0.25.0
11822026-05-01T19:48:59.150Z Downloaded tokio-rustls v0.26.4
11832026-05-01T19:48:59.150Z Downloaded subprocess v0.2.15
11842026-05-01T19:48:59.152Z Downloaded unicase v2.9.0
11852026-05-01T19:48:59.156Z Downloaded unarray v0.1.4
11862026-05-01T19:48:59.156Z Downloaded xshell-macros v0.2.7
11872026-05-01T19:48:59.156Z Downloaded want v0.3.1
11882026-05-01T19:48:59.156Z Downloaded tokio-stream v0.1.18
11892026-05-01T19:48:59.159Z Downloaded xattr v1.6.1
11902026-05-01T19:48:59.162Z Downloaded schemars v1.2.1
11912026-05-01T19:48:59.168Z Downloaded hyper v1.8.1
11922026-05-01T19:48:59.172Z Downloaded tokio-rustls v0.24.1
11932026-05-01T19:48:59.175Z Downloaded zeroize_derive v1.4.3
11942026-05-01T19:48:59.175Z Downloaded samael v0.0.19
11952026-05-01T19:48:59.178Z Downloaded test-strategy v0.4.5
11962026-05-01T19:48:59.185Z Downloaded untrusted v0.7.1
11972026-05-01T19:48:59.185Z Downloaded snafu v0.8.9
11982026-05-01T19:48:59.190Z Downloaded zone_cfg_derive v0.3.1
11992026-05-01T19:48:59.190Z Downloaded zone v0.3.1
12002026-05-01T19:48:59.190Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-05-01T19:48:59.190Z Downloaded itertools v0.14.0
12022026-05-01T19:48:59.194Z Downloaded tls_codec v0.4.2
12032026-05-01T19:48:59.204Z Downloaded tracing-attributes v0.1.31
12042026-05-01T19:48:59.204Z Downloaded usdt-impl v0.6.0
12052026-05-01T19:48:59.204Z Downloaded futures-util v0.3.32
12062026-05-01T19:48:59.207Z Downloaded vergen-gitcl v1.0.8
12072026-05-01T19:48:59.207Z Downloaded vergen-lib v0.1.6
12082026-05-01T19:48:59.207Z Downloaded vergen-git2 v1.0.7
12092026-05-01T19:48:59.215Z Downloaded p521 v0.13.3
12102026-05-01T19:48:59.215Z Downloaded hkdf v0.12.4
12112026-05-01T19:48:59.218Z Downloaded twox-hash v2.1.2
12122026-05-01T19:48:59.218Z Downloaded rand v0.8.5
12132026-05-01T19:48:59.218Z Downloaded rand v0.10.0
12142026-05-01T19:48:59.223Z Downloaded whoami v1.6.1
12152026-05-01T19:48:59.223Z Downloaded walkdir v2.5.0
12162026-05-01T19:48:59.232Z Downloaded libm v0.2.16
12172026-05-01T19:48:59.232Z Downloaded unicode-properties v0.1.4
12182026-05-01T19:48:59.237Z Downloaded xshell v0.2.7
12192026-05-01T19:48:59.238Z Downloaded zeroize v1.8.2
12202026-05-01T19:48:59.238Z Downloaded wyz v0.5.1
12212026-05-01T19:48:59.238Z Downloaded toml v1.0.6+spec-1.1.0
12222026-05-01T19:48:59.238Z Downloaded toml v0.7.8
12232026-05-01T19:48:59.242Z Downloaded blake3 v1.8.3
12242026-05-01T19:48:59.246Z Downloaded zstd v0.13.3
12252026-05-01T19:48:59.246Z Downloaded tar v0.4.45
12262026-05-01T19:48:59.246Z Downloaded vergen v9.0.6
12272026-05-01T19:48:59.249Z Downloaded h2 v0.4.13
12282026-05-01T19:48:59.253Z Downloaded uzers v0.12.2
12292026-05-01T19:48:59.253Z Downloaded tungstenite v0.21.0
12302026-05-01T19:48:59.256Z Downloaded tracing-core v0.1.36
12312026-05-01T19:48:59.256Z Downloaded steno v0.4.1
12322026-05-01T19:48:59.261Z Downloaded tinyvec v1.10.0
12332026-05-01T19:48:59.265Z Downloaded zstd-safe v7.2.4
12342026-05-01T19:48:59.265Z Downloaded itertools v0.12.1
12352026-05-01T19:48:59.272Z Downloaded tower-service v0.3.3
12362026-05-01T19:48:59.272Z Downloaded time-macros v0.2.27
12372026-05-01T19:48:59.272Z Downloaded serde_yaml v0.9.34+deprecated
12382026-05-01T19:48:59.279Z Downloaded typify v0.4.3
12392026-05-01T19:48:59.279Z Downloaded serde_cbor v0.11.2
12402026-05-01T19:48:59.279Z Downloaded publicsuffix v2.3.0
12412026-05-01T19:48:59.279Z Downloaded vsss-rs v3.3.4
12422026-05-01T19:48:59.284Z Downloaded whoami v2.1.0
12432026-05-01T19:48:59.284Z Downloaded unicode-bidi v0.3.18
12442026-05-01T19:48:59.284Z Downloaded typify v0.6.2
12452026-05-01T19:48:59.289Z Downloaded unsafe-libyaml v0.2.11
12462026-05-01T19:48:59.289Z Downloaded yasna v0.5.2
12472026-05-01T19:48:59.289Z Downloaded toml_edit v0.23.10+spec-1.0.0
12482026-05-01T19:48:59.294Z Downloaded toml v0.9.12+spec-1.1.0
12492026-05-01T19:48:59.294Z Downloaded rustyline v14.0.0
12502026-05-01T19:48:59.299Z Downloaded bitvec v1.0.1
12512026-05-01T19:48:59.310Z Downloaded tungstenite v0.23.0
12522026-05-01T19:48:59.315Z Downloaded vte v0.14.1
12532026-05-01T19:48:59.315Z Downloaded russh v0.45.0
12542026-05-01T19:48:59.315Z Downloaded rpassword v7.4.0
12552026-05-01T19:48:59.323Z Downloaded tokio-postgres v0.7.16
12562026-05-01T19:48:59.330Z Downloaded reedline v0.40.0
12572026-05-01T19:48:59.349Z Downloaded zerocopy v0.6.6
12582026-05-01T19:48:59.352Z Downloaded ssh-key v0.6.7
12592026-05-01T19:48:59.357Z Downloaded zopfli v0.8.3
12602026-05-01T19:48:59.364Z Downloaded uuid v1.23.0
12612026-05-01T19:48:59.381Z Downloaded unicode_categories v0.1.1
12622026-05-01T19:48:59.389Z Downloaded curve25519-dalek v4.1.3
12632026-05-01T19:48:59.390Z Downloaded zip v0.6.6
12642026-05-01T19:48:59.390Z Downloaded reqwest v0.13.2
12652026-05-01T19:48:59.395Z Downloaded yansi v1.0.1
12662026-05-01T19:48:59.395Z Downloaded aws-lc-rs v1.16.0
12672026-05-01T19:48:59.401Z Downloaded toml_edit v0.19.15
12682026-05-01T19:48:59.407Z Downloaded reqwest v0.12.28
12692026-05-01T19:48:59.410Z Downloaded p384 v0.13.1
12702026-05-01T19:48:59.413Z Downloaded bindgen v0.71.1
12712026-05-01T19:48:59.417Z Downloaded zerocopy-derive v0.8.40
12722026-05-01T19:48:59.422Z Downloaded regex v1.12.3
12732026-05-01T19:48:59.425Z Downloaded lalrpop v0.19.12
12742026-05-01T19:48:59.434Z Downloaded rustls-webpki v0.101.7
12752026-05-01T19:48:59.441Z Downloaded chrono v0.4.44
12762026-05-01T19:48:59.444Z Downloaded rayon v1.11.0
12772026-05-01T19:48:59.449Z Downloaded tower v0.5.3
12782026-05-01T19:48:59.458Z Downloaded quick-xml v0.37.5
12792026-05-01T19:48:59.470Z Downloaded portable-atomic v1.13.1
12802026-05-01T19:48:59.470Z Downloaded goblin v0.10.5
12812026-05-01T19:48:59.474Z Downloaded x509-cert v0.2.5
12822026-05-01T19:48:59.474Z Downloaded typed-path v0.9.3
12832026-05-01T19:48:59.474Z Downloaded unicode-segmentation v1.12.0
12842026-05-01T19:48:59.478Z Downloaded zip v4.6.1
12852026-05-01T19:48:59.489Z Downloaded tower-http v0.6.8
12862026-05-01T19:48:59.495Z Downloaded unicode-normalization v0.1.25
12872026-05-01T19:48:59.500Z Downloaded git2 v0.20.4
12882026-05-01T19:48:59.510Z Downloaded tokio-util v0.7.18
12892026-05-01T19:48:59.515Z Downloaded salty v0.3.0
12902026-05-01T19:48:59.515Z Downloaded moka v0.12.13
12912026-05-01T19:48:59.516Z Downloaded proptest v1.10.0
12922026-05-01T19:48:59.519Z Downloaded rustls-webpki v0.102.8
12932026-05-01T19:48:59.530Z Downloaded tough v0.20.0
12942026-05-01T19:48:59.545Z Downloaded radix_trie v0.2.1
12952026-05-01T19:48:59.561Z Downloaded object v0.30.4
12962026-05-01T19:48:59.561Z Downloaded winnow v0.5.40
12972026-05-01T19:48:59.561Z Downloaded serde_with v3.17.0
12982026-05-01T19:48:59.562Z Downloaded dropshot v0.16.7
12992026-05-01T19:48:59.571Z Downloaded quinn-proto v0.11.13
13002026-05-01T19:48:59.576Z Downloaded nix v0.27.1
13012026-05-01T19:48:59.583Z Downloaded polar-core v0.27.3
13022026-05-01T19:48:59.588Z Downloaded winnow v0.6.26
13032026-05-01T19:48:59.595Z Downloaded tabled v0.20.0
13042026-05-01T19:48:59.609Z Downloaded smoltcp v0.9.1
13052026-05-01T19:48:59.614Z Downloaded openssl v0.10.75
13062026-05-01T19:48:59.625Z Downloaded petname v2.0.2
13072026-05-01T19:48:59.629Z Downloaded object v0.37.3
13082026-05-01T19:48:59.629Z Downloaded dropshot v0.17.0
13092026-05-01T19:48:59.647Z Downloaded zlib-rs v0.6.2
13102026-05-01T19:48:59.652Z Downloaded nix v0.29.0
13112026-05-01T19:48:59.675Z Downloaded vcpkg v0.2.15
13122026-05-01T19:48:59.688Z Downloaded regex-syntax v0.6.29
13132026-05-01T19:48:59.711Z Downloaded bstr v1.12.1
13142026-05-01T19:48:59.711Z Downloaded nix v0.28.0
13152026-05-01T19:48:59.711Z Downloaded time v0.3.47
13162026-05-01T19:48:59.711Z Downloaded smoltcp v0.11.0
13172026-05-01T19:48:59.722Z Downloaded nix v0.31.2
13182026-05-01T19:48:59.722Z Downloaded rustls v0.23.37
13192026-05-01T19:48:59.762Z Downloaded rustls v0.22.4
13202026-05-01T19:48:59.762Z Downloaded hickory-proto v0.24.4
13212026-05-01T19:48:59.762Z Downloaded rustls v0.21.12
13222026-05-01T19:48:59.762Z Downloaded diesel v2.3.7
13232026-05-01T19:48:59.795Z Downloaded webpki-roots v1.0.6
13242026-05-01T19:48:59.795Z Downloaded hickory-proto v0.25.2
13252026-05-01T19:48:59.795Z Downloaded zerocopy v0.8.40
13262026-05-01T19:48:59.795Z Downloaded regex-syntax v0.8.10
13272026-05-01T19:48:59.795Z Downloaded openapiv3 v2.2.0
13282026-05-01T19:48:59.795Z Downloaded regress v0.10.5
13292026-05-01T19:48:59.796Z Downloaded sled v0.34.7
13302026-05-01T19:48:59.801Z Downloaded regress v0.11.1
13312026-05-01T19:48:59.806Z Downloaded rustix v0.38.44
13322026-05-01T19:48:59.852Z Downloaded zerocopy-derive v0.6.6
13332026-05-01T19:48:59.858Z Downloaded sqlparser v0.61.0
13342026-05-01T19:48:59.870Z Downloaded petgraph v0.6.5
13352026-05-01T19:48:59.886Z Downloaded typify-impl v0.6.2
13362026-05-01T19:48:59.894Z Downloaded tracing v0.1.44
13372026-05-01T19:48:59.904Z Downloaded jiff v0.2.21
13382026-05-01T19:48:59.914Z Downloaded typify-impl v0.4.3
13392026-05-01T19:48:59.922Z Downloaded petgraph v0.8.3
13402026-05-01T19:48:59.934Z Downloaded libz-sys v1.1.24
13412026-05-01T19:48:59.951Z Downloaded bzip2-sys v0.1.13+1.0.8
13422026-05-01T19:48:59.958Z Downloaded regex-automata v0.4.14
13432026-05-01T19:48:59.962Z Downloaded ratatui v0.29.0
13442026-05-01T19:48:59.974Z Downloaded csv v1.4.0
13452026-05-01T19:48:59.984Z Downloaded sha3 v0.10.8
13462026-05-01T19:48:59.989Z Downloaded tokio v1.52.1
13472026-05-01T19:49:00.007Z Downloaded chrono-tz v0.10.4
13482026-05-01T19:49:00.034Z Downloaded encoding_rs v0.8.35
13492026-05-01T19:49:00.046Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13502026-05-01T19:49:00.167Z Downloaded ring v0.17.14
13512026-05-01T19:49:00.211Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-05-01T19:49:00.753Z Downloaded aws-lc-sys v0.37.1
13532026-05-01T19:49:00.998Z Compiling libc v0.2.185
13542026-05-01T19:49:00.999Z Compiling serde v1.0.228
13552026-05-01T19:49:01.010Z Compiling log v0.4.29
13562026-05-01T19:49:01.010Z Compiling shlex v1.3.0
13572026-05-01T19:49:01.175Z Compiling find-msvc-tools v0.1.9
13582026-05-01T19:49:01.180Z Compiling smallvec v1.15.1
13592026-05-01T19:49:01.180Z Compiling syn v2.0.117
13602026-05-01T19:49:01.199Z Compiling typenum v1.19.0
13612026-05-01T19:49:01.338Z Compiling generic-array v0.14.7
13622026-05-01T19:49:01.355Z Compiling subtle v2.6.1
13632026-05-01T19:49:01.384Z Compiling scopeguard v1.2.0
13642026-05-01T19:49:01.452Z Compiling const-oid v0.9.6
13652026-05-01T19:49:01.484Z Compiling lock_api v0.4.14
13662026-05-01T19:49:01.498Z Compiling portable-atomic v1.13.1
13672026-05-01T19:49:01.527Z Compiling zerocopy v0.8.40
13682026-05-01T19:49:01.605Z Compiling critical-section v1.2.0
13692026-05-01T19:49:01.708Z Compiling serde_json v1.0.149
13702026-05-01T19:49:01.720Z Compiling pin-project-lite v0.2.17
13712026-05-01T19:49:01.823Z Compiling parking_lot_core v0.9.12
13722026-05-01T19:49:01.990Z Compiling pkg-config v0.3.32
13732026-05-01T19:49:02.006Z Compiling getrandom v0.2.17
13742026-05-01T19:49:02.069Z Compiling jobserver v0.1.34
13752026-05-01T19:49:02.091Z Compiling errno v0.3.14
13762026-05-01T19:49:02.184Z Compiling rand_core v0.6.4
13772026-05-01T19:49:02.251Z Compiling signal-hook-registry v1.4.8
13782026-05-01T19:49:02.263Z Compiling cc v1.2.56
13792026-05-01T19:49:02.454Z Compiling bitflags v2.11.0
13802026-05-01T19:49:02.516Z Compiling libm v0.2.16
13812026-05-01T19:49:02.547Z Compiling mio v1.2.0
13822026-05-01T19:49:02.688Z Compiling once_cell v1.21.3
13832026-05-01T19:49:02.717Z Compiling parking_lot v0.12.5
13842026-05-01T19:49:02.731Z Compiling num-traits v0.2.19
13852026-05-01T19:49:02.859Z Compiling futures-core v0.3.32
13862026-05-01T19:49:03.025Z Compiling percent-encoding v2.3.2
13872026-05-01T19:49:03.040Z Compiling socket2 v0.6.3
13882026-05-01T19:49:03.082Z Compiling cpufeatures v0.2.17
13892026-05-01T19:49:03.102Z Compiling futures-sink v0.3.32
13902026-05-01T19:49:03.113Z Compiling futures-io v0.3.32
13912026-05-01T19:49:03.147Z Compiling getrandom v0.4.1
13922026-05-01T19:49:03.233Z Compiling futures-channel v0.3.32
13932026-05-01T19:49:03.241Z Compiling futures-task v0.3.32
13942026-05-01T19:49:03.257Z Compiling slab v0.4.12
13952026-05-01T19:49:03.380Z Compiling rand_core v0.10.0
13962026-05-01T19:49:03.423Z Compiling getrandom v0.3.4
13972026-05-01T19:49:03.444Z Compiling rustversion v1.0.22
13982026-05-01T19:49:03.453Z Compiling indexmap v2.14.0
13992026-05-01T19:49:03.508Z Compiling form_urlencoded v1.2.2
14002026-05-01T19:49:03.765Z Compiling cmake v0.1.57
14012026-05-01T19:49:03.830Z Compiling dunce v1.0.5
14022026-05-01T19:49:03.934Z Compiling ident_case v1.0.1
14032026-05-01T19:49:04.003Z Compiling synstructure v0.13.2
14042026-05-01T19:49:04.065Z Compiling fs_extra v1.3.0
14052026-05-01T19:49:04.096Z Compiling base64ct v1.8.3
14062026-05-01T19:49:04.170Z Compiling flagset v0.4.7
14072026-05-01T19:49:04.307Z Compiling rustix v1.1.3
14082026-05-01T19:49:04.323Z Compiling rand_core v0.9.5
14092026-05-01T19:49:04.334Z Compiling aws-lc-sys v0.37.1
14102026-05-01T19:49:04.388Z Compiling pem-rfc7468 v0.7.0
14112026-05-01T19:49:04.416Z Compiling iana-time-zone v0.1.65
14122026-05-01T19:49:04.428Z Compiling ring v0.17.14
14132026-05-01T19:49:04.659Z Compiling uuid v1.23.0
14142026-05-01T19:49:04.675Z Compiling rustc_version v0.4.1
14152026-05-01T19:49:04.699Z Compiling aws-lc-rs v1.16.0
14162026-05-01T19:49:04.780Z Compiling regex-syntax v0.8.10
14172026-05-01T19:49:04.947Z Compiling vcpkg v0.2.15
14182026-05-01T19:49:05.038Z Compiling tracing-core v0.1.36
14192026-05-01T19:49:05.387Z Compiling pest_generator v2.8.6
14202026-05-01T19:49:05.608Z Compiling serde_derive_internals v0.29.1
14212026-05-01T19:49:05.700Z Compiling openssl-sys v0.9.111
14222026-05-01T19:49:05.839Z Compiling serde_derive v1.0.228
14232026-05-01T19:49:06.122Z Compiling zeroize_derive v1.4.3
14242026-05-01T19:49:06.198Z Compiling zerofrom-derive v0.1.6
14252026-05-01T19:49:06.227Z Compiling yoke-derive v0.8.1
14262026-05-01T19:49:06.544Z Compiling zerocopy-derive v0.8.40
14272026-05-01T19:49:06.784Z Compiling zeroize v1.8.2
14282026-05-01T19:49:07.193Z Compiling zerovec-derive v0.11.2
14292026-05-01T19:49:07.459Z Compiling displaydoc v0.2.5
14302026-05-01T19:49:07.620Z Compiling crypto-common v0.1.7
14312026-05-01T19:49:07.663Z Compiling zerofrom v0.1.6
14322026-05-01T19:49:07.767Z Compiling yoke v0.8.1
14332026-05-01T19:49:07.787Z Compiling block-buffer v0.10.4
14342026-05-01T19:49:07.949Z Compiling digest v0.10.7
14352026-05-01T19:49:07.949Z Compiling tokio-macros v2.7.0
14362026-05-01T19:49:08.188Z Compiling zerotrie v0.2.3
14372026-05-01T19:49:08.208Z Compiling hmac v0.12.1
14382026-05-01T19:49:08.341Z Compiling zerovec v0.11.5
14392026-05-01T19:49:08.361Z Compiling futures-macro v0.3.32
14402026-05-01T19:49:08.491Z Compiling block-padding v0.3.3
14412026-05-01T19:49:08.651Z Compiling inout v0.1.4
14422026-05-01T19:49:08.665Z Compiling sha2 v0.10.9
14432026-05-01T19:49:08.818Z Compiling tinystr v0.8.2
14442026-05-01T19:49:08.853Z Compiling potential_utf v0.1.4
14452026-05-01T19:49:09.011Z Compiling icu_locale_core v2.1.1
14462026-05-01T19:49:09.026Z Compiling icu_collections v2.1.1
14472026-05-01T19:49:09.128Z Compiling cipher v0.4.4
14482026-05-01T19:49:09.153Z Compiling futures-util v0.3.32
14492026-05-01T19:49:09.369Z Compiling bytes v1.11.1
14502026-05-01T19:49:09.403Z Compiling der_derive v0.7.3
14512026-05-01T19:49:09.505Z Compiling salsa20 v0.10.2
14522026-05-01T19:49:09.666Z Compiling icu_provider v2.1.1
14532026-05-01T19:49:09.945Z Compiling tokio v1.52.1
14542026-05-01T19:49:09.972Z Compiling icu_properties v2.1.2
14552026-05-01T19:49:10.045Z Compiling icu_normalizer v2.1.1
14562026-05-01T19:49:10.113Z Compiling http v1.4.0
14572026-05-01T19:49:10.424Z Compiling der v0.7.10
14582026-05-01T19:49:10.592Z Compiling chrono v0.4.44
14592026-05-01T19:49:11.030Z Compiling ppv-lite86 v0.2.21
14602026-05-01T19:49:11.082Z Compiling idna_adapter v1.2.1
14612026-05-01T19:49:11.123Z Compiling pbkdf2 v0.12.2
14622026-05-01T19:49:11.216Z Compiling idna v1.1.0
14632026-05-01T19:49:11.235Z Compiling thiserror-impl v2.0.18
14642026-05-01T19:49:11.353Z Compiling spki v0.7.3
14652026-05-01T19:49:11.510Z Compiling url v2.5.8
14662026-05-01T19:49:11.558Z Compiling rand_chacha v0.9.0
14672026-05-01T19:49:11.636Z Compiling scrypt v0.11.0
14682026-05-01T19:49:11.862Z Compiling aes v0.8.4
14692026-05-01T19:49:11.885Z Compiling cbc v0.1.2
14702026-05-01T19:49:12.017Z Compiling rustls-pki-types v1.14.0
14712026-05-01T19:49:12.033Z Compiling tracing-attributes v0.1.31
14722026-05-01T19:49:12.255Z Compiling pkcs5 v0.7.1
14732026-05-01T19:49:12.298Z Compiling rand v0.9.2
14742026-05-01T19:49:12.432Z Compiling http-body v1.0.1
14752026-05-01T19:49:12.554Z Compiling thiserror v2.0.18
14762026-05-01T19:49:12.647Z Compiling httparse v1.10.1
14772026-05-01T19:49:12.662Z Compiling untrusted v0.7.1
14782026-05-01T19:49:12.729Z Compiling untrusted v0.9.0
14792026-05-01T19:49:12.784Z Compiling base64 v0.22.1
14802026-05-01T19:49:12.851Z Compiling schemars v0.8.22
14812026-05-01T19:49:12.908Z Compiling openssl-probe v0.2.1
14822026-05-01T19:49:13.070Z Compiling pkcs8 v0.10.2
14832026-05-01T19:49:13.083Z Compiling schemars_derive v0.8.22
14842026-05-01T19:49:13.097Z Compiling pest_derive v2.8.6
14852026-05-01T19:49:13.113Z Compiling scroll_derive v0.13.1
14862026-05-01T19:49:13.339Z Compiling tracing v0.1.44
14872026-05-01T19:49:13.371Z Compiling darling_core v0.20.11
14882026-05-01T19:49:13.516Z Compiling try-lock v0.2.5
14892026-05-01T19:49:13.611Z Compiling tower-service v0.3.3
14902026-05-01T19:49:13.626Z Compiling tokio-util v0.7.18
14912026-05-01T19:49:13.711Z Compiling dyn-clone v1.0.20
14922026-05-01T19:49:13.847Z Compiling atomic-waker v1.1.2
14932026-05-01T19:49:13.904Z Compiling tower-layer v0.3.3
14942026-05-01T19:49:13.974Z Compiling rustls v0.23.37
14952026-05-01T19:49:14.065Z Compiling tinyvec_macros v0.1.1
14962026-05-01T19:49:14.140Z Compiling tinyvec v1.10.0
14972026-05-01T19:49:14.153Z Compiling scroll v0.13.0
14982026-05-01T19:49:14.413Z Compiling h2 v0.4.13
14992026-05-01T19:49:14.483Z Compiling want v0.3.1
15002026-05-01T19:49:14.701Z Compiling ipnet v2.11.0
15012026-05-01T19:49:14.846Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-05-01T19:49:14.992Z Compiling spin v0.9.8
15032026-05-01T19:49:15.207Z Compiling aho-corasick v1.1.4
15042026-05-01T19:49:15.218Z Compiling time-core v0.1.8
15052026-05-01T19:49:15.233Z Compiling httpdate v1.0.3
15062026-05-01T19:49:15.368Z Compiling pin-utils v0.1.0
15072026-05-01T19:49:15.444Z Compiling num-conv v0.2.0
15082026-05-01T19:49:15.463Z Compiling openssl v0.10.75
15092026-05-01T19:49:15.577Z Compiling foreign-types-shared v0.1.1
15102026-05-01T19:49:15.622Z Compiling powerfmt v0.2.0
15112026-05-01T19:49:15.665Z Compiling crc32fast v1.5.0
15122026-05-01T19:49:15.681Z Compiling foreign-types v0.3.2
15132026-05-01T19:49:15.681Z Compiling darling_macro v0.20.11
15142026-05-01T19:49:15.729Z Compiling time-macros v0.2.27
15152026-05-01T19:49:15.772Z Compiling deranged v0.5.8
15162026-05-01T19:49:15.981Z Compiling tempfile v3.25.0
15172026-05-01T19:49:16.146Z Compiling darling v0.20.11
15182026-05-01T19:49:16.231Z Compiling regex-automata v0.4.14
15192026-05-01T19:49:16.352Z Compiling goblin v0.10.5
15202026-05-01T19:49:16.821Z Compiling openssl-macros v0.1.1
15212026-05-01T19:49:16.906Z Compiling wait-timeout v0.2.1
15222026-05-01T19:49:17.166Z Compiling native-tls v0.2.18
15232026-05-01T19:49:17.185Z Compiling siphasher v1.0.2
15242026-05-01T19:49:17.255Z Compiling num_threads v0.1.7
15252026-05-01T19:49:17.355Z Compiling crossbeam-utils v0.8.21
15262026-05-01T19:49:17.370Z Compiling syn v1.0.109
15272026-05-01T19:49:17.374Z Compiling simd-adler32 v0.3.8
15282026-05-01T19:49:17.630Z Compiling hyper v1.8.1
15292026-05-01T19:49:17.644Z Compiling usdt-impl v0.6.0
15302026-05-01T19:49:17.671Z Compiling bit-vec v0.8.0
15312026-05-01T19:49:17.849Z Compiling quick-error v1.2.3
15322026-05-01T19:49:17.904Z Compiling bit-set v0.8.0
15332026-05-01T19:49:17.953Z Compiling rusty-fork v0.3.1
15342026-05-01T19:49:18.181Z Compiling time v0.3.47
15352026-05-01T19:49:18.392Z Compiling derive_builder_core v0.20.2
15362026-05-01T19:49:19.192Z Compiling dof v0.4.0
15372026-05-01T19:49:19.265Z Compiling hyper-util v0.1.20
15382026-05-01T19:49:19.982Z Compiling unicode-normalization v0.1.25
15392026-05-01T19:49:20.377Z Compiling dtrace-parser v0.3.0
15402026-05-01T19:49:20.423Z Compiling rustls-native-certs v0.8.3
15412026-05-01T19:49:20.447Z Compiling signature v2.2.0
15422026-05-01T19:49:20.658Z Compiling thiserror-impl v1.0.69
15432026-05-01T19:49:20.667Z Compiling scroll_derive v0.12.1
15442026-05-01T19:49:20.721Z Compiling heapless v0.7.17
15452026-05-01T19:49:20.966Z Compiling rand_xorshift v0.4.0
15462026-05-01T19:49:21.051Z Compiling slog v2.8.2
15472026-05-01T19:49:21.127Z Compiling darling_core v0.21.3
15482026-05-01T19:49:21.142Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-05-01T19:49:21.224Z Compiling sync_wrapper v1.0.2
15502026-05-01T19:49:21.239Z Compiling thread-id v5.1.0
15512026-05-01T19:49:21.295Z Compiling cookie v0.18.1
15522026-05-01T19:49:21.319Z Compiling allocator-api2 v0.2.21
15532026-05-01T19:49:21.335Z Compiling anyhow v1.0.102
15542026-05-01T19:49:21.414Z Compiling adler2 v2.0.1
15552026-05-01T19:49:21.479Z Compiling zstd-safe v7.2.4
15562026-05-01T19:49:21.545Z Compiling unicode-properties v0.1.4
15572026-05-01T19:49:21.634Z Compiling paste v1.0.15
15582026-05-01T19:49:21.650Z Compiling signal-hook v0.3.18
15592026-05-01T19:49:21.673Z Compiling unarray v0.1.4
15602026-05-01T19:49:21.752Z Compiling unicode-bidi v0.3.18
15612026-05-01T19:49:21.785Z Compiling proptest v1.10.0
15622026-05-01T19:49:21.851Z Compiling thiserror v1.0.69
15632026-05-01T19:49:21.944Z Compiling miniz_oxide v0.8.9
15642026-05-01T19:49:22.282Z Compiling stringprep v0.1.5
15652026-05-01T19:49:22.443Z Compiling tower v0.5.3
15662026-05-01T19:49:22.553Z Compiling scroll v0.12.0
15672026-05-01T19:49:22.719Z Compiling derive_builder_macro v0.20.2
15682026-05-01T19:49:22.906Z Compiling ipnetwork v0.21.1
15692026-05-01T19:49:22.990Z Compiling http-body-util v0.1.3
15702026-05-01T19:49:23.169Z Compiling webpki-roots v1.0.6
15712026-05-01T19:49:23.233Z Compiling rand_chacha v0.3.1
15722026-05-01T19:49:23.249Z Compiling serde_tokenstream v0.2.3
15732026-05-01T19:49:23.289Z Compiling erased-serde v0.3.31
15742026-05-01T19:49:23.304Z Compiling toml_datetime v0.6.11
15752026-05-01T19:49:23.555Z Compiling serde_spanned v0.6.9
15762026-05-01T19:49:23.570Z Compiling md-5 v0.10.6
15772026-05-01T19:49:23.650Z Compiling darling_macro v0.21.3
15782026-05-01T19:49:23.702Z Compiling zerocopy-derive v0.7.35
15792026-05-01T19:49:23.738Z Compiling curve25519-dalek v4.1.3
15802026-05-01T19:49:23.769Z Compiling vergen-lib v0.1.6
15812026-05-01T19:49:23.951Z Compiling num-integer v0.1.46
15822026-05-01T19:49:24.055Z Compiling hash32 v0.2.1
15832026-05-01T19:49:24.079Z Compiling ff v0.13.1
15842026-05-01T19:49:24.137Z Compiling memoffset v0.9.1
15852026-05-01T19:49:24.220Z Compiling iri-string v0.7.10
15862026-05-01T19:49:24.248Z Compiling ryu v1.0.23
15872026-05-01T19:49:24.282Z Compiling cfg_aliases v0.2.1
15882026-05-01T19:49:24.330Z Compiling base16ct v0.2.0
15892026-05-01T19:49:24.357Z Compiling ref-cast v1.0.25
15902026-05-01T19:49:24.436Z Compiling smoltcp v0.9.1
15912026-05-01T19:49:24.515Z Compiling num-bigint-dig v0.8.6
15922026-05-01T19:49:24.571Z Compiling zlib-rs v0.6.2
15932026-05-01T19:49:24.727Z Compiling psl-types v2.0.11
15942026-05-01T19:49:24.762Z Compiling fallible-iterator v0.2.0
15952026-05-01T19:49:24.809Z Compiling litrs v1.0.0
15962026-05-01T19:49:24.896Z Compiling rustix v0.38.44
15972026-05-01T19:49:25.077Z Compiling postgres-protocol v0.6.10
15982026-05-01T19:49:25.301Z Compiling publicsuffix v2.3.0
15992026-05-01T19:49:25.319Z Compiling document-features v0.2.12
16002026-05-01T19:49:25.470Z Compiling tower-http v0.6.8
16012026-05-01T19:49:25.740Z Compiling zerocopy v0.7.35
16022026-05-01T19:49:25.814Z Compiling sec1 v0.7.3
16032026-05-01T19:49:25.877Z Compiling serde_urlencoded v0.7.1
16042026-05-01T19:49:25.910Z Compiling nix v0.31.2
16052026-05-01T19:49:26.190Z Compiling group v0.13.0
16062026-05-01T19:49:26.276Z Compiling num-iter v0.1.45
16072026-05-01T19:49:26.291Z Compiling darling v0.21.3
16082026-05-01T19:49:26.381Z Compiling newtype-uuid v1.3.2
16092026-05-01T19:49:26.442Z Compiling rand v0.8.5
16102026-05-01T19:49:26.598Z Compiling derive_builder v0.20.2
16112026-05-01T19:49:26.706Z Compiling oxnet v0.1.4
16122026-05-01T19:49:26.729Z Compiling tokio-native-tls v0.3.1
16132026-05-01T19:49:26.744Z Compiling hubpack_derive v0.1.1
16142026-05-01T19:49:26.802Z Compiling goblin v0.8.2
16152026-05-01T19:49:27.438Z Compiling regex v1.12.3
16162026-05-01T19:49:27.561Z Compiling flate2 v1.1.9
16172026-05-01T19:49:27.717Z Compiling phf_shared v0.13.1
16182026-05-01T19:49:27.721Z Compiling lazy_static v1.5.0
16192026-05-01T19:49:27.825Z Compiling cargo-platform v0.1.9
16202026-05-01T19:49:27.840Z Compiling hkdf v0.12.4
16212026-05-01T19:49:27.873Z Compiling crypto-bigint v0.5.5
16222026-05-01T19:49:27.958Z Compiling terminal_size v0.4.3
16232026-05-01T19:49:27.975Z Compiling curve25519-dalek-derive v0.1.1
16242026-05-01T19:49:28.009Z Compiling ref-cast-impl v1.0.25
16252026-05-01T19:49:28.080Z Compiling strum_macros v0.27.2
16262026-05-01T19:49:28.100Z Compiling daft-derive v0.1.5
16272026-05-01T19:49:28.553Z Compiling async-trait v0.1.89
16282026-05-01T19:49:28.620Z Compiling vergen v9.0.6
16292026-05-01T19:49:28.810Z Compiling fs-err v3.3.0
16302026-05-01T19:49:28.891Z Compiling ahash v0.8.12
16312026-05-01T19:49:29.004Z Compiling object v0.37.3
16322026-05-01T19:49:29.031Z Compiling bitflags v1.3.2
16332026-05-01T19:49:29.112Z Compiling unicode-segmentation v1.12.0
16342026-05-01T19:49:29.277Z Compiling bumpalo v3.20.2
16352026-05-01T19:49:29.530Z Compiling managed v0.8.0
16362026-05-01T19:49:29.547Z Compiling winnow v0.5.40
16372026-05-01T19:49:29.642Z Compiling foldhash v0.2.0
16382026-05-01T19:49:29.752Z Compiling libbz2-rs-sys v0.2.2
16392026-05-01T19:49:29.871Z Compiling foldhash v0.1.5
16402026-05-01T19:49:30.030Z Compiling hashbrown v0.15.5
16412026-05-01T19:49:30.051Z Compiling clap_builder v4.5.60
16422026-05-01T19:49:30.107Z Compiling strum v0.27.2
16432026-05-01T19:49:30.247Z Compiling bzip2 v0.6.1
16442026-05-01T19:49:30.321Z Compiling hashbrown v0.16.1
16452026-05-01T19:49:30.471Z Compiling zopfli v0.8.3
16462026-05-01T19:49:30.701Z Compiling dof v0.3.0
16472026-05-01T19:49:30.930Z Compiling toml_edit v0.19.15
16482026-05-01T19:49:31.135Z Compiling daft v0.1.5
16492026-05-01T19:49:31.151Z Compiling elliptic-curve v0.13.8
16502026-05-01T19:49:31.425Z Compiling cargo_metadata v0.19.2
16512026-05-01T19:49:31.519Z Compiling phf v0.13.1
16522026-05-01T19:49:31.680Z Compiling signal-hook-mio v0.2.5
16532026-05-01T19:49:31.800Z Compiling cookie_store v0.22.1
16542026-05-01T19:49:32.772Z Compiling hubpack v0.1.2
16552026-05-01T19:49:32.834Z Compiling zstd v0.13.3
16562026-05-01T19:49:32.855Z Compiling bzip2 v0.4.4
16572026-05-01T19:49:32.989Z Compiling hyper-tls v0.6.0
16582026-05-01T19:49:33.059Z Compiling serde_with_macros v3.17.0
16592026-05-01T19:49:33.106Z Compiling postgres-types v0.2.12
16602026-05-01T19:49:33.217Z Compiling usdt-attr-macro v0.6.0
16612026-05-01T19:49:33.617Z Compiling usdt-macro v0.6.0
16622026-05-01T19:49:33.666Z Compiling dtrace-parser v0.2.0
16632026-05-01T19:49:34.024Z Compiling ed25519 v2.2.3
16642026-05-01T19:49:34.198Z Compiling bstr v1.12.1
16652026-05-01T19:49:34.286Z Compiling phf_shared v0.11.3
16662026-05-01T19:49:34.286Z Compiling pkcs1 v0.7.5
16672026-05-01T19:49:34.326Z Compiling serde-big-array v0.5.1
16682026-05-01T19:49:34.421Z Compiling hex v0.4.3
16692026-05-01T19:49:34.467Z Compiling rfc6979 v0.4.0
16702026-05-01T19:49:34.479Z Compiling enum-as-inner v0.6.1
16712026-05-01T19:49:34.627Z Compiling serde_repr v0.1.20
16722026-05-01T19:49:34.697Z Compiling clap_derive v4.5.55
16732026-05-01T19:49:34.729Z Compiling strum_macros v0.26.4
16742026-05-01T19:49:34.897Z Compiling float-cmp v0.10.0
16752026-05-01T19:49:34.948Z Compiling memmap2 v0.9.10
16762026-05-01T19:49:34.983Z Compiling thread-id v4.2.2
16772026-05-01T19:49:35.041Z Compiling env_filter v1.0.0
16782026-05-01T19:49:35.071Z Compiling encoding_rs v0.8.35
16792026-05-01T19:49:35.163Z Compiling difflib v0.4.0
16802026-05-01T19:49:35.184Z Compiling static_assertions v1.1.0
16812026-05-01T19:49:35.253Z Compiling either v1.15.0
16822026-05-01T19:49:35.357Z Compiling jiff v0.2.21
16832026-05-01T19:49:35.469Z Compiling whoami v2.1.0
16842026-05-01T19:49:35.756Z Compiling normalize-line-endings v0.3.0
16852026-05-01T19:49:35.883Z Compiling fixedbitset v0.4.2
16862026-05-01T19:49:35.889Z Compiling rustc-hash v2.1.1
16872026-05-01T19:49:36.006Z Compiling data-encoding v2.10.0
16882026-05-01T19:49:36.087Z Compiling fixedbitset v0.5.7
16892026-05-01T19:49:36.399Z Compiling new_debug_unreachable v1.0.6
16902026-05-01T19:49:36.477Z Compiling precomputed-hash v0.1.1
16912026-05-01T19:49:36.518Z Compiling keccak v0.1.6
16922026-05-01T19:49:36.535Z Compiling mime v0.3.17
16932026-05-01T19:49:36.568Z Compiling predicates-core v1.0.10
16942026-05-01T19:49:36.640Z Compiling string_cache v0.8.9
16952026-05-01T19:49:36.725Z Compiling predicates v3.1.4
16962026-05-01T19:49:36.757Z Compiling sha3 v0.10.8
16972026-05-01T19:49:36.791Z Compiling strum v0.26.3
16982026-05-01T19:49:36.874Z Compiling clap v4.5.60
16992026-05-01T19:49:36.927Z Compiling toml_edit v0.22.27
17002026-05-01T19:49:36.963Z Compiling petgraph v0.8.3
17012026-05-01T19:49:37.214Z Compiling hickory-proto v0.25.2
17022026-05-01T19:49:37.242Z Compiling petgraph v0.6.5
17032026-05-01T19:49:37.349Z Compiling iddqd v0.3.18
17042026-05-01T19:49:37.373Z Compiling tokio-postgres v0.7.16
17052026-05-01T19:49:38.484Z Compiling zip v4.6.1
17062026-05-01T19:49:38.726Z Compiling itertools v0.13.0
17072026-05-01T19:49:38.902Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17082026-05-01T19:49:39.447Z Compiling env_logger v0.11.9
17092026-05-01T19:49:39.599Z Compiling usdt v0.6.0
17102026-05-01T19:49:39.647Z Compiling usdt-impl v0.5.0
17112026-05-01T19:49:39.706Z Compiling similar v2.7.0
17122026-05-01T19:49:39.860Z Compiling serde_with v3.17.0
17132026-05-01T19:49:39.880Z Compiling ecdsa v0.16.9
17142026-05-01T19:49:40.014Z Compiling rsa v0.9.10
17152026-05-01T19:49:40.245Z Compiling ed25519-dalek v2.2.0
17162026-05-01T19:49:40.275Z Compiling crossterm v0.28.1
17172026-05-01T19:49:40.918Z Compiling zip v0.6.6
17182026-05-01T19:49:41.577Z Compiling toml v0.7.8
17192026-05-01T19:49:41.976Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-05-01T19:49:42.001Z Compiling heck v0.4.1
17212026-05-01T19:49:42.037Z Compiling crossbeam-epoch v0.9.18
17222026-05-01T19:49:42.082Z Compiling tokio-stream v0.1.18
17232026-05-01T19:49:42.200Z Compiling buf-list v1.1.2
17242026-05-01T19:49:42.234Z Compiling x509-cert v0.2.5
17252026-05-01T19:49:42.373Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-05-01T19:49:42.487Z Compiling openapiv3 v2.2.0
17272026-05-01T19:49:42.572Z Compiling sha1 v0.10.6
17282026-05-01T19:49:42.648Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-05-01T19:49:42.698Z Compiling lalrpop-util v0.19.12
17302026-05-01T19:49:42.804Z Compiling peg-runtime v0.8.5
17312026-05-01T19:49:42.891Z Compiling thread_local v1.1.9
17322026-05-01T19:49:42.935Z Compiling slog-async v2.8.0
17332026-05-01T19:49:43.111Z Compiling crossbeam-channel v0.5.15
17342026-05-01T19:49:43.153Z Compiling futures-executor v0.3.32
17352026-05-01T19:49:43.267Z Compiling is-terminal v0.4.17
17362026-05-01T19:49:43.374Z Compiling filetime v0.2.27
17372026-05-01T19:49:43.420Z Compiling take_mut v0.2.2
17382026-05-01T19:49:43.420Z Compiling xattr v1.6.1
17392026-05-01T19:49:43.551Z Compiling term v1.2.1
17402026-05-01T19:49:43.566Z Compiling tar v0.4.45
17412026-05-01T19:49:43.609Z Compiling futures v0.3.32
17422026-05-01T19:49:43.901Z Compiling slog-term v2.9.2
17432026-05-01T19:49:50.321Z Compiling rustls-webpki v0.103.9
17442026-05-01T19:49:53.153Z Compiling tokio-rustls v0.26.4
17452026-05-01T19:49:53.153Z Compiling rustls-platform-verifier v0.6.2
17462026-05-01T19:49:53.353Z Compiling hyper-rustls v0.27.7
17472026-05-01T19:49:53.558Z Compiling reqwest v0.13.2
17482026-05-01T19:49:53.558Z Compiling reqwest v0.12.28
17492026-05-01T19:49:55.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-05-01T19:49:55.941Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-05-01T19:49:58.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-05-01T19:49:58.976Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-05-01T19:49:59.033ZMay 01 19:49:57.597 INFO Starting download, target: Console
17542026-05-01T19:49:59.033ZMay 01 19:49:57.598 INFO Starting download, target: Cockroach
17552026-05-01T19:49:59.033ZMay 01 19:49:57.598 INFO Starting download, target: Clickhouse
17562026-05-01T19:49:59.033ZMay 01 19:49:57.598 INFO Starting download, target: DendriteStub
17572026-05-01T19:49:59.033ZMay 01 19:49:57.598 INFO Starting download, target: MaghemiteMgd
17582026-05-01T19:49:59.036ZMay 01 19:49:57.598 INFO Starting download, target: TransceiverControl
17592026-05-01T19:49:59.036ZMay 01 19:49:57.598 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-05-01T19:49:59.036ZMay 01 19:49:57.598 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-05-01T19:49:59.036ZMay 01 19:49:57.598 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-05-01T19:49:59.036ZMay 01 19:49:57.598 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-05-01T19:49:59.036ZMay 01 19:49:57.598 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-05-01T19:49:59.036ZMay 01 19:49:57.598 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-01T19:49:59.363ZMay 01 19:49:57.926 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-05-01T19:49:59.592ZMay 01 19:49:58.156 INFO Download complete, target: TransceiverControl
17672026-05-01T19:49:59.982ZMay 01 19:49:58.543 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-05-01T19:50:00.219ZMay 01 19:49:58.781 INFO Download complete, target: Console
17692026-05-01T19:50:00.442ZMay 01 19:49:59.005 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-05-01T19:50:00.841ZMay 01 19:49:59.404 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-05-01T19:50:00.875ZMay 01 19:49:59.439 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-05-01T19:50:01.304ZMay 01 19:49:59.860 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-05-01T19:50:01.305ZMay 01 19:49:59.860 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-05-01T19:50:02.935ZMay 01 19:50:01.421 INFO Download complete, target: DendriteStub
17752026-05-01T19:50:03.217ZMay 01 19:50:01.782 INFO Download complete, target: MaghemiteMgd
17762026-05-01T19:50:05.946ZMay 01 19:50:04.506 INFO Checking that binary works, target: Cockroach
17772026-05-01T19:50:06.039ZMay 01 19:50:04.604 INFO Download complete, target: Cockroach
17782026-05-01T19:50:07.658ZMay 01 19:50:06.223 INFO Checking that binary works, target: Clickhouse
17792026-05-01T19:50:07.790ZMay 01 19:50:06.354 INFO Download complete, target: Clickhouse
17802026-05-01T19:50:07.806ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-05-01T19:50:07.810Z
17822026-05-01T19:50:07.810Zreal 3:05.554073283
17832026-05-01T19:50:07.810Zuser 7:24.152076253
17842026-05-01T19:50:07.810Zsys 1:25.989669959
17852026-05-01T19:50:07.810Ztrap 0.223877554
17862026-05-01T19:50:07.811Ztflt 0.593236321
17872026-05-01T19:50:07.811Zdflt 0.562989251
17882026-05-01T19:50:07.811Zkflt 0.025458320
17892026-05-01T19:50:07.811Zlock 21:35.963337113
17902026-05-01T19:50:07.811Zslp 21:50.597535533
17912026-05-01T19:50:07.811Zlat 43.103519739
17922026-05-01T19:50:07.811Zstop 2:08.234694513
17932026-05-01T19:50:07.811Z+ banner hack-check
17942026-05-01T19:50:07.811Z
17952026-05-01T19:50:07.811Z # # ## #### # # #### # # ###### #### # #
17962026-05-01T19:50:07.811Z # # # # # # # # # # # # # # # # #
17972026-05-01T19:50:07.811Z ###### # # # #### ##### # ###### ##### # ####
17982026-05-01T19:50:07.811Z # # ###### # # # # # # # # # #
17992026-05-01T19:50:07.811Z # # # # # # # # # # # # # # # # #
18002026-05-01T19:50:07.811Z # # # # #### # # #### # # ###### #### # #
18012026-05-01T19:50:07.811Z
18022026-05-01T19:50:07.811Z+ export CARGO_INCREMENTAL=0
18032026-05-01T19:50:07.812Z+ CARGO_INCREMENTAL=0
18042026-05-01T19:50:07.812Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-05-01T19:50:08.337Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-05-01T19:50:08.561Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-05-01T19:50:10.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18082026-05-01T19:50:10.529Z Running `target/debug/xtask check-features --ci`
18092026-05-01T19:50:10.556Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-05-01T19:50:10.559Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-05-01T19:50:11.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-01T19:50:11.077Z Running `target/debug/xtask download cargo-hack`
18132026-05-01T19:50:11.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-05-01T19:50:12.189Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-05-01T19:50:14.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
18162026-05-01T19:50:14.836Z Running `target/debug/xtask-downloader cargo-hack`
18172026-05-01T19:50:14.880ZMay 01 19:50:13.444 INFO Starting download, target: CargoHack
18182026-05-01T19:50:14.883ZMay 01 19:50:13.444 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-05-01T19:50:15.145ZMay 01 19:50:13.709 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-05-01T19:50:15.195ZMay 01 19:50:13.758 INFO Download complete, target: CargoHack
18212026-05-01T19:50:15.198Zrunning: "/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"
18222026-05-01T19:50:15.210Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-05-01T19:50:15.363Zinfo: running `cargo check --bins` on api_identity (1/273)
18242026-05-01T19:50:15.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-01T19:50:15.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-01T19:50:15.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-01T19:50:15.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-05-01T19:50:15.962Z
18292026-05-01T19:50:15.962Zinfo: running `cargo check --bins` on bootstore (2/273)
18302026-05-01T19:50:16.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-01T19:50:16.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-01T19:50:16.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-01T19:50:16.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-01T19:50:16.541Z
18352026-05-01T19:50:16.542Zinfo: running `cargo check --bins` on omicron-ledger (3/273)
18362026-05-01T19:50:17.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-01T19:50:17.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-01T19:50:17.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-01T19:50:17.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-05-01T19:50:17.120Z
18412026-05-01T19:50:17.120Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/273)
18422026-05-01T19:50:17.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-01T19:50:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-01T19:50:17.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-01T19:50:17.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-05-01T19:50:17.708Z
18472026-05-01T19:50:17.708Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/273)
18482026-05-01T19:50:18.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-01T19:50:18.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-01T19:50:18.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-01T19:50:18.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-05-01T19:50:18.289Z
18532026-05-01T19:50:18.289Zinfo: running `cargo check --bins` on omicron-certificates (6/273)
18542026-05-01T19:50:18.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-01T19:50:18.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-01T19:50:18.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-01T19:50:18.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18582026-05-01T19:50:18.893Z
18592026-05-01T19:50:18.893Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/273)
18602026-05-01T19:50:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-01T19:50:19.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-01T19:50:19.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-01T19:50:19.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18642026-05-01T19:50:19.486Z
18652026-05-01T19:50:19.486Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/273)
18662026-05-01T19:50:19.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-01T19:50:19.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-01T19:50:19.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-01T19:50:20.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18702026-05-01T19:50:20.090Z
18712026-05-01T19:50:20.090Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/273)
18722026-05-01T19:50:20.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-01T19:50:20.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-01T19:50:20.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-01T19:50:20.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-01T19:50:20.575Z
18772026-05-01T19:50:20.575Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/273)
18782026-05-01T19:50:20.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-01T19:50:20.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-01T19:50:20.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-01T19:50:20.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-05-01T19:50:21.058Z
18832026-05-01T19:50:21.058Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/273)
18842026-05-01T19:50:21.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-01T19:50:21.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-01T19:50:21.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-01T19:50:21.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-01T19:50:21.537Z
18892026-05-01T19:50:21.537Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/273)
18902026-05-01T19:50:21.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-01T19:50:21.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-01T19:50:21.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-01T19:50:21.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-01T19:50:22.020Z
18952026-05-01T19:50:22.020Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/273)
18962026-05-01T19:50:22.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-01T19:50:22.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-01T19:50:22.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-01T19:50:22.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19002026-05-01T19:50:22.507Z
19012026-05-01T19:50:22.507Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/273)
19022026-05-01T19:50:22.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-01T19:50:22.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-01T19:50:22.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-01T19:50:22.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-01T19:50:22.990Z
19072026-05-01T19:50:22.990Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/273)
19082026-05-01T19:50:23.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-01T19:50:23.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-01T19:50:23.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-01T19:50:23.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-01T19:50:23.470Z
19132026-05-01T19:50:23.470Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/273)
19142026-05-01T19:50:23.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-01T19:50:23.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-01T19:50:23.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-01T19:50:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-05-01T19:50:23.945Z
19192026-05-01T19:50:23.945Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/273)
19202026-05-01T19:50:24.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-01T19:50:24.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-01T19:50:24.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-01T19:50:24.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-01T19:50:24.423Z
19252026-05-01T19:50:24.423Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/273)
19262026-05-01T19:50:24.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-01T19:50:24.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-01T19:50:24.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-01T19:50:24.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-01T19:50:24.900Z
19312026-05-01T19:50:24.900Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/273)
19322026-05-01T19:50:25.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-01T19:50:25.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-01T19:50:25.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-01T19:50:25.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-01T19:50:25.376Z
19372026-05-01T19:50:25.376Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/273)
19382026-05-01T19:50:25.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-01T19:50:25.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-01T19:50:25.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-01T19:50:25.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-01T19:50:25.853Z
19432026-05-01T19:50:25.853Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/273)
19442026-05-01T19:50:26.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-01T19:50:26.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-01T19:50:26.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-01T19:50:26.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-01T19:50:26.331Z
19492026-05-01T19:50:26.331Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/273)
19502026-05-01T19:50:26.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-01T19:50:26.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-01T19:50:26.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-01T19:50:26.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-05-01T19:50:26.807Z
19552026-05-01T19:50:26.807Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/273)
19562026-05-01T19:50:27.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-01T19:50:27.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-01T19:50:27.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-01T19:50:27.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-01T19:50:27.287Z
19612026-05-01T19:50:27.288Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/273)
19622026-05-01T19:50:27.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-01T19:50:27.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-01T19:50:27.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-01T19:50:27.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-01T19:50:27.769Z
19672026-05-01T19:50:27.769Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/273)
19682026-05-01T19:50:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-01T19:50:28.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-01T19:50:28.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-01T19:50:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-05-01T19:50:28.254Z
19732026-05-01T19:50:28.254Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/273)
19742026-05-01T19:50:28.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-01T19:50:28.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-01T19:50:28.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-01T19:50:28.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-05-01T19:50:28.739Z
19792026-05-01T19:50:28.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/273)
19802026-05-01T19:50:29.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-01T19:50:29.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-01T19:50:29.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-01T19:50:29.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19842026-05-01T19:50:29.225Z
19852026-05-01T19:50:29.225Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/273)
19862026-05-01T19:50:29.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-01T19:50:29.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-01T19:50:29.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-01T19:50:29.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-01T19:50:29.709Z
19912026-05-01T19:50:29.709Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/273)
19922026-05-01T19:50:30.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-01T19:50:30.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-01T19:50:30.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-01T19:50:30.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-05-01T19:50:30.193Z
19972026-05-01T19:50:30.193Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/273)
19982026-05-01T19:50:30.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-01T19:50:30.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-01T19:50:30.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-01T19:50:30.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20022026-05-01T19:50:30.681Z
20032026-05-01T19:50:30.681Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/273)
20042026-05-01T19:50:31.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-01T19:50:31.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-01T19:50:31.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-01T19:50:31.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-05-01T19:50:31.165Z
20092026-05-01T19:50:31.166Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/273)
20102026-05-01T19:50:31.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-01T19:50:31.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-01T19:50:31.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-01T19:50:31.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-05-01T19:50:31.652Z
20152026-05-01T19:50:31.653Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/273)
20162026-05-01T19:50:32.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-01T19:50:32.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-01T19:50:32.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-01T19:50:32.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-05-01T19:50:32.120Z
20212026-05-01T19:50:32.120Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/273)
20222026-05-01T19:50:32.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-01T19:50:32.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-01T19:50:32.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-01T19:50:32.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-05-01T19:50:32.597Z
20272026-05-01T19:50:32.597Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/273)
20282026-05-01T19:50:33.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-01T19:50:33.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-01T19:50:33.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-01T19:50:33.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-05-01T19:50:33.073Z
20332026-05-01T19:50:33.073Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/273)
20342026-05-01T19:50:33.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-01T19:50:33.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-01T19:50:33.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-01T19:50:33.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-05-01T19:50:33.549Z
20392026-05-01T19:50:33.549Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/273)
20402026-05-01T19:50:33.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-01T19:50:33.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-01T19:50:33.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-01T19:50:33.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-01T19:50:34.026Z
20452026-05-01T19:50:34.026Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/273)
20462026-05-01T19:50:34.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-01T19:50:34.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-01T19:50:34.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-01T19:50:34.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-01T19:50:34.505Z
20512026-05-01T19:50:34.505Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/273)
20522026-05-01T19:50:34.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-01T19:50:34.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-01T19:50:34.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-01T19:50:34.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-01T19:50:34.978Z
20572026-05-01T19:50:34.978Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/273)
20582026-05-01T19:50:35.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-01T19:50:35.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-01T19:50:35.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-01T19:50:35.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20622026-05-01T19:50:35.465Z
20632026-05-01T19:50:35.465Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/273)
20642026-05-01T19:50:35.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-01T19:50:35.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-01T19:50:35.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-01T19:50:35.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-01T19:50:35.944Z
20692026-05-01T19:50:35.944Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/273)
20702026-05-01T19:50:36.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-01T19:50:36.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-01T19:50:36.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-01T19:50:36.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-05-01T19:50:36.422Z
20752026-05-01T19:50:36.422Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/273)
20762026-05-01T19:50:36.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-01T19:50:36.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-01T19:50:36.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-01T19:50:36.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-01T19:50:36.902Z
20812026-05-01T19:50:36.902Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/273)
20822026-05-01T19:50:37.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-01T19:50:37.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-01T19:50:37.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-01T19:50:37.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-05-01T19:50:37.380Z
20872026-05-01T19:50:37.380Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/273)
20882026-05-01T19:50:37.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-01T19:50:37.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-01T19:50:37.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-01T19:50:37.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20922026-05-01T19:50:37.859Z
20932026-05-01T19:50:37.859Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/273)
20942026-05-01T19:50:38.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-01T19:50:38.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-01T19:50:38.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-01T19:50:38.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20982026-05-01T19:50:38.344Z
20992026-05-01T19:50:38.344Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/273)
21002026-05-01T19:50:38.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-01T19:50:38.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-01T19:50:38.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-01T19:50:38.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21042026-05-01T19:50:38.826Z
21052026-05-01T19:50:38.826Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/273)
21062026-05-01T19:50:39.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-01T19:50:39.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-01T19:50:39.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-01T19:50:39.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21102026-05-01T19:50:39.303Z
21112026-05-01T19:50:39.303Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/273)
21122026-05-01T19:50:39.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-01T19:50:39.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-01T19:50:39.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-01T19:50:39.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21162026-05-01T19:50:39.954Z
21172026-05-01T19:50:39.954Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/273)
21182026-05-01T19:50:40.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-01T19:50:40.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-01T19:50:40.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-01T19:50:40.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21222026-05-01T19:50:40.607Z
21232026-05-01T19:50:40.607Zinfo: running `cargo check --bins` on nexus-config (51/273)
21242026-05-01T19:50:41.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-01T19:50:41.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-01T19:50:41.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-01T19:50:41.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21282026-05-01T19:50:41.257Z
21292026-05-01T19:50:41.257Zinfo: running `cargo check --bins` on nexus-types (52/273)
21302026-05-01T19:50:41.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-01T19:50:41.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-01T19:50:41.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-01T19:50:41.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21342026-05-01T19:50:41.916Z
21352026-05-01T19:50:41.916Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/273)
21362026-05-01T19:50:42.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-01T19:50:42.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-01T19:50:42.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-01T19:50:42.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21402026-05-01T19:50:42.534Z
21412026-05-01T19:50:42.534Zinfo: running `cargo check --bins` on omicron-passwords (54/273)
21422026-05-01T19:50:43.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-01T19:50:43.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-01T19:50:43.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-01T19:50:43.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-05-01T19:50:43.127Z
21472026-05-01T19:50:43.127Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/273)
21482026-05-01T19:50:43.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-01T19:50:43.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-01T19:50:43.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-01T19:50:43.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21522026-05-01T19:50:43.747Z
21532026-05-01T19:50:43.747Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/273)
21542026-05-01T19:50:44.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-01T19:50:44.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-01T19:50:44.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-01T19:50:44.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21582026-05-01T19:50:44.363Z
21592026-05-01T19:50:44.363Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/273)
21602026-05-01T19:50:44.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-01T19:50:44.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-01T19:50:44.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-01T19:50:44.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21642026-05-01T19:50:44.980Z
21652026-05-01T19:50:44.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/273)
21662026-05-01T19:50:45.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-01T19:50:45.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-01T19:50:45.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-01T19:50:45.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21702026-05-01T19:50:45.602Z
21712026-05-01T19:50:45.602Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/273)
21722026-05-01T19:50:46.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-01T19:50:46.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-01T19:50:46.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-01T19:50:46.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21762026-05-01T19:50:46.201Z
21772026-05-01T19:50:46.201Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/273)
21782026-05-01T19:50:46.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-01T19:50:46.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-01T19:50:46.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-01T19:50:46.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-05-01T19:50:46.801Z
21832026-05-01T19:50:46.801Zinfo: running `cargo check --bins --no-default-features` on gfss (61/273)
21842026-05-01T19:50:47.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-01T19:50:47.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-01T19:50:47.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-01T19:50:47.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-01T19:50:47.401Z
21892026-05-01T19:50:47.401Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/273)
21902026-05-01T19:50:47.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-01T19:50:47.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-01T19:50:47.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-01T19:50:47.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21942026-05-01T19:50:48.006Z
21952026-05-01T19:50:48.006Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/273)
21962026-05-01T19:50:48.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-01T19:50:48.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-01T19:50:48.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-01T19:50:48.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22002026-05-01T19:50:48.624Z
22012026-05-01T19:50:48.624Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/273)
22022026-05-01T19:50:49.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-01T19:50:49.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-01T19:50:49.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-01T19:50:49.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22062026-05-01T19:50:49.239Z
22072026-05-01T19:50:49.239Zinfo: running `cargo check --bins` on cockroach-admin-types (65/273)
22082026-05-01T19:50:49.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-01T19:50:49.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-01T19:50:49.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-01T19:50:49.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-05-01T19:50:49.836Z
22132026-05-01T19:50:49.836Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/273)
22142026-05-01T19:50:50.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-01T19:50:50.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-01T19:50:50.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-01T19:50:50.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-05-01T19:50:50.437Z
22192026-05-01T19:50:50.437Zinfo: running `cargo check --bins` on ereport-types (67/273)
22202026-05-01T19:50:50.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-01T19:50:50.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-01T19:50:50.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-01T19:50:50.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-01T19:50:51.044Z
22252026-05-01T19:50:51.044Zinfo: running `cargo check --bins` on gateway-client (68/273)
22262026-05-01T19:50:51.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-01T19:50:51.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-01T19:50:51.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-01T19:50:51.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-05-01T19:50:51.643Z
22312026-05-01T19:50:51.643Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/273)
22322026-05-01T19:50:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-01T19:50:52.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-01T19:50:52.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-01T19:50:52.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22362026-05-01T19:50:52.238Z
22372026-05-01T19:50:52.238Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/273)
22382026-05-01T19:50:52.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-01T19:50:52.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-01T19:50:52.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-01T19:50:52.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-05-01T19:50:52.839Z
22432026-05-01T19:50:52.839Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/273)
22442026-05-01T19:50:53.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-01T19:50:53.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-01T19:50:53.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-01T19:50:53.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-05-01T19:50:53.441Z
22492026-05-01T19:50:53.441Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/273)
22502026-05-01T19:50:53.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-01T19:50:53.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-01T19:50:53.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-05-01T19:50:53.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22542026-05-01T19:50:54.044Z
22552026-05-01T19:50:54.044Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/273)
22562026-05-01T19:50:54.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-05-01T19:50:54.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-05-01T19:50:54.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-05-01T19:50:54.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22602026-05-01T19:50:54.669Z
22612026-05-01T19:50:54.669Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/273)
22622026-05-01T19:50:55.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-05-01T19:50:55.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-05-01T19:50:55.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-05-01T19:50:55.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22662026-05-01T19:50:55.300Z
22672026-05-01T19:50:55.300Zinfo: running `cargo check --bins` on key-manager-types (75/273)
22682026-05-01T19:50:55.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-05-01T19:50:55.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-05-01T19:50:55.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-05-01T19:50:55.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22722026-05-01T19:50:55.894Z
22732026-05-01T19:50:55.894Zinfo: running `cargo check --bins` on oxlog (76/273)
22742026-05-01T19:50:56.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-05-01T19:50:56.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-05-01T19:50:56.517Z Checking cfg-if v1.0.4
22772026-05-01T19:50:56.520Z Checking libc v0.2.185
22782026-05-01T19:50:56.520Z Checking serde_core v1.0.228
22792026-05-01T19:50:56.638Z Checking zeroize v1.8.2
22802026-05-01T19:50:56.647Z Checking memchr v2.8.0
22812026-05-01T19:50:56.656Z Checking log v0.4.29
22822026-05-01T19:50:56.658Z Checking smallvec v1.15.1
22832026-05-01T19:50:56.675Z Checking typenum v1.19.0
22842026-05-01T19:50:56.685Z Checking subtle v2.6.1
22852026-05-01T19:50:56.788Z Checking itoa v1.0.17
22862026-05-01T19:50:56.819Z Checking scopeguard v1.2.0
22872026-05-01T19:50:56.836Z Checking const-oid v0.9.6
22882026-05-01T19:50:56.848Z Checking stable_deref_trait v1.2.1
22892026-05-01T19:50:56.918Z Checking lock_api v0.4.14
22902026-05-01T19:50:56.932Z Checking portable-atomic v1.13.1
22912026-05-01T19:50:56.932Z Checking zerofrom v0.1.6
22922026-05-01T19:50:57.022Z Checking critical-section v1.2.0
22932026-05-01T19:50:57.035Z Checking getrandom v0.2.17
22942026-05-01T19:50:57.055Z Checking errno v0.3.14
22952026-05-01T19:50:57.119Z Checking yoke v0.8.1
22962026-05-01T19:50:57.133Z Checking parking_lot_core v0.9.12
22972026-05-01T19:50:57.173Z Checking signal-hook-registry v1.4.8
22982026-05-01T19:50:57.185Z Checking rand_core v0.6.4
22992026-05-01T19:50:57.199Z Checking generic-array v0.14.7
23002026-05-01T19:50:57.286Z Checking zerovec v0.11.5
23012026-05-01T19:50:57.319Z Checking zerocopy v0.8.40
23022026-05-01T19:50:57.333Z Checking pin-project-lite v0.2.17
23032026-05-01T19:50:57.344Z Checking once_cell v1.21.3
23042026-05-01T19:50:57.357Z Checking parking_lot v0.12.5
23052026-05-01T19:50:57.424Z Checking mio v1.2.0
23062026-05-01T19:50:57.518Z Checking socket2 v0.6.3
23072026-05-01T19:50:57.522Z Checking libm v0.2.16
23082026-05-01T19:50:57.544Z Checking zmij v1.0.21
23092026-05-01T19:50:57.654Z Checking crypto-common v0.1.7
23102026-05-01T19:50:57.705Z Checking block-buffer v0.10.4
23112026-05-01T19:50:57.731Z Checking tinystr v0.8.2
23122026-05-01T19:50:57.753Z Checking futures-core v0.3.32
23132026-05-01T19:50:57.765Z Checking percent-encoding v2.3.2
23142026-05-01T19:50:57.778Z Checking litemap v0.8.1
23152026-05-01T19:50:57.847Z Checking digest v0.10.7
23162026-05-01T19:50:57.873Z Checking writeable v0.6.2
23172026-05-01T19:50:57.906Z Checking equivalent v1.0.2
23182026-05-01T19:50:57.910Z Checking potential_utf v0.1.4
23192026-05-01T19:50:57.962Z Checking zerotrie v0.2.3
23202026-05-01T19:50:58.021Z Checking cpufeatures v0.2.17
23212026-05-01T19:50:58.035Z Checking icu_locale_core v2.1.1
23222026-05-01T19:50:58.053Z Checking hmac v0.12.1
23232026-05-01T19:50:58.075Z Checking icu_collections v2.1.1
23242026-05-01T19:50:58.092Z Checking block-padding v0.3.3
23252026-05-01T19:50:58.152Z Checking serde v1.0.228
23262026-05-01T19:50:58.186Z Checking bitflags v2.11.0
23272026-05-01T19:50:58.262Z Checking serde_json v1.0.149
23282026-05-01T19:50:58.269Z Checking icu_normalizer_data v2.1.1
23292026-05-01T19:50:58.269Z Checking num-traits v0.2.19
23302026-05-01T19:50:58.298Z Checking icu_properties_data v2.1.2
23312026-05-01T19:50:58.355Z Checking rand_core v0.10.0
23322026-05-01T19:50:58.394Z Checking futures-sink v0.3.32
23332026-05-01T19:50:58.429Z Checking hashbrown v0.17.0
23342026-05-01T19:50:58.493Z Checking getrandom v0.4.1
23352026-05-01T19:50:58.507Z Checking futures-channel v0.3.32
23362026-05-01T19:50:58.563Z Checking bytes v1.11.1
23372026-05-01T19:50:58.604Z Checking icu_provider v2.1.1
23382026-05-01T19:50:58.653Z Checking inout v0.1.4
23392026-05-01T19:50:58.702Z Checking slab v0.4.12
23402026-05-01T19:50:58.791Z Checking futures-task v0.3.32
23412026-05-01T19:50:58.804Z Checking futures-io v0.3.32
23422026-05-01T19:50:58.844Z Checking icu_normalizer v2.1.1
23432026-05-01T19:50:58.864Z Checking icu_properties v2.1.2
23442026-05-01T19:50:58.895Z Checking cipher v0.4.4
23452026-05-01T19:50:58.913Z Checking indexmap v2.14.0
23462026-05-01T19:50:58.913Z Checking sha2 v0.10.9
23472026-05-01T19:50:58.937Z Checking futures-util v0.3.32
23482026-05-01T19:50:59.018Z Checking tokio v1.52.1
23492026-05-01T19:50:59.106Z Checking getrandom v0.3.4
23502026-05-01T19:50:59.155Z Checking byteorder v1.5.0
23512026-05-01T19:50:59.191Z Checking utf8_iter v1.0.4
23522026-05-01T19:50:59.251Z Checking base64ct v1.8.3
23532026-05-01T19:50:59.314Z Checking form_urlencoded v1.2.2
23542026-05-01T19:50:59.360Z Checking flagset v0.4.7
23552026-05-01T19:50:59.447Z Checking fnv v1.0.7
23562026-05-01T19:50:59.486Z Checking pem-rfc7468 v0.7.0
23572026-05-01T19:50:59.499Z Checking rand_core v0.9.5
23582026-05-01T19:50:59.513Z Checking salsa20 v0.10.2
23592026-05-01T19:50:59.540Z Checking http v1.4.0
23602026-05-01T19:50:59.648Z Checking uuid v1.23.0
23612026-05-01T19:50:59.651Z Checking der v0.7.10
23622026-05-01T19:50:59.675Z Checking pbkdf2 v0.12.2
23632026-05-01T19:50:59.691Z Checking idna_adapter v1.2.1
23642026-05-01T19:50:59.787Z Checking scrypt v0.11.0
23652026-05-01T19:50:59.811Z Checking idna v1.1.0
23662026-05-01T19:50:59.937Z Checking cbc v0.1.2
23672026-05-01T19:50:59.976Z Checking aes v0.8.4
23682026-05-01T19:51:00.063Z Checking url v2.5.8
23692026-05-01T19:51:00.066Z Checking rustix v1.1.3
23702026-05-01T19:51:00.125Z Checking tracing-core v0.1.36
23712026-05-01T19:51:00.162Z Checking ppv-lite86 v0.2.21
23722026-05-01T19:51:00.365Z Checking rustls-pki-types v1.14.0
23732026-05-01T19:51:00.410Z Checking spki v0.7.3
23742026-05-01T19:51:00.428Z Checking iana-time-zone v0.1.65
23752026-05-01T19:51:00.457Z Checking rand_chacha v0.9.0
23762026-05-01T19:51:00.501Z Checking regex-syntax v0.8.10
23772026-05-01T19:51:00.538Z Checking chrono v0.4.44
23782026-05-01T19:51:00.569Z Checking pkcs5 v0.7.1
23792026-05-01T19:51:00.657Z Checking tracing v0.1.44
23802026-05-01T19:51:00.671Z Checking rand v0.9.2
23812026-05-01T19:51:00.835Z Checking http-body v1.0.1
23822026-05-01T19:51:00.866Z Checking aws-lc-sys v0.37.1
23832026-05-01T19:51:00.893Z Checking base64 v0.22.1
23842026-05-01T19:51:00.917Z Checking openssl-probe v0.2.1
23852026-05-01T19:51:00.965Z Checking untrusted v0.9.0
23862026-05-01T19:51:01.023Z Checking untrusted v0.7.1
23872026-05-01T19:51:01.076Z Checking ring v0.17.14
23882026-05-01T19:51:01.136Z Checking pkcs8 v0.10.2
23892026-05-01T19:51:01.151Z Checking try-lock v0.2.5
23902026-05-01T19:51:01.151Z Checking atomic-waker v1.1.2
23912026-05-01T19:51:01.251Z Checking plain v0.2.3
23922026-05-01T19:51:01.266Z Checking tower-layer v0.3.3
23932026-05-01T19:51:01.317Z Checking tower-service v0.3.3
23942026-05-01T19:51:01.355Z Checking tinyvec_macros v0.1.1
23952026-05-01T19:51:01.385Z Checking aws-lc-rs v1.16.0
23962026-05-01T19:51:01.408Z Checking want v0.3.1
23972026-05-01T19:51:01.423Z Checking tinyvec v1.10.0
23982026-05-01T19:51:01.435Z Checking ipnet v2.11.0
23992026-05-01T19:51:01.435Z Checking semver v1.0.28
24002026-05-01T19:51:01.530Z Checking httparse v1.10.1
24012026-05-01T19:51:01.655Z Checking spin v0.9.8
24022026-05-01T19:51:01.691Z Checking fastrand v2.3.0
24032026-05-01T19:51:01.725Z Checking httpdate v1.0.3
24042026-05-01T19:51:01.741Z Checking dyn-clone v1.0.20
24052026-05-01T19:51:01.830Z Checking ucd-trie v0.1.7
24062026-05-01T19:51:01.844Z Checking pin-utils v0.1.0
24072026-05-01T19:51:01.844Z Checking foreign-types-shared v0.1.1
24082026-05-01T19:51:01.870Z Checking unicode-ident v1.0.24
24092026-05-01T19:51:01.881Z Checking tempfile v3.25.0
24102026-05-01T19:51:01.918Z Checking schemars v0.8.22
24112026-05-01T19:51:01.930Z Checking foreign-types v0.3.2
24122026-05-01T19:51:02.005Z Checking pest v2.8.6
24132026-05-01T19:51:02.006Z Checking proc-macro2 v1.0.106
24142026-05-01T19:51:02.006Z Checking openssl-sys v0.9.111
24152026-05-01T19:51:02.091Z Checking thiserror v2.0.18
24162026-05-01T19:51:02.094Z Checking wait-timeout v0.2.1
24172026-05-01T19:51:02.185Z Checking aho-corasick v1.1.4
24182026-05-01T19:51:02.220Z Checking siphasher v1.0.2
24192026-05-01T19:51:02.233Z Checking rustls-webpki v0.103.9
24202026-05-01T19:51:02.296Z Checking simd-adler32 v0.3.8
24212026-05-01T19:51:02.311Z Checking tokio-util v0.7.18
24222026-05-01T19:51:02.380Z Checking bit-vec v0.8.0
24232026-05-01T19:51:02.471Z Checking utf8parse v0.2.2
24242026-05-01T19:51:02.504Z Checking anstyle v1.0.13
24252026-05-01T19:51:02.574Z Checking pretty-hex v0.4.1
24262026-05-01T19:51:02.586Z Checking powerfmt v0.2.0
24272026-05-01T19:51:02.600Z Checking quick-error v1.2.3
24282026-05-01T19:51:02.673Z Checking rustls v0.23.37
24292026-05-01T19:51:02.685Z Checking bit-set v0.8.0
24302026-05-01T19:51:02.699Z Checking anstyle-parse v0.2.7
24312026-05-01T19:51:02.703Z Checking rusty-fork v0.3.1
24322026-05-01T19:51:02.736Z Checking deranged v0.5.8
24332026-05-01T19:51:02.831Z Checking openssl v0.10.75
24342026-05-01T19:51:02.849Z Checking quote v1.0.45
24352026-05-01T19:51:02.867Z Checking regex-automata v0.4.14
24362026-05-01T19:51:02.883Z Compiling newtype-uuid v1.3.2
24372026-05-01T19:51:02.930Z Checking h2 v0.4.13
24382026-05-01T19:51:03.021Z Checking unicode-normalization v0.1.25
24392026-05-01T19:51:03.044Z Checking rustls-native-certs v0.8.3
24402026-05-01T19:51:03.067Z Checking crossbeam-utils v0.8.21
24412026-05-01T19:51:03.850Z Checking rand_xorshift v0.4.0
24422026-05-01T19:51:03.868Z Checking crc32fast v1.5.0
24432026-05-01T19:51:03.868Z Checking scroll v0.13.0
24442026-05-01T19:51:03.868Z Checking signature v2.2.0
24452026-05-01T19:51:03.868Z Checking sync_wrapper v1.0.2
24462026-05-01T19:51:03.868Z Checking num_threads v0.1.7
24472026-05-01T19:51:03.868Z Checking unicode-bidi v0.3.18
24482026-05-01T19:51:03.868Z Checking unarray v0.1.4
24492026-05-01T19:51:03.868Z Checking allocator-api2 v0.2.21
24502026-05-01T19:51:03.868Z Checking adler2 v2.0.1
24512026-05-01T19:51:03.868Z Checking anstyle-query v1.1.5
24522026-05-01T19:51:03.868Z Checking time-core v0.1.8
24532026-05-01T19:51:03.868Z Checking colorchoice v1.0.4
24542026-05-01T19:51:03.884Z Checking num-conv v0.2.0
24552026-05-01T19:51:03.947Z Checking unicode-properties v0.1.4
24562026-05-01T19:51:03.949Z Checking is_terminal_polyfill v1.70.2
24572026-05-01T19:51:03.972Z Checking miniz_oxide v0.8.9
24582026-05-01T19:51:03.984Z Checking time v0.3.47
24592026-05-01T19:51:04.046Z Checking anstream v0.6.21
24602026-05-01T19:51:04.139Z Checking stringprep v0.1.5
24612026-05-01T19:51:04.256Z Checking proptest v1.10.0
24622026-05-01T19:51:04.295Z Checking goblin v0.10.5
24632026-05-01T19:51:04.337Z Checking tower v0.5.3
24642026-05-01T19:51:04.726Z Checking crossbeam-epoch v0.9.18
24652026-05-01T19:51:04.763Z Checking syn v2.0.117
24662026-05-01T19:51:04.859Z Checking native-tls v0.2.18
24672026-05-01T19:51:04.954Z Compiling daft v0.1.5
24682026-05-01T19:51:05.041Z Checking ipnetwork v0.21.1
24692026-05-01T19:51:05.085Z Checking tokio-rustls v0.26.4
24702026-05-01T19:51:05.133Z Checking http-body-util v0.1.3
24712026-05-01T19:51:05.236Z Checking webpki-roots v1.0.6
24722026-05-01T19:51:05.257Z Checking rand_chacha v0.3.1
24732026-05-01T19:51:05.317Z Checking scroll v0.12.0
24742026-05-01T19:51:05.353Z Checking thiserror v1.0.69
24752026-05-01T19:51:05.356Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-05-01T19:51:05.453Z Checking hash32 v0.2.1
24772026-05-01T19:51:05.466Z Checking num-integer v0.1.46
24782026-05-01T19:51:05.478Z Checking toml_datetime v0.6.11
24792026-05-01T19:51:05.613Z Checking serde_spanned v0.6.9
24802026-05-01T19:51:05.623Z Checking md-5 v0.10.6
24812026-05-01T19:51:05.661Z Checking ff v0.13.1
24822026-05-01T19:51:05.678Z Checking fallible-iterator v0.2.0
24832026-05-01T19:51:06.694Z Checking base16ct v0.2.0
24842026-05-01T19:51:06.698Z Checking hyper v1.8.1
24852026-05-01T19:51:06.698Z Checking zlib-rs v0.6.2
24862026-05-01T19:51:06.698Z Checking psl-types v2.0.11
24872026-05-01T19:51:06.698Z Checking ryu v1.0.23
24882026-05-01T19:51:06.698Z Checking iri-string v0.7.10
24892026-05-01T19:51:06.698Z Checking serde_urlencoded v0.7.1
24902026-05-01T19:51:06.698Z Checking postgres-protocol v0.6.10
24912026-05-01T19:51:06.698Z Checking publicsuffix v2.3.0
24922026-05-01T19:51:06.698Z Checking sec1 v0.7.3
24932026-05-01T19:51:06.698Z Checking group v0.13.0
24942026-05-01T19:51:06.698Z Compiling iddqd v0.3.18
24952026-05-01T19:51:06.698Z Checking num-iter v0.1.45
24962026-05-01T19:51:06.698Z Checking heapless v0.7.17
24972026-05-01T19:51:06.698Z Checking goblin v0.8.2
24982026-05-01T19:51:06.698Z Checking hyper-util v0.1.20
24992026-05-01T19:51:06.698Z Checking flate2 v1.1.9
25002026-05-01T19:51:06.698Z Checking dof v0.4.0
25012026-05-01T19:51:06.845Z Checking zstd-safe v7.2.4
25022026-05-01T19:51:06.917Z Checking rand v0.8.5
25032026-05-01T19:51:06.932Z Checking tower-http v0.6.8
25042026-05-01T19:51:07.012Z Checking oxnet v0.1.4
25052026-05-01T19:51:07.083Z Checking cookie v0.18.1
25062026-05-01T19:51:07.203Z Checking tokio-native-tls v0.3.1
25072026-05-01T19:51:07.255Z Checking dtrace-parser v0.3.0
25082026-05-01T19:51:07.295Z Checking phf_shared v0.13.1
25092026-05-01T19:51:07.321Z Checking lazy_static v1.5.0
25102026-05-01T19:51:07.362Z Checking terminal_size v0.4.3
25112026-05-01T19:51:07.414Z Checking zerocopy v0.7.35
25122026-05-01T19:51:07.449Z Checking bzip2-sys v0.1.13+1.0.8
25132026-05-01T19:51:07.461Z Checking signal-hook v0.3.18
25142026-05-01T19:51:07.476Z Checking hkdf v0.12.4
25152026-05-01T19:51:07.488Z Checking crypto-bigint v0.5.5
25162026-05-01T19:51:07.501Z Checking thread-id v5.1.0
25172026-05-01T19:51:07.528Z Checking winnow v0.7.14
25182026-05-01T19:51:07.577Z Checking managed v0.8.0
25192026-05-01T19:51:07.609Z Compiling rayon-core v1.13.0
25202026-05-01T19:51:07.640Z Checking foldhash v0.2.0
25212026-05-01T19:51:07.766Z Checking foldhash v0.1.5
25222026-05-01T19:51:07.786Z Checking bitflags v1.3.2
25232026-05-01T19:51:07.800Z Checking libbz2-rs-sys v0.2.2
25242026-05-01T19:51:07.859Z Checking strsim v0.11.1
25252026-05-01T19:51:07.877Z Checking hyper-rustls v0.27.7
25262026-05-01T19:51:07.898Z Checking either v1.15.0
25272026-05-01T19:51:07.916Z Checking clap_lex v1.0.0
25282026-05-01T19:51:08.021Z Checking winnow v0.5.40
25292026-05-01T19:51:08.065Z Checking bumpalo v3.20.2
25302026-05-01T19:51:08.083Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25312026-05-01T19:51:08.089Z Checking clap_builder v4.5.60
25322026-05-01T19:51:08.200Z Checking bzip2 v0.6.1
25332026-05-01T19:51:08.273Z Checking zopfli v0.8.3
25342026-05-01T19:51:08.285Z Checking hashbrown v0.15.5
25352026-05-01T19:51:08.370Z Checking hyper-tls v0.6.0
25362026-05-01T19:51:08.428Z Checking elliptic-curve v0.13.8
25372026-05-01T19:51:08.483Z Checking dof v0.3.0
25382026-05-01T19:51:08.536Z Checking smoltcp v0.9.1
25392026-05-01T19:51:08.646Z Checking hashbrown v0.16.1
25402026-05-01T19:51:08.729Z Checking signal-hook-mio v0.2.5
25412026-05-01T19:51:08.759Z Checking usdt-impl v0.6.0
25422026-05-01T19:51:08.772Z Checking bzip2 v0.4.4
25432026-05-01T19:51:08.793Z Checking phf v0.13.1
25442026-05-01T19:51:08.831Z Checking num-bigint-dig v0.8.6
25452026-05-01T19:51:08.937Z Checking cookie_store v0.22.1
25462026-05-01T19:51:09.052Z Checking zstd v0.13.3
25472026-05-01T19:51:09.128Z Checking postgres-types v0.2.12
25482026-05-01T19:51:09.166Z Checking dtrace-parser v0.2.0
25492026-05-01T19:51:09.197Z Checking rustls-platform-verifier v0.6.2
25502026-05-01T19:51:09.211Z Checking toml_edit v0.19.15
25512026-05-01T19:51:09.254Z Checking crossbeam-deque v0.8.6
25522026-05-01T19:51:09.282Z Checking regex v1.12.3
25532026-05-01T19:51:09.343Z Checking bstr v1.12.1
25542026-05-01T19:51:09.366Z Checking ed25519 v2.2.3
25552026-05-01T19:51:09.398Z Checking phf_shared v0.11.3
25562026-05-01T19:51:09.421Z Checking curve25519-dalek v4.1.3
25572026-05-01T19:51:09.439Z Checking ref-cast v1.0.25
25582026-05-01T19:51:09.539Z Checking strum v0.27.2
25592026-05-01T19:51:09.543Z Checking hubpack v0.1.2
25602026-05-01T19:51:09.563Z Checking memoffset v0.9.1
25612026-05-01T19:51:09.567Z Checking rustix v0.38.44
25622026-05-01T19:51:09.641Z Checking pkcs1 v0.7.5
25632026-05-01T19:51:09.654Z Checking float-cmp v0.10.0
25642026-05-01T19:51:09.659Z Checking serde-big-array v0.5.1
25652026-05-01T19:51:09.714Z Checking hex v0.4.3
25662026-05-01T19:51:09.735Z Checking erased-serde v0.3.31
25672026-05-01T19:51:09.781Z Checking rfc6979 v0.4.0
25682026-05-01T19:51:09.799Z Checking memmap2 v0.9.10
25692026-05-01T19:51:09.855Z Checking thread-id v4.2.2
25702026-05-01T19:51:09.897Z Checking env_filter v1.0.0
25712026-05-01T19:51:09.936Z Checking encoding_rs v0.8.35
25722026-05-01T19:51:09.970Z Checking fixedbitset v0.5.7
25732026-05-01T19:51:09.973Z Checking toml_write v0.1.2
25742026-05-01T19:51:10.044Z Checking difflib v0.4.0
25752026-05-01T19:51:10.123Z Checking rustc-hash v2.1.1
25762026-05-01T19:51:10.134Z Checking normalize-line-endings v0.3.0
25772026-05-01T19:51:10.146Z Checking precomputed-hash v0.1.1
25782026-05-01T19:51:10.205Z Checking keccak v0.1.6
25792026-05-01T19:51:10.222Z Checking predicates-core v1.0.10
25802026-05-01T19:51:10.232Z Checking jiff v0.2.21
25812026-05-01T19:51:10.237Z Checking fixedbitset v0.4.2
25822026-05-01T19:51:10.237Z Checking mime v0.3.17
25832026-05-01T19:51:10.267Z Checking whoami v2.1.0
25842026-05-01T19:51:10.342Z Checking unicode-segmentation v1.12.0
25852026-05-01T19:51:10.370Z Checking static_assertions v1.1.0
25862026-05-01T19:51:10.385Z Checking data-encoding v2.10.0
25872026-05-01T19:51:10.396Z Checking new_debug_unreachable v1.0.6
25882026-05-01T19:51:10.429Z Checking petgraph v0.6.5
25892026-05-01T19:51:10.444Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25902026-05-01T19:51:10.474Z Checking string_cache v0.8.9
25912026-05-01T19:51:10.479Z Checking tokio-postgres v0.7.16
25922026-05-01T19:51:10.630Z Checking crossterm v0.28.1
25932026-05-01T19:51:10.662Z Checking hickory-proto v0.25.2
25942026-05-01T19:51:10.667Z Checking similar v2.7.0
25952026-05-01T19:51:10.906Z Checking reqwest v0.12.28
25962026-05-01T19:51:11.067Z Checking sha3 v0.10.8
25972026-05-01T19:51:11.280Z Checking predicates v3.1.4
25982026-05-01T19:51:11.353Z Checking toml v0.7.8
25992026-05-01T19:51:11.675Z Checking ed25519-dalek v2.2.0
26002026-05-01T19:51:11.688Z Checking petgraph v0.8.3
26012026-05-01T19:51:11.750Z Checking toml_edit v0.22.27
26022026-05-01T19:51:11.763Z Checking slog v2.8.2
26032026-05-01T19:51:11.907Z Checking env_logger v0.11.9
26042026-05-01T19:51:12.034Z Checking usdt v0.6.0
26052026-05-01T19:51:12.104Z Checking serde_with v3.17.0
26062026-05-01T19:51:12.211Z Checking usdt-impl v0.5.0
26072026-05-01T19:51:12.436Z Checking ecdsa v0.16.9
26082026-05-01T19:51:12.478Z Checking zip v4.6.1
26092026-05-01T19:51:12.492Z Checking rsa v0.9.10
26102026-05-01T19:51:12.701Z Checking nix v0.31.2
26112026-05-01T19:51:12.860Z Checking clap v4.5.60
26122026-05-01T19:51:12.921Z Checking reqwest v0.13.2
26132026-05-01T19:51:12.960Z Checking zip v0.6.6
26142026-05-01T19:51:13.053Z Checking toml_parser v1.0.9+spec-1.1.0
26152026-05-01T19:51:13.123Z Checking itertools v0.13.0
26162026-05-01T19:51:13.290Z Checking strum v0.26.3
26172026-05-01T19:51:13.295Z Checking tokio-stream v0.1.18
26182026-05-01T19:51:13.386Z Checking fs-err v3.3.0
26192026-05-01T19:51:13.405Z Checking ahash v0.8.12
26202026-05-01T19:51:13.462Z Checking object v0.37.3
26212026-05-01T19:51:13.522Z Checking buf-list v1.1.2
26222026-05-01T19:51:13.609Z Checking anyhow v1.0.102
26232026-05-01T19:51:13.697Z Checking camino v1.2.2
26242026-05-01T19:51:13.722Z Checking x509-cert v0.2.5
26252026-05-01T19:51:13.730Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-05-01T19:51:13.737Z Checking openapiv3 v2.2.0
26272026-05-01T19:51:13.796Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-05-01T19:51:13.809Z Checking sha1 v0.10.6
26292026-05-01T19:51:13.951Z Checking peg-runtime v0.8.5
26302026-05-01T19:51:13.975Z Checking lalrpop-util v0.19.12
26312026-05-01T19:51:13.992Z Checking rayon v1.11.0
26322026-05-01T19:51:13.995Z Checking sigpipe v0.1.3
26332026-05-01T19:51:14.081Z Checking glob v0.3.3
26342026-05-01T19:51:15.705Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-05-01T19:51:15.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s
26362026-05-01T19:51:16.154Z
26372026-05-01T19:51:16.154Zinfo: running `cargo check --bins` on internal-dns-types (77/273)
26382026-05-01T19:51:16.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-01T19:51:16.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-01T19:51:16.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-01T19:51:16.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-05-01T19:51:16.761Z
26432026-05-01T19:51:16.761Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/273)
26442026-05-01T19:51:17.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-01T19:51:17.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-01T19:51:17.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-01T19:51:17.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-01T19:51:17.373Z
26492026-05-01T19:51:17.373Zinfo: running `cargo check --bins` on nexus-types-versions (79/273)
26502026-05-01T19:51:17.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-01T19:51:17.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-01T19:51:17.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-01T19:51:17.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26542026-05-01T19:51:18.001Z
26552026-05-01T19:51:18.001Zinfo: running `cargo check --bins` on oxql-types (80/273)
26562026-05-01T19:51:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-01T19:51:18.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-01T19:51:18.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-01T19:51:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26602026-05-01T19:51:18.616Z
26612026-05-01T19:51:18.616Zinfo: running `cargo check --bins` on oximeter-types (81/273)
26622026-05-01T19:51:19.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-01T19:51:19.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-01T19:51:19.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-05-01T19:51:19.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26662026-05-01T19:51:19.225Z
26672026-05-01T19:51:19.225Zinfo: running `cargo check --bins` on oximeter-types-versions (82/273)
26682026-05-01T19:51:19.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-05-01T19:51:19.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-05-01T19:51:19.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-05-01T19:51:19.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26722026-05-01T19:51:19.823Z
26732026-05-01T19:51:19.823Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/273)
26742026-05-01T19:51:20.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-05-01T19:51:20.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-05-01T19:51:20.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-05-01T19:51:20.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26782026-05-01T19:51:20.460Z
26792026-05-01T19:51:20.461Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/273)
26802026-05-01T19:51:20.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-05-01T19:51:20.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-05-01T19:51:21.130Z Compiling structmeta-derive v0.3.0
26832026-05-01T19:51:21.219Z Compiling rustls v0.22.4
26842026-05-01T19:51:21.234Z Compiling multer v3.1.0
26852026-05-01T19:51:21.241Z Compiling async-stream-impl v0.3.6
26862026-05-01T19:51:21.246Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-05-01T19:51:21.268Z Compiling dropshot v0.17.0
26882026-05-01T19:51:21.273Z Compiling newtype-uuid-macros v0.1.0
26892026-05-01T19:51:21.274Z Compiling dropshot_endpoint v0.17.0
26902026-05-01T19:51:21.395Z Checking newtype-uuid v1.3.2
26912026-05-01T19:51:21.461Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-05-01T19:51:21.518Z Checking rustls-webpki v0.102.8
26932026-05-01T19:51:21.595Z Checking daft v0.1.5
26942026-05-01T19:51:21.621Z Checking futures-executor v0.3.32
26952026-05-01T19:51:21.816Z Checking thread_local v1.1.9
26962026-05-01T19:51:21.840Z Checking compression-core v0.4.31
26972026-05-01T19:51:21.860Z Checking match_cfg v0.1.0
26982026-05-01T19:51:21.970Z Checking compression-codecs v0.4.37
26992026-05-01T19:51:21.983Z Checking iddqd v0.3.18
27002026-05-01T19:51:22.004Z Compiling hostname v0.3.1
27012026-05-01T19:51:22.152Z Checking futures v0.3.32
27022026-05-01T19:51:22.165Z Checking crossbeam-channel v0.5.15
27032026-05-01T19:51:22.304Z Compiling structmeta v0.3.0
27042026-05-01T19:51:22.311Z Checking slog-json v2.6.1
27052026-05-01T19:51:22.599Z Compiling serde_spanned v1.0.4
27062026-05-01T19:51:22.603Z Compiling derive-ex v0.1.8
27072026-05-01T19:51:22.603Z Compiling parse-display-derive v0.10.0
27082026-05-01T19:51:22.654Z Compiling toml_datetime v1.0.0+spec-1.1.0
27092026-05-01T19:51:22.866Z Checking is-terminal v0.4.17
27102026-05-01T19:51:22.952Z Checking term v1.2.1
27112026-05-01T19:51:22.966Z Checking debug-ignore v1.0.5
27122026-05-01T19:51:23.016Z Compiling toml_writer v1.0.6+spec-1.1.0
27132026-05-01T19:51:23.064Z Checking take_mut v0.2.2
27142026-05-01T19:51:23.172Z Checking slog-async v2.8.0
27152026-05-01T19:51:23.185Z Checking slog-term v2.9.2
27162026-05-01T19:51:23.232Z Compiling toml v1.0.6+spec-1.1.0
27172026-05-01T19:51:23.349Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182026-05-01T19:51:23.429Z Compiling slog-bunyan v2.5.0
27192026-05-01T19:51:23.564Z Compiling async-compression v0.4.41
27202026-05-01T19:51:23.619Z Checking tokio-rustls v0.25.0
27212026-05-01T19:51:23.836Z Compiling async-stream v0.3.6
27222026-05-01T19:51:23.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27232026-05-01T19:51:23.978Z Checking progenitor-client v0.14.0
27242026-05-01T19:51:24.013Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-05-01T19:51:24.276Z Checking backon v1.6.0
27262026-05-01T19:51:24.291Z Compiling test-strategy v0.4.5
27272026-05-01T19:51:24.291Z Checking waitgroup v0.1.2
27282026-05-01T19:51:24.389Z Checking rustls-pemfile v2.2.0
27292026-05-01T19:51:24.550Z Checking serde_path_to_error v0.1.20
27302026-05-01T19:51:24.610Z Checking hostname v0.4.2
27312026-05-01T19:51:24.637Z Checking instant v0.1.13
27322026-05-01T19:51:24.737Z Compiling prettyplease v0.2.37
27332026-05-01T19:51:24.760Z Checking backoff v0.4.0
27342026-05-01T19:51:24.845Z Compiling progenitor-extras v0.2.0
27352026-05-01T19:51:24.975Z Compiling parse-display v0.10.0
27362026-05-01T19:51:25.090Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-05-01T19:51:25.189Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-05-01T19:51:25.315Z Checking progenitor-client v0.10.0
27392026-05-01T19:51:25.433Z Checking itertools v0.14.0
27402026-05-01T19:51:25.541Z Checking regress v0.10.5
27412026-05-01T19:51:25.544Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-05-01T19:51:25.688Z Checking num-rational v0.4.2
27432026-05-01T19:51:25.770Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-05-01T19:51:26.483Z Checking num-complex v0.4.6
27452026-05-01T19:51:26.818Z Checking macaddr v1.0.1
27462026-05-01T19:51:26.973Z Checking num v0.4.3
27472026-05-01T19:51:27.003Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27482026-05-01T19:51:27.047Z Compiling usdt-macro v0.5.0
27492026-05-01T19:51:27.085Z Compiling usdt-attr-macro v0.5.0
27502026-05-01T19:51:27.229Z Checking memmap v0.7.0
27512026-05-01T19:51:27.273Z Checking float-ord v0.3.2
27522026-05-01T19:51:27.380Z Compiling toml v0.8.23
27532026-05-01T19:51:27.430Z Compiling minimal-lexical v0.2.1
27542026-05-01T19:51:27.697Z Checking linked-hash-map v0.5.6
27552026-05-01T19:51:27.883Z Checking lru-cache v0.1.2
27562026-05-01T19:51:27.887Z Checking usdt v0.5.0
27572026-05-01T19:51:28.016Z Compiling nom v7.1.3
27582026-05-01T19:51:28.399Z Checking hickory-proto v0.24.4
27592026-05-01T19:51:28.559Z Checking phf_shared v0.12.1
27602026-05-01T19:51:28.565Z Compiling slog-dtrace v0.3.0
27612026-05-01T19:51:28.761Z Checking heck v0.5.0
27622026-05-01T19:51:28.776Z Compiling chrono-tz v0.10.4
27632026-05-01T19:51:28.894Z Checking resolv-conf v0.7.6
27642026-05-01T19:51:28.961Z Compiling convert_case v0.4.0
27652026-05-01T19:51:29.089Z Compiling const_format_proc_macros v0.2.34
27662026-05-01T19:51:29.361Z Compiling derive_more v0.99.20
27672026-05-01T19:51:29.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-05-01T19:51:29.507Z Checking phf v0.12.1
27692026-05-01T19:51:29.683Z Checking tokio-dtrace v0.1.1
27702026-05-01T19:51:29.850Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-05-01T19:51:29.932Z Compiling derive-where v1.6.0
27722026-05-01T19:51:29.941Z Checking highway v1.3.0
27732026-05-01T19:51:30.283Z Checking hickory-resolver v0.24.4
27742026-05-01T19:51:30.395Z Checking const_format v0.2.35
27752026-05-01T19:51:30.492Z Checking oxide-tokio-rt v0.1.4
27762026-05-01T19:51:30.897Z Checking gethostname v0.5.0
27772026-05-01T19:51:30.947Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27782026-05-01T19:51:30.985Z Checking bcs v0.1.6
27792026-05-01T19:51:31.023Z Compiling async-recursion v1.1.1
27802026-05-01T19:51:31.222Z Checking termtree v0.5.1
27812026-05-01T19:51:31.246Z Checking qorb v0.4.1
27822026-05-01T19:51:31.862Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-05-01T19:51:32.442Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-05-01T19:51:32.644Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-05-01T19:51:32.653Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-05-01T19:51:34.835Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-05-01T19:51:40.552Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-05-01T19:51:40.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
27892026-05-01T19:51:40.552Z
27902026-05-01T19:51:40.552Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/273)
27912026-05-01T19:51:40.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-05-01T19:51:40.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-05-01T19:51:40.592Z Compiling ar_archive_writer v0.5.1
27942026-05-01T19:51:40.718Z Compiling stacker v0.1.23
27952026-05-01T19:51:40.721Z Compiling cfg_aliases v0.1.1
27962026-05-01T19:51:40.721Z Compiling convert_case v0.10.0
27972026-05-01T19:51:40.721Z Checking unicode-width v0.1.14
27982026-05-01T19:51:40.743Z Compiling proc-macro-error v1.0.4
27992026-05-01T19:51:40.791Z Checking fd-lock v4.0.4
28002026-05-01T19:51:40.797Z Checking nibble_vec v0.1.0
28012026-05-01T19:51:40.816Z Compiling nix v0.28.0
28022026-05-01T19:51:40.853Z Checking vte v0.14.1
28032026-05-01T19:51:40.995Z Compiling recursive-proc-macro-impl v0.1.1
28042026-05-01T19:51:41.002Z Checking bytecount v0.6.9
28052026-05-01T19:51:41.002Z Checking endian-type v0.1.2
28062026-05-01T19:51:41.008Z Checking strip-ansi-escapes v0.2.1
28072026-05-01T19:51:41.015Z Compiling derive_more-impl v2.1.1
28082026-05-01T19:51:41.036Z Compiling tabled_derive v0.7.0
28092026-05-01T19:51:41.061Z Checking papergrid v0.11.0
28102026-05-01T19:51:41.094Z Checking radix_trie v0.2.1
28112026-05-01T19:51:41.120Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-01T19:51:41.277Z Compiling peg-macros v0.8.5
28132026-05-01T19:51:41.320Z Checking winnow v0.6.26
28142026-05-01T19:51:41.533Z Compiling psm v0.1.30
28152026-05-01T19:51:41.598Z Compiling sqlparser_derive v0.5.0
28162026-05-01T19:51:41.676Z Checking unicode-width v0.2.0
28172026-05-01T19:51:41.820Z Checking derive_more v2.1.1
28182026-05-01T19:51:41.902Z Checking unicode_categories v0.1.1
28192026-05-01T19:51:41.928Z Checking nu-ansi-term v0.50.3
28202026-05-01T19:51:42.013Z Checking home v0.5.12
28212026-05-01T19:51:42.060Z Checking tabled v0.15.0
28222026-05-01T19:51:42.079Z Checking crossterm v0.29.0
28232026-05-01T19:51:42.117Z Checking rustyline v14.0.0
28242026-05-01T19:51:42.140Z Checking reedline v0.40.0
28252026-05-01T19:51:42.320Z Checking recursive v0.1.1
28262026-05-01T19:51:42.383Z Checking display-error-chain v0.2.2
28272026-05-01T19:51:42.414Z Checking sqlparser v0.61.0
28282026-05-01T19:51:42.470Z Checking sqlformat v0.3.5
28292026-05-01T19:51:42.691Z Checking peg v0.8.5
28302026-05-01T19:51:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
28312026-05-01T19:51:53.910Z
28322026-05-01T19:51:53.910Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/273)
28332026-05-01T19:51:54.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-01T19:51:54.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-01T19:51:54.588Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-01T19:51:58.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28372026-05-01T19:51:58.190Z
28382026-05-01T19:51:58.190Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/273)
28392026-05-01T19:51:58.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-01T19:51:58.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-01T19:51:58.868Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-01T19:52:01.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28432026-05-01T19:52:01.472Z
28442026-05-01T19:52:01.472Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/273)
28452026-05-01T19:52:01.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-01T19:52:01.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-01T19:52:02.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-01T19:52:05.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28492026-05-01T19:52:05.546Z
28502026-05-01T19:52:05.546Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/273)
28512026-05-01T19:52:06.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-01T19:52:06.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-01T19:52:06.224Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-01T19:52:09.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28552026-05-01T19:52:09.633Z
28562026-05-01T19:52:09.633Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/273)
28572026-05-01T19:52:10.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-01T19:52:10.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-01T19:52:10.310Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-01T19:52:12.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28612026-05-01T19:52:13.073Z
28622026-05-01T19:52:13.073Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/273)
28632026-05-01T19:52:13.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-01T19:52:13.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-01T19:52:13.762Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-01T19:52:16.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28672026-05-01T19:52:16.540Z
28682026-05-01T19:52:16.540Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/273)
28692026-05-01T19:52:17.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-01T19:52:17.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-01T19:52:17.228Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-05-01T19:52:20.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28732026-05-01T19:52:20.816Z
28742026-05-01T19:52:20.816Zinfo: running `cargo check --bins` on oximeter (93/273)
28752026-05-01T19:52:21.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-01T19:52:21.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-01T19:52:21.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-01T19:52:21.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-01T19:52:21.432Z
28802026-05-01T19:52:21.432Zinfo: running `cargo check --bins` on oximeter-schema (94/273)
28812026-05-01T19:52:21.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-01T19:52:21.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-01T19:52:22.082Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-05-01T19:52:22.244Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-05-01T19:52:22.260Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-05-01T19:52:22.585Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-05-01T19:52:25.730Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-05-01T19:52:26.968Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-05-01T19:52:27.135Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-05-01T19:52:27.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
28912026-05-01T19:52:28.002Z
28922026-05-01T19:52:28.002Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/273)
28932026-05-01T19:52:28.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-01T19:52:28.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-01T19:52:28.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-01T19:52:28.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28972026-05-01T19:52:28.652Z
28982026-05-01T19:52:28.652Zinfo: running `cargo check --bins` on oximeter-test-utils (96/273)
28992026-05-01T19:52:29.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-01T19:52:29.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-01T19:52:29.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-01T19:52:29.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29032026-05-01T19:52:29.252Z
29042026-05-01T19:52:29.252Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/273)
29052026-05-01T19:52:29.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-01T19:52:29.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-01T19:52:29.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-01T19:52:29.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-01T19:52:29.865Z
29102026-05-01T19:52:29.865Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/273)
29112026-05-01T19:52:30.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-01T19:52:30.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-01T19:52:30.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-01T19:52:30.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29152026-05-01T19:52:30.481Z
29162026-05-01T19:52:30.481Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/273)
29172026-05-01T19:52:31.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-01T19:52:31.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-01T19:52:31.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-01T19:52:31.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29212026-05-01T19:52:31.099Z
29222026-05-01T19:52:31.100Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/273)
29232026-05-01T19:52:31.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-01T19:52:31.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-01T19:52:31.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-01T19:52:31.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29272026-05-01T19:52:31.716Z
29282026-05-01T19:52:31.716Zinfo: running `cargo check --bins` on trust-quorum-types (101/273)
29292026-05-01T19:52:32.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-01T19:52:32.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-01T19:52:32.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-01T19:52:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29332026-05-01T19:52:32.312Z
29342026-05-01T19:52:32.312Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/273)
29352026-05-01T19:52:32.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-01T19:52:32.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-01T19:52:32.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-01T19:52:32.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29392026-05-01T19:52:32.927Z
29402026-05-01T19:52:32.928Zinfo: running `cargo check --bins` on update-engine (103/273)
29412026-05-01T19:52:33.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-01T19:52:33.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-01T19:52:33.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-05-01T19:52:33.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29452026-05-01T19:52:33.523Z
29462026-05-01T19:52:33.523Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/273)
29472026-05-01T19:52:34.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-05-01T19:52:34.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-05-01T19:52:34.256Z Compiling crucible-workspace-hack v0.1.0
29502026-05-01T19:52:34.375Z Checking secrecy v0.10.3
29512026-05-01T19:52:34.385Z Compiling heapless v0.8.0
29522026-05-01T19:52:34.393Z Compiling ingot-macros v0.1.1
29532026-05-01T19:52:34.400Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-05-01T19:52:34.404Z Checking hash32 v0.3.1
29552026-05-01T19:52:34.422Z Compiling smoltcp v0.11.0
29562026-05-01T19:52:34.426Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-05-01T19:52:34.483Z Checking cobs v0.3.0
29582026-05-01T19:52:34.540Z Compiling thiserror-impl-no-std v2.0.2
29592026-05-01T19:52:34.632Z Checking half v2.7.1
29602026-05-01T19:52:34.636Z Checking universal-hash v0.5.1
29612026-05-01T19:52:34.669Z Checking opaque-debug v0.3.1
29622026-05-01T19:52:34.737Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-05-01T19:52:34.766Z Checking ciborium-io v0.2.2
29642026-05-01T19:52:34.796Z Checking poly1305 v0.8.0
29652026-05-01T19:52:34.872Z Checking postcard v1.1.3
29662026-05-01T19:52:34.894Z Checking ciborium-ll v0.2.2
29672026-05-01T19:52:34.940Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29682026-05-01T19:52:35.063Z Compiling proc-macro-crate v3.4.0
29692026-05-01T19:52:35.077Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-05-01T19:52:35.165Z Checking password-hash v0.5.0
29712026-05-01T19:52:35.229Z Checking chacha20 v0.9.1
29722026-05-01T19:52:35.347Z Compiling proc-macro-crate v1.3.1
29732026-05-01T19:52:35.400Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-01T19:52:35.466Z Checking blake2 v0.10.6
29752026-05-01T19:52:35.479Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29762026-05-01T19:52:35.629Z Compiling num_enum_derive v0.7.5
29772026-05-01T19:52:35.642Z Checking aead v0.5.2
29782026-05-01T19:52:35.688Z Compiling foreign-types-macros v0.2.3
29792026-05-01T19:52:35.704Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-05-01T19:52:35.743Z Checking thiserror-no-std v2.0.2
29812026-05-01T19:52:35.778Z Checking cpufeatures v0.3.0
29822026-05-01T19:52:35.791Z Checking foreign-types-shared v0.3.1
29832026-05-01T19:52:35.830Z Checking vsss-rs v3.3.4
29842026-05-01T19:52:35.852Z Checking chacha20 v0.10.0
29852026-05-01T19:52:35.880Z Checking chacha20poly1305 v0.10.1
29862026-05-01T19:52:35.942Z Compiling num_enum_derive v0.5.11
29872026-05-01T19:52:36.009Z Checking argon2 v0.5.3
29882026-05-01T19:52:36.070Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-05-01T19:52:36.289Z Checking foreign-types v0.5.0
29902026-05-01T19:52:36.363Z Checking ciborium v0.2.2
29912026-05-01T19:52:36.479Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-05-01T19:52:36.611Z Checking tabwriter v1.4.1
29932026-05-01T19:52:36.685Z Checking console v0.15.11
29942026-05-01T19:52:36.699Z Checking num_enum v0.7.5
29952026-05-01T19:52:36.767Z Checking newline-converter v0.3.0
29962026-05-01T19:52:36.791Z Checking atomicwrites v0.4.4
29972026-05-01T19:52:36.813Z Checking camino-tempfile v1.4.1
29982026-05-01T19:52:36.881Z Checking byte-wrapper v0.1.0
29992026-05-01T19:52:36.925Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-05-01T19:52:36.961Z Checking cstr-argument v0.1.2
30012026-05-01T19:52:36.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-05-01T19:52:36.989Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-05-01T19:52:37.002Z Checking num_enum v0.5.11
30042026-05-01T19:52:37.086Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-05-01T19:52:37.101Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-05-01T19:52:37.114Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072026-05-01T19:52:37.190Z Checking expectorate v1.2.0
30082026-05-01T19:52:37.248Z Checking ingot-types v0.1.2
30092026-05-01T19:52:37.262Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-05-01T19:52:37.321Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-05-01T19:52:37.346Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-05-01T19:52:37.420Z Checking rand v0.10.0
30132026-05-01T19:52:37.435Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-05-01T19:52:37.463Z Checking indent_write v2.2.0
30152026-05-01T19:52:37.527Z Checking colored v3.1.1
30162026-05-01T19:52:37.555Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30172026-05-01T19:52:37.597Z Compiling zone_cfg_derive v0.3.1
30182026-05-01T19:52:37.613Z Checking ingot v0.1.1
30192026-05-01T19:52:37.655Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30202026-05-01T19:52:37.721Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-05-01T19:52:37.735Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-01T19:52:37.748Z Checking itertools v0.12.1
30232026-05-01T19:52:37.895Z Compiling num-derive v0.4.2
30242026-05-01T19:52:37.922Z Checking swrite v0.1.0
30252026-05-01T19:52:38.013Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-05-01T19:52:38.224Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-05-01T19:52:38.239Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-05-01T19:52:38.242Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30292026-05-01T19:52:38.408Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-05-01T19:52:38.523Z Checking dropshot-api-manager-types v0.7.1
30312026-05-01T19:52:38.545Z Checking smf v0.2.3
30322026-05-01T19:52:38.721Z Checking nanorand v0.7.0
30332026-05-01T19:52:38.779Z Checking whoami v1.6.1
30342026-05-01T19:52:38.799Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-05-01T19:52:38.799Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30362026-05-01T19:52:38.827Z Checking zone v0.3.1
30372026-05-01T19:52:38.879Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30382026-05-01T19:52:38.919Z Checking flume v0.11.1
30392026-05-01T19:52:39.301Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-01T19:52:40.293Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-01T19:52:41.185Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-01T19:52:44.308Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-05-01T19:52:46.364Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-05-01T19:52:47.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
30452026-05-01T19:52:47.589Z
30462026-05-01T19:52:47.589Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/273)
30472026-05-01T19:52:48.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-01T19:52:48.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-01T19:52:48.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-01T19:52:48.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30512026-05-01T19:52:48.206Z
30522026-05-01T19:52:48.206Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/273)
30532026-05-01T19:52:48.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-01T19:52:48.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-01T19:52:48.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-01T19:52:48.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30572026-05-01T19:52:48.828Z
30582026-05-01T19:52:48.828Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/273)
30592026-05-01T19:52:49.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-01T19:52:49.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-01T19:52:49.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-01T19:52:49.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30632026-05-01T19:52:49.449Z
30642026-05-01T19:52:49.449Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/273)
30652026-05-01T19:52:49.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-01T19:52:49.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-01T19:52:49.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-01T19:52:49.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30692026-05-01T19:52:50.064Z
30702026-05-01T19:52:50.064Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/273)
30712026-05-01T19:52:50.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-01T19:52:50.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-01T19:52:50.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-01T19:52:50.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30752026-05-01T19:52:50.680Z
30762026-05-01T19:52:50.680Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/273)
30772026-05-01T19:52:51.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-01T19:52:51.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-01T19:52:51.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-01T19:52:51.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30812026-05-01T19:52:51.298Z
30822026-05-01T19:52:51.298Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/273)
30832026-05-01T19:52:51.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-01T19:52:51.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-01T19:52:51.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-01T19:52:51.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30872026-05-01T19:52:51.915Z
30882026-05-01T19:52:51.915Zinfo: running `cargo check --bins` on cockroach-admin-client (112/273)
30892026-05-01T19:52:52.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-01T19:52:52.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-01T19:52:52.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-01T19:52:52.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30932026-05-01T19:52:52.687Z
30942026-05-01T19:52:52.687Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/273)
30952026-05-01T19:52:53.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-01T19:52:53.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-01T19:52:53.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-01T19:52:53.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30992026-05-01T19:52:53.113Z
31002026-05-01T19:52:53.113Zinfo: running `cargo check --bins` on dns-service-client (114/273)
31012026-05-01T19:52:53.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-01T19:52:53.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-01T19:52:53.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-01T19:52:53.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31052026-05-01T19:52:54.008Z
31062026-05-01T19:52:54.008Zinfo: running `cargo check --bins` on installinator-client (115/273)
31072026-05-01T19:52:54.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-01T19:52:54.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-01T19:52:54.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-01T19:52:54.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31112026-05-01T19:52:54.344Z
31122026-05-01T19:52:54.344Zinfo: running `cargo check --bins` on nexus-client (116/273)
31132026-05-01T19:52:54.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-01T19:52:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-01T19:52:54.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-01T19:52:54.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31172026-05-01T19:52:54.996Z
31182026-05-01T19:52:54.996Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/273)
31192026-05-01T19:52:55.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-01T19:52:55.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-01T19:52:55.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-01T19:52:55.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31232026-05-01T19:52:55.650Z
31242026-05-01T19:52:55.650Zinfo: running `cargo check --bins` on ntp-admin-client (118/273)
31252026-05-01T19:52:56.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-01T19:52:56.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-01T19:52:56.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-01T19:52:56.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31292026-05-01T19:52:56.249Z
31302026-05-01T19:52:56.250Zinfo: running `cargo check --bins` on oxide-client (119/273)
31312026-05-01T19:52:56.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-01T19:52:56.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-01T19:52:56.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-01T19:52:56.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-05-01T19:52:56.848Z
31362026-05-01T19:52:56.848Zinfo: running `cargo check --bins` on oximeter-client (120/273)
31372026-05-01T19:52:57.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-01T19:52:57.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-01T19:52:57.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-01T19:52:57.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-05-01T19:52:57.459Z
31422026-05-01T19:52:57.459Zinfo: running `cargo check --bins` on repo-depot-client (121/273)
31432026-05-01T19:52:57.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-01T19:52:57.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-01T19:52:57.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-01T19:52:57.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31472026-05-01T19:52:58.055Z
31482026-05-01T19:52:58.055Zinfo: running `cargo check --bins` on sled-agent-client (122/273)
31492026-05-01T19:52:58.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-01T19:52:58.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-01T19:52:58.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-01T19:52:58.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-01T19:52:58.676Z
31542026-05-01T19:52:58.676Zinfo: running `cargo check --bins` on wicketd-client (123/273)
31552026-05-01T19:52:59.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-01T19:52:59.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-01T19:52:59.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-01T19:52:59.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31592026-05-01T19:52:59.312Z
31602026-05-01T19:52:59.312Zinfo: running `cargo check --bins` on installinator-common (124/273)
31612026-05-01T19:52:59.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-01T19:52:59.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-01T19:52:59.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-01T19:52:59.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31652026-05-01T19:52:59.942Z
31662026-05-01T19:52:59.942Zinfo: running `cargo check --bins` on installinator-common-versions (125/273)
31672026-05-01T19:53:00.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-01T19:53:00.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-01T19:53:00.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-01T19:53:00.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31712026-05-01T19:53:00.539Z
31722026-05-01T19:53:00.540Zinfo: running `cargo check --bins` on wicket-common (126/273)
31732026-05-01T19:53:01.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-01T19:53:01.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-01T19:53:01.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-05-01T19:53:01.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31772026-05-01T19:53:01.159Z
31782026-05-01T19:53:01.159Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/273)
31792026-05-01T19:53:01.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-05-01T19:53:01.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-05-01T19:53:01.863Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-05-01T19:53:01.977Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-05-01T19:53:01.984Z Checking csv-core v0.1.13
31842026-05-01T19:53:01.990Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-05-01T19:53:01.998Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-05-01T19:53:02.008Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-05-01T19:53:02.018Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-05-01T19:53:02.030Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-05-01T19:53:02.140Z Checking csv v1.4.0
31902026-05-01T19:53:02.155Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-05-01T19:53:02.260Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-05-01T19:53:02.260Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-05-01T19:53:03.360Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-05-01T19:53:03.377Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-05-01T19:53:03.377Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-05-01T19:53:03.377Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-05-01T19:53:08.963Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-05-01T19:53:09.507Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-05-01T19:53:11.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
32002026-05-01T19:53:12.089Z
32012026-05-01T19:53:12.089Zinfo: running `cargo check --bins` on cockroach-admin-api (128/273)
32022026-05-01T19:53:12.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-01T19:53:12.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-01T19:53:12.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-01T19:53:12.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-05-01T19:53:12.693Z
32072026-05-01T19:53:12.693Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/273)
32082026-05-01T19:53:13.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-01T19:53:13.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-01T19:53:13.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-01T19:53:13.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32122026-05-01T19:53:13.386Z
32132026-05-01T19:53:13.386Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/273)
32142026-05-01T19:53:13.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-01T19:53:13.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-01T19:53:13.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-05-01T19:53:13.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32182026-05-01T19:53:14.082Z
32192026-05-01T19:53:14.082Zinfo: running `cargo check --bins` on gateway-test-utils (131/273)
32202026-05-01T19:53:14.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-05-01T19:53:14.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-05-01T19:53:14.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-05-01T19:53:14.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32242026-05-01T19:53:14.739Z
32252026-05-01T19:53:14.740Zinfo: running `cargo check --bins` on omicron-gateway (132/273)
32262026-05-01T19:53:15.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-05-01T19:53:15.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-05-01T19:53:15.512Z Compiling regress v0.11.1
32292026-05-01T19:53:15.653Z Compiling unsafe-libyaml v0.2.11
32302026-05-01T19:53:15.666Z Compiling semver v0.1.20
32312026-05-01T19:53:15.678Z Compiling radium v0.7.0
32322026-05-01T19:53:15.692Z Compiling pin-project-internal v1.1.11
32332026-05-01T19:53:15.695Z Checking tap v1.0.1
32342026-05-01T19:53:15.702Z Compiling maybe-uninit v2.0.0
32352026-05-01T19:53:15.804Z Checking wyz v0.5.1
32362026-05-01T19:53:15.944Z Compiling rustc_version v0.1.7
32372026-05-01T19:53:15.984Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-05-01T19:53:16.046Z Checking progenitor-client v0.13.0
32392026-05-01T19:53:16.134Z Compiling snafu-derive v0.8.9
32402026-05-01T19:53:16.166Z Compiling serde_yaml v0.9.34+deprecated
32412026-05-01T19:53:16.299Z Compiling newtype_derive v0.1.6
32422026-05-01T19:53:16.395Z Compiling zerocopy-derive v0.6.6
32432026-05-01T19:53:16.516Z Checking crc-catalog v2.4.0
32442026-05-01T19:53:16.613Z Compiling owo-colors v4.3.0
32452026-05-01T19:53:16.819Z Checking pin-project v1.1.11
32462026-05-01T19:53:16.922Z Compiling cancel-safe-futures v0.1.5
32472026-05-01T19:53:16.947Z Compiling packed_struct v0.10.1
32482026-05-01T19:53:17.116Z Checking typify-impl v0.6.2
32492026-05-01T19:53:17.134Z Checking same-file v1.0.6
32502026-05-01T19:53:17.249Z Checking funty v2.0.0
32512026-05-01T19:53:17.264Z Checking walkdir v2.5.0
32522026-05-01T19:53:17.438Z Checking zerocopy v0.6.6
32532026-05-01T19:53:17.577Z Checking bitvec v1.0.1
32542026-05-01T19:53:17.602Z Checking crc v3.4.0
32552026-05-01T19:53:17.742Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-05-01T19:53:17.780Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-05-01T19:53:17.798Z Checking globset v0.4.18
32582026-05-01T19:53:18.061Z Checking olpc-cjson v0.1.4
32592026-05-01T19:53:18.078Z Checking snafu v0.8.9
32602026-05-01T19:53:18.130Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-05-01T19:53:18.203Z Checking pem v3.0.6
32622026-05-01T19:53:18.284Z Compiling packed_struct_codegen v0.10.1
32632026-05-01T19:53:18.287Z Checking libsw-core v0.3.2
32642026-05-01T19:53:18.322Z Checking serde_plain v1.0.2
32652026-05-01T19:53:18.367Z Compiling bitfield-macros v0.19.4
32662026-05-01T19:53:18.393Z Compiling indexmap v1.9.3
32672026-05-01T19:53:18.443Z Checking nodrop v0.1.14
32682026-05-01T19:53:18.476Z Checking typed-path v0.9.3
32692026-05-01T19:53:18.539Z Checking array-init v0.0.4
32702026-05-01T19:53:18.631Z Checking libsw v3.5.0
32712026-05-01T19:53:18.787Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-05-01T19:53:18.871Z Checking smallvec v0.6.14
32732026-05-01T19:53:18.947Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-05-01T19:53:19.114Z Checking bitfield v0.19.4
32752026-05-01T19:53:19.200Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-01T19:53:19.318Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-05-01T19:53:19.333Z Checking tough v0.20.0
32782026-05-01T19:53:19.376Z Checking base64 v0.21.7
32792026-05-01T19:53:19.390Z Checking linear-map v1.2.0
32802026-05-01T19:53:19.406Z Checking tagptr v0.2.0
32812026-05-01T19:53:19.446Z Checking smawk v0.3.2
32822026-05-01T19:53:19.545Z Checking hashbrown v0.12.3
32832026-05-01T19:53:19.562Z Checking unicode-linebreak v0.1.5
32842026-05-01T19:53:19.578Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32852026-05-01T19:53:19.578Z Checking moka v0.12.13
32862026-05-01T19:53:19.614Z Checking ron v0.8.1
32872026-05-01T19:53:19.778Z Checking textwrap v0.16.2
32882026-05-01T19:53:20.004Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-05-01T19:53:20.135Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-05-01T19:53:20.234Z Checking serde-hex v0.1.0
32912026-05-01T19:53:20.284Z Checking steno v0.4.1
32922026-05-01T19:53:20.316Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-05-01T19:53:20.485Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-05-01T19:53:20.499Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32952026-05-01T19:53:20.814Z Checking hashbrown v0.13.2
32962026-05-01T19:53:20.872Z Checking humantime v2.3.0
32972026-05-01T19:53:21.066Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-05-01T19:53:21.081Z Checking crc-any v2.5.0
32992026-05-01T19:53:21.252Z Checking object v0.30.4
33002026-05-01T19:53:21.266Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-05-01T19:53:21.291Z Checking hickory-resolver v0.25.2
33022026-05-01T19:53:21.307Z Checking path-slash v0.1.5
33032026-05-01T19:53:21.348Z Checking void v1.0.2
33042026-05-01T19:53:21.416Z Checking half v1.8.3
33052026-05-01T19:53:21.429Z Checking utf-8 v0.7.6
33062026-05-01T19:53:21.456Z Checking lzss v0.8.2
33072026-05-01T19:53:21.567Z Checking tungstenite v0.23.0
33082026-05-01T19:53:21.626Z Checking serde_cbor v0.11.2
33092026-05-01T19:53:21.741Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-05-01T19:53:21.781Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-05-01T19:53:21.833Z Compiling typify-macro v0.6.2
33122026-05-01T19:53:21.901Z Checking nix v0.27.1
33132026-05-01T19:53:21.983Z Checking kstat-rs v0.2.4
33142026-05-01T19:53:22.002Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-05-01T19:53:22.015Z Checking fxhash v0.2.1
33162026-05-01T19:53:22.029Z Checking serde_bytes v0.11.19
33172026-05-01T19:53:22.138Z Checking tokio-tungstenite v0.23.1
33182026-05-01T19:53:22.172Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-05-01T19:53:22.205Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-05-01T19:53:22.401Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-05-01T19:53:22.416Z Checking signal-hook-tokio v0.3.1
33222026-05-01T19:53:23.296Z Compiling typify v0.6.2
33232026-05-01T19:53:23.379Z Compiling progenitor-impl v0.13.0
33242026-05-01T19:53:23.379Z Compiling progenitor-impl v0.14.0
33252026-05-01T19:53:23.460Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-01T19:53:24.418Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-05-01T19:53:24.752Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-05-01T19:53:25.005Z Compiling progenitor-macro v0.13.0
33292026-05-01T19:53:25.043Z Compiling progenitor-macro v0.14.0
33302026-05-01T19:53:27.566Z Checking progenitor v0.13.0
33312026-05-01T19:53:27.692Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33322026-05-01T19:53:27.733Z Checking progenitor v0.14.0
33332026-05-01T19:53:27.850Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-05-01T19:53:30.764Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-05-01T19:53:38.241Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-05-01T19:53:44.593Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-05-01T19:53:45.968Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-05-01T19:53:46.482Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-05-01T19:53:48.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.84s
33402026-05-01T19:53:48.794Z
33412026-05-01T19:53:48.794Zinfo: running `cargo check --bins` on gateway-api (133/273)
33422026-05-01T19:53:49.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-01T19:53:49.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-01T19:53:49.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-01T19:53:49.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-05-01T19:53:49.400Z
33472026-05-01T19:53:49.400Zinfo: running `cargo check --bins` on ipcc (134/273)
33482026-05-01T19:53:49.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-01T19:53:49.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-01T19:53:49.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-01T19:53:49.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-05-01T19:53:50.009Z
33532026-05-01T19:53:50.009Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/273)
33542026-05-01T19:53:50.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-01T19:53:50.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-01T19:53:50.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-01T19:53:50.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-05-01T19:53:50.603Z
33592026-05-01T19:53:50.603Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/273)
33602026-05-01T19:53:51.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-01T19:53:51.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-01T19:53:51.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-01T19:53:51.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-05-01T19:53:51.212Z
33652026-05-01T19:53:51.212Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/273)
33662026-05-01T19:53:51.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-01T19:53:51.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-01T19:53:51.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-01T19:53:51.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-05-01T19:53:51.823Z
33712026-05-01T19:53:51.824Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/273)
33722026-05-01T19:53:52.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-01T19:53:52.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-01T19:53:52.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-01T19:53:52.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-05-01T19:53:52.431Z
33772026-05-01T19:53:52.431Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/273)
33782026-05-01T19:53:52.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-01T19:53:52.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-01T19:53:52.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-01T19:53:52.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-05-01T19:53:53.041Z
33832026-05-01T19:53:53.041Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/273)
33842026-05-01T19:53:53.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-01T19:53:53.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-01T19:53:53.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-01T19:53:53.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-05-01T19:53:53.649Z
33892026-05-01T19:53:53.649Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/273)
33902026-05-01T19:53:54.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-01T19:53:54.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-01T19:53:54.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-01T19:53:54.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-05-01T19:53:54.254Z
33952026-05-01T19:53:54.254Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/273)
33962026-05-01T19:53:54.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-01T19:53:54.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-01T19:53:54.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-01T19:53:54.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-05-01T19:53:54.865Z
34012026-05-01T19:53:54.865Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/273)
34022026-05-01T19:53:55.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-01T19:53:55.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-01T19:53:55.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-01T19:53:55.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-05-01T19:53:55.478Z
34072026-05-01T19:53:55.478Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/273)
34082026-05-01T19:53:55.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-01T19:53:55.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-01T19:53:55.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-01T19:53:55.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-05-01T19:53:56.089Z
34132026-05-01T19:53:56.089Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/273)
34142026-05-01T19:53:56.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-01T19:53:56.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-01T19:53:56.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-01T19:53:56.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-05-01T19:53:56.701Z
34192026-05-01T19:53:56.701Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/273)
34202026-05-01T19:53:57.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-01T19:53:57.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-01T19:53:57.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-01T19:53:57.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-05-01T19:53:57.314Z
34252026-05-01T19:53:57.314Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/273)
34262026-05-01T19:53:57.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-01T19:53:57.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-01T19:53:57.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-01T19:53:57.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-05-01T19:53:57.924Z
34312026-05-01T19:53:57.924Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/273)
34322026-05-01T19:53:58.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-01T19:53:58.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-01T19:53:58.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-01T19:53:58.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-05-01T19:53:58.535Z
34372026-05-01T19:53:58.535Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/273)
34382026-05-01T19:53:59.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-01T19:53:59.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-01T19:53:59.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-01T19:53:59.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-05-01T19:53:59.148Z
34432026-05-01T19:53:59.148Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/273)
34442026-05-01T19:53:59.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-01T19:53:59.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-01T19:53:59.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-01T19:53:59.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-05-01T19:53:59.760Z
34492026-05-01T19:53:59.760Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/273)
34502026-05-01T19:54:00.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-01T19:54:00.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-01T19:54:00.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-01T19:54:00.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-05-01T19:54:00.372Z
34552026-05-01T19:54:00.372Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/273)
34562026-05-01T19:54:00.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-01T19:54:00.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-01T19:54:00.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-01T19:54:00.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-05-01T19:54:00.980Z
34612026-05-01T19:54:00.980Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/273)
34622026-05-01T19:54:01.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-01T19:54:01.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-01T19:54:01.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-01T19:54:01.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34662026-05-01T19:54:01.596Z
34672026-05-01T19:54:01.596Zinfo: running `cargo check --bins` on oximeter-producer (154/273)
34682026-05-01T19:54:02.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-01T19:54:02.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-01T19:54:02.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-01T19:54:02.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34722026-05-01T19:54:02.257Z
34732026-05-01T19:54:02.257Zinfo: running `cargo check --bins` on internal-dns-resolver (155/273)
34742026-05-01T19:54:02.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-01T19:54:02.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-01T19:54:02.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-01T19:54:02.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34782026-05-01T19:54:02.884Z
34792026-05-01T19:54:02.884Zinfo: running `cargo check --bins` on dns-server (156/273)
34802026-05-01T19:54:03.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-01T19:54:03.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-01T19:54:03.554Z Compiling parking_lot_core v0.8.6
34832026-05-01T19:54:03.555Z Compiling git-stub v1.0.0
34842026-05-01T19:54:03.555Z Compiling atomicwrites v0.4.4
34852026-05-01T19:54:03.558Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-05-01T19:54:03.558Z Checking prefix-trie v0.7.0
34872026-05-01T19:54:03.792Z Compiling git-stub-vcs v0.1.0
34882026-05-01T19:54:03.969Z Checking hickory-server v0.25.2
34892026-05-01T19:54:04.076Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34902026-05-01T19:54:04.094Z Checking parking_lot v0.11.2
34912026-05-01T19:54:04.148Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-05-01T19:54:04.148Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-05-01T19:54:04.266Z Checking sled v0.34.7
34942026-05-01T19:54:06.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
34952026-05-01T19:54:06.363Z
34962026-05-01T19:54:06.363Zinfo: running `cargo check --bins` on dns-server-api (157/273)
34972026-05-01T19:54:06.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-01T19:54:06.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-01T19:54:06.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-01T19:54:06.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-01T19:54:06.975Z
35022026-05-01T19:54:06.975Zinfo: running `cargo check --bins` on oximeter-producer-api (158/273)
35032026-05-01T19:54:07.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-01T19:54:07.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-01T19:54:07.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-01T19:54:07.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-05-01T19:54:07.588Z
35082026-05-01T19:54:07.588Zinfo: running `cargo check --bins` on sp-sim (159/273)
35092026-05-01T19:54:08.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-01T19:54:08.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-01T19:54:08.323Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-05-01T19:54:10.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
35132026-05-01T19:54:10.315Z
35142026-05-01T19:54:10.315Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/273)
35152026-05-01T19:54:10.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-01T19:54:10.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-01T19:54:10.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-01T19:54:10.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35192026-05-01T19:54:10.984Z
35202026-05-01T19:54:10.984Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/273)
35212026-05-01T19:54:11.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-01T19:54:11.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-01T19:54:11.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-01T19:54:11.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35252026-05-01T19:54:11.654Z
35262026-05-01T19:54:11.654Zinfo: running `cargo check --bins` on db-macros (162/273)
35272026-05-01T19:54:12.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-01T19:54:12.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-01T19:54:12.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-01T19:54:12.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35312026-05-01T19:54:12.252Z
35322026-05-01T19:54:12.252Zinfo: running `cargo check --bins` on nexus-macros-common (163/273)
35332026-05-01T19:54:12.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-01T19:54:12.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-01T19:54:12.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-01T19:54:12.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35372026-05-01T19:54:12.847Z
35382026-05-01T19:54:12.847Zinfo: running `cargo check --bins` on nexus-auth (164/273)
35392026-05-01T19:54:13.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-01T19:54:13.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-01T19:54:13.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-01T19:54:13.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35432026-05-01T19:54:13.514Z
35442026-05-01T19:54:13.514Zinfo: running `cargo check --bins` on authz-macros (165/273)
35452026-05-01T19:54:14.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-01T19:54:14.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-01T19:54:14.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-01T19:54:14.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35492026-05-01T19:54:14.109Z
35502026-05-01T19:54:14.110Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/273)
35512026-05-01T19:54:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-01T19:54:14.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-01T19:54:14.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-01T19:54:14.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-05-01T19:54:14.759Z
35562026-05-01T19:54:14.759Zinfo: running `cargo check --bins` on nexus-db-model (167/273)
35572026-05-01T19:54:15.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-01T19:54:15.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-01T19:54:15.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-01T19:54:15.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35612026-05-01T19:54:15.417Z
35622026-05-01T19:54:15.417Zinfo: running `cargo check --bins` on nexus-db-schema (168/273)
35632026-05-01T19:54:15.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-01T19:54:15.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-01T19:54:15.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-01T19:54:15.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-05-01T19:54:16.013Z
35682026-05-01T19:54:16.013Zinfo: running `cargo check --bins` on omicron-rpaths (169/273)
35692026-05-01T19:54:16.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-01T19:54:16.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-01T19:54:16.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-01T19:54:16.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-05-01T19:54:16.610Z
35742026-05-01T19:54:16.610Zinfo: running `cargo check --bins` on nexus-defaults (170/273)
35752026-05-01T19:54:17.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-01T19:54:17.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-01T19:54:17.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-01T19:54:17.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35792026-05-01T19:54:17.218Z
35802026-05-01T19:54:17.218Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/273)
35812026-05-01T19:54:17.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-01T19:54:17.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-01T19:54:17.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-01T19:54:17.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-05-01T19:54:17.814Z
35862026-05-01T19:54:17.814Zinfo: running `cargo check --bins` on parallel-task-set (172/273)
35872026-05-01T19:54:18.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-01T19:54:18.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-01T19:54:18.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-01T19:54:18.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-05-01T19:54:18.404Z
35922026-05-01T19:54:18.404Zinfo: running `cargo check --bins` on nexus-db-errors (173/273)
35932026-05-01T19:54:18.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-01T19:54:18.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-01T19:54:18.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-01T19:54:18.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35972026-05-01T19:54:19.068Z
35982026-05-01T19:54:19.068Zinfo: running `cargo check --bins` on nexus-db-lookup (174/273)
35992026-05-01T19:54:19.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-01T19:54:19.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-01T19:54:19.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-01T19:54:19.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36032026-05-01T19:54:19.731Z
36042026-05-01T19:54:19.731Zinfo: running `cargo check --bins` on nexus-inventory (175/273)
36052026-05-01T19:54:20.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-01T19:54:20.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-01T19:54:20.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-01T19:54:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-05-01T19:54:20.382Z
36102026-05-01T19:54:20.382Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/273)
36112026-05-01T19:54:20.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-01T19:54:20.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-01T19:54:20.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-05-01T19:54:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36152026-05-01T19:54:21.005Z
36162026-05-01T19:54:21.005Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/273)
36172026-05-01T19:54:21.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-05-01T19:54:21.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-05-01T19:54:21.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-05-01T19:54:21.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-05-01T19:54:21.632Z
36222026-05-01T19:54:21.632Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/273)
36232026-05-01T19:54:22.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-05-01T19:54:22.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-05-01T19:54:22.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-05-01T19:54:22.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-05-01T19:54:22.259Z
36282026-05-01T19:54:22.259Zinfo: running `cargo check --bins` on key-manager (179/273)
36292026-05-01T19:54:22.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-05-01T19:54:22.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-05-01T19:54:22.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-05-01T19:54:22.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-05-01T19:54:22.868Z
36342026-05-01T19:54:22.868Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/273)
36352026-05-01T19:54:23.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-05-01T19:54:23.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-05-01T19:54:23.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-05-01T19:54:23.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-05-01T19:54:23.495Z
36402026-05-01T19:54:23.495Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/273)
36412026-05-01T19:54:24.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-05-01T19:54:24.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-05-01T19:54:24.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-05-01T19:54:24.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36452026-05-01T19:54:24.121Z
36462026-05-01T19:54:24.121Zinfo: running `cargo check --bins` on typed-rng (182/273)
36472026-05-01T19:54:24.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-05-01T19:54:24.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-05-01T19:54:24.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-05-01T19:54:24.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-05-01T19:54:24.712Z
36522026-05-01T19:54:24.712Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/273)
36532026-05-01T19:54:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-05-01T19:54:25.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-05-01T19:54:25.576Z Compiling typify-impl v0.4.3
36562026-05-01T19:54:25.576Z Compiling libefi-sys v0.1.0
36572026-05-01T19:54:25.579Z Compiling bitfield-struct v0.6.2
36582026-05-01T19:54:25.729Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-05-01T19:54:25.738Z Compiling xshell-macros v0.2.7
36602026-05-01T19:54:25.776Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-05-01T19:54:25.780Z Compiling salty v0.3.0
36622026-05-01T19:54:25.836Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-05-01T19:54:25.966Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-01T19:54:26.094Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-05-01T19:54:26.107Z Checking xshell v0.2.7
36662026-05-01T19:54:26.132Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-05-01T19:54:26.300Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-05-01T19:54:26.338Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36692026-05-01T19:54:26.341Z Checking primeorder v0.13.6
36702026-05-01T19:54:26.470Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-05-01T19:54:26.511Z Compiling proc-macro-error-attr2 v2.0.0
36722026-05-01T19:54:26.581Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732026-05-01T19:54:26.597Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36742026-05-01T19:54:26.776Z Checking tungstenite v0.21.0
36752026-05-01T19:54:26.814Z Checking p384 v0.13.1
36762026-05-01T19:54:26.829Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-05-01T19:54:26.911Z Compiling proc-macro-error2 v2.0.1
36782026-05-01T19:54:26.980Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-05-01T19:54:27.206Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-05-01T19:54:27.233Z Compiling num-derive v0.3.3
36812026-05-01T19:54:27.249Z Compiling unicase v2.9.0
36822026-05-01T19:54:27.459Z Compiling mime_guess v2.0.5
36832026-05-01T19:54:27.546Z Compiling tabled_derive v0.11.0
36842026-05-01T19:54:27.661Z Checking tokio-tungstenite v0.21.0
36852026-05-01T19:54:27.715Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-05-01T19:54:28.003Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-05-01T19:54:28.021Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-01T19:54:28.135Z Checking libscf-sys v1.1.0
36892026-05-01T19:54:28.275Z Checking papergrid v0.17.0
36902026-05-01T19:54:28.391Z Checking testing_table v0.3.0
36912026-05-01T19:54:28.418Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36922026-05-01T19:54:28.493Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-05-01T19:54:28.621Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-05-01T19:54:28.747Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36952026-05-01T19:54:28.933Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36962026-05-01T19:54:28.969Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-05-01T19:54:29.059Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-05-01T19:54:29.095Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36992026-05-01T19:54:29.113Z Checking corncobs v0.1.4
37002026-05-01T19:54:29.177Z Checking tabled v0.20.0
37012026-05-01T19:54:29.249Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-01T19:54:29.336Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-05-01T19:54:29.351Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37042026-05-01T19:54:29.436Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-05-01T19:54:29.488Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37062026-05-01T19:54:29.547Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37072026-05-01T19:54:29.566Z Checking progenitor-client v0.11.2
37082026-05-01T19:54:29.666Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37092026-05-01T19:54:29.682Z Checking secrecy v0.8.0
37102026-05-01T19:54:29.805Z Checking filetime v0.2.27
37112026-05-01T19:54:29.821Z Checking xattr v1.6.1
37122026-05-01T19:54:29.835Z Checking http-range v0.1.5
37132026-05-01T19:54:29.958Z Checking tar v0.4.45
37142026-05-01T19:54:29.973Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37152026-05-01T19:54:30.299Z Compiling typify-macro v0.4.3
37162026-05-01T19:54:30.404Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-05-01T19:54:30.448Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37182026-05-01T19:54:30.480Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-05-01T19:54:30.664Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37202026-05-01T19:54:30.875Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37212026-05-01T19:54:30.911Z Checking atty v0.2.14
37222026-05-01T19:54:31.016Z Checking crc8 v0.1.1
37232026-05-01T19:54:31.124Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37242026-05-01T19:54:31.140Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37252026-05-01T19:54:31.225Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-05-01T19:54:31.484Z Checking hyper-staticfile v0.10.1
37272026-05-01T19:54:31.518Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-05-01T19:54:31.590Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37292026-05-01T19:54:31.792Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37302026-05-01T19:54:31.816Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-05-01T19:54:31.973Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322026-05-01T19:54:32.022Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-05-01T19:54:32.036Z Compiling typify v0.4.3
37342026-05-01T19:54:32.080Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37352026-05-01T19:54:32.154Z Compiling progenitor-impl v0.10.0
37362026-05-01T19:54:32.171Z Compiling progenitor-impl v0.11.2
37372026-05-01T19:54:32.547Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37382026-05-01T19:54:32.564Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37392026-05-01T19:54:33.096Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37402026-05-01T19:54:33.553Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37412026-05-01T19:54:33.622Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37422026-05-01T19:54:33.738Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-05-01T19:54:33.933Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-05-01T19:54:34.019Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-05-01T19:54:34.232Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37462026-05-01T19:54:34.303Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-05-01T19:54:34.562Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37482026-05-01T19:54:34.761Z Compiling progenitor-macro v0.10.0
37492026-05-01T19:54:34.840Z Compiling progenitor-macro v0.11.2
37502026-05-01T19:54:37.571Z Checking progenitor v0.10.0
37512026-05-01T19:54:37.712Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-05-01T19:54:37.749Z Checking progenitor v0.11.2
37532026-05-01T19:54:37.878Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-05-01T19:54:42.566Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-01T19:54:53.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s
37562026-05-01T19:54:53.991Z
37572026-05-01T19:54:53.991Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/273)
37582026-05-01T19:54:54.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-01T19:54:54.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-01T19:54:54.793Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-01T19:55:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.00s
37622026-05-01T19:55:06.219Z
37632026-05-01T19:55:06.220Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/273)
37642026-05-01T19:55:06.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-01T19:55:06.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-01T19:55:07.018Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-01T19:55:18.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
37682026-05-01T19:55:18.426Z
37692026-05-01T19:55:18.426Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/273)
37702026-05-01T19:55:19.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-01T19:55:19.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-01T19:55:19.233Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-01T19:55:30.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.06s
37742026-05-01T19:55:30.721Z
37752026-05-01T19:55:30.721Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/273)
37762026-05-01T19:55:31.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-01T19:55:31.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-01T19:55:31.516Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-01T19:55:42.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
37802026-05-01T19:55:42.952Z
37812026-05-01T19:55:42.952Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/273)
37822026-05-01T19:55:43.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-01T19:55:43.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-01T19:55:43.752Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-05-01T19:55:55.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s
37862026-05-01T19:55:55.247Z
37872026-05-01T19:55:55.247Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/273)
37882026-05-01T19:55:55.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-01T19:55:55.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-01T19:55:56.050Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-05-01T19:56:07.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s
37922026-05-01T19:56:07.696Z
37932026-05-01T19:56:07.696Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/273)
37942026-05-01T19:56:08.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-01T19:56:08.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-01T19:56:08.492Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-05-01T19:56:19.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
37982026-05-01T19:56:19.946Z
37992026-05-01T19:56:19.946Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/273)
38002026-05-01T19:56:20.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-01T19:56:20.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-01T19:56:20.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-01T19:56:20.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-01T19:56:20.560Z
38052026-05-01T19:56:20.560Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/273)
38062026-05-01T19:56:21.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-01T19:56:21.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-01T19:56:21.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-01T19:56:21.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-05-01T19:56:21.174Z
38112026-05-01T19:56:21.174Zinfo: running `cargo check --bins` on range-requests (193/273)
38122026-05-01T19:56:21.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-01T19:56:21.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-01T19:56:21.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-01T19:56:21.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-05-01T19:56:21.777Z
38172026-05-01T19:56:21.777Zinfo: running `cargo check --bins` on repo-depot-api (194/273)
38182026-05-01T19:56:22.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-01T19:56:22.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-01T19:56:22.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-01T19:56:22.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38222026-05-01T19:56:22.382Z
38232026-05-01T19:56:22.382Zinfo: running `cargo check --bins` on sled-agent-api (195/273)
38242026-05-01T19:56:22.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-01T19:56:22.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-01T19:56:22.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-01T19:56:22.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-01T19:56:23.011Z
38292026-05-01T19:56:23.011Zinfo: running `cargo check --bins` on sled-diagnostics (196/273)
38302026-05-01T19:56:23.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-01T19:56:23.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-01T19:56:23.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-01T19:56:23.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-01T19:56:23.637Z
38352026-05-01T19:56:23.637Zinfo: running `cargo check --bins` on zfs-test-harness (197/273)
38362026-05-01T19:56:24.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-01T19:56:24.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-01T19:56:24.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-01T19:56:24.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-05-01T19:56:24.260Z
38412026-05-01T19:56:24.260Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/273)
38422026-05-01T19:56:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-01T19:56:24.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-01T19:56:24.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-01T19:56:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-01T19:56:24.889Z
38472026-05-01T19:56:24.889Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/273)
38482026-05-01T19:56:25.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-01T19:56:25.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-01T19:56:25.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-01T19:56:25.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-01T19:56:25.526Z
38532026-05-01T19:56:25.526Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/273)
38542026-05-01T19:56:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-01T19:56:26.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-01T19:56:26.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-01T19:56:26.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-01T19:56:26.155Z
38592026-05-01T19:56:26.155Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/273)
38602026-05-01T19:56:26.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-01T19:56:26.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-01T19:56:26.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-01T19:56:26.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-05-01T19:56:26.791Z
38652026-05-01T19:56:26.791Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/273)
38662026-05-01T19:56:27.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-01T19:56:27.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-01T19:56:27.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-01T19:56:27.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-05-01T19:56:27.422Z
38712026-05-01T19:56:27.423Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/273)
38722026-05-01T19:56:27.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-01T19:56:27.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-01T19:56:27.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-01T19:56:27.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38762026-05-01T19:56:28.051Z
38772026-05-01T19:56:28.051Zinfo: running `cargo check --bins` on transient-dns-server (204/273)
38782026-05-01T19:56:28.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-01T19:56:28.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-01T19:56:28.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-01T19:56:28.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38822026-05-01T19:56:28.670Z
38832026-05-01T19:56:28.670Zinfo: running `cargo check --bins` on trust-quorum (205/273)
38842026-05-01T19:56:29.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-01T19:56:29.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-01T19:56:29.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-01T19:56:29.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38882026-05-01T19:56:29.308Z
38892026-05-01T19:56:29.308Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/273)
38902026-05-01T19:56:29.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-01T19:56:29.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-01T19:56:29.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-01T19:56:29.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38942026-05-01T19:56:29.959Z
38952026-05-01T19:56:29.959Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/273)
38962026-05-01T19:56:30.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-01T19:56:30.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-01T19:56:30.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-01T19:56:30.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39002026-05-01T19:56:30.628Z
39012026-05-01T19:56:30.628Zinfo: running `cargo check --bins` on update-common (208/273)
39022026-05-01T19:56:31.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-01T19:56:31.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-01T19:56:31.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-01T19:56:31.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39062026-05-01T19:56:31.245Z
39072026-05-01T19:56:31.245Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/273)
39082026-05-01T19:56:31.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-01T19:56:31.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-01T19:56:31.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-01T19:56:31.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39122026-05-01T19:56:31.915Z
39132026-05-01T19:56:31.915Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/273)
39142026-05-01T19:56:32.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-01T19:56:32.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-01T19:56:32.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-01T19:56:32.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39182026-05-01T19:56:32.511Z
39192026-05-01T19:56:32.511Zinfo: running `cargo check --bins` on reconfigurator-cli (211/273)
39202026-05-01T19:56:33.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-01T19:56:33.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-01T19:56:33.301Z Compiling fs-err v2.11.0
39232026-05-01T19:56:33.303Z Checking ignore v0.4.25
39242026-05-01T19:56:33.303Z Checking arc-swap v1.8.2
39252026-05-01T19:56:33.303Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39262026-05-01T19:56:33.447Z Checking predicates-tree v1.0.13
39272026-05-01T19:56:33.455Z Checking parse-size v1.1.0
39282026-05-01T19:56:33.469Z Checking rand_seeder v0.4.0
39292026-05-01T19:56:33.481Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39302026-05-01T19:56:33.547Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-01T19:56:33.569Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39322026-05-01T19:56:33.614Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39332026-05-01T19:56:33.634Z Checking slog-scope v4.4.1
39342026-05-01T19:56:33.763Z Compiling petname v2.0.2
39352026-05-01T19:56:33.778Z Checking slog-stdlog v4.1.1
39362026-05-01T19:56:33.794Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39372026-05-01T19:56:33.832Z Checking globwalk v0.9.1
39382026-05-01T19:56:33.872Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39392026-05-01T19:56:33.897Z Checking slog-envlogger v2.2.0
39402026-05-01T19:56:34.016Z Checking camino-tempfile-ext v0.3.3
39412026-05-01T19:56:34.032Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39422026-05-01T19:56:34.049Z Checking sapling-renderdag v0.1.0
39432026-05-01T19:56:34.203Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39442026-05-01T19:56:34.218Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39452026-05-01T19:56:34.295Z Checking subprocess v0.2.15
39462026-05-01T19:56:34.394Z Checking sync-ptr v0.1.4
39472026-05-01T19:56:34.446Z Checking colored v2.2.0
39482026-05-01T19:56:34.492Z Checking assert_matches v1.5.0
39492026-05-01T19:56:34.576Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39502026-05-01T19:56:34.592Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39512026-05-01T19:56:34.704Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39522026-05-01T19:56:34.707Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39532026-05-01T19:56:35.305Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39542026-05-01T19:56:36.627Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39552026-05-01T19:56:38.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
39562026-05-01T19:56:39.110Z
39572026-05-01T19:56:39.110Zinfo: running `cargo check --bins` on omicron-repl-utils (212/273)
39582026-05-01T19:56:39.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-01T19:56:39.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-01T19:56:39.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-05-01T19:56:39.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39622026-05-01T19:56:39.706Z
39632026-05-01T19:56:39.706Zinfo: running `cargo check --bins` on nexus-test-interface (213/273)
39642026-05-01T19:56:40.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-01T19:56:40.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-01T19:56:40.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-05-01T19:56:40.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39682026-05-01T19:56:40.372Z
39692026-05-01T19:56:40.372Zinfo: running `cargo check --bins` on oximeter-collector (214/273)
39702026-05-01T19:56:40.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-05-01T19:56:40.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-05-01T19:56:41.105Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39732026-05-01T19:56:41.105Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39742026-05-01T19:56:41.764Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39752026-05-01T19:56:43.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
39762026-05-01T19:56:43.581Z
39772026-05-01T19:56:43.581Zinfo: running `cargo check --bins` on oximeter-api (215/273)
39782026-05-01T19:56:44.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-05-01T19:56:44.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-05-01T19:56:44.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-05-01T19:56:44.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39822026-05-01T19:56:44.192Z
39832026-05-01T19:56:44.192Zinfo: running `cargo check --bins` on cert-dev (216/273)
39842026-05-01T19:56:44.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-01T19:56:44.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-01T19:56:44.807Z Checking yasna v0.5.2
39872026-05-01T19:56:45.218Z Checking rcgen v0.12.1
39882026-05-01T19:56:45.472Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39892026-05-01T19:56:45.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39902026-05-01T19:56:45.824Z
39912026-05-01T19:56:45.824Zinfo: running `cargo check --bins` on clickana (217/273)
39922026-05-01T19:56:46.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-01T19:56:46.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-01T19:56:46.477Z Compiling darling_core v0.23.0
39952026-05-01T19:56:46.480Z Compiling instability v0.3.11
39962026-05-01T19:56:46.595Z Checking castaway v0.2.4
39972026-05-01T19:56:46.600Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39982026-05-01T19:56:46.603Z Compiling indoc v2.0.7
39992026-05-01T19:56:46.616Z Checking unicode-truncate v1.1.0
40002026-05-01T19:56:46.619Z Checking lru v0.12.5
40012026-05-01T19:56:46.619Z Checking cassowary v0.3.0
40022026-05-01T19:56:46.686Z Checking compact_str v0.8.1
40032026-05-01T19:56:47.555Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40042026-05-01T19:56:47.738Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40052026-05-01T19:56:48.021Z Compiling darling_macro v0.23.0
40062026-05-01T19:56:48.435Z Compiling darling v0.23.0
40072026-05-01T19:56:49.045Z Checking ratatui v0.29.0
40082026-05-01T19:56:50.104Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40092026-05-01T19:56:50.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
40102026-05-01T19:56:50.977Z
40112026-05-01T19:56:50.977Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (218/273)
40122026-05-01T19:56:51.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-01T19:56:51.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-01T19:56:51.711Z Checking headers-core v0.3.0
40152026-05-01T19:56:51.711Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40162026-05-01T19:56:51.911Z Checking headers v0.4.1
40172026-05-01T19:56:52.283Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40182026-05-01T19:56:53.151Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40192026-05-01T19:56:53.661Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40202026-05-01T19:56:54.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
40212026-05-01T19:56:54.297Z
40222026-05-01T19:56:54.297Zinfo: running `cargo check --bins` on ch-dev (219/273)
40232026-05-01T19:56:54.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-01T19:56:54.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-01T19:56:55.030Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40262026-05-01T19:56:55.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40272026-05-01T19:56:55.990Z
40282026-05-01T19:56:55.990Zinfo: running `cargo check --bins` on dev-tools-common (220/273)
40292026-05-01T19:56:56.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-01T19:56:56.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-01T19:56:56.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-05-01T19:56:56.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40332026-05-01T19:56:56.466Z
40342026-05-01T19:56:56.466Zinfo: running `cargo check --bins` on crdb-seed (221/273)
40352026-05-01T19:56:57.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-01T19:56:57.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-01T19:56:57.198Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40382026-05-01T19:56:58.215Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40392026-05-01T19:56:58.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
40402026-05-01T19:56:58.767Z
40412026-05-01T19:56:58.767Zinfo: running `cargo check --bins` on db-dev (222/273)
40422026-05-01T19:56:59.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-01T19:56:59.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-01T19:56:59.503Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40452026-05-01T19:57:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
40462026-05-01T19:57:00.480Z
40472026-05-01T19:57:00.480Zinfo: running `cargo check --bins` on omicron-dev-lib (223/273)
40482026-05-01T19:57:01.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-01T19:57:01.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-01T19:57:01.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-05-01T19:57:01.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40522026-05-01T19:57:01.136Z
40532026-05-01T19:57:01.136Zinfo: running `cargo check --bins` on xtask-downloader (224/273)
40542026-05-01T19:57:01.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-01T19:57:01.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-01T19:57:01.755Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40572026-05-01T19:57:02.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
40582026-05-01T19:57:02.616Z
40592026-05-01T19:57:02.616Zinfo: running `cargo check --bins` on omicron-dropshot-apis (225/273)
40602026-05-01T19:57:03.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-01T19:57:03.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-01T19:57:03.379Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-05-01T19:57:03.379Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40642026-05-01T19:57:03.379Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40652026-05-01T19:57:03.381Z Checking git-stub v1.0.0
40662026-05-01T19:57:03.381Z Compiling trait-variant v0.1.2
40672026-05-01T19:57:03.381Z Checking maplit v1.0.2
40682026-05-01T19:57:03.498Z Checking is_ci v1.2.0
40692026-05-01T19:57:03.518Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40702026-05-01T19:57:03.574Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40712026-05-01T19:57:03.602Z Checking supports-color v3.0.2
40722026-05-01T19:57:03.653Z Checking git-stub-vcs v0.1.0
40732026-05-01T19:57:03.727Z Checking drift v0.1.3
40742026-05-01T19:57:03.758Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40752026-05-01T19:57:03.777Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40762026-05-01T19:57:03.853Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40772026-05-01T19:57:03.953Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40782026-05-01T19:57:04.031Z Checking dropshot-api-manager v0.7.1
40792026-05-01T19:57:04.059Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40802026-05-01T19:57:04.075Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40812026-05-01T19:57:04.256Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40822026-05-01T19:57:04.293Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40832026-05-01T19:57:04.502Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40842026-05-01T19:57:04.815Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40852026-05-01T19:57:09.842Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40862026-05-01T19:57:10.942Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40872026-05-01T19:57:11.509Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40882026-05-01T19:57:11.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
40892026-05-01T19:57:12.153Z
40902026-05-01T19:57:12.153Zinfo: running `cargo check --bins` on installinator-api (226/273)
40912026-05-01T19:57:12.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-01T19:57:12.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-01T19:57:12.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-01T19:57:12.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-05-01T19:57:12.764Z
40962026-05-01T19:57:12.764Zinfo: running `cargo check --bins` on nexus-external-api (227/273)
40972026-05-01T19:57:13.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-01T19:57:13.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-01T19:57:13.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-05-01T19:57:13.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41012026-05-01T19:57:13.419Z
41022026-05-01T19:57:13.419Zinfo: running `cargo check --bins` on nexus-internal-api (228/273)
41032026-05-01T19:57:13.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-05-01T19:57:13.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-05-01T19:57:13.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-05-01T19:57:13.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41072026-05-01T19:57:14.076Z
41082026-05-01T19:57:14.076Zinfo: running `cargo check --bins` on nexus-lockstep-api (229/273)
41092026-05-01T19:57:14.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-01T19:57:14.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-01T19:57:14.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-05-01T19:57:14.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41132026-05-01T19:57:14.730Z
41142026-05-01T19:57:14.730Zinfo: running `cargo check --bins` on ntp-admin-api (230/273)
41152026-05-01T19:57:15.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-01T19:57:15.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-01T19:57:15.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-05-01T19:57:15.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41192026-05-01T19:57:15.345Z
41202026-05-01T19:57:15.345Zinfo: running `cargo check --bins` on ntp-admin-types-versions (231/273)
41212026-05-01T19:57:15.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-01T19:57:15.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-01T19:57:15.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-05-01T19:57:15.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41252026-05-01T19:57:15.940Z
41262026-05-01T19:57:15.940Zinfo: running `cargo check --bins` on wicketd-api (232/273)
41272026-05-01T19:57:16.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-01T19:57:16.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-01T19:57:16.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-01T19:57:16.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41312026-05-01T19:57:16.566Z
41322026-05-01T19:57:16.566Zinfo: running `cargo check --bins` on omicron-ls-apis (233/273)
41332026-05-01T19:57:17.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-01T19:57:17.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-01T19:57:17.184Z Checking typeid v1.0.3
41362026-05-01T19:57:17.296Z Checking ordered-float v2.10.1
41372026-05-01T19:57:17.314Z Checking unicode-xid v0.2.6
41382026-05-01T19:57:17.317Z Checking cargo-platform v0.2.0
41392026-05-01T19:57:17.335Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41402026-05-01T19:57:17.366Z Checking erased-serde v0.4.9
41412026-05-01T19:57:17.500Z Checking serde-value v0.7.0
41422026-05-01T19:57:17.678Z Checking serde-untagged v0.1.9
41432026-05-01T19:57:17.839Z Checking cargo-util-schemas v0.8.2
41442026-05-01T19:57:18.529Z Checking cargo_metadata v0.21.0
41452026-05-01T19:57:19.153Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41462026-05-01T19:57:19.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
41472026-05-01T19:57:20.025Z
41482026-05-01T19:57:20.025Zinfo: running `cargo check --bins` on mgs-dev (234/273)
41492026-05-01T19:57:20.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-01T19:57:20.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-01T19:57:20.779Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41522026-05-01T19:57:21.420Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41532026-05-01T19:57:21.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
41542026-05-01T19:57:22.144Z
41552026-05-01T19:57:22.144Zinfo: running `cargo check --bins` on omicron-omdb (235/273)
41562026-05-01T19:57:22.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-01T19:57:22.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-01T19:57:23.015Z Compiling vergen-gitcl v1.0.8
41592026-05-01T19:57:23.016Z Compiling dirs-sys-next v0.1.2
41602026-05-01T19:57:23.016Z Compiling crunchy v0.2.4
41612026-05-01T19:57:23.016Z Compiling diesel_derives v2.3.7
41622026-05-01T19:57:23.016Z Compiling glob v0.3.3
41632026-05-01T19:57:23.019Z Compiling dsl_auto_type v0.2.0
41642026-05-01T19:57:23.019Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41652026-05-01T19:57:23.019Z Checking scheduled-thread-pool v0.2.7
41662026-05-01T19:57:23.303Z Compiling dirs-next v2.0.0
41672026-05-01T19:57:23.340Z Compiling diesel_table_macro_syntax v0.3.0
41682026-05-01T19:57:23.423Z Compiling tiny-keccak v2.0.2
41692026-05-01T19:57:23.438Z Compiling term v0.7.0
41702026-05-01T19:57:23.549Z Checking r2d2 v0.8.10
41712026-05-01T19:57:23.565Z Compiling clang-sys v1.8.1
41722026-05-01T19:57:23.580Z Checking downcast-rs v2.0.2
41732026-05-01T19:57:23.653Z Compiling bit-vec v0.6.3
41742026-05-01T19:57:23.744Z Compiling ascii-canvas v3.0.0
41752026-05-01T19:57:23.886Z Compiling bit-set v0.5.3
41762026-05-01T19:57:23.959Z Compiling itertools v0.10.5
41772026-05-01T19:57:24.005Z Compiling ena v0.14.4
41782026-05-01T19:57:24.020Z Compiling libloading v0.8.9
41792026-05-01T19:57:24.046Z Compiling diff v0.1.13
41802026-05-01T19:57:24.049Z Compiling regex-syntax v0.6.29
41812026-05-01T19:57:24.115Z Compiling bindgen v0.71.1
41822026-05-01T19:57:24.232Z Compiling cexpr v0.6.0
41832026-05-01T19:57:24.351Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41842026-05-01T19:57:24.545Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41852026-05-01T19:57:24.606Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41862026-05-01T19:57:24.702Z Compiling libxml v0.3.3
41872026-05-01T19:57:24.911Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41882026-05-01T19:57:24.963Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41892026-05-01T19:57:25.025Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41902026-05-01T19:57:25.218Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41912026-05-01T19:57:25.239Z Compiling strum_macros v0.24.3
41922026-05-01T19:57:25.276Z Compiling indoc v1.0.9
41932026-05-01T19:57:25.497Z Compiling lalrpop v0.19.12
41942026-05-01T19:57:26.265Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41952026-05-01T19:57:26.463Z Checking derive_builder v0.20.2
41962026-05-01T19:57:26.590Z Compiling oso-derive v0.27.3
41972026-05-01T19:57:26.606Z Checking quick-xml v0.37.5
41982026-05-01T19:57:26.818Z Compiling impl-trait-for-tuples v0.2.3
41992026-05-01T19:57:27.104Z Checking openssl-probe v0.1.6
42002026-05-01T19:57:27.246Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42012026-05-01T19:57:27.526Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42022026-05-01T19:57:27.724Z Checking bb8 v0.8.6
42032026-05-01T19:57:27.958Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42042026-05-01T19:57:27.992Z Checking nonempty v0.12.0
42052026-05-01T19:57:28.018Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42062026-05-01T19:57:28.163Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42072026-05-01T19:57:28.184Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42082026-05-01T19:57:28.233Z Checking console v0.16.2
42092026-05-01T19:57:28.381Z Checking unit-prefix v0.5.2
42102026-05-01T19:57:28.403Z Checking support-bundle-viewer v0.1.2
42112026-05-01T19:57:28.520Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42122026-05-01T19:57:28.546Z Checking indicatif v0.18.4
42132026-05-01T19:57:28.724Z Checking multimap v0.10.1
42142026-05-01T19:57:29.153Z Checking diesel v2.3.7
42152026-05-01T19:57:31.068Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42162026-05-01T19:57:31.385Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42172026-05-01T19:57:31.884Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42182026-05-01T19:57:32.738Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42192026-05-01T19:57:33.162Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42202026-05-01T19:57:33.494Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42212026-05-01T19:57:33.857Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42222026-05-01T19:57:33.882Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42232026-05-01T19:57:35.932Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42242026-05-01T19:57:41.132Z Compiling samael v0.0.19
42252026-05-01T19:57:45.003Z Checking diesel-dtrace v0.5.0
42262026-05-01T19:57:45.252Z Checking async-bb8-diesel v0.2.1
42272026-05-01T19:57:45.941Z Compiling polar-core v0.27.3
42282026-05-01T19:57:50.489Z Checking oso v0.27.3
42292026-05-01T19:58:27.860Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42302026-05-01T19:59:01.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42312026-05-01T19:59:01.445Z
42322026-05-01T19:59:01.445Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (236/273)
42332026-05-01T19:59:02.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-05-01T19:59:02.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-05-01T19:59:02.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-05-01T19:59:02.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42372026-05-01T19:59:02.122Z
42382026-05-01T19:59:02.122Zinfo: running `cargo check --bins` on nexus-saga-recovery (237/273)
42392026-05-01T19:59:02.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-05-01T19:59:02.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-05-01T19:59:02.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-05-01T19:59:02.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42432026-05-01T19:59:02.795Z
42442026-05-01T19:59:02.795Zinfo: running `cargo check --bins` on nexus-test-utils-macros (238/273)
42452026-05-01T19:59:03.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-01T19:59:03.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-01T19:59:03.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-05-01T19:59:03.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42492026-05-01T19:59:03.393Z
42502026-05-01T19:59:03.393Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (239/273)
42512026-05-01T19:59:03.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-01T19:59:03.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-01T19:59:04.284Z Compiling libz-sys v1.1.24
42542026-05-01T19:59:04.419Z Compiling libgit2-sys v0.18.3+1.9.2
42552026-05-01T19:59:04.455Z Compiling vergen-git2 v1.0.7
42562026-05-01T19:59:04.458Z Compiling rustls v0.21.12
42572026-05-01T19:59:04.458Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42582026-05-01T19:59:04.461Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42592026-05-01T19:59:04.461Z Checking sct v0.7.1
42602026-05-01T19:59:04.461Z Checking rustls-webpki v0.101.7
42612026-05-01T19:59:04.641Z Compiling nix v0.29.0
42622026-05-01T19:59:04.697Z Compiling dropshot v0.16.7
42632026-05-01T19:59:04.716Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42642026-05-01T19:59:04.752Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42652026-05-01T19:59:04.814Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42662026-05-01T19:59:04.942Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42672026-05-01T19:59:04.958Z Checking toml v0.9.12+spec-1.1.0
42682026-05-01T19:59:05.002Z Compiling dropshot_endpoint v0.16.7
42692026-05-01T19:59:05.153Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42702026-05-01T19:59:05.293Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42712026-05-01T19:59:05.485Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42722026-05-01T19:59:05.557Z Checking rustls-pemfile v1.0.4
42732026-05-01T19:59:05.701Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42742026-05-01T19:59:05.909Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42752026-05-01T19:59:05.963Z Checking twox-hash v2.1.2
42762026-05-01T19:59:06.135Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42772026-05-01T19:59:06.154Z Checking tokio-rustls v0.24.1
42782026-05-01T19:59:06.777Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42792026-05-01T19:59:06.817Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42802026-05-01T19:59:06.890Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42812026-05-01T19:59:07.450Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42822026-05-01T19:59:07.504Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42832026-05-01T19:59:07.546Z Checking fatfs v0.3.6
42842026-05-01T19:59:07.649Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42852026-05-01T19:59:07.787Z Compiling seq-macro v0.3.6
42862026-05-01T19:59:11.465Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42872026-05-01T19:59:11.594Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42882026-05-01T19:59:11.713Z Compiling git2 v0.20.4
42892026-05-01T19:59:13.964Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42902026-05-01T20:00:01.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.85s
42912026-05-01T20:00:01.488Z
42922026-05-01T20:00:01.489Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (240/273)
42932026-05-01T20:00:02.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-01T20:00:02.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-01T20:00:02.382Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42962026-05-01T20:00:41.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.72s
42972026-05-01T20:00:41.431Z
42982026-05-01T20:00:41.431Zinfo: running `cargo check --bins` on nexus-background-task-interface (241/273)
42992026-05-01T20:00:41.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-01T20:00:41.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-01T20:00:41.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-01T20:00:41.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43032026-05-01T20:00:42.030Z
43042026-05-01T20:00:42.030Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (242/273)
43052026-05-01T20:00:42.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-01T20:00:42.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-01T20:00:42.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-01T20:00:42.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-01T20:00:42.690Z
43102026-05-01T20:00:42.690Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (243/273)
43112026-05-01T20:00:43.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-01T20:00:43.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-01T20:00:43.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-01T20:00:43.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43152026-05-01T20:00:43.362Z
43162026-05-01T20:00:43.362Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (244/273)
43172026-05-01T20:00:43.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-01T20:00:43.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-01T20:00:43.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-01T20:00:43.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43212026-05-01T20:00:44.039Z
43222026-05-01T20:00:44.039Zinfo: running `cargo check --bins` on nexus-mgs-updates (245/273)
43232026-05-01T20:00:44.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-01T20:00:44.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-01T20:00:44.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-01T20:00:44.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-01T20:00:44.701Z
43282026-05-01T20:00:44.701Zinfo: running `cargo check --bins` on nexus-networking (246/273)
43292026-05-01T20:00:45.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-01T20:00:45.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-01T20:00:45.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-01T20:00:45.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-05-01T20:00:45.373Z
43342026-05-01T20:00:45.373Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (247/273)
43352026-05-01T20:00:45.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-01T20:00:45.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-01T20:00:45.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-01T20:00:45.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43392026-05-01T20:00:46.049Z
43402026-05-01T20:00:46.049Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (248/273)
43412026-05-01T20:00:46.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-01T20:00:46.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-01T20:00:46.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-01T20:00:46.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43452026-05-01T20:00:46.720Z
43462026-05-01T20:00:46.720Zinfo: running `cargo check --bins` on omicron-dev (249/273)
43472026-05-01T20:00:47.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-01T20:00:47.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-01T20:00:47.634Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43502026-05-01T20:00:47.634Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43512026-05-01T20:00:47.823Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43522026-05-01T20:00:47.859Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43532026-05-01T20:00:47.862Z Checking yansi v1.0.1
43542026-05-01T20:00:47.862Z Checking diff v0.1.13
43552026-05-01T20:00:47.906Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-01T20:00:47.906Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43572026-05-01T20:00:47.961Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43582026-05-01T20:00:48.125Z Checking pretty_assertions v1.4.1
43592026-05-01T20:00:48.800Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43602026-05-01T20:01:12.742Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43612026-05-01T20:01:12.742Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43622026-05-01T20:01:12.746Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43632026-05-01T20:01:12.746Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43642026-05-01T20:01:12.746Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43652026-05-01T20:01:12.747Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43662026-05-01T20:01:13.597Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43672026-05-01T20:01:14.731Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43682026-05-01T20:01:53.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
43692026-05-01T20:01:54.140Z
43702026-05-01T20:01:54.140Zinfo: running `cargo check --bins` on omicron-pins (250/273)
43712026-05-01T20:01:54.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-01T20:01:54.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-01T20:01:54.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-05-01T20:01:54.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43752026-05-01T20:01:54.743Z
43762026-05-01T20:01:54.743Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (251/273)
43772026-05-01T20:01:55.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-01T20:01:55.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-01T20:01:55.539Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43802026-05-01T20:01:55.665Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43812026-05-01T20:01:55.674Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43822026-05-01T20:02:21.602Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43832026-05-01T20:02:21.994Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43842026-05-01T20:02:23.726Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43852026-05-01T20:02:24.187Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43862026-05-01T20:02:27.159Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43872026-05-01T20:02:50.093Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43882026-05-01T20:02:50.814Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43892026-05-01T20:02:52.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.72s
43902026-05-01T20:02:52.689Z
43912026-05-01T20:02:52.689Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (252/273)
43922026-05-01T20:02:53.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-01T20:02:53.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-01T20:02:53.427Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43952026-05-01T20:02:54.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43962026-05-01T20:02:54.350Z
43972026-05-01T20:02:54.350Zinfo: running `cargo check --bins` on omicron-releng (253/273)
43982026-05-01T20:02:54.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-01T20:02:54.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-01T20:02:55.024Z Compiling blake3 v1.8.3
44012026-05-01T20:02:55.136Z Checking constant_time_eq v0.4.2
44022026-05-01T20:02:55.136Z Checking arrayref v0.3.9
44032026-05-01T20:02:55.139Z Checking arrayvec v0.7.6
44042026-05-01T20:02:55.156Z Checking topological-sort v0.2.2
44052026-05-01T20:02:55.159Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44062026-05-01T20:02:55.159Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44072026-05-01T20:02:55.159Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44082026-05-01T20:02:55.200Z Checking shell-words v1.1.1
44092026-05-01T20:02:56.013Z Checking omicron-zone-package v0.12.2
44102026-05-01T20:02:56.736Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44112026-05-01T20:02:57.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
44122026-05-01T20:02:57.754Z
44132026-05-01T20:02:57.754Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (254/273)
44142026-05-01T20:02:58.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-05-01T20:02:58.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-05-01T20:02:58.413Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44172026-05-01T20:02:58.736Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44182026-05-01T20:02:59.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44192026-05-01T20:02:59.333Z
44202026-05-01T20:02:59.334Zinfo: running `cargo check --bins` on schema (255/273)
44212026-05-01T20:02:59.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-05-01T20:02:59.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-05-01T20:03:00.075Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44242026-05-01T20:03:00.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44252026-05-01T20:03:01.002Z
44262026-05-01T20:03:01.002Zinfo: running `cargo check --bins` on xtask (256/273)
44272026-05-01T20:03:01.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-05-01T20:03:01.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-05-01T20:03:01.463Z Checking libc v0.2.185
44302026-05-01T20:03:01.466Z Checking serde v1.0.228
44312026-05-01T20:03:01.546Z Checking zerofrom v0.1.6
44322026-05-01T20:03:01.555Z Checking bitflags v2.11.0
44332026-05-01T20:03:01.560Z Checking smallvec v1.15.1
44342026-05-01T20:03:01.566Z Checking indexmap v2.14.0
44352026-05-01T20:03:01.575Z Checking serde_json v1.0.149
44362026-05-01T20:03:01.585Z Checking scroll v0.12.0
44372026-05-01T20:03:01.647Z Checking yoke v0.8.1
44382026-05-01T20:03:01.698Z Checking num-traits v0.2.19
44392026-05-01T20:03:01.733Z Checking thiserror v1.0.69
44402026-05-01T20:03:01.805Z Checking percent-encoding v2.3.2
44412026-05-01T20:03:01.816Z Checking zerovec v0.11.5
44422026-05-01T20:03:01.831Z Checking zerotrie v0.2.3
44432026-05-01T20:03:01.843Z Checking errno v0.3.14
44442026-05-01T20:03:01.936Z Checking serde_spanned v0.6.9
44452026-05-01T20:03:01.947Z Checking toml_datetime v0.6.11
44462026-05-01T20:03:01.960Z Checking rustix v1.1.3
44472026-05-01T20:03:02.067Z Checking log v0.4.29
44482026-05-01T20:03:02.076Z Checking zerocopy v0.7.35
44492026-05-01T20:03:02.085Z Checking form_urlencoded v1.2.2
44502026-05-01T20:03:02.125Z Checking toml_edit v0.22.27
44512026-05-01T20:03:02.181Z Checking getrandom v0.4.1
44522026-05-01T20:03:02.213Z Checking goblin v0.8.2
44532026-05-01T20:03:02.213Z Checking thiserror v2.0.18
44542026-05-01T20:03:02.232Z Checking ordered-float v2.10.1
44552026-05-01T20:03:02.249Z Checking tinystr v0.8.2
44562026-05-01T20:03:02.311Z Checking potential_utf v0.1.4
44572026-05-01T20:03:02.323Z Checking syn v2.0.117
44582026-05-01T20:03:02.428Z Checking icu_locale_core v2.1.1
44592026-05-01T20:03:02.443Z Checking icu_collections v2.1.1
44602026-05-01T20:03:02.454Z Checking serde-value v0.7.0
44612026-05-01T20:03:02.573Z Checking dtrace-parser v0.2.0
44622026-05-01T20:03:02.666Z Checking thread-id v4.2.2
44632026-05-01T20:03:02.749Z Checking once_cell v1.21.3
44642026-05-01T20:03:02.761Z Checking cargo-platform v0.2.0
44652026-05-01T20:03:02.776Z Checking terminal_size v0.4.3
44662026-05-01T20:03:02.817Z Checking memmap v0.7.0
44672026-05-01T20:03:02.910Z Checking clap_builder v4.5.60
44682026-05-01T20:03:02.922Z Checking tempfile v3.25.0
44692026-05-01T20:03:02.935Z Checking textwrap v0.16.2
44702026-05-01T20:03:02.945Z Checking fs-err v3.3.0
44712026-05-01T20:03:02.980Z Checking icu_provider v2.1.1
44722026-05-01T20:03:03.108Z Checking camino-tempfile v1.4.1
44732026-05-01T20:03:03.121Z Checking anyhow v1.0.102
44742026-05-01T20:03:03.145Z Checking tabled v0.15.0
44752026-05-01T20:03:03.220Z Checking icu_normalizer v2.1.1
44762026-05-01T20:03:03.236Z Checking icu_properties v2.1.2
44772026-05-01T20:03:03.263Z Checking toml v0.8.23
44782026-05-01T20:03:03.320Z Checking macaddr v1.0.1
44792026-05-01T20:03:03.506Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44802026-05-01T20:03:03.584Z Checking cargo_toml v0.21.0
44812026-05-01T20:03:04.064Z Checking idna_adapter v1.2.1
44822026-05-01T20:03:04.113Z Checking dof v0.3.0
44832026-05-01T20:03:04.124Z Checking clap v4.5.60
44842026-05-01T20:03:04.183Z Checking idna v1.1.0
44852026-05-01T20:03:04.377Z Checking usdt-impl v0.5.0
44862026-05-01T20:03:04.405Z Checking url v2.5.8
44872026-05-01T20:03:04.626Z Checking usdt v0.5.0
44882026-05-01T20:03:04.746Z Checking cargo-util-schemas v0.8.2
44892026-05-01T20:03:05.433Z Checking cargo_metadata v0.21.0
44902026-05-01T20:03:06.039Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44912026-05-01T20:03:06.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
44922026-05-01T20:03:06.585Z
44932026-05-01T20:03:06.585Zinfo: running `cargo check --bins` on dnsadm (257/273)
44942026-05-01T20:03:07.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-05-01T20:03:07.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-05-01T20:03:07.238Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44972026-05-01T20:03:07.725Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44982026-05-01T20:03:08.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44992026-05-01T20:03:08.313Z
45002026-05-01T20:03:08.313Zinfo: running `cargo check --bins` on end-to-end-tests (258/273)
45012026-05-01T20:03:08.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-05-01T20:03:08.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-05-01T20:03:09.122Z Checking polyval v0.6.2
45042026-05-01T20:03:09.248Z Checking ctr v0.9.2
45052026-05-01T20:03:09.259Z Checking ssh-encoding v0.2.0
45062026-05-01T20:03:09.259Z Checking blowfish v0.9.1
45072026-05-01T20:03:09.280Z Checking password-hash v0.4.2
45082026-05-01T20:03:09.295Z Checking p521 v0.13.3
45092026-05-01T20:03:09.295Z Checking p256 v0.13.2
45102026-05-01T20:03:09.324Z Checking russh-cryptovec v0.7.3
45112026-05-01T20:03:09.391Z Checking ghash v0.5.1
45122026-05-01T20:03:09.405Z Checking bcrypt-pbkdf v0.10.0
45132026-05-01T20:03:09.408Z Checking md5 v0.7.0
45142026-05-01T20:03:09.454Z Checking num-bigint v0.4.6
45152026-05-01T20:03:09.454Z Checking des v0.8.1
45162026-05-01T20:03:09.503Z Checking pbkdf2 v0.11.0
45172026-05-01T20:03:09.519Z Checking aes-gcm v0.10.3
45182026-05-01T20:03:09.560Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45192026-05-01T20:03:09.560Z Checking hex-literal v0.4.1
45202026-05-01T20:03:09.590Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45212026-05-01T20:03:09.638Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45222026-05-01T20:03:09.657Z Checking socket2 v0.5.10
45232026-05-01T20:03:09.672Z Checking internet-checksum v0.2.1
45242026-05-01T20:03:09.674Z Checking ssh-cipher v0.2.0
45252026-05-01T20:03:09.852Z Checking ssh-key v0.6.7
45262026-05-01T20:03:09.963Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45272026-05-01T20:03:10.486Z Checking russh-keys v0.45.0
45282026-05-01T20:03:11.048Z Checking russh v0.45.0
45292026-05-01T20:03:26.027Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45302026-05-01T20:03:27.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.94s
45312026-05-01T20:03:27.473Z
45322026-05-01T20:03:27.473Zinfo: running `cargo check --bins` on gateway-cli (259/273)
45332026-05-01T20:03:28.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-05-01T20:03:28.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-05-01T20:03:28.138Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45362026-05-01T20:03:28.249Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45372026-05-01T20:03:28.258Z Checking termios v0.3.3
45382026-05-01T20:03:29.464Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45392026-05-01T20:03:29.614Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45402026-05-01T20:03:31.421Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45412026-05-01T20:03:32.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
45422026-05-01T20:03:32.185Z
45432026-05-01T20:03:32.185Zinfo: running `cargo check --bins --no-default-features` on installinator (260/273)
45442026-05-01T20:03:32.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-05-01T20:03:32.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-05-01T20:03:32.907Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45472026-05-01T20:03:33.023Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45482026-05-01T20:03:33.032Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45492026-05-01T20:03:33.035Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45502026-05-01T20:03:33.047Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45512026-05-01T20:03:33.050Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45522026-05-01T20:03:33.769Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45532026-05-01T20:03:34.112Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45542026-05-01T20:03:34.115Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45552026-05-01T20:03:34.748Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45562026-05-01T20:03:36.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45572026-05-01T20:03:36.614Z
45582026-05-01T20:03:36.615Zinfo: running `cargo check --bins` on internal-dns-cli (261/273)
45592026-05-01T20:03:37.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-05-01T20:03:37.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-05-01T20:03:37.264Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45622026-05-01T20:03:37.718Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45632026-05-01T20:03:38.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45642026-05-01T20:03:38.240Z
45652026-05-01T20:03:38.240Zinfo: running `cargo check --bins` on omicron-live-tests (262/273)
45662026-05-01T20:03:38.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-01T20:03:38.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-01T20:03:38.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-05-01T20:03:38.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45702026-05-01T20:03:38.846Z
45712026-05-01T20:03:38.846Zinfo: running `cargo check --bins` on live-tests-macros (263/273)
45722026-05-01T20:03:39.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-01T20:03:39.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-01T20:03:39.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45752026-05-01T20:03:39.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45762026-05-01T20:03:39.451Z
45772026-05-01T20:03:39.451Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (264/273)
45782026-05-01T20:03:40.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-01T20:03:40.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-01T20:03:40.223Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45812026-05-01T20:03:40.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45822026-05-01T20:03:41.047Z
45832026-05-01T20:03:41.047Zinfo: running `cargo check --bins` on omicron-ntp-admin (265/273)
45842026-05-01T20:03:41.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-01T20:03:41.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-01T20:03:41.718Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45872026-05-01T20:03:41.722Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45882026-05-01T20:03:41.969Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45892026-05-01T20:03:41.969Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45902026-05-01T20:03:42.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45912026-05-01T20:03:42.953Z
45922026-05-01T20:03:42.953Zinfo: running `cargo check --bins` on ntp-admin-types (266/273)
45932026-05-01T20:03:43.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-05-01T20:03:43.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-05-01T20:03:43.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45962026-05-01T20:03:43.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45972026-05-01T20:03:43.562Z
45982026-05-01T20:03:43.562Zinfo: running `cargo check --bins` on omicron-package (267/273)
45992026-05-01T20:03:44.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-01T20:03:44.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-01T20:03:44.262Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46022026-05-01T20:03:45.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
46032026-05-01T20:03:45.549Z
46042026-05-01T20:03:45.550Zinfo: running `cargo check --bins` on tqdb (268/273)
46052026-05-01T20:03:46.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-01T20:03:46.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-01T20:03:46.345Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46082026-05-01T20:03:46.696Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46092026-05-01T20:03:47.209Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46102026-05-01T20:03:47.209Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46112026-05-01T20:03:53.012Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46122026-05-01T20:03:53.016Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46132026-05-01T20:03:53.578Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46142026-05-01T20:03:53.582Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46152026-05-01T20:03:53.582Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46162026-05-01T20:03:53.582Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46172026-05-01T20:03:54.341Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46182026-05-01T20:03:55.377Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46192026-05-01T20:03:56.319Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46202026-05-01T20:03:56.825Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46212026-05-01T20:04:00.855Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46222026-05-01T20:04:07.345Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46232026-05-01T20:04:07.348Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46242026-05-01T20:04:07.348Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46252026-05-01T20:04:07.348Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46262026-05-01T20:04:08.865Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46272026-05-01T20:04:10.191Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46282026-05-01T20:04:10.873Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46292026-05-01T20:04:12.128Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46302026-05-01T20:04:12.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.13s
46312026-05-01T20:04:12.901Z
46322026-05-01T20:04:12.901Zinfo: running `cargo check --bins` on wicket-dbg (269/273)
46332026-05-01T20:04:13.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-05-01T20:04:13.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-05-01T20:04:13.617Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46362026-05-01T20:04:13.617Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46372026-05-01T20:04:13.620Z Checking rtoolbox v0.0.3
46382026-05-01T20:04:13.620Z Checking tui-tree-widget v0.23.1
46392026-05-01T20:04:13.841Z Checking rpassword v7.4.0
46402026-05-01T20:04:14.872Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46412026-05-01T20:04:17.864Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46422026-05-01T20:04:19.728Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46432026-05-01T20:04:20.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
46442026-05-01T20:04:20.854Z
46452026-05-01T20:04:20.854Zinfo: running `cargo check --bins` on wicket (270/273)
46462026-05-01T20:04:21.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-05-01T20:04:21.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-05-01T20:04:21.557Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46492026-05-01T20:04:21.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46502026-05-01T20:04:22.116Z
46512026-05-01T20:04:22.116Zinfo: running `cargo check --bins` on wicketd (271/273)
46522026-05-01T20:04:22.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-01T20:04:22.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-01T20:04:22.851Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46552026-05-01T20:04:22.854Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46562026-05-01T20:04:22.854Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46572026-05-01T20:04:22.856Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46582026-05-01T20:04:23.851Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46592026-05-01T20:04:24.428Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46602026-05-01T20:04:27.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
46612026-05-01T20:04:27.608Z
46622026-05-01T20:04:27.608Zinfo: running `cargo check --bins` on omicron-workspace-hack (272/273)
46632026-05-01T20:04:28.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-05-01T20:04:28.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-05-01T20:04:28.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46662026-05-01T20:04:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46672026-05-01T20:04:28.197Z
46682026-05-01T20:04:28.197Zinfo: running `cargo check --bins` on zone-setup (273/273)
46692026-05-01T20:04:28.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-01T20:04:28.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-01T20:04:28.869Z Checking uzers v0.12.2
46722026-05-01T20:04:29.142Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46732026-05-01T20:04:29.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46742026-05-01T20:04:30.098Z
46752026-05-01T20:04:30.098Zreal 14:22.233912913
46762026-05-01T20:04:30.098Zuser 20:57.305850195
46772026-05-01T20:04:30.098Zsys 4:20.008377495
46782026-05-01T20:04:30.098Ztrap 0.327315432
46792026-05-01T20:04:30.098Ztflt 0.357402459
46802026-05-01T20:04:30.098Zdflt 0.956445834
46812026-05-01T20:04:30.098Zkflt 0.001357845
46822026-05-01T20:04:30.098Zlock 1:18:16.038410423
46832026-05-01T20:04:30.098Zslp 1:40:04.633662628
46842026-05-01T20:04:30.098Zlat 1:02.222620915
46852026-05-01T20:04:30.098Zstop 3:38.782520884
46862026-05-01T20:04:30.105Zprocess exited: duration 1047844 ms, exit code 0
 
46872026-05-01T20:04:30.113Zfound 0 output files