01KP77J1VC1VXHHSNDTG1B7829: 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: 01KP77JHN1HA14CAJMMKM4WV0B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T00:10:54.022Zjob assigned to worker 01KP77JQJ55ATMGJCSBW7PGFQG [factory aws, i-0fb62e7eb625fe3d7] (queued for 48 s)
 
22026-04-15T00:11:00.937Zstarting task 0: "setup"
32026-04-15T00:11:00.941Z++ uname -s
42026-04-15T00:11:00.946Z+ kern=SunOS
52026-04-15T00:11:00.946Z+ build_user=build
62026-04-15T00:11:00.946Z+ build_uid=12345
72026-04-15T00:11:00.946Z+ work_dir=/work
82026-04-15T00:11:00.946Z+ input_dir=/input
92026-04-15T00:11:00.946Z+ [[ 0 == 12345 ]]
102026-04-15T00:11:00.946Z+ case "$kern" in
112026-04-15T00:11:00.946Z+ groupadd -g 12345 build
122026-04-15T00:11:00.946Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T00:11:03.034Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T00:11:03.059Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T00:11:03.059Z+ home_fs=zfs
162026-04-15T00:11:03.059Z+ [[ zfs == autofs ]]
172026-04-15T00:11:03.059Z+ mkdir -p /home/build
182026-04-15T00:11:03.059Z+ chown build:build /home/build /work
192026-04-15T00:11:05.029Z+ chmod 0700 /home/build /work
202026-04-15T00:11:05.047Zprocess exited: duration 4081 ms, exit code 0
 
212026-04-15T00:11:05.087Zstarting task 1: "rust-toolchain"
222026-04-15T00:11:05.116Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-15T00:11:05.116Z * rust toolchain channel = "1.94.0"
242026-04-15T00:11:05.116Z * rust toolchain profile = "default"
252026-04-15T00:11:05.116Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-15T00:11:05.116Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-15T00:11:05.116Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-15T00:11:05.116Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T00:11:05.116Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-15T00:11:05.196Zinfo: downloading installer
312026-04-15T00:11:06.633Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T00:11:06.633Zwarn: /opt/ooce/bin
332026-04-15T00:11:06.633Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T00:11:06.633Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T00:11:06.633Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T00:11:06.633Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T00:11:06.634Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T00:11:06.634Zerror: cannot install while Rust is installed
392026-04-15T00:11:06.634Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T00:11:06.634Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T00:11:06.634Zwarn: /home/build/.rustup/settings.toml
422026-04-15T00:11:06.634Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T00:11:06.634Zwarn: instead of the one inferred from the default host triple.
442026-04-15T00:11:06.677Zinfo: profile set to default
452026-04-15T00:11:06.677Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T00:11:06.687Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-15T00:11:06.799Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-15T00:11:06.811Zinfo: downloading 6 components
492026-04-15T00:11:21.513Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-15T00:11:21.513Z
512026-04-15T00:11:21.540Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-15T00:11:21.540Z
532026-04-15T00:11:21.544Z
542026-04-15T00:11:21.544ZRust is installed now. Great!
552026-04-15T00:11:21.544Z
562026-04-15T00:11:21.544ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T00:11:21.544Zenvironment variable. This has not been done automatically.
582026-04-15T00:11:21.544Z
592026-04-15T00:11:21.544ZTo configure your current shell, you need to source
602026-04-15T00:11:21.544Zthe corresponding env file under $HOME/.cargo.
612026-04-15T00:11:21.544Z
622026-04-15T00:11:21.545ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T00:11:21.545Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T00:11:21.545Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T00:11:21.545Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T00:11:21.545Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T00:11:21.545Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T00:11:21.545Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T00:11:21.545Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T00:11:21.545Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T00:11:21.633Z+ rustup --version
722026-04-15T00:11:21.642Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T00:11:21.645Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T00:11:21.664Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-15T00:11:21.667Z+ cargo --version
762026-04-15T00:11:21.680Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-15T00:11:21.683Z+ rustc --version
782026-04-15T00:11:21.702Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-15T00:11:21.705Zprocess exited: duration 16620 ms, exit code 0
 
802026-04-15T00:11:21.712Zstarting task 2: "authentication"
812026-04-15T00:11:21.729Zprocess exited: duration 16 ms, exit code 0
 
822026-04-15T00:11:21.735Zstarting task 3: "clone repository"
832026-04-15T00:11:21.739Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-15T00:11:21.742Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-15T00:11:21.775ZCloning into '/work/oxidecomputer/omicron'...
862026-04-15T00:11:32.280Z+ cd /work/oxidecomputer/omicron
872026-04-15T00:11:32.280Z+ git fetch origin c661f55daddb1632d248f761268397ef20f6680b
882026-04-15T00:11:32.569ZFrom https://github.com/oxidecomputer/omicron
892026-04-15T00:11:32.569Z * branch c661f55daddb1632d248f761268397ef20f6680b -> FETCH_HEAD
902026-04-15T00:11:32.579Z+ [[ -n adamlouis/rackupdate-status ]]
912026-04-15T00:11:32.585Z++ git branch --show-current
922026-04-15T00:11:32.585Z+ current=main
932026-04-15T00:11:32.585Z+ [[ main != adamlouis/rackupdate-status ]]
942026-04-15T00:11:32.585Z+ git branch -f adamlouis/rackupdate-status c661f55daddb1632d248f761268397ef20f6680b
952026-04-15T00:11:32.588Z+ git checkout -f adamlouis/rackupdate-status
962026-04-15T00:11:32.814ZSwitched to branch 'adamlouis/rackupdate-status'
972026-04-15T00:11:32.818Z+ git reset --hard c661f55daddb1632d248f761268397ef20f6680b
982026-04-15T00:11:33.051ZHEAD is now at c661f55da format
992026-04-15T00:11:33.054Zprocess exited: duration 11315 ms, exit code 0
 
