01KP4C3S5JM5N3NGKNFXMTN83D: 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: 01KP4C42NPNET8XANT0CGAZ69T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-13T21:32:35.412Zjob assigned to worker 01KP4C45D3R2Q5E9B475S0BBY3 [factory aws, i-0e4760d961ab840ce] (queued for 44 s)
 
22026-04-13T21:32:41.869Zstarting task 0: "setup"
32026-04-13T21:32:41.874Z++ uname -s
42026-04-13T21:32:41.877Z+ kern=SunOS
52026-04-13T21:32:41.877Z+ build_user=build
62026-04-13T21:32:41.877Z+ build_uid=12345
72026-04-13T21:32:41.877Z+ work_dir=/work
82026-04-13T21:32:41.877Z+ input_dir=/input
92026-04-13T21:32:41.877Z+ [[ 0 == 12345 ]]
102026-04-13T21:32:41.877Z+ case "$kern" in
112026-04-13T21:32:41.877Z+ groupadd -g 12345 build
122026-04-13T21:32:41.880Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-13T21:32:43.885Z+ zfs create -o mountpoint=/work rpool/work
142026-04-13T21:32:43.940Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-13T21:32:43.943Z+ home_fs=zfs
162026-04-13T21:32:43.943Z+ [[ zfs == autofs ]]
172026-04-13T21:32:43.943Z+ mkdir -p /home/build
182026-04-13T21:32:43.943Z+ chown build:build /home/build /work
192026-04-13T21:32:45.944Z+ chmod 0700 /home/build /work
202026-04-13T21:32:45.947Zprocess exited: duration 4079 ms, exit code 0
 
212026-04-13T21:32:45.956Zstarting task 1: "rust-toolchain"
222026-04-13T21:32:45.961Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-13T21:32:45.961Z * rust toolchain channel = "1.94.0"
242026-04-13T21:32:45.961Z * rust toolchain profile = "default"
252026-04-13T21:32:45.961Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-13T21:32:45.961Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-13T21:32:45.961Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-13T21:32:45.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-13T21:32:45.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-13T21:32:46.061Zinfo: downloading installer
312026-04-13T21:32:47.654Zwarn: It looks like you have an existing installation of Rust at:
322026-04-13T21:32:47.654Zwarn: /opt/ooce/bin
332026-04-13T21:32:47.654Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-13T21:32:47.654Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-13T21:32:47.654Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-13T21:32:47.654Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-13T21:32:47.654Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-13T21:32:47.654Zerror: cannot install while Rust is installed
392026-04-13T21:32:47.654Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-13T21:32:47.654Zwarn: It looks like you have an existing rustup settings file at:
412026-04-13T21:32:47.654Zwarn: /home/build/.rustup/settings.toml
422026-04-13T21:32:47.654Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-13T21:32:47.654Zwarn: instead of the one inferred from the default host triple.
442026-04-13T21:32:47.689Zinfo: profile set to default
452026-04-13T21:32:47.689Zinfo: default host triple is x86_64-unknown-illumos
462026-04-13T21:32:47.692Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-13T21:32:47.824Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-13T21:32:47.827Zinfo: downloading 6 components
492026-04-13T21:33:01.930Z
502026-04-13T21:33:01.930Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-13T21:33:01.970Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-13T21:33:01.971Z
532026-04-13T21:33:01.971Z
542026-04-13T21:33:01.971ZRust is installed now. Great!
552026-04-13T21:33:01.971Z
562026-04-13T21:33:01.971ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-13T21:33:01.971Zenvironment variable. This has not been done automatically.
582026-04-13T21:33:01.971Z
592026-04-13T21:33:01.971ZTo configure your current shell, you need to source
602026-04-13T21:33:01.971Zthe corresponding env file under $HOME/.cargo.
612026-04-13T21:33:01.972Z
622026-04-13T21:33:01.972ZThis is usually done by running one of the following (note the leading DOT):
632026-04-13T21:33:01.972Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-13T21:33:01.972Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-13T21:33:01.972Zsource "~/.cargo/env.nu" # For nushell
662026-04-13T21:33:01.972Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-13T21:33:01.977Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-13T21:33:01.978Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-13T21:33:01.978Zwarn: no default linker (`cc`) was found in your PATH
702026-04-13T21:33:01.978Zwarn: many Rust crates require a system C toolchain to build
712026-04-13T21:33:02.055Z+ rustup --version
722026-04-13T21:33:02.063Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-13T21:33:02.066Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-13T21:33:02.085Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-13T21:33:02.088Z+ cargo --version
762026-04-13T21:33:02.101Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-13T21:33:02.103Z+ rustc --version
782026-04-13T21:33:02.122Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-13T21:33:02.125Zprocess exited: duration 16166 ms, exit code 0
 
802026-04-13T21:33:02.130Zstarting task 2: "authentication"
812026-04-13T21:33:02.146Zprocess exited: duration 15 ms, exit code 0
 
822026-04-13T21:33:02.151Zstarting task 3: "clone repository"
832026-04-13T21:33:02.154Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-13T21:33:02.157Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-13T21:33:02.366ZCloning into '/work/oxidecomputer/omicron'...
862026-04-13T21:33:13.073Z+ cd /work/oxidecomputer/omicron
872026-04-13T21:33:13.073Z+ git fetch origin 2de9271e912e9e63abd00d905268b2dc75bd9f23
882026-04-13T21:33:13.379ZFrom https://github.com/oxidecomputer/omicron
892026-04-13T21:33:13.379Z * branch 2de9271e912e9e63abd00d905268b2dc75bd9f23 -> FETCH_HEAD
902026-04-13T21:33:13.388Z+ [[ -n spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix ]]
912026-04-13T21:33:13.391Z++ git branch --show-current
922026-04-13T21:33:13.391Z+ current=main
932026-04-13T21:33:13.391Z+ [[ main != spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix ]]
942026-04-13T21:33:13.391Z+ git branch -f spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix 2de9271e912e9e63abd00d905268b2dc75bd9f23
952026-04-13T21:33:13.393Z+ git checkout -f spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix
962026-04-13T21:33:13.456ZSwitched to branch 'spr/papertigers/bump-propolis-to-bc489dd-propolis-lifecycle-fix'
972026-04-13T21:33:13.459Z+ git reset --hard 2de9271e912e9e63abd00d905268b2dc75bd9f23
982026-04-13T21:33:13.519ZHEAD is now at 2de9271e9 [jj-spr] initial version
992026-04-13T21:33:13.522Zprocess exited: duration 11367 ms, exit code 0
 