1002026-04-15T00:11:33.064Zstarting task 4: "build"
1012026-04-15T00:11:33.068Z+ source .github/buildomat/ci-env.sh
1022026-04-15T00:11:33.068Z++ export CARGO_TERM_COLOR=always
1032026-04-15T00:11:33.068Z++ CARGO_TERM_COLOR=always
1042026-04-15T00:11:33.071Z+ cargo --version
1052026-04-15T00:11:33.078Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-15T00:11:33.081Z+ rustc --version
1072026-04-15T00:11:33.101Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-15T00:11:33.104Z+ source ./env.sh
1092026-04-15T00:11:33.104Z++ OLD_SHELL_OPTS=ehxB
1102026-04-15T00:11:33.104Z++ set -o xtrace
1112026-04-15T00:11:33.107Z++++ dirname ./env.sh
1122026-04-15T00:11:33.107Z+++ readlink -f .
1132026-04-15T00:11:33.115Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-15T00:11:33.115Z++ 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-15T00:11:33.117Z++ 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-15T00:11:33.120Z++ 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-15T00:11:33.120Z++ 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-15T00:11:33.120Z++ 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-15T00:11:33.120Z++ 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-15T00:11:33.120Z++ 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-15T00:11:33.120Z++ 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-15T00:11:33.120Z++ case $OLD_SHELL_OPTS in
1232026-04-15T00:11:33.120Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-15T00:11:33.120Z+ 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-15T00:11:33.120Z+ 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-15T00:11:33.120Z+ banner prerequisites
1272026-04-15T00:11:33.120Z
1282026-04-15T00:11:33.120Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-15T00:11:33.121Z # # # # # # # # # # # # # # #
1302026-04-15T00:11:33.121Z # # # # ##### # # ##### # # # # # #### #
1312026-04-15T00:11:33.121Z ##### ##### # ##### # # # # # # # # #
1322026-04-15T00:11:33.121Z # # # # # # # # # # # # # # #
1332026-04-15T00:11:33.121Z # # # ###### # # ###### ### # #### # #### #
1342026-04-15T00:11:33.121Z
1352026-04-15T00:11:33.121Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-15T00:11:41.817Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-15T00:11:48.885Z Startup: Caching catalogs ... Done
1382026-04-15T00:11:54.062ZPlanning: Solver setup ... Done (3.826s)
1392026-04-15T00:11:54.089ZPlanning: Running solver ... Done (0.028s)
1402026-04-15T00:11:54.218ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-15T00:11:54.228ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-15T00:11:54.622ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-15T00:11:54.654ZPlanning: Package planning ... Done (0.032s)
1442026-04-15T00:11:54.683ZPlanning: Merging actions ... Done (0.028s)
1452026-04-15T00:11:54.861ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-04-15T00:11:54.868ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-15T00:11:55.644ZPlanning: Evaluating mediators ... Done (0.775s)
1482026-04-15T00:11:55.650ZPlanning: Planning completed in 6.60 seconds
1492026-04-15T00:11:55.660Z Packages to install: 4
1502026-04-15T00:11:55.664Z Mediators to change: 2
1512026-04-15T00:11:55.664Z Services to change: 1
1522026-04-15T00:11:55.664Z Estimated space available: 155.34 GB
1532026-04-15T00:11:55.664ZEstimated space to be consumed: 1.85 GB
1542026-04-15T00:11:55.664Z Create boot environment: No
1552026-04-15T00:11:55.664ZCreate backup boot environment: No
1562026-04-15T00:11:55.665Z Rebuild boot archive: No
1572026-04-15T00:11:55.665Z
1582026-04-15T00:11:55.665ZChanged mediators:
1592026-04-15T00:11:55.665Z mediator clang:
1602026-04-15T00:11:55.665Z version: None -> 15 (system default)
1612026-04-15T00:11:55.665Z
1622026-04-15T00:11:55.665Z mediator llvm:
1632026-04-15T00:11:55.665Z version: 14 (system default) -> 15 (system default)
1642026-04-15T00:11:55.665Z
1652026-04-15T00:11:55.665ZChanged packages:
1662026-04-15T00:11:55.665Zhelios-dev
1672026-04-15T00:11:55.665Z developer/build-essential
1682026-04-15T00:11:55.665Z None -> 11-2.0
1692026-04-15T00:11:55.665Z library/libxmlsec1
1702026-04-15T00:11:55.665Z None -> 1.2.35-2.0
1712026-04-15T00:11:55.665Z ooce/developer/clang-15
1722026-04-15T00:11:55.665Z None -> 15.0.7-2.0
1732026-04-15T00:11:55.666Z ooce/developer/llvm-15
1742026-04-15T00:11:55.666Z None -> 15.0.7-2.0
1752026-04-15T00:11:55.666Z
1762026-04-15T00:11:55.666ZServices:
1772026-04-15T00:11:55.666Z restart_fmri:
1782026-04-15T00:11:55.666Z svc:/system/update-man-index:default
1792026-04-15T00:11:55.703Z
1802026-04-15T00:11:55.703ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-15T00:12:00.859ZDownload: 2220/3290 items 118.5/212.6MB 55% complete (25.9M/s)
1822026-04-15T00:12:04.221ZDownload: Completed 212.60 MB in 8.52 seconds (25.0M/s)
1832026-04-15T00:12:04.574Z Actions: 1/3689 actions (Installing new actions)
1842026-04-15T00:12:07.810Z Actions: Completed 3689 actions in 3.24 seconds.
1852026-04-15T00:12:08.109Z Done (0.294s)
1862026-04-15T00:12:08.110Z Done (0.000s)
1872026-04-15T00:12:08.822Z Done (0.715s)
1882026-04-15T00:12:12.041Z Done (2.747s)
1892026-04-15T00:12:12.123Z Done (0.011s)
1902026-04-15T00:12:12.126Z Done (0.000s)
1912026-04-15T00:12:12.495Z Done (0.000s)
1922026-04-15T00:12:13.344ZPlanning: Evaluating mediator changes ... Done
1932026-04-15T00:12:13.472ZPlanning: Checking for conflicting actions ... Done
1942026-04-15T00:12:13.485ZPlanning: Consolidating action changes ... Done
1952026-04-15T00:12:13.626ZPlanning: Evaluating mediators ... Done
1962026-04-15T00:12:13.636ZPlanning: Planning completed in 0.28 seconds
1972026-04-15T00:12:13.647Z Mediators to change: 2
1982026-04-15T00:12:13.647Z Create boot environment: No
1992026-04-15T00:12:13.647ZCreate backup boot environment: No
2002026-04-15T00:12:13.697Z Done
2012026-04-15T00:12:13.697Z Done
2022026-04-15T00:12:14.302Z Done
2032026-04-15T00:12:16.861Z Done
2042026-04-15T00:12:16.934Z Done
2052026-04-15T00:12:16.937Z Done
2062026-04-15T00:12:17.104Z Done
2072026-04-15T00:12:17.507ZPlanning: Evaluating mediator changes ... Done
2082026-04-15T00:12:17.511ZPlanning: Merging actions ... Done
2092026-04-15T00:12:17.649ZPlanning: Checking for conflicting actions ... Done
2102026-04-15T00:12:17.653ZPlanning: Consolidating action changes ... Done
2112026-04-15T00:12:17.788ZPlanning: Evaluating mediators ... Done
2122026-04-15T00:12:17.817ZPlanning: Planning completed in 0.45 seconds
2132026-04-15T00:12:17.838Z Packages to change: 1
2142026-04-15T00:12:17.839Z Mediators to change: 1
2152026-04-15T00:12:17.843Z Services to change: 1
2162026-04-15T00:12:17.843Z Create boot environment: No
2172026-04-15T00:12:17.843ZCreate backup boot environment: Yes
2182026-04-15T00:12:19.778Z Actions: 1/6 actions (Updating modified actions)
2192026-04-15T00:12:19.781Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-15T00:12:19.781Z Done
2212026-04-15T00:12:19.781Z Done
2222026-04-15T00:12:19.919Z Done
2232026-04-15T00:12:22.580Z Done
2242026-04-15T00:12:22.655Z Done
2252026-04-15T00:12:22.659Z Done
2262026-04-15T00:12:22.776Z Done
2272026-04-15T00:12:23.064ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-15T00:12:23.064Zclang system 15 system
2292026-04-15T00:12:23.064Zcsh system system illumos
2302026-04-15T00:12:23.065Zctags system system illumos
2312026-04-15T00:12:23.065Zfile system system illumos
2322026-04-15T00:12:23.065Zgcc vendor 12 vendor
2332026-04-15T00:12:23.065Zgcc system 14 system
2342026-04-15T00:12:23.065Zgcc system 10 system
2352026-04-15T00:12:23.065Zgo system 1.20 system
2362026-04-15T00:12:23.065Zgo system 1.19 system
2372026-04-15T00:12:23.065Zllvm system 15 system
2382026-04-15T00:12:23.065Zllvm system 14 system
2392026-04-15T00:12:23.065Zmariadb system 10.6 system
2402026-04-15T00:12:23.065Zmta vendor vendor dma
2412026-04-15T00:12:23.065Zopenjdk system 17 system
2422026-04-15T00:12:23.065Zopenjdk system 11 system
2432026-04-15T00:12:23.065Zopenjdk system 1.8 system
2442026-04-15T00:12:23.065Zopenssl vendor 3 vendor
2452026-04-15T00:12:23.065Zperl system 5.36 system
2462026-04-15T00:12:23.065Zpostgresql system 15 system
2472026-04-15T00:12:23.065Zpostgresql system 13 system
2482026-04-15T00:12:23.065Zpython vendor 3 vendor
2492026-04-15T00:12:23.065Zpython system 2 system
2502026-04-15T00:12:23.065Zpython3 system 3.11 system
2512026-04-15T00:12:23.065Zruby system 3.0 system
2522026-04-15T00:12:23.065Zwords vendor vendor american-english
2532026-04-15T00:12:23.065Zwords system system australian-english
2542026-04-15T00:12:23.065Zwords system system british-english
2552026-04-15T00:12:23.065Zwords system system canadian-english
2562026-04-15T00:12:23.065Zwords system system french
2572026-04-15T00:12:23.065Zwords system system italian
2582026-04-15T00:12:23.065Zwords system system ngerman
2592026-04-15T00:12:23.065Zwords system system ogerman
2602026-04-15T00:12:23.065Zwords system system spanish
2612026-04-15T00:12:23.290ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-15T00:12:23.290Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-15T00:12:27.759ZFMRI IFO
2642026-04-15T00:12:27.759Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-15T00:12:27.759Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-15T00:12:27.759Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-15T00:12:27.759Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-15T00:12:27.759Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-15T00:12:27.759Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-15T00:12:27.759Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-15T00:12:27.759Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-15T00:12:27.759Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-15T00:12:27.759Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-15T00:12:27.759Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-15T00:12:27.759Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-15T00:12:27.759Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-15T00:12:27.759Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-15T00:12:27.759Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-15T00:12:27.759Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-15T00:12:28.871Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-15T00:12:29.154Z Updating crates.io index
2822026-04-15T00:12:29.157Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-15T00:12:29.436Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-15T00:12:30.222Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-15T00:12:30.644Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-04-15T00:12:31.469Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-04-15T00:12:32.069Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-15T00:12:33.502Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-15T00:12:34.784Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-15T00:12:35.646Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-15T00:12:35.920Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-15T00:12:36.615Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-15T00:12:36.961Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-15T00:12:37.501Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-15T00:12:37.757Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-15T00:12:38.759Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-15T00:12:39.243Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-15T00:12:39.698Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-15T00:12:39.954Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-15T00:12:40.599Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-15T00:12:40.858Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-15T00:12:41.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-15T00:12:41.372Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-15T00:12:41.798Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-15T00:12:42.116Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-15T00:12:42.742Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-15T00:12:43.074Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-15T00:12:43.388Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-15T00:12:43.650Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-15T00:12:44.964Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-04-15T00:12:45.353Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-15T00:12:45.938Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-04-15T00:12:46.199Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-04-15T00:12:46.573Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-04-15T00:12:46.848Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-04-15T00:12:47.200Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-04-15T00:12:47.706Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-04-15T00:12:47.960Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-04-15T00:12:48.237Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-04-15T00:12:48.555Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-04-15T00:13:00.470Z Downloading crates ...
3222026-04-15T00:13:00.524Z Downloaded colorchoice v1.0.4
3232026-04-15T00:13:00.529Z Downloaded anstyle v1.0.13
3242026-04-15T00:13:00.532Z Downloaded fnv v1.0.7
3252026-04-15T00:13:00.532Z Downloaded dof v0.3.0
3262026-04-15T00:13:00.532Z Downloaded serde_spanned v0.6.9
3272026-04-15T00:13:00.532Z Downloaded cargo-platform v0.2.0
3282026-04-15T00:13:00.536Z Downloaded tabled_derive v0.7.0
3292026-04-15T00:13:00.536Z Downloaded digest v0.10.7
3302026-04-15T00:13:00.536Z Downloaded cargo_toml v0.21.0
3312026-04-15T00:13:00.539Z Downloaded anyhow v1.0.102
3322026-04-15T00:13:00.543Z Downloaded itoa v1.0.17
3332026-04-15T00:13:00.543Z Downloaded generic-array v0.14.7
3342026-04-15T00:13:00.546Z Downloaded usdt v0.5.0
3352026-04-15T00:13:00.546Z Downloaded potential_utf v0.1.4
3362026-04-15T00:13:00.546Z Downloaded version_check v0.9.5
3372026-04-15T00:13:00.552Z Downloaded zerofrom v0.1.6
3382026-04-15T00:13:00.555Z Downloaded cpufeatures v0.2.17
3392026-04-15T00:13:00.555Z Downloaded clap_lex v1.0.0
3402026-04-15T00:13:00.555Z Downloaded ordered-float v2.10.1
3412026-04-15T00:13:00.555Z Downloaded yoke-derive v0.8.1
3422026-04-15T00:13:00.555Z Downloaded thiserror v2.0.18
3432026-04-15T00:13:00.559Z Downloaded writeable v0.6.2
3442026-04-15T00:13:00.562Z Downloaded unicode-xid v0.2.6
3452026-04-15T00:13:00.562Z Downloaded yoke v0.8.1
3462026-04-15T00:13:00.565Z Downloaded strsim v0.11.1
3472026-04-15T00:13:00.565Z Downloaded utf8parse v0.2.2
3482026-04-15T00:13:00.565Z Downloaded toml_write v0.1.2
3492026-04-15T00:13:00.565Z Downloaded byteorder v1.5.0
3502026-04-15T00:13:00.568Z Downloaded erased-serde v0.4.9
3512026-04-15T00:13:00.568Z Downloaded cargo_metadata v0.21.0
3522026-04-15T00:13:00.572Z Downloaded thread-id v4.2.2
3532026-04-15T00:13:00.572Z Downloaded idna_adapter v1.2.1
3542026-04-15T00:13:00.576Z Downloaded block-buffer v0.10.4
3552026-04-15T00:13:00.580Z Downloaded thiserror-impl v2.0.18
3562026-04-15T00:13:00.580Z Downloaded heck v0.5.0
3572026-04-15T00:13:00.580Z Downloaded fastrand v2.3.0
3582026-04-15T00:13:00.583Z Downloaded thiserror-impl v1.0.69
3592026-04-15T00:13:00.583Z Downloaded usdt-impl v0.5.0
3602026-04-15T00:13:00.583Z Downloaded fs-err v3.3.0
3612026-04-15T00:13:00.583Z Downloaded errno v0.3.14
3622026-04-15T00:13:00.588Z Downloaded heck v0.4.1
3632026-04-15T00:13:00.588Z Downloaded dtrace-parser v0.2.0
3642026-04-15T00:13:00.588Z Downloaded autocfg v1.5.0
3652026-04-15T00:13:00.588Z Downloaded utf8_iter v1.0.4
3662026-04-15T00:13:00.592Z Downloaded smallvec v1.15.1
3672026-04-15T00:13:00.592Z Downloaded zmij v1.0.21
3682026-04-15T00:13:00.592Z Downloaded camino v1.2.2
3692026-04-15T00:13:00.592Z Downloaded displaydoc v0.2.5
3702026-04-15T00:13:00.596Z Downloaded clap_derive v4.5.55
3712026-04-15T00:13:00.596Z Downloaded camino-tempfile v1.4.1
3722026-04-15T00:13:00.596Z Downloaded bytecount v0.6.9
3732026-04-15T00:13:00.596Z Downloaded percent-encoding v2.3.2
3742026-04-15T00:13:00.599Z Downloaded anstyle-query v1.1.5
3752026-04-15T00:13:00.599Z Downloaded unicode-ident v1.0.24
3762026-04-15T00:13:00.599Z Downloaded equivalent v1.0.2
3772026-04-15T00:13:00.599Z Downloaded crypto-common v0.1.7
3782026-04-15T00:13:00.604Z Downloaded zerocopy-derive v0.7.35
3792026-04-15T00:13:00.604Z Downloaded toml v0.8.23
3802026-04-15T00:13:00.607Z Downloaded form_urlencoded v1.2.2
3812026-04-15T00:13:00.607Z Downloaded cfg-if v1.0.4
3822026-04-15T00:13:00.607Z Downloaded serde-value v0.7.0
3832026-04-15T00:13:00.607Z Downloaded ucd-trie v0.1.7
3842026-04-15T00:13:00.612Z Downloaded usdt-attr-macro v0.5.0
3852026-04-15T00:13:00.615Z Downloaded textwrap v0.16.2
3862026-04-15T00:13:00.615Z Downloaded is_terminal_polyfill v1.70.2
3872026-04-15T00:13:00.619Z Downloaded stable_deref_trait v1.2.1
3882026-04-15T00:13:00.619Z Downloaded plain v0.2.3
3892026-04-15T00:13:00.619Z Downloaded macaddr v1.0.1
3902026-04-15T00:13:00.622Z Downloaded typeid v1.0.3
3912026-04-15T00:13:00.622Z Downloaded zerofrom-derive v0.1.6
3922026-04-15T00:13:00.622Z Downloaded usdt-macro v0.5.0
3932026-04-15T00:13:00.622Z Downloaded terminal_size v0.4.3
3942026-04-15T00:13:00.625Z Downloaded toml_edit v0.22.27
3952026-04-15T00:13:00.625Z Downloaded thiserror v1.0.69
3962026-04-15T00:13:00.628Z Downloaded anstyle-parse v0.2.7
3972026-04-15T00:13:00.633Z Downloaded pretty-hex v0.4.1
3982026-04-15T00:13:00.633Z Downloaded unicode-linebreak v0.1.5
3992026-04-15T00:13:00.633Z Downloaded toml_datetime v0.6.11
4002026-04-15T00:13:00.633Z Downloaded tinystr v0.8.2
4012026-04-15T00:13:00.636Z Downloaded smawk v0.3.2
4022026-04-15T00:13:00.636Z Downloaded swrite v0.1.0
4032026-04-15T00:13:00.636Z Downloaded url v2.5.8
4042026-04-15T00:13:00.640Z Downloaded zerovec-derive v0.11.2
4052026-04-15T00:13:00.640Z Downloaded typenum v1.19.0
4062026-04-15T00:13:00.644Z Downloaded sha2 v0.10.9
4072026-04-15T00:13:00.644Z Downloaded serde-untagged v0.1.9
4082026-04-15T00:13:00.644Z Downloaded scroll_derive v0.12.1
4092026-04-15T00:13:00.652Z Downloaded proc-macro-error v1.0.4
4102026-04-15T00:13:00.656Z Downloaded zerotrie v0.2.3
4112026-04-15T00:13:00.659Z Downloaded synstructure v0.13.2
4122026-04-15T00:13:00.659Z Downloaded scroll v0.12.0
4132026-04-15T00:13:00.663Z Downloaded semver v1.0.27
4142026-04-15T00:13:00.663Z Downloaded anstream v0.6.21
4152026-04-15T00:13:00.663Z Downloaded zerovec v0.11.5
4162026-04-15T00:13:00.666Z Downloaded quote v1.0.44
4172026-04-15T00:13:00.669Z Downloaded serde_tokenstream v0.2.3
4182026-04-15T00:13:00.669Z Downloaded unicode-width v0.1.14
4192026-04-15T00:13:00.673Z Downloaded unicode-width v0.2.0
4202026-04-15T00:13:00.677Z Downloaded winnow v0.7.14
4212026-04-15T00:13:00.680Z Downloaded proc-macro-error-attr v1.0.4
4222026-04-15T00:13:00.680Z Downloaded zerocopy v0.7.35
4232026-04-15T00:13:00.688Z Downloaded cargo-util-schemas v0.8.2
4242026-04-15T00:13:00.692Z Downloaded pest_derive v2.8.6
4252026-04-15T00:13:00.695Z Downloaded memmap v0.7.0
4262026-04-15T00:13:00.700Z Downloaded litemap v0.8.1
4272026-04-15T00:13:00.703Z Downloaded clap v4.5.60
4282026-04-15T00:13:00.707Z Downloaded once_cell v1.21.3
4292026-04-15T00:13:00.712Z Downloaded tempfile v3.25.0
4302026-04-15T00:13:00.715Z Downloaded icu_normalizer v2.1.1
4312026-04-15T00:13:00.718Z Downloaded icu_locale_core v2.1.1
4322026-04-15T00:13:00.737Z Downloaded serde_derive v1.0.228
4332026-04-15T00:13:00.737Z Downloaded num-traits v0.2.19
4342026-04-15T00:13:00.737Z Downloaded pest_generator v2.8.6
4352026-04-15T00:13:00.737Z Downloaded papergrid v0.11.0
4362026-04-15T00:13:00.737Z Downloaded log v0.4.29
4372026-04-15T00:13:00.737Z Downloaded getrandom v0.4.1
4382026-04-15T00:13:00.737Z Downloaded proc-macro2 v1.0.106
4392026-04-15T00:13:00.737Z Downloaded icu_provider v2.1.1
4402026-04-15T00:13:00.737Z Downloaded hashbrown v0.16.1
4412026-04-15T00:13:00.740Z Downloaded icu_normalizer_data v2.1.1
4422026-04-15T00:13:00.741Z Downloaded icu_properties v2.1.2
4432026-04-15T00:13:00.741Z Downloaded pest_meta v2.8.6
4442026-04-15T00:13:00.755Z Downloaded serde v1.0.228
4452026-04-15T00:13:00.764Z Downloaded icu_collections v2.1.1
4462026-04-15T00:13:00.768Z Downloaded memchr v2.8.0
4472026-04-15T00:13:00.771Z Downloaded indexmap v2.13.0
4482026-04-15T00:13:00.794Z Downloaded pest v2.8.6
4492026-04-15T00:13:00.800Z Downloaded clap_builder v4.5.60
4502026-04-15T00:13:00.803Z Downloaded serde_json v1.0.149
4512026-04-15T00:13:00.806Z Downloaded idna v1.1.0
4522026-04-15T00:13:00.810Z Downloaded goblin v0.8.2
4532026-04-15T00:13:00.813Z Downloaded icu_properties_data v2.1.2
4542026-04-15T00:13:00.822Z Downloaded tabled v0.15.0
4552026-04-15T00:13:00.832Z Downloaded syn v1.0.109
4562026-04-15T00:13:00.846Z Downloaded syn v2.0.117
4572026-04-15T00:13:00.858Z Downloaded rustix v1.1.3
4582026-04-15T00:13:00.886Z Downloaded libc v0.2.180
4592026-04-15T00:13:01.112Z Downloaded serde_core v1.0.228
4602026-04-15T00:13:01.237Z Downloaded bitflags v2.11.0
4612026-04-15T00:13:01.290Z Compiling proc-macro2 v1.0.106
4622026-04-15T00:13:01.290Z Compiling unicode-ident v1.0.24
4632026-04-15T00:13:01.301Z Compiling quote v1.0.44
4642026-04-15T00:13:01.301Z Compiling serde_core v1.0.228
4652026-04-15T00:13:01.301Z Compiling libc v0.2.180
4662026-04-15T00:13:01.301Z Compiling version_check v0.9.5
4672026-04-15T00:13:01.301Z Compiling memchr v2.8.0
4682026-04-15T00:13:01.301Z Compiling serde v1.0.228
4692026-04-15T00:13:01.626Z Compiling stable_deref_trait v1.2.1
4702026-04-15T00:13:01.704Z Compiling zmij v1.0.21
4712026-04-15T00:13:01.863Z Compiling autocfg v1.5.0
4722026-04-15T00:13:01.971Z Compiling itoa v1.0.17
4732026-04-15T00:13:02.148Z Compiling ucd-trie v0.1.7
4742026-04-15T00:13:02.188Z Compiling thiserror v1.0.69
4752026-04-15T00:13:02.286Z Compiling litemap v0.8.1
4762026-04-15T00:13:02.312Z Compiling writeable v0.6.2
4772026-04-15T00:13:02.377Z Compiling pest v2.8.6
4782026-04-15T00:13:02.490Z Compiling icu_properties_data v2.1.2
4792026-04-15T00:13:02.507Z Compiling rustix v1.1.3
4802026-04-15T00:13:02.730Z Compiling icu_normalizer_data v2.1.1
4812026-04-15T00:13:02.754Z Compiling byteorder v1.5.0
4822026-04-15T00:13:02.897Z Compiling syn v2.0.117
4832026-04-15T00:13:03.003Z Compiling errno v0.3.14
4842026-04-15T00:13:03.021Z Compiling bitflags v2.11.0
4852026-04-15T00:13:03.037Z Compiling serde_json v1.0.149
4862026-04-15T00:13:03.267Z Compiling num-traits v0.2.19
4872026-04-15T00:13:03.283Z Compiling hashbrown v0.16.1
4882026-04-15T00:13:03.301Z Compiling typeid v1.0.3
4892026-04-15T00:13:03.459Z Compiling smallvec v1.15.1
4902026-04-15T00:13:03.578Z Compiling pest_meta v2.8.6
4912026-04-15T00:13:03.702Z Compiling equivalent v1.0.2
4922026-04-15T00:13:03.799Z Compiling indexmap v2.13.0
4932026-04-15T00:13:03.906Z Compiling thread-id v4.2.2
4942026-04-15T00:13:03.938Z Compiling proc-macro-error-attr v1.0.4
4952026-04-15T00:13:04.009Z Compiling usdt-impl v0.5.0
4962026-04-15T00:13:04.080Z Compiling erased-serde v0.4.9
4972026-04-15T00:13:04.124Z Compiling syn v1.0.109
4982026-04-15T00:13:04.347Z Compiling winnow v0.7.14
4992026-04-15T00:13:04.367Z Compiling toml_write v0.1.2
5002026-04-15T00:13:04.573Z Compiling proc-macro-error v1.0.4
5012026-04-15T00:13:04.674Z Compiling utf8parse v0.2.2
5022026-04-15T00:13:04.760Z Compiling thiserror v2.0.18
5032026-04-15T00:13:04.789Z Compiling log v0.4.29
5042026-04-15T00:13:04.982Z Compiling percent-encoding v2.3.2
5052026-04-15T00:13:05.094Z Compiling plain v0.2.3
5062026-04-15T00:13:05.115Z Compiling camino v1.2.2
5072026-04-15T00:13:05.183Z Compiling utf8_iter v1.0.4
5082026-04-15T00:13:05.211Z Compiling getrandom v0.4.1
5092026-04-15T00:13:05.235Z Compiling form_urlencoded v1.2.2
5102026-04-15T00:13:05.335Z Compiling ordered-float v2.10.1
5112026-04-15T00:13:05.461Z Compiling anstyle-parse v0.2.7
5122026-04-15T00:13:05.542Z Compiling synstructure v0.13.2
5132026-04-15T00:13:05.562Z Compiling pest_generator v2.8.6
5142026-04-15T00:13:05.667Z Compiling terminal_size v0.4.3
5152026-04-15T00:13:05.836Z Compiling pretty-hex v0.4.1
5162026-04-15T00:13:05.934Z Compiling cfg-if v1.0.4
5172026-04-15T00:13:05.959Z Compiling is_terminal_polyfill v1.70.2
5182026-04-15T00:13:05.979Z Compiling anstyle-query v1.1.5
5192026-04-15T00:13:06.012Z Compiling colorchoice v1.0.4
5202026-04-15T00:13:06.037Z Compiling anstyle v1.0.13
5212026-04-15T00:13:06.132Z Compiling serde-untagged v0.1.9
5222026-04-15T00:13:06.181Z Compiling semver v1.0.27
5232026-04-15T00:13:06.266Z Compiling anstream v0.6.21
5242026-04-15T00:13:06.304Z Compiling fs-err v3.3.0
5252026-04-15T00:13:06.373Z Compiling strsim v0.11.1
5262026-04-15T00:13:06.496Z Compiling once_cell v1.21.3
5272026-04-15T00:13:06.514Z Compiling anyhow v1.0.102
5282026-04-15T00:13:06.539Z Compiling unicode-width v0.1.14
5292026-04-15T00:13:06.574Z Compiling bytecount v0.6.9
5302026-04-15T00:13:06.713Z Compiling fastrand v2.3.0
5312026-04-15T00:13:06.732Z Compiling heck v0.4.1
5322026-04-15T00:13:06.815Z Compiling heck v0.5.0
5332026-04-15T00:13:06.833Z Compiling unicode-xid v0.2.6
5342026-04-15T00:13:06.964Z Compiling clap_lex v1.0.0
5352026-04-15T00:13:06.982Z Compiling fnv v1.0.7
5362026-04-15T00:13:06.986Z Compiling tempfile v3.25.0
5372026-04-15T00:13:07.085Z Compiling papergrid v0.11.0
5382026-04-15T00:13:07.157Z Compiling clap_builder v4.5.60
5392026-04-15T00:13:07.199Z Compiling memmap v0.7.0
5402026-04-15T00:13:07.224Z Compiling serde_derive v1.0.228
5412026-04-15T00:13:07.253Z Compiling zerofrom-derive v0.1.6
5422026-04-15T00:13:07.374Z Compiling yoke-derive v0.8.1
5432026-04-15T00:13:07.393Z Compiling zerovec-derive v0.11.2
5442026-04-15T00:13:07.661Z Compiling displaydoc v0.2.5
5452026-04-15T00:13:08.454Z Compiling thiserror-impl v1.0.69
5462026-04-15T00:13:08.527Z Compiling zerocopy-derive v0.7.35
5472026-04-15T00:13:08.561Z Compiling pest_derive v2.8.6
5482026-04-15T00:13:08.579Z Compiling scroll_derive v0.12.1
5492026-04-15T00:13:08.693Z Compiling zerofrom v0.1.6
5502026-04-15T00:13:08.829Z Compiling yoke v0.8.1
5512026-04-15T00:13:09.013Z Compiling zerovec v0.11.5
5522026-04-15T00:13:09.033Z Compiling zerotrie v0.2.3
5532026-04-15T00:13:09.248Z Compiling scroll v0.12.0
5542026-04-15T00:13:09.339Z Compiling thiserror-impl v2.0.18
5552026-04-15T00:13:09.410Z Compiling zerocopy v0.7.35
5562026-04-15T00:13:09.515Z Compiling tinystr v0.8.2
5572026-04-15T00:13:09.535Z Compiling potential_utf v0.1.4
5582026-04-15T00:13:09.704Z Compiling icu_locale_core v2.1.1
5592026-04-15T00:13:09.729Z Compiling icu_collections v2.1.1
5602026-04-15T00:13:09.858Z Compiling dtrace-parser v0.2.0
5612026-04-15T00:13:09.955Z Compiling goblin v0.8.2
5622026-04-15T00:13:10.218Z Compiling tabled_derive v0.7.0
5632026-04-15T00:13:10.222Z Compiling clap_derive v4.5.55
5642026-04-15T00:13:10.590Z Compiling icu_provider v2.1.1
5652026-04-15T00:13:10.611Z Compiling unicode-linebreak v0.1.5
5662026-04-15T00:13:10.666Z Compiling serde_spanned v0.6.9
5672026-04-15T00:13:10.693Z Compiling toml_datetime v0.6.11
5682026-04-15T00:13:10.704Z Compiling dof v0.3.0
5692026-04-15T00:13:10.820Z Compiling serde_tokenstream v0.2.3
5702026-04-15T00:13:10.855Z Compiling icu_properties v2.1.2
5712026-04-15T00:13:10.892Z Compiling icu_normalizer v2.1.1
5722026-04-15T00:13:10.956Z Compiling toml_edit v0.22.27
5732026-04-15T00:13:11.138Z Compiling serde-value v0.7.0
5742026-04-15T00:13:11.235Z Compiling cargo-platform v0.2.0
5752026-04-15T00:13:11.431Z Compiling unicode-width v0.2.0
5762026-04-15T00:13:11.509Z Compiling smawk v0.3.2
5772026-04-15T00:13:11.527Z Compiling tabled v0.15.0
5782026-04-15T00:13:11.654Z Compiling textwrap v0.16.2
5792026-04-15T00:13:11.707Z Compiling idna_adapter v1.2.1
5802026-04-15T00:13:11.711Z Compiling usdt-attr-macro v0.5.0
5812026-04-15T00:13:11.859Z Compiling idna v1.1.0
5822026-04-15T00:13:11.941Z Compiling usdt-macro v0.5.0
5832026-04-15T00:13:11.997Z Compiling clap v4.5.60
5842026-04-15T00:13:12.089Z Compiling macaddr v1.0.1
5852026-04-15T00:13:12.120Z Compiling camino-tempfile v1.4.1
5862026-04-15T00:13:12.321Z Compiling url v2.5.8
5872026-04-15T00:13:12.355Z Compiling toml v0.8.23
5882026-04-15T00:13:12.958Z Compiling cargo-util-schemas v0.8.2
5892026-04-15T00:13:12.998Z Compiling cargo_toml v0.21.0
5902026-04-15T00:13:13.103Z Compiling swrite v0.1.0
5912026-04-15T00:13:13.164Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-15T00:13:13.425Z Compiling usdt v0.5.0
5932026-04-15T00:13:13.895Z Compiling cargo_metadata v0.21.0
5942026-04-15T00:13:14.825Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-04-15T00:13:16.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.21s
5962026-04-15T00:13:17.148Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-04-15T00:13:17.738Z Downloading crates ...
5982026-04-15T00:13:17.829Z Downloaded aead v0.5.2
5992026-04-15T00:13:17.833Z Downloaded array-init v0.0.4
6002026-04-15T00:13:17.839Z Downloaded console v0.15.11
6012026-04-15T00:13:17.843Z Downloaded cfg_aliases v0.1.1
6022026-04-15T00:13:17.843Z Downloaded colored v3.1.1
6032026-04-15T00:13:17.848Z Downloaded bcrypt-pbkdf v0.10.0
6042026-04-15T00:13:17.852Z Downloaded atomicwrites v0.4.4
6052026-04-15T00:13:17.861Z Downloaded dtrace-parser v0.3.0
6062026-04-15T00:13:17.861Z Downloaded base16ct v1.0.0
6072026-04-15T00:13:17.885Z Downloaded arrayvec v0.7.6
6082026-04-15T00:13:17.885Z Downloaded async-trait v0.1.89
6092026-04-15T00:13:17.885Z Downloaded expectorate v1.2.0
6102026-04-15T00:13:17.885Z Downloaded allocator-api2 v0.2.21
6112026-04-15T00:13:17.891Z Downloaded critical-section v1.2.0
6122026-04-15T00:13:17.891Z Downloaded ascii-canvas v3.0.0
6132026-04-15T00:13:17.891Z Downloaded ahash v0.8.12
6142026-04-15T00:13:17.891Z Downloaded atty v0.2.14
6152026-04-15T00:13:17.891Z Downloaded crc8 v0.1.1
6162026-04-15T00:13:17.891Z Downloaded derive-where v1.6.0
6172026-04-15T00:13:17.891Z Downloaded daft v0.1.5
6182026-04-15T00:13:17.891Z Downloaded bit-set v0.8.0
6192026-04-15T00:13:17.891Z Downloaded base16ct v0.2.0
6202026-04-15T00:13:17.891Z Downloaded async-recursion v1.1.1
6212026-04-15T00:13:17.891Z Downloaded derive_builder v0.20.2
6222026-04-15T00:13:17.891Z Downloaded csv-core v0.1.13
6232026-04-15T00:13:17.891Z Downloaded bb8 v0.8.6
6242026-04-15T00:13:17.891Z Downloaded atomic-waker v1.1.2
6252026-04-15T00:13:17.891Z Downloaded aho-corasick v1.1.4
6262026-04-15T00:13:17.898Z Downloaded gethostname v0.5.0
6272026-04-15T00:13:17.898Z Downloaded dropshot-api-manager-types v0.6.0
6282026-04-15T00:13:17.898Z Downloaded debug-ignore v1.0.5
6292026-04-15T00:13:17.898Z Downloaded assert_matches v1.5.0
6302026-04-15T00:13:17.898Z Downloaded flate2 v1.1.9
6312026-04-15T00:13:17.902Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-04-15T00:13:17.902Z Downloaded derive_more-impl v2.1.1
6332026-04-15T00:13:17.902Z Downloaded foreign-types-shared v0.1.1
6342026-04-15T00:13:17.905Z Downloaded ena v0.14.4
6352026-04-15T00:13:17.905Z Downloaded daft-derive v0.1.5
6362026-04-15T00:13:17.909Z Downloaded find-msvc-tools v0.1.9
6372026-04-15T00:13:17.909Z Downloaded display-error-chain v0.2.2
6382026-04-15T00:13:17.909Z Downloaded darling v0.21.3
6392026-04-15T00:13:17.912Z Downloaded ecdsa v0.16.9
6402026-04-15T00:13:17.917Z Downloaded foldhash v0.2.0
6412026-04-15T00:13:17.917Z Downloaded curve25519-dalek-derive v0.1.1
6422026-04-15T00:13:17.917Z Downloaded adler2 v2.0.1
6432026-04-15T00:13:17.920Z Downloaded bit-set v0.5.3
6442026-04-15T00:13:17.920Z Downloaded drift v0.1.3
6452026-04-15T00:13:17.924Z Downloaded derive_builder_core v0.20.2
6462026-04-15T00:13:17.924Z Downloaded block-padding v0.3.3
6472026-04-15T00:13:17.924Z Downloaded bitfield-macros v0.19.4
6482026-04-15T00:13:17.924Z Downloaded async-stream-impl v0.3.6
6492026-04-15T00:13:17.927Z Downloaded async-stream v0.3.6
6502026-04-15T00:13:17.927Z Downloaded arrayref v0.3.9
6512026-04-15T00:13:17.927Z Downloaded crossbeam-epoch v0.9.18
6522026-04-15T00:13:17.930Z Downloaded endian-type v0.1.2
6532026-04-15T00:13:17.930Z Downloaded castaway v0.2.4
6542026-04-15T00:13:17.930Z Downloaded cstr-argument v0.1.2
6552026-04-15T00:13:17.930Z Downloaded bcs v0.1.6
6562026-04-15T00:13:17.933Z Downloaded dof v0.4.0
6572026-04-15T00:13:17.933Z Downloaded constant_time_eq v0.4.2
6582026-04-15T00:13:17.937Z Downloaded derive_builder_macro v0.20.2
6592026-04-15T00:13:17.937Z Downloaded blowfish v0.9.1
6602026-04-15T00:13:17.937Z Downloaded base64ct v1.8.3
6612026-04-15T00:13:17.937Z Downloaded env_logger v0.11.9
6622026-04-15T00:13:17.940Z Downloaded bitfield-struct v0.6.2
6632026-04-15T00:13:17.946Z Downloaded embedded-io v0.6.1
6642026-04-15T00:13:17.950Z Downloaded downcast-rs v2.0.2
6652026-04-15T00:13:17.950Z Downloaded cobs v0.3.0
6662026-04-15T00:13:17.950Z Downloaded dirs-sys-next v0.1.2
6672026-04-15T00:13:17.950Z Downloaded ciborium-io v0.2.2
6682026-04-15T00:13:17.955Z Downloaded darling_macro v0.20.11
6692026-04-15T00:13:17.955Z Downloaded difflib v0.4.0
6702026-04-15T00:13:17.955Z Downloaded ciborium-ll v0.2.2
6712026-04-15T00:13:17.958Z Downloaded foreign-types-shared v0.3.1
6722026-04-15T00:13:17.958Z Downloaded float-cmp v0.10.0
6732026-04-15T00:13:17.958Z Downloaded convert_case v0.4.0
6742026-04-15T00:13:17.962Z Downloaded cfg_aliases v0.2.1
6752026-04-15T00:13:17.965Z Downloaded argon2 v0.5.3
6762026-04-15T00:13:17.971Z Downloaded crucible-workspace-hack v0.1.0
6772026-04-15T00:13:17.971Z Downloaded env_filter v1.0.0
6782026-04-15T00:13:17.971Z Downloaded defmt-parser v1.0.0
6792026-04-15T00:13:17.971Z Downloaded darling_macro v0.21.3
6802026-04-15T00:13:17.979Z Downloaded cpufeatures v0.3.0
6812026-04-15T00:13:17.979Z Downloaded foreign-types v0.3.2
6822026-04-15T00:13:17.979Z Downloaded crunchy v0.2.4
6832026-04-15T00:13:17.979Z Downloaded flagset v0.4.7
6842026-04-15T00:13:17.985Z Downloaded crc v3.4.0
6852026-04-15T00:13:17.985Z Downloaded enum-as-inner v0.6.1
6862026-04-15T00:13:17.985Z Downloaded darling_macro v0.23.0
6872026-04-15T00:13:17.985Z Downloaded foreign-types v0.5.0
6882026-04-15T00:13:17.985Z Downloaded float-ord v0.3.2
6892026-04-15T00:13:17.985Z Downloaded futures-core v0.3.32
6902026-04-15T00:13:17.985Z Downloaded document-features v0.2.12
6912026-04-15T00:13:17.988Z Downloaded futures-task v0.3.32
6922026-04-15T00:13:17.989Z Downloaded fixedbitset v0.4.2
6932026-04-15T00:13:17.989Z Downloaded dsl_auto_type v0.2.0
6942026-04-15T00:13:17.989Z Downloaded futures-io v0.3.32
6952026-04-15T00:13:17.992Z Downloaded defmt v0.3.100
6962026-04-15T00:13:17.992Z Downloaded dirs-next v2.0.0
6972026-04-15T00:13:17.992Z Downloaded buf-list v1.1.2
6982026-04-15T00:13:17.995Z Downloaded fd-lock v4.0.4
6992026-04-15T00:13:17.995Z Downloaded foreign-types-macros v0.2.3
7002026-04-15T00:13:17.995Z Downloaded dunce v1.0.5
7012026-04-15T00:13:17.996Z Downloaded cbc v0.1.2
7022026-04-15T00:13:17.999Z Downloaded cassowary v0.3.0
7032026-04-15T00:13:17.999Z Downloaded cargo-platform v0.1.9
7042026-04-15T00:13:17.999Z Downloaded funty v2.0.0
7052026-04-15T00:13:18.003Z Downloaded bit-vec v0.6.3
7062026-04-15T00:13:18.003Z Downloaded flume v0.11.1
7072026-04-15T00:13:18.006Z Downloaded futures-sink v0.3.32
7082026-04-15T00:13:18.006Z Downloaded fixedbitset v0.5.7
7092026-04-15T00:13:18.006Z Downloaded cmake v0.1.57
7102026-04-15T00:13:18.006Z Downloaded defmt v1.0.1
7112026-04-15T00:13:18.009Z Downloaded camino-tempfile-ext v0.3.3
7122026-04-15T00:13:18.009Z Downloaded futures-macro v0.3.32
7132026-04-15T00:13:18.012Z Downloaded cexpr v0.6.0
7142026-04-15T00:13:18.012Z Downloaded ghash v0.5.1
7152026-04-15T00:13:18.012Z Downloaded fxhash v0.2.1
7162026-04-15T00:13:18.016Z Downloaded dropshot-api-manager v0.6.0
7172026-04-15T00:13:18.016Z Downloaded globwalk v0.9.1
7182026-04-15T00:13:18.019Z Downloaded async-bb8-diesel v0.2.1
7192026-04-15T00:13:18.019Z Downloaded hash32 v0.3.1
7202026-04-15T00:13:18.019Z Downloaded filetime v0.2.27
7212026-04-15T00:13:18.022Z Downloaded headers-core v0.3.0
7222026-04-15T00:13:18.022Z Downloaded fallible-iterator v0.2.0
7232026-04-15T00:13:18.022Z Downloaded corncobs v0.1.4
7242026-04-15T00:13:18.022Z Downloaded convert_case v0.10.0
7252026-04-15T00:13:18.027Z Downloaded backoff v0.4.0
7262026-04-15T00:13:18.027Z Downloaded hostname v0.4.2
7272026-04-15T00:13:18.031Z Downloaded hash32 v0.2.1
7282026-04-15T00:13:18.031Z Downloaded bit-vec v0.8.0
7292026-04-15T00:13:18.031Z Downloaded bitfield v0.19.4
7302026-04-15T00:13:18.031Z Downloaded embedded-io v0.4.0
7312026-04-15T00:13:18.031Z Downloaded either v1.15.0
7322026-04-15T00:13:18.034Z Downloaded http-range v0.1.5
7332026-04-15T00:13:18.034Z Downloaded hubpack v0.1.2
7342026-04-15T00:13:18.034Z Downloaded hex-literal v0.4.1
7352026-04-15T00:13:18.038Z Downloaded hex v0.4.3
7362026-04-15T00:13:18.038Z Downloaded der_derive v0.7.3
7372026-04-15T00:13:18.038Z Downloaded http-body v1.0.1
7382026-04-15T00:13:18.038Z Downloaded home v0.5.12
7392026-04-15T00:13:18.041Z Downloaded httpdate v1.0.3
7402026-04-15T00:13:18.042Z Downloaded data-encoding v2.10.0
7412026-04-15T00:13:18.042Z Downloaded ctr v0.9.2
7422026-04-15T00:13:18.045Z Downloaded dyn-clone v1.0.20
7432026-04-15T00:13:18.045Z Downloaded cookie v0.18.1
7442026-04-15T00:13:18.048Z Downloaded crossbeam-deque v0.8.6
7452026-04-15T00:13:18.048Z Downloaded defmt-macros v1.0.1
7462026-04-15T00:13:18.051Z Downloaded fs-err v2.11.0
7472026-04-15T00:13:18.051Z Downloaded byte-wrapper v0.1.0
7482026-04-15T00:13:18.057Z Downloaded bitflags v1.3.2
7492026-04-15T00:13:18.057Z Downloaded indent_write v2.2.0
7502026-04-15T00:13:18.057Z Downloaded ff v0.13.1
7512026-04-15T00:13:18.060Z Downloaded foldhash v0.1.5
7522026-04-15T00:13:18.060Z Downloaded darling v0.20.11
7532026-04-15T00:13:18.063Z Downloaded hyper-tls v0.6.0
7542026-04-15T00:13:18.063Z Downloaded crossbeam-utils v0.8.21
7552026-04-15T00:13:18.067Z Downloaded derive-ex v0.1.8
7562026-04-15T00:13:18.067Z Downloaded derive_more v0.99.20
7572026-04-15T00:13:18.071Z Downloaded instant v0.1.13
7582026-04-15T00:13:18.071Z Downloaded fs_extra v1.3.0
7592026-04-15T00:13:18.071Z Downloaded hubpack_derive v0.1.1
7602026-04-15T00:13:18.071Z Downloaded inout v0.1.4
7612026-04-15T00:13:18.074Z Downloaded instability v0.3.11
7622026-04-15T00:13:18.074Z Downloaded console v0.16.2
7632026-04-15T00:13:18.074Z Downloaded clang-sys v1.8.1
7642026-04-15T00:13:18.077Z Downloaded cookie_store v0.22.1
7652026-04-15T00:13:18.081Z Downloaded indoc v1.0.9
7662026-04-15T00:13:18.081Z Downloaded git-stub v1.0.0
7672026-04-15T00:13:18.084Z Downloaded group v0.13.0
7682026-04-15T00:13:18.084Z Downloaded glob v0.3.3
7692026-04-15T00:13:18.084Z Downloaded http-body-util v0.1.3
7702026-04-15T00:13:18.085Z Downloaded is_ci v1.2.0
7712026-04-15T00:13:18.088Z Downloaded internet-checksum v0.2.1
7722026-04-15T00:13:18.088Z Downloaded hostname v0.3.1
7732026-04-15T00:13:18.088Z Downloaded highway v1.3.0
7742026-04-15T00:13:18.091Z Downloaded git-stub-vcs v0.1.0
7752026-04-15T00:13:18.091Z Downloaded base64 v0.22.1
7762026-04-15T00:13:18.097Z Downloaded is-terminal v0.4.17
7772026-04-15T00:13:18.097Z Downloaded chacha20 v0.9.1
7782026-04-15T00:13:18.101Z Downloaded arc-swap v1.8.2
7792026-04-15T00:13:18.101Z Downloaded lazy_static v1.5.0
7802026-04-15T00:13:18.101Z Downloaded lalrpop-util v0.19.12
7812026-04-15T00:13:18.101Z Downloaded kstat-rs v0.2.4
7822026-04-15T00:13:18.104Z Downloaded cipher v0.4.4
7832026-04-15T00:13:18.104Z Downloaded ciborium v0.2.2
7842026-04-15T00:13:18.104Z Downloaded cargo_toml v0.22.3
7852026-04-15T00:13:18.104Z Downloaded bzip2 v0.6.1
7862026-04-15T00:13:18.108Z Downloaded des v0.8.1
7872026-04-15T00:13:18.108Z Downloaded libscf-sys v1.1.0
7882026-04-15T00:13:18.108Z Downloaded diff v0.1.13
7892026-04-15T00:13:18.112Z Downloaded deranged v0.5.8
7902026-04-15T00:13:18.112Z Downloaded hyper-staticfile v0.10.1
7912026-04-15T00:13:18.116Z Downloaded derive_more v2.1.1
7922026-04-15T00:13:18.124Z Downloaded lru-cache v0.1.2
7932026-04-15T00:13:18.124Z Downloaded impl-trait-for-tuples v0.2.3
7942026-04-15T00:13:18.124Z Downloaded lru-slab v0.1.2
7952026-04-15T00:13:18.131Z Downloaded mime v0.3.17
7962026-04-15T00:13:18.131Z Downloaded maplit v1.0.2
7972026-04-15T00:13:18.131Z Downloaded managed v0.8.0
7982026-04-15T00:13:18.131Z Downloaded keccak v0.1.6
7992026-04-15T00:13:18.131Z Downloaded futures-executor v0.3.32
8002026-04-15T00:13:18.131Z Downloaded ingot v0.1.1
8012026-04-15T00:13:18.131Z Downloaded darling_core v0.21.3
8022026-04-15T00:13:18.136Z Downloaded linked-hash-map v0.5.6
8032026-04-15T00:13:18.136Z Downloaded ipnetwork v0.21.1
8042026-04-15T00:13:18.136Z Downloaded ingot-types v0.1.2
8052026-04-15T00:13:18.136Z Downloaded md-5 v0.10.6
8062026-04-15T00:13:18.136Z Downloaded match_cfg v0.1.0
8072026-04-15T00:13:18.141Z Downloaded maybe-uninit v2.0.0
8082026-04-15T00:13:18.141Z Downloaded md5 v0.7.0
8092026-04-15T00:13:18.141Z Downloaded lzss v0.8.2
8102026-04-15T00:13:18.141Z Downloaded memoffset v0.9.1
8112026-04-15T00:13:18.141Z Downloaded indoc v2.0.7
8122026-04-15T00:13:18.144Z Downloaded getrandom v0.2.17
8132026-04-15T00:13:18.144Z Downloaded ident_case v1.0.1
8142026-04-15T00:13:18.144Z Downloaded newtype-uuid-macros v0.1.0
8152026-04-15T00:13:18.144Z Downloaded num v0.4.3
8162026-04-15T00:13:18.149Z Downloaded newtype_derive v0.1.6
8172026-04-15T00:13:18.149Z Downloaded multimap v0.10.1
8182026-04-15T00:13:18.149Z Downloaded normalize-line-endings v0.3.0
8192026-04-15T00:13:18.149Z Downloaded new_debug_unreachable v1.0.6
8202026-04-15T00:13:18.149Z Downloaded humantime v2.3.0
8212026-04-15T00:13:18.152Z Downloaded colored v2.2.0
8222026-04-15T00:13:18.152Z Downloaded hmac v0.12.1
8232026-04-15T00:13:18.152Z Downloaded hyper-rustls v0.27.7
8242026-04-15T00:13:18.155Z Downloaded bzip2 v0.4.4
8252026-04-15T00:13:18.155Z Downloaded httparse v1.10.1
8262026-04-15T00:13:18.159Z Downloaded ipnet v2.11.0
8272026-04-15T00:13:18.159Z Downloaded crc-any v2.5.0
8282026-04-15T00:13:18.162Z Downloaded globset v0.4.18
8292026-04-15T00:13:18.162Z Downloaded nodrop v0.1.14
8302026-04-15T00:13:18.162Z Downloaded dropshot_endpoint v0.16.7
8312026-04-15T00:13:18.165Z Downloaded nibble_vec v0.1.0
8322026-04-15T00:13:18.165Z Downloaded newline-converter v0.3.0
8332026-04-15T00:13:18.166Z Downloaded futures-channel v0.3.32
8342026-04-15T00:13:18.166Z Downloaded elliptic-curve v0.13.8
8352026-04-15T00:13:18.169Z Downloaded fatfs v0.3.6
8362026-04-15T00:13:18.172Z Downloaded diesel-dtrace v0.5.0
8372026-04-15T00:13:18.172Z Downloaded crc32fast v1.5.0
8382026-04-15T00:13:18.172Z Downloaded chacha20 v0.10.0
8392026-04-15T00:13:18.175Z Downloaded num_threads v0.1.7
8402026-04-15T00:13:18.175Z Downloaded jobserver v0.1.34
8412026-04-15T00:13:18.179Z Downloaded opaque-debug v0.3.1
8422026-04-15T00:13:18.179Z Downloaded nonempty v0.12.0
8432026-04-15T00:13:18.179Z Downloaded lock_api v0.4.14
8442026-04-15T00:13:18.182Z Downloaded half v1.8.3
8452026-04-15T00:13:18.182Z Downloaded num-iter v0.1.45
8462026-04-15T00:13:18.185Z Downloaded num-derive v0.4.2
8472026-04-15T00:13:18.185Z Downloaded num-derive v0.3.3
8482026-04-15T00:13:18.185Z Downloaded olpc-cjson v0.1.4
8492026-04-15T00:13:18.185Z Downloaded oso-derive v0.27.3
8502026-04-15T00:13:18.189Z Downloaded num_enum_derive v0.5.11
8512026-04-15T00:13:18.189Z Downloaded lru v0.12.5
8522026-04-15T00:13:18.189Z Downloaded darling_core v0.23.0
8532026-04-15T00:13:18.192Z Downloaded libsw v3.5.0
8542026-04-15T00:13:18.192Z Downloaded openssl-macros v0.1.1
8552026-04-15T00:13:18.195Z Downloaded futures v0.3.32
8562026-04-15T00:13:18.195Z Downloaded packed_struct_codegen v0.10.1
8572026-04-15T00:13:18.198Z Downloaded libsw-core v0.3.2
8582026-04-15T00:13:18.198Z Downloaded libloading v0.8.9
8592026-04-15T00:13:18.201Z Downloaded openssl-probe v0.2.1
8602026-04-15T00:13:18.201Z Downloaded linear-map v1.2.0
8612026-04-15T00:13:18.201Z Downloaded ed25519-dalek v2.2.0
8622026-04-15T00:13:18.204Z Downloaded openssl-probe v0.1.6
8632026-04-15T00:13:18.204Z Downloaded const-oid v0.9.6
8642026-04-15T00:13:18.208Z Downloaded cancel-safe-futures v0.1.5
8652026-04-15T00:13:18.208Z Downloaded parse-size v1.1.0
8662026-04-15T00:13:18.208Z Downloaded ingot-macros v0.1.1
8672026-04-15T00:13:18.212Z Downloaded iana-time-zone v0.1.65
8682026-04-15T00:13:18.212Z Downloaded native-tls v0.2.18
8692026-04-15T00:13:18.215Z Downloaded newtype-uuid v1.3.2
8702026-04-15T00:13:18.215Z Downloaded multer v3.1.0
8712026-04-15T00:13:18.215Z Downloaded nanorand v0.7.0
8722026-04-15T00:13:18.220Z Downloaded num-conv v0.2.0
8732026-04-15T00:13:18.220Z Downloaded blake2 v0.10.6
8742026-04-15T00:13:18.220Z Downloaded darling v0.23.0
8752026-04-15T00:13:18.238Z Downloaded phf_shared v0.13.1
8762026-04-15T00:13:18.241Z Downloaded peg-runtime v0.8.5
8772026-04-15T00:13:18.241Z Downloaded pbkdf2 v0.12.2
8782026-04-15T00:13:18.241Z Downloaded pbkdf2 v0.11.0
8792026-04-15T00:13:18.241Z Downloaded path-slash v0.1.5
8802026-04-15T00:13:18.245Z Downloaded const_format v0.2.35
8812026-04-15T00:13:18.245Z Downloaded num-complex v0.4.6
8822026-04-15T00:13:18.248Z Downloaded num_enum_derive v0.7.5
8832026-04-15T00:13:18.248Z Downloaded num-rational v0.4.2
8842026-04-15T00:13:18.248Z Downloaded nu-ansi-term v0.50.3
8852026-04-15T00:13:18.251Z Downloaded libefi-sys v0.1.0
8862026-04-15T00:13:18.251Z Downloaded headers v0.4.1
8872026-04-15T00:13:18.254Z Downloaded phf_shared v0.12.1
8882026-04-15T00:13:18.254Z Downloaded phf_shared v0.11.3
8892026-04-15T00:13:18.257Z Downloaded num_enum v0.7.5
8902026-04-15T00:13:18.260Z Downloaded darling_core v0.20.11
8912026-04-15T00:13:18.263Z Downloaded predicates-core v1.0.10
8922026-04-15T00:13:18.263Z Downloaded precomputed-hash v0.1.1
8932026-04-15T00:13:18.263Z Downloaded pin-utils v0.1.0
8942026-04-15T00:13:18.263Z Downloaded num-integer v0.1.46
8952026-04-15T00:13:18.268Z Downloaded backon v1.6.0
8962026-04-15T00:13:18.268Z Downloaded erased-serde v0.3.31
8972026-04-15T00:13:18.271Z Downloaded bytes v1.11.1
8982026-04-15T00:13:18.271Z Downloaded proc-macro-crate v1.3.1
8992026-04-15T00:13:18.271Z Downloaded packed_struct v0.10.1
9002026-04-15T00:13:18.274Z Downloaded ed25519 v2.2.3
9012026-04-15T00:13:18.274Z Downloaded crc-catalog v2.4.0
9022026-04-15T00:13:18.274Z Downloaded num_enum v0.5.11
9032026-04-15T00:13:18.278Z Downloaded proc-macro-error-attr2 v2.0.0
9042026-04-15T00:13:18.281Z Downloaded proc-macro-crate v3.4.0
9052026-04-15T00:13:18.281Z Downloaded predicates-tree v1.0.13
9062026-04-15T00:13:18.281Z Downloaded oxnet v0.1.4
9072026-04-15T00:13:18.284Z Downloaded cargo_metadata v0.19.2
9082026-04-15T00:13:18.284Z Downloaded progenitor-client v0.11.2
9092026-04-15T00:13:18.284Z Downloaded progenitor-client v0.10.0
9102026-04-15T00:13:18.287Z Downloaded indexmap v1.9.3
9112026-04-15T00:13:18.287Z Downloaded getrandom v0.3.4
9122026-04-15T00:13:18.291Z Downloaded radium v0.7.0
9132026-04-15T00:13:18.291Z Downloaded psl-types v2.0.11
9142026-04-15T00:13:18.294Z Downloaded password-hash v0.4.2
9152026-04-15T00:13:18.294Z Downloaded parse-display-derive v0.10.0
9162026-04-15T00:13:18.294Z Downloaded progenitor-macro v0.10.0
9172026-04-15T00:13:18.297Z Downloaded oxide-tokio-rt v0.1.3
9182026-04-15T00:13:18.297Z Downloaded progenitor-macro v0.13.0
9192026-04-15T00:13:18.297Z Downloaded pem v3.0.6
9202026-04-15T00:13:18.300Z Downloaded chacha20poly1305 v0.10.1
9212026-04-15T00:13:18.300Z Downloaded base64 v0.21.7
9222026-04-15T00:13:18.303Z Downloaded peg-macros v0.8.5
9232026-04-15T00:13:18.303Z Downloaded paste v1.0.15
9242026-04-15T00:13:18.307Z Downloaded quick-error v1.2.3
9252026-04-15T00:13:18.307Z Downloaded parking_lot_core v0.8.6
9262026-04-15T00:13:18.312Z Downloaded cc v1.2.56
9272026-04-15T00:13:18.312Z Downloaded progenitor-macro v0.11.2
9282026-04-15T00:13:18.317Z Downloaded parse-display v0.10.0
9292026-04-15T00:13:18.317Z Downloaded phf v0.13.1
9302026-04-15T00:13:18.317Z Downloaded rand_chacha v0.3.1
9312026-04-15T00:13:18.317Z Downloaded der v0.7.10
9322026-04-15T00:13:18.320Z Downloaded crypto-bigint v0.5.5
9332026-04-15T00:13:18.323Z Downloaded libbz2-rs-sys v0.2.2
9342026-04-15T00:13:18.323Z Downloaded compact_str v0.8.1
9352026-04-15T00:13:18.327Z Downloaded peg v0.8.5
9362026-04-15T00:13:18.327Z Downloaded heapless v0.7.17
9372026-04-15T00:13:18.330Z Downloaded phf v0.12.1
9382026-04-15T00:13:18.330Z Downloaded half v2.7.1
9392026-04-15T00:13:18.333Z Downloaded rand_xorshift v0.4.0
9402026-04-15T00:13:18.333Z Downloaded powerfmt v0.2.0
9412026-04-15T00:13:18.333Z Downloaded pkg-config v0.3.32
9422026-04-15T00:13:18.337Z Downloaded postgres-protocol v0.6.10
9432026-04-15T00:13:18.337Z Downloaded pin-project-lite v0.2.17
9442026-04-15T00:13:18.340Z Downloaded memmap2 v0.9.10
9452026-04-15T00:13:18.343Z Downloaded const_format_proc_macros v0.2.34
9462026-04-15T00:13:18.343Z Downloaded owo-colors v4.3.0
9472026-04-15T00:13:18.343Z Downloaded ar_archive_writer v0.5.1
9482026-04-15T00:13:18.349Z Downloaded polyval v0.6.2
9492026-04-15T00:13:18.349Z Downloaded poly1305 v0.8.0
9502026-04-15T00:13:18.352Z Downloaded predicates v3.1.4
9512026-04-15T00:13:18.352Z Downloaded recursive v0.1.1
9522026-04-15T00:13:18.352Z Downloaded litrs v1.0.0
9532026-04-15T00:13:18.352Z Downloaded recursive-proc-macro-impl v0.1.1
9542026-04-15T00:13:18.352Z Downloaded ppv-lite86 v0.2.21
9552026-04-15T00:13:18.356Z Downloaded pkcs8 v0.10.2
9562026-04-15T00:13:18.356Z Downloaded mime_guess v2.0.5
9572026-04-15T00:13:18.359Z Downloaded indicatif v0.18.4
9582026-04-15T00:13:18.359Z Downloaded progenitor v0.10.0
9592026-04-15T00:13:18.362Z Downloaded omicron-zone-package v0.12.2
9602026-04-15T00:13:18.362Z Downloaded ref-cast-impl v1.0.25
9612026-04-15T00:13:18.362Z Downloaded ref-cast v1.0.25
9622026-04-15T00:13:18.365Z Downloaded progenitor-extras v0.1.1
9632026-04-15T00:13:18.366Z Downloaded progenitor-client v0.13.0
9642026-04-15T00:13:18.366Z Downloaded progenitor v0.11.2
9652026-04-15T00:13:18.369Z Downloaded rfc6979 v0.4.0
9662026-04-15T00:13:18.369Z Downloaded proc-macro-error2 v2.0.1
9672026-04-15T00:13:18.373Z Downloaded progenitor v0.13.0
9682026-04-15T00:13:18.373Z Downloaded primeorder v0.13.6
9692026-04-15T00:13:18.377Z Downloaded hickory-resolver v0.24.4
9702026-04-15T00:13:18.386Z Downloaded psm v0.1.30
9712026-04-15T00:13:18.386Z Downloaded password-hash v0.5.0
9722026-04-15T00:13:18.391Z Downloaded parking_lot v0.11.2
9732026-04-15T00:13:18.392Z Downloaded russh-cryptovec v0.7.3
9742026-04-15T00:13:18.392Z Downloaded rustc-hash v2.1.1
9752026-04-15T00:13:18.392Z Downloaded rtoolbox v0.0.3
9762026-04-15T00:13:18.395Z Downloaded aes-gcm v0.10.3
9772026-04-15T00:13:18.399Z Downloaded pkcs1 v0.7.5
9782026-04-15T00:13:18.399Z Downloaded crossbeam-channel v0.5.15
9792026-04-15T00:13:18.402Z Downloaded pkcs5 v0.7.1
9802026-04-15T00:13:18.405Z Downloaded bumpalo v3.20.2
9812026-04-15T00:13:18.408Z Downloaded rustc_version v0.1.7
9822026-04-15T00:13:18.408Z Downloaded pin-project-internal v1.1.11
9832026-04-15T00:13:18.411Z Downloaded diesel_derives v2.3.7
9842026-04-15T00:13:18.415Z Downloaded same-file v1.0.6
9852026-04-15T00:13:18.419Z Downloaded rand_core v0.6.4
9862026-04-15T00:13:18.419Z Downloaded postcard v1.1.3
9872026-04-15T00:13:18.419Z Downloaded rand_seeder v0.4.0
9882026-04-15T00:13:18.423Z Downloaded rand_core v0.10.0
9892026-04-15T00:13:18.423Z Downloaded scopeguard v1.2.0
9902026-04-15T00:13:18.423Z Downloaded oso v0.27.3
9912026-04-15T00:13:18.427Z Downloaded rand_chacha v0.9.0
9922026-04-15T00:13:18.427Z Downloaded postgres-types v0.2.12
9932026-04-15T00:13:18.427Z Downloaded parking_lot v0.12.5
9942026-04-15T00:13:18.431Z Downloaded sapling-renderdag v0.1.0
9952026-04-15T00:13:18.431Z Downloaded salsa20 v0.10.2
9962026-04-15T00:13:18.435Z Downloaded scroll_derive v0.13.1
9972026-04-15T00:13:18.438Z Downloaded miniz_oxide v0.8.9
9982026-04-15T00:13:18.438Z Downloaded resolv-conf v0.7.6
9992026-04-15T00:13:18.441Z Downloaded parking_lot_core v0.9.12
10002026-04-15T00:13:18.441Z Downloaded secrecy v0.8.0
10012026-04-15T00:13:18.445Z Downloaded semver v0.1.20
10022026-04-15T00:13:18.445Z Downloaded scrypt v0.11.0
10032026-04-15T00:13:18.448Z Downloaded r2d2 v0.8.10
10042026-04-15T00:13:18.448Z Downloaded pem-rfc7468 v0.7.0
10052026-04-15T00:13:18.451Z Downloaded hickory-resolver v0.25.2
10062026-04-15T00:13:18.454Z Downloaded jiff-static v0.2.21
10072026-04-15T00:13:18.454Z Downloaded http v1.4.0
10082026-04-15T00:13:18.458Z Downloaded heapless v0.8.0
10092026-04-15T00:13:18.461Z Downloaded seq-macro v0.3.6
10102026-04-15T00:13:18.461Z Downloaded rustc_version v0.4.1
10112026-04-15T00:13:18.465Z Downloaded secrecy v0.10.3
10122026-04-15T00:13:18.465Z Downloaded quinn-udp v0.5.14
10132026-04-15T00:13:18.465Z Downloaded serde_plain v1.0.2
10142026-04-15T00:13:18.468Z Downloaded serde_bytes v0.11.19
10152026-04-15T00:13:18.468Z Downloaded sha1 v0.10.6
10162026-04-15T00:13:18.468Z Downloaded serde_urlencoded v0.7.1
10172026-04-15T00:13:18.471Z Downloaded rand_core v0.9.5
10182026-04-15T00:13:18.476Z Downloaded rustls-pemfile v2.2.0
10192026-04-15T00:13:18.480Z Downloaded sigpipe v0.1.3
10202026-04-15T00:13:18.485Z Downloaded signal-hook-tokio v0.3.1
10212026-04-15T00:13:18.485Z Downloaded shell-words v1.1.1
10222026-04-15T00:13:18.485Z Downloaded signature v2.2.0
10232026-04-15T00:13:18.485Z Downloaded serde_spanned v1.0.4
10242026-04-15T00:13:18.495Z Downloaded siphasher v1.0.2
10252026-04-15T00:13:18.495Z Downloaded rustls-pemfile v1.0.4
10262026-04-15T00:13:18.495Z Downloaded rustversion v1.0.22
10272026-04-15T00:13:18.501Z Downloaded rustls-native-certs v0.8.3
10282026-04-15T00:13:18.501Z Downloaded rusty-fork v0.3.1
10292026-04-15T00:13:18.502Z Downloaded crossterm v0.28.1
10302026-04-15T00:13:18.502Z Downloaded signal-hook-mio v0.2.5
10312026-04-15T00:13:18.502Z Downloaded p256 v0.13.2
10322026-04-15T00:13:18.506Z Downloaded slog-bunyan v2.5.0
10332026-04-15T00:13:18.506Z Downloaded scheduled-thread-pool v0.2.7
10342026-04-15T00:13:18.506Z Downloaded prefix-trie v0.7.0
10352026-04-15T00:13:18.506Z Downloaded slog-envlogger v2.2.0
10362026-04-15T00:13:18.510Z Downloaded minimal-lexical v0.2.1
10372026-04-15T00:13:18.510Z Downloaded scroll v0.13.0
10382026-04-15T00:13:18.514Z Downloaded schemars_derive v0.8.22
10392026-04-15T00:13:18.514Z Downloaded progenitor-impl v0.10.0
10402026-04-15T00:13:18.514Z Downloaded papergrid v0.17.0
10412026-04-15T00:13:18.520Z Downloaded ignore v0.4.25
10422026-04-15T00:13:18.523Z Downloaded openssl-sys v0.9.111
10432026-04-15T00:13:18.523Z Downloaded serde-hex v0.1.0
10442026-04-15T00:13:18.523Z Downloaded hickory-server v0.25.2
10452026-04-15T00:13:18.526Z Downloaded hashbrown v0.13.2
10462026-04-15T00:13:18.530Z Downloaded progenitor-impl v0.11.2
10472026-04-15T00:13:18.535Z Downloaded pin-project v1.1.11
10482026-04-15T00:13:18.538Z Downloaded russh-keys v0.45.0
10492026-04-15T00:13:18.541Z Downloaded serde_repr v0.1.20
10502026-04-15T00:13:18.541Z Downloaded bindgen v0.71.1
10512026-04-15T00:13:18.544Z Downloaded sqlparser_derive v0.5.0
10522026-04-15T00:13:18.548Z Downloaded ssh-encoding v0.2.0
10532026-04-15T00:13:18.548Z Downloaded serde_path_to_error v0.1.20
10542026-04-15T00:13:18.548Z Downloaded hashbrown v0.12.3
10552026-04-15T00:13:18.551Z Downloaded hyper-util v0.1.20
10562026-04-15T00:13:18.554Z Downloaded serde-big-array v0.5.1
10572026-04-15T00:13:18.557Z Downloaded sec1 v0.7.3
10582026-04-15T00:13:18.557Z Downloaded sct v0.7.1
10592026-04-15T00:13:18.560Z Downloaded rustls-pki-types v1.14.0
10602026-04-15T00:13:18.564Z Downloaded strip-ansi-escapes v0.2.1
10612026-04-15T00:13:18.564Z Downloaded shlex v1.3.0
10622026-04-15T00:13:18.564Z Downloaded aes v0.8.4
10632026-04-15T00:13:18.568Z Downloaded strum v0.26.3
10642026-04-15T00:13:18.568Z Downloaded structmeta-derive v0.3.0
10652026-04-15T00:13:18.568Z Downloaded structmeta v0.3.0
10662026-04-15T00:13:18.572Z Downloaded slab v0.4.12
10672026-04-15T00:13:18.572Z Downloaded slog-dtrace v0.3.0
10682026-04-15T00:13:18.574Z Downloaded prettyplease v0.2.37
10692026-04-15T00:13:18.577Z Downloaded pretty_assertions v1.4.1
10702026-04-15T00:13:18.582Z Downloaded strum v0.27.2
10712026-04-15T00:13:18.582Z Downloaded ron v0.8.1
10722026-04-15T00:13:18.585Z Downloaded tap v1.0.1
10732026-04-15T00:13:18.588Z Downloaded sync-ptr v0.1.4
10742026-04-15T00:13:18.588Z Downloaded mio v1.1.1
10752026-04-15T00:13:18.592Z Downloaded tabwriter v1.4.1
10762026-04-15T00:13:18.592Z Downloaded sync_wrapper v1.0.2
10772026-04-15T00:13:18.592Z Downloaded progenitor-impl v0.13.0
10782026-04-15T00:13:18.595Z Downloaded testing_table v0.3.0
10792026-04-15T00:13:18.596Z Downloaded slog-stdlog v4.1.1
10802026-04-15T00:13:18.596Z Downloaded serde_cbor v0.11.2
10812026-04-15T00:13:18.599Z Downloaded smf v0.2.3
10822026-04-15T00:13:18.599Z Downloaded slog-term v2.9.2
10832026-04-15T00:13:18.604Z Downloaded spki v0.7.3
10842026-04-15T00:13:18.604Z Downloaded snafu-derive v0.8.9
10852026-04-15T00:13:18.607Z Downloaded slog-scope v4.4.1
10862026-04-15T00:13:18.607Z Downloaded take_mut v0.2.2
10872026-04-15T00:13:18.607Z Downloaded tagptr v0.2.0
10882026-04-15T00:13:18.607Z Downloaded slog-json v2.6.1
10892026-04-15T00:13:18.607Z Downloaded supports-color v3.0.2
10902026-04-15T00:13:18.611Z Downloaded subtle v2.6.1
10912026-04-15T00:13:18.611Z Downloaded slog-async v2.8.0
10922026-04-15T00:13:18.611Z Downloaded serde_with_macros v3.17.0
10932026-04-15T00:13:18.614Z Downloaded num-bigint v0.4.6
10942026-04-15T00:13:18.619Z Downloaded thread-id v5.1.0
10952026-04-15T00:13:18.622Z Downloaded sqlformat v0.3.5
10962026-04-15T00:13:18.622Z Downloaded termtree v0.5.1
10972026-04-15T00:13:18.625Z Downloaded tinyvec_macros v0.1.1
10982026-04-15T00:13:18.625Z Downloaded thiserror-impl-no-std v2.0.2
10992026-04-15T00:13:18.625Z Downloaded ssh-cipher v0.2.0
11002026-04-15T00:13:18.625Z Downloaded string_cache v0.8.9
11012026-04-15T00:13:18.629Z Downloaded static_assertions v1.1.0
11022026-04-15T00:13:18.629Z Downloaded crossterm v0.29.0
11032026-04-15T00:13:18.632Z Downloaded schemars v0.8.22
11042026-04-15T00:13:18.639Z Downloaded strum_macros v0.26.4
11052026-04-15T00:13:18.646Z Downloaded time-core v0.1.8
11062026-04-15T00:13:18.646Z Downloaded stringprep v0.1.5
11072026-04-15T00:13:18.652Z Downloaded rustls-platform-verifier v0.6.2
11082026-04-15T00:13:18.652Z Downloaded stacker v0.1.23
11092026-04-15T00:13:18.652Z Downloaded rcgen v0.12.1
11102026-04-15T00:13:18.652Z Downloaded signal-hook-registry v1.4.8
11112026-04-15T00:13:18.652Z Downloaded rayon-core v1.13.0
11122026-04-15T00:13:18.657Z Downloaded support-bundle-viewer v0.1.2
11132026-04-15T00:13:18.657Z Downloaded ryu v1.0.23
11142026-04-15T00:13:18.662Z Downloaded strum_macros v0.24.3
11152026-04-15T00:13:18.662Z Downloaded smallvec v0.6.14
11162026-04-15T00:13:18.667Z Downloaded topological-sort v0.2.2
11172026-04-15T00:13:18.670Z Downloaded qorb v0.4.1
11182026-04-15T00:13:18.687Z Downloaded serde_derive_internals v0.29.1
11192026-04-15T00:13:18.690Z Downloaded itertools v0.10.5
11202026-04-15T00:13:18.690Z Downloaded tower-layer v0.3.3
11212026-04-15T00:13:18.690Z Downloaded termios v0.3.3
11222026-04-15T00:13:18.690Z Downloaded tabled_derive v0.11.0
11232026-04-15T00:13:18.690Z Downloaded quinn v0.11.9
11242026-04-15T00:13:18.690Z Downloaded thiserror-no-std v2.0.2
11252026-04-15T00:13:18.690Z Downloaded hashbrown v0.15.5
11262026-04-15T00:13:18.694Z Downloaded time-macros v0.2.27
11272026-04-15T00:13:18.694Z Downloaded tiny-keccak v2.0.2
11282026-04-15T00:13:18.694Z Downloaded thread_local v1.1.9
11292026-04-15T00:13:18.697Z Downloaded try-lock v0.2.5
11302026-04-15T00:13:18.697Z Downloaded trait-variant v0.1.2
11312026-04-15T00:13:18.697Z Downloaded tower-service v0.3.3
11322026-04-15T00:13:18.697Z Downloaded spin v0.9.8
11332026-04-15T00:13:18.701Z Downloaded serde_yaml v0.9.34+deprecated
11342026-04-15T00:13:18.704Z Downloaded schemars v0.9.0
11352026-04-15T00:13:18.714Z Downloaded tokio-dtrace v0.1.1
11362026-04-15T00:13:18.718Z Downloaded unarray v0.1.4
11372026-04-15T00:13:18.718Z Downloaded tokio-macros v2.6.0
11382026-04-15T00:13:18.718Z Downloaded tls_codec v0.4.2
11392026-04-15T00:13:18.718Z Downloaded tls_codec_derive v0.4.2
11402026-04-15T00:13:18.718Z Downloaded typify-macro v0.4.3
11412026-04-15T00:13:18.718Z Downloaded slog v2.8.2
11422026-04-15T00:13:18.721Z Downloaded untrusted v0.7.1
11432026-04-15T00:13:18.721Z Downloaded simd-adler32 v0.3.8
11442026-04-15T00:13:18.724Z Downloaded iddqd v0.3.17
11452026-04-15T00:13:18.728Z Downloaded signal-hook v0.3.18
11462026-04-15T00:13:18.731Z Downloaded unicode-truncate v1.1.0
11472026-04-15T00:13:18.731Z Downloaded libxml v0.3.3
11482026-04-15T00:13:18.734Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-04-15T00:13:18.737Z Downloaded tokio-tungstenite v0.23.1
11502026-04-15T00:13:18.737Z Downloaded nom v7.1.3
11512026-04-15T00:13:18.741Z Downloaded universal-hash v0.5.1
11522026-04-15T00:13:18.741Z Downloaded unit-prefix v0.5.2
11532026-04-15T00:13:18.741Z Downloaded usdt-macro v0.6.0
11542026-04-15T00:13:18.744Z Downloaded utf-8 v0.7.6
11552026-04-15T00:13:18.745Z Downloaded untrusted v0.9.0
11562026-04-15T00:13:18.745Z Downloaded usdt-attr-macro v0.6.0
11572026-04-15T00:13:18.745Z Downloaded tokio-rustls v0.25.0
11582026-04-15T00:13:18.748Z Downloaded term v1.2.1
11592026-04-15T00:13:18.748Z Downloaded void v1.0.2
11602026-04-15T00:13:18.752Z Downloaded usdt v0.6.0
11612026-04-15T00:13:18.752Z Downloaded toml_writer v1.0.6+spec-1.1.0
11622026-04-15T00:13:18.752Z Downloaded itertools v0.12.1
11632026-04-15T00:13:18.759Z Downloaded term v0.7.0
11642026-04-15T00:13:18.767Z Downloaded publicsuffix v2.3.0
11652026-04-15T00:13:18.767Z Downloaded socket2 v0.6.2
11662026-04-15T00:13:18.767Z Downloaded iri-string v0.7.10
11672026-04-15T00:13:18.771Z Downloaded tokio-tungstenite v0.21.0
11682026-04-15T00:13:18.771Z Downloaded strum_macros v0.27.2
11692026-04-15T00:13:18.771Z Downloaded wait-timeout v0.2.1
11702026-04-15T00:13:18.774Z Downloaded want v0.3.1
11712026-04-15T00:13:18.774Z Downloaded waitgroup v0.1.2
11722026-04-15T00:13:18.778Z Downloaded rand v0.9.2
11732026-04-15T00:13:18.781Z Downloaded rustls-webpki v0.103.9
11742026-04-15T00:13:18.785Z Downloaded unicase v2.9.0
11752026-04-15T00:13:18.785Z Downloaded rand v0.8.5
11762026-04-15T00:13:18.797Z Downloaded hyper v1.8.1
11772026-04-15T00:13:18.801Z Downloaded typify-macro v0.6.1
11782026-04-15T00:13:18.804Z Downloaded xshell-macros v0.2.7
11792026-04-15T00:13:18.804Z Downloaded xattr v1.6.1
11802026-04-15T00:13:18.807Z Downloaded tokio-native-tls v0.3.1
11812026-04-15T00:13:18.810Z Downloaded tokio-stream v0.1.18
11822026-04-15T00:13:18.810Z Downloaded tokio-rustls v0.26.4
11832026-04-15T00:13:18.814Z Downloaded toml_parser v1.0.9+spec-1.1.0
11842026-04-15T00:13:18.818Z Downloaded tokio-rustls v0.24.1
11852026-04-15T00:13:18.818Z Downloaded subprocess v0.2.15
11862026-04-15T00:13:18.821Z Downloaded zeroize_derive v1.4.3
11872026-04-15T00:13:18.824Z Downloaded usdt-impl v0.6.0
11882026-04-15T00:13:18.827Z Downloaded test-strategy v0.4.5
11892026-04-15T00:13:18.830Z Downloaded h2 v0.4.13
11902026-04-15T00:13:18.834Z Downloaded socket2 v0.5.10
11912026-04-15T00:13:18.837Z Downloaded snafu v0.8.9
11922026-04-15T00:13:18.842Z Downloaded vergen-git2 v1.0.7
11932026-04-15T00:13:18.842Z Downloaded rsa v0.9.10
11942026-04-15T00:13:18.845Z Downloaded zone_cfg_derive v0.3.1
11952026-04-15T00:13:18.845Z Downloaded russh v0.45.0
11962026-04-15T00:13:18.848Z Downloaded vergen-lib v0.1.6
11972026-04-15T00:13:18.849Z Downloaded vergen-gitcl v1.0.8
11982026-04-15T00:13:18.849Z Downloaded num-bigint-dig v0.8.6
11992026-04-15T00:13:18.853Z Downloaded zone v0.3.1
12002026-04-15T00:13:18.853Z Downloaded itertools v0.14.0
12012026-04-15T00:13:18.857Z Downloaded walkdir v2.5.0
12022026-04-15T00:13:18.857Z Downloaded tracing-attributes v0.1.31
12032026-04-15T00:13:18.860Z Downloaded libm v0.2.16
12042026-04-15T00:13:18.865Z Downloaded twox-hash v2.1.2
12052026-04-15T00:13:18.868Z Downloaded whoami v1.6.1
12062026-04-15T00:13:18.868Z Downloaded tui-tree-widget v0.23.1
12072026-04-15T00:13:18.868Z Downloaded similar v2.7.0
12082026-04-15T00:13:18.871Z Downloaded rand v0.10.0
12092026-04-15T00:13:18.874Z Downloaded wyz v0.5.1
12102026-04-15T00:13:18.874Z Downloaded xshell v0.2.7
12112026-04-15T00:13:18.877Z Downloaded schemars v1.2.1
12122026-04-15T00:13:18.884Z Downloaded xz2 v0.1.7
12132026-04-15T00:13:18.887Z Downloaded p521 v0.13.3
12142026-04-15T00:13:18.890Z Downloaded whoami v2.1.0
12152026-04-15T00:13:18.890Z Downloaded toml v0.7.8
12162026-04-15T00:13:18.893Z Downloaded zeroize v1.8.2
12172026-04-15T00:13:18.893Z Downloaded unicode-properties v0.1.4
12182026-04-15T00:13:18.893Z Downloaded tar v0.4.45
12192026-04-15T00:13:18.897Z Downloaded hkdf v0.12.4
12202026-04-15T00:13:18.903Z Downloaded itertools v0.13.0
12212026-04-15T00:13:18.903Z Downloaded vergen v9.0.6
12222026-04-15T00:13:18.912Z Downloaded zstd-safe v7.2.4
12232026-04-15T00:13:18.912Z Downloaded zstd v0.13.3
12242026-04-15T00:13:18.912Z Downloaded uzers v0.12.2
12252026-04-15T00:13:18.918Z Downloaded tinyvec v1.10.0
12262026-04-15T00:13:18.918Z Downloaded vsss-rs v3.3.4
12272026-04-15T00:13:18.918Z Downloaded tracing-core v0.1.36
12282026-04-15T00:13:18.922Z Downloaded tungstenite v0.21.0
12292026-04-15T00:13:18.922Z Downloaded samael v0.0.19
12302026-04-15T00:13:18.925Z Downloaded blake3 v1.8.3
12312026-04-15T00:13:18.930Z Downloaded unicode-bidi v0.3.18
12322026-04-15T00:13:18.933Z Downloaded typify v0.4.3
12332026-04-15T00:13:18.936Z Downloaded tungstenite v0.23.0
12342026-04-15T00:13:18.936Z Downloaded rustyline v14.0.0
12352026-04-15T00:13:18.940Z Downloaded toml v0.9.12+spec-1.1.0
12362026-04-15T00:13:18.943Z Downloaded toml_edit v0.23.10+spec-1.0.0
12372026-04-15T00:13:18.946Z Downloaded zerocopy v0.6.6
12382026-04-15T00:13:18.946Z Downloaded yasna v0.5.2
12392026-04-15T00:13:18.950Z Downloaded futures-util v0.3.32
12402026-04-15T00:13:18.956Z Downloaded aws-lc-rs v1.16.0
12412026-04-15T00:13:18.961Z Downloaded ron v0.12.0
12422026-04-15T00:13:18.966Z Downloaded vte v0.14.1
12432026-04-15T00:13:18.970Z Downloaded typify v0.6.1
12442026-04-15T00:13:18.976Z Downloaded rpassword v7.4.0
12452026-04-15T00:13:18.976Z Downloaded steno v0.4.1
12462026-04-15T00:13:18.989Z Downloaded reedline v0.40.0
12472026-04-15T00:13:18.993Z Downloaded unsafe-libyaml v0.2.11
12482026-04-15T00:13:18.999Z Downloaded uuid v1.21.0
12492026-04-15T00:13:19.010Z Downloaded zopfli v0.8.3
12502026-04-15T00:13:19.015Z Downloaded tokio-postgres v0.7.16
12512026-04-15T00:13:19.022Z Downloaded yansi v1.0.1
12522026-04-15T00:13:19.035Z Downloaded chrono v0.4.44
12532026-04-15T00:13:19.042Z Downloaded unicode_categories v0.1.1
12542026-04-15T00:13:19.042Z Downloaded reqwest v0.13.2
12552026-04-15T00:13:19.042Z Downloaded p384 v0.13.1
12562026-04-15T00:13:19.047Z Downloaded regex v1.12.3
12572026-04-15T00:13:19.047Z Downloaded toml_edit v0.19.15
12582026-04-15T00:13:19.053Z Downloaded tower v0.5.3
12592026-04-15T00:13:19.058Z Downloaded reqwest v0.12.28
12602026-04-15T00:13:19.062Z Downloaded rayon v1.11.0
12612026-04-15T00:13:19.068Z Downloaded quick-xml v0.37.5
12622026-04-15T00:13:19.071Z Downloaded ssh-key v0.6.7
12632026-04-15T00:13:19.077Z Downloaded bitvec v1.0.1
12642026-04-15T00:13:19.088Z Downloaded zip v0.6.6
12652026-04-15T00:13:19.092Z Downloaded typed-path v0.9.3
12662026-04-15T00:13:19.107Z Downloaded lalrpop v0.19.12
12672026-04-15T00:13:19.116Z Downloaded portable-atomic v1.13.1
12682026-04-15T00:13:19.119Z Downloaded rustls-webpki v0.101.7
12692026-04-15T00:13:19.127Z Downloaded x509-cert v0.2.5
12702026-04-15T00:13:19.131Z Downloaded unicode-segmentation v1.12.0
12712026-04-15T00:13:19.135Z Downloaded zerocopy-derive v0.8.40
12722026-04-15T00:13:19.139Z Downloaded goblin v0.10.5
12732026-04-15T00:13:19.145Z Downloaded moka v0.12.13
12742026-04-15T00:13:19.150Z Downloaded salty v0.3.0
12752026-04-15T00:13:19.153Z Downloaded rustls-webpki v0.102.8
12762026-04-15T00:13:19.164Z Downloaded unicode-normalization v0.1.25
12772026-04-15T00:13:19.167Z Downloaded tokio-util v0.7.18
12782026-04-15T00:13:19.170Z Downloaded tough v0.20.0
12792026-04-15T00:13:19.176Z Downloaded zip v4.6.1
12802026-04-15T00:13:19.181Z Downloaded proptest v1.10.0
12812026-04-15T00:13:19.190Z Downloaded serde_with v3.17.0
12822026-04-15T00:13:19.199Z Downloaded petname v2.0.2
12832026-04-15T00:13:19.200Z Downloaded git2 v0.20.4
12842026-04-15T00:13:19.206Z Downloaded tower-http v0.6.8
12852026-04-15T00:13:19.213Z Downloaded object v0.30.4
12862026-04-15T00:13:19.219Z Downloaded winnow v0.6.26
12872026-04-15T00:13:19.225Z Downloaded quinn-proto v0.11.13
12882026-04-15T00:13:19.230Z Downloaded curve25519-dalek v4.1.3
12892026-04-15T00:13:19.235Z Downloaded winnow v0.5.40
12902026-04-15T00:13:19.240Z Downloaded openssl v0.10.75
12912026-04-15T00:13:19.246Z Downloaded radix_trie v0.2.1
12922026-04-15T00:13:19.249Z Downloaded nix v0.27.1
12932026-04-15T00:13:19.274Z Downloaded rustls v0.21.12
12942026-04-15T00:13:19.281Z Downloaded time v0.3.47
12952026-04-15T00:13:19.290Z Downloaded polar-core v0.27.3
12962026-04-15T00:13:19.298Z Downloaded nix v0.28.0
12972026-04-15T00:13:19.304Z Downloaded smoltcp v0.9.1
12982026-04-15T00:13:19.308Z Downloaded zlib-rs v0.6.2
12992026-04-15T00:13:19.311Z Downloaded vcpkg v0.2.15
13002026-04-15T00:13:19.334Z Downloaded tabled v0.20.0
13012026-04-15T00:13:19.344Z Downloaded nix v0.31.1
13022026-04-15T00:13:19.351Z Downloaded dropshot v0.16.7
13032026-04-15T00:13:19.364Z Downloaded regex-syntax v0.6.29
13042026-04-15T00:13:19.368Z Downloaded bstr v1.12.1
13052026-04-15T00:13:19.374Z Downloaded zerocopy v0.8.40
13062026-04-15T00:13:19.380Z Downloaded object v0.37.3
13072026-04-15T00:13:19.386Z Downloaded nix v0.29.0
13082026-04-15T00:13:19.393Z Downloaded webpki-roots v1.0.6
13092026-04-15T00:13:19.400Z Downloaded diesel v2.3.7
13102026-04-15T00:13:19.409Z Downloaded rustls v0.22.4
13112026-04-15T00:13:19.417Z Downloaded rustls v0.23.37
13122026-04-15T00:13:19.424Z Downloaded openapiv3 v2.2.0
13132026-04-15T00:13:19.432Z Downloaded regex-syntax v0.8.10
13142026-04-15T00:13:19.438Z Downloaded hickory-proto v0.25.2
13152026-04-15T00:13:19.447Z Downloaded smoltcp v0.11.0
13162026-04-15T00:13:19.454Z Downloaded rustix v0.38.44
13172026-04-15T00:13:19.467Z Downloaded sled v0.34.7
13182026-04-15T00:13:19.477Z Downloaded hickory-proto v0.24.4
13192026-04-15T00:13:19.483Z Downloaded regress v0.10.5
13202026-04-15T00:13:19.498Z Downloaded ratatui v0.29.0
13212026-04-15T00:13:19.527Z Downloaded sqlparser v0.61.0
13222026-04-15T00:13:19.556Z Downloaded jiff v0.2.21
13232026-04-15T00:13:19.568Z Downloaded typify-impl v0.6.1
13242026-04-15T00:13:19.576Z Downloaded tracing v0.1.44
13252026-04-15T00:13:19.590Z Downloaded typify-impl v0.4.3
13262026-04-15T00:13:19.600Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-04-15T00:13:19.608Z Downloaded lzma-sys v0.1.20
13282026-04-15T00:13:19.624Z Downloaded zerocopy-derive v0.6.6
13292026-04-15T00:13:19.629Z Downloaded regex-automata v0.4.14
13302026-04-15T00:13:19.639Z Downloaded petgraph v0.8.3
13312026-04-15T00:13:19.652Z Downloaded csv v1.4.0
13322026-04-15T00:13:19.664Z Downloaded petgraph v0.6.5
13332026-04-15T00:13:19.680Z Downloaded chrono-tz v0.10.4
13342026-04-15T00:13:19.692Z Downloaded libz-sys v1.1.24
13352026-04-15T00:13:19.715Z Downloaded tokio v1.49.0
13362026-04-15T00:13:19.736Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-04-15T00:13:19.746Z Downloaded sha3 v0.10.8
13382026-04-15T00:13:19.783Z Downloaded encoding_rs v0.8.35
13392026-04-15T00:13:19.812Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-04-15T00:13:19.848Z Downloaded ring v0.17.14
13412026-04-15T00:13:20.394Z Downloaded aws-lc-sys v0.37.1
13422026-04-15T00:13:20.643Z Compiling libc v0.2.180
13432026-04-15T00:13:20.644Z Compiling serde v1.0.228
13442026-04-15T00:13:20.647Z Compiling log v0.4.29
13452026-04-15T00:13:20.647Z Compiling find-msvc-tools v0.1.9
13462026-04-15T00:13:20.795Z Compiling shlex v1.3.0
13472026-04-15T00:13:20.798Z Compiling smallvec v1.15.1
13482026-04-15T00:13:20.804Z Compiling syn v2.0.117
13492026-04-15T00:13:20.816Z Compiling typenum v1.19.0
13502026-04-15T00:13:20.960Z Compiling generic-array v0.14.7
13512026-04-15T00:13:20.976Z Compiling subtle v2.6.1
13522026-04-15T00:13:20.999Z Compiling scopeguard v1.2.0
13532026-04-15T00:13:21.039Z Compiling portable-atomic v1.13.1
13542026-04-15T00:13:21.095Z Compiling lock_api v0.4.14
13552026-04-15T00:13:21.109Z Compiling const-oid v0.9.6
13562026-04-15T00:13:21.136Z Compiling critical-section v1.2.0
13572026-04-15T00:13:21.202Z Compiling zerocopy v0.8.40
13582026-04-15T00:13:21.238Z Compiling serde_json v1.0.149
13592026-04-15T00:13:21.322Z Compiling pin-project-lite v0.2.17
13602026-04-15T00:13:21.417Z Compiling parking_lot_core v0.9.12
13612026-04-15T00:13:21.591Z Compiling getrandom v0.2.17
13622026-04-15T00:13:21.649Z Compiling jobserver v0.1.34
13632026-04-15T00:13:21.660Z Compiling errno v0.3.14
13642026-04-15T00:13:21.753Z Compiling rand_core v0.6.4
13652026-04-15T00:13:21.818Z Compiling signal-hook-registry v1.4.8
13662026-04-15T00:13:21.847Z Compiling cc v1.2.56
13672026-04-15T00:13:22.016Z Compiling once_cell v1.21.3
13682026-04-15T00:13:22.016Z Compiling pkg-config v0.3.32
13692026-04-15T00:13:22.042Z Compiling mio v1.1.1
13702026-04-15T00:13:22.082Z Compiling parking_lot v0.12.5
13712026-04-15T00:13:22.146Z Compiling bitflags v2.11.0
13722026-04-15T00:13:22.219Z Compiling libm v0.2.16
13732026-04-15T00:13:22.370Z Compiling num-traits v0.2.19
13742026-04-15T00:13:22.444Z Compiling futures-core v0.3.32
13752026-04-15T00:13:22.496Z Compiling socket2 v0.6.2
13762026-04-15T00:13:22.544Z Compiling percent-encoding v2.3.2
13772026-04-15T00:13:22.575Z Compiling allocator-api2 v0.2.21
13782026-04-15T00:13:22.590Z Compiling foldhash v0.2.0
13792026-04-15T00:13:22.764Z Compiling cpufeatures v0.2.17
13802026-04-15T00:13:22.813Z Compiling futures-sink v0.3.32
13812026-04-15T00:13:22.887Z Compiling futures-io v0.3.32
13822026-04-15T00:13:22.928Z Compiling futures-channel v0.3.32
13832026-04-15T00:13:22.929Z Compiling getrandom v0.4.1
13842026-04-15T00:13:22.987Z Compiling hashbrown v0.16.1
13852026-04-15T00:13:23.002Z Compiling futures-task v0.3.32
13862026-04-15T00:13:23.043Z Compiling slab v0.4.12
13872026-04-15T00:13:23.160Z Compiling rand_core v0.10.0
13882026-04-15T00:13:23.197Z Compiling rustversion v1.0.22
13892026-04-15T00:13:23.224Z Compiling getrandom v0.3.4
13902026-04-15T00:13:23.291Z Compiling form_urlencoded v1.2.2
13912026-04-15T00:13:23.483Z Compiling cmake v0.1.57
13922026-04-15T00:13:23.548Z Compiling indexmap v2.13.0
13932026-04-15T00:13:23.579Z Compiling dunce v1.0.5
13942026-04-15T00:13:23.677Z Compiling synstructure v0.13.2
13952026-04-15T00:13:23.781Z Compiling fs_extra v1.3.0
13962026-04-15T00:13:23.890Z Compiling base64ct v1.8.3
13972026-04-15T00:13:24.064Z Compiling ident_case v1.0.1
13982026-04-15T00:13:24.127Z Compiling pem-rfc7468 v0.7.0
13992026-04-15T00:13:24.151Z Compiling aws-lc-sys v0.37.1
14002026-04-15T00:13:24.191Z Compiling flagset v0.4.7
14012026-04-15T00:13:24.194Z Compiling rand_core v0.9.5
14022026-04-15T00:13:24.219Z Compiling iana-time-zone v0.1.65
14032026-04-15T00:13:24.219Z Compiling rustix v1.1.3
14042026-04-15T00:13:24.307Z Compiling ring v0.17.14
14052026-04-15T00:13:24.322Z Compiling uuid v1.21.0
14062026-04-15T00:13:24.422Z Compiling rustc_version v0.4.1
14072026-04-15T00:13:24.440Z Compiling aws-lc-rs v1.16.0
14082026-04-15T00:13:24.492Z Compiling vcpkg v0.2.15
14092026-04-15T00:13:24.725Z Compiling regex-syntax v0.8.10
14102026-04-15T00:13:24.755Z Compiling tracing-core v0.1.36
14112026-04-15T00:13:25.035Z Compiling crossbeam-utils v0.8.21
14122026-04-15T00:13:25.240Z Compiling openssl-sys v0.9.111
14132026-04-15T00:13:25.332Z Compiling pest_generator v2.8.6
14142026-04-15T00:13:25.366Z Compiling serde_derive_internals v0.29.1
14152026-04-15T00:13:25.406Z Compiling serde_derive v1.0.228
14162026-04-15T00:13:25.773Z Compiling zeroize_derive v1.4.3
14172026-04-15T00:13:25.988Z Compiling zerofrom-derive v0.1.6
14182026-04-15T00:13:26.052Z Compiling yoke-derive v0.8.1
14192026-04-15T00:13:26.300Z Compiling zerocopy-derive v0.8.40
14202026-04-15T00:13:26.435Z Compiling zeroize v1.8.2
14212026-04-15T00:13:27.130Z Compiling zerovec-derive v0.11.2
14222026-04-15T00:13:27.209Z Compiling crypto-common v0.1.7
14232026-04-15T00:13:27.246Z Compiling block-buffer v0.10.4
14242026-04-15T00:13:27.354Z Compiling displaydoc v0.2.5
14252026-04-15T00:13:27.397Z Compiling zerofrom v0.1.6
14262026-04-15T00:13:27.410Z Compiling digest v0.10.7
14272026-04-15T00:13:27.521Z Compiling yoke v0.8.1
14282026-04-15T00:13:27.649Z Compiling tokio-macros v2.6.0
14292026-04-15T00:13:28.715Z Compiling hmac v0.12.1
14302026-04-15T00:13:28.718Z Compiling futures-macro v0.3.32
14312026-04-15T00:13:28.718Z Compiling zerotrie v0.2.3
14322026-04-15T00:13:28.718Z Compiling zerovec v0.11.5
14332026-04-15T00:13:28.718Z Compiling block-padding v0.3.3
14342026-04-15T00:13:28.718Z Compiling sha2 v0.10.9
14352026-04-15T00:13:28.718Z Compiling inout v0.1.4
14362026-04-15T00:13:28.718Z Compiling tinystr v0.8.2
14372026-04-15T00:13:28.736Z Compiling potential_utf v0.1.4
14382026-04-15T00:13:28.751Z Compiling futures-util v0.3.32
14392026-04-15T00:13:28.898Z Compiling bytes v1.11.1
14402026-04-15T00:13:28.901Z Compiling icu_locale_core v2.1.1
14412026-04-15T00:13:28.958Z Compiling icu_collections v2.1.1
14422026-04-15T00:13:29.032Z Compiling cipher v0.4.4
14432026-04-15T00:13:29.302Z Compiling der_derive v0.7.3
14442026-04-15T00:13:29.428Z Compiling tokio v1.49.0
14452026-04-15T00:13:29.495Z Compiling http v1.4.0
14462026-04-15T00:13:29.784Z Compiling icu_provider v2.1.1
14472026-04-15T00:13:29.798Z Compiling salsa20 v0.10.2
14482026-04-15T00:13:29.933Z Compiling chrono v0.4.44
14492026-04-15T00:13:30.081Z Compiling icu_properties v2.1.2
14502026-04-15T00:13:30.247Z Compiling icu_normalizer v2.1.1
14512026-04-15T00:13:30.390Z Compiling der v0.7.10
14522026-04-15T00:13:30.717Z Compiling ppv-lite86 v0.2.21
14532026-04-15T00:13:30.775Z Compiling pbkdf2 v0.12.2
14542026-04-15T00:13:30.891Z Compiling thiserror-impl v2.0.18
14552026-04-15T00:13:30.983Z Compiling idna_adapter v1.2.1
14562026-04-15T00:13:31.033Z Compiling rand_chacha v0.9.0
14572026-04-15T00:13:31.120Z Compiling idna v1.1.0
14582026-04-15T00:13:31.143Z Compiling scrypt v0.11.0
14592026-04-15T00:13:31.292Z Compiling spki v0.7.3
14602026-04-15T00:13:31.393Z Compiling url v2.5.8
14612026-04-15T00:13:31.494Z Compiling aes v0.8.4
14622026-04-15T00:13:31.570Z Compiling cbc v0.1.2
14632026-04-15T00:13:31.717Z Compiling rustls-pki-types v1.14.0
14642026-04-15T00:13:31.731Z Compiling tracing-attributes v0.1.31
14652026-04-15T00:13:31.752Z Compiling rand v0.9.2
14662026-04-15T00:13:32.166Z Compiling pkcs5 v0.7.1
14672026-04-15T00:13:32.181Z Compiling http-body v1.0.1
14682026-04-15T00:13:32.194Z Compiling thiserror v2.0.18
14692026-04-15T00:13:32.332Z Compiling untrusted v0.7.1
14702026-04-15T00:13:32.358Z Compiling base64 v0.22.1
14712026-04-15T00:13:32.456Z Compiling untrusted v0.9.0
14722026-04-15T00:13:32.534Z Compiling openssl-probe v0.2.1
14732026-04-15T00:13:32.538Z Compiling syn v1.0.109
14742026-04-15T00:13:32.575Z Compiling httparse v1.10.1
14752026-04-15T00:13:32.637Z Compiling schemars v0.8.22
14762026-04-15T00:13:32.757Z Compiling pkcs8 v0.10.2
14772026-04-15T00:13:32.883Z Compiling schemars_derive v0.8.22
14782026-04-15T00:13:32.940Z Compiling pest_derive v2.8.6
14792026-04-15T00:13:33.001Z Compiling scroll_derive v0.13.1
14802026-04-15T00:13:33.051Z Compiling tracing v0.1.44
14812026-04-15T00:13:33.320Z Compiling tokio-util v0.7.18
14822026-04-15T00:13:33.361Z Compiling darling_core v0.20.11
14832026-04-15T00:13:33.553Z Compiling rustls v0.23.37
14842026-04-15T00:13:33.723Z Compiling dyn-clone v1.0.20
14852026-04-15T00:13:33.800Z Compiling atomic-waker v1.1.2
14862026-04-15T00:13:33.861Z Compiling tower-service v0.3.3
14872026-04-15T00:13:33.924Z Compiling try-lock v0.2.5
14882026-04-15T00:13:33.959Z Compiling tower-layer v0.3.3
14892026-04-15T00:13:34.035Z Compiling tinyvec_macros v0.1.1
14902026-04-15T00:13:34.107Z Compiling tinyvec v1.10.0
14912026-04-15T00:13:34.122Z Compiling want v0.3.1
14922026-04-15T00:13:34.283Z Compiling h2 v0.4.13
14932026-04-15T00:13:34.348Z Compiling scroll v0.13.0
14942026-04-15T00:13:34.611Z Compiling ipnet v2.11.0
14952026-04-15T00:13:34.733Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-04-15T00:13:35.056Z Compiling spin v0.9.8
14972026-04-15T00:13:35.106Z Compiling aho-corasick v1.1.4
14982026-04-15T00:13:35.120Z Compiling foreign-types-shared v0.1.1
14992026-04-15T00:13:35.206Z Compiling powerfmt v0.2.0
15002026-04-15T00:13:35.263Z Compiling openssl v0.10.75
15012026-04-15T00:13:35.420Z Compiling num-conv v0.2.0
15022026-04-15T00:13:35.439Z Compiling httpdate v1.0.3
15032026-04-15T00:13:35.501Z Compiling crc32fast v1.5.0
15042026-04-15T00:13:35.562Z Compiling time-core v0.1.8
15052026-04-15T00:13:35.626Z Compiling darling_macro v0.20.11
15062026-04-15T00:13:35.670Z Compiling pin-utils v0.1.0
15072026-04-15T00:13:35.720Z Compiling time-macros v0.2.27
15082026-04-15T00:13:35.772Z Compiling tempfile v3.25.0
15092026-04-15T00:13:35.840Z Compiling deranged v0.5.8
15102026-04-15T00:13:36.120Z Compiling darling v0.20.11
15112026-04-15T00:13:36.161Z Compiling regex-automata v0.4.14
15122026-04-15T00:13:36.203Z Compiling foreign-types v0.3.2
15132026-04-15T00:13:36.796Z Compiling goblin v0.10.5
15142026-04-15T00:13:36.814Z Compiling thiserror-impl v1.0.69
15152026-04-15T00:13:37.356Z Compiling hyper v1.8.1
15162026-04-15T00:13:38.106Z Compiling openssl-macros v0.1.1
15172026-04-15T00:13:38.257Z Compiling wait-timeout v0.2.1
15182026-04-15T00:13:38.308Z Compiling num_threads v0.1.7
15192026-04-15T00:13:38.407Z Compiling bit-vec v0.8.0
15202026-04-15T00:13:38.492Z Compiling either v1.15.0
15212026-04-15T00:13:38.518Z Compiling usdt-impl v0.6.0
15222026-04-15T00:13:38.641Z Compiling siphasher v1.0.2
15232026-04-15T00:13:38.700Z Compiling native-tls v0.2.18
15242026-04-15T00:13:38.724Z Compiling simd-adler32 v0.3.8
15252026-04-15T00:13:38.826Z Compiling quick-error v1.2.3
15262026-04-15T00:13:38.938Z Compiling rusty-fork v0.3.1
15272026-04-15T00:13:38.960Z Compiling bit-set v0.8.0
15282026-04-15T00:13:38.987Z Compiling hyper-util v0.1.20
15292026-04-15T00:13:39.115Z Compiling time v0.3.47
15302026-04-15T00:13:39.246Z Compiling thiserror v1.0.69
15312026-04-15T00:13:39.348Z Compiling derive_builder_core v0.20.2
15322026-04-15T00:13:40.216Z Compiling dof v0.4.0
15332026-04-15T00:13:40.456Z Compiling unicode-normalization v0.1.25
15342026-04-15T00:13:40.657Z Compiling crossbeam-epoch v0.9.18
15352026-04-15T00:13:40.677Z Compiling dtrace-parser v0.3.0
15362026-04-15T00:13:40.901Z Compiling rustls-native-certs v0.8.3
15372026-04-15T00:13:40.976Z Compiling signature v2.2.0
15382026-04-15T00:13:41.016Z Compiling scroll_derive v0.12.1
15392026-04-15T00:13:41.149Z Compiling heapless v0.7.17
15402026-04-15T00:13:41.186Z Compiling rand_xorshift v0.4.0
15412026-04-15T00:13:41.349Z Compiling darling_core v0.21.3
15422026-04-15T00:13:41.362Z Compiling slog v2.8.2
15432026-04-15T00:13:41.381Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-15T00:13:41.407Z Compiling sync_wrapper v1.0.2
15452026-04-15T00:13:41.511Z Compiling thread-id v5.1.0
15462026-04-15T00:13:41.537Z Compiling cookie v0.18.1
15472026-04-15T00:13:41.596Z Compiling unicode-segmentation v1.12.0
15482026-04-15T00:13:41.651Z Compiling adler2 v2.0.1
15492026-04-15T00:13:41.663Z Compiling zstd-safe v7.2.4
15502026-04-15T00:13:41.718Z Compiling unarray v0.1.4
15512026-04-15T00:13:41.777Z Compiling unicode-bidi v0.3.18
15522026-04-15T00:13:41.826Z Compiling rayon-core v1.13.0
15532026-04-15T00:13:41.845Z Compiling paste v1.0.15
15542026-04-15T00:13:41.857Z Compiling unicode-properties v0.1.4
15552026-04-15T00:13:41.970Z Compiling anyhow v1.0.102
15562026-04-15T00:13:41.998Z Compiling signal-hook v0.3.18
15572026-04-15T00:13:42.083Z Compiling proptest v1.10.0
15582026-04-15T00:13:42.152Z Compiling stringprep v0.1.5
15592026-04-15T00:13:42.183Z Compiling miniz_oxide v0.8.9
15602026-04-15T00:13:42.347Z Compiling scroll v0.12.0
15612026-04-15T00:13:42.627Z Compiling tower v0.5.3
15622026-04-15T00:13:42.837Z Compiling crossbeam-deque v0.8.6
15632026-04-15T00:13:43.025Z Compiling derive_builder_macro v0.20.2
15642026-04-15T00:13:43.103Z Compiling ipnetwork v0.21.1
15652026-04-15T00:13:43.118Z Compiling http-body-util v0.1.3
15662026-04-15T00:13:43.197Z Compiling webpki-roots v1.0.6
15672026-04-15T00:13:43.223Z Compiling rand_chacha v0.3.1
15682026-04-15T00:13:43.316Z Compiling serde_spanned v0.6.9
15692026-04-15T00:13:43.355Z Compiling erased-serde v0.3.31
15702026-04-15T00:13:43.462Z Compiling toml_datetime v0.6.11
15712026-04-15T00:13:43.481Z Compiling serde_tokenstream v0.2.3
15722026-04-15T00:13:43.494Z Compiling md-5 v0.10.6
15732026-04-15T00:13:43.659Z Compiling zerocopy-derive v0.7.35
15742026-04-15T00:13:43.722Z Compiling curve25519-dalek v4.1.3
15752026-04-15T00:13:43.792Z Compiling vergen-lib v0.1.6
15762026-04-15T00:13:43.838Z Compiling num-integer v0.1.46
15772026-04-15T00:13:43.919Z Compiling darling_macro v0.21.3
15782026-04-15T00:13:43.970Z Compiling hash32 v0.2.1
15792026-04-15T00:13:44.044Z Compiling ff v0.13.1
15802026-04-15T00:13:44.057Z Compiling memoffset v0.9.1
15812026-04-15T00:13:44.163Z Compiling zlib-rs v0.6.2
15822026-04-15T00:13:44.177Z Compiling cfg_aliases v0.2.1
15832026-04-15T00:13:44.180Z Compiling num-bigint-dig v0.8.6
15842026-04-15T00:13:44.245Z Compiling psl-types v2.0.11
15852026-04-15T00:13:44.258Z Compiling smoltcp v0.9.1
15862026-04-15T00:13:44.370Z Compiling rustix v0.38.44
15872026-04-15T00:13:44.373Z Compiling fallible-iterator v0.2.0
15882026-04-15T00:13:44.397Z Compiling litrs v1.0.0
15892026-04-15T00:13:44.534Z Compiling ref-cast v1.0.25
15902026-04-15T00:13:44.588Z Compiling iri-string v0.7.10
15912026-04-15T00:13:44.681Z Compiling ryu v1.0.23
15922026-04-15T00:13:44.709Z Compiling base16ct v0.2.0
15932026-04-15T00:13:44.861Z Compiling sec1 v0.7.3
15942026-04-15T00:13:44.880Z Compiling serde_urlencoded v0.7.1
15952026-04-15T00:13:44.893Z Compiling document-features v0.2.12
15962026-04-15T00:13:44.980Z Compiling postgres-protocol v0.6.10
15972026-04-15T00:13:45.131Z Compiling zerocopy v0.7.35
15982026-04-15T00:13:45.148Z Compiling darling v0.21.3
15992026-04-15T00:13:45.230Z Compiling newtype-uuid v1.3.2
16002026-04-15T00:13:45.492Z Compiling publicsuffix v2.3.0
16012026-04-15T00:13:45.524Z Compiling nix v0.31.1
16022026-04-15T00:13:45.652Z Compiling group v0.13.0
16032026-04-15T00:13:45.667Z Compiling num-iter v0.1.45
16042026-04-15T00:13:45.797Z Compiling tower-http v0.6.8
16052026-04-15T00:13:45.914Z Compiling derive_builder v0.20.2
16062026-04-15T00:13:46.038Z Compiling rand v0.8.5
16072026-04-15T00:13:46.082Z Compiling oxnet v0.1.4
16082026-04-15T00:13:46.194Z Compiling proc-macro-error v1.0.4
16092026-04-15T00:13:46.288Z Compiling tokio-native-tls v0.3.1
16102026-04-15T00:13:46.472Z Compiling goblin v0.8.2
16112026-04-15T00:13:46.861Z Compiling heck v0.4.1
16122026-04-15T00:13:47.080Z Compiling flate2 v1.1.9
16132026-04-15T00:13:47.124Z Compiling phf_shared v0.13.1
16142026-04-15T00:13:47.193Z Compiling regex v1.12.3
16152026-04-15T00:13:47.334Z Compiling hubpack_derive v0.1.1
16162026-04-15T00:13:47.349Z Compiling lazy_static v1.5.0
16172026-04-15T00:13:47.363Z Compiling cargo-platform v0.1.9
16182026-04-15T00:13:47.441Z Compiling hkdf v0.12.4
16192026-04-15T00:13:47.475Z Compiling crypto-bigint v0.5.5
16202026-04-15T00:13:47.607Z Compiling terminal_size v0.4.3
16212026-04-15T00:13:47.622Z Compiling async-trait v0.1.89
16222026-04-15T00:13:47.627Z Compiling curve25519-dalek-derive v0.1.1
16232026-04-15T00:13:47.785Z Compiling daft-derive v0.1.5
16242026-04-15T00:13:47.788Z Compiling strum_macros v0.27.2
16252026-04-15T00:13:48.340Z Compiling ref-cast-impl v1.0.25
16262026-04-15T00:13:48.507Z Compiling vergen v9.0.6
16272026-04-15T00:13:48.658Z Compiling fs-err v3.3.0
16282026-04-15T00:13:48.691Z Compiling ahash v0.8.12
16292026-04-15T00:13:48.851Z Compiling bumpalo v3.20.2
16302026-04-15T00:13:48.886Z Compiling bitflags v1.3.2
16312026-04-15T00:13:48.899Z Compiling foldhash v0.1.5
16322026-04-15T00:13:48.963Z Compiling winnow v0.5.40
16332026-04-15T00:13:49.068Z Compiling object v0.37.3
16342026-04-15T00:13:49.105Z Compiling libbz2-rs-sys v0.2.2
16352026-04-15T00:13:49.339Z Compiling managed v0.8.0
16362026-04-15T00:13:49.562Z Compiling bzip2 v0.6.1
16372026-04-15T00:13:49.766Z Compiling strum v0.27.2
16382026-04-15T00:13:49.795Z Compiling clap_builder v4.5.60
16392026-04-15T00:13:49.814Z Compiling zopfli v0.8.3
16402026-04-15T00:13:49.912Z Compiling hashbrown v0.15.5
16412026-04-15T00:13:50.008Z Compiling console v0.16.2
16422026-04-15T00:13:50.380Z Compiling toml_edit v0.19.15
16432026-04-15T00:13:50.491Z Compiling dof v0.3.0
16442026-04-15T00:13:50.515Z Compiling daft v0.1.5
16452026-04-15T00:13:50.542Z Compiling elliptic-curve v0.13.8
16462026-04-15T00:13:50.782Z Compiling hubpack v0.1.2
16472026-04-15T00:13:50.932Z Compiling cargo_metadata v0.19.2
16482026-04-15T00:13:51.191Z Compiling phf v0.13.1
16492026-04-15T00:13:51.349Z Compiling zone_cfg_derive v0.3.1
16502026-04-15T00:13:51.977Z Compiling signal-hook-mio v0.2.5
16512026-04-15T00:13:52.099Z Compiling cookie_store v0.22.1
16522026-04-15T00:13:52.626Z Compiling zstd v0.13.3
16532026-04-15T00:13:52.774Z Compiling rayon v1.11.0
16542026-04-15T00:13:52.805Z Compiling hyper-tls v0.6.0
16552026-04-15T00:13:52.950Z Compiling bzip2 v0.4.4
16562026-04-15T00:13:53.034Z Compiling postgres-types v0.2.12
16572026-04-15T00:13:53.064Z Compiling serde_with_macros v3.17.0
16582026-04-15T00:13:53.159Z Compiling usdt-attr-macro v0.6.0
16592026-04-15T00:13:53.539Z Compiling usdt-macro v0.6.0
16602026-04-15T00:13:53.597Z Compiling ed25519 v2.2.3
16612026-04-15T00:13:53.967Z Compiling dtrace-parser v0.2.0
16622026-04-15T00:13:54.183Z Compiling phf_shared v0.11.3
16632026-04-15T00:13:54.208Z Compiling itertools v0.12.1
16642026-04-15T00:13:54.272Z Compiling bstr v1.12.1
16652026-04-15T00:13:54.364Z Compiling pkcs1 v0.7.5
16662026-04-15T00:13:54.507Z Compiling serde-big-array v0.5.1
16672026-04-15T00:13:54.523Z Compiling hex v0.4.3
16682026-04-15T00:13:54.651Z Compiling rfc6979 v0.4.0
16692026-04-15T00:13:54.727Z Compiling enum-as-inner v0.6.1
16702026-04-15T00:13:54.759Z Compiling clap_derive v4.5.55
16712026-04-15T00:13:54.775Z Compiling serde_repr v0.1.20
16722026-04-15T00:13:54.790Z Compiling strum_macros v0.26.4
16732026-04-15T00:13:54.912Z Compiling float-cmp v0.10.0
16742026-04-15T00:13:55.062Z Compiling memmap2 v0.9.10
16752026-04-15T00:13:55.224Z Compiling thread-id v4.2.2
16762026-04-15T00:13:55.279Z Compiling env_filter v1.0.0
16772026-04-15T00:13:55.296Z Compiling encoding_rs v0.8.35
16782026-04-15T00:13:55.310Z Compiling static_assertions v1.1.0
16792026-04-15T00:13:55.388Z Compiling new_debug_unreachable v1.0.6
16802026-04-15T00:13:55.404Z Compiling difflib v0.4.0
16812026-04-15T00:13:55.461Z Compiling jiff v0.2.21
16822026-04-15T00:13:55.584Z Compiling fixedbitset v0.5.7
16832026-04-15T00:13:55.893Z Compiling rustc-hash v2.1.1
16842026-04-15T00:13:55.974Z Compiling keccak v0.1.6
16852026-04-15T00:13:56.019Z Compiling precomputed-hash v0.1.1
16862026-04-15T00:13:56.111Z Compiling fixedbitset v0.4.2
16872026-04-15T00:13:56.329Z Compiling unit-prefix v0.5.2
16882026-04-15T00:13:56.488Z Compiling mime v0.3.17
16892026-04-15T00:13:56.534Z Compiling predicates-core v1.0.10
16902026-04-15T00:13:56.550Z Compiling data-encoding v2.10.0
16912026-04-15T00:13:56.623Z Compiling normalize-line-endings v0.3.0
16922026-04-15T00:13:56.711Z Compiling whoami v2.1.0
16932026-04-15T00:13:56.726Z Compiling predicates v3.1.4
16942026-04-15T00:13:56.738Z Compiling strum v0.26.3
16952026-04-15T00:13:56.788Z Compiling clap v4.5.60
16962026-04-15T00:13:56.816Z Compiling indicatif v0.18.4
16972026-04-15T00:13:56.861Z Compiling hickory-proto v0.25.2
16982026-04-15T00:13:56.876Z Compiling petgraph v0.6.5
16992026-04-15T00:13:57.088Z Compiling tokio-postgres v0.7.16
17002026-04-15T00:13:57.232Z Compiling sha3 v0.10.8
17012026-04-15T00:13:57.352Z Compiling toml_edit v0.22.27
17022026-04-15T00:13:57.656Z Compiling string_cache v0.8.9
17032026-04-15T00:13:57.741Z Compiling iddqd v0.3.17
17042026-04-15T00:13:57.882Z Compiling petgraph v0.8.3
17052026-04-15T00:13:58.404Z Compiling zip v4.6.1
17062026-04-15T00:13:58.899Z Compiling env_logger v0.11.9
17072026-04-15T00:13:59.254Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-04-15T00:13:59.337Z Compiling zone v0.3.1
17092026-04-15T00:13:59.381Z Compiling usdt-impl v0.5.0
17102026-04-15T00:13:59.723Z Compiling usdt v0.6.0
17112026-04-15T00:13:59.857Z Compiling serde_with v3.17.0
17122026-04-15T00:13:59.970Z Compiling ecdsa v0.16.9
17132026-04-15T00:13:59.988Z Compiling similar v2.7.0
17142026-04-15T00:14:00.002Z Compiling rsa v0.9.10
17152026-04-15T00:14:00.123Z Compiling crossterm v0.28.1
17162026-04-15T00:14:00.353Z Compiling ed25519-dalek v2.2.0
17172026-04-15T00:14:00.840Z Compiling zip v0.6.6
17182026-04-15T00:14:01.426Z Compiling toml v0.7.8
17192026-04-15T00:14:01.864Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-04-15T00:14:01.934Z Compiling itertools v0.13.0
17212026-04-15T00:14:02.011Z Compiling tokio-stream v0.1.18
17222026-04-15T00:14:02.036Z Compiling buf-list v1.1.2
17232026-04-15T00:14:02.323Z Compiling x509-cert v0.2.5
17242026-04-15T00:14:02.449Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-04-15T00:14:02.479Z Compiling openapiv3 v2.2.0
17262026-04-15T00:14:02.493Z Compiling sha1 v0.10.6
17272026-04-15T00:14:02.749Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-04-15T00:14:02.794Z Compiling peg-runtime v0.8.5
17292026-04-15T00:14:03.047Z Compiling lalrpop-util v0.19.12
17302026-04-15T00:14:03.088Z Compiling thread_local v1.1.9
17312026-04-15T00:14:03.189Z Compiling slog-async v2.8.0
17322026-04-15T00:14:03.244Z Compiling crossbeam-channel v0.5.15
17332026-04-15T00:14:03.336Z Compiling futures-executor v0.3.32
17342026-04-15T00:14:03.362Z Compiling is-terminal v0.4.17
17352026-04-15T00:14:03.449Z Compiling filetime v0.2.27
17362026-04-15T00:14:03.514Z Compiling xattr v1.6.1
17372026-04-15T00:14:03.601Z Compiling take_mut v0.2.2
17382026-04-15T00:14:03.630Z Compiling term v1.2.1
17392026-04-15T00:14:03.704Z Compiling tar v0.4.45
17402026-04-15T00:14:03.717Z Compiling futures v0.3.32
17412026-04-15T00:14:03.970Z Compiling slog-term v2.9.2
17422026-04-15T00:14:09.781Z Compiling rustls-webpki v0.103.9
17432026-04-15T00:14:12.577Z Compiling tokio-rustls v0.26.4
17442026-04-15T00:14:12.577Z Compiling rustls-platform-verifier v0.6.2
17452026-04-15T00:14:12.782Z Compiling hyper-rustls v0.27.7
17462026-04-15T00:14:12.991Z Compiling reqwest v0.13.2
17472026-04-15T00:14:12.991Z Compiling reqwest v0.12.28
17482026-04-15T00:14:15.097Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-04-15T00:14:15.326Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-04-15T00:14:18.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17512026-04-15T00:14:18.257Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-04-15T00:14:18.313ZApr 15 00:14:17.380 INFO Starting download, target: DendriteStub
17532026-04-15T00:14:18.313ZApr 15 00:14:17.380 INFO Starting download, target: Clickhouse
17542026-04-15T00:14:18.313ZApr 15 00:14:17.380 INFO Starting download, target: MaghemiteMgd
17552026-04-15T00:14:18.313ZApr 15 00:14:17.380 INFO Starting download, target: Cockroach
17562026-04-15T00:14:18.316ZApr 15 00:14:17.380 INFO Starting download, target: TransceiverControl
17572026-04-15T00:14:18.316ZApr 15 00:14:17.380 INFO Starting download, target: Console
17582026-04-15T00:14:18.317ZApr 15 00:14:17.380 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-04-15T00:14:18.317ZApr 15 00:14:17.380 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-04-15T00:14:18.317ZApr 15 00:14:17.380 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-15T00:14:18.317ZApr 15 00:14:17.380 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-04-15T00:14:18.317ZApr 15 00:14:17.380 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-04-15T00:14:18.317ZApr 15 00:14:17.380 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-04-15T00:14:18.725ZApr 15 00:14:17.786 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-04-15T00:14:18.938ZApr 15 00:14:18.006 INFO Download complete, target: TransceiverControl
17662026-04-15T00:14:20.019ZApr 15 00:14:19.086 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-04-15T00:14:20.082ZApr 15 00:14:19.144 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-04-15T00:14:20.140ZApr 15 00:14:19.205 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-04-15T00:14:20.520ZApr 15 00:14:19.588 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-04-15T00:14:20.520ZApr 15 00:14:19.588 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-04-15T00:14:20.608ZApr 15 00:14:19.676 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17722026-04-15T00:14:20.843ZApr 15 00:14:19.910 INFO Download complete, target: Console
17732026-04-15T00:14:22.350ZApr 15 00:14:21.418 INFO Download complete, target: DendriteStub
17742026-04-15T00:14:22.394ZApr 15 00:14:21.462 INFO Download complete, target: MaghemiteMgd
17752026-04-15T00:14:25.120ZApr 15 00:14:24.187 INFO Checking that binary works, target: Cockroach
17762026-04-15T00:14:25.215ZApr 15 00:14:24.282 INFO Download complete, target: Cockroach
17772026-04-15T00:14:26.848ZApr 15 00:14:25.914 INFO Checking that binary works, target: Clickhouse
17782026-04-15T00:14:26.991ZApr 15 00:14:26.058 INFO Download complete, target: Clickhouse
17792026-04-15T00:14:27.006ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-04-15T00:14:27.009Z
17812026-04-15T00:14:27.009Zreal 2:53.856631481
17822026-04-15T00:14:27.009Zuser 7:20.132605279
17832026-04-15T00:14:27.009Zsys 1:25.611027025
17842026-04-15T00:14:27.009Ztrap 0.227788031
17852026-04-15T00:14:27.009Ztflt 0.716930435
17862026-04-15T00:14:27.009Zdflt 0.699140318
17872026-04-15T00:14:27.009Zkflt 0.024589374
17882026-04-15T00:14:27.009Zlock 21:09.151173906
17892026-04-15T00:14:27.009Zslp 21:45.431194277
17902026-04-15T00:14:27.009Zlat 44.169124263
17912026-04-15T00:14:27.009Zstop 1:56.700138304
17922026-04-15T00:14:27.009Z+ banner hack-check
17932026-04-15T00:14:27.009Z
17942026-04-15T00:14:27.009Z # # ## #### # # #### # # ###### #### # #
17952026-04-15T00:14:27.009Z # # # # # # # # # # # # # # # # #
17962026-04-15T00:14:27.009Z ###### # # # #### ##### # ###### ##### # ####
17972026-04-15T00:14:27.009Z # # ###### # # # # # # # # # #
17982026-04-15T00:14:27.010Z # # # # # # # # # # # # # # # # #
17992026-04-15T00:14:27.010Z # # # # #### # # #### # # ###### #### # #
18002026-04-15T00:14:27.010Z
18012026-04-15T00:14:27.010Z+ export CARGO_INCREMENTAL=0
18022026-04-15T00:14:27.010Z+ CARGO_INCREMENTAL=0
18032026-04-15T00:14:27.010Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-04-15T00:14:27.548Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-04-15T00:14:27.769Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-04-15T00:14:29.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18072026-04-15T00:14:29.729Z Running `target/debug/xtask check-features --ci`
18082026-04-15T00:14:29.747Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-04-15T00:14:29.759Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-04-15T00:14:30.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18112026-04-15T00:14:30.259Z Running `target/debug/xtask download cargo-hack`
18122026-04-15T00:14:31.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-04-15T00:14:31.363Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-04-15T00:14:33.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18152026-04-15T00:14:33.973Z Running `target/debug/xtask-downloader cargo-hack`
18162026-04-15T00:14:34.019ZApr 15 00:14:33.084 INFO Starting download, target: CargoHack
18172026-04-15T00:14:34.022ZApr 15 00:14:33.085 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-04-15T00:14:34.215ZApr 15 00:14:33.281 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-04-15T00:14:34.265ZApr 15 00:14:33.330 INFO Download complete, target: CargoHack
18202026-04-15T00:14:34.268Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18212026-04-15T00:14:34.280Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-04-15T00:14:34.429Zinfo: running `cargo check --bins` on api_identity (1/270)
18232026-04-15T00:14:34.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-04-15T00:14:34.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-04-15T00:14:34.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-04-15T00:14:34.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-04-15T00:14:35.017Z
18282026-04-15T00:14:35.017Zinfo: running `cargo check --bins` on bootstore (2/270)
18292026-04-15T00:14:35.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-04-15T00:14:35.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-04-15T00:14:35.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-04-15T00:14:35.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18332026-04-15T00:14:35.601Z
18342026-04-15T00:14:35.601Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18352026-04-15T00:14:36.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-04-15T00:14:36.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-04-15T00:14:36.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-04-15T00:14:36.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18392026-04-15T00:14:36.174Z
18402026-04-15T00:14:36.174Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18412026-04-15T00:14:36.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-04-15T00:14:36.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-04-15T00:14:36.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-04-15T00:14:36.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18452026-04-15T00:14:36.754Z
18462026-04-15T00:14:36.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18472026-04-15T00:14:37.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-04-15T00:14:37.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-04-15T00:14:37.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-04-15T00:14:37.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18512026-04-15T00:14:37.341Z
18522026-04-15T00:14:37.341Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18532026-04-15T00:14:37.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-04-15T00:14:37.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-04-15T00:14:37.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-04-15T00:14:37.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18572026-04-15T00:14:37.945Z
18582026-04-15T00:14:37.946Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18592026-04-15T00:14:38.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-04-15T00:14:38.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-04-15T00:14:38.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-04-15T00:14:38.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18632026-04-15T00:14:38.544Z
18642026-04-15T00:14:38.544Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18652026-04-15T00:14:39.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-04-15T00:14:39.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-04-15T00:14:39.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-04-15T00:14:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18692026-04-15T00:14:39.140Z
18702026-04-15T00:14:39.140Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18712026-04-15T00:14:39.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-04-15T00:14:39.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-04-15T00:14:39.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-04-15T00:14:39.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18752026-04-15T00:14:39.613Z
18762026-04-15T00:14:39.614Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18772026-04-15T00:14:40.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-04-15T00:14:40.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-04-15T00:14:40.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-04-15T00:14:40.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18812026-04-15T00:14:40.090Z
18822026-04-15T00:14:40.090Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18832026-04-15T00:14:40.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-04-15T00:14:40.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-04-15T00:14:40.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-04-15T00:14:40.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18872026-04-15T00:14:40.574Z
18882026-04-15T00:14:40.574Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18892026-04-15T00:14:40.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-04-15T00:14:40.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-04-15T00:14:40.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-04-15T00:14:40.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18932026-04-15T00:14:41.041Z
18942026-04-15T00:14:41.041Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18952026-04-15T00:14:41.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-04-15T00:14:41.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-04-15T00:14:41.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-04-15T00:14:41.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-04-15T00:14:41.510Z
19002026-04-15T00:14:41.510Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
19012026-04-15T00:14:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-04-15T00:14:41.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-04-15T00:14:41.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-04-15T00:14:41.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-04-15T00:14:41.986Z
19062026-04-15T00:14:41.986Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
19072026-04-15T00:14:42.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-04-15T00:14:42.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-04-15T00:14:42.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-04-15T00:14:42.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-04-15T00:14:42.449Z
19122026-04-15T00:14:42.449Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
19132026-04-15T00:14:42.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-04-15T00:14:42.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-04-15T00:14:42.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-04-15T00:14:42.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-04-15T00:14:42.914Z
19182026-04-15T00:14:42.914Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19192026-04-15T00:14:43.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-04-15T00:14:43.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-04-15T00:14:43.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-04-15T00:14:43.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232026-04-15T00:14:43.387Z
19242026-04-15T00:14:43.387Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19252026-04-15T00:14:43.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-04-15T00:14:43.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-04-15T00:14:43.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-04-15T00:14:43.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19292026-04-15T00:14:43.861Z
19302026-04-15T00:14:43.861Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19312026-04-15T00:14:44.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-04-15T00:14:44.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-04-15T00:14:44.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-04-15T00:14:44.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19352026-04-15T00:14:44.345Z
19362026-04-15T00:14:44.345Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19372026-04-15T00:14:44.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-04-15T00:14:44.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-04-15T00:14:44.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-04-15T00:14:44.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19412026-04-15T00:14:44.821Z
19422026-04-15T00:14:44.821Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19432026-04-15T00:14:45.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-04-15T00:14:45.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-04-15T00:14:45.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-04-15T00:14:45.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-04-15T00:14:45.294Z
19482026-04-15T00:14:45.294Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19492026-04-15T00:14:45.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-04-15T00:14:45.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-04-15T00:14:45.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-04-15T00:14:45.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-04-15T00:14:45.762Z
19542026-04-15T00:14:45.762Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19552026-04-15T00:14:46.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-04-15T00:14:46.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-04-15T00:14:46.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-04-15T00:14:46.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19592026-04-15T00:14:46.243Z
19602026-04-15T00:14:46.243Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19612026-04-15T00:14:46.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-04-15T00:14:46.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-04-15T00:14:46.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-04-15T00:14:46.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-04-15T00:14:46.715Z
19662026-04-15T00:14:46.715Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19672026-04-15T00:14:47.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-04-15T00:14:47.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-04-15T00:14:47.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-04-15T00:14:47.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19712026-04-15T00:14:47.190Z
19722026-04-15T00:14:47.190Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19732026-04-15T00:14:47.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-04-15T00:14:47.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-04-15T00:14:47.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-04-15T00:14:47.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-04-15T00:14:47.660Z
19782026-04-15T00:14:47.660Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19792026-04-15T00:14:48.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-04-15T00:14:48.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-04-15T00:14:48.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-04-15T00:14:48.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19832026-04-15T00:14:48.130Z
19842026-04-15T00:14:48.130Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19852026-04-15T00:14:48.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-04-15T00:14:48.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-04-15T00:14:48.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-04-15T00:14:48.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19892026-04-15T00:14:48.605Z
19902026-04-15T00:14:48.605Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19912026-04-15T00:14:49.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-04-15T00:14:49.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-04-15T00:14:49.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-04-15T00:14:49.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19952026-04-15T00:14:49.081Z
19962026-04-15T00:14:49.081Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19972026-04-15T00:14:49.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-04-15T00:14:49.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-04-15T00:14:49.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-04-15T00:14:49.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-04-15T00:14:49.550Z
20022026-04-15T00:14:49.550Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
20032026-04-15T00:14:49.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-04-15T00:14:49.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-04-15T00:14:49.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-04-15T00:14:49.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20072026-04-15T00:14:50.022Z
20082026-04-15T00:14:50.022Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
20092026-04-15T00:14:50.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-04-15T00:14:50.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-04-15T00:14:50.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-04-15T00:14:50.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-04-15T00:14:50.490Z
20142026-04-15T00:14:50.490Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
20152026-04-15T00:14:50.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-04-15T00:14:50.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-04-15T00:14:50.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-04-15T00:14:50.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20192026-04-15T00:14:50.961Z
20202026-04-15T00:14:50.961Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20212026-04-15T00:14:51.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-04-15T00:14:51.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-04-15T00:14:51.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-04-15T00:14:51.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20252026-04-15T00:14:51.434Z
20262026-04-15T00:14:51.434Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20272026-04-15T00:14:51.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-04-15T00:14:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-04-15T00:14:51.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-04-15T00:14:51.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20312026-04-15T00:14:51.907Z
20322026-04-15T00:14:51.907Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20332026-04-15T00:14:52.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-04-15T00:14:52.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-04-15T00:14:52.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-04-15T00:14:52.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20372026-04-15T00:14:52.385Z
20382026-04-15T00:14:52.385Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20392026-04-15T00:14:52.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-04-15T00:14:52.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-04-15T00:14:52.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-04-15T00:14:52.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20432026-04-15T00:14:52.857Z
20442026-04-15T00:14:52.857Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20452026-04-15T00:14:53.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-04-15T00:14:53.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-04-15T00:14:53.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-04-15T00:14:53.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20492026-04-15T00:14:53.331Z
20502026-04-15T00:14:53.331Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20512026-04-15T00:14:53.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-04-15T00:14:53.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-04-15T00:14:53.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-04-15T00:14:53.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20552026-04-15T00:14:53.806Z
20562026-04-15T00:14:53.806Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20572026-04-15T00:14:54.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-04-15T00:14:54.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-04-15T00:14:54.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-04-15T00:14:54.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20612026-04-15T00:14:54.284Z
20622026-04-15T00:14:54.284Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20632026-04-15T00:14:54.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-04-15T00:14:54.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-04-15T00:14:54.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-04-15T00:14:54.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20672026-04-15T00:14:54.757Z
20682026-04-15T00:14:54.757Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20692026-04-15T00:14:55.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-04-15T00:14:55.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-04-15T00:14:55.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-04-15T00:14:55.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-04-15T00:14:55.225Z
20742026-04-15T00:14:55.225Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20752026-04-15T00:14:55.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-04-15T00:14:55.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-04-15T00:14:55.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-04-15T00:14:55.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20792026-04-15T00:14:55.695Z
20802026-04-15T00:14:55.695Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20812026-04-15T00:14:56.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-04-15T00:14:56.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-04-15T00:14:56.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-04-15T00:14:56.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20852026-04-15T00:14:56.173Z
20862026-04-15T00:14:56.173Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20872026-04-15T00:14:56.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-04-15T00:14:56.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-04-15T00:14:56.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-04-15T00:14:56.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20912026-04-15T00:14:56.648Z
20922026-04-15T00:14:56.648Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20932026-04-15T00:14:57.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-04-15T00:14:57.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-04-15T00:14:57.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-04-15T00:14:57.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20972026-04-15T00:14:57.125Z
20982026-04-15T00:14:57.125Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
20992026-04-15T00:14:57.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-04-15T00:14:57.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-04-15T00:14:57.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-04-15T00:14:57.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21032026-04-15T00:14:57.599Z
21042026-04-15T00:14:57.599Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
21052026-04-15T00:14:58.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-04-15T00:14:58.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-04-15T00:14:58.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-04-15T00:14:58.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21092026-04-15T00:14:58.074Z
21102026-04-15T00:14:58.074Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
21112026-04-15T00:14:58.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-04-15T00:14:58.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-04-15T00:14:58.874Z Checking cfg-if v1.0.4
21142026-04-15T00:14:59.006Z Checking libc v0.2.180
21152026-04-15T00:14:59.010Z Checking serde_core v1.0.228
21162026-04-15T00:14:59.026Z Checking memchr v2.8.0
21172026-04-15T00:14:59.038Z Checking itoa v1.0.17
21182026-04-15T00:14:59.038Z Checking smallvec v1.15.1
21192026-04-15T00:14:59.064Z Checking log v0.4.29
21202026-04-15T00:14:59.064Z Checking zeroize v1.8.2
21212026-04-15T00:14:59.089Z Checking stable_deref_trait v1.2.1
21222026-04-15T00:14:59.161Z Checking zerofrom v0.1.6
21232026-04-15T00:14:59.192Z Checking zmij v1.0.21
21242026-04-15T00:14:59.212Z Checking litemap v0.8.1
21252026-04-15T00:14:59.227Z Checking percent-encoding v2.3.2
21262026-04-15T00:14:59.230Z Checking writeable v0.6.2
21272026-04-15T00:14:59.274Z Checking yoke v0.8.1
21282026-04-15T00:14:59.364Z Checking libm v0.2.16
21292026-04-15T00:14:59.379Z Checking scopeguard v1.2.0
21302026-04-15T00:14:59.391Z Checking icu_normalizer_data v2.1.1
21312026-04-15T00:14:59.391Z Checking icu_properties_data v2.1.2
21322026-04-15T00:14:59.418Z Checking getrandom v0.2.17
21332026-04-15T00:14:59.418Z Checking errno v0.3.14
21342026-04-15T00:14:59.445Z Checking zerovec v0.11.5
21352026-04-15T00:14:59.470Z Checking zerotrie v0.2.3
21362026-04-15T00:14:59.473Z Checking lock_api v0.4.14
21372026-04-15T00:14:59.516Z Checking subtle v2.6.1
21382026-04-15T00:14:59.541Z Checking utf8_iter v1.0.4
21392026-04-15T00:14:59.584Z Checking rand_core v0.6.4
21402026-04-15T00:14:59.685Z Checking form_urlencoded v1.2.2
21412026-04-15T00:14:59.704Z Checking rand_core v0.10.0
21422026-04-15T00:14:59.719Z Checking pin-project-lite v0.2.17
21432026-04-15T00:14:59.733Z Checking typenum v1.19.0
21442026-04-15T00:14:59.758Z Checking portable-atomic v1.13.1
21452026-04-15T00:14:59.809Z Checking critical-section v1.2.0
21462026-04-15T00:14:59.825Z Checking iana-time-zone v0.1.65
21472026-04-15T00:14:59.843Z Checking getrandom v0.4.1
21482026-04-15T00:14:59.870Z Checking tinystr v0.8.2
21492026-04-15T00:14:59.910Z Checking potential_utf v0.1.4
21502026-04-15T00:14:59.930Z Checking signal-hook-registry v1.4.8
21512026-04-15T00:14:59.991Z Checking parking_lot_core v0.9.12
21522026-04-15T00:15:00.038Z Checking icu_collections v2.1.1
21532026-04-15T00:15:00.053Z Checking num-traits v0.2.19
21542026-04-15T00:15:00.057Z Checking icu_locale_core v2.1.1
21552026-04-15T00:15:00.093Z Checking mio v1.1.1
21562026-04-15T00:15:00.161Z Checking once_cell v1.21.3
21572026-04-15T00:15:00.176Z Checking parking_lot v0.12.5
21582026-04-15T00:15:00.252Z Checking generic-array v0.14.7
21592026-04-15T00:15:00.333Z Checking socket2 v0.6.2
21602026-04-15T00:15:00.350Z Checking zerocopy v0.8.40
21612026-04-15T00:15:00.365Z Checking futures-core v0.3.32
21622026-04-15T00:15:00.381Z Checking dyn-clone v1.0.20
21632026-04-15T00:15:00.475Z Checking serde v1.0.228
21642026-04-15T00:15:00.489Z Checking serde_json v1.0.149
21652026-04-15T00:15:00.493Z Checking bitflags v2.11.0
21662026-04-15T00:15:00.567Z Checking uuid v1.21.0
21672026-04-15T00:15:00.582Z Checking semver v1.0.27
21682026-04-15T00:15:00.611Z Checking icu_provider v2.1.1
21692026-04-15T00:15:00.665Z Checking equivalent v1.0.2
21702026-04-15T00:15:00.690Z Checking crypto-common v0.1.7
21712026-04-15T00:15:00.750Z Checking allocator-api2 v0.2.21
21722026-04-15T00:15:00.784Z Checking foldhash v0.2.0
21732026-04-15T00:15:00.813Z Checking const-oid v0.9.6
21742026-04-15T00:15:00.842Z Checking icu_properties v2.1.2
21752026-04-15T00:15:00.870Z Checking icu_normalizer v2.1.1
21762026-04-15T00:15:00.885Z Checking bytes v1.11.1
21772026-04-15T00:15:00.937Z Checking chrono v0.4.44
21782026-04-15T00:15:01.026Z Checking hashbrown v0.16.1
21792026-04-15T00:15:01.156Z Checking futures-sink v0.3.32
21802026-04-15T00:15:01.190Z Checking block-buffer v0.10.4
21812026-04-15T00:15:01.257Z Checking futures-channel v0.3.32
21822026-04-15T00:15:01.326Z Checking slab v0.4.12
21832026-04-15T00:15:01.330Z Checking tokio v1.49.0
21842026-04-15T00:15:01.450Z Checking futures-io v0.3.32
21852026-04-15T00:15:01.486Z Checking futures-task v0.3.32
21862026-04-15T00:15:01.500Z Checking digest v0.10.7
21872026-04-15T00:15:01.523Z Checking thiserror v2.0.18
21882026-04-15T00:15:01.564Z Checking byteorder v1.5.0
21892026-04-15T00:15:01.623Z Checking futures-util v0.3.32
21902026-04-15T00:15:01.638Z Checking base64 v0.22.1
21912026-04-15T00:15:01.659Z Checking idna_adapter v1.2.1
21922026-04-15T00:15:01.691Z Checking indexmap v2.13.0
21932026-04-15T00:15:01.767Z Checking cpufeatures v0.2.17
21942026-04-15T00:15:01.781Z Checking idna v1.1.0
21952026-04-15T00:15:01.796Z Checking http v1.4.0
21962026-04-15T00:15:01.840Z Checking fnv v1.0.7
21972026-04-15T00:15:01.875Z Checking unicode-ident v1.0.24
21982026-04-15T00:15:01.937Z Checking tracing-core v0.1.36
21992026-04-15T00:15:01.990Z Checking proc-macro2 v1.0.106
22002026-04-15T00:15:02.023Z Checking url v2.5.8
22012026-04-15T00:15:02.244Z Checking tracing v0.1.44
22022026-04-15T00:15:02.260Z Checking thiserror v1.0.69
22032026-04-15T00:15:02.304Z Checking rustls-pki-types v1.14.0
22042026-04-15T00:15:02.360Z Checking regex-syntax v0.8.10
22052026-04-15T00:15:02.376Z Checking quote v1.0.44
22062026-04-15T00:15:02.456Z Checking untrusted v0.9.0
22072026-04-15T00:15:02.476Z Checking schemars v0.8.22
22082026-04-15T00:15:02.550Z Checking syn v2.0.117
22092026-04-15T00:15:02.570Z Checking ring v0.17.14
22102026-04-15T00:15:02.605Z Checking ipnet v2.11.0
22112026-04-15T00:15:02.863Z Checking httparse v1.10.1
22122026-04-15T00:15:03.078Z Checking http-body v1.0.1
22132026-04-15T00:15:03.101Z Checking ppv-lite86 v0.2.21
22142026-04-15T00:15:03.127Z Checking block-padding v0.3.3
22152026-04-15T00:15:03.214Z Checking rustix v1.1.3
22162026-04-15T00:15:03.261Z Checking getrandom v0.3.4
22172026-04-15T00:15:03.396Z Checking atomic-waker v1.1.2
22182026-04-15T00:15:03.413Z Checking inout v0.1.4
22192026-04-15T00:15:03.500Z Checking hmac v0.12.1
22202026-04-15T00:15:03.546Z Checking aws-lc-sys v0.37.1
22212026-04-15T00:15:03.559Z Checking aho-corasick v1.1.4
22222026-04-15T00:15:03.573Z Checking openssl-probe v0.2.1
22232026-04-15T00:15:03.638Z Checking untrusted v0.7.1
22242026-04-15T00:15:03.682Z Checking tower-service v0.3.3
22252026-04-15T00:15:03.696Z Checking powerfmt v0.2.0
22262026-04-15T00:15:03.753Z Checking httpdate v1.0.3
22272026-04-15T00:15:03.773Z Checking tower-layer v0.3.3
22282026-04-15T00:15:03.845Z Checking try-lock v0.2.5
22292026-04-15T00:15:03.901Z Checking deranged v0.5.8
22302026-04-15T00:15:03.922Z Checking cipher v0.4.4
22312026-04-15T00:15:03.945Z Checking want v0.3.1
22322026-04-15T00:15:04.041Z Checking aws-lc-rs v1.16.0
22332026-04-15T00:15:04.057Z Checking rand_core v0.9.5
22342026-04-15T00:15:04.073Z Checking num-conv v0.2.0
22352026-04-15T00:15:04.132Z Checking time-core v0.1.8
22362026-04-15T00:15:04.192Z Checking pin-utils v0.1.0
22372026-04-15T00:15:04.213Z Checking regex-automata v0.4.14
22382026-04-15T00:15:04.233Z Checking base64ct v1.8.3
22392026-04-15T00:15:04.263Z Checking num_threads v0.1.7
22402026-04-15T00:15:04.280Z Checking sha2 v0.10.9
22412026-04-15T00:15:04.351Z Checking erased-serde v0.3.31
22422026-04-15T00:15:04.468Z Checking pretty-hex v0.4.1
22432026-04-15T00:15:04.527Z Checking tokio-util v0.7.18
22442026-04-15T00:15:04.557Z Checking rand_chacha v0.9.0
22452026-04-15T00:15:04.586Z Checking fastrand v2.3.0
22462026-04-15T00:15:04.727Z Checking slog v2.8.2
22472026-04-15T00:15:04.764Z Checking ryu v1.0.23
22482026-04-15T00:15:04.779Z Checking rand v0.9.2
22492026-04-15T00:15:04.816Z Checking pem-rfc7468 v0.7.0
22502026-04-15T00:15:04.832Z Checking time v0.3.47
22512026-04-15T00:15:04.871Z Checking rustls-webpki v0.103.9
22522026-04-15T00:15:04.900Z Checking rustls-native-certs v0.8.3
22532026-04-15T00:15:04.978Z Checking http-body-util v0.1.3
22542026-04-15T00:15:04.993Z Checking ipnetwork v0.21.1
22552026-04-15T00:15:05.031Z Checking sync_wrapper v1.0.2
22562026-04-15T00:15:05.142Z Checking h2 v0.4.13
22572026-04-15T00:15:05.142Z Checking spin v0.9.8
22582026-04-15T00:15:05.195Z Checking plain v0.2.3
22592026-04-15T00:15:05.211Z Checking flagset v0.4.7
22602026-04-15T00:15:05.249Z Checking tower v0.5.3
22612026-04-15T00:15:05.286Z Checking rustls v0.23.37
22622026-04-15T00:15:05.302Z Checking serde_urlencoded v0.7.1
22632026-04-15T00:15:05.319Z Checking rand_chacha v0.3.1
22642026-04-15T00:15:05.334Z Checking der v0.7.10
22652026-04-15T00:15:05.502Z Checking webpki-roots v1.0.6
22662026-04-15T00:15:05.531Z Checking iri-string v0.7.10
22672026-04-15T00:15:05.622Z Checking ucd-trie v0.1.7
22682026-04-15T00:15:05.639Z Checking tinyvec_macros v0.1.1
22692026-04-15T00:15:05.709Z Checking tinyvec v1.10.0
22702026-04-15T00:15:05.760Z Checking pest v2.8.6
22712026-04-15T00:15:05.955Z Checking rand v0.8.5
22722026-04-15T00:15:06.030Z Checking tempfile v3.25.0
22732026-04-15T00:15:06.030Z Checking salsa20 v0.10.2
22742026-04-15T00:15:06.060Z Checking spki v0.7.3
22752026-04-15T00:15:06.167Z Checking pbkdf2 v0.12.2
22762026-04-15T00:15:06.229Z Checking unicode-width v0.2.0
22772026-04-15T00:15:06.243Z Checking foreign-types-shared v0.1.1
22782026-04-15T00:15:06.281Z Checking scrypt v0.11.0
22792026-04-15T00:15:06.328Z Checking foreign-types v0.3.2
22802026-04-15T00:15:06.399Z Checking regex v1.12.3
22812026-04-15T00:15:06.426Z Checking aes v0.8.4
22822026-04-15T00:15:06.473Z Checking cbc v0.1.2
22832026-04-15T00:15:06.483Z Checking anyhow v1.0.102
22842026-04-15T00:15:06.559Z Checking tower-http v0.6.8
22852026-04-15T00:15:06.602Z Checking openssl-sys v0.9.111
22862026-04-15T00:15:06.680Z Checking crossbeam-utils v0.8.21
22872026-04-15T00:15:06.696Z Checking oxnet v0.1.4
22882026-04-15T00:15:06.807Z Checking mime v0.3.17
22892026-04-15T00:15:06.823Z Checking pkcs5 v0.7.1
22902026-04-15T00:15:06.839Z Checking openapiv3 v2.2.0
22912026-04-15T00:15:06.931Z Checking scroll v0.12.0
22922026-04-15T00:15:06.986Z Checking encoding_rs v0.8.35
22932026-04-15T00:15:07.018Z Checking data-encoding v2.10.0
22942026-04-15T00:15:07.082Z Checking pkcs8 v0.10.2
22952026-04-15T00:15:07.098Z Checking openssl v0.10.75
22962026-04-15T00:15:07.162Z Checking winnow v0.7.14
22972026-04-15T00:15:07.279Z Checking siphasher v1.0.2
22982026-04-15T00:15:07.308Z Checking goblin v0.8.2
22992026-04-15T00:15:07.442Z Checking lazy_static v1.5.0
23002026-04-15T00:15:07.545Z Checking zerocopy v0.7.35
23012026-04-15T00:15:07.653Z Checking tokio-rustls v0.26.4
23022026-04-15T00:15:07.863Z Checking hyper v1.8.1
23032026-04-15T00:15:07.886Z Checking wait-timeout v0.2.1
23042026-04-15T00:15:07.969Z Checking psl-types v2.0.11
23052026-04-15T00:15:08.013Z Checking bit-vec v0.8.0
23062026-04-15T00:15:08.027Z Checking bitflags v1.3.2
23072026-04-15T00:15:08.089Z Checking quick-error v1.2.3
23082026-04-15T00:15:08.105Z Checking utf8parse v0.2.2
23092026-04-15T00:15:08.176Z Checking either v1.15.0
23102026-04-15T00:15:08.192Z Checking anstyle v1.0.13
23112026-04-15T00:15:08.207Z Checking managed v0.8.0
23122026-04-15T00:15:08.210Z Checking anstyle-parse v0.2.7
23132026-04-15T00:15:08.361Z Checking bit-set v0.8.0
23142026-04-15T00:15:08.376Z Checking rusty-fork v0.3.1
23152026-04-15T00:15:08.380Z Checking publicsuffix v2.3.0
23162026-04-15T00:15:08.380Z Checking dtrace-parser v0.2.0
23172026-04-15T00:15:08.418Z Checking unicode-normalization v0.1.25
23182026-04-15T00:15:08.506Z Checking cookie v0.18.1
23192026-04-15T00:15:08.546Z Checking rand_xorshift v0.4.0
23202026-04-15T00:15:08.546Z Checking sha1 v0.10.6
23212026-04-15T00:15:08.635Z Checking hex v0.4.3
23222026-04-15T00:15:08.673Z Checking thread-id v4.2.2
23232026-04-15T00:15:08.724Z Checking anstyle-query v1.1.5
23242026-04-15T00:15:08.743Z Checking is_terminal_polyfill v1.70.2
23252026-04-15T00:15:08.755Z Checking colorchoice v1.0.4
23262026-04-15T00:15:08.770Z Checking hyper-util v0.1.20
23272026-04-15T00:15:08.812Z Checking unarray v0.1.4
23282026-04-15T00:15:08.827Z Checking cookie_store v0.22.1
23292026-04-15T00:15:08.841Z Checking rustls-platform-verifier v0.6.2
23302026-04-15T00:15:08.858Z Checking anstream v0.6.21
23312026-04-15T00:15:08.858Z Checking crossbeam-epoch v0.9.18
23322026-04-15T00:15:08.917Z Checking proptest v1.10.0
23332026-04-15T00:15:08.983Z Checking terminal_size v0.4.3
23342026-04-15T00:15:09.059Z Checking scroll v0.13.0
23352026-04-15T00:15:09.075Z Checking native-tls v0.2.18
23362026-04-15T00:15:09.093Z Checking num-integer v0.1.46
23372026-04-15T00:15:09.108Z Checking simd-adler32 v0.3.8
23382026-04-15T00:15:09.154Z Checking crossbeam-deque v0.8.6
23392026-04-15T00:15:09.199Z Checking dof v0.3.0
23402026-04-15T00:15:09.248Z Checking tokio-native-tls v0.3.1
23412026-04-15T00:15:09.276Z Checking bstr v1.12.1
23422026-04-15T00:15:09.290Z Checking goblin v0.10.5
23432026-04-15T00:15:09.319Z Checking ref-cast v1.0.25
23442026-04-15T00:15:09.333Z Checking rustix v0.38.44
23452026-04-15T00:15:09.402Z Checking camino v1.2.2
23462026-04-15T00:15:09.417Z Checking crc32fast v1.5.0
23472026-04-15T00:15:09.481Z Checking usdt-impl v0.5.0
23482026-04-15T00:15:09.556Z Checking signature v2.2.0
23492026-04-15T00:15:09.657Z Checking toml_datetime v0.6.11
23502026-04-15T00:15:09.675Z Checking serde_spanned v0.6.9
23512026-04-15T00:15:09.690Z Checking ff v0.13.1
23522026-04-15T00:15:09.774Z Checking unicode-properties v0.1.4
23532026-04-15T00:15:09.800Z Checking unicode-bidi v0.3.18
23542026-04-15T00:15:09.818Z Checking strsim v0.11.1
23552026-04-15T00:15:09.844Z Checking clap_lex v1.0.0
23562026-04-15T00:15:09.964Z Checking base16ct v0.2.0
23572026-04-15T00:15:09.984Z Checking adler2 v2.0.1
23582026-04-15T00:15:10.001Z Checking clap_builder v4.5.60
23592026-04-15T00:15:10.022Z Checking hyper-rustls v0.27.7
23602026-04-15T00:15:10.088Z Checking hyper-tls v0.6.0
23612026-04-15T00:15:10.101Z Checking miniz_oxide v0.8.9
23622026-04-15T00:15:10.104Z Checking stringprep v0.1.5
23632026-04-15T00:15:10.130Z Checking sec1 v0.7.3
23642026-04-15T00:15:10.232Z Checking reqwest v0.13.2
23652026-04-15T00:15:10.261Z Checking reqwest v0.12.28
23662026-04-15T00:15:10.277Z Checking group v0.13.0
23672026-04-15T00:15:10.340Z Checking rayon-core v1.13.0
23682026-04-15T00:15:10.427Z Checking num-iter v0.1.45
23692026-04-15T00:15:10.453Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-04-15T00:15:10.542Z Checking dtrace-parser v0.3.0
23712026-04-15T00:15:10.664Z Checking hkdf v0.12.4
23722026-04-15T00:15:10.704Z Checking newtype-uuid v1.3.2
23732026-04-15T00:15:10.778Z Checking strum v0.26.3
23742026-04-15T00:15:10.781Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-04-15T00:15:10.809Z Checking hash32 v0.2.1
23762026-04-15T00:15:10.892Z Checking md-5 v0.10.6
23772026-04-15T00:15:10.907Z Checking daft v0.1.5
23782026-04-15T00:15:10.907Z Checking crypto-bigint v0.5.5
23792026-04-15T00:15:10.967Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-04-15T00:15:11.032Z Checking thread-id v5.1.0
23812026-04-15T00:15:11.083Z Checking unicode-segmentation v1.12.0
23822026-04-15T00:15:11.111Z Checking fallible-iterator v0.2.0
23832026-04-15T00:15:11.126Z Checking zlib-rs v0.6.2
23842026-04-15T00:15:11.162Z Checking heapless v0.7.17
23852026-04-15T00:15:11.177Z Checking zstd-safe v7.2.4
23862026-04-15T00:15:11.219Z Checking clap v4.5.60
23872026-04-15T00:15:11.302Z Checking rayon v1.11.0
23882026-04-15T00:15:11.342Z Checking itertools v0.12.1
23892026-04-15T00:15:11.381Z Checking postgres-protocol v0.6.10
23902026-04-15T00:15:11.395Z Checking phf_shared v0.13.1
23912026-04-15T00:15:11.572Z Checking console v0.16.2
23922026-04-15T00:15:11.587Z Checking dof v0.4.0
23932026-04-15T00:15:11.601Z Checking curve25519-dalek v4.1.3
23942026-04-15T00:15:11.696Z Checking memoffset v0.9.1
23952026-04-15T00:15:11.781Z Checking bzip2-sys v0.1.13+1.0.8
23962026-04-15T00:15:11.804Z Checking elliptic-curve v0.13.8
23972026-04-15T00:15:11.868Z Checking signal-hook v0.3.18
23982026-04-15T00:15:11.883Z Checking memmap2 v0.9.10
23992026-04-15T00:15:12.000Z Checking flate2 v1.1.9
24002026-04-15T00:15:12.047Z Checking bumpalo v3.20.2
24012026-04-15T00:15:12.061Z Checking libbz2-rs-sys v0.2.2
24022026-04-15T00:15:12.113Z Checking unit-prefix v0.5.2
24032026-04-15T00:15:12.211Z Checking usdt-impl v0.6.0
24042026-04-15T00:15:12.251Z Checking toml_write v0.1.2
24052026-04-15T00:15:12.265Z Checking winnow v0.5.40
24062026-04-15T00:15:12.311Z Checking foldhash v0.1.5
24072026-04-15T00:15:12.342Z Checking fixedbitset v0.4.2
24082026-04-15T00:15:12.384Z Checking zone v0.3.1
24092026-04-15T00:15:12.421Z Checking toml_edit v0.22.27
24102026-04-15T00:15:12.448Z Checking hashbrown v0.15.5
24112026-04-15T00:15:12.462Z Checking bzip2 v0.6.1
24122026-04-15T00:15:12.495Z Checking petgraph v0.6.5
24132026-04-15T00:15:12.509Z Checking usdt v0.6.0
24142026-04-15T00:15:12.624Z Checking zopfli v0.8.3
24152026-04-15T00:15:12.679Z Checking signal-hook-mio v0.2.5
24162026-04-15T00:15:12.748Z Checking bzip2 v0.4.4
24172026-04-15T00:15:12.770Z Checking indicatif v0.18.4
24182026-04-15T00:15:12.784Z Checking nix v0.31.1
24192026-04-15T00:15:12.912Z Checking postgres-types v0.2.12
24202026-04-15T00:15:12.926Z Checking phf v0.13.1
24212026-04-15T00:15:12.955Z Checking smoltcp v0.9.1
24222026-04-15T00:15:13.078Z Checking similar v2.7.0
24232026-04-15T00:15:13.145Z Checking zstd v0.13.3
24242026-04-15T00:15:13.220Z Checking num-bigint-dig v0.8.6
24252026-04-15T00:15:13.333Z Checking ed25519 v2.2.3
24262026-04-15T00:15:13.409Z Checking toml_edit v0.19.15
24272026-04-15T00:15:13.455Z Checking phf_shared v0.11.3
24282026-04-15T00:15:13.505Z Checking pkcs1 v0.7.5
24292026-04-15T00:15:13.522Z Checking tokio-stream v0.1.18
24302026-04-15T00:15:13.542Z Checking strum v0.27.2
24312026-04-15T00:15:13.599Z Checking hubpack v0.1.2
24322026-04-15T00:15:13.659Z Checking rfc6979 v0.4.0
24332026-04-15T00:15:13.714Z Checking serde-big-array v0.5.1
24342026-04-15T00:15:13.745Z Checking float-cmp v0.10.0
24352026-04-15T00:15:13.783Z Checking env_filter v1.0.0
24362026-04-15T00:15:13.787Z Checking difflib v0.4.0
24372026-04-15T00:15:13.787Z Checking static_assertions v1.1.0
24382026-04-15T00:15:13.846Z Checking predicates-core v1.0.10
24392026-04-15T00:15:13.868Z Checking keccak v0.1.6
24402026-04-15T00:15:13.883Z Checking new_debug_unreachable v1.0.6
24412026-04-15T00:15:13.907Z Checking whoami v2.1.0
24422026-04-15T00:15:13.922Z Checking fixedbitset v0.5.7
24432026-04-15T00:15:13.953Z Checking precomputed-hash v0.1.1
24442026-04-15T00:15:13.967Z Checking normalize-line-endings v0.3.0
24452026-04-15T00:15:13.981Z Checking jiff v0.2.21
24462026-04-15T00:15:14.032Z Checking rustc-hash v2.1.1
24472026-04-15T00:15:14.036Z Checking sha3 v0.10.8
24482026-04-15T00:15:14.036Z Checking rsa v0.9.10
24492026-04-15T00:15:14.074Z Checking predicates v3.1.4
24502026-04-15T00:15:14.099Z Checking tokio-postgres v0.7.16
24512026-04-15T00:15:14.113Z Checking petgraph v0.8.3
24522026-04-15T00:15:14.148Z Checking iddqd v0.3.17
24532026-04-15T00:15:14.252Z Checking string_cache v0.8.9
24542026-04-15T00:15:14.378Z Checking env_logger v0.11.9
24552026-04-15T00:15:14.423Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-04-15T00:15:14.453Z Checking toml v0.7.8
24572026-04-15T00:15:14.528Z Checking ecdsa v0.16.9
24582026-04-15T00:15:14.565Z Checking ed25519-dalek v2.2.0
24592026-04-15T00:15:14.762Z Checking zip v0.6.6
24602026-04-15T00:15:14.799Z Checking crossterm v0.28.1
24612026-04-15T00:15:14.862Z Checking serde_with v3.17.0
24622026-04-15T00:15:15.008Z Checking itertools v0.13.0
24632026-04-15T00:15:15.084Z Checking hickory-proto v0.25.2
24642026-04-15T00:15:15.352Z Checking x509-cert v0.2.5
24652026-04-15T00:15:15.507Z Checking fs-err v3.3.0
24662026-04-15T00:15:15.657Z Checking ahash v0.8.12
24672026-04-15T00:15:15.805Z Checking object v0.37.3
24682026-04-15T00:15:15.859Z Checking buf-list v1.1.2
24692026-04-15T00:15:16.007Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24702026-04-15T00:15:16.022Z Checking lalrpop-util v0.19.12
24712026-04-15T00:15:16.044Z Checking peg-runtime v0.8.5
24722026-04-15T00:15:16.184Z Compiling structmeta-derive v0.3.0
24732026-04-15T00:15:16.198Z Compiling rustls v0.22.4
24742026-04-15T00:15:16.212Z Checking zip v4.6.1
24752026-04-15T00:15:16.273Z Compiling newtype-uuid-macros v0.1.0
24762026-04-15T00:15:16.288Z Compiling multer v3.1.0
24772026-04-15T00:15:16.398Z Compiling async-stream-impl v0.3.6
24782026-04-15T00:15:16.531Z Checking futures-executor v0.3.32
24792026-04-15T00:15:16.646Z Checking regress v0.10.5
24802026-04-15T00:15:16.793Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-04-15T00:15:16.995Z Compiling dropshot v0.16.7
24822026-04-15T00:15:17.036Z Checking futures v0.3.32
24832026-04-15T00:15:17.116Z Compiling dropshot_endpoint v0.16.7
24842026-04-15T00:15:17.238Z Checking thread_local v1.1.9
24852026-04-15T00:15:17.252Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-04-15T00:15:17.282Z Compiling structmeta v0.3.0
24872026-04-15T00:15:17.413Z Checking crossbeam-channel v0.5.15
24882026-04-15T00:15:17.504Z Compiling derive-ex v0.1.8
24892026-04-15T00:15:17.593Z Checking is-terminal v0.4.17
24902026-04-15T00:15:17.696Z Checking take_mut v0.2.2
24912026-04-15T00:15:17.764Z Checking term v1.2.1
24922026-04-15T00:15:17.806Z Checking slog-async v2.8.0
24932026-04-15T00:15:17.913Z Compiling parse-display-derive v0.10.0
24942026-04-15T00:15:17.990Z Checking slog-term v2.9.2
24952026-04-15T00:15:17.994Z Checking rustls-webpki v0.102.8
24962026-04-15T00:15:18.079Z Checking serde_spanned v1.0.4
24972026-04-15T00:15:18.176Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24982026-04-15T00:15:18.214Z Checking debug-ignore v1.0.5
24992026-04-15T00:15:18.249Z Checking match_cfg v0.1.0
25002026-04-15T00:15:18.268Z Checking toml_writer v1.0.6+spec-1.1.0
25012026-04-15T00:15:18.319Z Checking slog-json v2.6.1
25022026-04-15T00:15:18.334Z Checking hostname v0.3.1
25032026-04-15T00:15:18.435Z Checking macaddr v1.0.1
25042026-04-15T00:15:18.455Z Checking toml v0.9.12+spec-1.1.0
25052026-04-15T00:15:18.480Z Checking slog-bunyan v2.5.0
25062026-04-15T00:15:18.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072026-04-15T00:15:18.618Z Checking async-stream v0.3.6
25082026-04-15T00:15:18.905Z Checking waitgroup v0.1.2
25092026-04-15T00:15:18.984Z Checking rustls-pemfile v2.2.0
25102026-04-15T00:15:19.002Z Checking serde_path_to_error v0.1.20
25112026-04-15T00:15:19.016Z Checking hostname v0.4.2
25122026-04-15T00:15:19.041Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-04-15T00:15:19.117Z Checking progenitor-client v0.13.0
25142026-04-15T00:15:19.131Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25152026-04-15T00:15:19.155Z Checking progenitor-client v0.10.0
25162026-04-15T00:15:19.225Z Compiling test-strategy v0.4.5
25172026-04-15T00:15:19.275Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-04-15T00:15:19.289Z Checking backon v1.6.0
25192026-04-15T00:15:19.352Z Checking instant v0.1.13
25202026-04-15T00:15:19.386Z Checking itertools v0.14.0
25212026-04-15T00:15:19.442Z Checking backoff v0.4.0
25222026-04-15T00:15:19.458Z Checking progenitor-extras v0.1.1
25232026-04-15T00:15:19.488Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25242026-04-15T00:15:19.623Z Checking parse-display v0.10.0
25252026-04-15T00:15:19.641Z Checking heck v0.5.0
25262026-04-15T00:15:19.764Z Compiling crucible-workspace-hack v0.1.0
25272026-04-15T00:15:19.833Z Checking tokio-rustls v0.25.0
25282026-04-15T00:15:19.927Z Compiling convert_case v0.4.0
25292026-04-15T00:15:19.975Z Checking secrecy v0.10.3
25302026-04-15T00:15:20.031Z Compiling prettyplease v0.2.37
25312026-04-15T00:15:20.106Z Compiling typify-impl v0.6.1
25322026-04-15T00:15:20.298Z Compiling derive_more v0.99.20
25332026-04-15T00:15:20.520Z Compiling unsafe-libyaml v0.2.11
25342026-04-15T00:15:20.714Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25352026-04-15T00:15:21.031Z Compiling serde_yaml v0.9.34+deprecated
25362026-04-15T00:15:21.259Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25372026-04-15T00:15:21.878Z Checking half v2.7.1
25382026-04-15T00:15:21.916Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25392026-04-15T00:15:22.105Z Compiling toml_edit v0.23.10+spec-1.0.0
25402026-04-15T00:15:22.148Z Compiling thiserror-impl-no-std v2.0.2
25412026-04-15T00:15:22.362Z Checking universal-hash v0.5.1
25422026-04-15T00:15:22.856Z Compiling heapless v0.8.0
25432026-04-15T00:15:22.989Z Checking ciborium-io v0.2.2
25442026-04-15T00:15:23.026Z Checking opaque-debug v0.3.1
25452026-04-15T00:15:23.084Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25462026-04-15T00:15:23.103Z Checking poly1305 v0.8.0
25472026-04-15T00:15:23.217Z Checking ciborium-ll v0.2.2
25482026-04-15T00:15:23.363Z Compiling proc-macro-crate v3.4.0
25492026-04-15T00:15:23.366Z Checking thiserror-no-std v2.0.2
25502026-04-15T00:15:23.640Z Compiling ingot-macros v0.1.1
25512026-04-15T00:15:23.905Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25522026-04-15T00:15:24.011Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25532026-04-15T00:15:24.290Z Compiling typify-impl v0.4.3
25542026-04-15T00:15:24.508Z Checking toml v0.8.23
25552026-04-15T00:15:24.602Z Compiling typify-macro v0.6.1
25562026-04-15T00:15:24.835Z Checking num-rational v0.4.2
25572026-04-15T00:15:24.879Z Checking byte-wrapper v0.1.0
25582026-04-15T00:15:24.946Z Checking tabwriter v1.4.1
25592026-04-15T00:15:25.105Z Checking password-hash v0.5.0
25602026-04-15T00:15:25.120Z Checking chacha20 v0.9.1
25612026-04-15T00:15:25.334Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25622026-04-15T00:15:25.390Z Checking hash32 v0.3.1
25632026-04-15T00:15:25.525Z Checking blake2 v0.10.6
25642026-04-15T00:15:25.574Z Checking aead v0.5.2
25652026-04-15T00:15:25.724Z Checking num-complex v0.4.6
25662026-04-15T00:15:26.010Z Compiling smoltcp v0.11.0
25672026-04-15T00:15:26.070Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-04-15T00:15:26.180Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25692026-04-15T00:15:26.204Z Checking num v0.4.3
25702026-04-15T00:15:26.299Z Checking argon2 v0.5.3
25712026-04-15T00:15:26.363Z Compiling typify v0.6.1
25722026-04-15T00:15:26.380Z Checking chacha20poly1305 v0.10.1
25732026-04-15T00:15:26.455Z Checking ingot-types v0.1.2
25742026-04-15T00:15:26.477Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25752026-04-15T00:15:26.573Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25762026-04-15T00:15:26.634Z Compiling num_enum_derive v0.7.5
25772026-04-15T00:15:26.819Z Checking vsss-rs v3.3.4
25782026-04-15T00:15:26.901Z Checking ciborium v0.2.2
25792026-04-15T00:15:27.716Z Compiling usdt-macro v0.5.0
25802026-04-15T00:15:27.959Z Compiling usdt-attr-macro v0.5.0
25812026-04-15T00:15:27.974Z Checking cobs v0.3.0
25822026-04-15T00:15:28.125Z Checking memmap v0.7.0
25832026-04-15T00:15:28.266Z Compiling foreign-types-macros v0.2.3
25842026-04-15T00:15:28.399Z Checking colored v3.1.1
25852026-04-15T00:15:28.416Z Checking indent_write v2.2.0
25862026-04-15T00:15:28.471Z Checking float-ord v0.3.2
25872026-04-15T00:15:28.551Z Checking cpufeatures v0.3.0
25882026-04-15T00:15:28.579Z Checking foreign-types-shared v0.3.1
25892026-04-15T00:15:28.603Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25902026-04-15T00:15:28.630Z Checking chacha20 v0.10.0
25912026-04-15T00:15:28.739Z Checking usdt v0.5.0
25922026-04-15T00:15:28.753Z Checking postcard v1.1.3
25932026-04-15T00:15:28.756Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25942026-04-15T00:15:28.781Z Compiling typify-macro v0.4.3
25952026-04-15T00:15:28.845Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962026-04-15T00:15:28.861Z Checking foreign-types v0.5.0
25972026-04-15T00:15:28.864Z Checking num_enum v0.7.5
25982026-04-15T00:15:28.942Z Checking ingot v0.1.1
25992026-04-15T00:15:28.989Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26002026-04-15T00:15:29.057Z Compiling progenitor-impl v0.13.0
26012026-04-15T00:15:29.433Z Compiling proc-macro-crate v1.3.1
26022026-04-15T00:15:29.850Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26032026-04-15T00:15:29.945Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26042026-04-15T00:15:29.969Z Checking cstr-argument v0.1.2
26052026-04-15T00:15:30.063Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26062026-04-15T00:15:30.095Z Checking swrite v0.1.0
26072026-04-15T00:15:30.155Z Compiling semver v0.1.20
26082026-04-15T00:15:30.258Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26092026-04-15T00:15:30.277Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26102026-04-15T00:15:30.369Z Compiling rustc_version v0.1.7
26112026-04-15T00:15:30.392Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26122026-04-15T00:15:30.445Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26132026-04-15T00:15:30.474Z Compiling num_enum_derive v0.5.11
26142026-04-15T00:15:30.492Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26152026-04-15T00:15:30.559Z Checking rand v0.10.0
26162026-04-15T00:15:30.573Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-04-15T00:15:31.048Z Compiling pin-project-internal v1.1.11
26182026-04-15T00:15:31.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-04-15T00:15:31.486Z Checking linked-hash-map v0.5.6
26202026-04-15T00:15:31.513Z Compiling minimal-lexical v0.2.1
26212026-04-15T00:15:31.664Z Checking lru-cache v0.1.2
26222026-04-15T00:15:31.679Z Compiling progenitor-macro v0.13.0
26232026-04-15T00:15:31.790Z Compiling nom v7.1.3
26242026-04-15T00:15:31.858Z Checking num_enum v0.5.11
26252026-04-15T00:15:32.132Z Compiling newtype_derive v0.1.6
26262026-04-15T00:15:32.177Z Checking pin-project v1.1.11
26272026-04-15T00:15:32.297Z Compiling typify v0.4.3
26282026-04-15T00:15:32.887Z Checking newline-converter v0.3.0
26292026-04-15T00:15:32.920Z Checking atomicwrites v0.4.4
26302026-04-15T00:15:33.006Z Checking camino-tempfile v1.4.1
26312026-04-15T00:15:33.056Z Checking phf_shared v0.12.1
26322026-04-15T00:15:33.176Z Checking hickory-proto v0.24.4
26332026-04-15T00:15:33.211Z Checking console v0.15.11
26342026-04-15T00:15:33.215Z Checking pem v3.0.6
26352026-04-15T00:15:33.384Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26362026-04-15T00:15:33.426Z Checking csv-core v0.1.13
26372026-04-15T00:15:33.482Z Compiling snafu-derive v0.8.9
26382026-04-15T00:15:33.601Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26392026-04-15T00:15:33.615Z Compiling derive-where v1.6.0
26402026-04-15T00:15:33.860Z Compiling async-recursion v1.1.1
26412026-04-15T00:15:34.403Z Compiling slog-dtrace v0.3.0
26422026-04-15T00:15:34.517Z Checking same-file v1.0.6
26432026-04-15T00:15:34.601Z Checking highway v1.3.0
26442026-04-15T00:15:34.641Z Compiling chrono-tz v0.10.4
26452026-04-15T00:15:34.812Z Compiling owo-colors v4.3.0
26462026-04-15T00:15:34.827Z Checking resolv-conf v0.7.6
26472026-04-15T00:15:34.841Z Compiling cancel-safe-futures v0.1.5
26482026-04-15T00:15:34.926Z Checking unicode-width v0.1.14
26492026-04-15T00:15:34.976Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26502026-04-15T00:15:35.012Z Checking hickory-resolver v0.24.4
26512026-04-15T00:15:35.090Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26522026-04-15T00:15:35.178Z Checking walkdir v2.5.0
26532026-04-15T00:15:35.245Z Compiling const_format_proc_macros v0.2.34
26542026-04-15T00:15:35.382Z Checking snafu v0.8.9
26552026-04-15T00:15:35.421Z Checking csv v1.4.0
26562026-04-15T00:15:35.730Z Checking expectorate v1.2.0
26572026-04-15T00:15:35.745Z Checking phf v0.12.1
26582026-04-15T00:15:35.758Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26592026-04-15T00:15:35.863Z Compiling progenitor-impl v0.10.0
26602026-04-15T00:15:35.939Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26612026-04-15T00:15:36.059Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26622026-04-15T00:15:36.239Z Checking tokio-dtrace v0.1.1
26632026-04-15T00:15:36.252Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26642026-04-15T00:15:36.298Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26652026-04-15T00:15:36.429Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26662026-04-15T00:15:36.608Z Checking globset v0.4.18
26672026-04-15T00:15:36.681Z Checking progenitor v0.13.0
26682026-04-15T00:15:36.822Z Checking olpc-cjson v0.1.4
26692026-04-15T00:15:36.836Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26702026-04-15T00:15:36.853Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26712026-04-15T00:15:36.867Z Checking libsw-core v0.3.2
26722026-04-15T00:15:36.912Z Checking smf v0.2.3
26732026-04-15T00:15:36.965Z Checking serde_plain v1.0.2
26742026-04-15T00:15:37.013Z Checking arc-swap v1.8.2
26752026-04-15T00:15:37.093Z Checking sigpipe v0.1.3
26762026-04-15T00:15:37.118Z Compiling lzma-sys v0.1.20
26772026-04-15T00:15:37.152Z Compiling num-derive v0.4.2
26782026-04-15T00:15:37.178Z Checking glob v0.3.3
26792026-04-15T00:15:37.267Z Checking utf-8 v0.7.6
26802026-04-15T00:15:37.429Z Checking bytecount v0.6.9
26812026-04-15T00:15:37.544Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26822026-04-15T00:15:37.559Z Checking typed-path v0.9.3
26832026-04-15T00:15:37.773Z Checking papergrid v0.11.0
26842026-04-15T00:15:37.779Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26852026-04-15T00:15:37.803Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-04-15T00:15:37.926Z Checking tungstenite v0.21.0
26872026-04-15T00:15:37.978Z Checking slog-scope v4.4.1
26882026-04-15T00:15:38.101Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26892026-04-15T00:15:38.125Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26902026-04-15T00:15:38.156Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26912026-04-15T00:15:38.325Z Checking libsw v3.5.0
26922026-04-15T00:15:38.349Z Checking tough v0.20.0
26932026-04-15T00:15:38.364Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26942026-04-15T00:15:38.376Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26952026-04-15T00:15:38.394Z Checking oxide-tokio-rt v0.1.3
26962026-04-15T00:15:38.523Z Compiling progenitor-macro v0.10.0
26972026-04-15T00:15:38.559Z Checking const_format v0.2.35
26982026-04-15T00:15:38.629Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-04-15T00:15:38.651Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-04-15T00:15:38.707Z Checking qorb v0.4.1
27012026-04-15T00:15:39.708Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27022026-04-15T00:15:39.842Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27032026-04-15T00:15:39.859Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27042026-04-15T00:15:39.903Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27052026-04-15T00:15:39.918Z Compiling cargo_toml v0.22.3
27062026-04-15T00:15:40.246Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27072026-04-15T00:15:40.346Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27082026-04-15T00:15:40.363Z Checking gethostname v0.5.0
27092026-04-15T00:15:40.377Z Compiling tabled_derive v0.7.0
27102026-04-15T00:15:40.390Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27112026-04-15T00:15:40.454Z Checking bcs v0.1.6
27122026-04-15T00:15:40.630Z Checking linear-map v1.2.0
27132026-04-15T00:15:40.646Z Checking unicode-linebreak v0.1.5
27142026-04-15T00:15:40.690Z Checking whoami v1.6.1
27152026-04-15T00:15:40.808Z Checking termtree v0.5.1
27162026-04-15T00:15:40.861Z Checking smawk v0.3.2
27172026-04-15T00:15:40.953Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27182026-04-15T00:15:40.996Z Checking textwrap v0.16.2
27192026-04-15T00:15:41.218Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27202026-04-15T00:15:41.331Z Checking tabled v0.15.0
27212026-04-15T00:15:41.688Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27222026-04-15T00:15:42.246Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27232026-04-15T00:15:42.534Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27242026-04-15T00:15:42.537Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27252026-04-15T00:15:42.654Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27262026-04-15T00:15:42.683Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-04-15T00:15:42.830Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-04-15T00:15:42.895Z Checking steno v0.4.1
27292026-04-15T00:15:43.024Z Checking tokio-tungstenite v0.21.0
27302026-04-15T00:15:43.306Z Checking typeid v1.0.3
27312026-04-15T00:15:43.384Z Checking slog-stdlog v4.1.1
27322026-04-15T00:15:43.428Z Checking progenitor v0.10.0
27332026-04-15T00:15:43.512Z Checking base64 v0.21.7
27342026-04-15T00:15:43.526Z Checking humantime v2.3.0
27352026-04-15T00:15:43.567Z Checking xz2 v0.1.7
27362026-04-15T00:15:43.583Z Checking slog-envlogger v2.2.0
27372026-04-15T00:15:43.716Z Checking ron v0.12.0
27382026-04-15T00:15:43.739Z Checking yasna v0.5.2
27392026-04-15T00:15:43.753Z Checking headers-core v0.3.0
27402026-04-15T00:15:43.769Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27412026-04-15T00:15:43.867Z Checking filetime v0.2.27
27422026-04-15T00:15:43.920Z Checking base16ct v1.0.0
27432026-04-15T00:15:44.007Z Checking xattr v1.6.1
27442026-04-15T00:15:44.054Z Checking headers v0.4.1
27452026-04-15T00:15:44.122Z Checking rcgen v0.12.1
27462026-04-15T00:15:44.141Z Checking tar v0.4.45
27472026-04-15T00:15:44.437Z Checking subprocess v0.2.15
27482026-04-15T00:15:49.482Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492026-04-15T00:15:55.437Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-04-15T00:15:56.746Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-04-15T00:15:57.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.85s
27522026-04-15T00:15:58.149Z
27532026-04-15T00:15:58.149Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
27542026-04-15T00:15:58.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-04-15T00:15:58.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-04-15T00:15:58.903Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27572026-04-15T00:16:00.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
27582026-04-15T00:16:00.440Z
27592026-04-15T00:16:00.440Zinfo: running `cargo check --bins` on nexus-config (51/270)
27602026-04-15T00:16:00.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-04-15T00:16:00.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-04-15T00:16:00.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-04-15T00:16:00.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27642026-04-15T00:16:01.075Z
27652026-04-15T00:16:01.075Zinfo: running `cargo check --bins` on nexus-types (52/270)
27662026-04-15T00:16:01.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-04-15T00:16:01.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-04-15T00:16:01.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-04-15T00:16:01.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27702026-04-15T00:16:01.718Z
27712026-04-15T00:16:01.718Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
27722026-04-15T00:16:02.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-04-15T00:16:02.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-04-15T00:16:02.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-04-15T00:16:02.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27762026-04-15T00:16:02.333Z
27772026-04-15T00:16:02.333Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
27782026-04-15T00:16:02.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-04-15T00:16:02.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-04-15T00:16:02.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-04-15T00:16:02.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27822026-04-15T00:16:02.939Z
27832026-04-15T00:16:02.939Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
27842026-04-15T00:16:03.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-04-15T00:16:03.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-04-15T00:16:03.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-04-15T00:16:03.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27882026-04-15T00:16:03.533Z
27892026-04-15T00:16:03.533Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
27902026-04-15T00:16:04.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-04-15T00:16:04.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-04-15T00:16:04.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-04-15T00:16:04.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27942026-04-15T00:16:04.129Z
27952026-04-15T00:16:04.129Zinfo: running `cargo check --bins` on ereport-types (57/270)
27962026-04-15T00:16:04.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-04-15T00:16:04.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-04-15T00:16:04.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-04-15T00:16:04.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28002026-04-15T00:16:04.729Z
28012026-04-15T00:16:04.729Zinfo: running `cargo check --bins` on gateway-client (58/270)
28022026-04-15T00:16:05.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-04-15T00:16:05.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-04-15T00:16:05.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-04-15T00:16:05.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28062026-04-15T00:16:05.331Z
28072026-04-15T00:16:05.331Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
28082026-04-15T00:16:05.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-04-15T00:16:05.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-04-15T00:16:05.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-04-15T00:16:05.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28122026-04-15T00:16:05.929Z
28132026-04-15T00:16:05.929Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
28142026-04-15T00:16:06.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-04-15T00:16:06.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-04-15T00:16:06.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-04-15T00:16:06.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28182026-04-15T00:16:06.534Z
28192026-04-15T00:16:06.534Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
28202026-04-15T00:16:07.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-04-15T00:16:07.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-04-15T00:16:07.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-04-15T00:16:07.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28242026-04-15T00:16:07.139Z
28252026-04-15T00:16:07.139Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
28262026-04-15T00:16:07.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-04-15T00:16:07.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-04-15T00:16:07.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-04-15T00:16:07.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28302026-04-15T00:16:07.743Z
28312026-04-15T00:16:07.743Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
28322026-04-15T00:16:08.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-04-15T00:16:08.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-04-15T00:16:08.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-04-15T00:16:08.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28362026-04-15T00:16:08.360Z
28372026-04-15T00:16:08.360Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
28382026-04-15T00:16:08.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-04-15T00:16:08.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-04-15T00:16:08.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-04-15T00:16:08.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28422026-04-15T00:16:08.977Z
28432026-04-15T00:16:08.977Zinfo: running `cargo check --bins` on key-manager-types (65/270)
28442026-04-15T00:16:09.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-04-15T00:16:09.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-04-15T00:16:09.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472026-04-15T00:16:09.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28482026-04-15T00:16:09.572Z
28492026-04-15T00:16:09.572Zinfo: running `cargo check --bins` on oxlog (66/270)
28502026-04-15T00:16:10.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-04-15T00:16:10.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-04-15T00:16:10.193Z Compiling newtype-uuid v1.3.2
28532026-04-15T00:16:10.400Z Compiling daft v0.1.5
28542026-04-15T00:16:10.593Z Compiling iddqd v0.3.17
28552026-04-15T00:16:11.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28562026-04-15T00:16:11.730Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28572026-04-15T00:16:12.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
28582026-04-15T00:16:12.182Z
28592026-04-15T00:16:12.182Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
28602026-04-15T00:16:12.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-04-15T00:16:12.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-04-15T00:16:12.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-04-15T00:16:12.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28642026-04-15T00:16:12.799Z
28652026-04-15T00:16:12.799Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
28662026-04-15T00:16:13.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-04-15T00:16:13.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-04-15T00:16:13.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-04-15T00:16:13.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28702026-04-15T00:16:13.410Z
28712026-04-15T00:16:13.410Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
28722026-04-15T00:16:13.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-04-15T00:16:13.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-04-15T00:16:13.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-04-15T00:16:13.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28762026-04-15T00:16:14.025Z
28772026-04-15T00:16:14.025Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
28782026-04-15T00:16:14.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-04-15T00:16:14.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-04-15T00:16:14.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-04-15T00:16:14.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28822026-04-15T00:16:14.639Z
28832026-04-15T00:16:14.639Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
28842026-04-15T00:16:15.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-04-15T00:16:15.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-04-15T00:16:15.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-04-15T00:16:15.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28882026-04-15T00:16:15.233Z
28892026-04-15T00:16:15.233Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
28902026-04-15T00:16:15.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-04-15T00:16:15.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-04-15T00:16:15.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-04-15T00:16:15.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28942026-04-15T00:16:15.829Z
28952026-04-15T00:16:15.829Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
28962026-04-15T00:16:16.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-04-15T00:16:16.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-04-15T00:16:16.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-04-15T00:16:16.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29002026-04-15T00:16:16.425Z
29012026-04-15T00:16:16.425Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
29022026-04-15T00:16:16.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-04-15T00:16:16.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-04-15T00:16:16.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-04-15T00:16:16.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29062026-04-15T00:16:17.017Z
29072026-04-15T00:16:17.017Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
29082026-04-15T00:16:17.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-04-15T00:16:17.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-04-15T00:16:17.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-04-15T00:16:17.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29122026-04-15T00:16:17.612Z
29132026-04-15T00:16:17.612Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
29142026-04-15T00:16:18.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-04-15T00:16:18.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-04-15T00:16:18.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-04-15T00:16:18.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29182026-04-15T00:16:18.221Z
29192026-04-15T00:16:18.221Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
29202026-04-15T00:16:18.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-04-15T00:16:18.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-04-15T00:16:18.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-04-15T00:16:18.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242026-04-15T00:16:18.831Z
29252026-04-15T00:16:18.831Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
29262026-04-15T00:16:19.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-04-15T00:16:19.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-04-15T00:16:19.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-04-15T00:16:19.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29302026-04-15T00:16:19.452Z
29312026-04-15T00:16:19.452Zinfo: running `cargo check --bins` on oxql-types (79/270)
29322026-04-15T00:16:19.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-04-15T00:16:19.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-04-15T00:16:19.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-04-15T00:16:19.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29362026-04-15T00:16:20.074Z
29372026-04-15T00:16:20.074Zinfo: running `cargo check --bins` on oximeter-types (80/270)
29382026-04-15T00:16:20.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-04-15T00:16:20.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-04-15T00:16:20.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-04-15T00:16:20.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29422026-04-15T00:16:20.668Z
29432026-04-15T00:16:20.668Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
29442026-04-15T00:16:21.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-04-15T00:16:21.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-04-15T00:16:21.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-04-15T00:16:21.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29482026-04-15T00:16:21.272Z
29492026-04-15T00:16:21.272Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
29502026-04-15T00:16:21.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-04-15T00:16:21.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-04-15T00:16:21.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532026-04-15T00:16:21.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29542026-04-15T00:16:21.862Z
29552026-04-15T00:16:21.863Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
29562026-04-15T00:16:22.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-04-15T00:16:22.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-04-15T00:16:22.533Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29592026-04-15T00:16:23.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
29602026-04-15T00:16:23.262Z
29612026-04-15T00:16:23.262Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
29622026-04-15T00:16:23.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-04-15T00:16:23.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-04-15T00:16:23.937Z Compiling ar_archive_writer v0.5.1
29652026-04-15T00:16:24.048Z Compiling stacker v0.1.23
29662026-04-15T00:16:24.048Z Compiling cfg_aliases v0.1.1
29672026-04-15T00:16:24.060Z Compiling convert_case v0.10.0
29682026-04-15T00:16:24.067Z Checking fd-lock v4.0.4
29692026-04-15T00:16:24.067Z Checking nibble_vec v0.1.0
29702026-04-15T00:16:24.071Z Checking vte v0.14.1
29712026-04-15T00:16:24.071Z Compiling recursive-proc-macro-impl v0.1.1
29722026-04-15T00:16:24.108Z Compiling nix v0.28.0
29732026-04-15T00:16:24.174Z Checking endian-type v0.1.2
29742026-04-15T00:16:24.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-04-15T00:16:24.228Z Checking strip-ansi-escapes v0.2.1
29762026-04-15T00:16:24.299Z Checking radix_trie v0.2.1
29772026-04-15T00:16:24.314Z Compiling peg-macros v0.8.5
29782026-04-15T00:16:24.327Z Checking winnow v0.6.26
29792026-04-15T00:16:24.348Z Compiling derive_more-impl v2.1.1
29802026-04-15T00:16:24.476Z Compiling sqlparser_derive v0.5.0
29812026-04-15T00:16:24.503Z Checking home v0.5.12
29822026-04-15T00:16:24.608Z Checking nu-ansi-term v0.50.3
29832026-04-15T00:16:24.678Z Checking unicode_categories v0.1.1
29842026-04-15T00:16:24.819Z Checking reedline v0.40.0
29852026-04-15T00:16:24.871Z Compiling psm v0.1.30
29862026-04-15T00:16:24.877Z Checking display-error-chain v0.2.2
29872026-04-15T00:16:25.147Z Checking derive_more v2.1.1
29882026-04-15T00:16:25.227Z Checking crossterm v0.29.0
29892026-04-15T00:16:25.372Z Checking rustyline v14.0.0
29902026-04-15T00:16:25.442Z Checking sqlformat v0.3.5
29912026-04-15T00:16:25.455Z Checking peg v0.8.5
29922026-04-15T00:16:25.640Z Checking recursive v0.1.1
29932026-04-15T00:16:25.730Z Checking sqlparser v0.61.0
29942026-04-15T00:16:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
29952026-04-15T00:16:37.123Z
29962026-04-15T00:16:37.123Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
29972026-04-15T00:16:37.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-04-15T00:16:37.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-04-15T00:16:37.803Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-04-15T00:16:41.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
30012026-04-15T00:16:41.380Z
30022026-04-15T00:16:41.380Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
30032026-04-15T00:16:41.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-04-15T00:16:41.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-04-15T00:16:42.055Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-04-15T00:16:44.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
30072026-04-15T00:16:44.660Z
30082026-04-15T00:16:44.660Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
30092026-04-15T00:16:45.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-04-15T00:16:45.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-04-15T00:16:45.336Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-04-15T00:16:48.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
30132026-04-15T00:16:48.727Z
30142026-04-15T00:16:48.727Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
30152026-04-15T00:16:49.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-04-15T00:16:49.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-04-15T00:16:49.402Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-04-15T00:16:52.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
30192026-04-15T00:16:52.832Z
30202026-04-15T00:16:52.832Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
30212026-04-15T00:16:53.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-04-15T00:16:53.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-04-15T00:16:53.516Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-04-15T00:16:56.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
30252026-04-15T00:16:56.956Z
30262026-04-15T00:16:56.956Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
30272026-04-15T00:16:56.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-04-15T00:16:56.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-04-15T00:16:56.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-04-15T00:16:59.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
30312026-04-15T00:16:59.732Z
30322026-04-15T00:16:59.732Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
30332026-04-15T00:17:00.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-04-15T00:17:00.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-04-15T00:17:00.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30362026-04-15T00:17:03.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
30372026-04-15T00:17:03.983Z
30382026-04-15T00:17:03.983Zinfo: running `cargo check --bins` on oximeter (92/270)
30392026-04-15T00:17:04.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-04-15T00:17:04.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-04-15T00:17:04.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-04-15T00:17:04.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-04-15T00:17:04.588Z
30442026-04-15T00:17:04.588Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
30452026-04-15T00:17:05.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-04-15T00:17:05.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-04-15T00:17:05.242Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-04-15T00:17:05.409Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-04-15T00:17:05.421Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-04-15T00:17:05.737Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-04-15T00:17:09.194Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30522026-04-15T00:17:09.517Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30532026-04-15T00:17:10.594Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30542026-04-15T00:17:11.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s
30552026-04-15T00:17:11.450Z
30562026-04-15T00:17:11.450Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
30572026-04-15T00:17:11.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-04-15T00:17:11.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-04-15T00:17:11.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-04-15T00:17:11.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-04-15T00:17:12.050Z
30622026-04-15T00:17:12.050Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
30632026-04-15T00:17:12.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-04-15T00:17:12.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-04-15T00:17:12.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-04-15T00:17:12.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30672026-04-15T00:17:12.706Z
30682026-04-15T00:17:12.706Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
30692026-04-15T00:17:13.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-04-15T00:17:13.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-04-15T00:17:13.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-04-15T00:17:13.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30732026-04-15T00:17:13.325Z
30742026-04-15T00:17:13.325Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
30752026-04-15T00:17:13.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-04-15T00:17:13.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-04-15T00:17:13.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-04-15T00:17:13.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30792026-04-15T00:17:13.937Z
30802026-04-15T00:17:13.937Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
30812026-04-15T00:17:14.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-04-15T00:17:14.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-04-15T00:17:14.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-04-15T00:17:14.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30852026-04-15T00:17:14.560Z
30862026-04-15T00:17:14.560Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
30872026-04-15T00:17:15.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-04-15T00:17:15.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-04-15T00:17:15.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-04-15T00:17:15.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30912026-04-15T00:17:15.182Z
30922026-04-15T00:17:15.182Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
30932026-04-15T00:17:15.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-04-15T00:17:15.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-04-15T00:17:15.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-04-15T00:17:15.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-04-15T00:17:15.790Z
30982026-04-15T00:17:15.790Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
30992026-04-15T00:17:16.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-04-15T00:17:16.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-04-15T00:17:16.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-04-15T00:17:16.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31032026-04-15T00:17:16.411Z
31042026-04-15T00:17:16.411Zinfo: running `cargo check --bins` on update-engine (102/270)
31052026-04-15T00:17:16.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-04-15T00:17:16.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-04-15T00:17:16.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-04-15T00:17:16.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-04-15T00:17:17.008Z
31102026-04-15T00:17:17.008Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
31112026-04-15T00:17:17.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-04-15T00:17:17.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-04-15T00:17:17.723Z Checking dropshot-api-manager-types v0.6.0
31142026-04-15T00:17:17.731Z Checking nanorand v0.7.0
31152026-04-15T00:17:17.968Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31162026-04-15T00:17:17.996Z Checking flume v0.11.1
31172026-04-15T00:17:18.209Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31182026-04-15T00:17:22.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
31192026-04-15T00:17:23.005Z
31202026-04-15T00:17:23.005Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
31212026-04-15T00:17:23.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-15T00:17:23.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-15T00:17:23.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-15T00:17:23.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31252026-04-15T00:17:23.005Z
31262026-04-15T00:17:23.005Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
31272026-04-15T00:17:23.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-15T00:17:23.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-15T00:17:23.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-15T00:17:23.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31312026-04-15T00:17:23.006Z
31322026-04-15T00:17:23.006Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
31332026-04-15T00:17:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-15T00:17:23.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-15T00:17:23.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-15T00:17:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31372026-04-15T00:17:23.031Z
31382026-04-15T00:17:23.031Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
31392026-04-15T00:17:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-15T00:17:23.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-15T00:17:23.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-15T00:17:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31432026-04-15T00:17:23.031Z
31442026-04-15T00:17:23.031Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
31452026-04-15T00:17:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-15T00:17:23.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-15T00:17:23.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-15T00:17:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31492026-04-15T00:17:23.031Z
31502026-04-15T00:17:23.031Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
31512026-04-15T00:17:23.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-15T00:17:23.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-15T00:17:23.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-04-15T00:17:23.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-04-15T00:17:23.145Z
31562026-04-15T00:17:23.145Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
31572026-04-15T00:17:23.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-04-15T00:17:23.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-04-15T00:17:23.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-04-15T00:17:23.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31612026-04-15T00:17:23.749Z
31622026-04-15T00:17:23.749Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
31632026-04-15T00:17:24.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-04-15T00:17:24.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-04-15T00:17:24.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-04-15T00:17:24.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31672026-04-15T00:17:24.340Z
31682026-04-15T00:17:24.340Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
31692026-04-15T00:17:24.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-04-15T00:17:24.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-04-15T00:17:24.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-04-15T00:17:24.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31732026-04-15T00:17:24.943Z
31742026-04-15T00:17:24.943Zinfo: running `cargo check --bins` on dns-service-client (113/270)
31752026-04-15T00:17:25.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-04-15T00:17:25.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-04-15T00:17:25.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-04-15T00:17:25.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31792026-04-15T00:17:25.552Z
31802026-04-15T00:17:25.552Zinfo: running `cargo check --bins` on installinator-client (114/270)
31812026-04-15T00:17:26.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-04-15T00:17:26.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-04-15T00:17:26.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-04-15T00:17:26.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31852026-04-15T00:17:26.166Z
31862026-04-15T00:17:26.166Zinfo: running `cargo check --bins` on nexus-client (115/270)
31872026-04-15T00:17:26.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-04-15T00:17:26.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-04-15T00:17:26.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-04-15T00:17:26.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31912026-04-15T00:17:26.810Z
31922026-04-15T00:17:26.810Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
31932026-04-15T00:17:27.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-04-15T00:17:27.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-04-15T00:17:27.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-04-15T00:17:27.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31972026-04-15T00:17:27.458Z
31982026-04-15T00:17:27.458Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
31992026-04-15T00:17:27.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-04-15T00:17:27.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-04-15T00:17:27.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-04-15T00:17:27.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32032026-04-15T00:17:28.056Z
32042026-04-15T00:17:28.056Zinfo: running `cargo check --bins` on oxide-client (118/270)
32052026-04-15T00:17:28.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-04-15T00:17:28.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-04-15T00:17:28.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-04-15T00:17:28.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32092026-04-15T00:17:28.657Z
32102026-04-15T00:17:28.657Zinfo: running `cargo check --bins` on oximeter-client (119/270)
32112026-04-15T00:17:29.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-04-15T00:17:29.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-04-15T00:17:29.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-04-15T00:17:29.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32152026-04-15T00:17:29.264Z
32162026-04-15T00:17:29.264Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
32172026-04-15T00:17:29.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-04-15T00:17:29.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-04-15T00:17:29.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-04-15T00:17:29.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32212026-04-15T00:17:29.860Z
32222026-04-15T00:17:29.860Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
32232026-04-15T00:17:30.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-04-15T00:17:30.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-04-15T00:17:30.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-04-15T00:17:30.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32272026-04-15T00:17:30.480Z
32282026-04-15T00:17:30.480Zinfo: running `cargo check --bins` on wicketd-client (122/270)
32292026-04-15T00:17:31.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-04-15T00:17:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-04-15T00:17:31.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-04-15T00:17:31.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32332026-04-15T00:17:31.114Z
32342026-04-15T00:17:31.114Zinfo: running `cargo check --bins` on installinator-common (123/270)
32352026-04-15T00:17:31.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-04-15T00:17:31.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-04-15T00:17:31.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-04-15T00:17:31.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32392026-04-15T00:17:31.742Z
32402026-04-15T00:17:31.742Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
32412026-04-15T00:17:32.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-04-15T00:17:32.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-04-15T00:17:32.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-04-15T00:17:32.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32452026-04-15T00:17:32.343Z
32462026-04-15T00:17:32.343Zinfo: running `cargo check --bins` on wicket-common (125/270)
32472026-04-15T00:17:32.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-04-15T00:17:32.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-04-15T00:17:32.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-04-15T00:17:32.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32512026-04-15T00:17:32.964Z
32522026-04-15T00:17:32.964Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
32532026-04-15T00:17:33.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-04-15T00:17:33.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-04-15T00:17:33.656Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32562026-04-15T00:17:33.771Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32572026-04-15T00:17:33.780Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32582026-04-15T00:17:33.786Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32592026-04-15T00:17:33.792Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-04-15T00:17:33.801Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32612026-04-15T00:17:33.813Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32622026-04-15T00:17:33.823Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32632026-04-15T00:17:33.953Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32642026-04-15T00:17:34.001Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32652026-04-15T00:17:34.027Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32662026-04-15T00:17:34.182Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-04-15T00:17:34.182Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32682026-04-15T00:17:34.942Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32692026-04-15T00:17:40.125Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32702026-04-15T00:17:40.752Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32712026-04-15T00:17:43.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s
32722026-04-15T00:17:43.263Z
32732026-04-15T00:17:43.263Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
32742026-04-15T00:17:43.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-04-15T00:17:43.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-04-15T00:17:43.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-04-15T00:17:43.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32782026-04-15T00:17:43.869Z
32792026-04-15T00:17:43.869Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
32802026-04-15T00:17:44.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-04-15T00:17:44.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-04-15T00:17:44.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-04-15T00:17:44.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32842026-04-15T00:17:44.564Z
32852026-04-15T00:17:44.564Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
32862026-04-15T00:17:45.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-04-15T00:17:45.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-04-15T00:17:45.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892026-04-15T00:17:45.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32902026-04-15T00:17:45.254Z
32912026-04-15T00:17:45.254Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
32922026-04-15T00:17:45.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932026-04-15T00:17:45.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942026-04-15T00:17:45.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952026-04-15T00:17:45.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32962026-04-15T00:17:45.917Z
32972026-04-15T00:17:45.917Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
32982026-04-15T00:17:46.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-04-15T00:17:46.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-04-15T00:17:46.663Z Compiling radium v0.7.0
33012026-04-15T00:17:46.782Z Checking tap v1.0.1
33022026-04-15T00:17:46.785Z Compiling maybe-uninit v2.0.0
33032026-04-15T00:17:46.797Z Compiling zerocopy-derive v0.6.6
33042026-04-15T00:17:46.805Z Checking funty v2.0.0
33052026-04-15T00:17:46.805Z Compiling packed_struct v0.10.1
33062026-04-15T00:17:46.808Z Checking crc-catalog v2.4.0
33072026-04-15T00:17:46.841Z Compiling packed_struct_codegen v0.10.1
33082026-04-15T00:17:46.868Z Checking wyz v0.5.1
33092026-04-15T00:17:46.904Z Checking crc v3.4.0
33102026-04-15T00:17:47.063Z Compiling bitfield-macros v0.19.4
33112026-04-15T00:17:47.088Z Compiling indexmap v1.9.3
33122026-04-15T00:17:47.113Z Checking nodrop v0.1.14
33132026-04-15T00:17:47.152Z Checking tagptr v0.2.0
33142026-04-15T00:17:47.180Z Checking smallvec v0.6.14
33152026-04-15T00:17:47.201Z Checking bitvec v1.0.1
33162026-04-15T00:17:47.201Z Checking array-init v0.0.4
33172026-04-15T00:17:47.303Z Checking hashbrown v0.12.3
33182026-04-15T00:17:47.316Z Checking moka v0.12.13
33192026-04-15T00:17:47.383Z Checking ron v0.8.1
33202026-04-15T00:17:47.511Z Checking serde-hex v0.1.0
33212026-04-15T00:17:47.658Z Checking zerocopy v0.6.6
33222026-04-15T00:17:47.779Z Checking bitfield v0.19.4
33232026-04-15T00:17:47.911Z Checking hashbrown v0.13.2
33242026-04-15T00:17:47.925Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33252026-04-15T00:17:47.941Z Checking crc-any v2.5.0
33262026-04-15T00:17:47.954Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-04-15T00:17:48.042Z Checking hickory-resolver v0.25.2
33282026-04-15T00:17:48.042Z Checking void v1.0.2
33292026-04-15T00:17:48.106Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-04-15T00:17:48.132Z Checking path-slash v0.1.5
33312026-04-15T00:17:48.145Z Checking half v1.8.3
33322026-04-15T00:17:48.158Z Checking tungstenite v0.23.0
33332026-04-15T00:17:48.263Z Checking lzss v0.8.2
33342026-04-15T00:17:48.336Z Checking serde_cbor v0.11.2
33352026-04-15T00:17:48.341Z Checking object v0.30.4
33362026-04-15T00:17:48.363Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-04-15T00:17:48.446Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33382026-04-15T00:17:48.562Z Checking nix v0.27.1
33392026-04-15T00:17:48.601Z Checking kstat-rs v0.2.4
33402026-04-15T00:17:48.714Z Checking fxhash v0.2.1
33412026-04-15T00:17:48.749Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-04-15T00:17:48.790Z Checking serde_bytes v0.11.19
33432026-04-15T00:17:48.830Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33442026-04-15T00:17:48.965Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33452026-04-15T00:17:48.984Z Checking tokio-tungstenite v0.23.1
33462026-04-15T00:17:49.064Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33472026-04-15T00:17:49.177Z Checking signal-hook-tokio v0.3.1
33482026-04-15T00:17:49.553Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33492026-04-15T00:17:49.973Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33502026-04-15T00:17:52.036Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33512026-04-15T00:17:52.892Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33522026-04-15T00:17:53.167Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33532026-04-15T00:17:54.237Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33542026-04-15T00:17:56.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s
33552026-04-15T00:17:56.473Z
33562026-04-15T00:17:56.473Zinfo: running `cargo check --bins` on gateway-api (132/270)
33572026-04-15T00:17:56.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-04-15T00:17:56.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-04-15T00:17:56.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-04-15T00:17:56.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33612026-04-15T00:17:57.089Z
33622026-04-15T00:17:57.089Zinfo: running `cargo check --bins` on ipcc (133/270)
33632026-04-15T00:17:57.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-04-15T00:17:57.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-04-15T00:17:57.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-04-15T00:17:57.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33672026-04-15T00:17:57.703Z
33682026-04-15T00:17:57.703Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33692026-04-15T00:17:58.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-04-15T00:17:58.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-04-15T00:17:58.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-04-15T00:17:58.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-04-15T00:17:58.303Z
33742026-04-15T00:17:58.303Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33752026-04-15T00:17:58.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-04-15T00:17:58.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-04-15T00:17:58.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-04-15T00:17:58.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33792026-04-15T00:17:58.923Z
33802026-04-15T00:17:58.923Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33812026-04-15T00:17:59.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-04-15T00:17:59.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-04-15T00:17:59.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-04-15T00:17:59.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852026-04-15T00:17:59.536Z
33862026-04-15T00:17:59.536Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33872026-04-15T00:18:00.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-04-15T00:18:00.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-04-15T00:18:00.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-04-15T00:18:00.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33912026-04-15T00:18:00.155Z
33922026-04-15T00:18:00.155Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33932026-04-15T00:18:00.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-04-15T00:18:00.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-04-15T00:18:00.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-04-15T00:18:00.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33972026-04-15T00:18:00.761Z
33982026-04-15T00:18:00.761Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
33992026-04-15T00:18:01.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-04-15T00:18:01.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-04-15T00:18:01.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-04-15T00:18:01.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34032026-04-15T00:18:01.373Z
34042026-04-15T00:18:01.373Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
34052026-04-15T00:18:01.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-04-15T00:18:01.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-04-15T00:18:01.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-04-15T00:18:01.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34092026-04-15T00:18:01.996Z
34102026-04-15T00:18:01.996Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
34112026-04-15T00:18:02.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-04-15T00:18:02.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-04-15T00:18:02.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-04-15T00:18:02.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34152026-04-15T00:18:02.616Z
34162026-04-15T00:18:02.616Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
34172026-04-15T00:18:03.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-04-15T00:18:03.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-04-15T00:18:03.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-04-15T00:18:03.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-04-15T00:18:03.231Z
34222026-04-15T00:18:03.231Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
34232026-04-15T00:18:03.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-04-15T00:18:03.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-04-15T00:18:03.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-04-15T00:18:03.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34272026-04-15T00:18:03.846Z
34282026-04-15T00:18:03.847Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
34292026-04-15T00:18:04.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-04-15T00:18:04.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-04-15T00:18:04.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-04-15T00:18:04.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34332026-04-15T00:18:04.466Z
34342026-04-15T00:18:04.466Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
34352026-04-15T00:18:04.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-04-15T00:18:04.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-04-15T00:18:04.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-04-15T00:18:04.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34392026-04-15T00:18:05.090Z
34402026-04-15T00:18:05.090Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
34412026-04-15T00:18:05.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-04-15T00:18:05.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-04-15T00:18:05.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-04-15T00:18:05.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34452026-04-15T00:18:05.701Z
34462026-04-15T00:18:05.701Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
34472026-04-15T00:18:06.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-04-15T00:18:06.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-04-15T00:18:06.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-04-15T00:18:06.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34512026-04-15T00:18:06.319Z
34522026-04-15T00:18:06.319Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34532026-04-15T00:18:06.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-04-15T00:18:06.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-04-15T00:18:06.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-04-15T00:18:06.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34572026-04-15T00:18:06.939Z
34582026-04-15T00:18:06.939Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34592026-04-15T00:18:07.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-04-15T00:18:07.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-04-15T00:18:07.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-04-15T00:18:07.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34632026-04-15T00:18:07.557Z
34642026-04-15T00:18:07.557Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34652026-04-15T00:18:08.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-04-15T00:18:08.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-04-15T00:18:08.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-04-15T00:18:08.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34692026-04-15T00:18:08.178Z
34702026-04-15T00:18:08.178Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34712026-04-15T00:18:08.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-04-15T00:18:08.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-04-15T00:18:08.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-04-15T00:18:08.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34752026-04-15T00:18:08.797Z
34762026-04-15T00:18:08.797Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34772026-04-15T00:18:09.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-04-15T00:18:09.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-04-15T00:18:09.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-04-15T00:18:09.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34812026-04-15T00:18:09.419Z
34822026-04-15T00:18:09.419Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34832026-04-15T00:18:09.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-04-15T00:18:09.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-04-15T00:18:09.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-04-15T00:18:09.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34872026-04-15T00:18:10.071Z
34882026-04-15T00:18:10.071Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34892026-04-15T00:18:10.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-04-15T00:18:10.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-04-15T00:18:10.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-04-15T00:18:10.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34932026-04-15T00:18:10.688Z
34942026-04-15T00:18:10.689Zinfo: running `cargo check --bins` on dns-server (155/270)
34952026-04-15T00:18:11.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-04-15T00:18:11.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-04-15T00:18:11.358Z Compiling parking_lot_core v0.8.6
34982026-04-15T00:18:11.358Z Compiling git-stub v1.0.0
34992026-04-15T00:18:11.358Z Compiling atomicwrites v0.4.4
35002026-04-15T00:18:11.362Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35012026-04-15T00:18:11.481Z Checking prefix-trie v0.7.0
35022026-04-15T00:18:11.599Z Compiling git-stub-vcs v0.1.0
35032026-04-15T00:18:11.773Z Checking hickory-server v0.25.2
35042026-04-15T00:18:11.868Z Checking parking_lot v0.11.2
35052026-04-15T00:18:11.880Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35062026-04-15T00:18:11.938Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35072026-04-15T00:18:11.941Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35082026-04-15T00:18:12.041Z Checking sled v0.34.7
35092026-04-15T00:18:13.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
35102026-04-15T00:18:14.127Z
35112026-04-15T00:18:14.127Zinfo: running `cargo check --bins` on dns-server-api (156/270)
35122026-04-15T00:18:14.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-04-15T00:18:14.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-04-15T00:18:14.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-04-15T00:18:14.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35162026-04-15T00:18:14.741Z
35172026-04-15T00:18:14.741Zinfo: running `cargo check --bins` on sp-sim (157/270)
35182026-04-15T00:18:15.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-04-15T00:18:15.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-04-15T00:18:15.469Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35212026-04-15T00:18:17.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35222026-04-15T00:18:17.415Z
35232026-04-15T00:18:17.415Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
35242026-04-15T00:18:17.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-04-15T00:18:17.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-04-15T00:18:17.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-04-15T00:18:17.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35282026-04-15T00:18:18.087Z
35292026-04-15T00:18:18.087Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
35302026-04-15T00:18:18.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-04-15T00:18:18.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-04-15T00:18:18.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-04-15T00:18:18.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35342026-04-15T00:18:18.761Z
35352026-04-15T00:18:18.761Zinfo: running `cargo check --bins` on db-macros (160/270)
35362026-04-15T00:18:19.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-04-15T00:18:19.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-04-15T00:18:19.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-04-15T00:18:19.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35402026-04-15T00:18:19.356Z
35412026-04-15T00:18:19.356Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
35422026-04-15T00:18:19.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-04-15T00:18:19.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-04-15T00:18:19.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-04-15T00:18:19.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35462026-04-15T00:18:19.947Z
35472026-04-15T00:18:19.947Zinfo: running `cargo check --bins` on nexus-auth (162/270)
35482026-04-15T00:18:20.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-04-15T00:18:20.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-04-15T00:18:20.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-04-15T00:18:20.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35522026-04-15T00:18:20.599Z
35532026-04-15T00:18:20.599Zinfo: running `cargo check --bins` on authz-macros (163/270)
35542026-04-15T00:18:21.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-04-15T00:18:21.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-04-15T00:18:21.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-04-15T00:18:21.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35582026-04-15T00:18:21.193Z
35592026-04-15T00:18:21.193Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35602026-04-15T00:18:21.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-04-15T00:18:21.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-04-15T00:18:21.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-04-15T00:18:21.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35642026-04-15T00:18:21.846Z
35652026-04-15T00:18:21.846Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35662026-04-15T00:18:22.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-04-15T00:18:22.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-04-15T00:18:22.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-04-15T00:18:22.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35702026-04-15T00:18:22.492Z
35712026-04-15T00:18:22.492Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35722026-04-15T00:18:22.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-04-15T00:18:22.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-04-15T00:18:22.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-04-15T00:18:22.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35762026-04-15T00:18:23.085Z
35772026-04-15T00:18:23.085Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35782026-04-15T00:18:23.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-04-15T00:18:23.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-04-15T00:18:23.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-04-15T00:18:23.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35822026-04-15T00:18:23.675Z
35832026-04-15T00:18:23.675Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35842026-04-15T00:18:24.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-04-15T00:18:24.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-04-15T00:18:24.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-04-15T00:18:24.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35882026-04-15T00:18:24.287Z
35892026-04-15T00:18:24.287Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35902026-04-15T00:18:24.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-04-15T00:18:24.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-04-15T00:18:24.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-04-15T00:18:24.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35942026-04-15T00:18:24.879Z
35952026-04-15T00:18:24.879Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35962026-04-15T00:18:25.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-04-15T00:18:25.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-04-15T00:18:25.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-04-15T00:18:25.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-04-15T00:18:25.470Z
36012026-04-15T00:18:25.470Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
36022026-04-15T00:18:26.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-04-15T00:18:26.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-04-15T00:18:26.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-04-15T00:18:26.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36062026-04-15T00:18:26.122Z
36072026-04-15T00:18:26.122Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
36082026-04-15T00:18:26.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-04-15T00:18:26.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-04-15T00:18:26.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-04-15T00:18:26.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-04-15T00:18:26.781Z
36132026-04-15T00:18:26.781Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
36142026-04-15T00:18:27.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-04-15T00:18:27.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-04-15T00:18:27.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-04-15T00:18:27.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36182026-04-15T00:18:27.430Z
36192026-04-15T00:18:27.430Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
36202026-04-15T00:18:27.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-04-15T00:18:27.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-04-15T00:18:27.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-04-15T00:18:27.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36242026-04-15T00:18:28.052Z
36252026-04-15T00:18:28.052Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
36262026-04-15T00:18:28.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-04-15T00:18:28.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-04-15T00:18:28.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-04-15T00:18:28.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36302026-04-15T00:18:28.672Z
36312026-04-15T00:18:28.672Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
36322026-04-15T00:18:29.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-04-15T00:18:29.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-04-15T00:18:29.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-04-15T00:18:29.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36362026-04-15T00:18:29.296Z
36372026-04-15T00:18:29.296Zinfo: running `cargo check --bins` on key-manager (177/270)
36382026-04-15T00:18:29.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-04-15T00:18:29.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-04-15T00:18:29.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-04-15T00:18:29.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36422026-04-15T00:18:29.900Z
36432026-04-15T00:18:29.900Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
36442026-04-15T00:18:30.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-04-15T00:18:30.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-04-15T00:18:30.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-04-15T00:18:30.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36482026-04-15T00:18:30.522Z
36492026-04-15T00:18:30.522Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36502026-04-15T00:18:31.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-04-15T00:18:31.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-04-15T00:18:31.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-04-15T00:18:31.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36542026-04-15T00:18:31.150Z
36552026-04-15T00:18:31.150Zinfo: running `cargo check --bins` on typed-rng (180/270)
36562026-04-15T00:18:31.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-04-15T00:18:31.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-04-15T00:18:31.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-04-15T00:18:31.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36602026-04-15T00:18:31.742Z
36612026-04-15T00:18:31.742Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36622026-04-15T00:18:32.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-04-15T00:18:32.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-04-15T00:18:32.593Z Compiling libefi-sys v0.1.0
36652026-04-15T00:18:32.597Z Compiling bitfield-struct v0.6.2
36662026-04-15T00:18:32.739Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36672026-04-15T00:18:32.746Z Compiling xshell-macros v0.2.7
36682026-04-15T00:18:32.755Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36692026-04-15T00:18:32.783Z Compiling salty v0.3.0
36702026-04-15T00:18:32.786Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36712026-04-15T00:18:32.790Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36722026-04-15T00:18:32.841Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36732026-04-15T00:18:33.083Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36742026-04-15T00:18:33.097Z Checking xshell v0.2.7
36752026-04-15T00:18:33.139Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36762026-04-15T00:18:33.233Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-04-15T00:18:33.291Z Checking primeorder v0.13.6
36782026-04-15T00:18:33.313Z Compiling proc-macro-error-attr2 v2.0.0
36792026-04-15T00:18:33.331Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36802026-04-15T00:18:33.347Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36812026-04-15T00:18:33.380Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36822026-04-15T00:18:33.498Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36832026-04-15T00:18:33.515Z Checking p384 v0.13.1
36842026-04-15T00:18:33.560Z Compiling num-derive v0.3.3
36852026-04-15T00:18:33.571Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36862026-04-15T00:18:33.698Z Compiling proc-macro-error2 v2.0.1
36872026-04-15T00:18:33.805Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36882026-04-15T00:18:33.823Z Compiling unicase v2.9.0
36892026-04-15T00:18:34.012Z Compiling tabled_derive v0.11.0
36902026-04-15T00:18:34.028Z Compiling mime_guess v2.0.5
36912026-04-15T00:18:34.042Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36922026-04-15T00:18:34.074Z Compiling progenitor-impl v0.11.2
36932026-04-15T00:18:34.415Z Checking papergrid v0.17.0
36942026-04-15T00:18:34.435Z Checking libscf-sys v1.1.0
36952026-04-15T00:18:34.559Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-04-15T00:18:34.574Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-04-15T00:18:34.680Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36982026-04-15T00:18:34.710Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36992026-04-15T00:18:35.188Z Checking testing_table v0.3.0
37002026-04-15T00:18:35.203Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37012026-04-15T00:18:35.218Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-04-15T00:18:35.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-04-15T00:18:35.334Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37042026-04-15T00:18:35.355Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37052026-04-15T00:18:35.411Z Checking corncobs v0.1.4
37062026-04-15T00:18:35.446Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37072026-04-15T00:18:35.544Z Checking tabled v0.20.0
37082026-04-15T00:18:35.548Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37092026-04-15T00:18:35.572Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37102026-04-15T00:18:35.789Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37112026-04-15T00:18:35.823Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37122026-04-15T00:18:35.838Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37132026-04-15T00:18:36.096Z Checking progenitor-client v0.11.2
37142026-04-15T00:18:36.113Z Checking secrecy v0.8.0
37152026-04-15T00:18:36.317Z Checking http-range v0.1.5
37162026-04-15T00:18:36.446Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37172026-04-15T00:18:36.516Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37182026-04-15T00:18:36.573Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37192026-04-15T00:18:36.727Z Compiling progenitor-macro v0.11.2
37202026-04-15T00:18:36.742Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37212026-04-15T00:18:36.841Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37222026-04-15T00:18:36.908Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37232026-04-15T00:18:37.107Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37242026-04-15T00:18:37.223Z Checking atty v0.2.14
37252026-04-15T00:18:37.246Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37262026-04-15T00:18:37.324Z Checking crc8 v0.1.1
37272026-04-15T00:18:37.389Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37282026-04-15T00:18:37.425Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37292026-04-15T00:18:37.581Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37302026-04-15T00:18:37.728Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37312026-04-15T00:18:37.788Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37322026-04-15T00:18:37.957Z Checking hyper-staticfile v0.10.1
37332026-04-15T00:18:38.080Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37342026-04-15T00:18:38.098Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-04-15T00:18:38.270Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37362026-04-15T00:18:38.356Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37372026-04-15T00:18:38.386Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37382026-04-15T00:18:38.499Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37392026-04-15T00:18:38.618Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37402026-04-15T00:18:38.780Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37412026-04-15T00:18:39.016Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37422026-04-15T00:18:39.066Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37432026-04-15T00:18:39.293Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37442026-04-15T00:18:39.445Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37452026-04-15T00:18:39.563Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37462026-04-15T00:18:39.799Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37472026-04-15T00:18:39.955Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37482026-04-15T00:18:40.374Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37492026-04-15T00:18:41.032Z Checking progenitor v0.11.2
37502026-04-15T00:18:41.171Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37512026-04-15T00:18:46.065Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37522026-04-15T00:18:56.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.15s
37532026-04-15T00:18:57.120Z
37542026-04-15T00:18:57.120Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37552026-04-15T00:18:57.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-04-15T00:18:57.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-04-15T00:18:57.914Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-04-15T00:19:09.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37592026-04-15T00:19:09.214Z
37602026-04-15T00:19:09.214Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37612026-04-15T00:19:09.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-04-15T00:19:09.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-04-15T00:19:09.997Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37642026-04-15T00:19:20.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
37652026-04-15T00:19:21.167Z
37662026-04-15T00:19:21.167Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37672026-04-15T00:19:21.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-04-15T00:19:21.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-04-15T00:19:21.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37702026-04-15T00:19:32.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37712026-04-15T00:19:33.162Z
37722026-04-15T00:19:33.162Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37732026-04-15T00:19:33.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-04-15T00:19:33.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-04-15T00:19:33.948Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37762026-04-15T00:19:44.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37772026-04-15T00:19:45.180Z
37782026-04-15T00:19:45.180Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37792026-04-15T00:19:45.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-04-15T00:19:45.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-04-15T00:19:45.968Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37822026-04-15T00:19:56.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37832026-04-15T00:19:57.173Z
37842026-04-15T00:19:57.173Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37852026-04-15T00:19:57.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-04-15T00:19:57.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-04-15T00:19:57.963Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37882026-04-15T00:20:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
37892026-04-15T00:20:09.150Z
37902026-04-15T00:20:09.150Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37912026-04-15T00:20:09.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-04-15T00:20:09.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-04-15T00:20:09.944Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37942026-04-15T00:20:20.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
37952026-04-15T00:20:21.083Z
37962026-04-15T00:20:21.083Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37972026-04-15T00:20:21.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-04-15T00:20:21.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-04-15T00:20:21.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-04-15T00:20:21.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38012026-04-15T00:20:21.688Z
38022026-04-15T00:20:21.688Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
38032026-04-15T00:20:22.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-04-15T00:20:22.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-04-15T00:20:22.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-04-15T00:20:22.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38072026-04-15T00:20:22.300Z
38082026-04-15T00:20:22.300Zinfo: running `cargo check --bins` on range-requests (191/270)
38092026-04-15T00:20:22.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-04-15T00:20:22.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-04-15T00:20:22.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-04-15T00:20:22.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-04-15T00:20:22.917Z
38142026-04-15T00:20:22.917Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
38152026-04-15T00:20:23.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-04-15T00:20:23.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-04-15T00:20:23.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-04-15T00:20:23.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-04-15T00:20:23.500Z
38202026-04-15T00:20:23.500Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
38212026-04-15T00:20:24.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-04-15T00:20:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-04-15T00:20:24.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-04-15T00:20:24.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38252026-04-15T00:20:24.126Z
38262026-04-15T00:20:24.126Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
38272026-04-15T00:20:24.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-04-15T00:20:24.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-04-15T00:20:24.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-04-15T00:20:24.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38312026-04-15T00:20:24.751Z
38322026-04-15T00:20:24.752Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
38332026-04-15T00:20:25.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-04-15T00:20:25.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-04-15T00:20:25.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-04-15T00:20:25.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38372026-04-15T00:20:25.376Z
38382026-04-15T00:20:25.376Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38392026-04-15T00:20:25.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-04-15T00:20:25.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-04-15T00:20:25.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-04-15T00:20:25.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38432026-04-15T00:20:30.146Z
38442026-04-15T00:20:30.146Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38452026-04-15T00:20:30.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-04-15T00:20:30.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-04-15T00:20:30.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-04-15T00:20:30.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38492026-04-15T00:20:30.245Z
38502026-04-15T00:20:30.245Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38512026-04-15T00:20:30.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-04-15T00:20:30.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-04-15T00:20:30.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-04-15T00:20:30.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38552026-04-15T00:20:30.246Z
38562026-04-15T00:20:30.246Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38572026-04-15T00:20:30.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-04-15T00:20:30.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-04-15T00:20:30.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-04-15T00:20:30.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38612026-04-15T00:20:30.246Z
38622026-04-15T00:20:30.246Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38632026-04-15T00:20:30.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-04-15T00:20:30.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-04-15T00:20:30.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-04-15T00:20:30.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38672026-04-15T00:20:30.247Z
38682026-04-15T00:20:30.247Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38692026-04-15T00:20:30.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-04-15T00:20:30.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-04-15T00:20:30.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-04-15T00:20:30.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38732026-04-15T00:20:30.247Z
38742026-04-15T00:20:30.247Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38752026-04-15T00:20:30.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-04-15T00:20:30.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-04-15T00:20:30.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-04-15T00:20:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38792026-04-15T00:20:30.271Z
38802026-04-15T00:20:30.271Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38812026-04-15T00:20:30.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-04-15T00:20:30.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-04-15T00:20:30.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-04-15T00:20:30.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38852026-04-15T00:20:30.437Z
38862026-04-15T00:20:30.437Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38872026-04-15T00:20:30.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-04-15T00:20:30.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-04-15T00:20:30.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-04-15T00:20:30.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38912026-04-15T00:20:31.092Z
38922026-04-15T00:20:31.092Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38932026-04-15T00:20:31.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-04-15T00:20:31.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-04-15T00:20:31.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-04-15T00:20:31.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38972026-04-15T00:20:31.756Z
38982026-04-15T00:20:31.756Zinfo: running `cargo check --bins` on update-common (206/270)
38992026-04-15T00:20:32.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-04-15T00:20:32.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-04-15T00:20:32.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-04-15T00:20:32.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39032026-04-15T00:20:32.385Z
39042026-04-15T00:20:32.386Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
39052026-04-15T00:20:32.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-04-15T00:20:32.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-04-15T00:20:32.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-04-15T00:20:33.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39092026-04-15T00:20:33.055Z
39102026-04-15T00:20:33.055Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
39112026-04-15T00:20:33.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-04-15T00:20:33.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-04-15T00:20:33.824Z Compiling fs-err v2.11.0
39142026-04-15T00:20:33.827Z Checking ignore v0.4.25
39152026-04-15T00:20:33.827Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-04-15T00:20:33.958Z Checking predicates-tree v1.0.13
39172026-04-15T00:20:33.964Z Checking parse-size v1.1.0
39182026-04-15T00:20:33.975Z Checking rand_seeder v0.4.0
39192026-04-15T00:20:33.978Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39202026-04-15T00:20:33.998Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39212026-04-15T00:20:34.052Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222026-04-15T00:20:34.072Z Compiling petname v2.0.2
39232026-04-15T00:20:34.110Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39242026-04-15T00:20:34.258Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39252026-04-15T00:20:34.273Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39262026-04-15T00:20:34.333Z Checking globwalk v0.9.1
39272026-04-15T00:20:34.392Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-04-15T00:20:34.434Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39292026-04-15T00:20:34.514Z Checking camino-tempfile-ext v0.3.3
39302026-04-15T00:20:34.528Z Checking sapling-renderdag v0.1.0
39312026-04-15T00:20:34.620Z Checking sync-ptr v0.1.4
39322026-04-15T00:20:34.708Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-04-15T00:20:34.739Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39342026-04-15T00:20:34.782Z Checking colored v2.2.0
39352026-04-15T00:20:34.824Z Checking assert_matches v1.5.0
39362026-04-15T00:20:35.054Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39372026-04-15T00:20:35.181Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39382026-04-15T00:20:35.185Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39392026-04-15T00:20:35.767Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39402026-04-15T00:20:37.041Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39412026-04-15T00:20:39.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
39422026-04-15T00:20:39.422Z
39432026-04-15T00:20:39.422Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39442026-04-15T00:20:39.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-04-15T00:20:39.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-04-15T00:20:39.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-04-15T00:20:39.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39482026-04-15T00:20:40.019Z
39492026-04-15T00:20:40.019Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39502026-04-15T00:20:40.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-04-15T00:20:40.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-04-15T00:20:40.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-04-15T00:20:40.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39542026-04-15T00:20:40.681Z
39552026-04-15T00:20:40.681Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39562026-04-15T00:20:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-04-15T00:20:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-04-15T00:20:41.410Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39592026-04-15T00:20:41.411Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39602026-04-15T00:20:42.052Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39612026-04-15T00:20:43.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
39622026-04-15T00:20:43.776Z
39632026-04-15T00:20:43.776Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39642026-04-15T00:20:44.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-04-15T00:20:44.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-04-15T00:20:44.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-04-15T00:20:44.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39682026-04-15T00:20:44.384Z
39692026-04-15T00:20:44.384Zinfo: running `cargo check --bins` on cert-dev (213/270)
39702026-04-15T00:20:44.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-04-15T00:20:44.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-04-15T00:20:44.994Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39732026-04-15T00:20:45.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
39742026-04-15T00:20:45.438Z
39752026-04-15T00:20:45.438Zinfo: running `cargo check --bins` on clickana (214/270)
39762026-04-15T00:20:45.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-04-15T00:20:45.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-04-15T00:20:46.090Z Compiling darling_core v0.23.0
39792026-04-15T00:20:46.200Z Compiling instability v0.3.11
39802026-04-15T00:20:46.207Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39812026-04-15T00:20:46.210Z Checking castaway v0.2.4
39822026-04-15T00:20:46.217Z Compiling indoc v2.0.7
39832026-04-15T00:20:46.220Z Checking unicode-truncate v1.1.0
39842026-04-15T00:20:46.235Z Checking lru v0.12.5
39852026-04-15T00:20:46.235Z Checking cassowary v0.3.0
39862026-04-15T00:20:46.302Z Checking compact_str v0.8.1
39872026-04-15T00:20:47.147Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39882026-04-15T00:20:47.335Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39892026-04-15T00:20:47.635Z Compiling darling_macro v0.23.0
39902026-04-15T00:20:48.048Z Compiling darling v0.23.0
39912026-04-15T00:20:48.639Z Checking ratatui v0.29.0
39922026-04-15T00:20:49.701Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39932026-04-15T00:20:50.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
39942026-04-15T00:20:50.539Z
39952026-04-15T00:20:50.539Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39962026-04-15T00:20:51.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-04-15T00:20:51.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-04-15T00:20:51.275Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39992026-04-15T00:20:51.279Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40002026-04-15T00:20:51.865Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40012026-04-15T00:20:52.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40022026-04-15T00:20:52.475Z
40032026-04-15T00:20:52.475Zinfo: running `cargo check --bins` on ch-dev (216/270)
40042026-04-15T00:20:53.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-04-15T00:20:53.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-04-15T00:20:53.209Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40072026-04-15T00:20:53.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40082026-04-15T00:20:54.144Z
40092026-04-15T00:20:54.144Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
40102026-04-15T00:20:54.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-04-15T00:20:54.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-04-15T00:20:54.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-04-15T00:20:54.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40142026-04-15T00:20:54.629Z
40152026-04-15T00:20:54.629Zinfo: running `cargo check --bins` on crdb-seed (218/270)
40162026-04-15T00:20:55.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-04-15T00:20:55.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-04-15T00:20:55.364Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40192026-04-15T00:20:55.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40202026-04-15T00:20:56.023Z
40212026-04-15T00:20:56.023Zinfo: running `cargo check --bins` on db-dev (219/270)
40222026-04-15T00:20:56.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-04-15T00:20:56.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-04-15T00:20:56.755Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40252026-04-15T00:20:57.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40262026-04-15T00:20:57.709Z
40272026-04-15T00:20:57.709Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40282026-04-15T00:20:58.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-04-15T00:20:58.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-04-15T00:20:58.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-04-15T00:20:58.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40322026-04-15T00:20:58.363Z
40332026-04-15T00:20:58.363Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40342026-04-15T00:20:58.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-04-15T00:20:58.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-04-15T00:20:58.983Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40372026-04-15T00:20:59.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40382026-04-15T00:20:59.823Z
40392026-04-15T00:20:59.823Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40402026-04-15T00:21:00.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-04-15T00:21:00.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-04-15T00:21:00.577Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40432026-04-15T00:21:00.577Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40442026-04-15T00:21:00.582Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40452026-04-15T00:21:00.582Z Checking git-stub v1.0.0
40462026-04-15T00:21:00.582Z Compiling trait-variant v0.1.2
40472026-04-15T00:21:00.698Z Checking is_ci v1.2.0
40482026-04-15T00:21:00.710Z Checking maplit v1.0.2
40492026-04-15T00:21:00.750Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40502026-04-15T00:21:00.792Z Checking supports-color v3.0.2
40512026-04-15T00:21:00.817Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40522026-04-15T00:21:00.832Z Checking git-stub-vcs v0.1.0
40532026-04-15T00:21:00.911Z Checking drift v0.1.3
40542026-04-15T00:21:00.924Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40552026-04-15T00:21:00.988Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40562026-04-15T00:21:01.021Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40572026-04-15T00:21:01.185Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40582026-04-15T00:21:01.198Z Checking dropshot-api-manager v0.6.0
40592026-04-15T00:21:01.212Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40602026-04-15T00:21:01.226Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40612026-04-15T00:21:01.422Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40622026-04-15T00:21:01.484Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-04-15T00:21:01.669Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40642026-04-15T00:21:01.962Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40652026-04-15T00:21:06.884Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40662026-04-15T00:21:07.964Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40672026-04-15T00:21:08.508Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40682026-04-15T00:21:08.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40692026-04-15T00:21:09.130Z
40702026-04-15T00:21:09.130Zinfo: running `cargo check --bins` on installinator-api (223/270)
40712026-04-15T00:21:09.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-04-15T00:21:09.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-04-15T00:21:09.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-04-15T00:21:09.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40752026-04-15T00:21:09.739Z
40762026-04-15T00:21:09.739Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40772026-04-15T00:21:10.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-04-15T00:21:10.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-04-15T00:21:10.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-04-15T00:21:10.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40812026-04-15T00:21:10.393Z
40822026-04-15T00:21:10.393Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40832026-04-15T00:21:10.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-04-15T00:21:10.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-04-15T00:21:10.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-04-15T00:21:10.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40872026-04-15T00:21:11.042Z
40882026-04-15T00:21:11.042Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40892026-04-15T00:21:11.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-04-15T00:21:11.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-04-15T00:21:11.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-04-15T00:21:11.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40932026-04-15T00:21:11.691Z
40942026-04-15T00:21:11.691Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40952026-04-15T00:21:12.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-04-15T00:21:12.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-04-15T00:21:12.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-04-15T00:21:12.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40992026-04-15T00:21:12.303Z
41002026-04-15T00:21:12.304Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
41012026-04-15T00:21:12.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-04-15T00:21:12.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-04-15T00:21:12.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-04-15T00:21:12.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-04-15T00:21:12.903Z
41062026-04-15T00:21:12.903Zinfo: running `cargo check --bins` on wicketd-api (229/270)
41072026-04-15T00:21:13.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-04-15T00:21:13.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-04-15T00:21:13.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-04-15T00:21:13.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41112026-04-15T00:21:13.527Z
41122026-04-15T00:21:13.527Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
41132026-04-15T00:21:14.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-04-15T00:21:14.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-04-15T00:21:14.143Z Checking erased-serde v0.4.9
41162026-04-15T00:21:14.249Z Checking ordered-float v2.10.1
41172026-04-15T00:21:14.263Z Checking unicode-xid v0.2.6
41182026-04-15T00:21:14.280Z Checking cargo-platform v0.2.0
41192026-04-15T00:21:14.436Z Checking serde-value v0.7.0
41202026-04-15T00:21:14.544Z Checking serde-untagged v0.1.9
41212026-04-15T00:21:14.704Z Checking cargo-util-schemas v0.8.2
41222026-04-15T00:21:15.393Z Checking cargo_metadata v0.21.0
41232026-04-15T00:21:15.990Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41242026-04-15T00:21:16.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
41252026-04-15T00:21:16.847Z
41262026-04-15T00:21:16.847Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41272026-04-15T00:21:17.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-04-15T00:21:17.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-04-15T00:21:17.595Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41302026-04-15T00:21:18.207Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41312026-04-15T00:21:18.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41322026-04-15T00:21:18.923Z
41332026-04-15T00:21:18.923Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41342026-04-15T00:21:19.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-04-15T00:21:19.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-04-15T00:21:19.789Z Compiling vergen-gitcl v1.0.8
41372026-04-15T00:21:19.789Z Compiling dirs-sys-next v0.1.2
41382026-04-15T00:21:19.793Z Compiling crunchy v0.2.4
41392026-04-15T00:21:19.794Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41402026-04-15T00:21:19.794Z Compiling diesel_derives v2.3.7
41412026-04-15T00:21:19.794Z Compiling glob v0.3.3
41422026-04-15T00:21:19.938Z Compiling dsl_auto_type v0.2.0
41432026-04-15T00:21:20.010Z Checking scheduled-thread-pool v0.2.7
41442026-04-15T00:21:20.103Z Compiling diesel_table_macro_syntax v0.3.0
41452026-04-15T00:21:20.132Z Compiling dirs-next v2.0.0
41462026-04-15T00:21:20.148Z Compiling tiny-keccak v2.0.2
41472026-04-15T00:21:20.276Z Compiling term v0.7.0
41482026-04-15T00:21:20.305Z Compiling clang-sys v1.8.1
41492026-04-15T00:21:20.305Z Checking r2d2 v0.8.10
41502026-04-15T00:21:20.352Z Checking downcast-rs v2.0.2
41512026-04-15T00:21:20.373Z Compiling bit-vec v0.6.3
41522026-04-15T00:21:20.501Z Compiling itertools v0.10.5
41532026-04-15T00:21:20.594Z Compiling bit-set v0.5.3
41542026-04-15T00:21:20.668Z Compiling ascii-canvas v3.0.0
41552026-04-15T00:21:20.755Z Compiling ena v0.14.4
41562026-04-15T00:21:20.833Z Compiling libloading v0.8.9
41572026-04-15T00:21:20.848Z Compiling regex-syntax v0.6.29
41582026-04-15T00:21:20.862Z Compiling diff v0.1.13
41592026-04-15T00:21:20.907Z Compiling bindgen v0.71.1
41602026-04-15T00:21:20.963Z Compiling cexpr v0.6.0
41612026-04-15T00:21:21.126Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41622026-04-15T00:21:21.318Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41632026-04-15T00:21:21.379Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41642026-04-15T00:21:21.473Z Compiling libxml v0.3.3
41652026-04-15T00:21:21.549Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41662026-04-15T00:21:21.636Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41672026-04-15T00:21:21.722Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41682026-04-15T00:21:21.862Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41692026-04-15T00:21:21.915Z Compiling strum_macros v0.24.3
41702026-04-15T00:21:21.962Z Compiling indoc v1.0.9
41712026-04-15T00:21:22.156Z Compiling lalrpop v0.19.12
41722026-04-15T00:21:22.968Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41732026-04-15T00:21:23.048Z Checking derive_builder v0.20.2
41742026-04-15T00:21:23.159Z Compiling oso-derive v0.27.3
41752026-04-15T00:21:23.174Z Checking quick-xml v0.37.5
41762026-04-15T00:21:23.300Z Compiling impl-trait-for-tuples v0.2.3
41772026-04-15T00:21:23.652Z Checking openssl-probe v0.1.6
41782026-04-15T00:21:23.794Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41792026-04-15T00:21:24.065Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41802026-04-15T00:21:24.263Z Checking bb8 v0.8.6
41812026-04-15T00:21:24.552Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41822026-04-15T00:21:24.571Z Checking nonempty v0.12.0
41832026-04-15T00:21:24.757Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41842026-04-15T00:21:24.757Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41852026-04-15T00:21:24.786Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41862026-04-15T00:21:24.835Z Checking support-bundle-viewer v0.1.2
41872026-04-15T00:21:24.980Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41882026-04-15T00:21:24.995Z Checking multimap v0.10.1
41892026-04-15T00:21:25.798Z Checking diesel v2.3.7
41902026-04-15T00:21:27.117Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41912026-04-15T00:21:28.307Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41922026-04-15T00:21:28.675Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-04-15T00:21:28.776Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41942026-04-15T00:21:29.829Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41952026-04-15T00:21:30.052Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41962026-04-15T00:21:30.195Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41972026-04-15T00:21:30.783Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41982026-04-15T00:21:32.843Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41992026-04-15T00:21:37.871Z Compiling samael v0.0.19
42002026-04-15T00:21:41.501Z Checking diesel-dtrace v0.5.0
42012026-04-15T00:21:41.741Z Checking async-bb8-diesel v0.2.1
42022026-04-15T00:21:42.470Z Compiling polar-core v0.27.3
42032026-04-15T00:21:46.917Z Checking oso v0.27.3
42042026-04-15T00:22:22.579Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42052026-04-15T00:22:55.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42062026-04-15T00:22:55.324Z
42072026-04-15T00:22:55.324Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
42082026-04-15T00:22:55.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-04-15T00:22:55.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-04-15T00:22:55.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-04-15T00:22:55.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42122026-04-15T00:22:55.995Z
42132026-04-15T00:22:55.995Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
42142026-04-15T00:22:56.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-04-15T00:22:56.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-04-15T00:22:56.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-04-15T00:22:56.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42182026-04-15T00:22:56.664Z
42192026-04-15T00:22:56.664Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
42202026-04-15T00:22:57.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-04-15T00:22:57.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-04-15T00:22:57.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-04-15T00:22:57.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42242026-04-15T00:22:57.270Z
42252026-04-15T00:22:57.270Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42262026-04-15T00:22:57.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-04-15T00:22:57.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-04-15T00:22:58.136Z Compiling libz-sys v1.1.24
42292026-04-15T00:22:58.266Z Compiling libgit2-sys v0.18.3+1.9.2
42302026-04-15T00:22:58.300Z Compiling vergen-git2 v1.0.7
42312026-04-15T00:22:58.303Z Compiling rustls v0.21.12
42322026-04-15T00:22:58.303Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42332026-04-15T00:22:58.307Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42342026-04-15T00:22:58.307Z Checking sct v0.7.1
42352026-04-15T00:22:58.307Z Checking rustls-webpki v0.101.7
42362026-04-15T00:22:58.475Z Compiling nix v0.29.0
42372026-04-15T00:22:58.523Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42382026-04-15T00:22:58.564Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42392026-04-15T00:22:58.599Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42402026-04-15T00:22:58.638Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42412026-04-15T00:22:58.817Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42422026-04-15T00:22:58.843Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42432026-04-15T00:22:58.878Z Checking rustls-pemfile v1.0.4
42442026-04-15T00:22:59.007Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42452026-04-15T00:22:59.109Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42462026-04-15T00:22:59.278Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-04-15T00:22:59.302Z Checking twox-hash v2.1.2
42482026-04-15T00:22:59.437Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42492026-04-15T00:22:59.920Z Checking tokio-rustls v0.24.1
42502026-04-15T00:22:59.968Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42512026-04-15T00:23:00.064Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42522026-04-15T00:23:00.114Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42532026-04-15T00:23:00.183Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42542026-04-15T00:23:00.326Z Checking fatfs v0.3.6
42552026-04-15T00:23:00.638Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42562026-04-15T00:23:00.756Z Compiling seq-macro v0.3.6
42572026-04-15T00:23:04.724Z Compiling git2 v0.20.4
42582026-04-15T00:23:05.034Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42592026-04-15T00:23:05.162Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42602026-04-15T00:23:06.964Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42612026-04-15T00:23:52.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.54s
42622026-04-15T00:23:53.053Z
42632026-04-15T00:23:53.053Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42642026-04-15T00:23:53.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-04-15T00:23:53.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-04-15T00:23:53.949Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42672026-04-15T00:24:32.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.82s
42682026-04-15T00:24:33.099Z
42692026-04-15T00:24:33.099Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42702026-04-15T00:24:33.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-04-15T00:24:33.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-04-15T00:24:33.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-04-15T00:24:33.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42742026-04-15T00:24:33.705Z
42752026-04-15T00:24:33.705Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (239/270)
42762026-04-15T00:24:34.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-04-15T00:24:34.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-04-15T00:24:34.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-04-15T00:24:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42802026-04-15T00:24:34.370Z
42812026-04-15T00:24:34.370Zinfo: running `cargo check --bins` on nexus-mgs-updates (240/270)
42822026-04-15T00:24:34.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-04-15T00:24:34.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-04-15T00:24:34.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-04-15T00:24:34.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42862026-04-15T00:24:35.034Z
42872026-04-15T00:24:35.034Zinfo: running `cargo check --bins` on nexus-networking (241/270)
42882026-04-15T00:24:35.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-04-15T00:24:35.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-04-15T00:24:35.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-04-15T00:24:35.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42922026-04-15T00:24:35.704Z
42932026-04-15T00:24:35.704Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (242/270)
42942026-04-15T00:24:36.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-04-15T00:24:36.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-04-15T00:24:36.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-04-15T00:24:36.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42982026-04-15T00:24:36.375Z
42992026-04-15T00:24:36.375Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (243/270)
43002026-04-15T00:24:36.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-04-15T00:24:36.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-04-15T00:24:36.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-04-15T00:24:36.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43042026-04-15T00:24:37.041Z
43052026-04-15T00:24:37.041Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (244/270)
43062026-04-15T00:24:37.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-04-15T00:24:37.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-04-15T00:24:37.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-04-15T00:24:37.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43102026-04-15T00:24:37.694Z
43112026-04-15T00:24:37.694Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (245/270)
43122026-04-15T00:24:38.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-04-15T00:24:38.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-04-15T00:24:38.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-04-15T00:24:38.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43162026-04-15T00:24:38.358Z
43172026-04-15T00:24:38.358Zinfo: running `cargo check --bins` on omicron-dev (246/270)
43182026-04-15T00:24:38.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-04-15T00:24:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-04-15T00:24:39.260Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43212026-04-15T00:24:39.263Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43222026-04-15T00:24:39.445Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43232026-04-15T00:24:39.480Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43242026-04-15T00:24:39.497Z Checking yansi v1.0.1
43252026-04-15T00:24:39.500Z Checking diff v0.1.13
43262026-04-15T00:24:39.500Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43272026-04-15T00:24:39.541Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43282026-04-15T00:24:39.581Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43292026-04-15T00:24:39.742Z Checking pretty_assertions v1.4.1
43302026-04-15T00:24:40.395Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43312026-04-15T00:25:03.474Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-04-15T00:25:03.480Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43332026-04-15T00:25:03.480Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-04-15T00:25:03.480Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43352026-04-15T00:25:03.481Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-04-15T00:25:03.481Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-04-15T00:25:04.219Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-04-15T00:25:05.309Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43392026-04-15T00:25:43.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43402026-04-15T00:25:43.904Z
43412026-04-15T00:25:43.904Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43422026-04-15T00:25:44.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-04-15T00:25:44.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-04-15T00:25:44.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-04-15T00:25:44.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43462026-04-15T00:25:44.517Z
43472026-04-15T00:25:44.517Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43482026-04-15T00:25:45.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-04-15T00:25:45.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-04-15T00:25:45.299Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43512026-04-15T00:25:45.421Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43522026-04-15T00:25:45.429Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43532026-04-15T00:26:10.350Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43542026-04-15T00:26:10.724Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43552026-04-15T00:26:12.401Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43562026-04-15T00:26:12.844Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43572026-04-15T00:26:15.760Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43582026-04-15T00:26:37.813Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43592026-04-15T00:26:38.436Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43602026-04-15T00:26:40.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.52s
43612026-04-15T00:26:40.264Z
43622026-04-15T00:26:40.264Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43632026-04-15T00:26:40.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-04-15T00:26:40.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-04-15T00:26:40.995Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43662026-04-15T00:26:41.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43672026-04-15T00:26:41.866Z
43682026-04-15T00:26:41.866Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43692026-04-15T00:26:42.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-04-15T00:26:42.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-04-15T00:26:42.535Z Compiling blake3 v1.8.3
43722026-04-15T00:26:42.646Z Checking arrayref v0.3.9
43732026-04-15T00:26:42.649Z Checking constant_time_eq v0.4.2
43742026-04-15T00:26:42.649Z Checking arrayvec v0.7.6
43752026-04-15T00:26:42.665Z Checking topological-sort v0.2.2
43762026-04-15T00:26:42.668Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43772026-04-15T00:26:42.668Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43782026-04-15T00:26:42.668Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43792026-04-15T00:26:42.705Z Checking shell-words v1.1.1
43802026-04-15T00:26:43.519Z Checking omicron-zone-package v0.12.2
43812026-04-15T00:26:44.238Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43822026-04-15T00:26:45.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
43832026-04-15T00:26:45.250Z
43842026-04-15T00:26:45.251Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43852026-04-15T00:26:45.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-04-15T00:26:45.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-04-15T00:26:45.912Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43882026-04-15T00:26:46.235Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43892026-04-15T00:26:46.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43902026-04-15T00:26:46.837Z
43912026-04-15T00:26:46.837Zinfo: running `cargo check --bins` on schema (252/270)
43922026-04-15T00:26:47.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-04-15T00:26:47.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-04-15T00:26:47.582Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43952026-04-15T00:26:48.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43962026-04-15T00:26:48.464Z
43972026-04-15T00:26:48.464Zinfo: running `cargo check --bins` on xtask (253/270)
43982026-04-15T00:26:48.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-04-15T00:26:48.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-04-15T00:26:48.928Z Checking libc v0.2.180
44012026-04-15T00:26:49.009Z Checking serde v1.0.228
44022026-04-15T00:26:49.014Z Checking zerofrom v0.1.6
44032026-04-15T00:26:49.018Z Checking bitflags v2.11.0
44042026-04-15T00:26:49.023Z Checking smallvec v1.15.1
44052026-04-15T00:26:49.026Z Checking hashbrown v0.16.1
44062026-04-15T00:26:49.037Z Checking serde_json v1.0.149
44072026-04-15T00:26:49.040Z Checking num-traits v0.2.19
44082026-04-15T00:26:49.109Z Checking yoke v0.8.1
44092026-04-15T00:26:49.161Z Checking scroll v0.12.0
44102026-04-15T00:26:49.193Z Checking thiserror v1.0.69
44112026-04-15T00:26:49.275Z Checking zerovec v0.11.5
44122026-04-15T00:26:49.288Z Checking zerotrie v0.2.3
44132026-04-15T00:26:49.303Z Checking errno v0.3.14
44142026-04-15T00:26:49.390Z Checking percent-encoding v2.3.2
44152026-04-15T00:26:49.399Z Checking serde_spanned v0.6.9
44162026-04-15T00:26:49.419Z Checking rustix v1.1.3
44172026-04-15T00:26:49.477Z Checking indexmap v2.13.0
44182026-04-15T00:26:49.517Z Checking toml_datetime v0.6.11
44192026-04-15T00:26:49.530Z Checking log v0.4.29
44202026-04-15T00:26:49.533Z Checking zerocopy v0.7.35
44212026-04-15T00:26:49.567Z Checking ordered-float v2.10.1
44222026-04-15T00:26:49.645Z Checking form_urlencoded v1.2.2
44232026-04-15T00:26:49.680Z Checking goblin v0.8.2
44242026-04-15T00:26:49.698Z Checking getrandom v0.4.1
44252026-04-15T00:26:49.716Z Checking tinystr v0.8.2
44262026-04-15T00:26:49.774Z Checking potential_utf v0.1.4
44272026-04-15T00:26:49.799Z Checking serde-value v0.7.0
44282026-04-15T00:26:49.831Z Checking thiserror v2.0.18
44292026-04-15T00:26:49.899Z Checking icu_locale_core v2.1.1
44302026-04-15T00:26:49.909Z Checking icu_collections v2.1.1
44312026-04-15T00:26:49.930Z Checking syn v2.0.117
44322026-04-15T00:26:50.004Z Checking dtrace-parser v0.2.0
44332026-04-15T00:26:50.024Z Checking toml_edit v0.22.27
44342026-04-15T00:26:50.035Z Checking thread-id v4.2.2
44352026-04-15T00:26:50.114Z Checking once_cell v1.21.3
44362026-04-15T00:26:50.218Z Checking cargo-platform v0.2.0
44372026-04-15T00:26:50.235Z Checking memmap v0.7.0
44382026-04-15T00:26:50.254Z Checking terminal_size v0.4.3
44392026-04-15T00:26:50.291Z Checking tempfile v3.25.0
44402026-04-15T00:26:50.359Z Checking fs-err v3.3.0
44412026-04-15T00:26:50.387Z Checking clap_builder v4.5.60
44422026-04-15T00:26:50.397Z Checking textwrap v0.16.2
44432026-04-15T00:26:50.468Z Checking icu_provider v2.1.1
44442026-04-15T00:26:50.487Z Checking camino-tempfile v1.4.1
44452026-04-15T00:26:50.535Z Checking anyhow v1.0.102
44462026-04-15T00:26:50.605Z Checking tabled v0.15.0
44472026-04-15T00:26:50.645Z Checking macaddr v1.0.1
44482026-04-15T00:26:50.704Z Checking icu_normalizer v2.1.1
44492026-04-15T00:26:50.732Z Checking icu_properties v2.1.2
44502026-04-15T00:26:50.825Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44512026-04-15T00:26:51.127Z Checking toml v0.8.23
44522026-04-15T00:26:51.433Z Checking cargo_toml v0.21.0
44532026-04-15T00:26:51.534Z Checking idna_adapter v1.2.1
44542026-04-15T00:26:51.570Z Checking dof v0.3.0
44552026-04-15T00:26:51.580Z Checking clap v4.5.60
44562026-04-15T00:26:51.652Z Checking idna v1.1.0
44572026-04-15T00:26:51.830Z Checking usdt-impl v0.5.0
44582026-04-15T00:26:51.873Z Checking url v2.5.8
44592026-04-15T00:26:52.087Z Checking usdt v0.5.0
44602026-04-15T00:26:52.223Z Checking cargo-util-schemas v0.8.2
44612026-04-15T00:26:52.900Z Checking cargo_metadata v0.21.0
44622026-04-15T00:26:53.503Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44632026-04-15T00:26:53.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44642026-04-15T00:26:54.035Z
44652026-04-15T00:26:54.035Zinfo: running `cargo check --bins` on dnsadm (254/270)
44662026-04-15T00:26:54.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-04-15T00:26:54.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-04-15T00:26:54.689Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44692026-04-15T00:26:55.161Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44702026-04-15T00:26:55.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44712026-04-15T00:26:55.751Z
44722026-04-15T00:26:55.751Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44732026-04-15T00:26:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-04-15T00:26:56.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-04-15T00:26:56.559Z Checking polyval v0.6.2
44762026-04-15T00:26:56.684Z Checking ctr v0.9.2
44772026-04-15T00:26:56.695Z Checking ssh-encoding v0.2.0
44782026-04-15T00:26:56.698Z Checking blowfish v0.9.1
44792026-04-15T00:26:56.716Z Checking password-hash v0.4.2
44802026-04-15T00:26:56.732Z Checking p256 v0.13.2
44812026-04-15T00:26:56.735Z Checking p521 v0.13.3
44822026-04-15T00:26:56.759Z Checking russh-cryptovec v0.7.3
44832026-04-15T00:26:56.827Z Checking ghash v0.5.1
44842026-04-15T00:26:56.841Z Checking bcrypt-pbkdf v0.10.0
44852026-04-15T00:26:56.844Z Checking md5 v0.7.0
44862026-04-15T00:26:56.895Z Checking num-bigint v0.4.6
44872026-04-15T00:26:56.895Z Checking des v0.8.1
44882026-04-15T00:26:56.943Z Checking aes-gcm v0.10.3
44892026-04-15T00:26:56.943Z Checking pbkdf2 v0.11.0
44902026-04-15T00:26:56.970Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44912026-04-15T00:26:56.994Z Checking hex-literal v0.4.1
44922026-04-15T00:26:57.014Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44932026-04-15T00:26:57.080Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44942026-04-15T00:26:57.095Z Checking ssh-cipher v0.2.0
44952026-04-15T00:26:57.098Z Checking socket2 v0.5.10
44962026-04-15T00:26:57.122Z Checking internet-checksum v0.2.1
44972026-04-15T00:26:57.259Z Checking ssh-key v0.6.7
44982026-04-15T00:26:57.360Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44992026-04-15T00:26:57.897Z Checking russh-keys v0.45.0
45002026-04-15T00:26:58.433Z Checking russh v0.45.0
45012026-04-15T00:27:13.214Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45022026-04-15T00:27:14.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.64s
45032026-04-15T00:27:14.613Z
45042026-04-15T00:27:14.613Zinfo: running `cargo check --bins` on gateway-cli (256/270)
45052026-04-15T00:27:15.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-04-15T00:27:15.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-04-15T00:27:15.266Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45082026-04-15T00:27:15.375Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45092026-04-15T00:27:15.382Z Checking termios v0.3.3
45102026-04-15T00:27:16.585Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45112026-04-15T00:27:16.733Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45122026-04-15T00:27:18.599Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45132026-04-15T00:27:19.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
45142026-04-15T00:27:19.342Z
45152026-04-15T00:27:19.342Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
45162026-04-15T00:27:19.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-04-15T00:27:19.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-04-15T00:27:20.060Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45192026-04-15T00:27:20.176Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45202026-04-15T00:27:20.183Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45212026-04-15T00:27:20.183Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45222026-04-15T00:27:20.186Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45232026-04-15T00:27:20.187Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45242026-04-15T00:27:20.912Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45252026-04-15T00:27:21.252Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45262026-04-15T00:27:21.255Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45272026-04-15T00:27:21.880Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45282026-04-15T00:27:23.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45292026-04-15T00:27:23.684Z
45302026-04-15T00:27:23.684Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45312026-04-15T00:27:24.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-04-15T00:27:24.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-04-15T00:27:24.335Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45342026-04-15T00:27:24.790Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45352026-04-15T00:27:25.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45362026-04-15T00:27:25.289Z
45372026-04-15T00:27:25.290Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45382026-04-15T00:27:25.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-04-15T00:27:25.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-04-15T00:27:25.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45412026-04-15T00:27:25.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45422026-04-15T00:27:25.897Z
45432026-04-15T00:27:25.897Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45442026-04-15T00:27:26.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-04-15T00:27:26.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-04-15T00:27:26.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45472026-04-15T00:27:26.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45482026-04-15T00:27:26.503Z
45492026-04-15T00:27:26.503Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45502026-04-15T00:27:27.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-04-15T00:27:27.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-04-15T00:27:27.273Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45532026-04-15T00:27:27.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45542026-04-15T00:27:28.073Z
45552026-04-15T00:27:28.073Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45562026-04-15T00:27:28.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-04-15T00:27:28.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-04-15T00:27:28.735Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45592026-04-15T00:27:28.738Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45602026-04-15T00:27:28.987Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45612026-04-15T00:27:28.988Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45622026-04-15T00:27:29.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45632026-04-15T00:27:29.968Z
45642026-04-15T00:27:29.968Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45652026-04-15T00:27:30.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-15T00:27:30.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-15T00:27:30.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-04-15T00:27:30.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45692026-04-15T00:27:30.580Z
45702026-04-15T00:27:30.580Zinfo: running `cargo check --bins` on omicron-package (264/270)
45712026-04-15T00:27:31.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-04-15T00:27:31.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-04-15T00:27:31.274Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45742026-04-15T00:27:32.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45752026-04-15T00:27:32.544Z
45762026-04-15T00:27:32.544Zinfo: running `cargo check --bins` on tqdb (265/270)
45772026-04-15T00:27:33.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-15T00:27:33.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-15T00:27:33.333Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45802026-04-15T00:27:33.685Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45812026-04-15T00:27:34.198Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45822026-04-15T00:27:34.198Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45832026-04-15T00:27:39.373Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45842026-04-15T00:27:40.018Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45852026-04-15T00:27:40.018Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45862026-04-15T00:27:40.022Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45872026-04-15T00:27:40.022Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45882026-04-15T00:27:40.772Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45892026-04-15T00:27:41.709Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45902026-04-15T00:27:42.474Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45912026-04-15T00:27:43.091Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45922026-04-15T00:27:47.578Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45932026-04-15T00:27:53.553Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45942026-04-15T00:27:53.556Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45952026-04-15T00:27:53.557Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45962026-04-15T00:27:53.557Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45972026-04-15T00:27:54.985Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45982026-04-15T00:27:56.296Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45992026-04-15T00:27:56.956Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46002026-04-15T00:27:58.205Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46012026-04-15T00:27:58.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.18s
46022026-04-15T00:27:58.951Z
46032026-04-15T00:27:58.951Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
46042026-04-15T00:27:59.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-04-15T00:27:59.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-04-15T00:27:59.660Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46072026-04-15T00:27:59.663Z Checking rtoolbox v0.0.3
46082026-04-15T00:27:59.784Z Checking tui-tree-widget v0.23.1
46092026-04-15T00:27:59.884Z Checking rpassword v7.4.0
46102026-04-15T00:28:00.855Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46112026-04-15T00:28:03.786Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46122026-04-15T00:28:05.613Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46132026-04-15T00:28:06.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s
46142026-04-15T00:28:06.687Z
46152026-04-15T00:28:06.687Zinfo: running `cargo check --bins` on wicket (267/270)
46162026-04-15T00:28:07.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-04-15T00:28:07.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-04-15T00:28:07.391Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46192026-04-15T00:28:07.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46202026-04-15T00:28:07.933Z
46212026-04-15T00:28:07.933Zinfo: running `cargo check --bins` on wicketd (268/270)
46222026-04-15T00:28:08.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-04-15T00:28:08.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-04-15T00:28:08.656Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46252026-04-15T00:28:08.659Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46262026-04-15T00:28:08.659Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46272026-04-15T00:28:08.659Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46282026-04-15T00:28:09.613Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46292026-04-15T00:28:10.166Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46302026-04-15T00:28:13.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
46312026-04-15T00:28:13.287Z
46322026-04-15T00:28:13.287Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46332026-04-15T00:28:13.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-04-15T00:28:13.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-04-15T00:28:13.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-04-15T00:28:13.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46372026-04-15T00:28:13.889Z
46382026-04-15T00:28:13.889Zinfo: running `cargo check --bins` on zone-setup (270/270)
46392026-04-15T00:28:14.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-04-15T00:28:14.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-04-15T00:28:14.572Z Checking uzers v0.12.2
46422026-04-15T00:28:14.843Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46432026-04-15T00:28:15.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46442026-04-15T00:28:15.793Z
46452026-04-15T00:28:15.793Zreal 13:48.652148660
46462026-04-15T00:28:15.793Zuser 20:24.772030878
46472026-04-15T00:28:15.793Zsys 4:15.377166598
46482026-04-15T00:28:15.793Ztrap 0.315866974
46492026-04-15T00:28:15.793Ztflt 0.241242369
46502026-04-15T00:28:15.793Zdflt 0.566762042
46512026-04-15T00:28:15.793Zkflt 0.002421050
46522026-04-15T00:28:15.793Zlock 1:15:58.125299838
46532026-04-15T00:28:15.793Zslp 1:36:49.079225935
46542026-04-15T00:28:15.793Zlat 1:08.711239163
46552026-04-15T00:28:15.793Zstop 4:02.676704103
46562026-04-15T00:28:15.797Zprocess exited: duration 1002571 ms, exit code 0
 
46572026-04-15T00:28:15.803Zfound 0 output files