1002026-04-13T21:33:13.527Zstarting task 4: "build"
1012026-04-13T21:33:13.531Z+ source .github/buildomat/ci-env.sh
1022026-04-13T21:33:13.534Z++ export CARGO_TERM_COLOR=always
1032026-04-13T21:33:13.534Z++ CARGO_TERM_COLOR=always
1042026-04-13T21:33:13.534Z+ cargo --version
1052026-04-13T21:33:13.541Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-13T21:33:13.544Z+ rustc --version
1072026-04-13T21:33:13.563Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-13T21:33:13.566Z+ source ./env.sh
1092026-04-13T21:33:13.566Z++ OLD_SHELL_OPTS=ehxB
1102026-04-13T21:33:13.566Z++ set -o xtrace
1112026-04-13T21:33:13.569Z++++ dirname ./env.sh
1122026-04-13T21:33:13.569Z+++ readlink -f .
1132026-04-13T21:33:13.582Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-13T21:33:13.582Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-13T21:33:13.582Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-13T21:33:13.585Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-13T21:33:13.585Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-13T21:33:13.585Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-13T21:33:13.585Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-13T21:33:13.585Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-13T21:33:13.585Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-13T21:33:13.585Z++ case $OLD_SHELL_OPTS in
1232026-04-13T21:33:13.585Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-13T21:33:13.585Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-13T21:33:13.585Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-13T21:33:13.585Z+ banner prerequisites
1272026-04-13T21:33:13.585Z
1282026-04-13T21:33:13.585Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-13T21:33:13.585Z # # # # # # # # # # # # # # #
1302026-04-13T21:33:13.585Z # # # # ##### # # ##### # # # # # #### #
1312026-04-13T21:33:13.585Z ##### ##### # ##### # # # # # # # # #
1322026-04-13T21:33:13.585Z # # # # # # # # # # # # # # #
1332026-04-13T21:33:13.585Z # # # ###### # # ###### ### # #### # #### #
1342026-04-13T21:33:13.585Z
1352026-04-13T21:33:13.585Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-13T21:33:23.393Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-13T21:33:30.452Z Startup: Caching catalogs ... Done
1382026-04-13T21:33:35.584ZPlanning: Solver setup ... Done (3.772s)
1392026-04-13T21:33:35.611ZPlanning: Running solver ... Done (0.027s)
1402026-04-13T21:33:35.732ZPlanning: Finding local manifests ... Done (0.002s)
1412026-04-13T21:33:35.744ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-13T21:33:36.133ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-13T21:33:36.163ZPlanning: Package planning ... Done (0.032s)
1442026-04-13T21:33:36.192ZPlanning: Merging actions ... Done (0.028s)
1452026-04-13T21:33:36.424ZPlanning: Checking for conflicting actions ... Done (0.232s)
1462026-04-13T21:33:36.431ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-13T21:33:38.379ZPlanning: Evaluating mediators ... Done (1.947s)
1482026-04-13T21:33:38.385ZPlanning: Planning completed in 7.77 seconds
1492026-04-13T21:33:38.607Z Packages to install: 4
1502026-04-13T21:33:38.607Z Mediators to change: 2
1512026-04-13T21:33:38.607Z Services to change: 1
1522026-04-13T21:33:38.607Z Estimated space available: 155.35 GB
1532026-04-13T21:33:38.607ZEstimated space to be consumed: 1.85 GB
1542026-04-13T21:33:38.611Z Create boot environment: No
1552026-04-13T21:33:38.611ZCreate backup boot environment: No
1562026-04-13T21:33:38.611Z Rebuild boot archive: No
1572026-04-13T21:33:38.611Z
1582026-04-13T21:33:38.611ZChanged mediators:
1592026-04-13T21:33:38.611Z mediator clang:
1602026-04-13T21:33:38.611Z version: None -> 15 (system default)
1612026-04-13T21:33:38.611Z
1622026-04-13T21:33:38.611Z mediator llvm:
1632026-04-13T21:33:38.611Z version: 14 (system default) -> 15 (system default)
1642026-04-13T21:33:38.611Z
1652026-04-13T21:33:38.611ZChanged packages:
1662026-04-13T21:33:38.611Zhelios-dev
1672026-04-13T21:33:38.611Z developer/build-essential
1682026-04-13T21:33:38.611Z None -> 11-2.0
1692026-04-13T21:33:38.611Z library/libxmlsec1
1702026-04-13T21:33:38.611Z None -> 1.2.35-2.0
1712026-04-13T21:33:38.611Z ooce/developer/clang-15
1722026-04-13T21:33:38.611Z None -> 15.0.7-2.0
1732026-04-13T21:33:38.611Z ooce/developer/llvm-15
1742026-04-13T21:33:38.611Z None -> 15.0.7-2.0
1752026-04-13T21:33:38.611Z
1762026-04-13T21:33:38.611ZServices:
1772026-04-13T21:33:38.611Z restart_fmri:
1782026-04-13T21:33:38.611Z svc:/system/update-man-index:default
1792026-04-13T21:33:38.674Z
1802026-04-13T21:33:38.674ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-13T21:33:43.698ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (28.1M/s)
1822026-04-13T21:33:49.343ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (17.0M/s)
1832026-04-13T21:33:54.343ZDownload: 3257/3290 items 204.1/212.6MB 96% complete (8.7M/s)
1842026-04-13T21:33:54.985ZDownload: Completed 212.60 MB in 16.31 seconds (13.0M/s)
1852026-04-13T21:33:55.217Z Actions: 1/3689 actions (Installing new actions)
1862026-04-13T21:33:58.534Z Actions: Completed 3689 actions in 3.32 seconds.
1872026-04-13T21:33:59.200Z Done (0.662s)
1882026-04-13T21:33:59.201Z Done (0.000s)
1892026-04-13T21:33:59.908Z Done (0.707s)
1902026-04-13T21:34:03.028Z Done (2.782s)
1912026-04-13T21:34:03.099Z Done (0.012s)
1922026-04-13T21:34:03.102Z Done (0.000s)
1932026-04-13T21:34:03.402Z Done (0.000s)
1942026-04-13T21:34:04.242ZPlanning: Evaluating mediator changes ... Done
1952026-04-13T21:34:04.349ZPlanning: Checking for conflicting actions ... Done
1962026-04-13T21:34:04.352ZPlanning: Consolidating action changes ... Done
1972026-04-13T21:34:04.510ZPlanning: Evaluating mediators ... Done
1982026-04-13T21:34:04.513ZPlanning: Planning completed in 0.27 seconds
1992026-04-13T21:34:04.531Z Mediators to change: 2
2002026-04-13T21:34:04.531Z Create boot environment: No
2012026-04-13T21:34:04.531ZCreate backup boot environment: No
2022026-04-13T21:34:04.602Z Done
2032026-04-13T21:34:04.602Z Done
2042026-04-13T21:34:05.206Z Done
2052026-04-13T21:34:07.720Z Done
2062026-04-13T21:34:07.797Z Done
2072026-04-13T21:34:07.800Z Done
2082026-04-13T21:34:07.954Z Done
2092026-04-13T21:34:08.357ZPlanning: Evaluating mediator changes ... Done
2102026-04-13T21:34:08.363ZPlanning: Merging actions ... Done
2112026-04-13T21:34:08.494ZPlanning: Checking for conflicting actions ... Done
2122026-04-13T21:34:08.516ZPlanning: Consolidating action changes ... Done
2132026-04-13T21:34:08.632ZPlanning: Evaluating mediators ... Done
2142026-04-13T21:34:08.665ZPlanning: Planning completed in 0.45 seconds
2152026-04-13T21:34:08.683Z Packages to change: 1
2162026-04-13T21:34:08.683Z Mediators to change: 1
2172026-04-13T21:34:08.683Z Services to change: 1
2182026-04-13T21:34:08.693Z Create boot environment: No
2192026-04-13T21:34:08.694ZCreate backup boot environment: Yes
2202026-04-13T21:34:11.227Z Actions: 1/6 actions (Updating modified actions)
2212026-04-13T21:34:11.229Z Actions: Completed 6 actions in 0.00 seconds.
2222026-04-13T21:34:11.229Z Done
2232026-04-13T21:34:11.229Z Done
2242026-04-13T21:34:11.370Z Done
2252026-04-13T21:34:13.975Z Done
2262026-04-13T21:34:14.052Z Done
2272026-04-13T21:34:14.055Z Done
2282026-04-13T21:34:14.216Z Done
2292026-04-13T21:34:14.502ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-13T21:34:14.502Zclang system 15 system
2312026-04-13T21:34:14.502Zcsh system system illumos
2322026-04-13T21:34:14.502Zctags system system illumos
2332026-04-13T21:34:14.502Zfile system system illumos
2342026-04-13T21:34:14.502Zgcc vendor 12 vendor
2352026-04-13T21:34:14.502Zgcc system 14 system
2362026-04-13T21:34:14.502Zgcc system 10 system
2372026-04-13T21:34:14.502Zgo system 1.20 system
2382026-04-13T21:34:14.502Zgo system 1.19 system
2392026-04-13T21:34:14.502Zllvm system 15 system
2402026-04-13T21:34:14.503Zllvm system 14 system
2412026-04-13T21:34:14.503Zmariadb system 10.6 system
2422026-04-13T21:34:14.503Zmta vendor vendor dma
2432026-04-13T21:34:14.503Zopenjdk system 17 system
2442026-04-13T21:34:14.503Zopenjdk system 11 system
2452026-04-13T21:34:14.503Zopenjdk system 1.8 system
2462026-04-13T21:34:14.503Zopenssl vendor 3 vendor
2472026-04-13T21:34:14.503Zperl system 5.36 system
2482026-04-13T21:34:14.503Zpostgresql system 15 system
2492026-04-13T21:34:14.503Zpostgresql system 13 system
2502026-04-13T21:34:14.503Zpython vendor 3 vendor
2512026-04-13T21:34:14.503Zpython system 2 system
2522026-04-13T21:34:14.503Zpython3 system 3.11 system
2532026-04-13T21:34:14.503Zruby system 3.0 system
2542026-04-13T21:34:14.503Zwords vendor vendor american-english
2552026-04-13T21:34:14.503Zwords system system australian-english
2562026-04-13T21:34:14.503Zwords system system british-english
2572026-04-13T21:34:14.503Zwords system system canadian-english
2582026-04-13T21:34:14.503Zwords system system french
2592026-04-13T21:34:14.503Zwords system system italian
2602026-04-13T21:34:14.503Zwords system system ngerman
2612026-04-13T21:34:14.503Zwords system system ogerman
2622026-04-13T21:34:14.503Zwords system system spanish
2632026-04-13T21:34:14.722ZPUBLISHER TYPE STATUS P LOCATION
2642026-04-13T21:34:14.723Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-04-13T21:34:19.149ZFMRI IFO
2662026-04-13T21:34:19.150Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-04-13T21:34:19.150Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-04-13T21:34:19.150Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-04-13T21:34:19.150Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-04-13T21:34:19.150Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-04-13T21:34:19.150Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-04-13T21:34:19.150Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-04-13T21:34:19.150Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-13T21:34:19.150Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-13T21:34:19.150Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-13T21:34:19.150Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-13T21:34:19.150Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-13T21:34:19.150Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-13T21:34:19.150Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-13T21:34:19.150Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-13T21:34:19.150Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-13T21:34:20.247Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-13T21:34:20.513Z Updating crates.io index
2842026-04-13T21:34:20.545Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-13T21:34:21.244Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-13T21:34:21.681Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-13T21:34:22.237Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-13T21:34:23.708Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-13T21:34:24.195Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-13T21:34:25.553Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-13T21:34:26.315Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-13T21:34:26.576Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-13T21:34:27.300Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-13T21:34:27.656Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-13T21:34:28.023Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-13T21:34:28.387Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-13T21:34:29.403Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-13T21:34:29.967Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-13T21:34:30.222Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-13T21:34:30.723Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-13T21:34:31.129Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-13T21:34:31.390Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-13T21:34:31.643Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-13T21:34:31.908Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-13T21:34:32.394Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-13T21:34:32.750Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-13T21:34:33.300Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-13T21:34:33.758Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-13T21:34:34.077Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-13T21:34:35.170Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-13T21:34:35.862Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-13T21:34:36.388Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-13T21:34:36.867Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-13T21:34:37.169Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-13T21:34:37.495Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-13T21:34:37.801Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-13T21:34:38.325Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-13T21:34:38.571Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-13T21:34:38.856Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-13T21:34:39.144Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-13T21:34:39.524Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-13T21:34:50.995Z Downloading crates ...
3232026-04-13T21:34:51.050Z Downloaded anstyle-query v1.1.5
3242026-04-13T21:34:51.058Z Downloaded generic-array v0.14.7
3252026-04-13T21:34:51.060Z Downloaded heck v0.5.0
3262026-04-13T21:34:51.060Z Downloaded erased-serde v0.4.9
3272026-04-13T21:34:51.063Z Downloaded cfg-if v1.0.4
3282026-04-13T21:34:51.063Z Downloaded camino v1.2.2
3292026-04-13T21:34:51.066Z Downloaded smawk v0.3.2
3302026-04-13T21:34:51.066Z Downloaded unicode-xid v0.2.6
3312026-04-13T21:34:51.066Z Downloaded swrite v0.1.0
3322026-04-13T21:34:51.072Z Downloaded pretty-hex v0.4.1
3332026-04-13T21:34:51.075Z Downloaded textwrap v0.16.2
3342026-04-13T21:34:51.075Z Downloaded form_urlencoded v1.2.2
3352026-04-13T21:34:51.078Z Downloaded fastrand v2.3.0
3362026-04-13T21:34:51.078Z Downloaded errno v0.3.14
3372026-04-13T21:34:51.078Z Downloaded thiserror v1.0.69
3382026-04-13T21:34:51.081Z Downloaded utf8parse v0.2.2
3392026-04-13T21:34:51.081Z Downloaded zerofrom v0.1.6
3402026-04-13T21:34:51.084Z Downloaded fnv v1.0.7
3412026-04-13T21:34:51.084Z Downloaded dof v0.3.0
3422026-04-13T21:34:51.084Z Downloaded toml_write v0.1.2
3432026-04-13T21:34:51.084Z Downloaded typeid v1.0.3
3442026-04-13T21:34:51.084Z Downloaded serde_tokenstream v0.2.3
3452026-04-13T21:34:51.087Z Downloaded macaddr v1.0.1
3462026-04-13T21:34:51.090Z Downloaded version_check v0.9.5
3472026-04-13T21:34:51.090Z Downloaded pest_derive v2.8.6
3482026-04-13T21:34:51.090Z Downloaded equivalent v1.0.2
3492026-04-13T21:34:51.093Z Downloaded dtrace-parser v0.2.0
3502026-04-13T21:34:51.093Z Downloaded yoke-derive v0.8.1
3512026-04-13T21:34:51.095Z Downloaded clap_lex v1.0.0
3522026-04-13T21:34:51.098Z Downloaded cargo_toml v0.21.0
3532026-04-13T21:34:51.101Z Downloaded usdt v0.5.0
3542026-04-13T21:34:51.101Z Downloaded bitflags v2.11.0
3552026-04-13T21:34:51.103Z Downloaded zerofrom-derive v0.1.6
3562026-04-13T21:34:51.103Z Downloaded usdt-macro v0.5.0
3572026-04-13T21:34:51.106Z Downloaded thiserror-impl v1.0.69
3582026-04-13T21:34:51.106Z Downloaded crypto-common v0.1.7
3592026-04-13T21:34:51.106Z Downloaded zerovec-derive v0.11.2
3602026-04-13T21:34:51.106Z Downloaded thiserror v2.0.18
3612026-04-13T21:34:51.109Z Downloaded usdt-impl v0.5.0
3622026-04-13T21:34:51.111Z Downloaded toml_datetime v0.6.11
3632026-04-13T21:34:51.111Z Downloaded heck v0.4.1
3642026-04-13T21:34:51.111Z Downloaded cpufeatures v0.2.17
3652026-04-13T21:34:51.114Z Downloaded ordered-float v2.10.1
3662026-04-13T21:34:51.114Z Downloaded byteorder v1.5.0
3672026-04-13T21:34:51.114Z Downloaded utf8_iter v1.0.4
3682026-04-13T21:34:51.114Z Downloaded usdt-attr-macro v0.5.0
3692026-04-13T21:34:51.117Z Downloaded thread-id v4.2.2
3702026-04-13T21:34:51.117Z Downloaded unicode-linebreak v0.1.5
3712026-04-13T21:34:51.120Z Downloaded yoke v0.8.1
3722026-04-13T21:34:51.120Z Downloaded serde v1.0.228
3732026-04-13T21:34:51.123Z Downloaded toml v0.8.23
3742026-04-13T21:34:51.123Z Downloaded clap_derive v4.5.55
3752026-04-13T21:34:51.125Z Downloaded thiserror-impl v2.0.18
3762026-04-13T21:34:51.125Z Downloaded writeable v0.6.2
3772026-04-13T21:34:51.125Z Downloaded tinystr v0.8.2
3782026-04-13T21:34:51.128Z Downloaded percent-encoding v2.3.2
3792026-04-13T21:34:51.128Z Downloaded cargo-platform v0.2.0
3802026-04-13T21:34:51.131Z Downloaded fs-err v3.3.0
3812026-04-13T21:34:51.133Z Downloaded scroll v0.12.0
3822026-04-13T21:34:51.136Z Downloaded zmij v1.0.21
3832026-04-13T21:34:51.136Z Downloaded colorchoice v1.0.4
3842026-04-13T21:34:51.138Z Downloaded plain v0.2.3
3852026-04-13T21:34:51.141Z Downloaded itoa v1.0.17
3862026-04-13T21:34:51.144Z Downloaded ucd-trie v0.1.7
3872026-04-13T21:34:51.144Z Downloaded proc-macro-error-attr v1.0.4
3882026-04-13T21:34:51.144Z Downloaded block-buffer v0.10.4
3892026-04-13T21:34:51.148Z Downloaded zerocopy-derive v0.7.35
3902026-04-13T21:34:51.151Z Downloaded icu_properties v2.1.2
3912026-04-13T21:34:51.153Z Downloaded proc-macro2 v1.0.106
3922026-04-13T21:34:51.153Z Downloaded unicode-ident v1.0.24
3932026-04-13T21:34:51.156Z Downloaded digest v0.10.7
3942026-04-13T21:34:51.159Z Downloaded typenum v1.19.0
3952026-04-13T21:34:51.161Z Downloaded serde-value v0.7.0
3962026-04-13T21:34:51.164Z Downloaded zerotrie v0.2.3
3972026-04-13T21:34:51.167Z Downloaded url v2.5.8
3982026-04-13T21:34:51.169Z Downloaded tabled_derive v0.7.0
3992026-04-13T21:34:51.169Z Downloaded strsim v0.11.1
4002026-04-13T21:34:51.169Z Downloaded zerovec v0.11.5
4012026-04-13T21:34:51.172Z Downloaded potential_utf v0.1.4
4022026-04-13T21:34:51.172Z Downloaded memmap v0.7.0
4032026-04-13T21:34:51.172Z Downloaded is_terminal_polyfill v1.70.2
4042026-04-13T21:34:51.175Z Downloaded toml_edit v0.22.27
4052026-04-13T21:34:51.178Z Downloaded winnow v0.7.14
4062026-04-13T21:34:51.183Z Downloaded stable_deref_trait v1.2.1
4072026-04-13T21:34:51.185Z Downloaded zerocopy v0.7.35
4082026-04-13T21:34:51.191Z Downloaded terminal_size v0.4.3
4092026-04-13T21:34:51.194Z Downloaded serde-untagged v0.1.9
4102026-04-13T21:34:51.194Z Downloaded idna_adapter v1.2.1
4112026-04-13T21:34:51.194Z Downloaded unicode-width v0.2.0
4122026-04-13T21:34:51.197Z Downloaded sha2 v0.10.9
4132026-04-13T21:34:51.199Z Downloaded proc-macro-error v1.0.4
4142026-04-13T21:34:51.199Z Downloaded pest_meta v2.8.6
4152026-04-13T21:34:51.202Z Downloaded papergrid v0.11.0
4162026-04-13T21:34:51.204Z Downloaded anstyle v1.0.13
4172026-04-13T21:34:51.205Z Downloaded anstream v0.6.21
4182026-04-13T21:34:51.205Z Downloaded unicode-width v0.1.14
4192026-04-13T21:34:51.209Z Downloaded anstyle-parse v0.2.7
4202026-04-13T21:34:51.211Z Downloaded displaydoc v0.2.5
4212026-04-13T21:34:51.211Z Downloaded semver v1.0.27
4222026-04-13T21:34:51.211Z Downloaded cargo_metadata v0.21.0
4232026-04-13T21:34:51.214Z Downloaded camino-tempfile v1.4.1
4242026-04-13T21:34:51.214Z Downloaded bytecount v0.6.9
4252026-04-13T21:34:51.214Z Downloaded serde_spanned v0.6.9
4262026-04-13T21:34:51.214Z Downloaded scroll_derive v0.12.1
4272026-04-13T21:34:51.218Z Downloaded quote v1.0.44
4282026-04-13T21:34:51.218Z Downloaded synstructure v0.13.2
4292026-04-13T21:34:51.224Z Downloaded clap v4.5.60
4302026-04-13T21:34:51.228Z Downloaded indexmap v2.13.0
4312026-04-13T21:34:51.232Z Downloaded tempfile v3.25.0
4322026-04-13T21:34:51.232Z Downloaded pest_generator v2.8.6
4332026-04-13T21:34:51.235Z Downloaded litemap v0.8.1
4342026-04-13T21:34:51.235Z Downloaded icu_locale_core v2.1.1
4352026-04-13T21:34:51.238Z Downloaded autocfg v1.5.0
4362026-04-13T21:34:51.238Z Downloaded smallvec v1.15.1
4372026-04-13T21:34:51.238Z Downloaded once_cell v1.21.3
4382026-04-13T21:34:51.245Z Downloaded icu_normalizer_data v2.1.1
4392026-04-13T21:34:51.248Z Downloaded getrandom v0.3.4
4402026-04-13T21:34:51.251Z Downloaded serde_derive v1.0.228
4412026-04-13T21:34:51.253Z Downloaded cargo-util-schemas v0.8.2
4422026-04-13T21:34:51.257Z Downloaded icu_provider v2.1.1
4432026-04-13T21:34:51.260Z Downloaded serde_core v1.0.228
4442026-04-13T21:34:51.262Z Downloaded anyhow v1.0.102
4452026-04-13T21:34:51.266Z Downloaded log v0.4.29
4462026-04-13T21:34:51.268Z Downloaded num-traits v0.2.19
4472026-04-13T21:34:51.268Z Downloaded icu_normalizer v2.1.1
4482026-04-13T21:34:51.276Z Downloaded icu_collections v2.1.1
4492026-04-13T21:34:51.287Z Downloaded memchr v2.8.0
4502026-04-13T21:34:51.319Z Downloaded pest v2.8.6
4512026-04-13T21:34:51.321Z Downloaded hashbrown v0.16.1
4522026-04-13T21:34:51.334Z Downloaded idna v1.1.0
4532026-04-13T21:34:51.343Z Downloaded icu_properties_data v2.1.2
4542026-04-13T21:34:51.348Z Downloaded serde_json v1.0.149
4552026-04-13T21:34:51.353Z Downloaded goblin v0.8.2
4562026-04-13T21:34:51.356Z Downloaded clap_builder v4.5.60
4572026-04-13T21:34:51.371Z Downloaded tabled v0.15.0
4582026-04-13T21:34:51.378Z Downloaded syn v1.0.109
4592026-04-13T21:34:51.383Z Downloaded syn v2.0.117
4602026-04-13T21:34:51.394Z Downloaded rustix v1.1.3
4612026-04-13T21:34:51.421Z Downloaded libc v0.2.180
4622026-04-13T21:34:51.489Z Compiling proc-macro2 v1.0.106
4632026-04-13T21:34:51.489Z Compiling quote v1.0.44
4642026-04-13T21:34:51.489Z Compiling unicode-ident v1.0.24
4652026-04-13T21:34:51.489Z Compiling serde_core v1.0.228
4662026-04-13T21:34:51.492Z Compiling libc v0.2.180
4672026-04-13T21:34:51.492Z Compiling version_check v0.9.5
4682026-04-13T21:34:51.492Z Compiling stable_deref_trait v1.2.1
4692026-04-13T21:34:51.492Z Compiling serde v1.0.228
4702026-04-13T21:34:51.826Z Compiling memchr v2.8.0
4712026-04-13T21:34:51.844Z Compiling zmij v1.0.21
4722026-04-13T21:34:51.996Z Compiling itoa v1.0.17
4732026-04-13T21:34:52.167Z Compiling thiserror v1.0.69
4742026-04-13T21:34:52.384Z Compiling ucd-trie v0.1.7
4752026-04-13T21:34:52.433Z Compiling autocfg v1.5.0
4762026-04-13T21:34:52.631Z Compiling pest v2.8.6
4772026-04-13T21:34:52.648Z Compiling litemap v0.8.1
4782026-04-13T21:34:52.664Z Compiling writeable v0.6.2
4792026-04-13T21:34:52.748Z Compiling rustix v1.1.3
4802026-04-13T21:34:52.836Z Compiling icu_properties_data v2.1.2
4812026-04-13T21:34:52.855Z Compiling byteorder v1.5.0
4822026-04-13T21:34:53.085Z Compiling icu_normalizer_data v2.1.1
4832026-04-13T21:34:53.220Z Compiling syn v2.0.117
4842026-04-13T21:34:53.280Z Compiling errno v0.3.14
4852026-04-13T21:34:53.297Z Compiling serde_json v1.0.149
4862026-04-13T21:34:53.314Z Compiling bitflags v2.11.0
4872026-04-13T21:34:53.437Z Compiling num-traits v0.2.19
4882026-04-13T21:34:53.543Z Compiling equivalent v1.0.2
4892026-04-13T21:34:53.562Z Compiling hashbrown v0.16.1
4902026-04-13T21:34:53.625Z Compiling smallvec v1.15.1
4912026-04-13T21:34:53.643Z Compiling pest_meta v2.8.6
4922026-04-13T21:34:53.837Z Compiling typeid v1.0.3
4932026-04-13T21:34:54.071Z Compiling indexmap v2.13.0
4942026-04-13T21:34:54.205Z Compiling thread-id v4.2.2
4952026-04-13T21:34:54.223Z Compiling proc-macro-error-attr v1.0.4
4962026-04-13T21:34:54.290Z Compiling usdt-impl v0.5.0
4972026-04-13T21:34:54.306Z Compiling erased-serde v0.4.9
4982026-04-13T21:34:54.409Z Compiling winnow v0.7.14
4992026-04-13T21:34:54.576Z Compiling syn v1.0.109
5002026-04-13T21:34:54.627Z Compiling toml_write v0.1.2
5012026-04-13T21:34:54.932Z Compiling proc-macro-error v1.0.4
5022026-04-13T21:34:54.950Z Compiling getrandom v0.3.4
5032026-04-13T21:34:55.129Z Compiling plain v0.2.3
5042026-04-13T21:34:55.260Z Compiling log v0.4.29
5052026-04-13T21:34:55.356Z Compiling percent-encoding v2.3.2
5062026-04-13T21:34:55.458Z Compiling utf8parse v0.2.2
5072026-04-13T21:34:55.474Z Compiling utf8_iter v1.0.4
5082026-04-13T21:34:55.556Z Compiling camino v1.2.2
5092026-04-13T21:34:55.575Z Compiling thiserror v2.0.18
5102026-04-13T21:34:55.592Z Compiling anstyle-parse v0.2.7
5112026-04-13T21:34:55.630Z Compiling form_urlencoded v1.2.2
5122026-04-13T21:34:55.729Z Compiling ordered-float v2.10.1
5132026-04-13T21:34:55.883Z Compiling synstructure v0.13.2
5142026-04-13T21:34:55.900Z Compiling pest_generator v2.8.6
5152026-04-13T21:34:55.995Z Compiling terminal_size v0.4.3
5162026-04-13T21:34:56.157Z Compiling is_terminal_polyfill v1.70.2
5172026-04-13T21:34:56.260Z Compiling cfg-if v1.0.4
5182026-04-13T21:34:56.338Z Compiling colorchoice v1.0.4
5192026-04-13T21:34:56.361Z Compiling pretty-hex v0.4.1
5202026-04-13T21:34:56.383Z Compiling anstyle-query v1.1.5
5212026-04-13T21:34:56.419Z Compiling anstyle v1.0.13
5222026-04-13T21:34:56.489Z Compiling serde-untagged v0.1.9
5232026-04-13T21:34:56.562Z Compiling semver v1.0.27
5242026-04-13T21:34:56.590Z Compiling anstream v0.6.21
5252026-04-13T21:34:56.680Z Compiling fs-err v3.3.0
5262026-04-13T21:34:56.726Z Compiling strsim v0.11.1
5272026-04-13T21:34:56.873Z Compiling fastrand v2.3.0
5282026-04-13T21:34:56.891Z Compiling unicode-width v0.1.14
5292026-04-13T21:34:56.895Z Compiling unicode-xid v0.2.6
5302026-04-13T21:34:56.895Z Compiling bytecount v0.6.9
5312026-04-13T21:34:57.067Z Compiling anyhow v1.0.102
5322026-04-13T21:34:57.085Z Compiling fnv v1.0.7
5332026-04-13T21:34:57.136Z Compiling heck v0.5.0
5342026-04-13T21:34:57.164Z Compiling heck v0.4.1
5352026-04-13T21:34:57.189Z Compiling clap_lex v1.0.0
5362026-04-13T21:34:57.353Z Compiling once_cell v1.21.3
5372026-04-13T21:34:57.372Z Compiling clap_builder v4.5.60
5382026-04-13T21:34:57.392Z Compiling papergrid v0.11.0
5392026-04-13T21:34:57.530Z Compiling tempfile v3.25.0
5402026-04-13T21:34:57.557Z Compiling serde_derive v1.0.228
5412026-04-13T21:34:57.575Z Compiling zerofrom-derive v0.1.6
5422026-04-13T21:34:57.608Z Compiling yoke-derive v0.8.1
5432026-04-13T21:34:57.826Z Compiling zerovec-derive v0.11.2
5442026-04-13T21:34:57.900Z Compiling displaydoc v0.2.5
5452026-04-13T21:34:58.626Z Compiling thiserror-impl v1.0.69
5462026-04-13T21:34:58.734Z Compiling zerocopy-derive v0.7.35
5472026-04-13T21:34:58.801Z Compiling pest_derive v2.8.6
5482026-04-13T21:34:58.913Z Compiling scroll_derive v0.12.1
5492026-04-13T21:34:58.941Z Compiling zerofrom v0.1.6
5502026-04-13T21:34:59.075Z Compiling yoke v0.8.1
5512026-04-13T21:34:59.270Z Compiling thiserror-impl v2.0.18
5522026-04-13T21:34:59.335Z Compiling zerovec v0.11.5
5532026-04-13T21:34:59.598Z Compiling zerotrie v0.2.3
5542026-04-13T21:34:59.641Z Compiling zerocopy v0.7.35
5552026-04-13T21:34:59.845Z Compiling tinystr v0.8.2
5562026-04-13T21:34:59.904Z Compiling potential_utf v0.1.4
5572026-04-13T21:35:00.052Z Compiling icu_locale_core v2.1.1
5582026-04-13T21:35:00.070Z Compiling icu_collections v2.1.1
5592026-04-13T21:35:00.090Z Compiling dtrace-parser v0.2.0
5602026-04-13T21:35:00.204Z Compiling scroll v0.12.0
5612026-04-13T21:35:00.381Z Compiling tabled_derive v0.7.0
5622026-04-13T21:35:00.505Z Compiling goblin v0.8.2
5632026-04-13T21:35:00.556Z Compiling clap_derive v4.5.55
5642026-04-13T21:35:00.720Z Compiling icu_provider v2.1.1
5652026-04-13T21:35:00.837Z Compiling memmap v0.7.0
5662026-04-13T21:35:00.949Z Compiling icu_normalizer v2.1.1
5672026-04-13T21:35:00.984Z Compiling icu_properties v2.1.2
5682026-04-13T21:35:01.015Z Compiling serde_spanned v0.6.9
5692026-04-13T21:35:01.018Z Compiling toml_datetime v0.6.11
5702026-04-13T21:35:01.053Z Compiling dof v0.3.0
5712026-04-13T21:35:01.169Z Compiling serde_tokenstream v0.2.3
5722026-04-13T21:35:01.288Z Compiling toml_edit v0.22.27
5732026-04-13T21:35:01.454Z Compiling serde-value v0.7.0
5742026-04-13T21:35:01.503Z Compiling cargo-platform v0.2.0
5752026-04-13T21:35:01.523Z Compiling unicode-width v0.2.0
5762026-04-13T21:35:01.775Z Compiling smawk v0.3.2
5772026-04-13T21:35:01.796Z Compiling unicode-linebreak v0.1.5
5782026-04-13T21:35:01.818Z Compiling tabled v0.15.0
5792026-04-13T21:35:01.916Z Compiling idna_adapter v1.2.1
5802026-04-13T21:35:01.932Z Compiling usdt-attr-macro v0.5.0
5812026-04-13T21:35:02.041Z Compiling idna v1.1.0
5822026-04-13T21:35:02.062Z Compiling usdt-macro v0.5.0
5832026-04-13T21:35:02.085Z Compiling textwrap v0.16.2
5842026-04-13T21:35:02.288Z Compiling clap v4.5.60
5852026-04-13T21:35:02.378Z Compiling url v2.5.8
5862026-04-13T21:35:02.546Z Compiling macaddr v1.0.1
5872026-04-13T21:35:02.600Z Compiling camino-tempfile v1.4.1
5882026-04-13T21:35:02.680Z Compiling toml v0.8.23
5892026-04-13T21:35:03.114Z Compiling cargo-util-schemas v0.8.2
5902026-04-13T21:35:03.133Z Compiling cargo_toml v0.21.0
5912026-04-13T21:35:03.295Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-13T21:35:03.387Z Compiling swrite v0.1.0
5932026-04-13T21:35:03.493Z Compiling usdt v0.5.0
5942026-04-13T21:35:04.008Z Compiling cargo_metadata v0.21.0
5952026-04-13T21:35:04.972Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-13T21:35:07.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.99s
5972026-04-13T21:35:07.329Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-13T21:35:07.882Z Downloading crates ...
5992026-04-13T21:35:07.995Z Downloaded dsl_auto_type v0.2.0
6002026-04-13T21:35:07.998Z Downloaded bit-vec v0.8.0
6012026-04-13T21:35:07.998Z Downloaded derive_builder_macro v0.20.2
6022026-04-13T21:35:08.001Z Downloaded cstr-argument v0.1.2
6032026-04-13T21:35:08.001Z Downloaded bit-set v0.5.3
6042026-04-13T21:35:08.001Z Downloaded block-padding v0.3.3
6052026-04-13T21:35:08.004Z Downloaded atomicwrites v0.4.4
6062026-04-13T21:35:08.004Z Downloaded der_derive v0.7.3
6072026-04-13T21:35:08.004Z Downloaded ctr v0.9.2
6082026-04-13T21:35:08.007Z Downloaded fixedbitset v0.4.2
6092026-04-13T21:35:08.007Z Downloaded crucible-workspace-hack v0.1.0
6102026-04-13T21:35:08.007Z Downloaded bitfield-struct v0.6.2
6112026-04-13T21:35:08.010Z Downloaded crossbeam-utils v0.8.21
6122026-04-13T21:35:08.018Z Downloaded ff v0.13.1
6132026-04-13T21:35:08.029Z Downloaded fallible-iterator v0.2.0
6142026-04-13T21:35:08.031Z Downloaded display-error-chain v0.2.2
6152026-04-13T21:35:08.031Z Downloaded csv-core v0.1.13
6162026-04-13T21:35:08.031Z Downloaded crypto-bigint v0.5.5
6172026-04-13T21:35:08.034Z Downloaded crossterm v0.28.1
6182026-04-13T21:35:08.039Z Downloaded dropshot_endpoint v0.16.7
6192026-04-13T21:35:08.042Z Downloaded dyn-clone v1.0.20
6202026-04-13T21:35:08.044Z Downloaded base64ct v1.8.3
6212026-04-13T21:35:08.047Z Downloaded endian-type v0.1.2
6222026-04-13T21:35:08.047Z Downloaded crossbeam-epoch v0.9.18
6232026-04-13T21:35:08.047Z Downloaded crc8 v0.1.1
6242026-04-13T21:35:08.050Z Downloaded defmt-parser v1.0.0
6252026-04-13T21:35:08.050Z Downloaded crossbeam-channel v0.5.15
6262026-04-13T21:35:08.052Z Downloaded bzip2-sys v0.1.13+1.0.8
6272026-04-13T21:35:08.058Z Downloaded dof v0.4.0
6282026-04-13T21:35:08.060Z Downloaded derive_builder v0.20.2
6292026-04-13T21:35:08.063Z Downloaded defmt v0.3.100
6302026-04-13T21:35:08.066Z Downloaded compression-core v0.4.31
6312026-04-13T21:35:08.066Z Downloaded adler2 v2.0.1
6322026-04-13T21:35:08.066Z Downloaded chacha20 v0.10.0
6332026-04-13T21:35:08.069Z Downloaded argon2 v0.5.3
6342026-04-13T21:35:08.069Z Downloaded embedded-io v0.4.0
6352026-04-13T21:35:08.071Z Downloaded bb8 v0.8.6
6362026-04-13T21:35:08.071Z Downloaded derive-where v1.6.0
6372026-04-13T21:35:08.074Z Downloaded enum-as-inner v0.6.1
6382026-04-13T21:35:08.077Z Downloaded base16ct v0.2.0
6392026-04-13T21:35:08.077Z Downloaded difflib v0.4.0
6402026-04-13T21:35:08.077Z Downloaded colored v3.1.1
6412026-04-13T21:35:08.079Z Downloaded crc v3.4.0
6422026-04-13T21:35:08.081Z Downloaded dtrace-parser v0.3.0
6432026-04-13T21:35:08.081Z Downloaded float-cmp v0.10.0
6442026-04-13T21:35:08.084Z Downloaded arrayvec v0.7.6
6452026-04-13T21:35:08.084Z Downloaded cfg_aliases v0.1.1
6462026-04-13T21:35:08.084Z Downloaded darling_macro v0.23.0
6472026-04-13T21:35:08.088Z Downloaded cbc v0.1.2
6482026-04-13T21:35:08.088Z Downloaded blowfish v0.9.1
6492026-04-13T21:35:08.090Z Downloaded dirs-sys-next v0.1.2
6502026-04-13T21:35:08.090Z Downloaded bitfield v0.19.4
6512026-04-13T21:35:08.090Z Downloaded crunchy v0.2.4
6522026-04-13T21:35:08.093Z Downloaded cpufeatures v0.3.0
6532026-04-13T21:35:08.094Z Downloaded foldhash v0.2.0
6542026-04-13T21:35:08.096Z Downloaded gethostname v0.5.0
6552026-04-13T21:35:08.096Z Downloaded async-bb8-diesel v0.2.1
6562026-04-13T21:35:08.098Z Downloaded flagset v0.4.7
6572026-04-13T21:35:08.098Z Downloaded deranged v0.5.8
6582026-04-13T21:35:08.101Z Downloaded debug-ignore v1.0.5
6592026-04-13T21:35:08.101Z Downloaded constant_time_eq v0.4.2
6602026-04-13T21:35:08.103Z Downloaded document-features v0.2.12
6612026-04-13T21:35:08.106Z Downloaded camino-tempfile-ext v0.3.3
6622026-04-13T21:35:08.106Z Downloaded convert_case v0.10.0
6632026-04-13T21:35:08.109Z Downloaded atty v0.2.14
6642026-04-13T21:35:08.109Z Downloaded either v1.15.0
6652026-04-13T21:35:08.109Z Downloaded futures-core v0.3.32
6662026-04-13T21:35:08.112Z Downloaded aead v0.5.2
6672026-04-13T21:35:08.112Z Downloaded foreign-types v0.5.0
6682026-04-13T21:35:08.112Z Downloaded ciborium-ll v0.2.2
6692026-04-13T21:35:08.115Z Downloaded async-stream v0.3.6
6702026-04-13T21:35:08.115Z Downloaded env_logger v0.11.9
6712026-04-13T21:35:08.118Z Downloaded ena v0.14.4
6722026-04-13T21:35:08.118Z Downloaded data-encoding v2.10.0
6732026-04-13T21:35:08.118Z Downloaded daft-derive v0.1.5
6742026-04-13T21:35:08.121Z Downloaded crossbeam-deque v0.8.6
6752026-04-13T21:35:08.124Z Downloaded globwalk v0.9.1
6762026-04-13T21:35:08.127Z Downloaded futures-sink v0.3.32
6772026-04-13T21:35:08.127Z Downloaded futures-task v0.3.32
6782026-04-13T21:35:08.127Z Downloaded foreign-types-shared v0.1.1
6792026-04-13T21:35:08.127Z Downloaded cargo_metadata v0.19.2
6802026-04-13T21:35:08.131Z Downloaded fxhash v0.2.1
6812026-04-13T21:35:08.131Z Downloaded chacha20 v0.9.1
6822026-04-13T21:35:08.133Z Downloaded find-msvc-tools v0.1.9
6832026-04-13T21:35:08.134Z Downloaded const-oid v0.9.6
6842026-04-13T21:35:08.134Z Downloaded ciborium v0.2.2
6852026-04-13T21:35:08.137Z Downloaded defmt v1.0.1
6862026-04-13T21:35:08.140Z Downloaded ghash v0.5.1
6872026-04-13T21:35:08.141Z Downloaded convert_case v0.4.0
6882026-04-13T21:35:08.141Z Downloaded bitfield-macros v0.19.4
6892026-04-13T21:35:08.144Z Downloaded buf-list v1.1.2
6902026-04-13T21:35:08.144Z Downloaded git-stub v1.0.0
6912026-04-13T21:35:08.144Z Downloaded crc-catalog v2.4.0
6922026-04-13T21:35:08.146Z Downloaded futures-executor v0.3.32
6932026-04-13T21:35:08.146Z Downloaded fixedbitset v0.5.7
6942026-04-13T21:35:08.146Z Downloaded diff v0.1.13
6952026-04-13T21:35:08.149Z Downloaded foreign-types-macros v0.2.3
6962026-04-13T21:35:08.149Z Downloaded arrayref v0.3.9
6972026-04-13T21:35:08.152Z Downloaded env_filter v1.0.0
6982026-04-13T21:35:08.152Z Downloaded foreign-types-shared v0.3.1
6992026-04-13T21:35:08.152Z Downloaded ciborium-io v0.2.2
7002026-04-13T21:35:08.155Z Downloaded darling_macro v0.21.3
7012026-04-13T21:35:08.155Z Downloaded futures-io v0.3.32
7022026-04-13T21:35:08.155Z Downloaded atomic-waker v1.1.2
7032026-04-13T21:35:08.159Z Downloaded cobs v0.3.0
7042026-04-13T21:35:08.159Z Downloaded async-stream-impl v0.3.6
7052026-04-13T21:35:08.159Z Downloaded cfg_aliases v0.2.1
7062026-04-13T21:35:08.162Z Downloaded funty v2.0.0
7072026-04-13T21:35:08.162Z Downloaded ed25519-dalek v2.2.0
7082026-04-13T21:35:08.162Z Downloaded derive_more v2.1.1
7092026-04-13T21:35:08.169Z Downloaded futures-macro v0.3.32
7102026-04-13T21:35:08.171Z Downloaded float-ord v0.3.2
7112026-04-13T21:35:08.171Z Downloaded downcast-rs v2.0.2
7122026-04-13T21:35:08.174Z Downloaded darling_macro v0.20.11
7132026-04-13T21:35:08.174Z Downloaded dropshot-api-manager-types v0.6.0
7142026-04-13T21:35:08.174Z Downloaded cmake v0.1.57
7152026-04-13T21:35:08.174Z Downloaded byte-wrapper v0.1.0
7162026-04-13T21:35:08.177Z Downloaded const_format_proc_macros v0.2.34
7172026-04-13T21:35:08.180Z Downloaded cookie v0.18.1
7182026-04-13T21:35:08.180Z Downloaded fs_extra v1.3.0
7192026-04-13T21:35:08.182Z Downloaded fs-err v2.11.0
7202026-04-13T21:35:08.182Z Downloaded hubpack_derive v0.1.1
7212026-04-13T21:35:08.186Z Downloaded embedded-io v0.6.1
7222026-04-13T21:35:08.186Z Downloaded dunce v1.0.5
7232026-04-13T21:35:08.186Z Downloaded diesel_table_macro_syntax v0.3.0
7242026-04-13T21:35:08.190Z Downloaded curve25519-dalek-derive v0.1.1
7252026-04-13T21:35:08.190Z Downloaded darling v0.23.0
7262026-04-13T21:35:08.192Z Downloaded cc v1.2.56
7272026-04-13T21:35:08.192Z Downloaded castaway v0.2.4
7282026-04-13T21:35:08.195Z Downloaded ascii-canvas v3.0.0
7292026-04-13T21:35:08.195Z Downloaded cargo-platform v0.1.9
7302026-04-13T21:35:08.195Z Downloaded headers-core v0.3.0
7312026-04-13T21:35:08.198Z Downloaded bcrypt-pbkdf v0.10.0
7322026-04-13T21:35:08.198Z Downloaded async-recursion v1.1.1
7332026-04-13T21:35:08.202Z Downloaded hostname v0.3.1
7342026-04-13T21:35:08.202Z Downloaded httpdate v1.0.3
7352026-04-13T21:35:08.205Z Downloaded hash32 v0.2.1
7362026-04-13T21:35:08.205Z Downloaded hex v0.4.3
7372026-04-13T21:35:08.205Z Downloaded cipher v0.4.4
7382026-04-13T21:35:08.205Z Downloaded foreign-types v0.3.2
7392026-04-13T21:35:08.208Z Downloaded cexpr v0.6.0
7402026-04-13T21:35:08.208Z Downloaded compression-codecs v0.4.37
7412026-04-13T21:35:08.211Z Downloaded hostname v0.4.2
7422026-04-13T21:35:08.211Z Downloaded async-trait v0.1.89
7432026-04-13T21:35:08.213Z Downloaded bit-vec v0.6.3
7442026-04-13T21:35:08.216Z Downloaded home v0.5.12
7452026-04-13T21:35:08.216Z Downloaded ident_case v1.0.1
7462026-04-13T21:35:08.216Z Downloaded instant v0.1.13
7472026-04-13T21:35:08.219Z Downloaded instability v0.3.11
7482026-04-13T21:35:08.219Z Downloaded hubpack v0.1.2
7492026-04-13T21:35:08.222Z Downloaded http-range v0.1.5
7502026-04-13T21:35:08.222Z Downloaded http-body v1.0.1
7512026-04-13T21:35:08.222Z Downloaded cookie_store v0.22.1
7522026-04-13T21:35:08.225Z Downloaded fd-lock v4.0.4
7532026-04-13T21:35:08.225Z Downloaded is_ci v1.2.0
7542026-04-13T21:35:08.228Z Downloaded is-terminal v0.4.17
7552026-04-13T21:35:08.228Z Downloaded indoc v1.0.9
7562026-04-13T21:35:08.230Z Downloaded filetime v0.2.27
7572026-04-13T21:35:08.230Z Downloaded clang-sys v1.8.1
7582026-04-13T21:35:08.235Z Downloaded foldhash v0.1.5
7592026-04-13T21:35:08.235Z Downloaded daft v0.1.5
7602026-04-13T21:35:08.238Z Downloaded critical-section v1.2.0
7612026-04-13T21:35:08.238Z Downloaded bzip2 v0.6.1
7622026-04-13T21:35:08.238Z Downloaded backon v1.6.0
7632026-04-13T21:35:08.240Z Downloaded inout v0.1.4
7642026-04-13T21:35:08.240Z Downloaded ed25519 v2.2.3
7652026-04-13T21:35:08.240Z Downloaded indent_write v2.2.0
7662026-04-13T21:35:08.243Z Downloaded ecdsa v0.16.9
7672026-04-13T21:35:08.243Z Downloaded derive_builder_core v0.20.2
7682026-04-13T21:35:08.246Z Downloaded derive-ex v0.1.8
7692026-04-13T21:35:08.246Z Downloaded lazy_static v1.5.0
7702026-04-13T21:35:08.249Z Downloaded bzip2 v0.4.4
7712026-04-13T21:35:08.249Z Downloaded glob v0.3.3
7722026-04-13T21:35:08.251Z Downloaded globset v0.4.18
7732026-04-13T21:35:08.251Z Downloaded defmt-macros v1.0.1
7742026-04-13T21:35:08.254Z Downloaded elliptic-curve v0.13.8
7752026-04-13T21:35:08.256Z Downloaded fatfs v0.3.6
7762026-04-13T21:35:08.257Z Downloaded darling v0.20.11
7772026-04-13T21:35:08.260Z Downloaded libscf-sys v1.1.0
7782026-04-13T21:35:08.262Z Downloaded getrandom v0.2.17
7792026-04-13T21:35:08.265Z Downloaded http-body-util v0.1.3
7802026-04-13T21:35:08.265Z Downloaded darling v0.21.3
7812026-04-13T21:35:08.268Z Downloaded lru v0.12.5
7822026-04-13T21:35:08.270Z Downloaded bitflags v1.3.2
7832026-04-13T21:35:08.273Z Downloaded managed v0.8.0
7842026-04-13T21:35:08.273Z Downloaded half v1.8.3
7852026-04-13T21:35:08.276Z Downloaded console v0.15.11
7862026-04-13T21:35:08.276Z Downloaded ingot v0.1.1
7872026-04-13T21:35:08.279Z Downloaded impl-trait-for-tuples v0.2.3
7882026-04-13T21:35:08.279Z Downloaded lru-cache v0.1.2
7892026-04-13T21:35:08.281Z Downloaded lru-slab v0.1.2
7902026-04-13T21:35:08.281Z Downloaded hyper-tls v0.6.0
7912026-04-13T21:35:08.284Z Downloaded md5 v0.7.0
7922026-04-13T21:35:08.284Z Downloaded maybe-uninit v2.0.0
7932026-04-13T21:35:08.284Z Downloaded match_cfg v0.1.0
7942026-04-13T21:35:08.284Z Downloaded blake2 v0.10.6
7952026-04-13T21:35:08.287Z Downloaded corncobs v0.1.4
7962026-04-13T21:35:08.287Z Downloaded console v0.16.2
7972026-04-13T21:35:08.290Z Downloaded compact_str v0.8.1
7982026-04-13T21:35:08.292Z Downloaded ingot-types v0.1.2
7992026-04-13T21:35:08.292Z Downloaded md-5 v0.10.6
8002026-04-13T21:35:08.295Z Downloaded futures-channel v0.3.32
8012026-04-13T21:35:08.295Z Downloaded new_debug_unreachable v1.0.6
8022026-04-13T21:35:08.298Z Downloaded multimap v0.10.1
8032026-04-13T21:35:08.298Z Downloaded jobserver v0.1.34
8042026-04-13T21:35:08.298Z Downloaded erased-serde v0.3.31
8052026-04-13T21:35:08.301Z Downloaded ipnetwork v0.21.1
8062026-04-13T21:35:08.303Z Downloaded internet-checksum v0.2.1
8072026-04-13T21:35:08.303Z Downloaded darling_core v0.23.0
8082026-04-13T21:35:08.307Z Downloaded num v0.4.3
8092026-04-13T21:35:08.307Z Downloaded nibble_vec v0.1.0
8102026-04-13T21:35:08.310Z Downloaded hyper-staticfile v0.10.1
8112026-04-13T21:35:08.310Z Downloaded highway v1.3.0
8122026-04-13T21:35:08.313Z Downloaded libefi-sys v0.1.0
8132026-04-13T21:35:08.313Z Downloaded kstat-rs v0.2.4
8142026-04-13T21:35:08.313Z Downloaded darling_core v0.20.11
8152026-04-13T21:35:08.316Z Downloaded httparse v1.10.1
8162026-04-13T21:35:08.319Z Downloaded newtype_derive v0.1.6
8172026-04-13T21:35:08.319Z Downloaded crc-any v2.5.0
8182026-04-13T21:35:08.321Z Downloaded num-iter v0.1.45
8192026-04-13T21:35:08.321Z Downloaded keccak v0.1.6
8202026-04-13T21:35:08.324Z Downloaded getrandom v0.4.1
8212026-04-13T21:35:08.326Z Downloaded linear-map v1.2.0
8222026-04-13T21:35:08.327Z Downloaded num-conv v0.2.0
8232026-04-13T21:35:08.329Z Downloaded num-derive v0.4.2
8242026-04-13T21:35:08.329Z Downloaded newtype-uuid-macros v0.1.0
8252026-04-13T21:35:08.329Z Downloaded libsw v3.5.0
8262026-04-13T21:35:08.332Z Downloaded lock_api v0.4.14
8272026-04-13T21:35:08.332Z Downloaded normalize-line-endings v0.3.0
8282026-04-13T21:35:08.332Z Downloaded maplit v1.0.2
8292026-04-13T21:35:08.335Z Downloaded num_enum_derive v0.5.11
8302026-04-13T21:35:08.335Z Downloaded allocator-api2 v0.2.21
8312026-04-13T21:35:08.338Z Downloaded newline-converter v0.3.0
8322026-04-13T21:35:08.338Z Downloaded humantime v2.3.0
8332026-04-13T21:35:08.340Z Downloaded nonempty v0.12.0
8342026-04-13T21:35:08.340Z Downloaded mime v0.3.17
8352026-04-13T21:35:08.340Z Downloaded num-derive v0.3.3
8362026-04-13T21:35:08.343Z Downloaded iana-time-zone v0.1.65
8372026-04-13T21:35:08.343Z Downloaded hmac v0.12.1
8382026-04-13T21:35:08.346Z Downloaded darling_core v0.21.3
8392026-04-13T21:35:08.348Z Downloaded openssl-probe v0.1.6
8402026-04-13T21:35:08.351Z Downloaded openssl-macros v0.1.1
8412026-04-13T21:35:08.351Z Downloaded opaque-debug v0.3.1
8422026-04-13T21:35:08.351Z Downloaded multer v3.1.0
8432026-04-13T21:35:08.354Z Downloaded openssl-probe v0.2.1
8442026-04-13T21:35:08.354Z Downloaded num_threads v0.1.7
8452026-04-13T21:35:08.357Z Downloaded oso-derive v0.27.3
8462026-04-13T21:35:08.357Z Downloaded bytes v1.11.1
8472026-04-13T21:35:08.359Z Downloaded nanorand v0.7.0
8482026-04-13T21:35:08.359Z Downloaded memoffset v0.9.1
8492026-04-13T21:35:08.362Z Downloaded hyper-rustls v0.27.7
8502026-04-13T21:35:08.365Z Downloaded lzss v0.8.2
8512026-04-13T21:35:08.365Z Downloaded des v0.8.1
8522026-04-13T21:35:08.367Z Downloaded libsw-core v0.3.2
8532026-04-13T21:35:08.367Z Downloaded nodrop v0.1.14
8542026-04-13T21:35:08.367Z Downloaded linked-hash-map v0.5.6
8552026-04-13T21:35:08.370Z Downloaded ipnet v2.11.0
8562026-04-13T21:35:08.370Z Downloaded path-slash v0.1.5
8572026-04-13T21:35:08.373Z Downloaded indoc v2.0.7
8582026-04-13T21:35:08.373Z Downloaded ahash v0.8.12
8592026-04-13T21:35:08.376Z Downloaded peg-runtime v0.8.5
8602026-04-13T21:35:08.376Z Downloaded pbkdf2 v0.12.2
8612026-04-13T21:35:08.379Z Downloaded chacha20poly1305 v0.10.1
8622026-04-13T21:35:08.379Z Downloaded packed_struct_codegen v0.10.1
8632026-04-13T21:35:08.379Z Downloaded group v0.13.0
8642026-04-13T21:35:08.383Z Downloaded futures v0.3.32
8652026-04-13T21:35:08.386Z Downloaded dropshot_endpoint v0.17.0
8662026-04-13T21:35:08.386Z Downloaded nu-ansi-term v0.50.3
8672026-04-13T21:35:08.388Z Downloaded mime_guess v2.0.5
8682026-04-13T21:35:08.388Z Downloaded dropshot-api-manager v0.6.0
8692026-04-13T21:35:08.391Z Downloaded derive_more v0.99.20
8702026-04-13T21:35:08.394Z Downloaded parse-display v0.10.0
8712026-04-13T21:35:08.396Z Downloaded newtype-uuid v1.3.2
8722026-04-13T21:35:08.411Z Downloaded phf_shared v0.13.1
8732026-04-13T21:35:08.414Z Downloaded async-compression v0.4.41
8742026-04-13T21:35:08.417Z Downloaded phf_shared v0.12.1
8752026-04-13T21:35:08.417Z Downloaded phf_shared v0.11.3
8762026-04-13T21:35:08.420Z Downloaded parse-size v1.1.0
8772026-04-13T21:35:08.420Z Downloaded proc-macro-crate v3.4.0
8782026-04-13T21:35:08.423Z Downloaded memmap2 v0.9.10
8792026-04-13T21:35:08.423Z Downloaded precomputed-hash v0.1.1
8802026-04-13T21:35:08.423Z Downloaded powerfmt v0.2.0
8812026-04-13T21:35:08.423Z Downloaded pin-utils v0.1.0
8822026-04-13T21:35:08.427Z Downloaded owo-colors v4.3.0
8832026-04-13T21:35:08.427Z Downloaded proc-macro-crate v1.3.1
8842026-04-13T21:35:08.430Z Downloaded ingot-macros v0.1.1
8852026-04-13T21:35:08.430Z Downloaded olpc-cjson v0.1.4
8862026-04-13T21:35:08.430Z Downloaded num_enum v0.7.5
8872026-04-13T21:35:08.432Z Downloaded num_enum v0.5.11
8882026-04-13T21:35:08.436Z Downloaded proc-macro-error-attr2 v2.0.0
8892026-04-13T21:35:08.436Z Downloaded predicates-tree v1.0.13
8902026-04-13T21:35:08.438Z Downloaded predicates-core v1.0.10
8912026-04-13T21:35:08.438Z Downloaded indexmap v1.9.3
8922026-04-13T21:35:08.442Z Downloaded progenitor-client v0.10.0
8932026-04-13T21:35:08.442Z Downloaded progenitor-macro v0.13.0
8942026-04-13T21:35:08.442Z Downloaded progenitor-client v0.11.2
8952026-04-13T21:35:08.446Z Downloaded packed_struct v0.10.1
8962026-04-13T21:35:08.446Z Downloaded half v2.7.1
8972026-04-13T21:35:08.446Z Downloaded psl-types v2.0.11
8982026-04-13T21:35:08.449Z Downloaded phf v0.13.1
8992026-04-13T21:35:08.449Z Downloaded pbkdf2 v0.11.0
9002026-04-13T21:35:08.452Z Downloaded password-hash v0.5.0
9012026-04-13T21:35:08.452Z Downloaded oxnet v0.1.4
9022026-04-13T21:35:08.452Z Downloaded oxide-tokio-rt v0.1.3
9032026-04-13T21:35:08.455Z Downloaded paste v1.0.15
9042026-04-13T21:35:08.457Z Downloaded radium v0.7.0
9052026-04-13T21:35:08.457Z Downloaded derive_more-impl v2.1.1
9062026-04-13T21:35:08.460Z Downloaded litrs v1.0.0
9072026-04-13T21:35:08.463Z Downloaded peg v0.8.5
9082026-04-13T21:35:08.465Z Downloaded quick-error v1.2.3
9092026-04-13T21:35:08.465Z Downloaded password-hash v0.4.2
9102026-04-13T21:35:08.468Z Downloaded rand_xorshift v0.4.0
9112026-04-13T21:35:08.468Z Downloaded phf v0.12.1
9122026-04-13T21:35:08.471Z Downloaded peg-macros v0.8.5
9132026-04-13T21:35:08.471Z Downloaded pem-rfc7468 v0.7.0
9142026-04-13T21:35:08.474Z Downloaded polyval v0.6.2
9152026-04-13T21:35:08.474Z Downloaded num-integer v0.1.46
9162026-04-13T21:35:08.476Z Downloaded postgres-protocol v0.6.10
9172026-04-13T21:35:08.479Z Downloaded rand_chacha v0.3.1
9182026-04-13T21:35:08.479Z Downloaded pin-project-lite v0.2.17
9192026-04-13T21:35:08.482Z Downloaded recursive v0.1.1
9202026-04-13T21:35:08.482Z Downloaded ref-cast-impl v1.0.25
9212026-04-13T21:35:08.484Z Downloaded pin-project-internal v1.1.11
9222026-04-13T21:35:08.485Z Downloaded pkcs8 v0.10.2
9232026-04-13T21:35:08.488Z Downloaded num_enum_derive v0.7.5
9242026-04-13T21:35:08.488Z Downloaded indicatif v0.18.4
9252026-04-13T21:35:08.491Z Downloaded progenitor v0.10.0
9262026-04-13T21:35:08.491Z Downloaded heapless v0.8.0
9272026-04-13T21:35:08.494Z Downloaded heapless v0.7.17
9282026-04-13T21:35:08.496Z Downloaded predicates v3.1.4
9292026-04-13T21:35:08.499Z Downloaded ref-cast v1.0.25
9302026-04-13T21:35:08.502Z Downloaded recursive-proc-macro-impl v0.1.1
9312026-04-13T21:35:08.502Z Downloaded progenitor-macro v0.10.0
9322026-04-13T21:35:08.502Z Downloaded progenitor-extras v0.1.1
9332026-04-13T21:35:08.505Z Downloaded progenitor-client v0.13.0
9342026-04-13T21:35:08.505Z Downloaded progenitor v0.13.0
9352026-04-13T21:35:08.508Z Downloaded flate2 v1.1.9
9362026-04-13T21:35:08.508Z Downloaded progenitor v0.11.2
9372026-04-13T21:35:08.512Z Downloaded ppv-lite86 v0.2.21
9382026-04-13T21:35:08.512Z Downloaded rustc-hash v2.1.1
9392026-04-13T21:35:08.512Z Downloaded psm v0.1.30
9402026-04-13T21:35:08.514Z Downloaded parse-display-derive v0.10.0
9412026-04-13T21:35:08.514Z Downloaded rustc_version v0.4.1
9422026-04-13T21:35:08.517Z Downloaded parking_lot v0.12.5
9432026-04-13T21:35:08.517Z Downloaded rfc6979 v0.4.0
9442026-04-13T21:35:08.520Z Downloaded parking_lot v0.11.2
9452026-04-13T21:35:08.520Z Downloaded r2d2 v0.8.10
9462026-04-13T21:35:08.523Z Downloaded parking_lot_core v0.9.12
9472026-04-13T21:35:08.523Z Downloaded libbz2-rs-sys v0.2.2
9482026-04-13T21:35:08.526Z Downloaded rustc_version v0.1.7
9492026-04-13T21:35:08.526Z Downloaded pkg-config v0.3.32
9502026-04-13T21:35:08.526Z Downloaded russh-cryptovec v0.7.3
9512026-04-13T21:35:08.530Z Downloaded rand_core v0.10.0
9522026-04-13T21:35:08.530Z Downloaded rtoolbox v0.0.3
9532026-04-13T21:35:08.530Z Downloaded primeorder v0.13.6
9542026-04-13T21:35:08.533Z Downloaded poly1305 v0.8.0
9552026-04-13T21:35:08.533Z Downloaded papergrid v0.17.0
9562026-04-13T21:35:08.535Z Downloaded proc-macro-error2 v2.0.1
9572026-04-13T21:35:08.538Z Downloaded postgres-types v0.2.12
9582026-04-13T21:35:08.541Z Downloaded pem v3.0.6
9592026-04-13T21:35:08.541Z Downloaded base64 v0.21.7
9602026-04-13T21:35:08.543Z Downloaded ar_archive_writer v0.5.1
9612026-04-13T21:35:08.546Z Downloaded rand_core v0.6.4
9622026-04-13T21:35:08.546Z Downloaded omicron-zone-package v0.12.2
9632026-04-13T21:35:08.549Z Downloaded diesel_derives v2.3.7
9642026-04-13T21:35:08.552Z Downloaded hickory-resolver v0.25.2
9652026-04-13T21:35:08.564Z Downloaded scheduled-thread-pool v0.2.7
9662026-04-13T21:35:08.564Z Downloaded same-file v1.0.6
9672026-04-13T21:35:08.564Z Downloaded rand_seeder v0.4.0
9682026-04-13T21:35:08.564Z Downloaded salsa20 v0.10.2
9692026-04-13T21:35:08.564Z Downloaded scrypt v0.11.0
9702026-04-13T21:35:08.564Z Downloaded serde-big-array v0.5.1
9712026-04-13T21:35:08.564Z Downloaded pkcs5 v0.7.1
9722026-04-13T21:35:08.564Z Downloaded sapling-renderdag v0.1.0
9732026-04-13T21:35:08.568Z Downloaded rand_core v0.9.5
9742026-04-13T21:35:08.568Z Downloaded hickory-server v0.25.2
9752026-04-13T21:35:08.571Z Downloaded progenitor-macro v0.11.2
9762026-04-13T21:35:08.571Z Downloaded parking_lot_core v0.8.6
9772026-04-13T21:35:08.574Z Downloaded ignore v0.4.25
9782026-04-13T21:35:08.574Z Downloaded serde_repr v0.1.20
9792026-04-13T21:35:08.578Z Downloaded serde_bytes v0.11.19
9802026-04-13T21:35:08.578Z Downloaded secrecy v0.8.0
9812026-04-13T21:35:08.578Z Downloaded scopeguard v1.2.0
9822026-04-13T21:35:08.580Z Downloaded postcard v1.1.3
9832026-04-13T21:35:08.580Z Downloaded secrecy v0.10.3
9842026-04-13T21:35:08.583Z Downloaded seq-macro v0.3.6
9852026-04-13T21:35:08.583Z Downloaded serde_spanned v1.0.4
9862026-04-13T21:35:08.586Z Downloaded serde_plain v1.0.2
9872026-04-13T21:35:08.586Z Downloaded hickory-resolver v0.24.4
9882026-04-13T21:35:08.589Z Downloaded shell-words v1.1.1
9892026-04-13T21:35:08.589Z Downloaded jiff-static v0.2.21
9902026-04-13T21:35:08.591Z Downloaded semver v0.1.20
9912026-04-13T21:35:08.591Z Downloaded scroll_derive v0.13.1
9922026-04-13T21:35:08.594Z Downloaded pkcs1 v0.7.5
9932026-04-13T21:35:08.594Z Downloaded rustls-pemfile v1.0.4
9942026-04-13T21:35:08.597Z Downloaded aes v0.8.4
9952026-04-13T21:35:08.600Z Downloaded prefix-trie v0.7.0
9962026-04-13T21:35:08.600Z Downloaded sha1 v0.10.6
9972026-04-13T21:35:08.602Z Downloaded serde_urlencoded v0.7.1
9982026-04-13T21:35:08.602Z Downloaded rustls-pemfile v2.2.0
9992026-04-13T21:35:08.605Z Downloaded resolv-conf v0.7.6
10002026-04-13T21:35:08.605Z Downloaded rustls-native-certs v0.8.3
10012026-04-13T21:35:08.608Z Downloaded rustversion v1.0.22
10022026-04-13T21:35:08.610Z Downloaded sigpipe v0.1.3
10032026-04-13T21:35:08.610Z Downloaded quinn-udp v0.5.14
10042026-04-13T21:35:08.613Z Downloaded signature v2.2.0
10052026-04-13T21:35:08.613Z Downloaded signal-hook-tokio v0.3.1
10062026-04-13T21:35:08.613Z Downloaded rand_chacha v0.9.0
10072026-04-13T21:35:08.616Z Downloaded pin-project v1.1.11
10082026-04-13T21:35:08.621Z Downloaded signal-hook-mio v0.2.5
10092026-04-13T21:35:08.624Z Downloaded rusty-fork v0.3.1
10102026-04-13T21:35:08.624Z Downloaded hashbrown v0.13.2
10112026-04-13T21:35:08.627Z Downloaded slog-envlogger v2.2.0
10122026-04-13T21:35:08.629Z Downloaded oso v0.27.3
10132026-04-13T21:35:08.629Z Downloaded sct v0.7.1
10142026-04-13T21:35:08.632Z Downloaded headers v0.4.1
10152026-04-13T21:35:08.635Z Downloaded slog-bunyan v2.5.0
10162026-04-13T21:35:08.637Z Downloaded num-rational v0.4.2
10172026-04-13T21:35:08.637Z Downloaded num-complex v0.4.6
10182026-04-13T21:35:08.640Z Downloaded native-tls v0.2.18
10192026-04-13T21:35:08.640Z Downloaded libloading v0.8.9
10202026-04-13T21:35:08.643Z Downloaded miniz_oxide v0.8.9
10212026-04-13T21:35:08.643Z Downloaded const_format v0.2.35
10222026-04-13T21:35:08.648Z Downloaded bumpalo v3.20.2
10232026-04-13T21:35:08.651Z Downloaded sec1 v0.7.3
10242026-04-13T21:35:08.651Z Downloaded serde_path_to_error v0.1.20
10252026-04-13T21:35:08.651Z Downloaded serde_derive_internals v0.29.1
10262026-04-13T21:35:08.653Z Downloaded schemars_derive v0.8.22
10272026-04-13T21:35:08.653Z Downloaded base64 v0.22.1
10282026-04-13T21:35:08.656Z Downloaded minimal-lexical v0.2.1
10292026-04-13T21:35:08.659Z Downloaded p256 v0.13.2
10302026-04-13T21:35:08.662Z Downloaded progenitor-impl v0.13.0
10312026-04-13T21:35:08.665Z Downloaded hashbrown v0.12.3
10322026-04-13T21:35:08.665Z Downloaded arc-swap v1.8.2
10332026-04-13T21:35:08.667Z Downloaded sqlparser_derive v0.5.0
10342026-04-13T21:35:08.670Z Downloaded simd-adler32 v0.3.8
10352026-04-13T21:35:08.670Z Downloaded structmeta v0.3.0
10362026-04-13T21:35:08.672Z Downloaded prettyplease v0.2.37
10372026-04-13T21:35:08.675Z Downloaded serde-hex v0.1.0
10382026-04-13T21:35:08.675Z Downloaded rcgen v0.12.1
10392026-04-13T21:35:08.678Z Downloaded ssh-encoding v0.2.0
10402026-04-13T21:35:08.678Z Downloaded crossterm v0.29.0
10412026-04-13T21:35:08.682Z Downloaded strum v0.27.2
10422026-04-13T21:35:08.684Z Downloaded strum v0.26.3
10432026-04-13T21:35:08.684Z Downloaded progenitor-impl v0.11.2
10442026-04-13T21:35:08.687Z Downloaded strip-ansi-escapes v0.2.1
10452026-04-13T21:35:08.687Z Downloaded progenitor-impl v0.10.0
10462026-04-13T21:35:08.690Z Downloaded bitvec v1.0.1
10472026-04-13T21:35:08.697Z Downloaded tagptr v0.2.0
10482026-04-13T21:35:08.700Z Downloaded tabwriter v1.4.1
10492026-04-13T21:35:08.700Z Downloaded tabled_derive v0.11.0
10502026-04-13T21:35:08.703Z Downloaded rustls-pki-types v1.14.0
10512026-04-13T21:35:08.703Z Downloaded sync_wrapper v1.0.2
10522026-04-13T21:35:08.705Z Downloaded supports-color v3.0.2
10532026-04-13T21:35:08.705Z Downloaded subtle v2.6.1
10542026-04-13T21:35:08.705Z Downloaded structmeta-derive v0.3.0
10552026-04-13T21:35:08.709Z Downloaded slog-json v2.6.1
10562026-04-13T21:35:08.709Z Downloaded slog-dtrace v0.3.0
10572026-04-13T21:35:08.713Z Downloaded sync-ptr v0.1.4
10582026-04-13T21:35:08.713Z Downloaded slog-async v2.8.0
10592026-04-13T21:35:08.713Z Downloaded termtree v0.5.1
10602026-04-13T21:35:08.713Z Downloaded hyper-util v0.1.20
10612026-04-13T21:35:08.716Z Downloaded slog-term v2.9.2
10622026-04-13T21:35:08.718Z Downloaded slog-stdlog v4.1.1
10632026-04-13T21:35:08.721Z Downloaded thread-id v5.1.0
10642026-04-13T21:35:08.721Z Downloaded thiserror-impl-no-std v2.0.2
10652026-04-13T21:35:08.721Z Downloaded smf v0.2.3
10662026-04-13T21:35:08.723Z Downloaded smallvec v0.6.14
10672026-04-13T21:35:08.723Z Downloaded slog-scope v4.4.1
10682026-04-13T21:35:08.726Z Downloaded http v1.4.0
10692026-04-13T21:35:08.729Z Downloaded time-core v0.1.8
10702026-04-13T21:35:08.729Z Downloaded aes-gcm v0.10.3
10712026-04-13T21:35:08.732Z Downloaded testing_table v0.3.0
10722026-04-13T21:35:08.732Z Downloaded snafu-derive v0.8.9
10732026-04-13T21:35:08.734Z Downloaded serde_with_macros v3.17.0
10742026-04-13T21:35:08.734Z Downloaded openssl-sys v0.9.111
10752026-04-13T21:35:08.737Z Downloaded sqlformat v0.3.5
10762026-04-13T21:35:08.740Z Downloaded russh-keys v0.45.0
10772026-04-13T21:35:08.743Z Downloaded itertools v0.10.5
10782026-04-13T21:35:08.746Z Downloaded static_assertions v1.1.0
10792026-04-13T21:35:08.748Z Downloaded stacker v0.1.23
10802026-04-13T21:35:08.748Z Downloaded rayon-core v1.13.0
10812026-04-13T21:35:08.751Z Downloaded spki v0.7.3
10822026-04-13T21:35:08.754Z Downloaded ron v0.8.1
10832026-04-13T21:35:08.756Z Downloaded stringprep v0.1.5
10842026-04-13T21:35:08.759Z Downloaded string_cache v0.8.9
10852026-04-13T21:35:08.759Z Downloaded ssh-cipher v0.2.0
10862026-04-13T21:35:08.759Z Downloaded bindgen v0.71.1
10872026-04-13T21:35:08.764Z Downloaded support-bundle-viewer v0.1.2
10882026-04-13T21:35:08.766Z Downloaded strum_macros v0.26.4
10892026-04-13T21:35:08.766Z Downloaded schemars v0.8.22
10902026-04-13T21:35:08.774Z Downloaded tap v1.0.1
10912026-04-13T21:35:08.776Z Downloaded quinn v0.11.9
10922026-04-13T21:35:08.779Z Downloaded ryu v1.0.23
10932026-04-13T21:35:08.781Z Downloaded strum_macros v0.27.2
10942026-04-13T21:35:08.781Z Downloaded rustls-platform-verifier v0.6.2
10952026-04-13T21:35:08.784Z Downloaded hashbrown v0.15.5
10962026-04-13T21:35:08.787Z Downloaded shlex v1.3.0
10972026-04-13T21:35:08.791Z Downloaded serde_cbor v0.11.2
10982026-04-13T21:35:08.791Z Downloaded pretty_assertions v1.4.1
10992026-04-13T21:35:08.795Z Downloaded mio v1.1.1
11002026-04-13T21:35:08.798Z Downloaded topological-sort v0.2.2
11012026-04-13T21:35:08.798Z Downloaded thread_local v1.1.9
11022026-04-13T21:35:08.798Z Downloaded tiny-keccak v2.0.2
11032026-04-13T21:35:08.801Z Downloaded thiserror-no-std v2.0.2
11042026-04-13T21:35:08.804Z Downloaded termios v0.3.3
11052026-04-13T21:35:08.804Z Downloaded try-lock v0.2.5
11062026-04-13T21:35:08.807Z Downloaded trait-variant v0.1.2
11072026-04-13T21:35:08.807Z Downloaded signal-hook v0.3.18
11082026-04-13T21:35:08.807Z Downloaded spin v0.9.8
11092026-04-13T21:35:08.809Z Downloaded tinyvec_macros v0.1.1
11102026-04-13T21:35:08.809Z Downloaded time-macros v0.2.27
11112026-04-13T21:35:08.812Z Downloaded tower-layer v0.3.3
11122026-04-13T21:35:08.812Z Downloaded tls_codec_derive v0.4.2
11132026-04-13T21:35:08.815Z Downloaded publicsuffix v2.3.0
11142026-04-13T21:35:08.818Z Downloaded scroll v0.13.0
11152026-04-13T21:35:08.818Z Downloaded take_mut v0.2.2
11162026-04-13T21:35:08.818Z Downloaded slab v0.4.12
11172026-04-13T21:35:08.821Z Downloaded qorb v0.4.1
11182026-04-13T21:35:08.821Z Downloaded siphasher v1.0.2
11192026-04-13T21:35:08.824Z Downloaded tower-service v0.3.3
11202026-04-13T21:35:08.824Z Downloaded tokio-native-tls v0.3.1
11212026-04-13T21:35:08.827Z Downloaded tls_codec v0.4.2
11222026-04-13T21:35:08.827Z Downloaded similar v2.7.0
11232026-04-13T21:35:08.830Z Downloaded typify-macro v0.6.1
11242026-04-13T21:35:08.832Z Downloaded typify-macro v0.4.3
11252026-04-13T21:35:08.832Z Downloaded schemars v0.9.0
11262026-04-13T21:35:08.838Z Downloaded unit-prefix v0.5.2
11272026-04-13T21:35:08.841Z Downloaded unarray v0.1.4
11282026-04-13T21:35:08.841Z Downloaded untrusted v0.7.1
11292026-04-13T21:35:08.844Z Downloaded usdt-attr-macro v0.6.0
11302026-04-13T21:35:08.844Z Downloaded tokio-macros v2.6.0
11312026-04-13T21:35:08.844Z Downloaded tokio-dtrace v0.1.1
11322026-04-13T21:35:08.844Z Downloaded term v0.7.0
11332026-04-13T21:35:08.847Z Downloaded unicode-truncate v1.1.0
11342026-04-13T21:35:08.849Z Downloaded utf-8 v0.7.6
11352026-04-13T21:35:08.849Z Downloaded usdt-macro v0.6.0
11362026-04-13T21:35:08.849Z Downloaded universal-hash v0.5.1
11372026-04-13T21:35:08.852Z Downloaded tokio-rustls v0.25.0
11382026-04-13T21:35:08.852Z Downloaded num-bigint v0.4.6
11392026-04-13T21:35:08.855Z Downloaded tokio-tungstenite v0.23.1
11402026-04-13T21:35:08.858Z Downloaded libxml v0.3.3
11412026-04-13T21:35:08.861Z Downloaded void v1.0.2
11422026-04-13T21:35:08.861Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11432026-04-13T21:35:08.865Z Downloaded aho-corasick v1.1.4
11442026-04-13T21:35:08.870Z Downloaded waitgroup v0.1.2
11452026-04-13T21:35:08.870Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-04-13T21:35:08.870Z Downloaded socket2 v0.5.10
11472026-04-13T21:35:08.873Z Downloaded usdt v0.6.0
11482026-04-13T21:35:08.873Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-04-13T21:35:08.873Z Downloaded serde_yaml v0.9.34+deprecated
11502026-04-13T21:35:08.873Z Downloaded nom v7.1.3
11512026-04-13T21:35:08.876Z Downloaded term v1.2.1
11522026-04-13T21:35:08.879Z Downloaded strum_macros v0.24.3
11532026-04-13T21:35:08.882Z Downloaded rand v0.8.5
11542026-04-13T21:35:08.885Z Downloaded iddqd v0.3.17
11552026-04-13T21:35:08.888Z Downloaded wait-timeout v0.2.1
11562026-04-13T21:35:08.888Z Downloaded rustls-webpki v0.103.9
11572026-04-13T21:35:08.890Z Downloaded xshell-macros v0.2.7
11582026-04-13T21:35:08.893Z Downloaded xattr v1.6.1
11592026-04-13T21:35:08.893Z Downloaded signal-hook-registry v1.4.8
11602026-04-13T21:35:08.893Z Downloaded hash32 v0.3.1
11612026-04-13T21:35:08.896Z Downloaded num-bigint-dig v0.8.6
11622026-04-13T21:35:08.899Z Downloaded samael v0.0.19
11632026-04-13T21:35:08.902Z Downloaded subprocess v0.2.15
11642026-04-13T21:35:08.904Z Downloaded tui-tree-widget v0.23.1
11652026-04-13T21:35:08.904Z Downloaded crc32fast v1.5.0
11662026-04-13T21:35:08.904Z Downloaded colored v2.2.0
11672026-04-13T21:35:08.907Z Downloaded untrusted v0.9.0
11682026-04-13T21:35:08.910Z Downloaded cancel-safe-futures v0.1.5
11692026-04-13T21:35:08.910Z Downloaded tokio-rustls v0.24.1
11702026-04-13T21:35:08.913Z Downloaded zeroize_derive v1.4.3
11712026-04-13T21:35:08.913Z Downloaded unicase v2.9.0
11722026-04-13T21:35:08.913Z Downloaded tokio-rustls v0.26.4
11732026-04-13T21:35:08.915Z Downloaded lalrpop-util v0.19.12
11742026-04-13T21:35:08.915Z Downloaded flume v0.11.1
11752026-04-13T21:35:08.918Z Downloaded slog v2.8.2
11762026-04-13T21:35:08.921Z Downloaded expectorate v1.2.0
11772026-04-13T21:35:08.923Z Downloaded der v0.7.10
11782026-04-13T21:35:08.926Z Downloaded toml_parser v1.0.9+spec-1.1.0
11792026-04-13T21:35:08.926Z Downloaded tokio-tungstenite v0.21.0
11802026-04-13T21:35:08.929Z Downloaded vergen-gitcl v1.0.8
11812026-04-13T21:35:08.929Z Downloaded usdt-impl v0.6.0
11822026-04-13T21:35:08.932Z Downloaded snafu v0.8.9
11832026-04-13T21:35:08.935Z Downloaded vsss-rs v3.3.4
11842026-04-13T21:35:08.937Z Downloaded vergen-lib v0.1.6
11852026-04-13T21:35:08.938Z Downloaded test-strategy v0.4.5
11862026-04-13T21:35:08.940Z Downloaded cassowary v0.3.0
11872026-04-13T21:35:08.940Z Downloaded backoff v0.4.0
11882026-04-13T21:35:08.943Z Downloaded bit-set v0.8.0
11892026-04-13T21:35:08.943Z Downloaded tinyvec v1.10.0
11902026-04-13T21:35:08.945Z Downloaded zone v0.3.1
11912026-04-13T21:35:08.945Z Downloaded git-stub-vcs v0.1.0
11922026-04-13T21:35:08.948Z Downloaded bcs v0.1.6
11932026-04-13T21:35:08.948Z Downloaded zone_cfg_derive v0.3.1
11942026-04-13T21:35:08.948Z Downloaded hex-literal v0.4.1
11952026-04-13T21:35:08.951Z Downloaded assert_matches v1.5.0
11962026-04-13T21:35:08.951Z Downloaded iri-string v0.7.10
11972026-04-13T21:35:08.953Z Downloaded itertools v0.12.1
11982026-04-13T21:35:08.957Z Downloaded whoami v2.1.0
11992026-04-13T21:35:08.960Z Downloaded itertools v0.14.0
12002026-04-13T21:35:08.963Z Downloaded twox-hash v2.1.2
12012026-04-13T21:35:08.966Z Downloaded tar v0.4.45
12022026-04-13T21:35:08.968Z Downloaded unicode-properties v0.1.4
12032026-04-13T21:35:08.968Z Downloaded h2 v0.4.13
12042026-04-13T21:35:08.972Z Downloaded xshell v0.2.7
12052026-04-13T21:35:08.976Z Downloaded rsa v0.9.10
12062026-04-13T21:35:08.979Z Downloaded schemars v1.2.1
12072026-04-13T21:35:08.985Z Downloaded whoami v1.6.1
12082026-04-13T21:35:08.987Z Downloaded rand v0.9.2
12092026-04-13T21:35:08.990Z Downloaded toml v1.0.6+spec-1.1.0
12102026-04-13T21:35:08.993Z Downloaded vergen-git2 v1.0.7
12112026-04-13T21:35:08.993Z Downloaded tokio-stream v0.1.18
12122026-04-13T21:35:08.996Z Downloaded walkdir v2.5.0
12132026-04-13T21:35:08.998Z Downloaded socket2 v0.6.2
12142026-04-13T21:35:08.998Z Downloaded toml v0.9.12+spec-1.1.0
12152026-04-13T21:35:09.001Z Downloaded hyper v1.8.1
12162026-04-13T21:35:09.004Z Downloaded zstd v0.13.3
12172026-04-13T21:35:09.007Z Downloaded tracing-attributes v0.1.31
12182026-04-13T21:35:09.010Z Downloaded blake3 v1.8.3
12192026-04-13T21:35:09.013Z Downloaded rand v0.10.0
12202026-04-13T21:35:09.016Z Downloaded itertools v0.13.0
12212026-04-13T21:35:09.020Z Downloaded zstd-safe v7.2.4
12222026-04-13T21:35:09.023Z Downloaded tungstenite v0.21.0
12232026-04-13T21:35:09.025Z Downloaded unsafe-libyaml v0.2.11
12242026-04-13T21:35:09.025Z Downloaded rustyline v14.0.0
12252026-04-13T21:35:09.028Z Downloaded zeroize v1.8.2
12262026-04-13T21:35:09.031Z Downloaded yasna v0.5.2
12272026-04-13T21:35:09.031Z Downloaded toml v0.7.8
12282026-04-13T21:35:09.034Z Downloaded russh v0.45.0
12292026-04-13T21:35:09.037Z Downloaded libm v0.2.16
12302026-04-13T21:35:09.042Z Downloaded typify v0.6.1
12312026-04-13T21:35:09.045Z Downloaded toml_edit v0.23.10+spec-1.0.0
12322026-04-13T21:35:09.048Z Downloaded zerocopy v0.6.6
12332026-04-13T21:35:09.048Z Downloaded aws-lc-rs v1.16.0
12342026-04-13T21:35:09.054Z Downloaded wyz v0.5.1
12352026-04-13T21:35:09.057Z Downloaded tracing-core v0.1.36
12362026-04-13T21:35:09.057Z Downloaded unicode-bidi v0.3.18
12372026-04-13T21:35:09.059Z Downloaded tokio-postgres v0.7.16
12382026-04-13T21:35:09.063Z Downloaded chrono v0.4.44
12392026-04-13T21:35:09.065Z Downloaded vergen v9.0.6
12402026-04-13T21:35:09.068Z Downloaded uuid v1.23.0
12412026-04-13T21:35:09.071Z Downloaded p521 v0.13.3
12422026-04-13T21:35:09.073Z Downloaded futures-util v0.3.32
12432026-04-13T21:35:09.084Z Downloaded vte v0.14.1
12442026-04-13T21:35:09.084Z Downloaded zopfli v0.8.3
12452026-04-13T21:35:09.084Z Downloaded steno v0.4.1
12462026-04-13T21:35:09.098Z Downloaded typify v0.4.3
12472026-04-13T21:35:09.101Z Downloaded tungstenite v0.23.0
12482026-04-13T21:35:09.104Z Downloaded ssh-key v0.6.7
12492026-04-13T21:35:09.108Z Downloaded regex v1.12.3
12502026-04-13T21:35:09.112Z Downloaded reedline v0.40.0
12512026-04-13T21:35:09.116Z Downloaded want v0.3.1
12522026-04-13T21:35:09.119Z Downloaded uzers v0.12.2
12532026-04-13T21:35:09.119Z Downloaded hkdf v0.12.4
12542026-04-13T21:35:09.122Z Downloaded rpassword v7.4.0
12552026-04-13T21:35:09.122Z Downloaded array-init v0.0.4
12562026-04-13T21:35:09.122Z Downloaded drift v0.1.3
12572026-04-13T21:35:09.125Z Downloaded rayon v1.11.0
12582026-04-13T21:35:09.129Z Downloaded dirs-next v2.0.0
12592026-04-13T21:35:09.132Z Downloaded diesel-dtrace v0.5.0
12602026-04-13T21:35:09.139Z Downloaded unicode_categories v0.1.1
12612026-04-13T21:35:09.143Z Downloaded reqwest v0.12.28
12622026-04-13T21:35:09.146Z Downloaded zip v0.6.6
12632026-04-13T21:35:09.149Z Downloaded toml_edit v0.19.15
12642026-04-13T21:35:09.158Z Downloaded tower v0.5.3
12652026-04-13T21:35:09.163Z Downloaded p384 v0.13.1
12662026-04-13T21:35:09.166Z Downloaded zerocopy-derive v0.8.40
12672026-04-13T21:35:09.171Z Downloaded unicode-segmentation v1.12.0
12682026-04-13T21:35:09.174Z Downloaded quick-xml v0.37.5
12692026-04-13T21:35:09.177Z Downloaded yansi v1.0.1
12702026-04-13T21:35:09.179Z Downloaded lalrpop v0.19.12
12712026-04-13T21:35:09.185Z Downloaded goblin v0.10.5
12722026-04-13T21:35:09.188Z Downloaded x509-cert v0.2.5
12732026-04-13T21:35:09.192Z Downloaded salty v0.3.0
12742026-04-13T21:35:09.196Z Downloaded unicode-normalization v0.1.25
12752026-04-13T21:35:09.198Z Downloaded reqwest v0.13.2
12762026-04-13T21:35:09.201Z Downloaded git2 v0.20.4
12772026-04-13T21:35:09.205Z Downloaded typed-path v0.9.3
12782026-04-13T21:35:09.208Z Downloaded tower-http v0.6.8
12792026-04-13T21:35:09.213Z Downloaded portable-atomic v1.13.1
12802026-04-13T21:35:09.217Z Downloaded rustls-webpki v0.101.7
12812026-04-13T21:35:09.226Z Downloaded proptest v1.10.0
12822026-04-13T21:35:09.249Z Downloaded tokio-util v0.7.18
12832026-04-13T21:35:09.259Z Downloaded zip v4.6.1
12842026-04-13T21:35:09.263Z Downloaded nix v0.27.1
12852026-04-13T21:35:09.269Z Downloaded serde_with v3.17.0
12862026-04-13T21:35:09.276Z Downloaded radix_trie v0.2.1
12872026-04-13T21:35:09.280Z Downloaded moka v0.12.13
12882026-04-13T21:35:09.284Z Downloaded bstr v1.12.1
12892026-04-13T21:35:09.290Z Downloaded tough v0.20.0
12902026-04-13T21:35:09.313Z Downloaded polar-core v0.27.3
12912026-04-13T21:35:09.317Z Downloaded time v0.3.47
12922026-04-13T21:35:09.324Z Downloaded rustls-webpki v0.102.8
12932026-04-13T21:35:09.335Z Downloaded curve25519-dalek v4.1.3
12942026-04-13T21:35:09.339Z Downloaded quinn-proto v0.11.13
12952026-04-13T21:35:09.344Z Downloaded winnow v0.6.26
12962026-04-13T21:35:09.347Z Downloaded hickory-proto v0.24.4
12972026-04-13T21:35:09.355Z Downloaded nix v0.31.1
12982026-04-13T21:35:09.362Z Downloaded winnow v0.5.40
12992026-04-13T21:35:09.366Z Downloaded petname v2.0.2
13002026-04-13T21:35:09.369Z Downloaded object v0.30.4
13012026-04-13T21:35:09.374Z Downloaded tabled v0.20.0
13022026-04-13T21:35:09.383Z Downloaded openssl v0.10.75
13032026-04-13T21:35:09.388Z Downloaded smoltcp v0.11.0
13042026-04-13T21:35:09.395Z Downloaded nix v0.29.0
13052026-04-13T21:35:09.401Z Downloaded regress v0.10.5
13062026-04-13T21:35:09.406Z Downloaded regex-syntax v0.8.10
13072026-04-13T21:35:09.410Z Downloaded rustls v0.21.12
13082026-04-13T21:35:09.416Z Downloaded rustls v0.23.37
13092026-04-13T21:35:09.428Z Downloaded nix v0.28.0
13102026-04-13T21:35:09.441Z Downloaded regex-syntax v0.6.29
13112026-04-13T21:35:09.448Z Downloaded dropshot v0.17.0
13122026-04-13T21:35:09.460Z Downloaded zlib-rs v0.6.2
13132026-04-13T21:35:09.463Z Downloaded object v0.37.3
13142026-04-13T21:35:09.470Z Downloaded dropshot v0.16.7
13152026-04-13T21:35:09.483Z Downloaded webpki-roots v1.0.6
13162026-04-13T21:35:09.486Z Downloaded vcpkg v0.2.15
13172026-04-13T21:35:09.508Z Downloaded zerocopy v0.8.40
13182026-04-13T21:35:09.513Z Downloaded sqlparser v0.61.0
13192026-04-13T21:35:09.518Z Downloaded rustls v0.22.4
13202026-04-13T21:35:09.525Z Downloaded openapiv3 v2.2.0
13212026-04-13T21:35:09.531Z Downloaded hickory-proto v0.25.2
13222026-04-13T21:35:09.540Z Downloaded diesel v2.3.7
13232026-04-13T21:35:09.551Z Downloaded rustix v0.38.44
13242026-04-13T21:35:09.563Z Downloaded tracing v0.1.44
13252026-04-13T21:35:09.573Z Downloaded ratatui v0.29.0
13262026-04-13T21:35:09.585Z Downloaded smoltcp v0.9.1
13272026-04-13T21:35:09.598Z Downloaded zerocopy-derive v0.6.6
13282026-04-13T21:35:09.612Z Downloaded regex-automata v0.4.14
13292026-04-13T21:35:09.620Z Downloaded sled v0.34.7
13302026-04-13T21:35:09.626Z Downloaded typify-impl v0.6.1
13312026-04-13T21:35:09.633Z Downloaded petgraph v0.6.5
13322026-04-13T21:35:09.643Z Downloaded typify-impl v0.4.3
13332026-04-13T21:35:09.651Z Downloaded chrono-tz v0.10.4
13342026-04-13T21:35:09.660Z Downloaded petgraph v0.8.3
13352026-04-13T21:35:09.672Z Downloaded libz-sys v1.1.24
13362026-04-13T21:35:09.684Z Downloaded jiff v0.2.21
13372026-04-13T21:35:09.694Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-04-13T21:35:09.703Z Downloaded sha3 v0.10.8
13392026-04-13T21:35:09.727Z Downloaded csv v1.4.0
13402026-04-13T21:35:09.761Z Downloaded tokio v1.50.0
13412026-04-13T21:35:09.836Z Downloaded encoding_rs v0.8.35
13422026-04-13T21:35:09.864Z Downloaded ring v0.17.14
13432026-04-13T21:35:09.891Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-13T21:35:10.259Z Downloaded aws-lc-sys v0.37.1
13452026-04-13T21:35:10.514Z Compiling libc v0.2.180
13462026-04-13T21:35:10.514Z Compiling serde v1.0.228
13472026-04-13T21:35:10.517Z Compiling log v0.4.29
13482026-04-13T21:35:10.517Z Compiling find-msvc-tools v0.1.9
13492026-04-13T21:35:10.652Z Compiling shlex v1.3.0
13502026-04-13T21:35:10.663Z Compiling smallvec v1.15.1
13512026-04-13T21:35:10.682Z Compiling syn v2.0.117
13522026-04-13T21:35:10.694Z Compiling typenum v1.19.0
13532026-04-13T21:35:10.853Z Compiling generic-array v0.14.7
13542026-04-13T21:35:10.868Z Compiling subtle v2.6.1
13552026-04-13T21:35:10.900Z Compiling scopeguard v1.2.0
13562026-04-13T21:35:10.959Z Compiling const-oid v0.9.6
13572026-04-13T21:35:10.991Z Compiling lock_api v0.4.14
13582026-04-13T21:35:11.009Z Compiling portable-atomic v1.13.1
13592026-04-13T21:35:11.040Z Compiling zerocopy v0.8.40
13602026-04-13T21:35:11.117Z Compiling serde_json v1.0.149
13612026-04-13T21:35:11.220Z Compiling critical-section v1.2.0
13622026-04-13T21:35:11.323Z Compiling parking_lot_core v0.9.12
13632026-04-13T21:35:11.336Z Compiling pin-project-lite v0.2.17
13642026-04-13T21:35:11.482Z Compiling pkg-config v0.3.32
13652026-04-13T21:35:11.512Z Compiling getrandom v0.2.17
13662026-04-13T21:35:11.557Z Compiling jobserver v0.1.34
13672026-04-13T21:35:11.572Z Compiling errno v0.3.14
13682026-04-13T21:35:11.657Z Compiling rand_core v0.6.4
13692026-04-13T21:35:11.735Z Compiling signal-hook-registry v1.4.8
13702026-04-13T21:35:11.752Z Compiling cc v1.2.56
13712026-04-13T21:35:11.936Z Compiling bitflags v2.11.0
13722026-04-13T21:35:12.001Z Compiling libm v0.2.16
13732026-04-13T21:35:12.026Z Compiling mio v1.1.1
13742026-04-13T21:35:12.160Z Compiling once_cell v1.21.3
13752026-04-13T21:35:12.180Z Compiling parking_lot v0.12.5
13762026-04-13T21:35:12.204Z Compiling num-traits v0.2.19
13772026-04-13T21:35:12.334Z Compiling futures-core v0.3.32
13782026-04-13T21:35:12.469Z Compiling percent-encoding v2.3.2
13792026-04-13T21:35:12.483Z Compiling socket2 v0.6.2
13802026-04-13T21:35:12.525Z Compiling allocator-api2 v0.2.21
13812026-04-13T21:35:12.541Z Compiling cpufeatures v0.2.17
13822026-04-13T21:35:12.556Z Compiling foldhash v0.2.0
13832026-04-13T21:35:12.619Z Compiling futures-sink v0.3.32
13842026-04-13T21:35:12.651Z Compiling getrandom v0.3.4
13852026-04-13T21:35:12.718Z Compiling futures-channel v0.3.32
13862026-04-13T21:35:12.766Z Compiling futures-task v0.3.32
13872026-04-13T21:35:12.841Z Compiling hashbrown v0.16.1
13882026-04-13T21:35:12.877Z Compiling slab v0.4.12
13892026-04-13T21:35:12.932Z Compiling futures-io v0.3.32
13902026-04-13T21:35:12.947Z Compiling rustversion v1.0.22
13912026-04-13T21:35:13.054Z Compiling form_urlencoded v1.2.2
13922026-04-13T21:35:13.235Z Compiling cmake v0.1.57
13932026-04-13T21:35:13.259Z Compiling base64ct v1.8.3
13942026-04-13T21:35:13.355Z Compiling indexmap v2.13.0
13952026-04-13T21:35:13.423Z Compiling synstructure v0.13.2
13962026-04-13T21:35:13.560Z Compiling getrandom v0.4.1
13972026-04-13T21:35:13.606Z Compiling dunce v1.0.5
13982026-04-13T21:35:13.637Z Compiling fs_extra v1.3.0
13992026-04-13T21:35:13.699Z Compiling ident_case v1.0.1
14002026-04-13T21:35:13.716Z Compiling pem-rfc7468 v0.7.0
14012026-04-13T21:35:13.823Z Compiling flagset v0.4.7
14022026-04-13T21:35:13.905Z Compiling aws-lc-sys v0.37.1
14032026-04-13T21:35:13.920Z Compiling rand_core v0.10.0
14042026-04-13T21:35:13.952Z Compiling rand_core v0.9.5
14052026-04-13T21:35:13.973Z Compiling rustix v1.1.3
14062026-04-13T21:35:14.003Z Compiling iana-time-zone v0.1.65
14072026-04-13T21:35:14.019Z Compiling ring v0.17.14
14082026-04-13T21:35:14.035Z Compiling rustc_version v0.4.1
14092026-04-13T21:35:14.281Z Compiling vcpkg v0.2.15
14102026-04-13T21:35:14.310Z Compiling regex-syntax v0.8.10
14112026-04-13T21:35:14.389Z Compiling uuid v1.23.0
14122026-04-13T21:35:14.425Z Compiling aws-lc-rs v1.16.0
14132026-04-13T21:35:14.712Z Compiling tracing-core v0.1.36
14142026-04-13T21:35:15.028Z Compiling openssl-sys v0.9.111
14152026-04-13T21:35:15.105Z Compiling pest_generator v2.8.6
14162026-04-13T21:35:15.154Z Compiling serde_derive v1.0.228
14172026-04-13T21:35:15.272Z Compiling zeroize_derive v1.4.3
14182026-04-13T21:35:15.557Z Compiling zerofrom-derive v0.1.6
14192026-04-13T21:35:15.788Z Compiling yoke-derive v0.8.1
14202026-04-13T21:35:15.804Z Compiling zerocopy-derive v0.8.40
14212026-04-13T21:35:15.911Z Compiling zeroize v1.8.2
14222026-04-13T21:35:16.661Z Compiling crypto-common v0.1.7
14232026-04-13T21:35:16.686Z Compiling block-buffer v0.10.4
14242026-04-13T21:35:16.808Z Compiling zerovec-derive v0.11.2
14252026-04-13T21:35:16.858Z Compiling digest v0.10.7
14262026-04-13T21:35:16.950Z Compiling zerofrom v0.1.6
14272026-04-13T21:35:16.967Z Compiling displaydoc v0.2.5
14282026-04-13T21:35:17.076Z Compiling yoke v0.8.1
14292026-04-13T21:35:17.120Z Compiling tokio-macros v2.6.0
14302026-04-13T21:35:17.270Z Compiling hmac v0.12.1
14312026-04-13T21:35:17.426Z Compiling futures-macro v0.3.32
14322026-04-13T21:35:17.708Z Compiling zerotrie v0.2.3
14332026-04-13T21:35:17.833Z Compiling block-padding v0.3.3
14342026-04-13T21:35:17.910Z Compiling zerovec v0.11.5
14352026-04-13T21:35:17.997Z Compiling inout v0.1.4
14362026-04-13T21:35:18.005Z Compiling sha2 v0.10.9
14372026-04-13T21:35:18.162Z Compiling cipher v0.4.4
14382026-04-13T21:35:18.215Z Compiling futures-util v0.3.32
14392026-04-13T21:35:18.411Z Compiling tinystr v0.8.2
14402026-04-13T21:35:18.424Z Compiling potential_utf v0.1.4
14412026-04-13T21:35:18.578Z Compiling bytes v1.11.1
14422026-04-13T21:35:18.600Z Compiling icu_locale_core v2.1.1
14432026-04-13T21:35:18.613Z Compiling icu_collections v2.1.1
14442026-04-13T21:35:19.070Z Compiling tokio v1.50.0
14452026-04-13T21:35:19.210Z Compiling der_derive v0.7.3
14462026-04-13T21:35:19.239Z Compiling icu_provider v2.1.1
14472026-04-13T21:35:19.366Z Compiling http v1.4.0
14482026-04-13T21:35:19.505Z Compiling icu_properties v2.1.2
14492026-04-13T21:35:19.533Z Compiling icu_normalizer v2.1.1
14502026-04-13T21:35:20.067Z Compiling chrono v0.4.44
14512026-04-13T21:35:20.160Z Compiling ppv-lite86 v0.2.21
14522026-04-13T21:35:20.258Z Compiling der v0.7.10
14532026-04-13T21:35:20.275Z Compiling salsa20 v0.10.2
14542026-04-13T21:35:20.410Z Compiling idna_adapter v1.2.1
14552026-04-13T21:35:20.481Z Compiling pbkdf2 v0.12.2
14562026-04-13T21:35:20.507Z Compiling thiserror-impl v2.0.18
14572026-04-13T21:35:20.545Z Compiling idna v1.1.0
14582026-04-13T21:35:20.582Z Compiling scrypt v0.11.0
14592026-04-13T21:35:20.597Z Compiling rand_chacha v0.9.0
14602026-04-13T21:35:20.831Z Compiling url v2.5.8
14612026-04-13T21:35:21.170Z Compiling spki v0.7.3
14622026-04-13T21:35:21.275Z Compiling aes v0.8.4
14632026-04-13T21:35:21.373Z Compiling cbc v0.1.2
14642026-04-13T21:35:21.428Z Compiling rustls-pki-types v1.14.0
14652026-04-13T21:35:21.440Z Compiling tracing-attributes v0.1.31
14662026-04-13T21:35:21.520Z Compiling rand v0.9.2
14672026-04-13T21:35:21.608Z Compiling http-body v1.0.1
14682026-04-13T21:35:21.760Z Compiling pkcs5 v0.7.1
14692026-04-13T21:35:21.800Z Compiling thiserror v2.0.18
14702026-04-13T21:35:21.902Z Compiling serde_derive_internals v0.29.1
14712026-04-13T21:35:21.945Z Compiling httparse v1.10.1
14722026-04-13T21:35:22.224Z Compiling untrusted v0.7.1
14732026-04-13T21:35:22.271Z Compiling openssl-probe v0.2.1
14742026-04-13T21:35:22.286Z Compiling untrusted v0.9.0
14752026-04-13T21:35:22.300Z Compiling base64 v0.22.1
14762026-04-13T21:35:22.344Z Compiling schemars v0.8.22
14772026-04-13T21:35:22.491Z Compiling pkcs8 v0.10.2
14782026-04-13T21:35:22.560Z Compiling pest_derive v2.8.6
14792026-04-13T21:35:22.607Z Compiling scroll_derive v0.13.1
14802026-04-13T21:35:22.705Z Compiling tracing v0.1.44
14812026-04-13T21:35:22.777Z Compiling tokio-util v0.7.18
14822026-04-13T21:35:22.794Z Compiling schemars_derive v0.8.22
14832026-04-13T21:35:22.994Z Compiling darling_core v0.20.11
14842026-04-13T21:35:22.998Z Compiling rustls v0.23.37
14852026-04-13T21:35:23.152Z Compiling try-lock v0.2.5
14862026-04-13T21:35:23.262Z Compiling atomic-waker v1.1.2
14872026-04-13T21:35:23.389Z Compiling tower-service v0.3.3
14882026-04-13T21:35:23.404Z Compiling tinyvec_macros v0.1.1
14892026-04-13T21:35:23.475Z Compiling dyn-clone v1.0.20
14902026-04-13T21:35:23.489Z Compiling tower-layer v0.3.3
14912026-04-13T21:35:23.615Z Compiling tinyvec v1.10.0
14922026-04-13T21:35:23.651Z Compiling h2 v0.4.13
14932026-04-13T21:35:23.779Z Compiling scroll v0.13.0
14942026-04-13T21:35:23.951Z Compiling want v0.3.1
14952026-04-13T21:35:24.146Z Compiling ipnet v2.11.0
14962026-04-13T21:35:24.175Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-13T21:35:24.368Z Compiling spin v0.9.8
14982026-04-13T21:35:24.558Z Compiling aho-corasick v1.1.4
14992026-04-13T21:35:24.574Z Compiling time-core v0.1.8
15002026-04-13T21:35:24.649Z Compiling pin-utils v0.1.0
15012026-04-13T21:35:24.667Z Compiling foreign-types-shared v0.1.1
15022026-04-13T21:35:24.721Z Compiling httpdate v1.0.3
15032026-04-13T21:35:24.735Z Compiling crc32fast v1.5.0
15042026-04-13T21:35:24.755Z Compiling powerfmt v0.2.0
15052026-04-13T21:35:24.943Z Compiling openssl v0.10.75
15062026-04-13T21:35:24.958Z Compiling num-conv v0.2.0
15072026-04-13T21:35:25.048Z Compiling deranged v0.5.8
15082026-04-13T21:35:25.087Z Compiling time-macros v0.2.27
15092026-04-13T21:35:25.194Z Compiling foreign-types v0.3.2
15102026-04-13T21:35:25.262Z Compiling darling_macro v0.20.11
15112026-04-13T21:35:25.277Z Compiling tempfile v3.25.0
15122026-04-13T21:35:25.363Z Compiling regex-automata v0.4.14
15132026-04-13T21:35:25.728Z Compiling darling v0.20.11
15142026-04-13T21:35:25.811Z Compiling goblin v0.10.5
15152026-04-13T21:35:26.147Z Compiling openssl-macros v0.1.1
15162026-04-13T21:35:26.246Z Compiling socket2 v0.5.10
15172026-04-13T21:35:26.509Z Compiling wait-timeout v0.2.1
15182026-04-13T21:35:26.524Z Compiling simd-adler32 v0.3.8
15192026-04-13T21:35:26.642Z Compiling hyper v1.8.1
15202026-04-13T21:35:26.763Z Compiling syn v1.0.109
15212026-04-13T21:35:26.777Z Compiling quick-error v1.2.3
15222026-04-13T21:35:26.891Z Compiling num_threads v0.1.7
15232026-04-13T21:35:26.983Z Compiling siphasher v1.0.2
15242026-04-13T21:35:27.059Z Compiling usdt-impl v0.6.0
15252026-04-13T21:35:27.174Z Compiling crossbeam-utils v0.8.21
15262026-04-13T21:35:27.265Z Compiling native-tls v0.2.18
15272026-04-13T21:35:27.460Z Compiling bit-vec v0.8.0
15282026-04-13T21:35:27.582Z Compiling time v0.3.47
15292026-04-13T21:35:27.612Z Compiling rusty-fork v0.3.1
15302026-04-13T21:35:27.681Z Compiling hyper-util v0.1.20
15312026-04-13T21:35:27.918Z Compiling bit-set v0.8.0
15322026-04-13T21:35:28.183Z Compiling derive_builder_core v0.20.2
15332026-04-13T21:35:29.033Z Compiling dof v0.4.0
15342026-04-13T21:35:29.304Z Compiling unicode-normalization v0.1.25
15352026-04-13T21:35:29.433Z Compiling dtrace-parser v0.3.0
15362026-04-13T21:35:29.457Z Compiling rustls-native-certs v0.8.3
15372026-04-13T21:35:29.747Z Compiling signature v2.2.0
15382026-04-13T21:35:29.761Z Compiling thiserror-impl v1.0.69
15392026-04-13T21:35:29.921Z Compiling scroll_derive v0.12.1
15402026-04-13T21:35:30.015Z Compiling heapless v0.7.17
15412026-04-13T21:35:30.176Z Compiling rand_xorshift v0.4.0
15422026-04-13T21:35:30.234Z Compiling slog v2.8.2
15432026-04-13T21:35:30.258Z Compiling darling_core v0.21.3
15442026-04-13T21:35:30.340Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-13T21:35:30.420Z Compiling sync_wrapper v1.0.2
15462026-04-13T21:35:30.529Z Compiling thread-id v5.1.0
15472026-04-13T21:35:30.579Z Compiling cookie v0.18.1
15482026-04-13T21:35:30.612Z Compiling unicode-bidi v0.3.18
15492026-04-13T21:35:30.612Z Compiling unarray v0.1.4
15502026-04-13T21:35:30.722Z Compiling unicode-properties v0.1.4
15512026-04-13T21:35:30.756Z Compiling zstd-safe v7.2.4
15522026-04-13T21:35:30.928Z Compiling anyhow v1.0.102
15532026-04-13T21:35:30.951Z Compiling signal-hook v0.3.18
15542026-04-13T21:35:30.986Z Compiling adler2 v2.0.1
15552026-04-13T21:35:31.005Z Compiling paste v1.0.15
15562026-04-13T21:35:31.116Z Compiling miniz_oxide v0.8.9
15572026-04-13T21:35:31.145Z Compiling thiserror v1.0.69
15582026-04-13T21:35:31.162Z Compiling stringprep v0.1.5
15592026-04-13T21:35:31.290Z Compiling proptest v1.10.0
15602026-04-13T21:35:31.593Z Compiling scroll v0.12.0
15612026-04-13T21:35:31.701Z Compiling tower v0.5.3
15622026-04-13T21:35:31.989Z Compiling derive_builder_macro v0.20.2
15632026-04-13T21:35:32.220Z Compiling ipnetwork v0.21.1
15642026-04-13T21:35:32.237Z Compiling http-body-util v0.1.3
15652026-04-13T21:35:32.438Z Compiling webpki-roots v1.0.6
15662026-04-13T21:35:32.476Z Compiling rand_chacha v0.3.1
15672026-04-13T21:35:32.561Z Compiling toml_datetime v0.6.11
15682026-04-13T21:35:32.605Z Compiling serde_tokenstream v0.2.3
15692026-04-13T21:35:32.667Z Compiling serde_spanned v0.6.9
15702026-04-13T21:35:32.746Z Compiling darling_macro v0.21.3
15712026-04-13T21:35:32.808Z Compiling erased-serde v0.3.31
15722026-04-13T21:35:32.823Z Compiling md-5 v0.10.6
15732026-04-13T21:35:32.907Z Compiling zerocopy-derive v0.7.35
15742026-04-13T21:35:32.989Z Compiling curve25519-dalek v4.1.3
15752026-04-13T21:35:33.215Z Compiling vergen-lib v0.1.6
15762026-04-13T21:35:33.269Z Compiling num-integer v0.1.46
15772026-04-13T21:35:33.288Z Compiling hash32 v0.2.1
15782026-04-13T21:35:33.324Z Compiling ff v0.13.1
15792026-04-13T21:35:33.394Z Compiling memoffset v0.9.1
15802026-04-13T21:35:33.462Z Compiling psl-types v2.0.11
15812026-04-13T21:35:33.476Z Compiling base16ct v0.2.0
15822026-04-13T21:35:33.580Z Compiling cfg_aliases v0.2.1
15832026-04-13T21:35:33.580Z Compiling zlib-rs v0.6.2
15842026-04-13T21:35:33.583Z Compiling fallible-iterator v0.2.0
15852026-04-13T21:35:33.647Z Compiling ryu v1.0.23
15862026-04-13T21:35:33.662Z Compiling litrs v1.0.0
15872026-04-13T21:35:33.766Z Compiling num-bigint-dig v0.8.6
15882026-04-13T21:35:33.827Z Compiling smoltcp v0.9.1
15892026-04-13T21:35:33.901Z Compiling iri-string v0.7.10
15902026-04-13T21:35:33.953Z Compiling rustix v0.38.44
15912026-04-13T21:35:34.181Z Compiling ref-cast v1.0.25
15922026-04-13T21:35:34.203Z Compiling document-features v0.2.12
15932026-04-13T21:35:34.469Z Compiling postgres-protocol v0.6.10
15942026-04-13T21:35:34.533Z Compiling serde_urlencoded v0.7.1
15952026-04-13T21:35:34.777Z Compiling zerocopy v0.7.35
15962026-04-13T21:35:34.793Z Compiling nix v0.31.1
15972026-04-13T21:35:35.008Z Compiling sec1 v0.7.3
15982026-04-13T21:35:35.158Z Compiling tower-http v0.6.8
15992026-04-13T21:35:35.321Z Compiling publicsuffix v2.3.0
16002026-04-13T21:35:35.386Z Compiling newtype-uuid v1.3.2
16012026-04-13T21:35:35.437Z Compiling num-iter v0.1.45
16022026-04-13T21:35:35.492Z Compiling group v0.13.0
16032026-04-13T21:35:35.668Z Compiling darling v0.21.3
16042026-04-13T21:35:35.714Z Compiling rand v0.8.5
16052026-04-13T21:35:35.755Z Compiling derive_builder v0.20.2
16062026-04-13T21:35:35.883Z Compiling oxnet v0.1.4
16072026-04-13T21:35:35.899Z Compiling hubpack_derive v0.1.1
16082026-04-13T21:35:36.066Z Compiling tokio-native-tls v0.3.1
16092026-04-13T21:35:36.235Z Compiling goblin v0.8.2
16102026-04-13T21:35:36.539Z Compiling flate2 v1.1.9
16112026-04-13T21:35:36.809Z Compiling regex v1.12.3
16122026-04-13T21:35:36.824Z Compiling phf_shared v0.13.1
16132026-04-13T21:35:36.855Z Compiling lazy_static v1.5.0
16142026-04-13T21:35:36.897Z Compiling cargo-platform v0.1.9
16152026-04-13T21:35:36.937Z Compiling hkdf v0.12.4
16162026-04-13T21:35:36.952Z Compiling crypto-bigint v0.5.5
16172026-04-13T21:35:37.073Z Compiling terminal_size v0.4.3
16182026-04-13T21:35:37.099Z Compiling curve25519-dalek-derive v0.1.1
16192026-04-13T21:35:37.156Z Compiling ref-cast-impl v1.0.25
16202026-04-13T21:35:37.208Z Compiling async-trait v0.1.89
16212026-04-13T21:35:37.225Z Compiling strum_macros v0.27.2
16222026-04-13T21:35:37.686Z Compiling daft-derive v0.1.5
16232026-04-13T21:35:37.730Z Compiling vergen v9.0.6
16242026-04-13T21:35:37.910Z Compiling fs-err v3.3.0
16252026-04-13T21:35:38.103Z Compiling ahash v0.8.12
16262026-04-13T21:35:38.223Z Compiling bitflags v1.3.2
16272026-04-13T21:35:38.306Z Compiling winnow v0.5.40
16282026-04-13T21:35:38.319Z Compiling foldhash v0.1.5
16292026-04-13T21:35:38.394Z Compiling managed v0.8.0
16302026-04-13T21:35:38.494Z Compiling object v0.37.3
16312026-04-13T21:35:38.608Z Compiling libbz2-rs-sys v0.2.2
16322026-04-13T21:35:38.762Z Compiling unicode-segmentation v1.12.0
16332026-04-13T21:35:39.023Z Compiling bumpalo v3.20.2
16342026-04-13T21:35:39.190Z Compiling bzip2 v0.6.1
16352026-04-13T21:35:39.211Z Compiling strum v0.27.2
16362026-04-13T21:35:39.325Z Compiling zopfli v0.8.3
16372026-04-13T21:35:39.386Z Compiling hashbrown v0.15.5
16382026-04-13T21:35:39.402Z Compiling dof v0.3.0
16392026-04-13T21:35:39.698Z Compiling toml_edit v0.19.15
16402026-04-13T21:35:39.750Z Compiling daft v0.1.5
16412026-04-13T21:35:39.940Z Compiling clap_builder v4.5.60
16422026-04-13T21:35:40.067Z Compiling elliptic-curve v0.13.8
16432026-04-13T21:35:40.153Z Compiling cargo_metadata v0.19.2
16442026-04-13T21:35:40.236Z Compiling phf v0.13.1
16452026-04-13T21:35:40.456Z Compiling signal-hook-mio v0.2.5
16462026-04-13T21:35:40.573Z Compiling cookie_store v0.22.1
16472026-04-13T21:35:41.447Z Compiling hubpack v0.1.2
16482026-04-13T21:35:41.565Z Compiling bzip2 v0.4.4
16492026-04-13T21:35:41.668Z Compiling hyper-tls v0.6.0
16502026-04-13T21:35:41.780Z Compiling zstd v0.13.3
16512026-04-13T21:35:41.898Z Compiling serde_with_macros v3.17.0
16522026-04-13T21:35:42.147Z Compiling postgres-types v0.2.12
16532026-04-13T21:35:42.297Z Compiling usdt-macro v0.6.0
16542026-04-13T21:35:42.688Z Compiling usdt-attr-macro v0.6.0
16552026-04-13T21:35:42.870Z Compiling dtrace-parser v0.2.0
16562026-04-13T21:35:43.007Z Compiling ed25519 v2.2.3
16572026-04-13T21:35:43.030Z Compiling bstr v1.12.1
16582026-04-13T21:35:43.066Z Compiling phf_shared v0.11.3
16592026-04-13T21:35:43.251Z Compiling pkcs1 v0.7.5
16602026-04-13T21:35:43.255Z Compiling serde-big-array v0.5.1
16612026-04-13T21:35:43.409Z Compiling hex v0.4.3
16622026-04-13T21:35:43.466Z Compiling rfc6979 v0.4.0
16632026-04-13T21:35:43.592Z Compiling clap_derive v4.5.55
16642026-04-13T21:35:43.620Z Compiling serde_repr v0.1.20
16652026-04-13T21:35:43.648Z Compiling enum-as-inner v0.6.1
16662026-04-13T21:35:43.674Z Compiling strum_macros v0.26.4
16672026-04-13T21:35:43.689Z Compiling float-cmp v0.10.0
16682026-04-13T21:35:43.833Z Compiling thread-id v4.2.2
16692026-04-13T21:35:43.902Z Compiling memmap2 v0.9.10
16702026-04-13T21:35:43.920Z Compiling env_filter v1.0.0
16712026-04-13T21:35:44.133Z Compiling encoding_rs v0.8.35
16722026-04-13T21:35:44.133Z Compiling jiff v0.2.21
16732026-04-13T21:35:44.169Z Compiling rustc-hash v2.1.1
16742026-04-13T21:35:44.268Z Compiling static_assertions v1.1.0
16752026-04-13T21:35:44.295Z Compiling predicates-core v1.0.10
16762026-04-13T21:35:44.348Z Compiling new_debug_unreachable v1.0.6
16772026-04-13T21:35:44.421Z Compiling fixedbitset v0.5.7
16782026-04-13T21:35:44.470Z Compiling precomputed-hash v0.1.1
16792026-04-13T21:35:44.562Z Compiling mime v0.3.17
16802026-04-13T21:35:44.734Z Compiling whoami v2.1.0
16812026-04-13T21:35:44.828Z Compiling normalize-line-endings v0.3.0
16822026-04-13T21:35:44.928Z Compiling data-encoding v2.10.0
16832026-04-13T21:35:45.118Z Compiling keccak v0.1.6
16842026-04-13T21:35:45.362Z Compiling fixedbitset v0.4.2
16852026-04-13T21:35:45.455Z Compiling difflib v0.4.0
16862026-04-13T21:35:45.578Z Compiling either v1.15.0
16872026-04-13T21:35:45.620Z Compiling toml_edit v0.22.27
16882026-04-13T21:35:45.685Z Compiling predicates v3.1.4
16892026-04-13T21:35:45.782Z Compiling itertools v0.13.0
16902026-04-13T21:35:45.938Z Compiling petgraph v0.6.5
16912026-04-13T21:35:45.971Z Compiling strum v0.26.3
16922026-04-13T21:35:46.006Z Compiling clap v4.5.60
16932026-04-13T21:35:46.090Z Compiling sha3 v0.10.8
16942026-04-13T21:35:46.105Z Compiling hickory-proto v0.25.2
16952026-04-13T21:35:46.325Z Compiling tokio-postgres v0.7.16
16962026-04-13T21:35:46.541Z Compiling petgraph v0.8.3
16972026-04-13T21:35:47.002Z Compiling zip v4.6.1
16982026-04-13T21:35:47.420Z Compiling string_cache v0.8.9
16992026-04-13T21:35:47.646Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-04-13T21:35:47.945Z Compiling iddqd v0.3.17
17012026-04-13T21:35:48.299Z Compiling env_logger v0.11.9
17022026-04-13T21:35:48.322Z Compiling usdt v0.6.0
17032026-04-13T21:35:48.440Z Compiling usdt-impl v0.5.0
17042026-04-13T21:35:48.477Z Compiling serde_with v3.17.0
17052026-04-13T21:35:48.576Z Compiling ecdsa v0.16.9
17062026-04-13T21:35:48.652Z Compiling rsa v0.9.10
17072026-04-13T21:35:48.962Z Compiling similar v2.7.0
17082026-04-13T21:35:49.017Z Compiling ed25519-dalek v2.2.0
17092026-04-13T21:35:49.068Z Compiling crossterm v0.28.1
17102026-04-13T21:35:49.851Z Compiling zip v0.6.6
17112026-04-13T21:35:50.373Z Compiling toml v0.7.8
17122026-04-13T21:35:50.678Z Compiling heck v0.4.1
17132026-04-13T21:35:50.790Z Compiling toml_parser v1.0.9+spec-1.1.0
17142026-04-13T21:35:50.806Z Compiling crossbeam-epoch v0.9.18
17152026-04-13T21:35:50.903Z Compiling tokio-stream v0.1.18
17162026-04-13T21:35:50.964Z Compiling buf-list v1.1.2
17172026-04-13T21:35:51.115Z Compiling x509-cert v0.2.5
17182026-04-13T21:35:51.130Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17192026-04-13T21:35:51.238Z Compiling openapiv3 v2.2.0
17202026-04-13T21:35:51.357Z Compiling sha1 v0.10.6
17212026-04-13T21:35:51.429Z Compiling toml_datetime v0.7.5+spec-1.1.0
17222026-04-13T21:35:51.442Z Compiling lalrpop-util v0.19.12
17232026-04-13T21:35:51.580Z Compiling peg-runtime v0.8.5
17242026-04-13T21:35:51.626Z Compiling thread_local v1.1.9
17252026-04-13T21:35:51.719Z Compiling slog-async v2.8.0
17262026-04-13T21:35:51.863Z Compiling crossbeam-channel v0.5.15
17272026-04-13T21:35:51.879Z Compiling futures-executor v0.3.32
17282026-04-13T21:35:51.981Z Compiling filetime v0.2.27
17292026-04-13T21:35:52.028Z Compiling is-terminal v0.4.17
17302026-04-13T21:35:52.122Z Compiling term v1.2.1
17312026-04-13T21:35:52.144Z Compiling xattr v1.6.1
17322026-04-13T21:35:52.164Z Compiling take_mut v0.2.2
17332026-04-13T21:35:52.306Z Compiling tar v0.4.45
17342026-04-13T21:35:52.321Z Compiling futures v0.3.32
17352026-04-13T21:35:52.402Z Compiling slog-term v2.9.2
17362026-04-13T21:35:59.643Z Compiling rustls-webpki v0.103.9
17372026-04-13T21:36:02.445Z Compiling tokio-rustls v0.26.4
17382026-04-13T21:36:02.445Z Compiling rustls-platform-verifier v0.6.2
17392026-04-13T21:36:02.649Z Compiling hyper-rustls v0.27.7
17402026-04-13T21:36:02.850Z Compiling reqwest v0.12.28
17412026-04-13T21:36:02.850Z Compiling reqwest v0.13.2
17422026-04-13T21:36:04.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-04-13T21:36:05.126Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-04-13T21:36:07.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17452026-04-13T21:36:08.097Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462026-04-13T21:36:08.154ZApr 13 21:36:07.143 INFO Starting download, target: Clickhouse
17472026-04-13T21:36:08.155ZApr 13 21:36:07.143 INFO Starting download, target: Cockroach
17482026-04-13T21:36:08.155ZApr 13 21:36:07.143 INFO Starting download, target: Console
17492026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Starting download, target: DendriteStub
17502026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Starting download, target: MaghemiteMgd
17512026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Starting download, target: TransceiverControl
17522026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17542026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-04-13T21:36:08.158ZApr 13 21:36:07.143 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-04-13T21:36:08.459ZApr 13 21:36:07.446 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-04-13T21:36:08.668ZApr 13 21:36:07.652 INFO Download complete, target: TransceiverControl
17602026-04-13T21:36:09.058ZApr 13 21:36:08.043 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-04-13T21:36:09.305ZApr 13 21:36:08.290 INFO Download complete, target: Console
17622026-04-13T21:36:09.888ZApr 13 21:36:08.875 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-04-13T21:36:09.947ZApr 13 21:36:08.935 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-04-13T21:36:10.090ZApr 13 21:36:09.074 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-04-13T21:36:10.385ZApr 13 21:36:09.373 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-04-13T21:36:10.385ZApr 13 21:36:09.373 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-04-13T21:36:12.112ZApr 13 21:36:11.093 INFO Download complete, target: MaghemiteMgd
17682026-04-13T21:36:12.308ZApr 13 21:36:11.293 INFO Download complete, target: DendriteStub
17692026-04-13T21:36:14.927ZApr 13 21:36:13.915 INFO Checking that binary works, target: Cockroach
17702026-04-13T21:36:15.018ZApr 13 21:36:14.006 INFO Download complete, target: Cockroach
17712026-04-13T21:36:16.772ZApr 13 21:36:15.760 INFO Checking that binary works, target: Clickhouse
17722026-04-13T21:36:16.905ZApr 13 21:36:15.893 INFO Download complete, target: Clickhouse
17732026-04-13T21:36:16.931ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-04-13T21:36:16.934Z
17752026-04-13T21:36:16.934Zreal 3:03.330448038
17762026-04-13T21:36:16.934Zuser 7:10.990357056
17772026-04-13T21:36:16.934Zsys 1:24.361437679
17782026-04-13T21:36:16.934Ztrap 0.211251861
17792026-04-13T21:36:16.934Ztflt 0.888977335
17802026-04-13T21:36:16.934Zdflt 1.085602143
17812026-04-13T21:36:16.934Zkflt 0.045878632
17822026-04-13T21:36:16.934Zlock 21:09.460734777
17832026-04-13T21:36:16.934Zslp 21:38.185991986
17842026-04-13T21:36:16.934Zlat 43.012508208
17852026-04-13T21:36:16.934Zstop 2:03.879633466
17862026-04-13T21:36:16.934Z+ banner hack-check
17872026-04-13T21:36:16.934Z
17882026-04-13T21:36:16.935Z # # ## #### # # #### # # ###### #### # #
17892026-04-13T21:36:16.935Z # # # # # # # # # # # # # # # # #
17902026-04-13T21:36:16.935Z ###### # # # #### ##### # ###### ##### # ####
17912026-04-13T21:36:16.935Z # # ###### # # # # # # # # # #
17922026-04-13T21:36:16.935Z # # # # # # # # # # # # # # # # #
17932026-04-13T21:36:16.935Z # # # # #### # # #### # # ###### #### # #
17942026-04-13T21:36:16.935Z
17952026-04-13T21:36:16.935Z+ export CARGO_INCREMENTAL=0
17962026-04-13T21:36:16.935Z+ CARGO_INCREMENTAL=0
17972026-04-13T21:36:16.935Z+ ptime -m timeout 2h cargo xtask check-features --ci
17982026-04-13T21:36:17.459Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-04-13T21:36:17.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-04-13T21:36:19.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18012026-04-13T21:36:19.633Z Running `target/debug/xtask check-features --ci`
18022026-04-13T21:36:19.665Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18032026-04-13T21:36:19.668Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18042026-04-13T21:36:20.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18052026-04-13T21:36:20.180Z Running `target/debug/xtask download cargo-hack`
18062026-04-13T21:36:20.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18072026-04-13T21:36:21.276Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18082026-04-13T21:36:23.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18092026-04-13T21:36:23.889Z Running `target/debug/xtask-downloader cargo-hack`
18102026-04-13T21:36:23.930ZApr 13 21:36:22.918 INFO Starting download, target: CargoHack
18112026-04-13T21:36:23.933ZApr 13 21:36:22.918 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18122026-04-13T21:36:24.282ZApr 13 21:36:23.270 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18132026-04-13T21:36:24.332ZApr 13 21:36:23.319 INFO Download complete, target: CargoHack
18142026-04-13T21:36:24.335Zrunning: "/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"
18152026-04-13T21:36:24.347Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18162026-04-13T21:36:24.500Zinfo: running `cargo check --bins` on api_identity (1/271)
18172026-04-13T21:36:24.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-04-13T21:36:24.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-04-13T21:36:24.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-04-13T21:36:25.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-04-13T21:36:25.079Z
18222026-04-13T21:36:25.079Zinfo: running `cargo check --bins` on bootstore (2/271)
18232026-04-13T21:36:25.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-04-13T21:36:25.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-04-13T21:36:25.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-04-13T21:36:25.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18272026-04-13T21:36:25.655Z
18282026-04-13T21:36:25.655Zinfo: running `cargo check --bins` on omicron-ledger (3/271)
18292026-04-13T21:36:26.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-04-13T21:36:26.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-04-13T21:36:26.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-04-13T21:36:26.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18332026-04-13T21:36:26.234Z
18342026-04-13T21:36:26.235Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/271)
18352026-04-13T21:36:26.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-04-13T21:36:26.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-04-13T21:36:26.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-04-13T21:36:26.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18392026-04-13T21:36:26.810Z
18402026-04-13T21:36:26.810Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/271)
18412026-04-13T21:36:27.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-04-13T21:36:27.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-04-13T21:36:27.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-04-13T21:36:27.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18452026-04-13T21:36:27.388Z
18462026-04-13T21:36:27.388Zinfo: running `cargo check --bins` on omicron-certificates (6/271)
18472026-04-13T21:36:27.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-04-13T21:36:27.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-04-13T21:36:27.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-04-13T21:36:27.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18512026-04-13T21:36:27.975Z
18522026-04-13T21:36:27.975Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/271)
18532026-04-13T21:36:28.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-04-13T21:36:28.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-04-13T21:36:28.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-04-13T21:36:28.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18572026-04-13T21:36:28.564Z
18582026-04-13T21:36:28.564Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/271)
18592026-04-13T21:36:29.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-04-13T21:36:29.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-04-13T21:36:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-04-13T21:36:29.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18632026-04-13T21:36:29.152Z
18642026-04-13T21:36:29.152Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/271)
18652026-04-13T21:36:29.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-04-13T21:36:29.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-04-13T21:36:29.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-04-13T21:36:29.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-04-13T21:36:29.618Z
18702026-04-13T21:36:29.618Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/271)
18712026-04-13T21:36:30.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-04-13T21:36:30.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-04-13T21:36:30.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-04-13T21:36:30.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-04-13T21:36:30.085Z
18762026-04-13T21:36:30.085Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/271)
18772026-04-13T21:36:30.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-04-13T21:36:30.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-04-13T21:36:30.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-04-13T21:36:30.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-04-13T21:36:30.552Z
18822026-04-13T21:36:30.552Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/271)
18832026-04-13T21:36:30.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-04-13T21:36:30.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-04-13T21:36:30.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-04-13T21:36:30.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-04-13T21:36:31.019Z
18882026-04-13T21:36:31.019Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/271)
18892026-04-13T21:36:31.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-04-13T21:36:31.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-04-13T21:36:31.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-04-13T21:36:31.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-04-13T21:36:31.482Z
18942026-04-13T21:36:31.482Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/271)
18952026-04-13T21:36:31.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-04-13T21:36:31.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-04-13T21:36:31.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-04-13T21:36:31.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-04-13T21:36:31.944Z
19002026-04-13T21:36:31.944Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/271)
19012026-04-13T21:36:32.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-04-13T21:36:32.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-04-13T21:36:32.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-04-13T21:36:32.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-04-13T21:36:32.404Z
19062026-04-13T21:36:32.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/271)
19072026-04-13T21:36:32.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-04-13T21:36:32.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-04-13T21:36:32.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-04-13T21:36:32.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-04-13T21:36:32.868Z
19122026-04-13T21:36:32.868Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/271)
19132026-04-13T21:36:33.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-04-13T21:36:33.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-04-13T21:36:33.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-04-13T21:36:33.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19172026-04-13T21:36:33.326Z
19182026-04-13T21:36:33.326Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/271)
19192026-04-13T21:36:33.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-04-13T21:36:33.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-04-13T21:36:33.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-04-13T21:36:33.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19232026-04-13T21:36:33.784Z
19242026-04-13T21:36:33.784Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/271)
19252026-04-13T21:36:34.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-04-13T21:36:34.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-04-13T21:36:34.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-04-13T21:36:34.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-04-13T21:36:34.248Z
19302026-04-13T21:36:34.248Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/271)
19312026-04-13T21:36:34.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-04-13T21:36:34.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-04-13T21:36:34.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-04-13T21:36:34.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-04-13T21:36:34.708Z
19362026-04-13T21:36:34.708Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/271)
19372026-04-13T21:36:35.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-04-13T21:36:35.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-04-13T21:36:35.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-04-13T21:36:35.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-04-13T21:36:35.168Z
19422026-04-13T21:36:35.168Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/271)
19432026-04-13T21:36:35.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-04-13T21:36:35.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-04-13T21:36:35.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-04-13T21:36:35.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19472026-04-13T21:36:35.628Z
19482026-04-13T21:36:35.628Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/271)
19492026-04-13T21:36:36.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-04-13T21:36:36.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-04-13T21:36:36.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-04-13T21:36:36.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19532026-04-13T21:36:36.087Z
19542026-04-13T21:36:36.087Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/271)
19552026-04-13T21:36:36.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-04-13T21:36:36.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-04-13T21:36:36.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-04-13T21:36:36.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-04-13T21:36:36.549Z
19602026-04-13T21:36:36.549Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/271)
19612026-04-13T21:36:36.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-04-13T21:36:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-04-13T21:36:36.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-04-13T21:36:36.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-04-13T21:36:37.010Z
19662026-04-13T21:36:37.010Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/271)
19672026-04-13T21:36:37.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-04-13T21:36:37.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-04-13T21:36:37.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-04-13T21:36:37.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-04-13T21:36:37.469Z
19722026-04-13T21:36:37.469Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/271)
19732026-04-13T21:36:37.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-04-13T21:36:37.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-04-13T21:36:37.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-04-13T21:36:37.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-04-13T21:36:37.928Z
19782026-04-13T21:36:37.928Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/271)
19792026-04-13T21:36:38.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-04-13T21:36:38.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-04-13T21:36:38.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-04-13T21:36:38.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19832026-04-13T21:36:38.386Z
19842026-04-13T21:36:38.386Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/271)
19852026-04-13T21:36:38.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-04-13T21:36:38.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-04-13T21:36:38.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-04-13T21:36:38.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-04-13T21:36:38.846Z
19902026-04-13T21:36:38.846Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/271)
19912026-04-13T21:36:39.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-04-13T21:36:39.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-04-13T21:36:39.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-04-13T21:36:39.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19952026-04-13T21:36:39.303Z
19962026-04-13T21:36:39.303Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/271)
19972026-04-13T21:36:39.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-04-13T21:36:39.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-04-13T21:36:39.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-04-13T21:36:39.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20012026-04-13T21:36:39.758Z
20022026-04-13T21:36:39.758Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/271)
20032026-04-13T21:36:40.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-04-13T21:36:40.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-04-13T21:36:40.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-04-13T21:36:40.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20072026-04-13T21:36:40.214Z
20082026-04-13T21:36:40.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/271)
20092026-04-13T21:36:40.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-04-13T21:36:40.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-04-13T21:36:40.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-04-13T21:36:40.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20132026-04-13T21:36:40.672Z
20142026-04-13T21:36:40.672Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/271)
20152026-04-13T21:36:41.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-04-13T21:36:41.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-04-13T21:36:41.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-04-13T21:36:41.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20192026-04-13T21:36:41.130Z
20202026-04-13T21:36:41.130Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/271)
20212026-04-13T21:36:41.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-04-13T21:36:41.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-04-13T21:36:41.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-04-13T21:36:41.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-04-13T21:36:41.592Z
20262026-04-13T21:36:41.592Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/271)
20272026-04-13T21:36:41.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-04-13T21:36:41.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-04-13T21:36:41.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-04-13T21:36:41.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20312026-04-13T21:36:42.050Z
20322026-04-13T21:36:42.050Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/271)
20332026-04-13T21:36:42.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-04-13T21:36:42.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-04-13T21:36:42.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-04-13T21:36:42.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20372026-04-13T21:36:42.507Z
20382026-04-13T21:36:42.507Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/271)
20392026-04-13T21:36:42.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-04-13T21:36:42.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-04-13T21:36:42.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-04-13T21:36:42.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20432026-04-13T21:36:42.964Z
20442026-04-13T21:36:42.964Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/271)
20452026-04-13T21:36:43.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-04-13T21:36:43.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-04-13T21:36:43.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-04-13T21:36:43.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20492026-04-13T21:36:43.421Z
20502026-04-13T21:36:43.421Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/271)
20512026-04-13T21:36:43.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-04-13T21:36:43.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-04-13T21:36:43.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-04-13T21:36:43.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20552026-04-13T21:36:43.879Z
20562026-04-13T21:36:43.879Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/271)
20572026-04-13T21:36:44.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-04-13T21:36:44.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-04-13T21:36:44.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-04-13T21:36:44.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-04-13T21:36:44.339Z
20622026-04-13T21:36:44.339Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/271)
20632026-04-13T21:36:44.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-04-13T21:36:44.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-04-13T21:36:44.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-04-13T21:36:44.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-04-13T21:36:44.798Z
20682026-04-13T21:36:44.798Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/271)
20692026-04-13T21:36:45.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-04-13T21:36:45.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-04-13T21:36:45.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-04-13T21:36:45.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-04-13T21:36:45.259Z
20742026-04-13T21:36:45.260Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/271)
20752026-04-13T21:36:45.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-04-13T21:36:45.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-04-13T21:36:45.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-04-13T21:36:45.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-04-13T21:36:45.719Z
20802026-04-13T21:36:45.719Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/271)
20812026-04-13T21:36:46.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-04-13T21:36:46.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-04-13T21:36:46.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-04-13T21:36:46.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-04-13T21:36:46.184Z
20862026-04-13T21:36:46.184Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/271)
20872026-04-13T21:36:46.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-04-13T21:36:46.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-04-13T21:36:46.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-04-13T21:36:46.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20912026-04-13T21:36:46.647Z
20922026-04-13T21:36:46.648Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/271)
20932026-04-13T21:36:47.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-04-13T21:36:47.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-04-13T21:36:47.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-04-13T21:36:47.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20972026-04-13T21:36:47.112Z
20982026-04-13T21:36:47.112Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/271)
20992026-04-13T21:36:47.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-04-13T21:36:47.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-04-13T21:36:47.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-04-13T21:36:47.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-04-13T21:36:47.579Z
21042026-04-13T21:36:47.579Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/271)
21052026-04-13T21:36:48.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-04-13T21:36:48.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-04-13T21:36:48.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-04-13T21:36:48.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21092026-04-13T21:36:48.215Z
21102026-04-13T21:36:48.215Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/271)
21112026-04-13T21:36:48.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-04-13T21:36:48.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-04-13T21:36:48.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-04-13T21:36:48.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21152026-04-13T21:36:48.845Z
21162026-04-13T21:36:48.845Zinfo: running `cargo check --bins` on nexus-config (51/271)
21172026-04-13T21:36:49.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-04-13T21:36:49.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-04-13T21:36:49.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-04-13T21:36:49.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21212026-04-13T21:36:49.470Z
21222026-04-13T21:36:49.470Zinfo: running `cargo check --bins` on nexus-types (52/271)
21232026-04-13T21:36:49.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-04-13T21:36:50.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-04-13T21:36:50.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-04-13T21:36:50.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21272026-04-13T21:36:50.094Z
21282026-04-13T21:36:50.094Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/271)
21292026-04-13T21:36:50.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-04-13T21:36:50.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-04-13T21:36:50.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-04-13T21:36:50.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21332026-04-13T21:36:50.680Z
21342026-04-13T21:36:50.680Zinfo: running `cargo check --bins` on omicron-passwords (54/271)
21352026-04-13T21:36:51.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-04-13T21:36:51.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-04-13T21:36:51.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-04-13T21:36:51.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21392026-04-13T21:36:51.255Z
21402026-04-13T21:36:51.255Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/271)
21412026-04-13T21:36:51.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-04-13T21:36:51.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-04-13T21:36:51.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-04-13T21:36:51.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21452026-04-13T21:36:51.849Z
21462026-04-13T21:36:51.849Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/271)
21472026-04-13T21:36:52.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-04-13T21:36:52.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-04-13T21:36:52.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-04-13T21:36:52.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-04-13T21:36:52.447Z
21522026-04-13T21:36:52.447Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/271)
21532026-04-13T21:36:52.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-04-13T21:36:52.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-04-13T21:36:52.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-04-13T21:36:52.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-04-13T21:36:53.047Z
21582026-04-13T21:36:53.047Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/271)
21592026-04-13T21:36:53.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-04-13T21:36:53.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-04-13T21:36:53.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-04-13T21:36:53.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-04-13T21:36:53.644Z
21642026-04-13T21:36:53.644Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/271)
21652026-04-13T21:36:54.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-04-13T21:36:54.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-04-13T21:36:54.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-04-13T21:36:54.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-04-13T21:36:54.225Z
21702026-04-13T21:36:54.225Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/271)
21712026-04-13T21:36:54.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-04-13T21:36:54.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-04-13T21:36:54.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-04-13T21:36:54.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-04-13T21:36:54.805Z
21762026-04-13T21:36:54.805Zinfo: running `cargo check --bins --no-default-features` on gfss (61/271)
21772026-04-13T21:36:55.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-04-13T21:36:55.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-04-13T21:36:55.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-04-13T21:36:55.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21812026-04-13T21:36:55.381Z
21822026-04-13T21:36:55.381Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/271)
21832026-04-13T21:36:55.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-04-13T21:36:55.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-04-13T21:36:55.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-04-13T21:36:55.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21872026-04-13T21:36:55.955Z
21882026-04-13T21:36:55.956Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/271)
21892026-04-13T21:36:56.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-04-13T21:36:56.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-04-13T21:36:56.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-04-13T21:36:56.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-04-13T21:36:56.546Z
21942026-04-13T21:36:56.546Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/271)
21952026-04-13T21:36:57.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-04-13T21:36:57.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-04-13T21:36:57.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-04-13T21:36:57.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-04-13T21:36:57.133Z
22002026-04-13T21:36:57.134Zinfo: running `cargo check --bins` on cockroach-admin-types (65/271)
22012026-04-13T21:36:57.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-04-13T21:36:57.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-04-13T21:36:57.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-04-13T21:36:57.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22052026-04-13T21:36:57.704Z
22062026-04-13T21:36:57.704Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/271)
22072026-04-13T21:36:58.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-04-13T21:36:58.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-04-13T21:36:58.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-04-13T21:36:58.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22112026-04-13T21:36:58.280Z
22122026-04-13T21:36:58.280Zinfo: running `cargo check --bins` on ereport-types (67/271)
22132026-04-13T21:36:58.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-04-13T21:36:58.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-04-13T21:36:58.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-04-13T21:36:58.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22172026-04-13T21:36:58.863Z
22182026-04-13T21:36:58.863Zinfo: running `cargo check --bins` on gateway-client (68/271)
22192026-04-13T21:36:59.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-04-13T21:36:59.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-04-13T21:36:59.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-04-13T21:36:59.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22232026-04-13T21:36:59.448Z
22242026-04-13T21:36:59.448Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/271)
22252026-04-13T21:36:59.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-04-13T21:36:59.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-04-13T21:36:59.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-04-13T21:36:59.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-04-13T21:37:00.030Z
22302026-04-13T21:37:00.030Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/271)
22312026-04-13T21:37:00.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-04-13T21:37:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-04-13T21:37:00.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-04-13T21:37:00.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22352026-04-13T21:37:00.610Z
22362026-04-13T21:37:00.611Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/271)
22372026-04-13T21:37:01.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-04-13T21:37:01.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-04-13T21:37:01.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-04-13T21:37:01.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-04-13T21:37:01.196Z
22422026-04-13T21:37:01.196Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/271)
22432026-04-13T21:37:01.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-04-13T21:37:01.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-04-13T21:37:01.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-04-13T21:37:01.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22472026-04-13T21:37:01.780Z
22482026-04-13T21:37:01.780Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/271)
22492026-04-13T21:37:02.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-04-13T21:37:02.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-04-13T21:37:02.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-04-13T21:37:02.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22532026-04-13T21:37:02.386Z
22542026-04-13T21:37:02.386Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/271)
22552026-04-13T21:37:02.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-04-13T21:37:02.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-04-13T21:37:02.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-04-13T21:37:02.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22592026-04-13T21:37:02.993Z
22602026-04-13T21:37:02.993Zinfo: running `cargo check --bins` on key-manager-types (75/271)
22612026-04-13T21:37:03.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-04-13T21:37:03.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-04-13T21:37:03.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-04-13T21:37:03.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22652026-04-13T21:37:03.568Z
22662026-04-13T21:37:03.568Zinfo: running `cargo check --bins` on oxlog (76/271)
22672026-04-13T21:37:04.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-04-13T21:37:04.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-04-13T21:37:04.172Z Checking cfg-if v1.0.4
22702026-04-13T21:37:04.175Z Checking libc v0.2.180
22712026-04-13T21:37:04.175Z Checking serde_core v1.0.228
22722026-04-13T21:37:04.288Z Checking zeroize v1.8.2
22732026-04-13T21:37:04.295Z Checking memchr v2.8.0
22742026-04-13T21:37:04.303Z Checking log v0.4.29
22752026-04-13T21:37:04.313Z Checking smallvec v1.15.1
22762026-04-13T21:37:04.324Z Checking typenum v1.19.0
22772026-04-13T21:37:04.324Z Checking subtle v2.6.1
22782026-04-13T21:37:04.428Z Checking itoa v1.0.17
22792026-04-13T21:37:04.463Z Checking scopeguard v1.2.0
22802026-04-13T21:37:04.482Z Checking const-oid v0.9.6
22812026-04-13T21:37:04.495Z Checking stable_deref_trait v1.2.1
22822026-04-13T21:37:04.561Z Checking lock_api v0.4.14
22832026-04-13T21:37:04.575Z Checking portable-atomic v1.13.1
22842026-04-13T21:37:04.578Z Checking zerofrom v0.1.6
22852026-04-13T21:37:04.672Z Checking getrandom v0.2.17
22862026-04-13T21:37:04.672Z Checking errno v0.3.14
22872026-04-13T21:37:04.693Z Checking critical-section v1.2.0
22882026-04-13T21:37:04.759Z Checking yoke v0.8.1
22892026-04-13T21:37:04.784Z Checking parking_lot_core v0.9.12
22902026-04-13T21:37:04.797Z Checking signal-hook-registry v1.4.8
22912026-04-13T21:37:04.814Z Checking rand_core v0.6.4
22922026-04-13T21:37:04.840Z Checking generic-array v0.14.7
22932026-04-13T21:37:04.920Z Checking zerovec v0.11.5
22942026-04-13T21:37:04.947Z Checking zerocopy v0.8.40
22952026-04-13T21:37:04.964Z Checking pin-project-lite v0.2.17
22962026-04-13T21:37:04.982Z Checking parking_lot v0.12.5
22972026-04-13T21:37:05.010Z Checking once_cell v1.21.3
22982026-04-13T21:37:05.049Z Checking mio v1.1.1
22992026-04-13T21:37:05.143Z Checking socket2 v0.6.2
23002026-04-13T21:37:05.160Z Checking libm v0.2.16
23012026-04-13T21:37:05.174Z Checking zmij v1.0.21
23022026-04-13T21:37:05.277Z Checking crypto-common v0.1.7
23032026-04-13T21:37:05.320Z Checking block-buffer v0.10.4
23042026-04-13T21:37:05.352Z Checking tinystr v0.8.2
23052026-04-13T21:37:05.373Z Checking equivalent v1.0.2
23062026-04-13T21:37:05.385Z Checking writeable v0.6.2
23072026-04-13T21:37:05.396Z Checking percent-encoding v2.3.2
23082026-04-13T21:37:05.451Z Checking futures-core v0.3.32
23092026-04-13T21:37:05.463Z Checking digest v0.10.7
23102026-04-13T21:37:05.520Z Checking allocator-api2 v0.2.21
23112026-04-13T21:37:05.532Z Checking litemap v0.8.1
23122026-04-13T21:37:05.544Z Checking potential_utf v0.1.4
23132026-04-13T21:37:05.571Z Checking zerotrie v0.2.3
23142026-04-13T21:37:05.656Z Checking foldhash v0.2.0
23152026-04-13T21:37:05.669Z Checking cpufeatures v0.2.17
23162026-04-13T21:37:05.694Z Checking icu_locale_core v2.1.1
23172026-04-13T21:37:05.732Z Checking icu_collections v2.1.1
23182026-04-13T21:37:05.754Z Checking serde v1.0.228
23192026-04-13T21:37:05.789Z Checking bitflags v2.11.0
23202026-04-13T21:37:05.803Z Checking serde_json v1.0.149
23212026-04-13T21:37:05.815Z Checking hashbrown v0.16.1
23222026-04-13T21:37:05.844Z Checking num-traits v0.2.19
23232026-04-13T21:37:05.948Z Checking hmac v0.12.1
23242026-04-13T21:37:06.033Z Checking block-padding v0.3.3
23252026-04-13T21:37:06.076Z Checking getrandom v0.3.4
23262026-04-13T21:37:06.150Z Checking bytes v1.11.1
23272026-04-13T21:37:06.162Z Checking icu_properties_data v2.1.2
23282026-04-13T21:37:06.214Z Checking icu_normalizer_data v2.1.1
23292026-04-13T21:37:06.234Z Checking icu_provider v2.1.1
23302026-04-13T21:37:06.284Z Checking futures-sink v0.3.32
23312026-04-13T21:37:06.298Z Checking indexmap v2.13.0
23322026-04-13T21:37:06.309Z Checking inout v0.1.4
23332026-04-13T21:37:06.355Z Checking slab v0.4.12
23342026-04-13T21:37:06.377Z Checking futures-channel v0.3.32
23352026-04-13T21:37:06.440Z Checking futures-io v0.3.32
23362026-04-13T21:37:06.453Z Checking futures-task v0.3.32
23372026-04-13T21:37:06.464Z Checking icu_normalizer v2.1.1
23382026-04-13T21:37:06.506Z Checking icu_properties v2.1.2
23392026-04-13T21:37:06.547Z Checking cipher v0.4.4
23402026-04-13T21:37:06.564Z Checking sha2 v0.10.9
23412026-04-13T21:37:06.583Z Checking futures-util v0.3.32
23422026-04-13T21:37:06.586Z Checking tokio v1.50.0
23432026-04-13T21:37:06.748Z Checking byteorder v1.5.0
23442026-04-13T21:37:06.763Z Checking utf8_iter v1.0.4
23452026-04-13T21:37:06.828Z Checking base64ct v1.8.3
23462026-04-13T21:37:06.851Z Checking form_urlencoded v1.2.2
23472026-04-13T21:37:06.879Z Checking fnv v1.0.7
23482026-04-13T21:37:06.942Z Checking rand_core v0.10.0
23492026-04-13T21:37:06.971Z Checking flagset v0.4.7
23502026-04-13T21:37:06.983Z Checking rand_core v0.9.5
23512026-04-13T21:37:07.053Z Checking pem-rfc7468 v0.7.0
23522026-04-13T21:37:07.079Z Checking getrandom v0.4.1
23532026-04-13T21:37:07.094Z Checking salsa20 v0.10.2
23542026-04-13T21:37:07.152Z Checking http v1.4.0
23552026-04-13T21:37:07.206Z Checking der v0.7.10
23562026-04-13T21:37:07.218Z Checking pbkdf2 v0.12.2
23572026-04-13T21:37:07.222Z Checking uuid v1.23.0
23582026-04-13T21:37:07.322Z Checking idna_adapter v1.2.1
23592026-04-13T21:37:07.336Z Checking scrypt v0.11.0
23602026-04-13T21:37:07.445Z Checking idna v1.1.0
23612026-04-13T21:37:07.475Z Checking cbc v0.1.2
23622026-04-13T21:37:07.541Z Checking aes v0.8.4
23632026-04-13T21:37:07.599Z Checking rustix v1.1.3
23642026-04-13T21:37:07.684Z Checking url v2.5.8
23652026-04-13T21:37:07.696Z Checking ppv-lite86 v0.2.21
23662026-04-13T21:37:07.720Z Checking tracing-core v0.1.36
23672026-04-13T21:37:07.920Z Checking rustls-pki-types v1.14.0
23682026-04-13T21:37:07.938Z Checking spki v0.7.3
23692026-04-13T21:37:07.979Z Checking rand_chacha v0.9.0
23702026-04-13T21:37:08.016Z Checking iana-time-zone v0.1.65
23712026-04-13T21:37:08.097Z Checking regex-syntax v0.8.10
23722026-04-13T21:37:08.111Z Checking pkcs5 v0.7.1
23732026-04-13T21:37:08.122Z Checking chrono v0.4.44
23742026-04-13T21:37:08.173Z Checking rand v0.9.2
23752026-04-13T21:37:08.196Z Checking tracing v0.1.44
23762026-04-13T21:37:08.357Z Checking http-body v1.0.1
23772026-04-13T21:37:08.395Z Checking aws-lc-sys v0.37.1
23782026-04-13T21:37:08.419Z Checking openssl-probe v0.2.1
23792026-04-13T21:37:08.485Z Checking base64 v0.22.1
23802026-04-13T21:37:08.500Z Checking untrusted v0.7.1
23812026-04-13T21:37:08.520Z Checking untrusted v0.9.0
23822026-04-13T21:37:08.614Z Checking pkcs8 v0.10.2
23832026-04-13T21:37:08.626Z Checking ring v0.17.14
23842026-04-13T21:37:08.639Z Checking atomic-waker v1.1.2
23852026-04-13T21:37:08.717Z Checking tower-layer v0.3.3
23862026-04-13T21:37:08.733Z Checking tower-service v0.3.3
23872026-04-13T21:37:08.788Z Checking tinyvec_macros v0.1.1
23882026-04-13T21:37:08.821Z Checking try-lock v0.2.5
23892026-04-13T21:37:08.853Z Checking plain v0.2.3
23902026-04-13T21:37:08.866Z Checking tinyvec v1.10.0
23912026-04-13T21:37:08.886Z Checking aws-lc-rs v1.16.0
23922026-04-13T21:37:08.916Z Checking want v0.3.1
23932026-04-13T21:37:08.954Z Checking ipnet v2.11.0
23942026-04-13T21:37:08.969Z Checking semver v1.0.27
23952026-04-13T21:37:09.032Z Checking httparse v1.10.1
23962026-04-13T21:37:09.168Z Checking spin v0.9.8
23972026-04-13T21:37:09.182Z Checking dyn-clone v1.0.20
23982026-04-13T21:37:09.201Z Checking fastrand v2.3.0
23992026-04-13T21:37:09.236Z Checking httpdate v1.0.3
24002026-04-13T21:37:09.278Z Checking unicode-ident v1.0.24
24012026-04-13T21:37:09.343Z Checking ucd-trie v0.1.7
24022026-04-13T21:37:09.375Z Checking pin-utils v0.1.0
24032026-04-13T21:37:09.381Z Checking foreign-types-shared v0.1.1
24042026-04-13T21:37:09.387Z Checking proc-macro2 v1.0.106
24052026-04-13T21:37:09.417Z Checking tempfile v3.25.0
24062026-04-13T21:37:09.461Z Checking foreign-types v0.3.2
24072026-04-13T21:37:09.474Z Checking schemars v0.8.22
24082026-04-13T21:37:09.485Z Checking pest v2.8.6
24092026-04-13T21:37:09.530Z Checking openssl-sys v0.9.111
24102026-04-13T21:37:09.607Z Checking thiserror v2.0.18
24112026-04-13T21:37:09.626Z Checking socket2 v0.5.10
24122026-04-13T21:37:09.703Z Checking wait-timeout v0.2.1
24132026-04-13T21:37:09.716Z Checking aho-corasick v1.1.4
24142026-04-13T21:37:09.733Z Checking rustls-webpki v0.103.9
24152026-04-13T21:37:09.800Z Checking tokio-util v0.7.18
24162026-04-13T21:37:09.825Z Checking utf8parse v0.2.2
24172026-04-13T21:37:09.874Z Checking bit-vec v0.8.0
24182026-04-13T21:37:09.924Z Checking anstyle v1.0.13
24192026-04-13T21:37:10.022Z Checking powerfmt v0.2.0
24202026-04-13T21:37:10.063Z Checking pretty-hex v0.4.1
24212026-04-13T21:37:10.098Z Checking siphasher v1.0.2
24222026-04-13T21:37:10.135Z Checking quick-error v1.2.3
24232026-04-13T21:37:10.156Z Checking rustls v0.23.37
24242026-04-13T21:37:10.169Z Checking simd-adler32 v0.3.8
24252026-04-13T21:37:10.180Z Checking deranged v0.5.8
24262026-04-13T21:37:10.231Z Checking rusty-fork v0.3.1
24272026-04-13T21:37:10.248Z Checking bit-set v0.8.0
24282026-04-13T21:37:10.331Z Checking openssl v0.10.75
24292026-04-13T21:37:10.391Z Checking regex-automata v0.4.14
24302026-04-13T21:37:10.391Z Checking anstyle-parse v0.2.7
24312026-04-13T21:37:10.394Z Checking h2 v0.4.13
24322026-04-13T21:37:10.427Z Checking quote v1.0.44
24332026-04-13T21:37:10.540Z Compiling newtype-uuid v1.3.2
24342026-04-13T21:37:10.558Z Checking unicode-normalization v0.1.25
24352026-04-13T21:37:10.587Z Checking rustls-native-certs v0.8.3
24362026-04-13T21:37:10.713Z Checking crossbeam-utils v0.8.21
24372026-04-13T21:37:10.726Z Checking rand_xorshift v0.4.0
24382026-04-13T21:37:10.843Z Checking crc32fast v1.5.0
24392026-04-13T21:37:10.953Z Checking scroll v0.13.0
24402026-04-13T21:37:10.980Z Checking signature v2.2.0
24412026-04-13T21:37:11.046Z Checking sync_wrapper v1.0.2
24422026-04-13T21:37:11.089Z Checking anstyle-query v1.1.5
24432026-04-13T21:37:11.123Z Checking time-core v0.1.8
24442026-04-13T21:37:11.144Z Checking colorchoice v1.0.4
24452026-04-13T21:37:11.174Z Checking unicode-properties v0.1.4
24462026-04-13T21:37:11.188Z Checking adler2 v2.0.1
24472026-04-13T21:37:11.239Z Checking is_terminal_polyfill v1.70.2
24482026-04-13T21:37:11.252Z Checking unicode-bidi v0.3.18
24492026-04-13T21:37:11.292Z Checking unarray v0.1.4
24502026-04-13T21:37:11.324Z Checking num_threads v0.1.7
24512026-04-13T21:37:11.355Z Checking num-conv v0.2.0
24522026-04-13T21:37:11.392Z Checking proptest v1.10.0
24532026-04-13T21:37:11.408Z Checking anstream v0.6.21
24542026-04-13T21:37:11.468Z Checking time v0.3.47
24552026-04-13T21:37:11.535Z Checking stringprep v0.1.5
24562026-04-13T21:37:11.602Z Checking miniz_oxide v0.8.9
24572026-04-13T21:37:11.685Z Checking goblin v0.10.5
24582026-04-13T21:37:11.950Z Checking tower v0.5.3
24592026-04-13T21:37:12.169Z Checking crossbeam-epoch v0.9.18
24602026-04-13T21:37:12.270Z Checking native-tls v0.2.18
24612026-04-13T21:37:12.332Z Compiling daft v0.1.5
24622026-04-13T21:37:12.395Z Checking syn v2.0.117
24632026-04-13T21:37:12.445Z Checking ipnetwork v0.21.1
24642026-04-13T21:37:12.510Z Checking tokio-rustls v0.26.4
24652026-04-13T21:37:12.580Z Checking http-body-util v0.1.3
24662026-04-13T21:37:12.600Z Checking webpki-roots v1.0.6
24672026-04-13T21:37:12.659Z Checking rand_chacha v0.3.1
24682026-04-13T21:37:12.717Z Checking thiserror v1.0.69
24692026-04-13T21:37:12.733Z Checking scroll v0.12.0
24702026-04-13T21:37:12.798Z Checking zstd-sys v2.0.16+zstd.1.5.7
24712026-04-13T21:37:12.812Z Checking hash32 v0.2.1
24722026-04-13T21:37:12.863Z Checking num-integer v0.1.46
24732026-04-13T21:37:12.907Z Checking toml_datetime v0.6.11
24742026-04-13T21:37:12.958Z Checking serde_spanned v0.6.9
24752026-04-13T21:37:12.971Z Checking md-5 v0.10.6
24762026-04-13T21:37:13.060Z Checking hyper v1.8.1
24772026-04-13T21:37:13.081Z Checking ff v0.13.1
24782026-04-13T21:37:13.094Z Checking base16ct v0.2.0
24792026-04-13T21:37:13.106Z Checking zlib-rs v0.6.2
24802026-04-13T21:37:13.110Z Checking fallible-iterator v0.2.0
24812026-04-13T21:37:13.152Z Checking ryu v1.0.23
24822026-04-13T21:37:13.205Z Checking psl-types v2.0.11
24832026-04-13T21:37:13.217Z Checking iri-string v0.7.10
24842026-04-13T21:37:13.284Z Compiling iddqd v0.3.17
24852026-04-13T21:37:13.320Z Checking publicsuffix v2.3.0
24862026-04-13T21:37:13.381Z Checking postgres-protocol v0.6.10
24872026-04-13T21:37:13.475Z Checking serde_urlencoded v0.7.1
24882026-04-13T21:37:13.678Z Checking sec1 v0.7.3
24892026-04-13T21:37:13.693Z Checking group v0.13.0
24902026-04-13T21:37:13.881Z Checking num-iter v0.1.45
24912026-04-13T21:37:13.939Z Checking hyper-util v0.1.20
24922026-04-13T21:37:13.964Z Checking flate2 v1.1.9
24932026-04-13T21:37:13.979Z Checking dof v0.4.0
24942026-04-13T21:37:13.991Z Checking heapless v0.7.17
24952026-04-13T21:37:13.994Z Checking goblin v0.8.2
24962026-04-13T21:37:14.207Z Checking tower-http v0.6.8
24972026-04-13T21:37:14.247Z Checking zstd-safe v7.2.4
24982026-04-13T21:37:14.387Z Checking rand v0.8.5
24992026-04-13T21:37:14.404Z Checking oxnet v0.1.4
25002026-04-13T21:37:14.427Z Checking cookie v0.18.1
25012026-04-13T21:37:14.498Z Checking tokio-native-tls v0.3.1
25022026-04-13T21:37:14.595Z Checking dtrace-parser v0.3.0
25032026-04-13T21:37:14.641Z Checking phf_shared v0.13.1
25042026-04-13T21:37:14.667Z Checking lazy_static v1.5.0
25052026-04-13T21:37:14.670Z Checking zerocopy v0.7.35
25062026-04-13T21:37:14.691Z Checking terminal_size v0.4.3
25072026-04-13T21:37:14.754Z Checking bzip2-sys v0.1.13+1.0.8
25082026-04-13T21:37:14.799Z Checking signal-hook v0.3.18
25092026-04-13T21:37:14.837Z Checking hkdf v0.12.4
25102026-04-13T21:37:14.851Z Checking crypto-bigint v0.5.5
25112026-04-13T21:37:14.863Z Checking thread-id v5.1.0
25122026-04-13T21:37:14.921Z Checking managed v0.8.0
25132026-04-13T21:37:14.938Z Compiling rayon-core v1.13.0
25142026-04-13T21:37:14.972Z Checking strsim v0.11.1
25152026-04-13T21:37:14.985Z Checking winnow v0.7.14
25162026-04-13T21:37:15.102Z Checking winnow v0.5.40
25172026-04-13T21:37:15.115Z Checking either v1.15.0
25182026-04-13T21:37:15.131Z Checking bumpalo v3.20.2
25192026-04-13T21:37:15.164Z Checking bitflags v1.3.2
25202026-04-13T21:37:15.227Z Checking hyper-rustls v0.27.7
25212026-04-13T21:37:15.240Z Checking clap_lex v1.0.0
25222026-04-13T21:37:15.297Z Checking libbz2-rs-sys v0.2.2
25232026-04-13T21:37:15.325Z Checking foldhash v0.1.5
25242026-04-13T21:37:15.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-04-13T21:37:15.433Z Checking clap_builder v4.5.60
25262026-04-13T21:37:15.454Z Checking hashbrown v0.15.5
25272026-04-13T21:37:15.565Z Checking zopfli v0.8.3
25282026-04-13T21:37:15.681Z Checking bzip2 v0.6.1
25292026-04-13T21:37:15.735Z Checking elliptic-curve v0.13.8
25302026-04-13T21:37:15.841Z Checking smoltcp v0.9.1
25312026-04-13T21:37:15.882Z Checking hyper-tls v0.6.0
25322026-04-13T21:37:15.923Z Checking dof v0.3.0
25332026-04-13T21:37:15.938Z Checking signal-hook-mio v0.2.5
25342026-04-13T21:37:16.037Z Checking usdt-impl v0.6.0
25352026-04-13T21:37:16.040Z Checking num-bigint-dig v0.8.6
25362026-04-13T21:37:16.062Z Checking phf v0.13.1
25372026-04-13T21:37:16.145Z Checking bzip2 v0.4.4
25382026-04-13T21:37:16.203Z Checking cookie_store v0.22.1
25392026-04-13T21:37:16.229Z Checking toml_edit v0.19.15
25402026-04-13T21:37:16.304Z Checking zstd v0.13.3
25412026-04-13T21:37:16.316Z Checking postgres-types v0.2.12
25422026-04-13T21:37:16.421Z Checking dtrace-parser v0.2.0
25432026-04-13T21:37:16.446Z Checking rustls-platform-verifier v0.6.2
25442026-04-13T21:37:16.489Z Checking crossbeam-deque v0.8.6
25452026-04-13T21:37:16.523Z Checking regex v1.12.3
25462026-04-13T21:37:16.583Z Checking bstr v1.12.1
25472026-04-13T21:37:16.619Z Checking ed25519 v2.2.3
25482026-04-13T21:37:16.646Z Checking phf_shared v0.11.3
25492026-04-13T21:37:16.650Z Checking curve25519-dalek v4.1.3
25502026-04-13T21:37:16.671Z Checking ref-cast v1.0.25
25512026-04-13T21:37:16.766Z Checking strum v0.27.2
25522026-04-13T21:37:16.786Z Checking hubpack v0.1.2
25532026-04-13T21:37:16.799Z Checking memoffset v0.9.1
25542026-04-13T21:37:16.802Z Checking rustix v0.38.44
25552026-04-13T21:37:16.849Z Checking pkcs1 v0.7.5
25562026-04-13T21:37:16.871Z Checking float-cmp v0.10.0
25572026-04-13T21:37:16.884Z Checking serde-big-array v0.5.1
25582026-04-13T21:37:16.945Z Checking hex v0.4.3
25592026-04-13T21:37:16.967Z Checking erased-serde v0.3.31
25602026-04-13T21:37:16.991Z Checking rfc6979 v0.4.0
25612026-04-13T21:37:17.007Z Checking memmap2 v0.9.10
25622026-04-13T21:37:17.055Z Checking thread-id v4.2.2
25632026-04-13T21:37:17.102Z Checking env_filter v1.0.0
25642026-04-13T21:37:17.131Z Checking encoding_rs v0.8.35
25652026-04-13T21:37:17.162Z Checking whoami v2.1.0
25662026-04-13T21:37:17.166Z Checking static_assertions v1.1.0
25672026-04-13T21:37:17.239Z Checking rustc-hash v2.1.1
25682026-04-13T21:37:17.243Z Checking predicates-core v1.0.10
25692026-04-13T21:37:17.264Z Checking fixedbitset v0.4.2
25702026-04-13T21:37:17.343Z Checking data-encoding v2.10.0
25712026-04-13T21:37:17.355Z Checking unicode-segmentation v1.12.0
25722026-04-13T21:37:17.358Z Checking keccak v0.1.6
25732026-04-13T21:37:17.379Z Checking mime v0.3.17
25742026-04-13T21:37:17.407Z Checking difflib v0.4.0
25752026-04-13T21:37:17.422Z Checking new_debug_unreachable v1.0.6
25762026-04-13T21:37:17.490Z Checking jiff v0.2.21
25772026-04-13T21:37:17.529Z Checking precomputed-hash v0.1.1
25782026-04-13T21:37:17.545Z Checking toml_write v0.1.2
25792026-04-13T21:37:17.581Z Checking fixedbitset v0.5.7
25802026-04-13T21:37:17.608Z Checking normalize-line-endings v0.3.0
25812026-04-13T21:37:17.611Z Checking hickory-proto v0.25.2
25822026-04-13T21:37:17.632Z Checking crossterm v0.28.1
25832026-04-13T21:37:17.665Z Checking similar v2.7.0
25842026-04-13T21:37:17.695Z Checking predicates v3.1.4
25852026-04-13T21:37:17.708Z Checking toml_edit v0.22.27
25862026-04-13T21:37:17.770Z Checking petgraph v0.8.3
25872026-04-13T21:37:17.990Z Checking string_cache v0.8.9
25882026-04-13T21:37:18.047Z Checking sha3 v0.10.8
25892026-04-13T21:37:18.073Z Checking reqwest v0.12.28
25902026-04-13T21:37:18.153Z Checking ed25519-dalek v2.2.0
25912026-04-13T21:37:18.246Z Checking petgraph v0.6.5
25922026-04-13T21:37:18.332Z Checking tokio-postgres v0.7.16
25932026-04-13T21:37:18.804Z Checking slog v2.8.2
25942026-04-13T21:37:18.899Z Checking toml v0.7.8
25952026-04-13T21:37:19.062Z Checking env_logger v0.11.9
25962026-04-13T21:37:19.195Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25972026-04-13T21:37:19.207Z Checking serde_with v3.17.0
25982026-04-13T21:37:19.246Z Checking usdt v0.6.0
25992026-04-13T21:37:19.311Z Checking usdt-impl v0.5.0
26002026-04-13T21:37:19.415Z Checking ecdsa v0.16.9
26012026-04-13T21:37:19.480Z Checking rsa v0.9.10
26022026-04-13T21:37:19.568Z Checking nix v0.31.1
26032026-04-13T21:37:19.678Z Checking zip v4.6.1
26042026-04-13T21:37:19.758Z Checking clap v4.5.60
26052026-04-13T21:37:19.839Z Checking reqwest v0.13.2
26062026-04-13T21:37:19.934Z Checking zip v0.6.6
26072026-04-13T21:37:19.957Z Checking toml_parser v1.0.9+spec-1.1.0
26082026-04-13T21:37:20.265Z Checking itertools v0.13.0
26092026-04-13T21:37:20.276Z Checking strum v0.26.3
26102026-04-13T21:37:20.287Z Checking fs-err v3.3.0
26112026-04-13T21:37:20.382Z Checking ahash v0.8.12
26122026-04-13T21:37:20.415Z Checking tokio-stream v0.1.18
26132026-04-13T21:37:20.550Z Checking object v0.37.3
26142026-04-13T21:37:20.574Z Checking buf-list v1.1.2
26152026-04-13T21:37:20.574Z Checking camino v1.2.2
26162026-04-13T21:37:20.607Z Checking anyhow v1.0.102
26172026-04-13T21:37:20.680Z Checking x509-cert v0.2.5
26182026-04-13T21:37:20.753Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26192026-04-13T21:37:20.794Z Checking openapiv3 v2.2.0
26202026-04-13T21:37:20.794Z Checking toml_datetime v0.7.5+spec-1.1.0
26212026-04-13T21:37:20.829Z Checking sha1 v0.10.6
26222026-04-13T21:37:20.989Z Checking peg-runtime v0.8.5
26232026-04-13T21:37:21.002Z Checking lalrpop-util v0.19.12
26242026-04-13T21:37:21.013Z Checking rayon v1.11.0
26252026-04-13T21:37:21.130Z Checking sigpipe v0.1.3
26262026-04-13T21:37:21.157Z Checking glob v0.3.3
26272026-04-13T21:37:22.699Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282026-04-13T21:37:22.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s
26292026-04-13T21:37:23.136Z
26302026-04-13T21:37:23.136Zinfo: running `cargo check --bins` on internal-dns-types (77/271)
26312026-04-13T21:37:23.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-04-13T21:37:23.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-04-13T21:37:23.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-04-13T21:37:23.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26352026-04-13T21:37:23.728Z
26362026-04-13T21:37:23.728Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/271)
26372026-04-13T21:37:24.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-04-13T21:37:24.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-04-13T21:37:24.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-04-13T21:37:24.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26412026-04-13T21:37:24.318Z
26422026-04-13T21:37:24.318Zinfo: running `cargo check --bins` on nexus-types-versions (79/271)
26432026-04-13T21:37:24.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-04-13T21:37:24.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-04-13T21:37:24.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-04-13T21:37:24.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26472026-04-13T21:37:24.931Z
26482026-04-13T21:37:24.931Zinfo: running `cargo check --bins` on oxql-types (80/271)
26492026-04-13T21:37:25.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-04-13T21:37:25.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-04-13T21:37:25.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-04-13T21:37:25.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26532026-04-13T21:37:25.516Z
26542026-04-13T21:37:25.516Zinfo: running `cargo check --bins` on oximeter-types (81/271)
26552026-04-13T21:37:26.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-04-13T21:37:26.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-04-13T21:37:26.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-04-13T21:37:26.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-04-13T21:37:26.106Z
26602026-04-13T21:37:26.106Zinfo: running `cargo check --bins` on oximeter-types-versions (82/271)
26612026-04-13T21:37:26.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-04-13T21:37:26.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-04-13T21:37:26.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-04-13T21:37:26.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26652026-04-13T21:37:26.698Z
26662026-04-13T21:37:26.698Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/271)
26672026-04-13T21:37:27.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-04-13T21:37:27.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-04-13T21:37:27.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-04-13T21:37:27.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26712026-04-13T21:37:27.270Z
26722026-04-13T21:37:27.270Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/271)
26732026-04-13T21:37:27.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-04-13T21:37:27.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-04-13T21:37:27.942Z Compiling structmeta-derive v0.3.0
26762026-04-13T21:37:28.055Z Compiling rustls v0.22.4
26772026-04-13T21:37:28.065Z Compiling multer v3.1.0
26782026-04-13T21:37:28.075Z Compiling async-stream-impl v0.3.6
26792026-04-13T21:37:28.078Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26802026-04-13T21:37:28.094Z Compiling dropshot v0.16.7
26812026-04-13T21:37:28.110Z Compiling newtype-uuid-macros v0.1.0
26822026-04-13T21:37:28.110Z Compiling dropshot_endpoint v0.16.7
26832026-04-13T21:37:28.229Z Checking newtype-uuid v1.3.2
26842026-04-13T21:37:28.289Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26852026-04-13T21:37:28.346Z Checking rustls-webpki v0.102.8
26862026-04-13T21:37:28.422Z Checking daft v0.1.5
26872026-04-13T21:37:28.450Z Checking futures-executor v0.3.32
26882026-04-13T21:37:28.648Z Checking thread_local v1.1.9
26892026-04-13T21:37:28.662Z Compiling match_cfg v0.1.0
26902026-04-13T21:37:28.721Z Checking iddqd v0.3.17
26912026-04-13T21:37:28.775Z Checking hostname v0.3.1
26922026-04-13T21:37:28.859Z Checking futures v0.3.32
26932026-04-13T21:37:28.875Z Checking crossbeam-channel v0.5.15
26942026-04-13T21:37:28.940Z Checking slog-json v2.6.1
26952026-04-13T21:37:29.109Z Compiling structmeta v0.3.0
26962026-04-13T21:37:29.148Z Compiling serde_spanned v1.0.4
26972026-04-13T21:37:29.206Z Checking is-terminal v0.4.17
26982026-04-13T21:37:29.294Z Compiling toml_writer v1.0.6+spec-1.1.0
26992026-04-13T21:37:29.320Z Compiling derive-ex v0.1.8
27002026-04-13T21:37:29.351Z Compiling parse-display-derive v0.10.0
27012026-04-13T21:37:29.536Z Checking term v1.2.1
27022026-04-13T21:37:29.579Z Checking debug-ignore v1.0.5
27032026-04-13T21:37:29.624Z Checking take_mut v0.2.2
27042026-04-13T21:37:29.679Z Checking toml v0.9.12+spec-1.1.0
27052026-04-13T21:37:29.728Z Checking slog-async v2.8.0
27062026-04-13T21:37:29.754Z Checking slog-term v2.9.2
27072026-04-13T21:37:29.864Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27082026-04-13T21:37:29.938Z Compiling slog-bunyan v2.5.0
27092026-04-13T21:37:30.080Z Checking async-stream v0.3.6
27102026-04-13T21:37:30.210Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-04-13T21:37:30.228Z Checking tokio-rustls v0.25.0
27122026-04-13T21:37:30.299Z Checking progenitor-client v0.13.0
27132026-04-13T21:37:30.317Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27142026-04-13T21:37:30.457Z Checking backon v1.6.0
27152026-04-13T21:37:30.528Z Checking waitgroup v0.1.2
27162026-04-13T21:37:30.634Z Checking rustls-pemfile v2.2.0
27172026-04-13T21:37:30.937Z Checking serde_path_to_error v0.1.20
27182026-04-13T21:37:31.009Z Compiling test-strategy v0.4.5
27192026-04-13T21:37:31.029Z Checking hostname v0.4.2
27202026-04-13T21:37:31.126Z Checking instant v0.1.13
27212026-04-13T21:37:31.190Z Compiling prettyplease v0.2.37
27222026-04-13T21:37:31.227Z Checking backoff v0.4.0
27232026-04-13T21:37:31.326Z Checking parse-display v0.10.0
27242026-04-13T21:37:31.413Z Compiling progenitor-extras v0.1.1
27252026-04-13T21:37:31.469Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27262026-04-13T21:37:31.654Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27272026-04-13T21:37:31.716Z Checking progenitor-client v0.10.0
27282026-04-13T21:37:31.862Z Checking itertools v0.14.0
27292026-04-13T21:37:31.942Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27302026-04-13T21:37:32.414Z Checking regress v0.10.5
27312026-04-13T21:37:32.498Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27322026-04-13T21:37:32.895Z Compiling macaddr v1.0.1
27332026-04-13T21:37:33.122Z Checking num-rational v0.4.2
27342026-04-13T21:37:33.235Z Compiling usdt-macro v0.5.0
27352026-04-13T21:37:33.398Z Compiling usdt-attr-macro v0.5.0
27362026-04-13T21:37:33.411Z Checking num-complex v0.4.6
27372026-04-13T21:37:33.723Z Checking memmap v0.7.0
27382026-04-13T21:37:33.738Z Checking num v0.4.3
27392026-04-13T21:37:33.826Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27402026-04-13T21:37:33.855Z Checking float-ord v0.3.2
27412026-04-13T21:37:33.956Z Compiling toml v0.8.23
27422026-04-13T21:37:33.968Z Compiling minimal-lexical v0.2.1
27432026-04-13T21:37:34.184Z Checking usdt v0.5.0
27442026-04-13T21:37:34.219Z Checking linked-hash-map v0.5.6
27452026-04-13T21:37:34.353Z Compiling nom v7.1.3
27462026-04-13T21:37:34.416Z Checking lru-cache v0.1.2
27472026-04-13T21:37:34.950Z Checking hickory-proto v0.24.4
27482026-04-13T21:37:35.071Z Checking phf_shared v0.12.1
27492026-04-13T21:37:35.075Z Compiling slog-dtrace v0.3.0
27502026-04-13T21:37:35.218Z Compiling chrono-tz v0.10.4
27512026-04-13T21:37:35.279Z Checking heck v0.5.0
27522026-04-13T21:37:35.398Z Checking resolv-conf v0.7.6
27532026-04-13T21:37:35.411Z Compiling convert_case v0.4.0
27542026-04-13T21:37:35.582Z Compiling const_format_proc_macros v0.2.34
27552026-04-13T21:37:35.700Z Checking phf v0.12.1
27562026-04-13T21:37:35.737Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-04-13T21:37:35.789Z Compiling derive_more v0.99.20
27582026-04-13T21:37:35.839Z Checking tokio-dtrace v0.1.1
27592026-04-13T21:37:36.025Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-04-13T21:37:36.204Z Compiling derive-where v1.6.0
27612026-04-13T21:37:36.539Z Checking highway v1.3.0
27622026-04-13T21:37:36.628Z Checking const_format v0.2.35
27632026-04-13T21:37:36.739Z Checking hickory-resolver v0.24.4
27642026-04-13T21:37:36.787Z Checking oxide-tokio-rt v0.1.3
27652026-04-13T21:37:37.176Z Checking gethostname v0.5.0
27662026-04-13T21:37:37.266Z Checking bcs v0.1.6
27672026-04-13T21:37:37.464Z Compiling async-recursion v1.1.1
27682026-04-13T21:37:37.506Z Checking termtree v0.5.1
27692026-04-13T21:37:37.520Z Checking qorb v0.4.1
27702026-04-13T21:37:38.059Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27712026-04-13T21:37:38.168Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-04-13T21:37:38.433Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-04-13T21:37:39.780Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-04-13T21:37:39.783Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-04-13T21:37:41.415Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-04-13T21:37:44.091Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-04-13T21:37:46.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.91s
27782026-04-13T21:37:46.370Z
27792026-04-13T21:37:46.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/271)
27802026-04-13T21:37:46.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-04-13T21:37:46.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-04-13T21:37:47.044Z Compiling ar_archive_writer v0.5.1
27832026-04-13T21:37:47.047Z Compiling stacker v0.1.23
27842026-04-13T21:37:47.161Z Compiling cfg_aliases v0.1.1
27852026-04-13T21:37:47.168Z Compiling convert_case v0.10.0
27862026-04-13T21:37:47.170Z Checking unicode-width v0.1.14
27872026-04-13T21:37:47.182Z Compiling proc-macro-error v1.0.4
27882026-04-13T21:37:47.193Z Checking fd-lock v4.0.4
27892026-04-13T21:37:47.193Z Checking nibble_vec v0.1.0
27902026-04-13T21:37:47.217Z Compiling nix v0.28.0
27912026-04-13T21:37:47.303Z Checking vte v0.14.1
27922026-04-13T21:37:47.322Z Compiling recursive-proc-macro-impl v0.1.1
27932026-04-13T21:37:47.406Z Checking bytecount v0.6.9
27942026-04-13T21:37:47.419Z Checking endian-type v0.1.2
27952026-04-13T21:37:47.450Z Checking strip-ansi-escapes v0.2.1
27962026-04-13T21:37:47.463Z Compiling derive_more-impl v2.1.1
27972026-04-13T21:37:47.474Z Compiling tabled_derive v0.7.0
27982026-04-13T21:37:47.503Z Checking papergrid v0.11.0
27992026-04-13T21:37:47.535Z Checking radix_trie v0.2.1
28002026-04-13T21:37:47.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-04-13T21:37:47.710Z Compiling peg-macros v0.8.5
28022026-04-13T21:37:47.739Z Checking winnow v0.6.26
28032026-04-13T21:37:47.979Z Compiling psm v0.1.30
28042026-04-13T21:37:48.050Z Compiling sqlparser_derive v0.5.0
28052026-04-13T21:37:48.104Z Checking home v0.5.12
28062026-04-13T21:37:48.210Z Checking unicode_categories v0.1.1
28072026-04-13T21:37:48.247Z Checking derive_more v2.1.1
28082026-04-13T21:37:48.325Z Checking nu-ansi-term v0.50.3
28092026-04-13T21:37:48.360Z Checking unicode-width v0.2.0
28102026-04-13T21:37:48.419Z Checking tabled v0.15.0
28112026-04-13T21:37:48.536Z Checking rustyline v14.0.0
28122026-04-13T21:37:48.536Z Checking crossterm v0.29.0
28132026-04-13T21:37:48.606Z Checking reedline v0.40.0
28142026-04-13T21:37:48.744Z Checking recursive v0.1.1
28152026-04-13T21:37:48.812Z Checking display-error-chain v0.2.2
28162026-04-13T21:37:48.835Z Checking sqlparser v0.61.0
28172026-04-13T21:37:48.864Z Checking sqlformat v0.3.5
28182026-04-13T21:37:49.054Z Checking peg v0.8.5
28192026-04-13T21:37:59.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28202026-04-13T21:38:00.141Z
28212026-04-13T21:38:00.141Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/271)
28222026-04-13T21:38:00.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-04-13T21:38:00.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-04-13T21:38:00.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-04-13T21:38:04.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28262026-04-13T21:38:04.370Z
28272026-04-13T21:38:04.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/271)
28282026-04-13T21:38:04.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-04-13T21:38:04.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-04-13T21:38:05.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-04-13T21:38:07.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
28322026-04-13T21:38:07.603Z
28332026-04-13T21:38:07.603Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/271)
28342026-04-13T21:38:08.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-04-13T21:38:08.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-04-13T21:38:08.268Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-04-13T21:38:11.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28382026-04-13T21:38:11.628Z
28392026-04-13T21:38:11.629Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/271)
28402026-04-13T21:38:12.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-04-13T21:38:12.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-04-13T21:38:12.298Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-04-13T21:38:15.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28442026-04-13T21:38:15.689Z
28452026-04-13T21:38:15.689Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/271)
28462026-04-13T21:38:16.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-04-13T21:38:16.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-04-13T21:38:16.348Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-04-13T21:38:18.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28502026-04-13T21:38:19.067Z
28512026-04-13T21:38:19.067Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/271)
28522026-04-13T21:38:19.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-04-13T21:38:19.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-04-13T21:38:19.735Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-04-13T21:38:22.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28562026-04-13T21:38:22.478Z
28572026-04-13T21:38:22.478Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/271)
28582026-04-13T21:38:22.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-04-13T21:38:22.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-04-13T21:38:23.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-04-13T21:38:26.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28622026-04-13T21:38:26.699Z
28632026-04-13T21:38:26.699Zinfo: running `cargo check --bins` on oximeter (93/271)
28642026-04-13T21:38:27.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-04-13T21:38:27.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-04-13T21:38:27.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-04-13T21:38:27.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28682026-04-13T21:38:27.293Z
28692026-04-13T21:38:27.293Zinfo: running `cargo check --bins` on oximeter-schema (94/271)
28702026-04-13T21:38:27.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-04-13T21:38:27.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-04-13T21:38:27.919Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-04-13T21:38:28.079Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-04-13T21:38:28.096Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-04-13T21:38:28.418Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-04-13T21:38:31.865Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-04-13T21:38:32.183Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-04-13T21:38:33.266Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-04-13T21:38:33.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
28802026-04-13T21:38:34.118Z
28812026-04-13T21:38:34.118Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/271)
28822026-04-13T21:38:34.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-04-13T21:38:34.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-04-13T21:38:34.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-04-13T21:38:34.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-04-13T21:38:34.710Z
28872026-04-13T21:38:34.710Zinfo: running `cargo check --bins` on oximeter-test-utils (96/271)
28882026-04-13T21:38:35.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-04-13T21:38:35.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-04-13T21:38:35.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-04-13T21:38:35.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28922026-04-13T21:38:35.334Z
28932026-04-13T21:38:35.334Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/271)
28942026-04-13T21:38:35.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-04-13T21:38:35.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-04-13T21:38:35.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-04-13T21:38:35.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-04-13T21:38:35.929Z
28992026-04-13T21:38:35.929Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/271)
29002026-04-13T21:38:36.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-04-13T21:38:36.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-04-13T21:38:36.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-04-13T21:38:36.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-04-13T21:38:36.523Z
29052026-04-13T21:38:36.523Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/271)
29062026-04-13T21:38:37.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-04-13T21:38:37.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-04-13T21:38:37.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-04-13T21:38:37.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-04-13T21:38:37.124Z
29112026-04-13T21:38:37.124Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/271)
29122026-04-13T21:38:37.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-04-13T21:38:37.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-04-13T21:38:37.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-04-13T21:38:37.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-04-13T21:38:37.723Z
29172026-04-13T21:38:37.723Zinfo: running `cargo check --bins` on trust-quorum-types (101/271)
29182026-04-13T21:38:38.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-04-13T21:38:38.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-04-13T21:38:38.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-04-13T21:38:38.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29222026-04-13T21:38:38.300Z
29232026-04-13T21:38:38.300Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/271)
29242026-04-13T21:38:38.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-04-13T21:38:38.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-04-13T21:38:38.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-04-13T21:38:38.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-04-13T21:38:38.895Z
29292026-04-13T21:38:38.895Zinfo: running `cargo check --bins` on update-engine (103/271)
29302026-04-13T21:38:39.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-04-13T21:38:39.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-04-13T21:38:39.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-04-13T21:38:39.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29342026-04-13T21:38:39.470Z
29352026-04-13T21:38:39.470Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/271)
29362026-04-13T21:38:39.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-04-13T21:38:39.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-04-13T21:38:40.174Z Compiling crucible-workspace-hack v0.1.0
29392026-04-13T21:38:40.291Z Checking secrecy v0.10.3
29402026-04-13T21:38:40.298Z Compiling heapless v0.8.0
29412026-04-13T21:38:40.305Z Compiling ingot-macros v0.1.1
29422026-04-13T21:38:40.312Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-04-13T21:38:40.312Z Checking hash32 v0.3.1
29442026-04-13T21:38:40.332Z Compiling smoltcp v0.11.0
29452026-04-13T21:38:40.332Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-04-13T21:38:40.393Z Checking cobs v0.3.0
29472026-04-13T21:38:40.436Z Compiling thiserror-impl-no-std v2.0.2
29482026-04-13T21:38:40.530Z Checking half v2.7.1
29492026-04-13T21:38:40.543Z Checking universal-hash v0.5.1
29502026-04-13T21:38:40.585Z Checking ciborium-io v0.2.2
29512026-04-13T21:38:40.676Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-04-13T21:38:40.690Z Checking opaque-debug v0.3.1
29532026-04-13T21:38:40.702Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-04-13T21:38:40.755Z Checking poly1305 v0.8.0
29552026-04-13T21:38:40.782Z Checking ciborium-ll v0.2.2
29562026-04-13T21:38:40.851Z Compiling proc-macro-crate v3.4.0
29572026-04-13T21:38:40.973Z Checking postcard v1.1.3
29582026-04-13T21:38:40.987Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-04-13T21:38:41.013Z Checking password-hash v0.5.0
29602026-04-13T21:38:41.237Z Checking chacha20 v0.9.1
29612026-04-13T21:38:41.253Z Compiling proc-macro-crate v1.3.1
29622026-04-13T21:38:41.268Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-04-13T21:38:41.342Z Checking blake2 v0.10.6
29642026-04-13T21:38:41.394Z Compiling num_enum_derive v0.7.5
29652026-04-13T21:38:41.424Z Checking aead v0.5.2
29662026-04-13T21:38:41.497Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29672026-04-13T21:38:41.562Z Compiling foreign-types-macros v0.2.3
29682026-04-13T21:38:41.575Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29692026-04-13T21:38:41.591Z Checking thiserror-no-std v2.0.2
29702026-04-13T21:38:41.663Z Checking foreign-types-shared v0.3.1
29712026-04-13T21:38:41.677Z Checking cpufeatures v0.3.0
29722026-04-13T21:38:41.698Z Checking vsss-rs v3.3.4
29732026-04-13T21:38:41.747Z Checking chacha20 v0.10.0
29742026-04-13T21:38:41.760Z Compiling num_enum_derive v0.5.11
29752026-04-13T21:38:41.822Z Checking argon2 v0.5.3
29762026-04-13T21:38:41.958Z Checking chacha20poly1305 v0.10.1
29772026-04-13T21:38:42.085Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-04-13T21:38:42.141Z Checking foreign-types v0.5.0
29792026-04-13T21:38:42.221Z Checking ciborium v0.2.2
29802026-04-13T21:38:42.314Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-04-13T21:38:42.372Z Checking tabwriter v1.4.1
29822026-04-13T21:38:42.430Z Checking num_enum v0.7.5
29832026-04-13T21:38:42.513Z Checking console v0.15.11
29842026-04-13T21:38:42.542Z Checking newline-converter v0.3.0
29852026-04-13T21:38:42.594Z Checking atomicwrites v0.4.4
29862026-04-13T21:38:42.635Z Checking camino-tempfile v1.4.1
29872026-04-13T21:38:42.649Z Checking byte-wrapper v0.1.0
29882026-04-13T21:38:42.722Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-04-13T21:38:42.769Z Checking cstr-argument v0.1.2
29902026-04-13T21:38:42.787Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29912026-04-13T21:38:42.802Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29922026-04-13T21:38:42.814Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29932026-04-13T21:38:42.854Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29942026-04-13T21:38:42.887Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-04-13T21:38:43.002Z Checking expectorate v1.2.0
29962026-04-13T21:38:43.052Z Checking num_enum v0.5.11
29972026-04-13T21:38:43.073Z Checking ingot-types v0.1.2
29982026-04-13T21:38:43.132Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-04-13T21:38:43.147Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-04-13T21:38:43.162Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-04-13T21:38:43.220Z Checking rand v0.10.0
30022026-04-13T21:38:43.250Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-04-13T21:38:43.292Z Checking indent_write v2.2.0
30042026-04-13T21:38:43.359Z Checking colored v3.1.1
30052026-04-13T21:38:43.419Z Compiling zone_cfg_derive v0.3.1
30062026-04-13T21:38:43.433Z Checking ingot v0.1.1
30072026-04-13T21:38:43.463Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-04-13T21:38:43.509Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-04-13T21:38:43.553Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30102026-04-13T21:38:43.567Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30112026-04-13T21:38:43.603Z Checking itertools v0.12.1
30122026-04-13T21:38:43.630Z Compiling num-derive v0.4.2
30132026-04-13T21:38:43.733Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-04-13T21:38:43.910Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-04-13T21:38:43.924Z Checking swrite v0.1.0
30162026-04-13T21:38:44.016Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-04-13T21:38:44.061Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-04-13T21:38:44.214Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-04-13T21:38:44.325Z Checking dropshot-api-manager-types v0.6.0
30202026-04-13T21:38:44.340Z Checking smf v0.2.3
30212026-04-13T21:38:44.521Z Checking nanorand v0.7.0
30222026-04-13T21:38:44.549Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30232026-04-13T21:38:44.563Z Checking whoami v1.6.1
30242026-04-13T21:38:44.671Z Checking zone v0.3.1
30252026-04-13T21:38:44.686Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30262026-04-13T21:38:44.690Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30272026-04-13T21:38:44.714Z Checking flume v0.11.1
30282026-04-13T21:38:45.057Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30292026-04-13T21:38:46.017Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30302026-04-13T21:38:46.833Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30312026-04-13T21:38:49.342Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-04-13T21:38:51.347Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-04-13T21:38:52.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s
30342026-04-13T21:38:52.553Z
30352026-04-13T21:38:52.553Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/271)
30362026-04-13T21:38:53.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-04-13T21:38:53.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-04-13T21:38:53.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-04-13T21:38:53.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30402026-04-13T21:38:53.150Z
30412026-04-13T21:38:53.150Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/271)
30422026-04-13T21:38:53.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-04-13T21:38:53.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-04-13T21:38:53.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-04-13T21:38:53.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30462026-04-13T21:38:53.751Z
30472026-04-13T21:38:53.751Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/271)
30482026-04-13T21:38:54.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-04-13T21:38:54.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-04-13T21:38:54.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-04-13T21:38:54.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-04-13T21:38:54.352Z
30532026-04-13T21:38:54.352Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/271)
30542026-04-13T21:38:54.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-04-13T21:38:54.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-04-13T21:38:54.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-04-13T21:38:54.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-04-13T21:38:54.962Z
30592026-04-13T21:38:54.962Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/271)
30602026-04-13T21:38:55.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-04-13T21:38:55.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-04-13T21:38:55.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-04-13T21:38:55.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30642026-04-13T21:38:55.556Z
30652026-04-13T21:38:55.556Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/271)
30662026-04-13T21:38:56.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-04-13T21:38:56.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-04-13T21:38:56.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-04-13T21:38:56.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30702026-04-13T21:38:56.154Z
30712026-04-13T21:38:56.154Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/271)
30722026-04-13T21:38:56.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-04-13T21:38:56.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-04-13T21:38:56.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-04-13T21:38:56.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-04-13T21:38:56.752Z
30772026-04-13T21:38:56.752Zinfo: running `cargo check --bins` on cockroach-admin-client (112/271)
30782026-04-13T21:38:57.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-04-13T21:38:57.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-04-13T21:38:57.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-04-13T21:38:57.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30822026-04-13T21:38:57.341Z
30832026-04-13T21:38:57.342Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/271)
30842026-04-13T21:38:57.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-04-13T21:38:57.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-04-13T21:38:57.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-04-13T21:38:57.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-04-13T21:38:57.944Z
30892026-04-13T21:38:57.944Zinfo: running `cargo check --bins` on dns-service-client (114/271)
30902026-04-13T21:38:58.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-04-13T21:38:58.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-04-13T21:38:58.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-04-13T21:38:58.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30942026-04-13T21:38:58.540Z
30952026-04-13T21:38:58.541Zinfo: running `cargo check --bins` on installinator-client (115/271)
30962026-04-13T21:38:59.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-04-13T21:38:59.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-04-13T21:38:59.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-04-13T21:38:59.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-04-13T21:38:59.142Z
31012026-04-13T21:38:59.142Zinfo: running `cargo check --bins` on nexus-client (116/271)
31022026-04-13T21:38:59.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-04-13T21:38:59.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-04-13T21:38:59.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-04-13T21:38:59.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31062026-04-13T21:38:59.775Z
31072026-04-13T21:38:59.775Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/271)
31082026-04-13T21:39:00.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-04-13T21:39:00.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-04-13T21:39:00.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-04-13T21:39:00.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31122026-04-13T21:39:00.411Z
31132026-04-13T21:39:00.411Zinfo: running `cargo check --bins` on ntp-admin-client (118/271)
31142026-04-13T21:39:00.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-04-13T21:39:00.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-04-13T21:39:00.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-04-13T21:39:00.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-04-13T21:39:00.992Z
31192026-04-13T21:39:00.992Zinfo: running `cargo check --bins` on oxide-client (119/271)
31202026-04-13T21:39:01.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-04-13T21:39:01.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-04-13T21:39:01.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-04-13T21:39:01.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-04-13T21:39:01.582Z
31252026-04-13T21:39:01.582Zinfo: running `cargo check --bins` on oximeter-client (120/271)
31262026-04-13T21:39:02.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-04-13T21:39:02.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-04-13T21:39:02.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-04-13T21:39:02.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-04-13T21:39:02.181Z
31312026-04-13T21:39:02.181Zinfo: running `cargo check --bins` on repo-depot-client (121/271)
31322026-04-13T21:39:02.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-04-13T21:39:02.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-04-13T21:39:02.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-04-13T21:39:02.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31362026-04-13T21:39:02.765Z
31372026-04-13T21:39:02.765Zinfo: running `cargo check --bins` on sled-agent-client (122/271)
31382026-04-13T21:39:03.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-04-13T21:39:03.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-04-13T21:39:03.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-04-13T21:39:03.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31422026-04-13T21:39:03.373Z
31432026-04-13T21:39:03.373Zinfo: running `cargo check --bins` on wicketd-client (123/271)
31442026-04-13T21:39:03.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-04-13T21:39:03.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-04-13T21:39:03.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-04-13T21:39:03.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31482026-04-13T21:39:03.994Z
31492026-04-13T21:39:03.994Zinfo: running `cargo check --bins` on installinator-common (124/271)
31502026-04-13T21:39:04.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-04-13T21:39:04.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-04-13T21:39:04.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-04-13T21:39:04.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-04-13T21:39:04.610Z
31552026-04-13T21:39:04.610Zinfo: running `cargo check --bins` on installinator-common-versions (125/271)
31562026-04-13T21:39:05.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-04-13T21:39:05.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-04-13T21:39:05.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-04-13T21:39:05.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31602026-04-13T21:39:05.194Z
31612026-04-13T21:39:05.194Zinfo: running `cargo check --bins` on wicket-common (126/271)
31622026-04-13T21:39:05.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-04-13T21:39:05.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-04-13T21:39:05.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-04-13T21:39:05.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31662026-04-13T21:39:05.801Z
31672026-04-13T21:39:05.801Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/271)
31682026-04-13T21:39:06.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-04-13T21:39:06.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-04-13T21:39:06.485Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31712026-04-13T21:39:06.598Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31722026-04-13T21:39:06.606Z Checking csv-core v0.1.13
31732026-04-13T21:39:06.613Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31742026-04-13T21:39:06.620Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-04-13T21:39:06.629Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-04-13T21:39:06.640Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-04-13T21:39:06.651Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-04-13T21:39:06.763Z Checking csv v1.4.0
31792026-04-13T21:39:06.777Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-04-13T21:39:06.823Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-04-13T21:39:06.856Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-04-13T21:39:07.088Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-04-13T21:39:07.445Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-04-13T21:39:07.448Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-04-13T21:39:07.783Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-04-13T21:39:12.869Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-04-13T21:39:13.387Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-04-13T21:39:15.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.87s
31892026-04-13T21:39:15.874Z
31902026-04-13T21:39:15.874Zinfo: running `cargo check --bins` on cockroach-admin-api (128/271)
31912026-04-13T21:39:16.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-04-13T21:39:16.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-04-13T21:39:16.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-04-13T21:39:16.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-04-13T21:39:16.474Z
31962026-04-13T21:39:16.474Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/271)
31972026-04-13T21:39:17.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-04-13T21:39:17.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-04-13T21:39:17.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-04-13T21:39:17.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-04-13T21:39:17.163Z
32022026-04-13T21:39:17.163Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/271)
32032026-04-13T21:39:17.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-04-13T21:39:17.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-04-13T21:39:17.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-04-13T21:39:17.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32072026-04-13T21:39:17.849Z
32082026-04-13T21:39:17.849Zinfo: running `cargo check --bins` on gateway-test-utils (131/271)
32092026-04-13T21:39:18.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-04-13T21:39:18.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-04-13T21:39:18.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-04-13T21:39:18.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-04-13T21:39:18.502Z
32142026-04-13T21:39:18.502Zinfo: running `cargo check --bins` on omicron-gateway (132/271)
32152026-04-13T21:39:19.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-04-13T21:39:19.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-04-13T21:39:19.259Z Compiling typify-impl v0.6.1
32182026-04-13T21:39:19.398Z Compiling unsafe-libyaml v0.2.11
32192026-04-13T21:39:19.409Z Compiling radium v0.7.0
32202026-04-13T21:39:19.412Z Compiling semver v0.1.20
32212026-04-13T21:39:19.432Z Compiling pin-project-internal v1.1.11
32222026-04-13T21:39:19.444Z Checking tap v1.0.1
32232026-04-13T21:39:19.448Z Compiling maybe-uninit v2.0.0
32242026-04-13T21:39:19.544Z Checking wyz v0.5.1
32252026-04-13T21:39:19.687Z Compiling rustc_version v0.1.7
32262026-04-13T21:39:19.731Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-04-13T21:39:19.764Z Compiling snafu-derive v0.8.9
32282026-04-13T21:39:19.854Z Compiling zerocopy-derive v0.6.6
32292026-04-13T21:39:19.887Z Compiling serde_yaml v0.9.34+deprecated
32302026-04-13T21:39:20.112Z Compiling newtype_derive v0.1.6
32312026-04-13T21:39:20.302Z Compiling cancel-safe-futures v0.1.5
32322026-04-13T21:39:20.496Z Checking funty v2.0.0
32332026-04-13T21:39:20.514Z Compiling owo-colors v4.3.0
32342026-04-13T21:39:20.536Z Checking pin-project v1.1.11
32352026-04-13T21:39:20.635Z Compiling packed_struct v0.10.1
32362026-04-13T21:39:20.701Z Checking crc-catalog v2.4.0
32372026-04-13T21:39:20.796Z Checking same-file v1.0.6
32382026-04-13T21:39:20.812Z Checking bitvec v1.0.1
32392026-04-13T21:39:20.874Z Checking crc v3.4.0
32402026-04-13T21:39:20.909Z Checking zerocopy v0.6.6
32412026-04-13T21:39:20.923Z Checking walkdir v2.5.0
32422026-04-13T21:39:21.123Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-04-13T21:39:21.159Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-04-13T21:39:21.205Z Checking globset v0.4.18
32452026-04-13T21:39:21.223Z Checking olpc-cjson v0.1.4
32462026-04-13T21:39:21.319Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32472026-04-13T21:39:21.356Z Checking pem v3.0.6
32482026-04-13T21:39:21.461Z Compiling packed_struct_codegen v0.10.1
32492026-04-13T21:39:21.491Z Checking libsw-core v0.3.2
32502026-04-13T21:39:21.514Z Checking serde_plain v1.0.2
32512026-04-13T21:39:21.565Z Compiling bitfield-macros v0.19.4
32522026-04-13T21:39:21.636Z Compiling indexmap v1.9.3
32532026-04-13T21:39:21.650Z Checking typed-path v0.9.3
32542026-04-13T21:39:21.664Z Checking nodrop v0.1.14
32552026-04-13T21:39:21.667Z Checking snafu v0.8.9
32562026-04-13T21:39:21.753Z Checking array-init v0.0.4
32572026-04-13T21:39:21.848Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-04-13T21:39:21.920Z Checking libsw v3.5.0
32592026-04-13T21:39:22.052Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-04-13T21:39:22.075Z Checking smallvec v0.6.14
32612026-04-13T21:39:22.195Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-04-13T21:39:22.260Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-04-13T21:39:22.273Z Checking bitfield v0.19.4
32642026-04-13T21:39:22.381Z Checking smawk v0.3.2
32652026-04-13T21:39:22.426Z Checking tough v0.20.0
32662026-04-13T21:39:22.462Z Checking base64 v0.21.7
32672026-04-13T21:39:22.511Z Checking tagptr v0.2.0
32682026-04-13T21:39:22.538Z Checking unicode-linebreak v0.1.5
32692026-04-13T21:39:22.613Z Checking linear-map v1.2.0
32702026-04-13T21:39:22.652Z Checking hashbrown v0.12.3
32712026-04-13T21:39:22.697Z Checking ron v0.8.1
32722026-04-13T21:39:22.746Z Checking textwrap v0.16.2
32732026-04-13T21:39:22.782Z Checking moka v0.12.13
32742026-04-13T21:39:22.798Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32752026-04-13T21:39:22.958Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32762026-04-13T21:39:23.132Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32772026-04-13T21:39:23.211Z Checking serde-hex v0.1.0
32782026-04-13T21:39:23.374Z Checking steno v0.4.1
32792026-04-13T21:39:23.406Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32802026-04-13T21:39:23.565Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-04-13T21:39:23.568Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-04-13T21:39:23.798Z Compiling typify-macro v0.6.1
32832026-04-13T21:39:23.928Z Checking hashbrown v0.13.2
32842026-04-13T21:39:24.055Z Checking humantime v2.3.0
32852026-04-13T21:39:24.129Z Checking crc-any v2.5.0
32862026-04-13T21:39:24.240Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-04-13T21:39:24.306Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-04-13T21:39:24.347Z Checking object v0.30.4
32892026-04-13T21:39:24.362Z Checking hickory-resolver v0.25.2
32902026-04-13T21:39:24.405Z Checking void v1.0.2
32912026-04-13T21:39:24.477Z Checking utf-8 v0.7.6
32922026-04-13T21:39:24.491Z Checking half v1.8.3
32932026-04-13T21:39:24.539Z Checking path-slash v0.1.5
32942026-04-13T21:39:24.610Z Checking tungstenite v0.23.0
32952026-04-13T21:39:24.644Z Checking lzss v0.8.2
32962026-04-13T21:39:24.683Z Checking serde_cbor v0.11.2
32972026-04-13T21:39:24.828Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32982026-04-13T21:39:24.856Z Checking nix v0.27.1
32992026-04-13T21:39:24.986Z Checking kstat-rs v0.2.4
33002026-04-13T21:39:25.031Z Checking fxhash v0.2.1
33012026-04-13T21:39:25.066Z Checking serde_bytes v0.11.19
33022026-04-13T21:39:25.110Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-04-13T21:39:25.148Z Checking tokio-tungstenite v0.23.1
33042026-04-13T21:39:25.172Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33052026-04-13T21:39:25.239Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33062026-04-13T21:39:25.380Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33072026-04-13T21:39:25.407Z Checking signal-hook-tokio v0.3.1
33082026-04-13T21:39:25.518Z Compiling typify v0.6.1
33092026-04-13T21:39:25.598Z Compiling progenitor-impl v0.13.0
33102026-04-13T21:39:26.572Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33112026-04-13T21:39:27.107Z Compiling progenitor-macro v0.13.0
33122026-04-13T21:39:27.467Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33132026-04-13T21:39:27.765Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33142026-04-13T21:39:29.387Z Checking progenitor v0.13.0
33152026-04-13T21:39:29.505Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33162026-04-13T21:39:29.508Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-04-13T21:39:32.488Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33182026-04-13T21:39:39.701Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-04-13T21:39:45.843Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-04-13T21:39:47.213Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-04-13T21:39:47.778Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33222026-04-13T21:39:49.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.29s
33232026-04-13T21:39:49.999Z
33242026-04-13T21:39:49.999Zinfo: running `cargo check --bins` on gateway-api (133/271)
33252026-04-13T21:39:50.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-04-13T21:39:50.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-04-13T21:39:50.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-04-13T21:39:50.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-04-13T21:39:50.599Z
33302026-04-13T21:39:50.599Zinfo: running `cargo check --bins` on ipcc (134/271)
33312026-04-13T21:39:51.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-04-13T21:39:51.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-04-13T21:39:51.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-04-13T21:39:51.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-04-13T21:39:51.191Z
33362026-04-13T21:39:51.191Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/271)
33372026-04-13T21:39:51.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-04-13T21:39:51.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-04-13T21:39:51.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-04-13T21:39:51.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33412026-04-13T21:39:51.769Z
33422026-04-13T21:39:51.769Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/271)
33432026-04-13T21:39:52.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-04-13T21:39:52.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-04-13T21:39:52.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-04-13T21:39:52.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-04-13T21:39:52.369Z
33482026-04-13T21:39:52.369Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/271)
33492026-04-13T21:39:52.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-04-13T21:39:52.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-04-13T21:39:52.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-04-13T21:39:52.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-04-13T21:39:52.969Z
33542026-04-13T21:39:52.969Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/271)
33552026-04-13T21:39:53.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-04-13T21:39:53.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-04-13T21:39:53.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-04-13T21:39:53.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-04-13T21:39:53.571Z
33602026-04-13T21:39:53.571Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/271)
33612026-04-13T21:39:54.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-04-13T21:39:54.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-04-13T21:39:54.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-04-13T21:39:54.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-04-13T21:39:54.173Z
33662026-04-13T21:39:54.173Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/271)
33672026-04-13T21:39:54.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-04-13T21:39:54.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-04-13T21:39:54.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-04-13T21:39:54.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-04-13T21:39:54.776Z
33722026-04-13T21:39:54.776Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/271)
33732026-04-13T21:39:55.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-04-13T21:39:55.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-04-13T21:39:55.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-04-13T21:39:55.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-04-13T21:39:55.378Z
33782026-04-13T21:39:55.378Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/271)
33792026-04-13T21:39:55.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-04-13T21:39:55.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-04-13T21:39:55.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-04-13T21:39:55.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-04-13T21:39:55.976Z
33842026-04-13T21:39:55.976Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/271)
33852026-04-13T21:39:56.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-04-13T21:39:56.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-04-13T21:39:56.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-04-13T21:39:56.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-04-13T21:39:56.577Z
33902026-04-13T21:39:56.577Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/271)
33912026-04-13T21:39:57.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-04-13T21:39:57.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-04-13T21:39:57.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-04-13T21:39:57.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-04-13T21:39:57.179Z
33962026-04-13T21:39:57.179Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/271)
33972026-04-13T21:39:57.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-04-13T21:39:57.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-04-13T21:39:57.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-04-13T21:39:57.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-04-13T21:39:57.784Z
34022026-04-13T21:39:57.784Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/271)
34032026-04-13T21:39:58.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-04-13T21:39:58.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-04-13T21:39:58.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-04-13T21:39:58.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-04-13T21:39:58.386Z
34082026-04-13T21:39:58.386Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/271)
34092026-04-13T21:39:58.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-04-13T21:39:58.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-04-13T21:39:58.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-04-13T21:39:58.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-04-13T21:39:58.988Z
34142026-04-13T21:39:58.989Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/271)
34152026-04-13T21:39:59.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-04-13T21:39:59.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-04-13T21:39:59.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-04-13T21:39:59.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-04-13T21:39:59.587Z
34202026-04-13T21:39:59.587Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/271)
34212026-04-13T21:40:00.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-04-13T21:40:00.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-04-13T21:40:00.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-04-13T21:40:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-04-13T21:40:00.188Z
34262026-04-13T21:40:00.188Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/271)
34272026-04-13T21:40:00.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-04-13T21:40:00.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-04-13T21:40:00.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-04-13T21:40:00.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-04-13T21:40:00.783Z
34322026-04-13T21:40:00.783Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/271)
34332026-04-13T21:40:01.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-04-13T21:40:01.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-04-13T21:40:01.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-04-13T21:40:01.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-04-13T21:40:01.389Z
34382026-04-13T21:40:01.389Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/271)
34392026-04-13T21:40:01.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-04-13T21:40:01.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-04-13T21:40:01.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-04-13T21:40:01.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-04-13T21:40:01.989Z
34442026-04-13T21:40:01.989Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/271)
34452026-04-13T21:40:02.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-04-13T21:40:02.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-04-13T21:40:02.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-04-13T21:40:02.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34492026-04-13T21:40:02.589Z
34502026-04-13T21:40:02.589Zinfo: running `cargo check --bins` on oximeter-producer (154/271)
34512026-04-13T21:40:03.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-04-13T21:40:03.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-04-13T21:40:03.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-04-13T21:40:03.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34552026-04-13T21:40:03.229Z
34562026-04-13T21:40:03.229Zinfo: running `cargo check --bins` on internal-dns-resolver (155/271)
34572026-04-13T21:40:03.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-04-13T21:40:03.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-04-13T21:40:03.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-04-13T21:40:03.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34612026-04-13T21:40:03.835Z
34622026-04-13T21:40:03.835Zinfo: running `cargo check --bins` on dns-server (156/271)
34632026-04-13T21:40:04.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-04-13T21:40:04.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-04-13T21:40:04.484Z Compiling parking_lot_core v0.8.6
34662026-04-13T21:40:04.484Z Compiling git-stub v1.0.0
34672026-04-13T21:40:04.484Z Compiling atomicwrites v0.4.4
34682026-04-13T21:40:04.487Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34692026-04-13T21:40:04.603Z Checking prefix-trie v0.7.0
34702026-04-13T21:40:04.713Z Compiling git-stub-vcs v0.1.0
34712026-04-13T21:40:04.905Z Checking hickory-server v0.25.2
34722026-04-13T21:40:04.986Z Checking parking_lot v0.11.2
34732026-04-13T21:40:04.989Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34742026-04-13T21:40:05.067Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34752026-04-13T21:40:05.067Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34762026-04-13T21:40:05.161Z Checking sled v0.34.7
34772026-04-13T21:40:07.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34782026-04-13T21:40:07.213Z
34792026-04-13T21:40:07.213Zinfo: running `cargo check --bins` on dns-server-api (157/271)
34802026-04-13T21:40:07.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-13T21:40:07.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-13T21:40:07.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-04-13T21:40:07.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-04-13T21:40:07.811Z
34852026-04-13T21:40:07.811Zinfo: running `cargo check --bins` on sp-sim (158/271)
34862026-04-13T21:40:08.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-13T21:40:08.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-13T21:40:08.531Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-04-13T21:40:10.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
34902026-04-13T21:40:10.461Z
34912026-04-13T21:40:10.461Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (159/271)
34922026-04-13T21:40:11.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-13T21:40:11.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-13T21:40:11.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-13T21:40:11.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-04-13T21:40:11.121Z
34972026-04-13T21:40:11.121Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/271)
34982026-04-13T21:40:11.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-13T21:40:11.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-13T21:40:11.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-13T21:40:11.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35022026-04-13T21:40:11.777Z
35032026-04-13T21:40:11.778Zinfo: running `cargo check --bins` on db-macros (161/271)
35042026-04-13T21:40:12.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-13T21:40:12.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-13T21:40:12.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-13T21:40:12.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-04-13T21:40:12.366Z
35092026-04-13T21:40:12.366Zinfo: running `cargo check --bins` on nexus-macros-common (162/271)
35102026-04-13T21:40:12.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-13T21:40:12.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-13T21:40:12.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-04-13T21:40:12.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-04-13T21:40:12.952Z
35152026-04-13T21:40:12.952Zinfo: running `cargo check --bins` on nexus-auth (163/271)
35162026-04-13T21:40:13.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-13T21:40:13.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-13T21:40:13.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-04-13T21:40:13.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-04-13T21:40:13.604Z
35212026-04-13T21:40:13.604Zinfo: running `cargo check --bins` on authz-macros (164/271)
35222026-04-13T21:40:14.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-13T21:40:14.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-13T21:40:14.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-04-13T21:40:14.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-04-13T21:40:14.188Z
35272026-04-13T21:40:14.188Zinfo: running `cargo check --bins` on nexus-db-fixed-data (165/271)
35282026-04-13T21:40:14.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-13T21:40:14.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-13T21:40:14.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-13T21:40:14.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-04-13T21:40:14.823Z
35332026-04-13T21:40:14.823Zinfo: running `cargo check --bins` on nexus-db-model (166/271)
35342026-04-13T21:40:15.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-13T21:40:15.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-13T21:40:15.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-13T21:40:15.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-04-13T21:40:15.470Z
35392026-04-13T21:40:15.470Zinfo: running `cargo check --bins` on nexus-db-schema (167/271)
35402026-04-13T21:40:15.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-13T21:40:15.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-13T21:40:15.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-13T21:40:15.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-04-13T21:40:16.056Z
35452026-04-13T21:40:16.056Zinfo: running `cargo check --bins` on omicron-rpaths (168/271)
35462026-04-13T21:40:16.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-13T21:40:16.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-13T21:40:16.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-13T21:40:16.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-04-13T21:40:16.640Z
35512026-04-13T21:40:16.640Zinfo: running `cargo check --bins` on nexus-defaults (169/271)
35522026-04-13T21:40:17.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-13T21:40:17.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-13T21:40:17.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-13T21:40:17.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-04-13T21:40:17.235Z
35572026-04-13T21:40:17.235Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (170/271)
35582026-04-13T21:40:17.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-13T21:40:17.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-13T21:40:17.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-13T21:40:17.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-04-13T21:40:17.825Z
35632026-04-13T21:40:17.825Zinfo: running `cargo check --bins` on parallel-task-set (171/271)
35642026-04-13T21:40:18.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-13T21:40:18.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-13T21:40:18.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-13T21:40:18.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-04-13T21:40:18.409Z
35692026-04-13T21:40:18.409Zinfo: running `cargo check --bins` on nexus-db-errors (172/271)
35702026-04-13T21:40:18.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-13T21:40:18.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-13T21:40:18.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-13T21:40:18.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-04-13T21:40:19.060Z
35752026-04-13T21:40:19.060Zinfo: running `cargo check --bins` on nexus-db-lookup (173/271)
35762026-04-13T21:40:19.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-13T21:40:19.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-13T21:40:19.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-13T21:40:19.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-04-13T21:40:19.710Z
35812026-04-13T21:40:19.710Zinfo: running `cargo check --bins` on nexus-inventory (174/271)
35822026-04-13T21:40:20.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-13T21:40:20.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-13T21:40:20.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-13T21:40:20.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35862026-04-13T21:40:20.352Z
35872026-04-13T21:40:20.352Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/271)
35882026-04-13T21:40:20.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-13T21:40:20.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-13T21:40:20.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-13T21:40:20.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35922026-04-13T21:40:20.972Z
35932026-04-13T21:40:20.972Zinfo: running `cargo check --bins --no-default-features` on sled-storage (176/271)
35942026-04-13T21:40:21.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-13T21:40:21.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-13T21:40:21.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-13T21:40:21.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-04-13T21:40:21.584Z
35992026-04-13T21:40:21.584Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/271)
36002026-04-13T21:40:22.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-13T21:40:22.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-13T21:40:22.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-13T21:40:22.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-04-13T21:40:22.197Z
36052026-04-13T21:40:22.197Zinfo: running `cargo check --bins` on key-manager (178/271)
36062026-04-13T21:40:22.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-13T21:40:22.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-13T21:40:22.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-13T21:40:22.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36102026-04-13T21:40:22.794Z
36112026-04-13T21:40:22.794Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (179/271)
36122026-04-13T21:40:23.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-13T21:40:23.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-13T21:40:23.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-04-13T21:40:23.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-04-13T21:40:23.414Z
36172026-04-13T21:40:23.414Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/271)
36182026-04-13T21:40:23.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-04-13T21:40:23.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-04-13T21:40:23.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-04-13T21:40:23.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36222026-04-13T21:40:24.030Z
36232026-04-13T21:40:24.030Zinfo: running `cargo check --bins` on typed-rng (181/271)
36242026-04-13T21:40:24.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-04-13T21:40:24.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-04-13T21:40:24.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-04-13T21:40:24.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-04-13T21:40:24.613Z
36292026-04-13T21:40:24.613Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/271)
36302026-04-13T21:40:25.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-04-13T21:40:25.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-04-13T21:40:25.454Z Compiling typify-impl v0.4.3
36332026-04-13T21:40:25.455Z Compiling libefi-sys v0.1.0
36342026-04-13T21:40:25.457Z Compiling bitfield-struct v0.6.2
36352026-04-13T21:40:25.602Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-04-13T21:40:25.611Z Compiling xshell-macros v0.2.7
36372026-04-13T21:40:25.625Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-04-13T21:40:25.652Z Compiling salty v0.3.0
36392026-04-13T21:40:25.709Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-04-13T21:40:25.838Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-04-13T21:40:25.938Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-04-13T21:40:25.972Z Checking xshell v0.2.7
36432026-04-13T21:40:25.993Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36442026-04-13T21:40:26.158Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-04-13T21:40:26.193Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-04-13T21:40:26.215Z Checking primeorder v0.13.6
36472026-04-13T21:40:26.324Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36482026-04-13T21:40:26.363Z Compiling proc-macro-error-attr2 v2.0.0
36492026-04-13T21:40:26.423Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-04-13T21:40:26.447Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36512026-04-13T21:40:26.468Z Checking tungstenite v0.21.0
36522026-04-13T21:40:26.657Z Checking p384 v0.13.1
36532026-04-13T21:40:26.671Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36542026-04-13T21:40:26.750Z Compiling proc-macro-error2 v2.0.1
36552026-04-13T21:40:26.813Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36562026-04-13T21:40:26.903Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36572026-04-13T21:40:27.065Z Compiling num-derive v0.3.3
36582026-04-13T21:40:27.081Z Compiling unicase v2.9.0
36592026-04-13T21:40:27.228Z Checking compression-core v0.4.31
36602026-04-13T21:40:27.286Z Compiling mime_guess v2.0.5
36612026-04-13T21:40:27.361Z Checking compression-codecs v0.4.37
36622026-04-13T21:40:27.456Z Compiling tabled_derive v0.11.0
36632026-04-13T21:40:27.522Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36642026-04-13T21:40:27.540Z Checking tokio-tungstenite v0.21.0
36652026-04-13T21:40:27.816Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-04-13T21:40:27.940Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-04-13T21:40:27.955Z Checking libscf-sys v1.1.0
36682026-04-13T21:40:28.089Z Checking papergrid v0.17.0
36692026-04-13T21:40:28.204Z Checking testing_table v0.3.0
36702026-04-13T21:40:28.220Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36712026-04-13T21:40:28.300Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36722026-04-13T21:40:28.465Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36732026-04-13T21:40:28.598Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36742026-04-13T21:40:28.673Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36752026-04-13T21:40:28.810Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-04-13T21:40:28.825Z Checking toml_datetime v1.0.0+spec-1.1.0
36772026-04-13T21:40:28.860Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36782026-04-13T21:40:28.876Z Compiling dropshot v0.17.0
36792026-04-13T21:40:29.000Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36802026-04-13T21:40:29.022Z Checking corncobs v0.1.4
36812026-04-13T21:40:29.105Z Checking toml v1.0.6+spec-1.1.0
36822026-04-13T21:40:29.126Z Checking tabled v0.20.0
36832026-04-13T21:40:29.149Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36842026-04-13T21:40:29.238Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36852026-04-13T21:40:29.238Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-04-13T21:40:29.346Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-04-13T21:40:29.374Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36882026-04-13T21:40:29.441Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36892026-04-13T21:40:29.638Z Checking async-compression v0.4.41
36902026-04-13T21:40:29.653Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36912026-04-13T21:40:29.704Z Checking progenitor-client v0.11.2
36922026-04-13T21:40:29.888Z Compiling dropshot_endpoint v0.17.0
36932026-04-13T21:40:29.926Z Checking secrecy v0.8.0
36942026-04-13T21:40:29.942Z Checking filetime v0.2.27
36952026-04-13T21:40:30.034Z Compiling typify-macro v0.4.3
36962026-04-13T21:40:30.052Z Checking xattr v1.6.1
36972026-04-13T21:40:30.077Z Checking http-range v0.1.5
36982026-04-13T21:40:30.104Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36992026-04-13T21:40:30.180Z Checking tar v0.4.45
37002026-04-13T21:40:30.573Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37012026-04-13T21:40:30.766Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37022026-04-13T21:40:30.795Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37032026-04-13T21:40:31.188Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37042026-04-13T21:40:31.207Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37052026-04-13T21:40:31.249Z Checking atty v0.2.14
37062026-04-13T21:40:31.350Z Checking crc8 v0.1.1
37072026-04-13T21:40:31.461Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37082026-04-13T21:40:31.660Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37092026-04-13T21:40:31.723Z Compiling typify v0.4.3
37102026-04-13T21:40:31.835Z Compiling progenitor-impl v0.11.2
37112026-04-13T21:40:31.852Z Compiling progenitor-impl v0.10.0
37122026-04-13T21:40:32.272Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-04-13T21:40:32.341Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-04-13T21:40:32.357Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37152026-04-13T21:40:32.590Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-04-13T21:40:32.773Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37172026-04-13T21:40:32.789Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37182026-04-13T21:40:32.837Z Checking hyper-staticfile v0.10.1
37192026-04-13T21:40:33.056Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37202026-04-13T21:40:33.123Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37212026-04-13T21:40:33.196Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37222026-04-13T21:40:33.278Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-04-13T21:40:33.375Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-04-13T21:40:33.473Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37252026-04-13T21:40:33.489Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-04-13T21:40:33.633Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-04-13T21:40:33.905Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37282026-04-13T21:40:34.191Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37292026-04-13T21:40:34.311Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37302026-04-13T21:40:34.416Z Compiling progenitor-macro v0.10.0
37312026-04-13T21:40:34.468Z Compiling progenitor-macro v0.11.2
37322026-04-13T21:40:34.507Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37332026-04-13T21:40:34.823Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37342026-04-13T21:40:37.373Z Checking progenitor v0.10.0
37352026-04-13T21:40:37.436Z Checking progenitor v0.11.2
37362026-04-13T21:40:37.511Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37372026-04-13T21:40:37.567Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-04-13T21:40:42.264Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-04-13T21:40:53.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.51s
37402026-04-13T21:40:53.341Z
37412026-04-13T21:40:53.341Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/271)
37422026-04-13T21:40:53.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-04-13T21:40:53.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-04-13T21:40:54.124Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-04-13T21:41:05.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37462026-04-13T21:41:05.349Z
37472026-04-13T21:41:05.349Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/271)
37482026-04-13T21:41:05.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-04-13T21:41:05.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-04-13T21:41:06.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-04-13T21:41:17.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37522026-04-13T21:41:17.336Z
37532026-04-13T21:41:17.336Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/271)
37542026-04-13T21:41:17.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-04-13T21:41:17.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-04-13T21:41:18.126Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-04-13T21:41:29.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37582026-04-13T21:41:29.336Z
37592026-04-13T21:41:29.336Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/271)
37602026-04-13T21:41:29.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-04-13T21:41:29.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-04-13T21:41:31.121Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-04-13T21:41:41.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37642026-04-13T21:41:41.308Z
37652026-04-13T21:41:41.308Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/271)
37662026-04-13T21:41:41.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-04-13T21:41:41.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-04-13T21:41:42.086Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-04-13T21:41:53.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37702026-04-13T21:41:53.340Z
37712026-04-13T21:41:53.340Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/271)
37722026-04-13T21:41:53.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-04-13T21:41:53.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-04-13T21:41:54.119Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-04-13T21:42:05.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37762026-04-13T21:42:05.343Z
37772026-04-13T21:42:05.343Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/271)
37782026-04-13T21:42:05.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-04-13T21:42:05.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-04-13T21:42:06.114Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-04-13T21:42:17.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37822026-04-13T21:42:17.355Z
37832026-04-13T21:42:17.355Zinfo: running `cargo check --bins` on bootstrap-agent-api (190/271)
37842026-04-13T21:42:17.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-04-13T21:42:17.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-04-13T21:42:17.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-04-13T21:42:17.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-04-13T21:42:17.964Z
37892026-04-13T21:42:17.964Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (191/271)
37902026-04-13T21:42:18.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-04-13T21:42:18.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-04-13T21:42:18.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-04-13T21:42:18.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-04-13T21:42:18.567Z
37952026-04-13T21:42:18.567Zinfo: running `cargo check --bins` on range-requests (192/271)
37962026-04-13T21:42:19.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-04-13T21:42:19.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-04-13T21:42:19.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-04-13T21:42:19.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38002026-04-13T21:42:19.157Z
38012026-04-13T21:42:19.157Zinfo: running `cargo check --bins` on repo-depot-api (193/271)
38022026-04-13T21:42:19.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-04-13T21:42:19.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-04-13T21:42:19.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-04-13T21:42:19.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-04-13T21:42:19.754Z
38072026-04-13T21:42:19.754Zinfo: running `cargo check --bins` on sled-agent-api (194/271)
38082026-04-13T21:42:20.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-04-13T21:42:20.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-04-13T21:42:20.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-04-13T21:42:20.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-04-13T21:42:20.375Z
38132026-04-13T21:42:20.375Zinfo: running `cargo check --bins` on sled-diagnostics (195/271)
38142026-04-13T21:42:20.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-04-13T21:42:20.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-04-13T21:42:20.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-04-13T21:42:20.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-04-13T21:42:20.995Z
38192026-04-13T21:42:20.995Zinfo: running `cargo check --bins` on zfs-test-harness (196/271)
38202026-04-13T21:42:21.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-04-13T21:42:21.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-04-13T21:42:21.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-04-13T21:42:21.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38242026-04-13T21:42:21.608Z
38252026-04-13T21:42:21.608Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (197/271)
38262026-04-13T21:42:22.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-04-13T21:42:22.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-04-13T21:42:22.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-04-13T21:42:22.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-04-13T21:42:22.231Z
38312026-04-13T21:42:22.231Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (198/271)
38322026-04-13T21:42:22.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-04-13T21:42:22.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-04-13T21:42:22.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-04-13T21:42:22.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-04-13T21:42:22.854Z
38372026-04-13T21:42:22.854Zinfo: running `cargo check --bins` on sled-agent-health-monitor (199/271)
38382026-04-13T21:42:23.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-04-13T21:42:23.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-04-13T21:42:23.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-04-13T21:42:23.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38422026-04-13T21:42:23.468Z
38432026-04-13T21:42:23.468Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (200/271)
38442026-04-13T21:42:23.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-04-13T21:42:23.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-04-13T21:42:23.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-04-13T21:42:23.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-04-13T21:42:24.092Z
38492026-04-13T21:42:24.092Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (201/271)
38502026-04-13T21:42:24.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-04-13T21:42:24.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-04-13T21:42:24.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-04-13T21:42:24.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-04-13T21:42:24.713Z
38552026-04-13T21:42:24.713Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (202/271)
38562026-04-13T21:42:25.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-04-13T21:42:25.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-04-13T21:42:25.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-04-13T21:42:25.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-04-13T21:42:25.336Z
38612026-04-13T21:42:25.336Zinfo: running `cargo check --bins` on transient-dns-server (203/271)
38622026-04-13T21:42:25.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-04-13T21:42:25.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-04-13T21:42:25.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-04-13T21:42:25.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38662026-04-13T21:42:25.945Z
38672026-04-13T21:42:25.945Zinfo: running `cargo check --bins` on trust-quorum (204/271)
38682026-04-13T21:42:26.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-04-13T21:42:26.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-04-13T21:42:26.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-04-13T21:42:26.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-04-13T21:42:26.569Z
38732026-04-13T21:42:26.569Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (205/271)
38742026-04-13T21:42:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-04-13T21:42:27.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-04-13T21:42:27.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-04-13T21:42:27.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-04-13T21:42:27.206Z
38792026-04-13T21:42:27.206Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (206/271)
38802026-04-13T21:42:27.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-04-13T21:42:27.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-04-13T21:42:27.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-04-13T21:42:27.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38842026-04-13T21:42:27.858Z
38852026-04-13T21:42:27.858Zinfo: running `cargo check --bins` on update-common (207/271)
38862026-04-13T21:42:28.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-04-13T21:42:28.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-04-13T21:42:28.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-04-13T21:42:28.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38902026-04-13T21:42:28.472Z
38912026-04-13T21:42:28.472Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (208/271)
38922026-04-13T21:42:29.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-04-13T21:42:29.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-04-13T21:42:29.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-04-13T21:42:29.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38962026-04-13T21:42:29.126Z
38972026-04-13T21:42:29.126Zinfo: running `cargo check --bins` on reconfigurator-cli (209/271)
38982026-04-13T21:42:29.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-04-13T21:42:29.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-04-13T21:42:29.892Z Compiling fs-err v2.11.0
39012026-04-13T21:42:29.895Z Checking ignore v0.4.25
39022026-04-13T21:42:29.895Z Checking arc-swap v1.8.2
39032026-04-13T21:42:29.895Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39042026-04-13T21:42:30.027Z Checking predicates-tree v1.0.13
39052026-04-13T21:42:30.034Z Checking parse-size v1.1.0
39062026-04-13T21:42:30.055Z Checking rand_seeder v0.4.0
39072026-04-13T21:42:30.058Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39082026-04-13T21:42:30.130Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39092026-04-13T21:42:30.151Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39102026-04-13T21:42:30.195Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39112026-04-13T21:42:30.227Z Checking slog-scope v4.4.1
39122026-04-13T21:42:30.323Z Compiling petname v2.0.2
39132026-04-13T21:42:30.349Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-04-13T21:42:30.388Z Checking slog-stdlog v4.1.1
39152026-04-13T21:42:30.402Z Checking globwalk v0.9.1
39162026-04-13T21:42:30.442Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39172026-04-13T21:42:30.504Z Checking slog-envlogger v2.2.0
39182026-04-13T21:42:30.581Z Checking camino-tempfile-ext v0.3.3
39192026-04-13T21:42:30.597Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39202026-04-13T21:42:30.651Z Checking sapling-renderdag v0.1.0
39212026-04-13T21:42:30.759Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39222026-04-13T21:42:30.773Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39232026-04-13T21:42:30.887Z Checking subprocess v0.2.15
39242026-04-13T21:42:30.927Z Checking sync-ptr v0.1.4
39252026-04-13T21:42:30.974Z Checking colored v2.2.0
39262026-04-13T21:42:31.016Z Checking assert_matches v1.5.0
39272026-04-13T21:42:31.143Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39282026-04-13T21:42:31.158Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39292026-04-13T21:42:31.251Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39302026-04-13T21:42:31.253Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39312026-04-13T21:42:31.838Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39322026-04-13T21:42:33.108Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39332026-04-13T21:42:35.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
39342026-04-13T21:42:35.450Z
39352026-04-13T21:42:35.450Zinfo: running `cargo check --bins` on omicron-repl-utils (210/271)
39362026-04-13T21:42:35.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-04-13T21:42:35.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-04-13T21:42:35.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-04-13T21:42:35.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39402026-04-13T21:42:36.029Z
39412026-04-13T21:42:36.029Zinfo: running `cargo check --bins` on nexus-test-interface (211/271)
39422026-04-13T21:42:36.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-04-13T21:42:36.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-04-13T21:42:36.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-04-13T21:42:36.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39462026-04-13T21:42:36.676Z
39472026-04-13T21:42:36.676Zinfo: running `cargo check --bins` on oximeter-collector (212/271)
39482026-04-13T21:42:37.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-04-13T21:42:37.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-04-13T21:42:37.396Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39512026-04-13T21:42:37.396Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39522026-04-13T21:42:38.033Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39532026-04-13T21:42:39.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
39542026-04-13T21:42:39.750Z
39552026-04-13T21:42:39.750Zinfo: running `cargo check --bins` on oximeter-api (213/271)
39562026-04-13T21:42:40.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-04-13T21:42:40.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-04-13T21:42:40.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-04-13T21:42:40.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39602026-04-13T21:42:40.343Z
39612026-04-13T21:42:40.343Zinfo: running `cargo check --bins` on cert-dev (214/271)
39622026-04-13T21:42:40.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-04-13T21:42:40.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-04-13T21:42:40.943Z Checking yasna v0.5.2
39652026-04-13T21:42:41.343Z Checking rcgen v0.12.1
39662026-04-13T21:42:41.593Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39672026-04-13T21:42:41.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39682026-04-13T21:42:41.954Z
39692026-04-13T21:42:41.954Zinfo: running `cargo check --bins` on clickana (215/271)
39702026-04-13T21:42:42.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-04-13T21:42:42.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-04-13T21:42:42.598Z Compiling darling_core v0.23.0
39732026-04-13T21:42:42.601Z Compiling instability v0.3.11
39742026-04-13T21:42:42.713Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39752026-04-13T21:42:42.713Z Checking castaway v0.2.4
39762026-04-13T21:42:42.716Z Compiling indoc v2.0.7
39772026-04-13T21:42:42.732Z Checking unicode-truncate v1.1.0
39782026-04-13T21:42:42.742Z Checking lru v0.12.5
39792026-04-13T21:42:42.742Z Checking cassowary v0.3.0
39802026-04-13T21:42:42.808Z Checking compact_str v0.8.1
39812026-04-13T21:42:43.645Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39822026-04-13T21:42:43.823Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39832026-04-13T21:42:44.104Z Compiling darling_macro v0.23.0
39842026-04-13T21:42:44.511Z Compiling darling v0.23.0
39852026-04-13T21:42:45.098Z Checking ratatui v0.29.0
39862026-04-13T21:42:46.143Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39872026-04-13T21:42:46.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
39882026-04-13T21:42:46.983Z
39892026-04-13T21:42:46.983Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (216/271)
39902026-04-13T21:42:47.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-04-13T21:42:47.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-04-13T21:42:47.693Z Checking headers-core v0.3.0
39932026-04-13T21:42:47.696Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39942026-04-13T21:42:47.885Z Checking headers v0.4.1
39952026-04-13T21:42:48.254Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39962026-04-13T21:42:49.085Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39972026-04-13T21:42:49.577Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39982026-04-13T21:42:49.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
39992026-04-13T21:42:50.173Z
40002026-04-13T21:42:50.173Zinfo: running `cargo check --bins` on ch-dev (217/271)
40012026-04-13T21:42:50.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-13T21:42:50.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-13T21:42:50.889Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40042026-04-13T21:42:51.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40052026-04-13T21:42:51.807Z
40062026-04-13T21:42:51.807Zinfo: running `cargo check --bins` on dev-tools-common (218/271)
40072026-04-13T21:42:52.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-04-13T21:42:52.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-04-13T21:42:52.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-04-13T21:42:52.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40112026-04-13T21:42:52.276Z
40122026-04-13T21:42:52.276Zinfo: running `cargo check --bins` on crdb-seed (219/271)
40132026-04-13T21:42:52.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-04-13T21:42:52.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-04-13T21:42:52.991Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40162026-04-13T21:42:53.949Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40172026-04-13T21:42:54.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
40182026-04-13T21:42:54.463Z
40192026-04-13T21:42:54.464Zinfo: running `cargo check --bins` on db-dev (220/271)
40202026-04-13T21:42:55.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-04-13T21:42:55.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-04-13T21:42:55.181Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40232026-04-13T21:42:55.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40242026-04-13T21:42:56.106Z
40252026-04-13T21:42:56.106Zinfo: running `cargo check --bins` on omicron-dev-lib (221/271)
40262026-04-13T21:42:56.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-04-13T21:42:56.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-04-13T21:42:56.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-04-13T21:42:56.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40302026-04-13T21:42:56.747Z
40312026-04-13T21:42:56.748Zinfo: running `cargo check --bins` on xtask-downloader (222/271)
40322026-04-13T21:42:57.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-04-13T21:42:57.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-04-13T21:42:57.354Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40352026-04-13T21:42:58.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
40362026-04-13T21:42:58.185Z
40372026-04-13T21:42:58.185Zinfo: running `cargo check --bins` on omicron-dropshot-apis (223/271)
40382026-04-13T21:42:58.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-04-13T21:42:58.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-04-13T21:42:58.932Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40412026-04-13T21:42:58.932Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40422026-04-13T21:42:58.935Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40432026-04-13T21:42:58.935Z Checking git-stub v1.0.0
40442026-04-13T21:42:58.935Z Compiling trait-variant v0.1.2
40452026-04-13T21:42:59.050Z Checking is_ci v1.2.0
40462026-04-13T21:42:59.066Z Checking maplit v1.0.2
40472026-04-13T21:42:59.094Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40482026-04-13T21:42:59.158Z Checking supports-color v3.0.2
40492026-04-13T21:42:59.158Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40502026-04-13T21:42:59.182Z Checking git-stub-vcs v0.1.0
40512026-04-13T21:42:59.277Z Checking drift v0.1.3
40522026-04-13T21:42:59.290Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40532026-04-13T21:42:59.340Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40542026-04-13T21:42:59.370Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40552026-04-13T21:42:59.533Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40562026-04-13T21:42:59.562Z Checking dropshot-api-manager v0.6.0
40572026-04-13T21:42:59.577Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40582026-04-13T21:42:59.618Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40592026-04-13T21:42:59.784Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40602026-04-13T21:42:59.797Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40612026-04-13T21:43:00.011Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40622026-04-13T21:43:00.336Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40632026-04-13T21:43:05.238Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40642026-04-13T21:43:06.216Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40652026-04-13T21:43:06.749Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40662026-04-13T21:43:07.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s
40672026-04-13T21:43:07.359Z
40682026-04-13T21:43:07.359Zinfo: running `cargo check --bins` on installinator-api (224/271)
40692026-04-13T21:43:07.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-04-13T21:43:07.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-04-13T21:43:07.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-04-13T21:43:07.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40732026-04-13T21:43:07.961Z
40742026-04-13T21:43:07.961Zinfo: running `cargo check --bins` on nexus-external-api (225/271)
40752026-04-13T21:43:08.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-04-13T21:43:08.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-04-13T21:43:08.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-04-13T21:43:08.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40792026-04-13T21:43:08.608Z
40802026-04-13T21:43:08.608Zinfo: running `cargo check --bins` on nexus-internal-api (226/271)
40812026-04-13T21:43:09.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-04-13T21:43:09.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-04-13T21:43:09.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-04-13T21:43:09.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40852026-04-13T21:43:09.253Z
40862026-04-13T21:43:09.253Zinfo: running `cargo check --bins` on nexus-lockstep-api (227/271)
40872026-04-13T21:43:09.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-04-13T21:43:09.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-04-13T21:43:09.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-04-13T21:43:09.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40912026-04-13T21:43:09.883Z
40922026-04-13T21:43:09.884Zinfo: running `cargo check --bins` on ntp-admin-api (228/271)
40932026-04-13T21:43:10.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-04-13T21:43:10.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-04-13T21:43:10.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-04-13T21:43:10.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40972026-04-13T21:43:10.484Z
40982026-04-13T21:43:10.484Zinfo: running `cargo check --bins` on ntp-admin-types-versions (229/271)
40992026-04-13T21:43:10.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-04-13T21:43:10.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-04-13T21:43:10.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-04-13T21:43:10.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41032026-04-13T21:43:11.073Z
41042026-04-13T21:43:11.073Zinfo: running `cargo check --bins` on wicketd-api (230/271)
41052026-04-13T21:43:11.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-04-13T21:43:11.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-04-13T21:43:11.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-04-13T21:43:11.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41092026-04-13T21:43:11.680Z
41102026-04-13T21:43:11.680Zinfo: running `cargo check --bins` on omicron-ls-apis (231/271)
41112026-04-13T21:43:12.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-04-13T21:43:12.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-04-13T21:43:12.283Z Checking typeid v1.0.3
41142026-04-13T21:43:12.395Z Checking ordered-float v2.10.1
41152026-04-13T21:43:12.415Z Checking unicode-xid v0.2.6
41162026-04-13T21:43:12.434Z Checking cargo-platform v0.2.0
41172026-04-13T21:43:12.459Z Checking erased-serde v0.4.9
41182026-04-13T21:43:12.593Z Checking serde-value v0.7.0
41192026-04-13T21:43:12.763Z Checking serde-untagged v0.1.9
41202026-04-13T21:43:12.914Z Checking cargo-util-schemas v0.8.2
41212026-04-13T21:43:13.589Z Checking cargo_metadata v0.21.0
41222026-04-13T21:43:14.183Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41232026-04-13T21:43:14.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41242026-04-13T21:43:15.045Z
41252026-04-13T21:43:15.045Zinfo: running `cargo check --bins` on mgs-dev (232/271)
41262026-04-13T21:43:15.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-04-13T21:43:15.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-04-13T21:43:15.775Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41292026-04-13T21:43:16.377Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41302026-04-13T21:43:16.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
41312026-04-13T21:43:17.066Z
41322026-04-13T21:43:17.066Zinfo: running `cargo check --bins` on omicron-omdb (233/271)
41332026-04-13T21:43:17.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-04-13T21:43:17.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-04-13T21:43:17.927Z Compiling vergen-gitcl v1.0.8
41362026-04-13T21:43:17.927Z Compiling dirs-sys-next v0.1.2
41372026-04-13T21:43:17.927Z Compiling diesel_derives v2.3.7
41382026-04-13T21:43:17.927Z Compiling crunchy v0.2.4
41392026-04-13T21:43:17.931Z Compiling glob v0.3.3
41402026-04-13T21:43:17.931Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-04-13T21:43:17.931Z Compiling dsl_auto_type v0.2.0
41422026-04-13T21:43:17.931Z Checking scheduled-thread-pool v0.2.7
41432026-04-13T21:43:18.196Z Compiling diesel_table_macro_syntax v0.3.0
41442026-04-13T21:43:18.328Z Compiling dirs-next v2.0.0
41452026-04-13T21:43:18.343Z Compiling tiny-keccak v2.0.2
41462026-04-13T21:43:18.401Z Checking r2d2 v0.8.10
41472026-04-13T21:43:18.417Z Compiling clang-sys v1.8.1
41482026-04-13T21:43:18.433Z Compiling term v0.7.0
41492026-04-13T21:43:18.447Z Checking downcast-rs v2.0.2
41502026-04-13T21:43:18.541Z Compiling bit-vec v0.6.3
41512026-04-13T21:43:18.573Z Compiling itertools v0.10.5
41522026-04-13T21:43:18.753Z Compiling bit-set v0.5.3
41532026-04-13T21:43:18.788Z Compiling ascii-canvas v3.0.0
41542026-04-13T21:43:18.906Z Compiling ena v0.14.4
41552026-04-13T21:43:18.944Z Compiling libloading v0.8.9
41562026-04-13T21:43:18.956Z Compiling bindgen v0.71.1
41572026-04-13T21:43:19.013Z Compiling diff v0.1.13
41582026-04-13T21:43:19.034Z Compiling regex-syntax v0.6.29
41592026-04-13T21:43:19.109Z Compiling cexpr v0.6.0
41602026-04-13T21:43:19.271Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41612026-04-13T21:43:19.444Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41622026-04-13T21:43:19.485Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41632026-04-13T21:43:19.597Z Compiling libxml v0.3.3
41642026-04-13T21:43:19.638Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41652026-04-13T21:43:19.784Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41662026-04-13T21:43:19.844Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41672026-04-13T21:43:19.953Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41682026-04-13T21:43:20.030Z Compiling strum_macros v0.24.3
41692026-04-13T21:43:20.103Z Compiling indoc v1.0.9
41702026-04-13T21:43:20.534Z Compiling lalrpop v0.19.12
41712026-04-13T21:43:21.032Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41722026-04-13T21:43:21.154Z Checking derive_builder v0.20.2
41732026-04-13T21:43:21.218Z Compiling oso-derive v0.27.3
41742026-04-13T21:43:21.271Z Checking quick-xml v0.37.5
41752026-04-13T21:43:21.340Z Compiling impl-trait-for-tuples v0.2.3
41762026-04-13T21:43:21.697Z Checking openssl-probe v0.1.6
41772026-04-13T21:43:21.836Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41782026-04-13T21:43:22.151Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41792026-04-13T21:43:22.342Z Checking bb8 v0.8.6
41802026-04-13T21:43:22.590Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41812026-04-13T21:43:22.624Z Checking nonempty v0.12.0
41822026-04-13T21:43:22.795Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41832026-04-13T21:43:22.815Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41842026-04-13T21:43:22.832Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41852026-04-13T21:43:22.866Z Checking console v0.16.2
41862026-04-13T21:43:23.000Z Checking unit-prefix v0.5.2
41872026-04-13T21:43:23.037Z Checking support-bundle-viewer v0.1.2
41882026-04-13T21:43:23.134Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41892026-04-13T21:43:23.166Z Checking indicatif v0.18.4
41902026-04-13T21:43:23.280Z Checking multimap v0.10.1
41912026-04-13T21:43:23.901Z Checking diesel v2.3.7
41922026-04-13T21:43:25.588Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41932026-04-13T21:43:26.212Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41942026-04-13T21:43:26.270Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41952026-04-13T21:43:27.219Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41962026-04-13T21:43:27.814Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41972026-04-13T21:43:27.933Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-04-13T21:43:28.271Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41992026-04-13T21:43:28.655Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42002026-04-13T21:43:30.650Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42012026-04-13T21:43:35.649Z Compiling samael v0.0.19
42022026-04-13T21:43:39.340Z Checking async-bb8-diesel v0.2.1
42032026-04-13T21:43:39.715Z Checking diesel-dtrace v0.5.0
42042026-04-13T21:43:40.655Z Compiling polar-core v0.27.3
42052026-04-13T21:43:45.025Z Checking oso v0.27.3
42062026-04-13T21:44:20.892Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42072026-04-13T21:44:53.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42082026-04-13T21:44:53.841Z
42092026-04-13T21:44:53.841Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (234/271)
42102026-04-13T21:44:54.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-04-13T21:44:54.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-04-13T21:44:54.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-04-13T21:44:54.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42142026-04-13T21:44:54.500Z
42152026-04-13T21:44:54.500Zinfo: running `cargo check --bins` on nexus-saga-recovery (235/271)
42162026-04-13T21:44:55.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-04-13T21:44:55.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-04-13T21:44:55.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-04-13T21:44:55.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42202026-04-13T21:44:55.150Z
42212026-04-13T21:44:55.150Zinfo: running `cargo check --bins` on nexus-test-utils-macros (236/271)
42222026-04-13T21:44:55.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-04-13T21:44:55.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-04-13T21:44:55.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-04-13T21:44:55.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42262026-04-13T21:44:55.737Z
42272026-04-13T21:44:55.737Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (237/271)
42282026-04-13T21:44:56.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-04-13T21:44:56.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-04-13T21:44:56.599Z Compiling libz-sys v1.1.24
42312026-04-13T21:44:56.730Z Compiling libgit2-sys v0.18.3+1.9.2
42322026-04-13T21:44:56.740Z Compiling vergen-git2 v1.0.7
42332026-04-13T21:44:56.749Z Compiling rustls v0.21.12
42342026-04-13T21:44:56.758Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42352026-04-13T21:44:56.771Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42362026-04-13T21:44:56.777Z Checking rustls-webpki v0.101.7
42372026-04-13T21:44:56.778Z Checking sct v0.7.1
42382026-04-13T21:44:56.924Z Compiling nix v0.29.0
42392026-04-13T21:44:56.957Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42402026-04-13T21:44:57.029Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42412026-04-13T21:44:57.039Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42422026-04-13T21:44:57.124Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42432026-04-13T21:44:57.273Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42442026-04-13T21:44:57.286Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42452026-04-13T21:44:57.324Z Checking rustls-pemfile v1.0.4
42462026-04-13T21:44:57.463Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42472026-04-13T21:44:57.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42482026-04-13T21:44:57.662Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42492026-04-13T21:44:57.792Z Checking twox-hash v2.1.2
42502026-04-13T21:44:57.859Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42512026-04-13T21:44:58.372Z Checking tokio-rustls v0.24.1
42522026-04-13T21:44:58.396Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42532026-04-13T21:44:58.490Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42542026-04-13T21:44:58.563Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42552026-04-13T21:44:58.650Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42562026-04-13T21:44:59.049Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42572026-04-13T21:44:59.142Z Checking fatfs v0.3.6
42582026-04-13T21:44:59.191Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42592026-04-13T21:44:59.288Z Compiling seq-macro v0.3.6
42602026-04-13T21:45:03.301Z Compiling git2 v0.20.4
42612026-04-13T21:45:03.369Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42622026-04-13T21:45:03.492Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42632026-04-13T21:45:05.517Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-04-13T21:45:51.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.09s
42652026-04-13T21:45:52.052Z
42662026-04-13T21:45:52.052Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (238/271)
42672026-04-13T21:45:52.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-04-13T21:45:52.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-04-13T21:45:52.928Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-04-13T21:46:31.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.78s
42712026-04-13T21:46:32.051Z
42722026-04-13T21:46:32.051Zinfo: running `cargo check --bins` on nexus-background-task-interface (239/271)
42732026-04-13T21:46:32.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-04-13T21:46:32.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-04-13T21:46:32.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-04-13T21:46:32.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42772026-04-13T21:46:32.640Z
42782026-04-13T21:46:32.640Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (240/271)
42792026-04-13T21:46:33.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-04-13T21:46:33.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-04-13T21:46:33.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-04-13T21:46:33.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42832026-04-13T21:46:33.272Z
42842026-04-13T21:46:33.272Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (241/271)
42852026-04-13T21:46:33.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-04-13T21:46:33.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-04-13T21:46:33.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-04-13T21:46:33.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42892026-04-13T21:46:33.928Z
42902026-04-13T21:46:33.928Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (242/271)
42912026-04-13T21:46:34.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-04-13T21:46:34.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-04-13T21:46:34.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-04-13T21:46:34.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42952026-04-13T21:46:34.577Z
42962026-04-13T21:46:34.577Zinfo: running `cargo check --bins` on nexus-mgs-updates (243/271)
42972026-04-13T21:46:35.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-04-13T21:46:35.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-04-13T21:46:35.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-04-13T21:46:35.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43012026-04-13T21:46:35.222Z
43022026-04-13T21:46:35.222Zinfo: running `cargo check --bins` on nexus-networking (244/271)
43032026-04-13T21:46:35.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-04-13T21:46:35.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-04-13T21:46:35.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-04-13T21:46:35.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43072026-04-13T21:46:35.871Z
43082026-04-13T21:46:35.871Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (245/271)
43092026-04-13T21:46:36.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-04-13T21:46:36.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-04-13T21:46:36.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-04-13T21:46:36.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43132026-04-13T21:46:36.524Z
43142026-04-13T21:46:36.524Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (246/271)
43152026-04-13T21:46:37.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-04-13T21:46:37.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-04-13T21:46:37.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-04-13T21:46:37.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43192026-04-13T21:46:37.178Z
43202026-04-13T21:46:37.178Zinfo: running `cargo check --bins` on omicron-dev (247/271)
43212026-04-13T21:46:37.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-04-13T21:46:37.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-04-13T21:46:38.059Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43242026-04-13T21:46:38.059Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43252026-04-13T21:46:38.242Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43262026-04-13T21:46:38.278Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43272026-04-13T21:46:38.294Z Checking yansi v1.0.1
43282026-04-13T21:46:38.297Z Checking diff v0.1.13
43292026-04-13T21:46:38.297Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43302026-04-13T21:46:38.337Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43312026-04-13T21:46:38.377Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43322026-04-13T21:46:38.533Z Checking pretty_assertions v1.4.1
43332026-04-13T21:46:39.176Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43342026-04-13T21:47:02.456Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-04-13T21:47:02.459Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-04-13T21:47:02.459Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-04-13T21:47:02.459Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43382026-04-13T21:47:02.459Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43392026-04-13T21:47:02.459Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43402026-04-13T21:47:03.172Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43412026-04-13T21:47:04.245Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-04-13T21:47:42.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43432026-04-13T21:47:43.024Z
43442026-04-13T21:47:43.024Zinfo: running `cargo check --bins` on omicron-pins (248/271)
43452026-04-13T21:47:43.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-04-13T21:47:43.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-04-13T21:47:43.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43482026-04-13T21:47:43.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43492026-04-13T21:47:43.614Z
43502026-04-13T21:47:43.614Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (249/271)
43512026-04-13T21:47:44.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-04-13T21:47:44.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-04-13T21:47:44.383Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43542026-04-13T21:47:44.502Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43552026-04-13T21:47:44.505Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43562026-04-13T21:48:09.797Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43572026-04-13T21:48:10.171Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43582026-04-13T21:48:11.850Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43592026-04-13T21:48:12.293Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43602026-04-13T21:48:15.208Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43612026-04-13T21:48:37.393Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43622026-04-13T21:48:38.012Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-04-13T21:48:39.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.97s
43642026-04-13T21:48:39.807Z
43652026-04-13T21:48:39.807Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (250/271)
43662026-04-13T21:48:40.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-04-13T21:48:40.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-04-13T21:48:40.517Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43692026-04-13T21:48:41.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43702026-04-13T21:48:41.393Z
43712026-04-13T21:48:41.393Zinfo: running `cargo check --bins` on omicron-releng (251/271)
43722026-04-13T21:48:41.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-04-13T21:48:41.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-04-13T21:48:42.039Z Compiling blake3 v1.8.3
43752026-04-13T21:48:42.148Z Checking arrayvec v0.7.6
43762026-04-13T21:48:42.150Z Checking constant_time_eq v0.4.2
43772026-04-13T21:48:42.151Z Checking arrayref v0.3.9
43782026-04-13T21:48:42.168Z Checking topological-sort v0.2.2
43792026-04-13T21:48:42.171Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43802026-04-13T21:48:42.171Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43812026-04-13T21:48:42.171Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43822026-04-13T21:48:42.210Z Checking shell-words v1.1.1
43832026-04-13T21:48:42.922Z Checking omicron-zone-package v0.12.2
43842026-04-13T21:48:43.631Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43852026-04-13T21:48:44.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43862026-04-13T21:48:44.662Z
43872026-04-13T21:48:44.662Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (252/271)
43882026-04-13T21:48:45.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-04-13T21:48:45.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-04-13T21:48:45.304Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43912026-04-13T21:48:45.618Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43922026-04-13T21:48:46.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43932026-04-13T21:48:46.186Z
43942026-04-13T21:48:46.186Zinfo: running `cargo check --bins` on schema (253/271)
43952026-04-13T21:48:46.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-04-13T21:48:46.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-04-13T21:48:46.901Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43982026-04-13T21:48:47.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43992026-04-13T21:48:47.792Z
44002026-04-13T21:48:47.792Zinfo: running `cargo check --bins` on xtask (254/271)
44012026-04-13T21:48:48.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-04-13T21:48:48.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-04-13T21:48:48.243Z Checking libc v0.2.180
44042026-04-13T21:48:48.246Z Checking serde v1.0.228
44052026-04-13T21:48:48.324Z Checking zerofrom v0.1.6
44062026-04-13T21:48:48.333Z Checking bitflags v2.11.0
44072026-04-13T21:48:48.339Z Checking smallvec v1.15.1
44082026-04-13T21:48:48.339Z Checking hashbrown v0.16.1
44092026-04-13T21:48:48.354Z Checking serde_json v1.0.149
44102026-04-13T21:48:48.357Z Checking scroll v0.12.0
44112026-04-13T21:48:48.427Z Checking yoke v0.8.1
44122026-04-13T21:48:48.473Z Checking num-traits v0.2.19
44132026-04-13T21:48:48.514Z Checking thiserror v1.0.69
44142026-04-13T21:48:48.590Z Checking zerovec v0.11.5
44152026-04-13T21:48:48.590Z Checking zerotrie v0.2.3
44162026-04-13T21:48:48.610Z Checking percent-encoding v2.3.2
44172026-04-13T21:48:48.613Z Checking errno v0.3.14
44182026-04-13T21:48:48.707Z Checking toml_datetime v0.6.11
44192026-04-13T21:48:48.735Z Checking rustix v1.1.3
44202026-04-13T21:48:48.747Z Checking serde_spanned v0.6.9
44212026-04-13T21:48:48.775Z Checking indexmap v2.13.0
44222026-04-13T21:48:48.836Z Checking log v0.4.29
44232026-04-13T21:48:48.867Z Checking zerocopy v0.7.35
44242026-04-13T21:48:48.884Z Checking form_urlencoded v1.2.2
44252026-04-13T21:48:48.943Z Checking getrandom v0.3.4
44262026-04-13T21:48:48.981Z Checking goblin v0.8.2
44272026-04-13T21:48:48.994Z Checking ordered-float v2.10.1
44282026-04-13T21:48:49.007Z Checking thiserror v2.0.18
44292026-04-13T21:48:49.018Z Checking tinystr v0.8.2
44302026-04-13T21:48:49.072Z Checking potential_utf v0.1.4
44312026-04-13T21:48:49.102Z Checking syn v2.0.117
44322026-04-13T21:48:49.189Z Checking icu_locale_core v2.1.1
44332026-04-13T21:48:49.200Z Checking icu_collections v2.1.1
44342026-04-13T21:48:49.211Z Checking serde-value v0.7.0
44352026-04-13T21:48:49.312Z Checking toml_edit v0.22.27
44362026-04-13T21:48:49.348Z Checking dtrace-parser v0.2.0
44372026-04-13T21:48:49.413Z Checking thread-id v4.2.2
44382026-04-13T21:48:49.494Z Checking once_cell v1.21.3
44392026-04-13T21:48:49.509Z Checking cargo-platform v0.2.0
44402026-04-13T21:48:49.541Z Checking terminal_size v0.4.3
44412026-04-13T21:48:49.575Z Checking memmap v0.7.0
44422026-04-13T21:48:49.650Z Checking clap_builder v4.5.60
44432026-04-13T21:48:49.685Z Checking tempfile v3.25.0
44442026-04-13T21:48:49.699Z Checking textwrap v0.16.2
44452026-04-13T21:48:49.701Z Checking fs-err v3.3.0
44462026-04-13T21:48:49.739Z Checking icu_provider v2.1.1
44472026-04-13T21:48:49.873Z Checking camino-tempfile v1.4.1
44482026-04-13T21:48:49.883Z Checking tabled v0.15.0
44492026-04-13T21:48:49.898Z Checking anyhow v1.0.102
44502026-04-13T21:48:49.978Z Checking icu_properties v2.1.2
44512026-04-13T21:48:50.024Z Checking icu_normalizer v2.1.1
44522026-04-13T21:48:50.091Z Checking macaddr v1.0.1
44532026-04-13T21:48:50.267Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44542026-04-13T21:48:50.401Z Checking toml v0.8.23
44552026-04-13T21:48:50.708Z Checking cargo_toml v0.21.0
44562026-04-13T21:48:50.776Z Checking idna_adapter v1.2.1
44572026-04-13T21:48:50.830Z Checking clap v4.5.60
44582026-04-13T21:48:50.841Z Checking dof v0.3.0
44592026-04-13T21:48:50.889Z Checking idna v1.1.0
44602026-04-13T21:48:51.096Z Checking usdt-impl v0.5.0
44612026-04-13T21:48:51.107Z Checking url v2.5.8
44622026-04-13T21:48:51.347Z Checking usdt v0.5.0
44632026-04-13T21:48:51.438Z Checking cargo-util-schemas v0.8.2
44642026-04-13T21:48:52.125Z Checking cargo_metadata v0.21.0
44652026-04-13T21:48:52.729Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44662026-04-13T21:48:53.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
44672026-04-13T21:48:53.259Z
44682026-04-13T21:48:53.259Zinfo: running `cargo check --bins` on dnsadm (255/271)
44692026-04-13T21:48:53.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-04-13T21:48:53.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-04-13T21:48:53.884Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44722026-04-13T21:48:54.353Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44732026-04-13T21:48:54.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44742026-04-13T21:48:54.920Z
44752026-04-13T21:48:54.920Zinfo: running `cargo check --bins` on end-to-end-tests (256/271)
44762026-04-13T21:48:55.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-04-13T21:48:55.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-04-13T21:48:55.703Z Checking polyval v0.6.2
44792026-04-13T21:48:55.826Z Checking ctr v0.9.2
44802026-04-13T21:48:55.837Z Checking ssh-encoding v0.2.0
44812026-04-13T21:48:55.837Z Checking blowfish v0.9.1
44822026-04-13T21:48:55.857Z Checking password-hash v0.4.2
44832026-04-13T21:48:55.874Z Checking p256 v0.13.2
44842026-04-13T21:48:55.877Z Checking p521 v0.13.3
44852026-04-13T21:48:55.902Z Checking russh-cryptovec v0.7.3
44862026-04-13T21:48:55.965Z Checking ghash v0.5.1
44872026-04-13T21:48:55.981Z Checking bcrypt-pbkdf v0.10.0
44882026-04-13T21:48:55.984Z Checking md5 v0.7.0
44892026-04-13T21:48:56.009Z Checking num-bigint v0.4.6
44902026-04-13T21:48:56.059Z Checking des v0.8.1
44912026-04-13T21:48:56.076Z Checking pbkdf2 v0.11.0
44922026-04-13T21:48:56.091Z Checking aes-gcm v0.10.3
44932026-04-13T21:48:56.130Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44942026-04-13T21:48:56.186Z Checking hex-literal v0.4.1
44952026-04-13T21:48:56.201Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44962026-04-13T21:48:56.215Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44972026-04-13T21:48:56.233Z Checking internet-checksum v0.2.1
44982026-04-13T21:48:56.236Z Checking ssh-cipher v0.2.0
44992026-04-13T21:48:56.405Z Checking ssh-key v0.6.7
45002026-04-13T21:48:56.476Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45012026-04-13T21:48:57.031Z Checking russh-keys v0.45.0
45022026-04-13T21:48:57.573Z Checking russh v0.45.0
45032026-04-13T21:49:12.582Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45042026-04-13T21:49:13.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
45052026-04-13T21:49:13.966Z
45062026-04-13T21:49:13.966Zinfo: running `cargo check --bins` on gateway-cli (257/271)
45072026-04-13T21:49:14.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-04-13T21:49:14.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-04-13T21:49:14.602Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45102026-04-13T21:49:14.710Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45112026-04-13T21:49:14.718Z Checking termios v0.3.3
45122026-04-13T21:49:15.894Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45132026-04-13T21:49:16.040Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45142026-04-13T21:49:17.841Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45152026-04-13T21:49:18.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45162026-04-13T21:49:18.575Z
45172026-04-13T21:49:18.575Zinfo: running `cargo check --bins --no-default-features` on installinator (258/271)
45182026-04-13T21:49:19.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-04-13T21:49:19.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-04-13T21:49:19.271Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45212026-04-13T21:49:19.274Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45222026-04-13T21:49:19.392Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45232026-04-13T21:49:19.392Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45242026-04-13T21:49:19.406Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45252026-04-13T21:49:19.409Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45262026-04-13T21:49:20.112Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45272026-04-13T21:49:20.467Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45282026-04-13T21:49:20.469Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45292026-04-13T21:49:21.103Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45302026-04-13T21:49:22.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45312026-04-13T21:49:22.897Z
45322026-04-13T21:49:22.898Zinfo: running `cargo check --bins` on internal-dns-cli (259/271)
45332026-04-13T21:49:23.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-04-13T21:49:23.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-04-13T21:49:23.521Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45362026-04-13T21:49:23.967Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45372026-04-13T21:49:24.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45382026-04-13T21:49:24.474Z
45392026-04-13T21:49:24.474Zinfo: running `cargo check --bins` on omicron-live-tests (260/271)
45402026-04-13T21:49:24.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-04-13T21:49:24.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-04-13T21:49:24.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-04-13T21:49:24.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45442026-04-13T21:49:25.060Z
45452026-04-13T21:49:25.060Zinfo: running `cargo check --bins` on live-tests-macros (261/271)
45462026-04-13T21:49:25.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-04-13T21:49:25.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-04-13T21:49:25.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-04-13T21:49:25.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45502026-04-13T21:49:25.643Z
45512026-04-13T21:49:25.643Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (262/271)
45522026-04-13T21:49:26.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-13T21:49:26.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-13T21:49:26.381Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45552026-04-13T21:49:26.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45562026-04-13T21:49:27.155Z
45572026-04-13T21:49:27.155Zinfo: running `cargo check --bins` on omicron-ntp-admin (263/271)
45582026-04-13T21:49:27.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-04-13T21:49:27.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-04-13T21:49:27.794Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45612026-04-13T21:49:27.797Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45622026-04-13T21:49:28.041Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45632026-04-13T21:49:28.041Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45642026-04-13T21:49:28.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
45652026-04-13T21:49:29.006Z
45662026-04-13T21:49:29.006Zinfo: running `cargo check --bins` on ntp-admin-types (264/271)
45672026-04-13T21:49:29.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-04-13T21:49:29.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-04-13T21:49:29.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-04-13T21:49:29.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45712026-04-13T21:49:29.586Z
45722026-04-13T21:49:29.586Zinfo: running `cargo check --bins` on omicron-package (265/271)
45732026-04-13T21:49:30.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-04-13T21:49:30.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-04-13T21:49:30.257Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45762026-04-13T21:49:31.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45772026-04-13T21:49:31.512Z
45782026-04-13T21:49:31.512Zinfo: running `cargo check --bins` on tqdb (266/271)
45792026-04-13T21:49:32.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-04-13T21:49:32.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-04-13T21:49:32.280Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45822026-04-13T21:49:32.628Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45832026-04-13T21:49:33.139Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45842026-04-13T21:49:33.142Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45852026-04-13T21:49:38.292Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45862026-04-13T21:49:38.822Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45872026-04-13T21:49:38.825Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45882026-04-13T21:49:38.825Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45892026-04-13T21:49:38.825Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45902026-04-13T21:49:38.825Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45912026-04-13T21:49:39.571Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45922026-04-13T21:49:40.522Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45932026-04-13T21:49:41.285Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45942026-04-13T21:49:41.890Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45952026-04-13T21:49:46.333Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45962026-04-13T21:49:52.513Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45972026-04-13T21:49:52.516Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45982026-04-13T21:49:52.516Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45992026-04-13T21:49:52.516Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46002026-04-13T21:49:53.937Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46012026-04-13T21:49:55.248Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46022026-04-13T21:49:55.904Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46032026-04-13T21:49:57.144Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46042026-04-13T21:49:57.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.15s
46052026-04-13T21:49:57.880Z
46062026-04-13T21:49:57.880Zinfo: running `cargo check --bins` on wicket-dbg (267/271)
46072026-04-13T21:49:58.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-04-13T21:49:58.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-04-13T21:49:58.577Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46102026-04-13T21:49:58.577Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-04-13T21:49:58.577Z Checking rtoolbox v0.0.3
46122026-04-13T21:49:58.580Z Checking tui-tree-widget v0.23.1
46132026-04-13T21:49:58.794Z Checking rpassword v7.4.0
46142026-04-13T21:49:59.720Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46152026-04-13T21:50:02.762Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46162026-04-13T21:50:04.508Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46172026-04-13T21:50:05.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.47s
46182026-04-13T21:50:05.559Z
46192026-04-13T21:50:05.559Zinfo: running `cargo check --bins` on wicket (268/271)
46202026-04-13T21:50:06.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-04-13T21:50:06.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-04-13T21:50:06.240Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46232026-04-13T21:50:06.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
46242026-04-13T21:50:06.781Z
46252026-04-13T21:50:06.781Zinfo: running `cargo check --bins` on wicketd (269/271)
46262026-04-13T21:50:07.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-13T21:50:07.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-13T21:50:07.495Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46292026-04-13T21:50:07.498Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46302026-04-13T21:50:07.498Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46312026-04-13T21:50:07.498Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46322026-04-13T21:50:08.497Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46332026-04-13T21:50:09.049Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46342026-04-13T21:50:11.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
46352026-04-13T21:50:12.156Z
46362026-04-13T21:50:12.157Zinfo: running `cargo check --bins` on omicron-workspace-hack (270/271)
46372026-04-13T21:50:12.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-04-13T21:50:12.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-04-13T21:50:12.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46402026-04-13T21:50:12.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46412026-04-13T21:50:12.734Z
46422026-04-13T21:50:12.734Zinfo: running `cargo check --bins` on zone-setup (271/271)
46432026-04-13T21:50:13.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-04-13T21:50:13.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-04-13T21:50:13.388Z Checking uzers v0.12.2
46462026-04-13T21:50:13.655Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46472026-04-13T21:50:14.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46482026-04-13T21:50:14.597Z
46492026-04-13T21:50:14.600Zreal 13:57.593233253
46502026-04-13T21:50:14.600Zuser 20:14.300714969
46512026-04-13T21:50:14.600Zsys 4:09.671820626
46522026-04-13T21:50:14.600Ztrap 0.317297364
46532026-04-13T21:50:14.600Ztflt 0.340819751
46542026-04-13T21:50:14.600Zdflt 0.840447760
46552026-04-13T21:50:14.600Zkflt 0.000789483
46562026-04-13T21:50:14.600Zlock 1:15:45.198490307
46572026-04-13T21:50:14.600Zslp 1:36:43.702690678
46582026-04-13T21:50:14.600Zlat 58.734648339
46592026-04-13T21:50:14.600Zstop 3:35.321542982
46602026-04-13T21:50:14.600Zprocess exited: duration 1020987 ms, exit code 0
 
46612026-04-13T21:50:14.607Zfound 0 output files