01KQDVAB8NFMPJ47K1D6JJ334A: 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: 01KQDVANCK91DNXVCAW1P9JDPY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T00:07:17.213Zjob assigned to worker 01KQDVAWNDK1HGM7WH6DKEQ20B [factory aws, i-0fd8336cc6812b68a] (queued for 49 s)
 
22026-04-30T00:07:23.572Zstarting task 0: "setup"
32026-04-30T00:07:23.576Z++ uname -s
42026-04-30T00:07:23.579Z+ kern=SunOS
52026-04-30T00:07:23.579Z+ build_user=build
62026-04-30T00:07:23.579Z+ build_uid=12345
72026-04-30T00:07:23.579Z+ work_dir=/work
82026-04-30T00:07:23.579Z+ input_dir=/input
92026-04-30T00:07:23.579Z+ [[ 0 == 12345 ]]
102026-04-30T00:07:23.579Z+ case "$kern" in
112026-04-30T00:07:23.579Z+ groupadd -g 12345 build
122026-04-30T00:07:23.582Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T00:07:25.587Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T00:07:25.697Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T00:07:25.700Z+ home_fs=zfs
162026-04-30T00:07:25.700Z+ [[ zfs == autofs ]]
172026-04-30T00:07:25.700Z+ mkdir -p /home/build
182026-04-30T00:07:25.700Z+ chown build:build /home/build /work
192026-04-30T00:07:27.701Z+ chmod 0700 /home/build /work
202026-04-30T00:07:27.705Zprocess exited: duration 4133 ms, exit code 0
 
212026-04-30T00:07:27.711Zstarting task 1: "rust-toolchain"
222026-04-30T00:07:27.715Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-30T00:07:27.715Z * rust toolchain channel = "1.94.0"
242026-04-30T00:07:27.715Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-30T00:07:27.715Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-30T00:07:27.715Z * rust toolchain profile = "default"
272026-04-30T00:07:27.715Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-30T00:07:27.719Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T00:07:27.719Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-30T00:07:27.838Zinfo: downloading installer
312026-04-30T00:07:29.651Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T00:07:29.651Zwarn: /opt/ooce/bin
332026-04-30T00:07:29.652Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T00:07:29.652Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T00:07:29.655Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T00:07:29.655Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T00:07:29.655Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T00:07:29.655Zerror: cannot install while Rust is installed
392026-04-30T00:07:29.655Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T00:07:29.655Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T00:07:29.655Zwarn: /home/build/.rustup/settings.toml
422026-04-30T00:07:29.655Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T00:07:29.655Zwarn: instead of the one inferred from the default host triple.
442026-04-30T00:07:29.686Zinfo: profile set to default
452026-04-30T00:07:29.686Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T00:07:29.689Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-30T00:07:29.826Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-30T00:07:29.831Zinfo: downloading 6 components
492026-04-30T00:07:46.345Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-30T00:07:46.345Z
512026-04-30T00:07:46.373Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-30T00:07:46.373Z
532026-04-30T00:07:46.373Z
542026-04-30T00:07:46.373ZRust is installed now. Great!
552026-04-30T00:07:46.373Z
562026-04-30T00:07:46.373ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T00:07:46.373Zenvironment variable. This has not been done automatically.
582026-04-30T00:07:46.373Z
592026-04-30T00:07:46.373ZTo configure your current shell, you need to source
602026-04-30T00:07:46.373Zthe corresponding env file under $HOME/.cargo.
612026-04-30T00:07:46.373Z
622026-04-30T00:07:46.373ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T00:07:46.373Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T00:07:46.373Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T00:07:46.373Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T00:07:46.373Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T00:07:46.373Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T00:07:46.374Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T00:07:46.377Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T00:07:46.377Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T00:07:46.459Z+ rustup --version
722026-04-30T00:07:46.468Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T00:07:46.471Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T00:07:46.489Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-30T00:07:46.492Z+ cargo --version
762026-04-30T00:07:46.505Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-30T00:07:46.508Z+ rustc --version
782026-04-30T00:07:46.526Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-30T00:07:46.529Zprocess exited: duration 18814 ms, exit code 0
 
802026-04-30T00:07:46.535Zstarting task 2: "authentication"
812026-04-30T00:07:46.552Zprocess exited: duration 16 ms, exit code 0
 
822026-04-30T00:07:46.558Zstarting task 3: "clone repository"
832026-04-30T00:07:46.561Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-30T00:07:46.564Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-30T00:07:46.754ZCloning into '/work/oxidecomputer/omicron'...
862026-04-30T00:07:55.922Z+ cd /work/oxidecomputer/omicron
872026-04-30T00:07:55.922Z+ git fetch origin 83253f6103dd45bde4181256d717e7797dc40375
882026-04-30T00:07:56.193ZFrom https://github.com/oxidecomputer/omicron
892026-04-30T00:07:56.193Z * branch 83253f6103dd45bde4181256d717e7797dc40375 -> FETCH_HEAD
902026-04-30T00:07:56.202Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-04-30T00:07:56.206Z++ git branch --show-current
922026-04-30T00:07:56.206Z+ current=main
932026-04-30T00:07:56.206Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-04-30T00:07:56.206Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 83253f6103dd45bde4181256d717e7797dc40375
952026-04-30T00:07:56.209Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-04-30T00:07:56.266ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-04-30T00:07:56.269Z+ git reset --hard 83253f6103dd45bde4181256d717e7797dc40375
982026-04-30T00:07:56.328ZHEAD is now at 83253f610 rebase on main + review feedback
992026-04-30T00:07:56.331Zprocess exited: duration 9768 ms, exit code 0
 
1002026-04-30T00:07:56.337Zstarting task 4: "build"
1012026-04-30T00:07:56.341Z+ source .github/buildomat/ci-env.sh
1022026-04-30T00:07:56.341Z++ export CARGO_TERM_COLOR=always
1032026-04-30T00:07:56.341Z++ CARGO_TERM_COLOR=always
1042026-04-30T00:07:56.341Z+ cargo --version
1052026-04-30T00:07:56.351Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-30T00:07:56.354Z+ rustc --version
1072026-04-30T00:07:56.374Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-30T00:07:56.377Z+ source ./env.sh
1092026-04-30T00:07:56.377Z++ OLD_SHELL_OPTS=ehxB
1102026-04-30T00:07:56.377Z++ set -o xtrace
1112026-04-30T00:07:56.380Z++++ dirname ./env.sh
1122026-04-30T00:07:56.380Z+++ readlink -f .
1132026-04-30T00:07:56.393Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-30T00:07:56.393Z++ 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-30T00:07:56.396Z++ 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-30T00:07:56.396Z++ 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-30T00:07:56.396Z++ 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-30T00:07:56.396Z++ 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-30T00:07:56.396Z++ 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-30T00:07:56.396Z++ 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-30T00:07:56.396Z++ 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-30T00:07:56.396Z++ case $OLD_SHELL_OPTS in
1232026-04-30T00:07:56.396Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-30T00:07:56.396Z+ 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-30T00:07:56.396Z+ 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-30T00:07:56.396Z+ banner prerequisites
1272026-04-30T00:07:56.396Z
1282026-04-30T00:07:56.396Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-30T00:07:56.396Z # # # # # # # # # # # # # # #
1302026-04-30T00:07:56.396Z # # # # ##### # # ##### # # # # # #### #
1312026-04-30T00:07:56.396Z ##### ##### # ##### # # # # # # # # #
1322026-04-30T00:07:56.396Z # # # # # # # # # # # # # # #
1332026-04-30T00:07:56.396Z # # # ###### # # ###### ### # #### # #### #
1342026-04-30T00:07:56.396Z
1352026-04-30T00:07:56.396Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-30T00:08:07.223Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-30T00:08:14.616Z Startup: Caching catalogs ... Done
1382026-04-30T00:08:21.070ZPlanning: Solver setup ... Done (4.919s)
1392026-04-30T00:08:21.104ZPlanning: Running solver ... Done (0.035s)
1402026-04-30T00:08:21.237ZPlanning: Finding local manifests ... Done (0.004s)
1412026-04-30T00:08:21.250ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-30T00:08:21.369ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-30T00:08:21.405ZPlanning: Package planning ... Done (0.036s)
1442026-04-30T00:08:21.441ZPlanning: Merging actions ... Done (0.036s)
1452026-04-30T00:08:21.670ZPlanning: Checking for conflicting actions ... Done (0.229s)
1462026-04-30T00:08:21.680ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-30T00:08:23.334ZPlanning: Evaluating mediators ... Done (1.655s)
1482026-04-30T00:08:23.342ZPlanning: Planning completed in 8.56 seconds
1492026-04-30T00:08:23.356Z Packages to install: 5
1502026-04-30T00:08:23.356Z Mediators to change: 3
1512026-04-30T00:08:23.360Z Services to change: 1
1522026-04-30T00:08:23.360Z Estimated space available: 155.34 GB
1532026-04-30T00:08:23.360ZEstimated space to be consumed: 1.89 GB
1542026-04-30T00:08:23.360Z Create boot environment: No
1552026-04-30T00:08:23.360ZCreate backup boot environment: No
1562026-04-30T00:08:23.360Z Rebuild boot archive: No
1572026-04-30T00:08:23.360Z
1582026-04-30T00:08:23.360ZChanged mediators:
1592026-04-30T00:08:23.360Z mediator clang:
1602026-04-30T00:08:23.360Z version: None -> 15 (system default)
1612026-04-30T00:08:23.360Z
1622026-04-30T00:08:23.360Z mediator llvm:
1632026-04-30T00:08:23.360Z version: 14 (system default) -> 15 (system default)
1642026-04-30T00:08:23.360Z
1652026-04-30T00:08:23.360Z mediator postgresql:
1662026-04-30T00:08:23.361Z version: 15 (system default) -> 18 (system default)
1672026-04-30T00:08:23.361Z
1682026-04-30T00:08:23.361ZChanged packages:
1692026-04-30T00:08:23.361Zhelios-dev
1702026-04-30T00:08:23.361Z developer/build-essential
1712026-04-30T00:08:23.361Z None -> 11-2.0
1722026-04-30T00:08:23.361Z library/libxmlsec1
1732026-04-30T00:08:23.361Z None -> 1.2.35-2.0
1742026-04-30T00:08:23.361Z ooce/developer/clang-15
1752026-04-30T00:08:23.361Z None -> 15.0.7-2.0
1762026-04-30T00:08:23.361Z ooce/developer/llvm-15
1772026-04-30T00:08:23.361Z None -> 15.0.7-2.0
1782026-04-30T00:08:23.361Z ooce/library/postgresql-18
1792026-04-30T00:08:23.361Z None -> 18.1-2.0
1802026-04-30T00:08:23.361Z
1812026-04-30T00:08:23.361ZServices:
1822026-04-30T00:08:23.361Z restart_fmri:
1832026-04-30T00:08:23.361Z svc:/system/update-man-index:default
1842026-04-30T00:08:23.429Z
1852026-04-30T00:08:23.430ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-30T00:08:28.436ZDownload: 2680/4272 items 120.7/219.0MB 55% complete (24.5M/s)
1872026-04-30T00:08:34.030ZDownload: 3286/4272 items 212.3/219.0MB 96% complete (24.3M/s)
1882026-04-30T00:08:35.580ZDownload: Completed 218.99 MB in 12.15 seconds (18.0M/s)
1892026-04-30T00:08:35.727Z Actions: 1/4789 actions (Installing new actions)
1902026-04-30T00:08:39.215Z Actions: Completed 4789 actions in 3.49 seconds.
1912026-04-30T00:08:39.522Z Done (0.301s)
1922026-04-30T00:08:39.522Z Done (0.000s)
1932026-04-30T00:08:41.280Z Done (0.729s)
1942026-04-30T00:08:43.652Z Done (3.054s)
1952026-04-30T00:08:43.735Z Done (0.024s)
1962026-04-30T00:08:43.738Z Done (0.000s)
1972026-04-30T00:08:43.932Z Done (0.000s)
1982026-04-30T00:08:44.788ZPlanning: Evaluating mediator changes ... Done
1992026-04-30T00:08:44.895ZPlanning: Checking for conflicting actions ... Done
2002026-04-30T00:08:44.898ZPlanning: Consolidating action changes ... Done
2012026-04-30T00:08:45.053ZPlanning: Evaluating mediators ... Done
2022026-04-30T00:08:45.056ZPlanning: Planning completed in 0.26 seconds
2032026-04-30T00:08:45.074Z Mediators to change: 2
2042026-04-30T00:08:45.074Z Create boot environment: No
2052026-04-30T00:08:45.074ZCreate backup boot environment: No
2062026-04-30T00:08:45.151Z Done
2072026-04-30T00:08:45.151Z Done
2082026-04-30T00:08:45.751Z Done
2092026-04-30T00:08:48.235Z Done
2102026-04-30T00:08:48.307Z Done
2112026-04-30T00:08:48.307Z Done
2122026-04-30T00:08:48.471Z Done
2132026-04-30T00:08:48.729ZPlanning: Evaluating mediator changes ... Done
2142026-04-30T00:08:48.836ZPlanning: Checking for conflicting actions ... Done
2152026-04-30T00:08:48.839ZPlanning: Consolidating action changes ... Done
2162026-04-30T00:08:48.994ZPlanning: Evaluating mediators ... Done
2172026-04-30T00:08:48.998ZPlanning: Planning completed in 0.27 seconds
2182026-04-30T00:08:49.016Z Mediators to change: 1
2192026-04-30T00:08:49.016Z Create boot environment: No
2202026-04-30T00:08:49.016ZCreate backup boot environment: No
2212026-04-30T00:08:49.053Z Done
2222026-04-30T00:08:49.053Z Done
2232026-04-30T00:08:49.651Z Done
2242026-04-30T00:08:52.125Z Done
2252026-04-30T00:08:52.201Z Done
2262026-04-30T00:08:52.201Z Done
2272026-04-30T00:08:52.346Z Done
2282026-04-30T00:08:52.621ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-30T00:08:52.621Zclang system 15 system
2302026-04-30T00:08:52.621Zcsh system system illumos
2312026-04-30T00:08:52.621Zctags system system illumos
2322026-04-30T00:08:52.621Zfile system system illumos
2332026-04-30T00:08:52.621Zgcc vendor 12 vendor
2342026-04-30T00:08:52.621Zgcc system 14 system
2352026-04-30T00:08:52.621Zgcc system 10 system
2362026-04-30T00:08:52.621Zgo system 1.20 system
2372026-04-30T00:08:52.621Zgo system 1.19 system
2382026-04-30T00:08:52.621Zllvm system 15 system
2392026-04-30T00:08:52.621Zllvm system 14 system
2402026-04-30T00:08:52.621Zmariadb system 10.6 system
2412026-04-30T00:08:52.621Zmta vendor vendor dma
2422026-04-30T00:08:52.621Zopenjdk system 17 system
2432026-04-30T00:08:52.621Zopenjdk system 11 system
2442026-04-30T00:08:52.621Zopenjdk system 1.8 system
2452026-04-30T00:08:52.621Zopenssl vendor 3 vendor
2462026-04-30T00:08:52.621Zperl system 5.36 system
2472026-04-30T00:08:52.621Zpostgresql system 18 system
2482026-04-30T00:08:52.621Zpostgresql system 15 system
2492026-04-30T00:08:52.621Zpostgresql system 13 system
2502026-04-30T00:08:52.622Zpython vendor 3 vendor
2512026-04-30T00:08:52.622Zpython system 2 system
2522026-04-30T00:08:52.622Zpython3 system 3.11 system
2532026-04-30T00:08:52.622Zruby system 3.0 system
2542026-04-30T00:08:52.622Zwords vendor vendor american-english
2552026-04-30T00:08:52.622Zwords system system australian-english
2562026-04-30T00:08:52.622Zwords system system british-english
2572026-04-30T00:08:52.622Zwords system system canadian-english
2582026-04-30T00:08:52.622Zwords system system french
2592026-04-30T00:08:52.622Zwords system system italian
2602026-04-30T00:08:52.622Zwords system system ngerman
2612026-04-30T00:08:52.622Zwords system system ogerman
2622026-04-30T00:08:52.622Zwords system system spanish
2632026-04-30T00:08:52.846ZPUBLISHER TYPE STATUS P LOCATION
2642026-04-30T00:08:52.846Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-04-30T00:08:57.323ZFMRI IFO
2662026-04-30T00:08:57.323Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-04-30T00:08:57.323Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-04-30T00:08:57.323Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-04-30T00:08:57.323Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-04-30T00:08:57.323Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-04-30T00:08:57.323Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-04-30T00:08:57.323Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-04-30T00:08:57.323Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-04-30T00:08:57.323Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-04-30T00:08:57.323Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-04-30T00:08:57.323Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-04-30T00:08:57.323Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-04-30T00:08:57.323Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-04-30T00:08:57.323Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-04-30T00:08:57.323Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-04-30T00:08:57.323Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-04-30T00:08:57.323Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-04-30T00:08:58.448Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-04-30T00:08:58.717Z Updating crates.io index
2852026-04-30T00:08:58.754Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-04-30T00:08:58.964Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-04-30T00:08:59.826Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-04-30T00:09:00.222Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-30T00:09:01.271Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-04-30T00:09:01.749Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-30T00:09:03.352Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-04-30T00:09:04.224Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-04-30T00:09:04.474Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-04-30T00:09:05.227Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-04-30T00:09:06.008Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-04-30T00:09:06.371Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-04-30T00:09:06.787Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-04-30T00:09:07.634Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-04-30T00:09:08.119Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-30T00:09:08.467Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-30T00:09:08.948Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-30T00:09:09.357Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-30T00:09:09.592Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-30T00:09:09.806Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-30T00:09:10.063Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-30T00:09:10.460Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-30T00:09:10.982Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-30T00:09:11.625Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-30T00:09:11.940Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-30T00:09:12.405Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-30T00:09:13.661Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-30T00:09:14.355Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-30T00:09:14.847Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-30T00:09:15.338Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-30T00:09:15.672Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-30T00:09:16.002Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-30T00:09:16.339Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-30T00:09:16.635Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-30T00:09:17.197Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-30T00:09:17.435Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-30T00:09:17.667Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-30T00:09:18.022Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-30T00:09:29.481Z Downloading crates ...
3242026-04-30T00:09:29.543Z Downloaded clap_derive v4.5.55
3252026-04-30T00:09:29.546Z Downloaded macaddr v1.0.1
3262026-04-30T00:09:29.546Z Downloaded pretty-hex v0.4.1
3272026-04-30T00:09:29.549Z Downloaded digest v0.10.7
3282026-04-30T00:09:29.552Z Downloaded anstyle-parse v0.2.7
3292026-04-30T00:09:29.556Z Downloaded anstream v0.6.21
3302026-04-30T00:09:29.560Z Downloaded pest v2.8.6
3312026-04-30T00:09:29.563Z Downloaded thiserror-impl v2.0.18
3322026-04-30T00:09:29.566Z Downloaded anyhow v1.0.102
3332026-04-30T00:09:29.566Z Downloaded anstyle-query v1.1.5
3342026-04-30T00:09:29.569Z Downloaded zerovec-derive v0.11.2
3352026-04-30T00:09:29.569Z Downloaded writeable v0.6.2
3362026-04-30T00:09:29.572Z Downloaded num-traits v0.2.19
3372026-04-30T00:09:29.575Z Downloaded serde-value v0.7.0
3382026-04-30T00:09:29.575Z Downloaded potential_utf v0.1.4
3392026-04-30T00:09:29.578Z Downloaded utf8_iter v1.0.4
3402026-04-30T00:09:29.578Z Downloaded version_check v0.9.5
3412026-04-30T00:09:29.578Z Downloaded unicode-linebreak v0.1.5
3422026-04-30T00:09:29.578Z Downloaded memmap v0.7.0
3432026-04-30T00:09:29.580Z Downloaded litemap v0.8.1
3442026-04-30T00:09:29.583Z Downloaded is_terminal_polyfill v1.70.2
3452026-04-30T00:09:29.586Z Downloaded yoke-derive v0.8.1
3462026-04-30T00:09:29.586Z Downloaded usdt-attr-macro v0.5.0
3472026-04-30T00:09:29.586Z Downloaded usdt v0.5.0
3482026-04-30T00:09:29.589Z Downloaded toml_write v0.1.2
3492026-04-30T00:09:29.592Z Downloaded serde_core v1.0.228
3502026-04-30T00:09:29.592Z Downloaded zerofrom-derive v0.1.6
3512026-04-30T00:09:29.593Z Downloaded proc-macro-error v1.0.4
3522026-04-30T00:09:29.596Z Downloaded thread-id v4.2.2
3532026-04-30T00:09:29.596Z Downloaded anstyle v1.0.13
3542026-04-30T00:09:29.596Z Downloaded idna_adapter v1.2.1
3552026-04-30T00:09:29.599Z Downloaded colorchoice v1.0.4
3562026-04-30T00:09:29.599Z Downloaded cargo-util-schemas v0.8.2
3572026-04-30T00:09:29.602Z Downloaded usdt-macro v0.5.0
3582026-04-30T00:09:29.602Z Downloaded terminal_size v0.4.3
3592026-04-30T00:09:29.605Z Downloaded toml_datetime v0.6.11
3602026-04-30T00:09:29.605Z Downloaded quote v1.0.45
3612026-04-30T00:09:29.608Z Downloaded zerofrom v0.1.6
3622026-04-30T00:09:29.608Z Downloaded typeid v1.0.3
3632026-04-30T00:09:29.608Z Downloaded serde_tokenstream v0.2.3
3642026-04-30T00:09:29.611Z Downloaded cpufeatures v0.2.17
3652026-04-30T00:09:29.611Z Downloaded utf8parse v0.2.2
3662026-04-30T00:09:29.611Z Downloaded tinystr v0.8.2
3672026-04-30T00:09:29.614Z Downloaded fs-err v3.3.0
3682026-04-30T00:09:29.614Z Downloaded thiserror-impl v1.0.69
3692026-04-30T00:09:29.614Z Downloaded unicode-xid v0.2.6
3702026-04-30T00:09:29.614Z Downloaded zerocopy-derive v0.7.35
3712026-04-30T00:09:29.617Z Downloaded zmij v1.0.21
3722026-04-30T00:09:29.620Z Downloaded usdt-impl v0.5.0
3732026-04-30T00:09:29.623Z Downloaded thiserror v1.0.69
3742026-04-30T00:09:29.626Z Downloaded fastrand v2.3.0
3752026-04-30T00:09:29.629Z Downloaded serde_spanned v0.6.9
3762026-04-30T00:09:29.632Z Downloaded swrite v0.1.0
3772026-04-30T00:09:29.634Z Downloaded toml v0.8.23
3782026-04-30T00:09:29.634Z Downloaded equivalent v1.0.2
3792026-04-30T00:09:29.639Z Downloaded yoke v0.8.1
3802026-04-30T00:09:29.639Z Downloaded scroll_derive v0.12.1
3812026-04-30T00:09:29.639Z Downloaded pest_meta v2.8.6
3822026-04-30T00:09:29.643Z Downloaded log v0.4.29
3832026-04-30T00:09:29.643Z Downloaded heck v0.4.1
3842026-04-30T00:09:29.643Z Downloaded generic-array v0.14.7
3852026-04-30T00:09:29.643Z Downloaded form_urlencoded v1.2.2
3862026-04-30T00:09:29.643Z Downloaded plain v0.2.3
3872026-04-30T00:09:29.647Z Downloaded textwrap v0.16.2
3882026-04-30T00:09:29.647Z Downloaded thiserror v2.0.18
3892026-04-30T00:09:29.650Z Downloaded crypto-common v0.1.7
3902026-04-30T00:09:29.650Z Downloaded proc-macro-error-attr v1.0.4
3912026-04-30T00:09:29.650Z Downloaded ordered-float v2.10.1
3922026-04-30T00:09:29.653Z Downloaded ucd-trie v0.1.7
3932026-04-30T00:09:29.656Z Downloaded unicode-ident v1.0.24
3942026-04-30T00:09:29.656Z Downloaded block-buffer v0.10.4
3952026-04-30T00:09:29.659Z Downloaded zerotrie v0.2.3
3962026-04-30T00:09:29.661Z Downloaded fnv v1.0.7
3972026-04-30T00:09:29.662Z Downloaded typenum v1.19.0
3982026-04-30T00:09:29.664Z Downloaded toml_edit v0.22.27
3992026-04-30T00:09:29.664Z Downloaded itoa v1.0.17
4002026-04-30T00:09:29.667Z Downloaded heck v0.5.0
4012026-04-30T00:09:29.671Z Downloaded url v2.5.8
4022026-04-30T00:09:29.675Z Downloaded stable_deref_trait v1.2.1
4032026-04-30T00:09:29.677Z Downloaded percent-encoding v2.3.2
4042026-04-30T00:09:29.680Z Downloaded dof v0.3.0
4052026-04-30T00:09:29.683Z Downloaded cfg-if v1.0.4
4062026-04-30T00:09:29.683Z Downloaded clap_lex v1.0.0
4072026-04-30T00:09:29.687Z Downloaded zerovec v0.11.5
4082026-04-30T00:09:29.690Z Downloaded byteorder v1.5.0
4092026-04-30T00:09:29.695Z Downloaded zerocopy v0.7.35
4102026-04-30T00:09:29.703Z Downloaded smawk v0.3.2
4112026-04-30T00:09:29.706Z Downloaded errno v0.3.14
4122026-04-30T00:09:29.706Z Downloaded dtrace-parser v0.2.0
4132026-04-30T00:09:29.706Z Downloaded winnow v0.7.14
4142026-04-30T00:09:29.710Z Downloaded cargo-platform v0.2.0
4152026-04-30T00:09:29.713Z Downloaded unicode-width v0.2.0
4162026-04-30T00:09:29.716Z Downloaded erased-serde v0.4.9
4172026-04-30T00:09:29.718Z Downloaded unicode-width v0.1.14
4182026-04-30T00:09:29.722Z Downloaded strsim v0.11.1
4192026-04-30T00:09:29.722Z Downloaded cargo_toml v0.21.0
4202026-04-30T00:09:29.722Z Downloaded bytecount v0.6.9
4212026-04-30T00:09:29.725Z Downloaded synstructure v0.13.2
4222026-04-30T00:09:29.728Z Downloaded displaydoc v0.2.5
4232026-04-30T00:09:29.731Z Downloaded tabled_derive v0.7.0
4242026-04-30T00:09:29.734Z Downloaded camino-tempfile v1.4.1
4252026-04-30T00:09:29.734Z Downloaded autocfg v1.5.0
4262026-04-30T00:09:29.737Z Downloaded icu_normalizer v2.1.1
4272026-04-30T00:09:29.740Z Downloaded semver v1.0.28
4282026-04-30T00:09:29.744Z Downloaded tempfile v3.25.0
4292026-04-30T00:09:29.751Z Downloaded sha2 v0.10.9
4302026-04-30T00:09:29.754Z Downloaded serde-untagged v0.1.9
4312026-04-30T00:09:29.758Z Downloaded scroll v0.12.0
4322026-04-30T00:09:29.764Z Downloaded once_cell v1.21.3
4332026-04-30T00:09:29.768Z Downloaded bitflags v2.11.0
4342026-04-30T00:09:29.771Z Downloaded smallvec v1.15.1
4352026-04-30T00:09:29.774Z Downloaded pest_derive v2.8.6
4362026-04-30T00:09:29.780Z Downloaded getrandom v0.4.1
4372026-04-30T00:09:29.783Z Downloaded clap v4.5.60
4382026-04-30T00:09:29.787Z Downloaded pest_generator v2.8.6
4392026-04-30T00:09:29.790Z Downloaded icu_properties v2.1.2
4402026-04-30T00:09:29.793Z Downloaded cargo_metadata v0.21.0
4412026-04-30T00:09:29.793Z Downloaded camino v1.2.2
4422026-04-30T00:09:29.797Z Downloaded papergrid v0.11.0
4432026-04-30T00:09:29.816Z Downloaded icu_normalizer_data v2.1.1
4442026-04-30T00:09:29.821Z Downloaded icu_provider v2.1.1
4452026-04-30T00:09:29.829Z Downloaded serde v1.0.228
4462026-04-30T00:09:29.832Z Downloaded proc-macro2 v1.0.106
4472026-04-30T00:09:29.835Z Downloaded icu_locale_core v2.1.1
4482026-04-30T00:09:29.838Z Downloaded serde_derive v1.0.228
4492026-04-30T00:09:29.841Z Downloaded icu_collections v2.1.1
4502026-04-30T00:09:29.847Z Downloaded hashbrown v0.17.0
4512026-04-30T00:09:29.856Z Downloaded memchr v2.8.0
4522026-04-30T00:09:29.860Z Downloaded indexmap v2.14.0
4532026-04-30T00:09:29.885Z Downloaded idna v1.1.0
4542026-04-30T00:09:29.894Z Downloaded serde_json v1.0.149
4552026-04-30T00:09:29.920Z Downloaded icu_properties_data v2.1.2
4562026-04-30T00:09:29.929Z Downloaded clap_builder v4.5.60
4572026-04-30T00:09:29.932Z Downloaded tabled v0.15.0
4582026-04-30T00:09:29.940Z Downloaded goblin v0.8.2
4592026-04-30T00:09:29.951Z Downloaded syn v1.0.109
4602026-04-30T00:09:29.956Z Downloaded syn v2.0.117
4612026-04-30T00:09:29.981Z Downloaded rustix v1.1.3
4622026-04-30T00:09:30.012Z Downloaded libc v0.2.185
4632026-04-30T00:09:30.079Z Compiling proc-macro2 v1.0.106
4642026-04-30T00:09:30.082Z Compiling unicode-ident v1.0.24
4652026-04-30T00:09:30.082Z Compiling quote v1.0.45
4662026-04-30T00:09:30.082Z Compiling serde_core v1.0.228
4672026-04-30T00:09:30.082Z Compiling libc v0.2.185
4682026-04-30T00:09:30.082Z Compiling version_check v0.9.5
4692026-04-30T00:09:30.082Z Compiling memchr v2.8.0
4702026-04-30T00:09:30.082Z Compiling serde v1.0.228
4712026-04-30T00:09:30.416Z Compiling stable_deref_trait v1.2.1
4722026-04-30T00:09:30.494Z Compiling zmij v1.0.21
4732026-04-30T00:09:30.646Z Compiling itoa v1.0.17
4742026-04-30T00:09:30.916Z Compiling autocfg v1.5.0
4752026-04-30T00:09:30.934Z Compiling ucd-trie v0.1.7
4762026-04-30T00:09:30.937Z Compiling thiserror v1.0.69
4772026-04-30T00:09:31.185Z Compiling pest v2.8.6
4782026-04-30T00:09:31.259Z Compiling writeable v0.6.2
4792026-04-30T00:09:31.262Z Compiling litemap v0.8.1
4802026-04-30T00:09:31.323Z Compiling rustix v1.1.3
4812026-04-30T00:09:31.420Z Compiling byteorder v1.5.0
4822026-04-30T00:09:31.449Z Compiling icu_normalizer_data v2.1.1
4832026-04-30T00:09:31.467Z Compiling icu_properties_data v2.1.2
4842026-04-30T00:09:31.746Z Compiling errno v0.3.14
4852026-04-30T00:09:31.780Z Compiling serde_json v1.0.149
4862026-04-30T00:09:31.887Z Compiling syn v2.0.117
4872026-04-30T00:09:31.911Z Compiling bitflags v2.11.0
4882026-04-30T00:09:32.008Z Compiling num-traits v0.2.19
4892026-04-30T00:09:32.012Z Compiling smallvec v1.15.1
4902026-04-30T00:09:32.141Z Compiling typeid v1.0.3
4912026-04-30T00:09:32.193Z Compiling hashbrown v0.17.0
4922026-04-30T00:09:32.270Z Compiling pest_meta v2.8.6
4932026-04-30T00:09:32.485Z Compiling equivalent v1.0.2
4942026-04-30T00:09:32.672Z Compiling thread-id v4.2.2
4952026-04-30T00:09:32.758Z Compiling indexmap v2.14.0
4962026-04-30T00:09:32.797Z Compiling proc-macro-error-attr v1.0.4
4972026-04-30T00:09:32.815Z Compiling usdt-impl v0.5.0
4982026-04-30T00:09:32.833Z Compiling toml_write v0.1.2
4992026-04-30T00:09:32.982Z Compiling syn v1.0.109
5002026-04-30T00:09:33.043Z Compiling erased-serde v0.4.9
5012026-04-30T00:09:33.170Z Compiling winnow v0.7.14
5022026-04-30T00:09:33.448Z Compiling proc-macro-error v1.0.4
5032026-04-30T00:09:33.546Z Compiling camino v1.2.2
5042026-04-30T00:09:33.634Z Compiling plain v0.2.3
5052026-04-30T00:09:33.750Z Compiling utf8parse v0.2.2
5062026-04-30T00:09:33.859Z Compiling utf8_iter v1.0.4
5072026-04-30T00:09:33.879Z Compiling thiserror v2.0.18
5082026-04-30T00:09:33.964Z Compiling getrandom v0.4.1
5092026-04-30T00:09:34.019Z Compiling log v0.4.29
5102026-04-30T00:09:34.031Z Compiling percent-encoding v2.3.2
5112026-04-30T00:09:34.087Z Compiling ordered-float v2.10.1
5122026-04-30T00:09:34.200Z Compiling form_urlencoded v1.2.2
5132026-04-30T00:09:34.271Z Compiling anstyle-parse v0.2.7
5142026-04-30T00:09:34.445Z Compiling terminal_size v0.4.3
5152026-04-30T00:09:34.462Z Compiling colorchoice v1.0.4
5162026-04-30T00:09:34.581Z Compiling synstructure v0.13.2
5172026-04-30T00:09:34.599Z Compiling pest_generator v2.8.6
5182026-04-30T00:09:34.659Z Compiling is_terminal_polyfill v1.70.2
5192026-04-30T00:09:34.678Z Compiling anstyle v1.0.13
5202026-04-30T00:09:34.768Z Compiling pretty-hex v0.4.1
5212026-04-30T00:09:34.788Z Compiling cfg-if v1.0.4
5222026-04-30T00:09:34.803Z Compiling anstyle-query v1.1.5
5232026-04-30T00:09:34.907Z Compiling anstream v0.6.21
5242026-04-30T00:09:34.926Z Compiling serde-untagged v0.1.9
5252026-04-30T00:09:35.052Z Compiling semver v1.0.28
5262026-04-30T00:09:35.188Z Compiling fs-err v3.3.0
5272026-04-30T00:09:35.210Z Compiling bytecount v0.6.9
5282026-04-30T00:09:35.304Z Compiling anyhow v1.0.102
5292026-04-30T00:09:35.347Z Compiling unicode-width v0.1.14
5302026-04-30T00:09:35.372Z Compiling heck v0.5.0
5312026-04-30T00:09:35.372Z Compiling fastrand v2.3.0
5322026-04-30T00:09:35.408Z Compiling fnv v1.0.7
5332026-04-30T00:09:35.511Z Compiling clap_lex v1.0.0
5342026-04-30T00:09:35.621Z Compiling heck v0.4.1
5352026-04-30T00:09:35.625Z Compiling strsim v0.11.1
5362026-04-30T00:09:35.654Z Compiling unicode-xid v0.2.6
5372026-04-30T00:09:35.737Z Compiling once_cell v1.21.3
5382026-04-30T00:09:35.839Z Compiling clap_builder v4.5.60
5392026-04-30T00:09:35.896Z Compiling papergrid v0.11.0
5402026-04-30T00:09:35.949Z Compiling tempfile v3.25.0
5412026-04-30T00:09:35.996Z Compiling memmap v0.7.0
5422026-04-30T00:09:36.079Z Compiling unicode-linebreak v0.1.5
5432026-04-30T00:09:36.171Z Compiling smawk v0.3.2
5442026-04-30T00:09:36.194Z Compiling serde_derive v1.0.228
5452026-04-30T00:09:36.307Z Compiling zerofrom-derive v0.1.6
5462026-04-30T00:09:36.325Z Compiling yoke-derive v0.8.1
5472026-04-30T00:09:36.343Z Compiling zerovec-derive v0.11.2
5482026-04-30T00:09:36.444Z Compiling displaydoc v0.2.5
5492026-04-30T00:09:37.159Z Compiling thiserror-impl v1.0.69
5502026-04-30T00:09:37.337Z Compiling zerocopy-derive v0.7.35
5512026-04-30T00:09:37.487Z Compiling pest_derive v2.8.6
5522026-04-30T00:09:37.506Z Compiling scroll_derive v0.12.1
5532026-04-30T00:09:37.717Z Compiling zerofrom v0.1.6
5542026-04-30T00:09:37.853Z Compiling yoke v0.8.1
5552026-04-30T00:09:37.913Z Compiling thiserror-impl v2.0.18
5562026-04-30T00:09:38.045Z Compiling zerovec v0.11.5
5572026-04-30T00:09:38.168Z Compiling zerotrie v0.2.3
5582026-04-30T00:09:38.198Z Compiling zerocopy v0.7.35
5592026-04-30T00:09:38.467Z Compiling scroll v0.12.0
5602026-04-30T00:09:38.550Z Compiling tinystr v0.8.2
5612026-04-30T00:09:38.570Z Compiling potential_utf v0.1.4
5622026-04-30T00:09:38.737Z Compiling icu_locale_core v2.1.1
5632026-04-30T00:09:38.737Z Compiling icu_collections v2.1.1
5642026-04-30T00:09:38.770Z Compiling dtrace-parser v0.2.0
5652026-04-30T00:09:38.770Z Compiling goblin v0.8.2
5662026-04-30T00:09:38.856Z Compiling tabled_derive v0.7.0
5672026-04-30T00:09:39.023Z Compiling clap_derive v4.5.55
5682026-04-30T00:09:39.380Z Compiling icu_provider v2.1.1
5692026-04-30T00:09:39.518Z Compiling unicode-width v0.2.0
5702026-04-30T00:09:39.611Z Compiling icu_normalizer v2.1.1
5712026-04-30T00:09:39.639Z Compiling icu_properties v2.1.2
5722026-04-30T00:09:39.680Z Compiling toml_datetime v0.6.11
5732026-04-30T00:09:39.739Z Compiling serde_spanned v0.6.9
5742026-04-30T00:09:39.761Z Compiling dof v0.3.0
5752026-04-30T00:09:39.791Z Compiling serde_tokenstream v0.2.3
5762026-04-30T00:09:39.885Z Compiling toml_edit v0.22.27
5772026-04-30T00:09:39.936Z Compiling serde-value v0.7.0
5782026-04-30T00:09:40.137Z Compiling cargo-platform v0.2.0
5792026-04-30T00:09:40.157Z Compiling tabled v0.15.0
5802026-04-30T00:09:40.298Z Compiling textwrap v0.16.2
5812026-04-30T00:09:40.403Z Compiling macaddr v1.0.1
5822026-04-30T00:09:40.625Z Compiling idna_adapter v1.2.1
5832026-04-30T00:09:40.700Z Compiling usdt-macro v0.5.0
5842026-04-30T00:09:40.725Z Compiling usdt-attr-macro v0.5.0
5852026-04-30T00:09:40.748Z Compiling idna v1.1.0
5862026-04-30T00:09:40.751Z Compiling clap v4.5.60
5872026-04-30T00:09:40.786Z Compiling camino-tempfile v1.4.1
5882026-04-30T00:09:41.129Z Compiling url v2.5.8
5892026-04-30T00:09:41.305Z Compiling toml v0.8.23
5902026-04-30T00:09:41.696Z Compiling cargo-util-schemas v0.8.2
5912026-04-30T00:09:41.745Z Compiling usdt v0.5.0
5922026-04-30T00:09:41.869Z Compiling cargo_toml v0.21.0
5932026-04-30T00:09:41.911Z Compiling swrite v0.1.0
5942026-04-30T00:09:41.949Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-04-30T00:09:42.639Z Compiling cargo_metadata v0.21.0
5962026-04-30T00:09:43.577Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-30T00:09:45.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.36s
5982026-04-30T00:09:45.879Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-30T00:09:46.442Z Downloading crates ...
6002026-04-30T00:09:46.534Z Downloaded adler2 v2.0.1
6012026-04-30T00:09:46.537Z Downloaded async-stream-impl v0.3.6
6022026-04-30T00:09:46.540Z Downloaded cobs v0.3.0
6032026-04-30T00:09:46.543Z Downloaded cexpr v0.6.0
6042026-04-30T00:09:46.544Z Downloaded blowfish v0.9.1
6052026-04-30T00:09:46.547Z Downloaded const-oid v0.9.6
6062026-04-30T00:09:46.550Z Downloaded atomicwrites v0.4.4
6072026-04-30T00:09:46.559Z Downloaded cstr-argument v0.1.2
6082026-04-30T00:09:46.565Z Downloaded arrayvec v0.7.6
6092026-04-30T00:09:46.565Z Downloaded crc32fast v1.5.0
6102026-04-30T00:09:46.568Z Downloaded darling_macro v0.23.0
6112026-04-30T00:09:46.568Z Downloaded async-bb8-diesel v0.2.1
6122026-04-30T00:09:46.574Z Downloaded flagset v0.4.7
6132026-04-30T00:09:46.583Z Downloaded arrayref v0.3.9
6142026-04-30T00:09:46.583Z Downloaded crc v3.4.0
6152026-04-30T00:09:46.583Z Downloaded ed25519 v2.2.3
6162026-04-30T00:09:46.583Z Downloaded async-recursion v1.1.1
6172026-04-30T00:09:46.583Z Downloaded aho-corasick v1.1.4
6182026-04-30T00:09:46.588Z Downloaded diff v0.1.13
6192026-04-30T00:09:46.588Z Downloaded async-trait v0.1.89
6202026-04-30T00:09:46.588Z Downloaded crossbeam-channel v0.5.15
6212026-04-30T00:09:46.592Z Downloaded crypto-bigint v0.5.5
6222026-04-30T00:09:46.596Z Downloaded dunce v1.0.5
6232026-04-30T00:09:46.599Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-04-30T00:09:46.599Z Downloaded foldhash v0.2.0
6252026-04-30T00:09:46.599Z Downloaded derive_builder v0.20.2
6262026-04-30T00:09:46.602Z Downloaded document-features v0.2.12
6272026-04-30T00:09:46.602Z Downloaded csv-core v0.1.13
6282026-04-30T00:09:46.606Z Downloaded derive_more v0.99.20
6292026-04-30T00:09:46.611Z Downloaded deranged v0.5.8
6302026-04-30T00:09:46.611Z Downloaded defmt v0.3.100
6312026-04-30T00:09:46.614Z Downloaded chacha20 v0.10.0
6322026-04-30T00:09:46.614Z Downloaded array-init v0.0.4
6332026-04-30T00:09:46.614Z Downloaded daft-derive v0.1.5
6342026-04-30T00:09:46.619Z Downloaded ff v0.13.1
6352026-04-30T00:09:46.619Z Downloaded cookie_store v0.22.1
6362026-04-30T00:09:46.619Z Downloaded async-stream v0.3.6
6372026-04-30T00:09:46.625Z Downloaded display-error-chain v0.2.2
6382026-04-30T00:09:46.625Z Downloaded float-cmp v0.10.0
6392026-04-30T00:09:46.625Z Downloaded darling v0.23.0
6402026-04-30T00:09:46.629Z Downloaded debug-ignore v1.0.5
6412026-04-30T00:09:46.629Z Downloaded crc8 v0.1.1
6422026-04-30T00:09:46.629Z Downloaded bit-set v0.8.0
6432026-04-30T00:09:46.629Z Downloaded atomic-waker v1.1.2
6442026-04-30T00:09:46.629Z Downloaded dirs-sys-next v0.1.2
6452026-04-30T00:09:46.629Z Downloaded darling v0.20.11
6462026-04-30T00:09:46.633Z Downloaded fd-lock v4.0.4
6472026-04-30T00:09:46.633Z Downloaded cfg_aliases v0.1.1
6482026-04-30T00:09:46.636Z Downloaded crunchy v0.2.4
6492026-04-30T00:09:46.636Z Downloaded ciborium-io v0.2.2
6502026-04-30T00:09:46.636Z Downloaded darling_core v0.20.11
6512026-04-30T00:09:46.639Z Downloaded bitfield-struct v0.6.2
6522026-04-30T00:09:46.639Z Downloaded ctr v0.9.2
6532026-04-30T00:09:46.642Z Downloaded atty v0.2.14
6542026-04-30T00:09:46.642Z Downloaded dyn-clone v1.0.20
6552026-04-30T00:09:46.642Z Downloaded enum-as-inner v0.6.1
6562026-04-30T00:09:46.646Z Downloaded endian-type v0.1.2
6572026-04-30T00:09:46.646Z Downloaded dof v0.4.0
6582026-04-30T00:09:46.646Z Downloaded darling_macro v0.21.3
6592026-04-30T00:09:46.649Z Downloaded env_filter v1.0.0
6602026-04-30T00:09:46.649Z Downloaded dtrace-parser v0.3.0
6612026-04-30T00:09:46.649Z Downloaded downcast-rs v2.0.2
6622026-04-30T00:09:46.654Z Downloaded corncobs v0.1.4
6632026-04-30T00:09:46.654Z Downloaded curve25519-dalek-derive v0.1.1
6642026-04-30T00:09:46.654Z Downloaded crucible-workspace-hack v0.1.0
6652026-04-30T00:09:46.657Z Downloaded difflib v0.4.0
6662026-04-30T00:09:46.657Z Downloaded derive_builder_macro v0.20.2
6672026-04-30T00:09:46.660Z Downloaded defmt-parser v1.0.0
6682026-04-30T00:09:46.660Z Downloaded foreign-types v0.3.2
6692026-04-30T00:09:46.660Z Downloaded embedded-io v0.4.0
6702026-04-30T00:09:46.661Z Downloaded embedded-io v0.6.1
6712026-04-30T00:09:46.664Z Downloaded darling_macro v0.20.11
6722026-04-30T00:09:46.667Z Downloaded bit-set v0.5.3
6732026-04-30T00:09:46.671Z Downloaded dropshot-api-manager-types v0.7.1
6742026-04-30T00:09:46.671Z Downloaded bitfield-macros v0.19.4
6752026-04-30T00:09:46.674Z Downloaded block-padding v0.3.3
6762026-04-30T00:09:46.674Z Downloaded aead v0.5.2
6772026-04-30T00:09:46.674Z Downloaded compression-core v0.4.31
6782026-04-30T00:09:46.677Z Downloaded castaway v0.2.4
6792026-04-30T00:09:46.677Z Downloaded dsl_auto_type v0.2.0
6802026-04-30T00:09:46.682Z Downloaded dirs-next v2.0.0
6812026-04-30T00:09:46.682Z Downloaded assert_matches v1.5.0
6822026-04-30T00:09:46.682Z Downloaded float-ord v0.3.2
6832026-04-30T00:09:46.682Z Downloaded ascii-canvas v3.0.0
6842026-04-30T00:09:46.685Z Downloaded foreign-types-shared v0.3.1
6852026-04-30T00:09:46.685Z Downloaded futures-core v0.3.32
6862026-04-30T00:09:46.685Z Downloaded crc-catalog v2.4.0
6872026-04-30T00:09:46.689Z Downloaded derive-ex v0.1.8
6882026-04-30T00:09:46.689Z Downloaded defmt v1.0.1
6892026-04-30T00:09:46.693Z Downloaded diesel-dtrace v0.5.0
6902026-04-30T00:09:46.693Z Downloaded bb8 v0.8.6
6912026-04-30T00:09:46.693Z Downloaded futures-macro v0.3.32
6922026-04-30T00:09:46.696Z Downloaded foreign-types v0.5.0
6932026-04-30T00:09:46.697Z Downloaded convert_case v0.4.0
6942026-04-30T00:09:46.697Z Downloaded base16ct v0.2.0
6952026-04-30T00:09:46.697Z Downloaded futures-io v0.3.32
6962026-04-30T00:09:46.701Z Downloaded foreign-types-shared v0.1.1
6972026-04-30T00:09:46.706Z Downloaded ghash v0.5.1
6982026-04-30T00:09:46.706Z Downloaded git-stub v1.0.0
6992026-04-30T00:09:46.710Z Downloaded cipher v0.4.4
7002026-04-30T00:09:46.710Z Downloaded compression-codecs v0.4.37
7012026-04-30T00:09:46.710Z Downloaded cpufeatures v0.3.0
7022026-04-30T00:09:46.710Z Downloaded camino-tempfile-ext v0.3.3
7032026-04-30T00:09:46.713Z Downloaded bit-vec v0.8.0
7042026-04-30T00:09:46.714Z Downloaded gethostname v0.5.0
7052026-04-30T00:09:46.714Z Downloaded hash32 v0.2.1
7062026-04-30T00:09:46.719Z Downloaded chacha20poly1305 v0.10.1
7072026-04-30T00:09:46.719Z Downloaded backoff v0.4.0
7082026-04-30T00:09:46.719Z Downloaded futures-task v0.3.32
7092026-04-30T00:09:46.719Z Downloaded fixedbitset v0.5.7
7102026-04-30T00:09:46.722Z Downloaded fixedbitset v0.4.2
7112026-04-30T00:09:46.722Z Downloaded filetime v0.2.27
7122026-04-30T00:09:46.722Z Downloaded env_logger v0.11.9
7132026-04-30T00:09:46.726Z Downloaded foreign-types-macros v0.2.3
7142026-04-30T00:09:46.726Z Downloaded ciborium-ll v0.2.2
7152026-04-30T00:09:46.726Z Downloaded der_derive v0.7.3
7162026-04-30T00:09:46.730Z Downloaded erased-serde v0.3.31
7172026-04-30T00:09:46.730Z Downloaded futures-sink v0.3.32
7182026-04-30T00:09:46.730Z Downloaded data-encoding v2.10.0
7192026-04-30T00:09:46.733Z Downloaded cfg_aliases v0.2.1
7202026-04-30T00:09:46.733Z Downloaded daft v0.1.5
7212026-04-30T00:09:46.733Z Downloaded ahash v0.8.12
7222026-04-30T00:09:46.736Z Downloaded either v1.15.0
7232026-04-30T00:09:46.736Z Downloaded funty v2.0.0
7242026-04-30T00:09:46.736Z Downloaded crossbeam-deque v0.8.6
7252026-04-30T00:09:46.736Z Downloaded drift v0.1.3
7262026-04-30T00:09:46.739Z Downloaded const_format v0.2.35
7272026-04-30T00:09:46.742Z Downloaded hex-literal v0.4.1
7282026-04-30T00:09:46.742Z Downloaded fxhash v0.2.1
7292026-04-30T00:09:46.746Z Downloaded darling v0.21.3
7302026-04-30T00:09:46.749Z Downloaded arc-swap v1.8.2
7312026-04-30T00:09:46.749Z Downloaded foldhash v0.1.5
7322026-04-30T00:09:46.749Z Downloaded colored v2.2.0
7332026-04-30T00:09:46.754Z Downloaded crossbeam-epoch v0.9.18
7342026-04-30T00:09:46.754Z Downloaded convert_case v0.10.0
7352026-04-30T00:09:46.757Z Downloaded chacha20 v0.9.1
7362026-04-30T00:09:46.757Z Downloaded headers-core v0.3.0
7372026-04-30T00:09:46.757Z Downloaded base64ct v1.8.3
7382026-04-30T00:09:46.757Z Downloaded derive_more-impl v2.1.1
7392026-04-30T00:09:46.762Z Downloaded hostname v0.4.2
7402026-04-30T00:09:46.762Z Downloaded hostname v0.3.1
7412026-04-30T00:09:46.765Z Downloaded cassowary v0.3.0
7422026-04-30T00:09:46.765Z Downloaded http-range v0.1.5
7432026-04-30T00:09:46.765Z Downloaded httpdate v1.0.3
7442026-04-30T00:09:46.765Z Downloaded byte-wrapper v0.1.0
7452026-04-30T00:09:46.768Z Downloaded ena v0.14.4
7462026-04-30T00:09:46.768Z Downloaded cbc v0.1.2
7472026-04-30T00:09:46.768Z Downloaded hex v0.4.3
7482026-04-30T00:09:46.771Z Downloaded fallible-iterator v0.2.0
7492026-04-30T00:09:46.771Z Downloaded home v0.5.12
7502026-04-30T00:09:46.771Z Downloaded bitflags v1.3.2
7512026-04-30T00:09:46.774Z Downloaded hash32 v0.3.1
7522026-04-30T00:09:46.774Z Downloaded group v0.13.0
7532026-04-30T00:09:46.774Z Downloaded globwalk v0.9.1
7542026-04-30T00:09:46.777Z Downloaded hubpack v0.1.2
7552026-04-30T00:09:46.777Z Downloaded ident_case v1.0.1
7562026-04-30T00:09:46.777Z Downloaded hubpack_derive v0.1.1
7572026-04-30T00:09:46.777Z Downloaded http-body v1.0.1
7582026-04-30T00:09:46.780Z Downloaded globset v0.4.18
7592026-04-30T00:09:46.780Z Downloaded glob v0.3.3
7602026-04-30T00:09:46.780Z Downloaded git-stub-vcs v0.1.0
7612026-04-30T00:09:46.783Z Downloaded buf-list v1.1.2
7622026-04-30T00:09:46.783Z Downloaded hyper-tls v0.6.0
7632026-04-30T00:09:46.783Z Downloaded bcrypt-pbkdf v0.10.0
7642026-04-30T00:09:46.786Z Downloaded constant_time_eq v0.4.2
7652026-04-30T00:09:46.786Z Downloaded backon v1.6.0
7662026-04-30T00:09:46.789Z Downloaded instant v0.1.13
7672026-04-30T00:09:46.789Z Downloaded inout v0.1.4
7682026-04-30T00:09:46.789Z Downloaded find-msvc-tools v0.1.9
7692026-04-30T00:09:46.792Z Downloaded futures-executor v0.3.32
7702026-04-30T00:09:46.792Z Downloaded bcs v0.1.6
7712026-04-30T00:09:46.792Z Downloaded blake2 v0.10.6
7722026-04-30T00:09:46.795Z Downloaded fs_extra v1.3.0
7732026-04-30T00:09:46.795Z Downloaded cargo_metadata v0.19.2
7742026-04-30T00:09:46.798Z Downloaded bitfield v0.19.4
7752026-04-30T00:09:46.798Z Downloaded indent_write v2.2.0
7762026-04-30T00:09:46.798Z Downloaded ecdsa v0.16.9
7772026-04-30T00:09:46.802Z Downloaded async-compression v0.4.41
7782026-04-30T00:09:46.809Z Downloaded fs-err v2.11.0
7792026-04-30T00:09:46.809Z Downloaded cancel-safe-futures v0.1.5
7802026-04-30T00:09:46.810Z Downloaded critical-section v1.2.0
7812026-04-30T00:09:46.810Z Downloaded indoc v1.0.9
7822026-04-30T00:09:46.810Z Downloaded derive_builder_core v0.20.2
7832026-04-30T00:09:46.813Z Downloaded cargo-platform v0.1.9
7842026-04-30T00:09:46.813Z Downloaded is-terminal v0.4.17
7852026-04-30T00:09:46.817Z Downloaded is_ci v1.2.0
7862026-04-30T00:09:46.821Z Downloaded internet-checksum v0.2.1
7872026-04-30T00:09:46.821Z Downloaded instability v0.3.11
7882026-04-30T00:09:46.824Z Downloaded kstat-rs v0.2.4
7892026-04-30T00:09:46.824Z Downloaded colored v3.1.1
7902026-04-30T00:09:46.827Z Downloaded cookie v0.18.1
7912026-04-30T00:09:46.830Z Downloaded ciborium v0.2.2
7922026-04-30T00:09:46.830Z Downloaded keccak v0.1.6
7932026-04-30T00:09:46.830Z Downloaded console v0.16.2
7942026-04-30T00:09:46.833Z Downloaded lzss v0.8.2
7952026-04-30T00:09:46.833Z Downloaded bzip2 v0.4.4
7962026-04-30T00:09:46.837Z Downloaded argon2 v0.5.3
7972026-04-30T00:09:46.837Z Downloaded bzip2 v0.6.1
7982026-04-30T00:09:46.837Z Downloaded libscf-sys v1.1.0
7992026-04-30T00:09:46.840Z Downloaded lru v0.12.5
8002026-04-30T00:09:46.840Z Downloaded lalrpop-util v0.19.12
8012026-04-30T00:09:46.840Z Downloaded http-body-util v0.1.3
8022026-04-30T00:09:46.840Z Downloaded getrandom v0.2.17
8032026-04-30T00:09:46.843Z Downloaded futures-channel v0.3.32
8042026-04-30T00:09:46.843Z Downloaded defmt-macros v1.0.1
8052026-04-30T00:09:46.846Z Downloaded cmake v0.1.57
8062026-04-30T00:09:46.846Z Downloaded bit-vec v0.6.3
8072026-04-30T00:09:46.850Z Downloaded hyper-staticfile v0.10.1
8082026-04-30T00:09:46.853Z Downloaded allocator-api2 v0.2.21
8092026-04-30T00:09:46.855Z Downloaded memoffset v0.9.1
8102026-04-30T00:09:46.855Z Downloaded mime v0.3.17
8112026-04-30T00:09:46.859Z Downloaded match_cfg v0.1.0
8122026-04-30T00:09:46.859Z Downloaded lru-slab v0.1.2
8132026-04-30T00:09:46.859Z Downloaded console v0.15.11
8142026-04-30T00:09:46.862Z Downloaded derive-where v1.6.0
8152026-04-30T00:09:46.865Z Downloaded managed v0.8.0
8162026-04-30T00:09:46.868Z Downloaded md-5 v0.10.6
8172026-04-30T00:09:46.868Z Downloaded maybe-uninit v2.0.0
8182026-04-30T00:09:46.868Z Downloaded maplit v1.0.2
8192026-04-30T00:09:46.868Z Downloaded indoc v2.0.7
8202026-04-30T00:09:46.871Z Downloaded linked-hash-map v0.5.6
8212026-04-30T00:09:46.871Z Downloaded dropshot_endpoint v0.17.0
8222026-04-30T00:09:46.874Z Downloaded ingot v0.1.1
8232026-04-30T00:09:46.874Z Downloaded dropshot_endpoint v0.16.7
8242026-04-30T00:09:46.878Z Downloaded nodrop v0.1.14
8252026-04-30T00:09:46.878Z Downloaded newtype-uuid-macros v0.1.0
8262026-04-30T00:09:46.878Z Downloaded des v0.8.1
8272026-04-30T00:09:46.880Z Downloaded crossbeam-utils v0.8.21
8282026-04-30T00:09:46.881Z Downloaded ipnetwork v0.21.1
8292026-04-30T00:09:46.884Z Downloaded newtype_derive v0.1.6
8302026-04-30T00:09:46.884Z Downloaded new_debug_unreachable v1.0.6
8312026-04-30T00:09:46.884Z Downloaded multimap v0.10.1
8322026-04-30T00:09:46.884Z Downloaded ipnet v2.11.0
8332026-04-30T00:09:46.888Z Downloaded elliptic-curve v0.13.8
8342026-04-30T00:09:46.888Z Downloaded const_format_proc_macros v0.2.34
8352026-04-30T00:09:46.893Z Downloaded compact_str v0.8.1
8362026-04-30T00:09:46.893Z Downloaded lru-cache v0.1.2
8372026-04-30T00:09:46.897Z Downloaded ingot-types v0.1.2
8382026-04-30T00:09:46.897Z Downloaded hmac v0.12.1
8392026-04-30T00:09:46.900Z Downloaded libefi-sys v0.1.0
8402026-04-30T00:09:46.900Z Downloaded jobserver v0.1.34
8412026-04-30T00:09:46.902Z Downloaded num-iter v0.1.45
8422026-04-30T00:09:46.902Z Downloaded num-conv v0.2.0
8432026-04-30T00:09:46.902Z Downloaded num v0.4.3
8442026-04-30T00:09:46.907Z Downloaded normalize-line-endings v0.3.0
8452026-04-30T00:09:46.907Z Downloaded nibble_vec v0.1.0
8462026-04-30T00:09:46.907Z Downloaded crc-any v2.5.0
8472026-04-30T00:09:46.907Z Downloaded newline-converter v0.3.0
8482026-04-30T00:09:46.910Z Downloaded olpc-cjson v0.1.4
8492026-04-30T00:09:46.910Z Downloaded clang-sys v1.8.1
8502026-04-30T00:09:46.914Z Downloaded libsw-core v0.3.2
8512026-04-30T00:09:46.914Z Downloaded highway v1.3.0
8522026-04-30T00:09:46.916Z Downloaded httparse v1.10.1
8532026-04-30T00:09:46.916Z Downloaded lazy_static v1.5.0
8542026-04-30T00:09:46.920Z Downloaded humantime v2.3.0
8552026-04-30T00:09:46.920Z Downloaded nonempty v0.12.0
8562026-04-30T00:09:46.923Z Downloaded num-derive v0.4.2
8572026-04-30T00:09:46.923Z Downloaded iana-time-zone v0.1.65
8582026-04-30T00:09:46.926Z Downloaded md5 v0.7.0
8592026-04-30T00:09:46.926Z Downloaded impl-trait-for-tuples v0.2.3
8602026-04-30T00:09:46.926Z Downloaded multer v3.1.0
8612026-04-30T00:09:46.929Z Downloaded num_threads v0.1.7
8622026-04-30T00:09:46.929Z Downloaded openssl-macros v0.1.1
8632026-04-30T00:09:46.929Z Downloaded opaque-debug v0.3.1
8642026-04-30T00:09:46.929Z Downloaded libloading v0.8.9
8652026-04-30T00:09:46.932Z Downloaded openssl-probe v0.2.1
8662026-04-30T00:09:46.932Z Downloaded lock_api v0.4.14
8672026-04-30T00:09:46.932Z Downloaded linear-map v1.2.0
8682026-04-30T00:09:46.936Z Downloaded libsw v3.5.0
8692026-04-30T00:09:46.936Z Downloaded hyper-rustls v0.27.7
8702026-04-30T00:09:46.940Z Downloaded getrandom v0.3.4
8712026-04-30T00:09:46.942Z Downloaded futures v0.3.32
8722026-04-30T00:09:46.945Z Downloaded parse-size v1.1.0
8732026-04-30T00:09:46.945Z Downloaded flume v0.11.1
8742026-04-30T00:09:46.962Z Downloaded oso-derive v0.27.3
8752026-04-30T00:09:46.965Z Downloaded pbkdf2 v0.11.0
8762026-04-30T00:09:46.965Z Downloaded aes v0.8.4
8772026-04-30T00:09:46.970Z Downloaded newtype-uuid v1.3.2
8782026-04-30T00:09:46.970Z Downloaded ed25519-dalek v2.2.0
8792026-04-30T00:09:46.970Z Downloaded darling_core v0.23.0
8802026-04-30T00:09:46.973Z Downloaded pbkdf2 v0.12.2
8812026-04-30T00:09:46.973Z Downloaded nu-ansi-term v0.50.3
8822026-04-30T00:09:46.977Z Downloaded parse-display v0.10.0
8832026-04-30T00:09:46.980Z Downloaded num-derive v0.3.3
8842026-04-30T00:09:46.980Z Downloaded num_enum v0.5.11
8852026-04-30T00:09:46.983Z Downloaded peg-runtime v0.8.5
8862026-04-30T00:09:46.983Z Downloaded nanorand v0.7.0
8872026-04-30T00:09:46.986Z Downloaded ingot-macros v0.1.1
8882026-04-30T00:09:46.986Z Downloaded half v2.7.1
8892026-04-30T00:09:46.986Z Downloaded num-rational v0.4.2
8902026-04-30T00:09:46.990Z Downloaded packed_struct_codegen v0.10.1
8912026-04-30T00:09:46.990Z Downloaded num-complex v0.4.6
8922026-04-30T00:09:46.994Z Downloaded num_enum v0.7.5
8932026-04-30T00:09:46.997Z Downloaded num-integer v0.1.46
8942026-04-30T00:09:46.997Z Downloaded fatfs v0.3.6
8952026-04-30T00:09:47.000Z Downloaded num_enum_derive v0.5.11
8962026-04-30T00:09:47.004Z Downloaded mime_guess v2.0.5
8972026-04-30T00:09:47.004Z Downloaded memmap2 v0.9.10
8982026-04-30T00:09:47.004Z Downloaded litrs v1.0.0
8992026-04-30T00:09:47.007Z Downloaded phf_shared v0.12.1
9002026-04-30T00:09:47.007Z Downloaded native-tls v0.2.18
9012026-04-30T00:09:47.010Z Downloaded oxide-tokio-rt v0.1.4
9022026-04-30T00:09:47.013Z Downloaded precomputed-hash v0.1.1
9032026-04-30T00:09:47.013Z Downloaded num_enum_derive v0.7.5
9042026-04-30T00:09:47.016Z Downloaded flate2 v1.1.9
9052026-04-30T00:09:47.019Z Downloaded heapless v0.7.17
9062026-04-30T00:09:47.019Z Downloaded ignore v0.4.25
9072026-04-30T00:09:47.022Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-04-30T00:09:47.022Z Downloaded ar_archive_writer v0.5.1
9092026-04-30T00:09:47.026Z Downloaded der v0.7.10
9102026-04-30T00:09:47.026Z Downloaded phf_shared v0.13.1
9112026-04-30T00:09:47.029Z Downloaded phf_shared v0.11.3
9122026-04-30T00:09:47.029Z Downloaded openssl-probe v0.1.6
9132026-04-30T00:09:47.029Z Downloaded proc-macro-crate v3.4.0
9142026-04-30T00:09:47.029Z Downloaded proc-macro-crate v1.3.1
9152026-04-30T00:09:47.032Z Downloaded predicates-core v1.0.10
9162026-04-30T00:09:47.032Z Downloaded headers v0.4.1
9172026-04-30T00:09:47.036Z Downloaded predicates-tree v1.0.13
9182026-04-30T00:09:47.036Z Downloaded progenitor-client v0.10.0
9192026-04-30T00:09:47.036Z Downloaded peg-macros v0.8.5
9202026-04-30T00:09:47.036Z Downloaded path-slash v0.1.5
9212026-04-30T00:09:47.040Z Downloaded indexmap v1.9.3
9222026-04-30T00:09:47.040Z Downloaded powerfmt v0.2.0
9232026-04-30T00:09:47.043Z Downloaded aes-gcm v0.10.3
9242026-04-30T00:09:47.043Z Downloaded progenitor-client v0.11.2
9252026-04-30T00:09:47.043Z Downloaded paste v1.0.15
9262026-04-30T00:09:47.046Z Downloaded owo-colors v4.3.0
9272026-04-30T00:09:47.046Z Downloaded parse-display-derive v0.10.0
9282026-04-30T00:09:47.046Z Downloaded progenitor-macro v0.10.0
9292026-04-30T00:09:47.049Z Downloaded diesel_derives v2.3.7
9302026-04-30T00:09:47.052Z Downloaded progenitor-macro v0.11.2
9312026-04-30T00:09:47.052Z Downloaded peg v0.8.5
9322026-04-30T00:09:47.055Z Downloaded password-hash v0.5.0
9332026-04-30T00:09:47.055Z Downloaded packed_struct v0.10.1
9342026-04-30T00:09:47.055Z Downloaded oxnet v0.1.4
9352026-04-30T00:09:47.058Z Downloaded base64 v0.22.1
9362026-04-30T00:09:47.061Z Downloaded phf v0.13.1
9372026-04-30T00:09:47.061Z Downloaded base64 v0.21.7
9382026-04-30T00:09:47.067Z Downloaded poly1305 v0.8.0
9392026-04-30T00:09:47.067Z Downloaded progenitor-macro v0.13.0
9402026-04-30T00:09:47.067Z Downloaded pkg-config v0.3.32
9412026-04-30T00:09:47.069Z Downloaded derive_more v2.1.1
9422026-04-30T00:09:47.073Z Downloaded omicron-zone-package v0.12.2
9432026-04-30T00:09:47.077Z Downloaded psl-types v2.0.11
9442026-04-30T00:09:47.077Z Downloaded progenitor-macro v0.14.0
9452026-04-30T00:09:47.077Z Downloaded pkcs8 v0.10.2
9462026-04-30T00:09:47.077Z Downloaded quick-error v1.2.3
9472026-04-30T00:09:47.080Z Downloaded pin-project-lite v0.2.17
9482026-04-30T00:09:47.083Z Downloaded heapless v0.8.0
9492026-04-30T00:09:47.083Z Downloaded pin-utils v0.1.0
9502026-04-30T00:09:47.083Z Downloaded radium v0.7.0
9512026-04-30T00:09:47.087Z Downloaded darling_core v0.21.3
9522026-04-30T00:09:47.090Z Downloaded libbz2-rs-sys v0.2.2
9532026-04-30T00:09:47.093Z Downloaded postgres-protocol v0.6.10
9542026-04-30T00:09:47.093Z Downloaded rand_xorshift v0.4.0
9552026-04-30T00:09:47.096Z Downloaded pin-project-internal v1.1.11
9562026-04-30T00:09:47.101Z Downloaded dropshot-api-manager v0.7.1
9572026-04-30T00:09:47.104Z Downloaded phf v0.12.1
9582026-04-30T00:09:47.104Z Downloaded pem v3.0.6
9592026-04-30T00:09:47.109Z Downloaded proc-macro-error2 v2.0.1
9602026-04-30T00:09:47.112Z Downloaded primeorder v0.13.6
9612026-04-30T00:09:47.112Z Downloaded predicates v3.1.4
9622026-04-30T00:09:47.116Z Downloaded progenitor-client v0.14.0
9632026-04-30T00:09:47.116Z Downloaded ref-cast v1.0.25
9642026-04-30T00:09:47.116Z Downloaded recursive-proc-macro-impl v0.1.1
9652026-04-30T00:09:47.116Z Downloaded rand_chacha v0.3.1
9662026-04-30T00:09:47.119Z Downloaded recursive v0.1.1
9672026-04-30T00:09:47.119Z Downloaded progenitor v0.14.0
9682026-04-30T00:09:47.119Z Downloaded ppv-lite86 v0.2.21
9692026-04-30T00:09:47.120Z Downloaded progenitor v0.11.2
9702026-04-30T00:09:47.123Z Downloaded password-hash v0.4.2
9712026-04-30T00:09:47.123Z Downloaded indicatif v0.18.4
9722026-04-30T00:09:47.126Z Downloaded hickory-resolver v0.25.2
9732026-04-30T00:09:47.126Z Downloaded progenitor-client v0.13.0
9742026-04-30T00:09:47.131Z Downloaded parking_lot v0.11.2
9752026-04-30T00:09:47.131Z Downloaded bytes v1.11.1
9762026-04-30T00:09:47.134Z Downloaded pem-rfc7468 v0.7.0
9772026-04-30T00:09:47.134Z Downloaded progenitor v0.13.0
9782026-04-30T00:09:47.134Z Downloaded parking_lot_core v0.9.12
9792026-04-30T00:09:47.137Z Downloaded ref-cast-impl v1.0.25
9802026-04-30T00:09:47.137Z Downloaded parking_lot v0.12.5
9812026-04-30T00:09:47.140Z Downloaded polyval v0.6.2
9822026-04-30T00:09:47.143Z Downloaded progenitor-extras v0.2.0
9832026-04-30T00:09:47.143Z Downloaded half v1.8.3
9842026-04-30T00:09:47.152Z Downloaded russh-cryptovec v0.7.3
9852026-04-30T00:09:47.155Z Downloaded psm v0.1.30
9862026-04-30T00:09:47.158Z Downloaded rustc_version v0.1.7
9872026-04-30T00:09:47.158Z Downloaded rfc6979 v0.4.0
9882026-04-30T00:09:47.169Z Downloaded postgres-types v0.2.12
9892026-04-30T00:09:47.180Z Downloaded rand_core v0.10.0
9902026-04-30T00:09:47.180Z Downloaded scheduled-thread-pool v0.2.7
9912026-04-30T00:09:47.180Z Downloaded same-file v1.0.6
9922026-04-30T00:09:47.185Z Downloaded r2d2 v0.8.10
9932026-04-30T00:09:47.185Z Downloaded rand_seeder v0.4.0
9942026-04-30T00:09:47.185Z Downloaded rand_core v0.9.5
9952026-04-30T00:09:47.185Z Downloaded rtoolbox v0.0.3
9962026-04-30T00:09:47.188Z Downloaded rand_core v0.6.4
9972026-04-30T00:09:47.191Z Downloaded scopeguard v1.2.0
9982026-04-30T00:09:47.197Z Downloaded scroll_derive v0.13.1
9992026-04-30T00:09:47.203Z Downloaded rand_chacha v0.9.0
10002026-04-30T00:09:47.203Z Downloaded sapling-renderdag v0.1.0
10012026-04-30T00:09:47.203Z Downloaded oso v0.27.3
10022026-04-30T00:09:47.207Z Downloaded hickory-resolver v0.24.4
10032026-04-30T00:09:47.207Z Downloaded cc v1.2.56
10042026-04-30T00:09:47.210Z Downloaded progenitor v0.10.0
10052026-04-30T00:09:47.210Z Downloaded bumpalo v3.20.2
10062026-04-30T00:09:47.210Z Downloaded pkcs1 v0.7.5
10072026-04-30T00:09:47.214Z Downloaded parking_lot_core v0.8.6
10082026-04-30T00:09:47.214Z Downloaded p256 v0.13.2
10092026-04-30T00:09:47.218Z Downloaded papergrid v0.17.0
10102026-04-30T00:09:47.219Z Downloaded semver v0.1.20
10112026-04-30T00:09:47.222Z Downloaded secrecy v0.10.3
10122026-04-30T00:09:47.222Z Downloaded serde-big-array v0.5.1
10132026-04-30T00:09:47.222Z Downloaded scrypt v0.11.0
10142026-04-30T00:09:47.222Z Downloaded expectorate v1.2.0
10152026-04-30T00:09:47.222Z Downloaded secrecy v0.8.0
10162026-04-30T00:09:47.233Z Downloaded quinn-udp v0.5.14
10172026-04-30T00:09:47.233Z Downloaded http v1.4.0
10182026-04-30T00:09:47.237Z Downloaded serde_urlencoded v0.7.1
10192026-04-30T00:09:47.240Z Downloaded serde_repr v0.1.20
10202026-04-30T00:09:47.240Z Downloaded serde_plain v1.0.2
10212026-04-30T00:09:47.240Z Downloaded sha1 v0.10.6
10222026-04-30T00:09:47.243Z Downloaded signal-hook-tokio v0.3.1
10232026-04-30T00:09:47.243Z Downloaded serde_spanned v1.0.4
10242026-04-30T00:09:47.243Z Downloaded serde_bytes v0.11.19
10252026-04-30T00:09:47.246Z Downloaded seq-macro v0.3.6
10262026-04-30T00:09:47.246Z Downloaded hashbrown v0.12.3
10272026-04-30T00:09:47.249Z Downloaded rustversion v1.0.22
10282026-04-30T00:09:47.253Z Downloaded rusty-fork v0.3.1
10292026-04-30T00:09:47.253Z Downloaded rustls-pemfile v2.2.0
10302026-04-30T00:09:47.257Z Downloaded resolv-conf v0.7.6
10312026-04-30T00:09:47.257Z Downloaded miniz_oxide v0.8.9
10322026-04-30T00:09:47.260Z Downloaded crossterm v0.28.1
10332026-04-30T00:09:47.264Z Downloaded shell-words v1.1.1
10342026-04-30T00:09:47.264Z Downloaded rustls-pemfile v1.0.4
10352026-04-30T00:09:47.268Z Downloaded rustc_version v0.4.1
10362026-04-30T00:09:47.268Z Downloaded prefix-trie v0.7.0
10372026-04-30T00:09:47.272Z Downloaded rustc-hash v2.1.1
10382026-04-30T00:09:47.272Z Downloaded salsa20 v0.10.2
10392026-04-30T00:09:47.272Z Downloaded signal-hook-mio v0.2.5
10402026-04-30T00:09:47.272Z Downloaded progenitor-impl v0.11.2
10412026-04-30T00:09:47.275Z Downloaded pin-project v1.1.11
10422026-04-30T00:09:47.280Z Downloaded siphasher v1.0.2
10432026-04-30T00:09:47.283Z Downloaded sigpipe v0.1.3
10442026-04-30T00:09:47.283Z Downloaded signature v2.2.0
10452026-04-30T00:09:47.283Z Downloaded scroll v0.13.0
10462026-04-30T00:09:47.286Z Downloaded schemars_derive v0.8.22
10472026-04-30T00:09:47.286Z Downloaded slog-envlogger v2.2.0
10482026-04-30T00:09:47.290Z Downloaded slog-bunyan v2.5.0
10492026-04-30T00:09:47.290Z Downloaded progenitor-impl v0.14.0
10502026-04-30T00:09:47.290Z Downloaded pkcs5 v0.7.1
10512026-04-30T00:09:47.301Z Downloaded sct v0.7.1
10522026-04-30T00:09:47.311Z Downloaded hashbrown v0.13.2
10532026-04-30T00:09:47.315Z Downloaded signal-hook-registry v1.4.8
10542026-04-30T00:09:47.318Z Downloaded rustls-pki-types v1.14.0
10552026-04-30T00:09:47.318Z Downloaded ssh-cipher v0.2.0
10562026-04-30T00:09:47.321Z Downloaded sqlparser_derive v0.5.0
10572026-04-30T00:09:47.321Z Downloaded rustls-native-certs v0.8.3
10582026-04-30T00:09:47.321Z Downloaded serde_path_to_error v0.1.20
10592026-04-30T00:09:47.324Z Downloaded serde_derive_internals v0.29.1
10602026-04-30T00:09:47.329Z Downloaded postcard v1.1.3
10612026-04-30T00:09:47.335Z Downloaded slab v0.4.12
10622026-04-30T00:09:47.338Z Downloaded shlex v1.3.0
10632026-04-30T00:09:47.342Z Downloaded hyper-util v0.1.20
10642026-04-30T00:09:47.346Z Downloaded structmeta v0.3.0
10652026-04-30T00:09:47.349Z Downloaded ssh-encoding v0.2.0
10662026-04-30T00:09:47.349Z Downloaded strum v0.26.3
10672026-04-30T00:09:47.349Z Downloaded structmeta-derive v0.3.0
10682026-04-30T00:09:47.350Z Downloaded hickory-server v0.25.2
10692026-04-30T00:09:47.353Z Downloaded simd-adler32 v0.3.8
10702026-04-30T00:09:47.353Z Downloaded progenitor-impl v0.13.0
10712026-04-30T00:09:47.357Z Downloaded pretty_assertions v1.4.1
10722026-04-30T00:09:47.357Z Downloaded rcgen v0.12.1
10732026-04-30T00:09:47.361Z Downloaded strip-ansi-escapes v0.2.1
10742026-04-30T00:09:47.361Z Downloaded slog-dtrace v0.3.0
10752026-04-30T00:09:47.364Z Downloaded prettyplease v0.2.37
10762026-04-30T00:09:47.368Z Downloaded num-bigint v0.4.6
10772026-04-30T00:09:47.372Z Downloaded sync-ptr v0.1.4
10782026-04-30T00:09:47.375Z Downloaded openssl-sys v0.9.111
10792026-04-30T00:09:47.380Z Downloaded minimal-lexical v0.2.1
10802026-04-30T00:09:47.383Z Downloaded slog-json v2.6.1
10812026-04-30T00:09:47.383Z Downloaded tap v1.0.1
10822026-04-30T00:09:47.383Z Downloaded slog-scope v4.4.1
10832026-04-30T00:09:47.383Z Downloaded take_mut v0.2.2
10842026-04-30T00:09:47.386Z Downloaded termtree v0.5.1
10852026-04-30T00:09:47.386Z Downloaded ron v0.8.1
10862026-04-30T00:09:47.390Z Downloaded tabled_derive v0.11.0
10872026-04-30T00:09:47.393Z Downloaded thread-id v5.1.0
10882026-04-30T00:09:47.393Z Downloaded sec1 v0.7.3
10892026-04-30T00:09:47.393Z Downloaded itertools v0.10.5
10902026-04-30T00:09:47.397Z Downloaded supports-color v3.0.2
10912026-04-30T00:09:47.400Z Downloaded progenitor-impl v0.10.0
10922026-04-30T00:09:47.400Z Downloaded rustls-platform-verifier v0.6.2
10932026-04-30T00:09:47.404Z Downloaded slog-stdlog v4.1.1
10942026-04-30T00:09:47.404Z Downloaded smallvec v0.6.14
10952026-04-30T00:09:47.404Z Downloaded thiserror-impl-no-std v2.0.2
10962026-04-30T00:09:47.407Z Downloaded testing_table v0.3.0
10972026-04-30T00:09:47.407Z Downloaded stacker v0.1.23
10982026-04-30T00:09:47.407Z Downloaded sqlformat v0.3.5
10992026-04-30T00:09:47.410Z Downloaded serde_cbor v0.11.2
11002026-04-30T00:09:47.410Z Downloaded tinyvec_macros v0.1.1
11012026-04-30T00:09:47.415Z Downloaded snafu-derive v0.8.9
11022026-04-30T00:09:47.415Z Downloaded serde_with_macros v3.17.0
11032026-04-30T00:09:47.415Z Downloaded smf v0.2.3
11042026-04-30T00:09:47.415Z Downloaded time-core v0.1.8
11052026-04-30T00:09:47.419Z Downloaded serde-hex v0.1.0
11062026-04-30T00:09:47.419Z Downloaded russh-keys v0.45.0
11072026-04-30T00:09:47.419Z Downloaded stringprep v0.1.5
11082026-04-30T00:09:47.422Z Downloaded mio v1.2.0
11092026-04-30T00:09:47.422Z Downloaded string_cache v0.8.9
11102026-04-30T00:09:47.430Z Downloaded tagptr v0.2.0
11112026-04-30T00:09:47.430Z Downloaded tabwriter v1.4.1
11122026-04-30T00:09:47.431Z Downloaded strum v0.27.2
11132026-04-30T00:09:47.431Z Downloaded crossterm v0.29.0
11142026-04-30T00:09:47.435Z Downloaded spki v0.7.3
11152026-04-30T00:09:47.435Z Downloaded ryu v1.0.23
11162026-04-30T00:09:47.435Z Downloaded strum_macros v0.26.4
11172026-04-30T00:09:47.438Z Downloaded schemars v0.8.22
11182026-04-30T00:09:47.442Z Downloaded strum_macros v0.27.2
11192026-04-30T00:09:47.445Z Downloaded publicsuffix v2.3.0
11202026-04-30T00:09:47.445Z Downloaded jiff-static v0.2.21
11212026-04-30T00:09:47.448Z Downloaded sync_wrapper v1.0.2
11222026-04-30T00:09:47.448Z Downloaded nom v7.1.3
11232026-04-30T00:09:47.451Z Downloaded strum_macros v0.24.3
11242026-04-30T00:09:47.455Z Downloaded slog-async v2.8.0
11252026-04-30T00:09:47.455Z Downloaded subtle v2.6.1
11262026-04-30T00:09:47.458Z Downloaded support-bundle-viewer v0.1.2
11272026-04-30T00:09:47.462Z Downloaded iddqd v0.3.18
11282026-04-30T00:09:47.470Z Downloaded tls_codec v0.4.2
11292026-04-30T00:09:47.473Z Downloaded thread_local v1.1.9
11302026-04-30T00:09:47.473Z Downloaded hashbrown v0.15.5
11312026-04-30T00:09:47.478Z Downloaded topological-sort v0.2.2
11322026-04-30T00:09:47.482Z Downloaded spin v0.9.8
11332026-04-30T00:09:47.485Z Downloaded thiserror-no-std v2.0.2
11342026-04-30T00:09:47.485Z Downloaded time-macros v0.2.27
11352026-04-30T00:09:47.488Z Downloaded signal-hook v0.3.18
11362026-04-30T00:09:47.488Z Downloaded tls_codec_derive v0.4.2
11372026-04-30T00:09:47.488Z Downloaded tower-layer v0.3.3
11382026-04-30T00:09:47.492Z Downloaded rand v0.8.5
11392026-04-30T00:09:47.492Z Downloaded try-lock v0.2.5
11402026-04-30T00:09:47.496Z Downloaded tower-service v0.3.3
11412026-04-30T00:09:47.496Z Downloaded trait-variant v0.1.2
11422026-04-30T00:09:47.496Z Downloaded serde_yaml v0.9.34+deprecated
11432026-04-30T00:09:47.501Z Downloaded tiny-keccak v2.0.2
11442026-04-30T00:09:47.501Z Downloaded static_assertions v1.1.0
11452026-04-30T00:09:47.501Z Downloaded quinn v0.11.9
11462026-04-30T00:09:47.504Z Downloaded hashbrown v0.16.1
11472026-04-30T00:09:47.507Z Downloaded slog v2.8.2
11482026-04-30T00:09:47.513Z Downloaded unarray v0.1.4
11492026-04-30T00:09:47.517Z Downloaded num-bigint-dig v0.8.6
11502026-04-30T00:09:47.522Z Downloaded similar v2.7.0
11512026-04-30T00:09:47.526Z Downloaded tokio-tungstenite v0.23.1
11522026-04-30T00:09:47.531Z Downloaded rayon-core v1.13.0
11532026-04-30T00:09:47.534Z Downloaded usdt-attr-macro v0.6.0
11542026-04-30T00:09:47.534Z Downloaded universal-hash v0.5.1
11552026-04-30T00:09:47.534Z Downloaded usdt v0.6.0
11562026-04-30T00:09:47.534Z Downloaded unicode-truncate v1.1.0
11572026-04-30T00:09:47.534Z Downloaded usdt-macro v0.6.0
11582026-04-30T00:09:47.534Z Downloaded futures-util v0.3.32
11592026-04-30T00:09:47.541Z Downloaded tokio-native-tls v0.3.1
11602026-04-30T00:09:47.544Z Downloaded hyper v1.8.1
11612026-04-30T00:09:47.547Z Downloaded untrusted v0.7.1
11622026-04-30T00:09:47.547Z Downloaded slog-term v2.9.2
11632026-04-30T00:09:47.551Z Downloaded untrusted v0.9.0
11642026-04-30T00:09:47.551Z Downloaded term v0.7.0
11652026-04-30T00:09:47.554Z Downloaded toml_writer v1.0.6+spec-1.1.0
11662026-04-30T00:09:47.554Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11672026-04-30T00:09:47.560Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-04-30T00:09:47.560Z Downloaded socket2 v0.6.3
11692026-04-30T00:09:47.560Z Downloaded rsa v0.9.10
11702026-04-30T00:09:47.563Z Downloaded void v1.0.2
11712026-04-30T00:09:47.564Z Downloaded termios v0.3.3
11722026-04-30T00:09:47.564Z Downloaded term v1.2.1
11732026-04-30T00:09:47.569Z Downloaded h2 v0.4.13
11742026-04-30T00:09:47.574Z Downloaded waitgroup v0.1.2
11752026-04-30T00:09:47.574Z Downloaded utf-8 v0.7.6
11762026-04-30T00:09:47.574Z Downloaded rand v0.10.0
11772026-04-30T00:09:47.574Z Downloaded iri-string v0.7.10
11782026-04-30T00:09:47.577Z Downloaded itertools v0.14.0
11792026-04-30T00:09:47.580Z Downloaded itertools v0.12.1
11802026-04-30T00:09:47.583Z Downloaded schemars v0.9.0
11812026-04-30T00:09:47.591Z Downloaded want v0.3.1
11822026-04-30T00:09:47.594Z Downloaded typify-macro v0.6.2
11832026-04-30T00:09:47.594Z Downloaded tui-tree-widget v0.23.1
11842026-04-30T00:09:47.594Z Downloaded tokio-tungstenite v0.21.0
11852026-04-30T00:09:47.598Z Downloaded tokio-rustls v0.25.0
11862026-04-30T00:09:47.598Z Downloaded schemars v1.2.1
11872026-04-30T00:09:47.606Z Downloaded rand v0.9.2
11882026-04-30T00:09:47.609Z Downloaded qorb v0.4.1
11892026-04-30T00:09:47.613Z Downloaded unit-prefix v0.5.2
11902026-04-30T00:09:47.613Z Downloaded tokio-macros v2.7.0
11912026-04-30T00:09:47.613Z Downloaded zone v0.3.1
11922026-04-30T00:09:47.617Z Downloaded rustls-webpki v0.103.9
11932026-04-30T00:09:47.617Z Downloaded test-strategy v0.4.5
11942026-04-30T00:09:47.620Z Downloaded libxml v0.3.3
11952026-04-30T00:09:47.624Z Downloaded usdt-impl v0.6.0
11962026-04-30T00:09:47.624Z Downloaded typify-macro v0.4.3
11972026-04-30T00:09:47.624Z Downloaded tokio-dtrace v0.1.1
11982026-04-30T00:09:47.628Z Downloaded toml_parser v1.0.9+spec-1.1.0
11992026-04-30T00:09:47.631Z Downloaded vergen-lib v0.1.6
12002026-04-30T00:09:47.631Z Downloaded vergen-gitcl v1.0.8
12012026-04-30T00:09:47.635Z Downloaded vergen-git2 v1.0.7
12022026-04-30T00:09:47.635Z Downloaded zone_cfg_derive v0.3.1
12032026-04-30T00:09:47.639Z Downloaded snafu v0.8.9
12042026-04-30T00:09:47.642Z Downloaded xattr v1.6.1
12052026-04-30T00:09:47.645Z Downloaded wait-timeout v0.2.1
12062026-04-30T00:09:47.651Z Downloaded zeroize_derive v1.4.3
12072026-04-30T00:09:47.655Z Downloaded tokio-stream v0.1.18
12082026-04-30T00:09:47.655Z Downloaded tokio-rustls v0.26.4
12092026-04-30T00:09:47.659Z Downloaded subprocess v0.2.15
12102026-04-30T00:09:47.659Z Downloaded walkdir v2.5.0
12112026-04-30T00:09:47.659Z Downloaded twox-hash v2.1.2
12122026-04-30T00:09:47.663Z Downloaded samael v0.0.19
12132026-04-30T00:09:47.663Z Downloaded unicase v2.9.0
12142026-04-30T00:09:47.666Z Downloaded whoami v2.1.0
12152026-04-30T00:09:47.666Z Downloaded itertools v0.13.0
12162026-04-30T00:09:47.669Z Downloaded wyz v0.5.1
12172026-04-30T00:09:47.672Z Downloaded socket2 v0.5.10
12182026-04-30T00:09:47.681Z Downloaded tracing-attributes v0.1.31
12192026-04-30T00:09:47.687Z Downloaded whoami v1.6.1
12202026-04-30T00:09:47.694Z Downloaded tinyvec v1.10.0
12212026-04-30T00:09:47.697Z Downloaded libm v0.2.16
12222026-04-30T00:09:47.701Z Downloaded vsss-rs v3.3.4
12232026-04-30T00:09:47.705Z Downloaded vergen v9.0.6
12242026-04-30T00:09:47.705Z Downloaded hkdf v0.12.4
12252026-04-30T00:09:47.708Z Downloaded zstd v0.13.3
12262026-04-30T00:09:47.713Z Downloaded blake3 v1.8.3
12272026-04-30T00:09:47.720Z Downloaded tungstenite v0.21.0
12282026-04-30T00:09:47.720Z Downloaded tokio-rustls v0.24.1
12292026-04-30T00:09:47.723Z Downloaded unicode-properties v0.1.4
12302026-04-30T00:09:47.723Z Downloaded tungstenite v0.23.0
12312026-04-30T00:09:47.723Z Downloaded xshell-macros v0.2.7
12322026-04-30T00:09:47.723Z Downloaded typify v0.6.2
12332026-04-30T00:09:47.728Z Downloaded zeroize v1.8.2
12342026-04-30T00:09:47.731Z Downloaded xshell v0.2.7
12352026-04-30T00:09:47.731Z Downloaded tar v0.4.45
12362026-04-30T00:09:47.734Z Downloaded toml v0.7.8
12372026-04-30T00:09:47.737Z Downloaded toml_edit v0.23.10+spec-1.0.0
12382026-04-30T00:09:47.740Z Downloaded zerocopy v0.6.6
12392026-04-30T00:09:47.740Z Downloaded yasna v0.5.2
12402026-04-30T00:09:47.743Z Downloaded uzers v0.12.2
12412026-04-30T00:09:47.744Z Downloaded rpassword v7.4.0
12422026-04-30T00:09:47.752Z Downloaded steno v0.4.1
12432026-04-30T00:09:47.758Z Downloaded vte v0.14.1
12442026-04-30T00:09:47.763Z Downloaded toml v1.0.6+spec-1.1.0
12452026-04-30T00:09:47.763Z Downloaded zstd-safe v7.2.4
12462026-04-30T00:09:47.767Z Downloaded tracing-core v0.1.36
12472026-04-30T00:09:47.782Z Downloaded rustyline v14.0.0
12482026-04-30T00:09:47.786Z Downloaded typify v0.4.3
12492026-04-30T00:09:47.786Z Downloaded toml_edit v0.19.15
12502026-04-30T00:09:47.795Z Downloaded unsafe-libyaml v0.2.11
12512026-04-30T00:09:47.798Z Downloaded unicode-bidi v0.3.18
12522026-04-30T00:09:47.802Z Downloaded git2 v0.20.4
12532026-04-30T00:09:47.807Z Downloaded zopfli v0.8.3
12542026-04-30T00:09:47.813Z Downloaded toml v0.9.12+spec-1.1.0
12552026-04-30T00:09:47.827Z Downloaded regex v1.12.3
12562026-04-30T00:09:47.831Z Downloaded zip v0.6.6
12572026-04-30T00:09:47.844Z Downloaded russh v0.45.0
12582026-04-30T00:09:47.849Z Downloaded portable-atomic v1.13.1
12592026-04-30T00:09:47.860Z Downloaded aws-lc-rs v1.16.0
12602026-04-30T00:09:47.867Z Downloaded unicode_categories v0.1.1
12612026-04-30T00:09:47.870Z Downloaded zerocopy-derive v0.8.40
12622026-04-30T00:09:47.876Z Downloaded tokio-postgres v0.7.16
12632026-04-30T00:09:47.879Z Downloaded p521 v0.13.3
12642026-04-30T00:09:47.884Z Downloaded uuid v1.23.0
12652026-04-30T00:09:47.884Z Downloaded reedline v0.40.0
12662026-04-30T00:09:47.887Z Downloaded goblin v0.10.5
12672026-04-30T00:09:47.893Z Downloaded x509-cert v0.2.5
12682026-04-30T00:09:47.896Z Downloaded typed-path v0.9.3
12692026-04-30T00:09:47.900Z Downloaded ssh-key v0.6.7
12702026-04-30T00:09:47.927Z Downloaded yansi v1.0.1
12712026-04-30T00:09:47.931Z Downloaded p384 v0.13.1
12722026-04-30T00:09:47.944Z Downloaded tower-http v0.6.8
12732026-04-30T00:09:47.948Z Downloaded tough v0.20.0
12742026-04-30T00:09:47.954Z Downloaded bindgen v0.71.1
12752026-04-30T00:09:47.958Z Downloaded reqwest v0.12.28
12762026-04-30T00:09:47.962Z Downloaded petname v2.0.2
12772026-04-30T00:09:47.993Z Downloaded curve25519-dalek v4.1.3
12782026-04-30T00:09:47.998Z Downloaded chrono v0.4.44
12792026-04-30T00:09:48.002Z Downloaded radix_trie v0.2.1
12802026-04-30T00:09:48.005Z Downloaded tower v0.5.3
12812026-04-30T00:09:48.009Z Downloaded bitvec v1.0.1
12822026-04-30T00:09:48.017Z Downloaded winnow v0.5.40
12832026-04-30T00:09:48.022Z Downloaded rustls-webpki v0.101.7
12842026-04-30T00:09:48.030Z Downloaded salty v0.3.0
12852026-04-30T00:09:48.034Z Downloaded quick-xml v0.37.5
12862026-04-30T00:09:48.039Z Downloaded unicode-segmentation v1.12.0
12872026-04-30T00:09:48.042Z Downloaded lalrpop v0.19.12
12882026-04-30T00:09:48.045Z Downloaded quinn-proto v0.11.13
12892026-04-30T00:09:48.049Z Downloaded polar-core v0.27.3
12902026-04-30T00:09:48.055Z Downloaded dropshot v0.16.7
12912026-04-30T00:09:48.066Z Downloaded tabled v0.20.0
12922026-04-30T00:09:48.076Z Downloaded rayon v1.11.0
12932026-04-30T00:09:48.081Z Downloaded nix v0.28.0
12942026-04-30T00:09:48.087Z Downloaded zip v4.6.1
12952026-04-30T00:09:48.090Z Downloaded unicode-normalization v0.1.25
12962026-04-30T00:09:48.093Z Downloaded moka v0.12.13
12972026-04-30T00:09:48.095Z Downloaded reqwest v0.13.2
12982026-04-30T00:09:48.098Z Downloaded nix v0.29.0
12992026-04-30T00:09:48.109Z Downloaded rustls-webpki v0.102.8
13002026-04-30T00:09:48.120Z Downloaded vcpkg v0.2.15
13012026-04-30T00:09:48.141Z Downloaded proptest v1.10.0
13022026-04-30T00:09:48.146Z Downloaded regex-syntax v0.6.29
13032026-04-30T00:09:48.150Z Downloaded smoltcp v0.11.0
13042026-04-30T00:09:48.157Z Downloaded object v0.30.4
13052026-04-30T00:09:48.162Z Downloaded hickory-proto v0.25.2
13062026-04-30T00:09:48.170Z Downloaded tokio-util v0.7.18
13072026-04-30T00:09:48.174Z Downloaded serde_with v3.17.0
13082026-04-30T00:09:48.180Z Downloaded diesel v2.3.7
13092026-04-30T00:09:48.195Z Downloaded winnow v0.6.26
13102026-04-30T00:09:48.199Z Downloaded nix v0.27.1
13112026-04-30T00:09:48.206Z Downloaded rustix v0.38.44
13122026-04-30T00:09:48.219Z Downloaded openssl v0.10.75
13132026-04-30T00:09:48.225Z Downloaded regress v0.11.1
13142026-04-30T00:09:48.231Z Downloaded regress v0.10.5
13152026-04-30T00:09:48.237Z Downloaded dropshot v0.17.0
13162026-04-30T00:09:48.250Z Downloaded object v0.37.3
13172026-04-30T00:09:48.259Z Downloaded hickory-proto v0.24.4
13182026-04-30T00:09:48.266Z Downloaded rustls v0.21.12
13192026-04-30T00:09:48.272Z Downloaded nix v0.31.2
13202026-04-30T00:09:48.280Z Downloaded smoltcp v0.9.1
13212026-04-30T00:09:48.286Z Downloaded bstr v1.12.1
13222026-04-30T00:09:48.302Z Downloaded time v0.3.47
13232026-04-30T00:09:48.308Z Downloaded typify-impl v0.4.3
13242026-04-30T00:09:48.325Z Downloaded webpki-roots v1.0.6
13252026-04-30T00:09:48.330Z Downloaded regex-automata v0.4.14
13262026-04-30T00:09:48.342Z Downloaded zlib-rs v0.6.2
13272026-04-30T00:09:48.348Z Downloaded rustls v0.22.4
13282026-04-30T00:09:48.355Z Downloaded petgraph v0.6.5
13292026-04-30T00:09:48.369Z Downloaded csv v1.4.0
13302026-04-30T00:09:48.381Z Downloaded zerocopy v0.8.40
13312026-04-30T00:09:48.387Z Downloaded regex-syntax v0.8.10
13322026-04-30T00:09:48.391Z Downloaded rustls v0.23.37
13332026-04-30T00:09:48.398Z Downloaded openapiv3 v2.2.0
13342026-04-30T00:09:48.405Z Downloaded petgraph v0.8.3
13352026-04-30T00:09:48.418Z Downloaded libz-sys v1.1.24
13362026-04-30T00:09:48.431Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-04-30T00:09:48.440Z Downloaded sha3 v0.10.8
13382026-04-30T00:09:48.460Z Downloaded encoding_rs v0.8.35
13392026-04-30T00:09:48.502Z Downloaded sqlparser v0.61.0
13402026-04-30T00:09:48.508Z Downloaded bzip2-sys v0.1.13+1.0.8
13412026-04-30T00:09:48.524Z Downloaded typify-impl v0.6.2
13422026-04-30T00:09:48.542Z Downloaded sled v0.34.7
13432026-04-30T00:09:48.546Z Downloaded ratatui v0.29.0
13442026-04-30T00:09:48.557Z Downloaded tracing v0.1.44
13452026-04-30T00:09:48.591Z Downloaded zerocopy-derive v0.6.6
13462026-04-30T00:09:48.639Z Downloaded chrono-tz v0.10.4
13472026-04-30T00:09:48.650Z Downloaded jiff v0.2.21
13482026-04-30T00:09:48.718Z Downloaded tokio v1.52.1
13492026-04-30T00:09:48.872Z Downloaded ring v0.17.14
13502026-04-30T00:09:48.915Z Downloaded libgit2-sys v0.18.3+1.9.2
13512026-04-30T00:09:49.552Z Downloaded aws-lc-sys v0.37.1
13522026-04-30T00:09:49.802Z Compiling libc v0.2.185
13532026-04-30T00:09:49.802Z Compiling serde v1.0.228
13542026-04-30T00:09:49.805Z Compiling log v0.4.29
13552026-04-30T00:09:49.805Z Compiling shlex v1.3.0
13562026-04-30T00:09:49.805Z Compiling find-msvc-tools v0.1.9
13572026-04-30T00:09:49.939Z Compiling smallvec v1.15.1
13582026-04-30T00:09:49.949Z Compiling syn v2.0.117
13592026-04-30T00:09:49.956Z Compiling typenum v1.19.0
13602026-04-30T00:09:50.125Z Compiling generic-array v0.14.7
13612026-04-30T00:09:50.138Z Compiling subtle v2.6.1
13622026-04-30T00:09:50.155Z Compiling scopeguard v1.2.0
13632026-04-30T00:09:50.237Z Compiling lock_api v0.4.14
13642026-04-30T00:09:50.251Z Compiling const-oid v0.9.6
13652026-04-30T00:09:50.264Z Compiling portable-atomic v1.13.1
13662026-04-30T00:09:50.301Z Compiling zerocopy v0.8.40
13672026-04-30T00:09:50.367Z Compiling serde_json v1.0.149
13682026-04-30T00:09:50.457Z Compiling critical-section v1.2.0
13692026-04-30T00:09:50.573Z Compiling parking_lot_core v0.9.12
13702026-04-30T00:09:50.591Z Compiling pin-project-lite v0.2.17
13712026-04-30T00:09:50.726Z Compiling pkg-config v0.3.32
13722026-04-30T00:09:50.750Z Compiling getrandom v0.2.17
13732026-04-30T00:09:50.801Z Compiling jobserver v0.1.34
13742026-04-30T00:09:50.816Z Compiling errno v0.3.14
13752026-04-30T00:09:50.916Z Compiling rand_core v0.6.4
13762026-04-30T00:09:50.981Z Compiling signal-hook-registry v1.4.8
13772026-04-30T00:09:50.999Z Compiling cc v1.2.56
13782026-04-30T00:09:51.183Z Compiling bitflags v2.11.0
13792026-04-30T00:09:51.245Z Compiling libm v0.2.16
13802026-04-30T00:09:51.265Z Compiling mio v1.2.0
13812026-04-30T00:09:51.402Z Compiling once_cell v1.21.3
13822026-04-30T00:09:51.435Z Compiling parking_lot v0.12.5
13832026-04-30T00:09:51.452Z Compiling num-traits v0.2.19
13842026-04-30T00:09:51.558Z Compiling futures-core v0.3.32
13852026-04-30T00:09:51.708Z Compiling percent-encoding v2.3.2
13862026-04-30T00:09:51.723Z Compiling socket2 v0.6.3
13872026-04-30T00:09:51.788Z Compiling futures-sink v0.3.32
13882026-04-30T00:09:51.788Z Compiling cpufeatures v0.2.17
13892026-04-30T00:09:51.815Z Compiling futures-task v0.3.32
13902026-04-30T00:09:51.865Z Compiling slab v0.4.12
13912026-04-30T00:09:51.893Z Compiling futures-channel v0.3.32
13922026-04-30T00:09:51.906Z Compiling futures-io v0.3.32
13932026-04-30T00:09:51.977Z Compiling getrandom v0.4.1
13942026-04-30T00:09:52.036Z Compiling getrandom v0.3.4
13952026-04-30T00:09:52.055Z Compiling rustversion v1.0.22
13962026-04-30T00:09:52.112Z Compiling rand_core v0.10.0
13972026-04-30T00:09:52.127Z Compiling indexmap v2.14.0
13982026-04-30T00:09:52.552Z Compiling form_urlencoded v1.2.2
13992026-04-30T00:09:52.653Z Compiling cmake v0.1.57
14002026-04-30T00:09:52.732Z Compiling ident_case v1.0.1
14012026-04-30T00:09:52.747Z Compiling synstructure v0.13.2
14022026-04-30T00:09:52.868Z Compiling dunce v1.0.5
14032026-04-30T00:09:52.893Z Compiling fs_extra v1.3.0
14042026-04-30T00:09:52.966Z Compiling base64ct v1.8.3
14052026-04-30T00:09:53.035Z Compiling flagset v0.4.7
14062026-04-30T00:09:53.065Z Compiling rand_core v0.9.5
14072026-04-30T00:09:53.100Z Compiling rustix v1.1.3
14082026-04-30T00:09:53.125Z Compiling iana-time-zone v0.1.65
14092026-04-30T00:09:53.166Z Compiling aws-lc-sys v0.37.1
14102026-04-30T00:09:53.169Z Compiling uuid v1.23.0
14112026-04-30T00:09:53.262Z Compiling pem-rfc7468 v0.7.0
14122026-04-30T00:09:53.332Z Compiling ring v0.17.14
14132026-04-30T00:09:53.347Z Compiling rustc_version v0.4.1
14142026-04-30T00:09:53.374Z Compiling aws-lc-rs v1.16.0
14152026-04-30T00:09:53.575Z Compiling regex-syntax v0.8.10
14162026-04-30T00:09:53.663Z Compiling vcpkg v0.2.15
14172026-04-30T00:09:53.677Z Compiling tracing-core v0.1.36
14182026-04-30T00:09:53.895Z Compiling pest_generator v2.8.6
14192026-04-30T00:09:54.231Z Compiling serde_derive_internals v0.29.1
14202026-04-30T00:09:54.416Z Compiling openssl-sys v0.9.111
14212026-04-30T00:09:54.518Z Compiling serde_derive v1.0.228
14222026-04-30T00:09:54.616Z Compiling zeroize_derive v1.4.3
14232026-04-30T00:09:54.857Z Compiling zerofrom-derive v0.1.6
14242026-04-30T00:09:54.934Z Compiling yoke-derive v0.8.1
14252026-04-30T00:09:55.146Z Compiling zerocopy-derive v0.8.40
14262026-04-30T00:09:55.266Z Compiling zeroize v1.8.2
14272026-04-30T00:09:55.926Z Compiling zerovec-derive v0.11.2
14282026-04-30T00:09:56.027Z Compiling crypto-common v0.1.7
14292026-04-30T00:09:56.092Z Compiling block-buffer v0.10.4
14302026-04-30T00:09:56.173Z Compiling displaydoc v0.2.5
14312026-04-30T00:09:56.248Z Compiling zerofrom v0.1.6
14322026-04-30T00:09:56.262Z Compiling digest v0.10.7
14332026-04-30T00:09:56.373Z Compiling yoke v0.8.1
14342026-04-30T00:09:56.508Z Compiling tokio-macros v2.7.0
14352026-04-30T00:09:56.564Z Compiling hmac v0.12.1
14362026-04-30T00:09:56.717Z Compiling futures-macro v0.3.32
14372026-04-30T00:09:56.903Z Compiling zerotrie v0.2.3
14382026-04-30T00:09:57.009Z Compiling zerovec v0.11.5
14392026-04-30T00:09:57.196Z Compiling block-padding v0.3.3
14402026-04-30T00:09:57.214Z Compiling sha2 v0.10.9
14412026-04-30T00:09:57.413Z Compiling inout v0.1.4
14422026-04-30T00:09:57.521Z Compiling tinystr v0.8.2
14432026-04-30T00:09:57.577Z Compiling potential_utf v0.1.4
14442026-04-30T00:09:57.580Z Compiling futures-util v0.3.32
14452026-04-30T00:09:57.724Z Compiling icu_locale_core v2.1.1
14462026-04-30T00:09:57.742Z Compiling icu_collections v2.1.1
14472026-04-30T00:09:57.972Z Compiling bytes v1.11.1
14482026-04-30T00:09:58.221Z Compiling cipher v0.4.4
14492026-04-30T00:09:58.384Z Compiling icu_provider v2.1.1
14502026-04-30T00:09:58.482Z Compiling tokio v1.52.1
14512026-04-30T00:09:58.570Z Compiling der_derive v0.7.3
14522026-04-30T00:09:58.607Z Compiling salsa20 v0.10.2
14532026-04-30T00:09:58.650Z Compiling icu_normalizer v2.1.1
14542026-04-30T00:09:58.686Z Compiling icu_properties v2.1.2
14552026-04-30T00:09:58.742Z Compiling http v1.4.0
14562026-04-30T00:09:59.178Z Compiling chrono v0.4.44
14572026-04-30T00:09:59.509Z Compiling ppv-lite86 v0.2.21
14582026-04-30T00:09:59.563Z Compiling idna_adapter v1.2.1
14592026-04-30T00:09:59.631Z Compiling der v0.7.10
14602026-04-30T00:09:59.700Z Compiling idna v1.1.0
14612026-04-30T00:09:59.760Z Compiling pbkdf2 v0.12.2
14622026-04-30T00:09:59.817Z Compiling thiserror-impl v2.0.18
14632026-04-30T00:09:59.854Z Compiling scrypt v0.11.0
14642026-04-30T00:09:59.873Z Compiling rand_chacha v0.9.0
14652026-04-30T00:10:00.104Z Compiling url v2.5.8
14662026-04-30T00:10:00.335Z Compiling aes v0.8.4
14672026-04-30T00:10:00.533Z Compiling spki v0.7.3
14682026-04-30T00:10:00.561Z Compiling cbc v0.1.2
14692026-04-30T00:10:00.707Z Compiling rustls-pki-types v1.14.0
14702026-04-30T00:10:00.739Z Compiling tracing-attributes v0.1.31
14712026-04-30T00:10:00.818Z Compiling pkcs5 v0.7.1
14722026-04-30T00:10:00.894Z Compiling rand v0.9.2
14732026-04-30T00:10:01.104Z Compiling thiserror v2.0.18
14742026-04-30T00:10:01.163Z Compiling http-body v1.0.1
14752026-04-30T00:10:01.289Z Compiling untrusted v0.7.1
14762026-04-30T00:10:01.299Z Compiling base64 v0.22.1
14772026-04-30T00:10:01.311Z Compiling untrusted v0.9.0
14782026-04-30T00:10:01.365Z Compiling schemars v0.8.22
14792026-04-30T00:10:01.410Z Compiling httparse v1.10.1
14802026-04-30T00:10:01.430Z Compiling openssl-probe v0.2.1
14812026-04-30T00:10:01.600Z Compiling pkcs8 v0.10.2
14822026-04-30T00:10:01.605Z Compiling schemars_derive v0.8.22
14832026-04-30T00:10:01.667Z Compiling pest_derive v2.8.6
14842026-04-30T00:10:01.784Z Compiling scroll_derive v0.13.1
14852026-04-30T00:10:01.906Z Compiling darling_core v0.20.11
14862026-04-30T00:10:02.018Z Compiling tracing v0.1.44
14872026-04-30T00:10:02.081Z Compiling atomic-waker v1.1.2
14882026-04-30T00:10:02.209Z Compiling tokio-util v0.7.18
14892026-04-30T00:10:02.329Z Compiling tower-service v0.3.3
14902026-04-30T00:10:02.435Z Compiling rustls v0.23.37
14912026-04-30T00:10:02.601Z Compiling tinyvec_macros v0.1.1
14922026-04-30T00:10:02.626Z Compiling tower-layer v0.3.3
14932026-04-30T00:10:02.679Z Compiling dyn-clone v1.0.20
14942026-04-30T00:10:02.787Z Compiling try-lock v0.2.5
14952026-04-30T00:10:02.818Z Compiling tinyvec v1.10.0
14962026-04-30T00:10:02.899Z Compiling want v0.3.1
14972026-04-30T00:10:03.065Z Compiling h2 v0.4.13
14982026-04-30T00:10:03.153Z Compiling scroll v0.13.0
14992026-04-30T00:10:03.383Z Compiling ipnet v2.11.0
15002026-04-30T00:10:03.419Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-04-30T00:10:03.561Z Compiling spin v0.9.8
15022026-04-30T00:10:03.769Z Compiling aho-corasick v1.1.4
15032026-04-30T00:10:03.804Z Compiling crc32fast v1.5.0
15042026-04-30T00:10:03.870Z Compiling num-conv v0.2.0
15052026-04-30T00:10:04.002Z Compiling time-core v0.1.8
15062026-04-30T00:10:04.059Z Compiling openssl v0.10.75
15072026-04-30T00:10:04.101Z Compiling foreign-types-shared v0.1.1
15082026-04-30T00:10:04.117Z Compiling pin-utils v0.1.0
15092026-04-30T00:10:04.145Z Compiling httpdate v1.0.3
15102026-04-30T00:10:04.189Z Compiling powerfmt v0.2.0
15112026-04-30T00:10:04.197Z Compiling foreign-types v0.3.2
15122026-04-30T00:10:04.212Z Compiling darling_macro v0.20.11
15132026-04-30T00:10:04.277Z Compiling time-macros v0.2.27
15142026-04-30T00:10:04.309Z Compiling tempfile v3.25.0
15152026-04-30T00:10:04.357Z Compiling deranged v0.5.8
15162026-04-30T00:10:04.662Z Compiling darling v0.20.11
15172026-04-30T00:10:04.662Z Compiling regex-automata v0.4.14
15182026-04-30T00:10:04.764Z Compiling goblin v0.10.5
15192026-04-30T00:10:05.308Z Compiling openssl-macros v0.1.1
15202026-04-30T00:10:05.413Z Compiling wait-timeout v0.2.1
15212026-04-30T00:10:05.681Z Compiling quick-error v1.2.3
15222026-04-30T00:10:05.724Z Compiling siphasher v1.0.2
15232026-04-30T00:10:05.790Z Compiling crossbeam-utils v0.8.21
15242026-04-30T00:10:05.820Z Compiling simd-adler32 v0.3.8
15252026-04-30T00:10:05.879Z Compiling syn v1.0.109
15262026-04-30T00:10:06.056Z Compiling hyper v1.8.1
15272026-04-30T00:10:06.072Z Compiling native-tls v0.2.18
15282026-04-30T00:10:06.175Z Compiling num_threads v0.1.7
15292026-04-30T00:10:06.271Z Compiling usdt-impl v0.6.0
15302026-04-30T00:10:06.274Z Compiling bit-vec v0.8.0
15312026-04-30T00:10:06.496Z Compiling bit-set v0.8.0
15322026-04-30T00:10:06.527Z Compiling time v0.3.47
15332026-04-30T00:10:06.723Z Compiling rusty-fork v0.3.1
15342026-04-30T00:10:07.029Z Compiling derive_builder_core v0.20.2
15352026-04-30T00:10:07.634Z Compiling dof v0.4.0
15362026-04-30T00:10:07.938Z Compiling hyper-util v0.1.20
15372026-04-30T00:10:08.317Z Compiling unicode-normalization v0.1.25
15382026-04-30T00:10:08.729Z Compiling dtrace-parser v0.3.0
15392026-04-30T00:10:08.771Z Compiling rustls-native-certs v0.8.3
15402026-04-30T00:10:08.801Z Compiling signature v2.2.0
15412026-04-30T00:10:08.961Z Compiling thiserror-impl v1.0.69
15422026-04-30T00:10:08.977Z Compiling scroll_derive v0.12.1
15432026-04-30T00:10:09.052Z Compiling heapless v0.7.17
15442026-04-30T00:10:09.290Z Compiling rand_xorshift v0.4.0
15452026-04-30T00:10:09.458Z Compiling slog v2.8.2
15462026-04-30T00:10:09.464Z Compiling darling_core v0.21.3
15472026-04-30T00:10:09.625Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-04-30T00:10:09.638Z Compiling sync_wrapper v1.0.2
15492026-04-30T00:10:09.641Z Compiling thread-id v5.1.0
15502026-04-30T00:10:09.734Z Compiling cookie v0.18.1
15512026-04-30T00:10:09.746Z Compiling adler2 v2.0.1
15522026-04-30T00:10:09.856Z Compiling zstd-safe v7.2.4
15532026-04-30T00:10:09.878Z Compiling unicode-properties v0.1.4
15542026-04-30T00:10:09.892Z Compiling signal-hook v0.3.18
15552026-04-30T00:10:09.911Z Compiling paste v1.0.15
15562026-04-30T00:10:10.044Z Compiling allocator-api2 v0.2.21
15572026-04-30T00:10:10.058Z Compiling anyhow v1.0.102
15582026-04-30T00:10:10.084Z Compiling unicode-bidi v0.3.18
15592026-04-30T00:10:10.175Z Compiling unarray v0.1.4
15602026-04-30T00:10:10.188Z Compiling thiserror v1.0.69
15612026-04-30T00:10:10.285Z Compiling proptest v1.10.0
15622026-04-30T00:10:10.386Z Compiling stringprep v0.1.5
15632026-04-30T00:10:10.569Z Compiling miniz_oxide v0.8.9
15642026-04-30T00:10:10.600Z Compiling tower v0.5.3
15652026-04-30T00:10:11.054Z Compiling scroll v0.12.0
15662026-04-30T00:10:11.162Z Compiling derive_builder_macro v0.20.2
15672026-04-30T00:10:11.389Z Compiling ipnetwork v0.21.1
15682026-04-30T00:10:11.435Z Compiling http-body-util v0.1.3
15692026-04-30T00:10:11.610Z Compiling webpki-roots v1.0.6
15702026-04-30T00:10:11.653Z Compiling rand_chacha v0.3.1
15712026-04-30T00:10:11.676Z Compiling erased-serde v0.3.31
15722026-04-30T00:10:11.729Z Compiling serde_spanned v0.6.9
15732026-04-30T00:10:11.772Z Compiling serde_tokenstream v0.2.3
15742026-04-30T00:10:11.874Z Compiling toml_datetime v0.6.11
15752026-04-30T00:10:11.905Z Compiling darling_macro v0.21.3
15762026-04-30T00:10:12.074Z Compiling md-5 v0.10.6
15772026-04-30T00:10:12.124Z Compiling zerocopy-derive v0.7.35
15782026-04-30T00:10:12.145Z Compiling curve25519-dalek v4.1.3
15792026-04-30T00:10:12.252Z Compiling vergen-lib v0.1.6
15802026-04-30T00:10:12.394Z Compiling num-integer v0.1.46
15812026-04-30T00:10:12.468Z Compiling hash32 v0.2.1
15822026-04-30T00:10:12.496Z Compiling ff v0.13.1
15832026-04-30T00:10:12.514Z Compiling memoffset v0.9.1
15842026-04-30T00:10:12.632Z Compiling smoltcp v0.9.1
15852026-04-30T00:10:12.660Z Compiling ryu v1.0.23
15862026-04-30T00:10:12.708Z Compiling num-bigint-dig v0.8.6
15872026-04-30T00:10:12.722Z Compiling iri-string v0.7.10
15882026-04-30T00:10:12.842Z Compiling ref-cast v1.0.25
15892026-04-30T00:10:12.894Z Compiling cfg_aliases v0.2.1
15902026-04-30T00:10:12.965Z Compiling fallible-iterator v0.2.0
15912026-04-30T00:10:12.982Z Compiling psl-types v2.0.11
15922026-04-30T00:10:13.038Z Compiling zlib-rs v0.6.2
15932026-04-30T00:10:13.102Z Compiling litrs v1.0.0
15942026-04-30T00:10:13.146Z Compiling base16ct v0.2.0
15952026-04-30T00:10:13.282Z Compiling rustix v0.38.44
15962026-04-30T00:10:13.329Z Compiling sec1 v0.7.3
15972026-04-30T00:10:13.606Z Compiling document-features v0.2.12
15982026-04-30T00:10:13.619Z Compiling postgres-protocol v0.6.10
15992026-04-30T00:10:13.774Z Compiling publicsuffix v2.3.0
16002026-04-30T00:10:13.945Z Compiling tower-http v0.6.8
16012026-04-30T00:10:14.153Z Compiling zerocopy v0.7.35
16022026-04-30T00:10:14.175Z Compiling nix v0.31.2
16032026-04-30T00:10:14.248Z Compiling serde_urlencoded v0.7.1
16042026-04-30T00:10:14.441Z Compiling num-iter v0.1.45
16052026-04-30T00:10:14.529Z Compiling group v0.13.0
16062026-04-30T00:10:14.562Z Compiling newtype-uuid v1.3.2
16072026-04-30T00:10:14.727Z Compiling darling v0.21.3
16082026-04-30T00:10:14.815Z Compiling rand v0.8.5
16092026-04-30T00:10:14.887Z Compiling oxnet v0.1.4
16102026-04-30T00:10:14.946Z Compiling derive_builder v0.20.2
16112026-04-30T00:10:15.075Z Compiling tokio-native-tls v0.3.1
16122026-04-30T00:10:15.153Z Compiling goblin v0.8.2
16132026-04-30T00:10:15.168Z Compiling hubpack_derive v0.1.1
16142026-04-30T00:10:15.689Z Compiling regex v1.12.3
16152026-04-30T00:10:15.896Z Compiling flate2 v1.1.9
16162026-04-30T00:10:16.011Z Compiling phf_shared v0.13.1
16172026-04-30T00:10:16.115Z Compiling lazy_static v1.5.0
16182026-04-30T00:10:16.132Z Compiling cargo-platform v0.1.9
16192026-04-30T00:10:16.192Z Compiling hkdf v0.12.4
16202026-04-30T00:10:16.209Z Compiling crypto-bigint v0.5.5
16212026-04-30T00:10:16.249Z Compiling terminal_size v0.4.3
16222026-04-30T00:10:16.298Z Compiling async-trait v0.1.89
16232026-04-30T00:10:16.355Z Compiling strum_macros v0.27.2
16242026-04-30T00:10:16.384Z Compiling curve25519-dalek-derive v0.1.1
16252026-04-30T00:10:16.387Z Compiling ref-cast-impl v1.0.25
16262026-04-30T00:10:16.926Z Compiling daft-derive v0.1.5
16272026-04-30T00:10:17.018Z Compiling vergen v9.0.6
16282026-04-30T00:10:17.200Z Compiling fs-err v3.3.0
16292026-04-30T00:10:17.353Z Compiling ahash v0.8.12
16302026-04-30T00:10:17.418Z Compiling object v0.37.3
16312026-04-30T00:10:17.558Z Compiling foldhash v0.2.0
16322026-04-30T00:10:17.685Z Compiling unicode-segmentation v1.12.0
16332026-04-30T00:10:17.700Z Compiling foldhash v0.1.5
16342026-04-30T00:10:17.784Z Compiling bumpalo v3.20.2
16352026-04-30T00:10:17.884Z Compiling bitflags v1.3.2
16362026-04-30T00:10:17.965Z Compiling libbz2-rs-sys v0.2.2
16372026-04-30T00:10:18.044Z Compiling winnow v0.5.40
16382026-04-30T00:10:18.077Z Compiling managed v0.8.0
16392026-04-30T00:10:18.341Z Compiling strum v0.27.2
16402026-04-30T00:10:18.358Z Compiling zopfli v0.8.3
16412026-04-30T00:10:18.474Z Compiling bzip2 v0.6.1
16422026-04-30T00:10:18.655Z Compiling clap_builder v4.5.60
16432026-04-30T00:10:18.667Z Compiling hashbrown v0.15.5
16442026-04-30T00:10:18.682Z Compiling hashbrown v0.16.1
16452026-04-30T00:10:19.063Z Compiling daft v0.1.5
16462026-04-30T00:10:19.204Z Compiling dof v0.3.0
16472026-04-30T00:10:19.261Z Compiling elliptic-curve v0.13.8
16482026-04-30T00:10:19.335Z Compiling toml_edit v0.19.15
16492026-04-30T00:10:19.564Z Compiling cargo_metadata v0.19.2
16502026-04-30T00:10:19.652Z Compiling phf v0.13.1
16512026-04-30T00:10:19.902Z Compiling signal-hook-mio v0.2.5
16522026-04-30T00:10:20.023Z Compiling cookie_store v0.22.1
16532026-04-30T00:10:20.656Z Compiling hubpack v0.1.2
16542026-04-30T00:10:20.897Z Compiling zstd v0.13.3
16552026-04-30T00:10:21.160Z Compiling bzip2 v0.4.4
16562026-04-30T00:10:21.200Z Compiling hyper-tls v0.6.0
16572026-04-30T00:10:21.240Z Compiling serde_with_macros v3.17.0
16582026-04-30T00:10:21.425Z Compiling postgres-types v0.2.12
16592026-04-30T00:10:21.607Z Compiling usdt-macro v0.6.0
16602026-04-30T00:10:21.934Z Compiling usdt-attr-macro v0.6.0
16612026-04-30T00:10:21.971Z Compiling dtrace-parser v0.2.0
16622026-04-30T00:10:22.210Z Compiling ed25519 v2.2.3
16632026-04-30T00:10:22.360Z Compiling bstr v1.12.1
16642026-04-30T00:10:22.391Z Compiling phf_shared v0.11.3
16652026-04-30T00:10:22.561Z Compiling pkcs1 v0.7.5
16662026-04-30T00:10:22.584Z Compiling hex v0.4.3
16672026-04-30T00:10:22.740Z Compiling serde-big-array v0.5.1
16682026-04-30T00:10:22.755Z Compiling rfc6979 v0.4.0
16692026-04-30T00:10:22.858Z Compiling enum-as-inner v0.6.1
16702026-04-30T00:10:22.881Z Compiling strum_macros v0.26.4
16712026-04-30T00:10:22.895Z Compiling clap_derive v4.5.55
16722026-04-30T00:10:22.962Z Compiling serde_repr v0.1.20
16732026-04-30T00:10:23.012Z Compiling float-cmp v0.10.0
16742026-04-30T00:10:23.153Z Compiling thread-id v4.2.2
16752026-04-30T00:10:23.167Z Compiling memmap2 v0.9.10
16762026-04-30T00:10:23.240Z Compiling env_filter v1.0.0
16772026-04-30T00:10:23.352Z Compiling encoding_rs v0.8.35
16782026-04-30T00:10:23.377Z Compiling predicates-core v1.0.10
16792026-04-30T00:10:23.488Z Compiling rustc-hash v2.1.1
16802026-04-30T00:10:23.537Z Compiling either v1.15.0
16812026-04-30T00:10:23.552Z Compiling whoami v2.1.0
16822026-04-30T00:10:23.611Z Compiling difflib v0.4.0
16832026-04-30T00:10:23.741Z Compiling fixedbitset v0.5.7
16842026-04-30T00:10:23.920Z Compiling new_debug_unreachable v1.0.6
16852026-04-30T00:10:23.996Z Compiling precomputed-hash v0.1.1
16862026-04-30T00:10:24.048Z Compiling mime v0.3.17
16872026-04-30T00:10:24.089Z Compiling normalize-line-endings v0.3.0
16882026-04-30T00:10:24.177Z Compiling static_assertions v1.1.0
16892026-04-30T00:10:24.191Z Compiling data-encoding v2.10.0
16902026-04-30T00:10:24.255Z Compiling jiff v0.2.21
16912026-04-30T00:10:24.305Z Compiling fixedbitset v0.4.2
16922026-04-30T00:10:24.522Z Compiling keccak v0.1.6
16932026-04-30T00:10:24.622Z Compiling strum v0.26.3
16942026-04-30T00:10:24.647Z Compiling clap v4.5.60
16952026-04-30T00:10:24.731Z Compiling sha3 v0.10.8
16962026-04-30T00:10:24.753Z Compiling hickory-proto v0.25.2
16972026-04-30T00:10:24.864Z Compiling petgraph v0.6.5
16982026-04-30T00:10:24.884Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-04-30T00:10:25.188Z Compiling predicates v3.1.4
17002026-04-30T00:10:25.334Z Compiling string_cache v0.8.9
17012026-04-30T00:10:25.395Z Compiling petgraph v0.8.3
17022026-04-30T00:10:25.558Z Compiling tokio-postgres v0.7.16
17032026-04-30T00:10:25.833Z Compiling toml_edit v0.22.27
17042026-04-30T00:10:26.322Z Compiling itertools v0.13.0
17052026-04-30T00:10:27.349Z Compiling zip v4.6.1
17062026-04-30T00:10:27.555Z Compiling iddqd v0.3.18
17072026-04-30T00:10:27.668Z Compiling env_logger v0.11.9
17082026-04-30T00:10:27.761Z Compiling usdt v0.6.0
17092026-04-30T00:10:28.027Z Compiling usdt-impl v0.5.0
17102026-04-30T00:10:28.030Z Compiling ecdsa v0.16.9
17112026-04-30T00:10:28.316Z Compiling serde_with v3.17.0
17122026-04-30T00:10:28.368Z Compiling rsa v0.9.10
17132026-04-30T00:10:28.437Z Compiling similar v2.7.0
17142026-04-30T00:10:28.574Z Compiling ed25519-dalek v2.2.0
17152026-04-30T00:10:28.614Z Compiling crossterm v0.28.1
17162026-04-30T00:10:29.229Z Compiling zip v0.6.6
17172026-04-30T00:10:29.357Z Compiling toml v0.7.8
17182026-04-30T00:10:29.954Z Compiling heck v0.4.1
17192026-04-30T00:10:29.989Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-04-30T00:10:30.023Z Compiling crossbeam-epoch v0.9.18
17212026-04-30T00:10:30.109Z Compiling tokio-stream v0.1.18
17222026-04-30T00:10:30.112Z Compiling buf-list v1.1.2
17232026-04-30T00:10:30.195Z Compiling x509-cert v0.2.5
17242026-04-30T00:10:30.345Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17252026-04-30T00:10:30.398Z Compiling openapiv3 v2.2.0
17262026-04-30T00:10:30.571Z Compiling sha1 v0.10.6
17272026-04-30T00:10:30.604Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-04-30T00:10:30.642Z Compiling peg-runtime v0.8.5
17292026-04-30T00:10:30.789Z Compiling lalrpop-util v0.19.12
17302026-04-30T00:10:30.890Z Compiling thread_local v1.1.9
17312026-04-30T00:10:30.923Z Compiling slog-async v2.8.0
17322026-04-30T00:10:30.983Z Compiling crossbeam-channel v0.5.15
17332026-04-30T00:10:31.146Z Compiling futures-executor v0.3.32
17342026-04-30T00:10:31.244Z Compiling is-terminal v0.4.17
17352026-04-30T00:10:31.345Z Compiling filetime v0.2.27
17362026-04-30T00:10:31.404Z Compiling take_mut v0.2.2
17372026-04-30T00:10:31.442Z Compiling xattr v1.6.1
17382026-04-30T00:10:31.518Z Compiling term v1.2.1
17392026-04-30T00:10:31.609Z Compiling tar v0.4.45
17402026-04-30T00:10:31.650Z Compiling futures v0.3.32
17412026-04-30T00:10:31.798Z Compiling slog-term v2.9.2
17422026-04-30T00:10:39.023Z Compiling rustls-webpki v0.103.9
17432026-04-30T00:10:41.823Z Compiling tokio-rustls v0.26.4
17442026-04-30T00:10:41.823Z Compiling rustls-platform-verifier v0.6.2
17452026-04-30T00:10:42.024Z Compiling hyper-rustls v0.27.7
17462026-04-30T00:10:42.222Z Compiling reqwest v0.12.28
17472026-04-30T00:10:42.222Z Compiling reqwest v0.13.2
17482026-04-30T00:10:44.351Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-04-30T00:10:44.566Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-04-30T00:10:47.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17512026-04-30T00:10:47.536Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-04-30T00:10:47.591ZApr 30 00:10:45.708 INFO Starting download, target: Clickhouse
17532026-04-30T00:10:47.591ZApr 30 00:10:45.709 INFO Starting download, target: Cockroach
17542026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Starting download, target: Console
17552026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Starting download, target: DendriteStub
17562026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Starting download, target: MaghemiteMgd
17572026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Starting download, target: TransceiverControl
17582026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-04-30T00:10:47.595ZApr 30 00:10:45.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-04-30T00:10:48.157ZApr 30 00:10:46.260 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-04-30T00:10:48.354ZApr 30 00:10:46.461 INFO Download complete, target: TransceiverControl
17662026-04-30T00:10:48.666ZApr 30 00:10:46.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-04-30T00:10:48.890ZApr 30 00:10:46.992 INFO Download complete, target: Console
17682026-04-30T00:10:49.439ZApr 30 00:10:47.529 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-04-30T00:10:49.644ZApr 30 00:10:47.760 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-04-30T00:10:49.836ZApr 30 00:10:47.945 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-04-30T00:10:50.181ZApr 30 00:10:48.295 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-04-30T00:10:50.181ZApr 30 00:10:48.295 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-04-30T00:10:51.871ZApr 30 00:10:49.988 INFO Download complete, target: MaghemiteMgd
17742026-04-30T00:10:51.945ZApr 30 00:10:50.062 INFO Download complete, target: DendriteStub
17752026-04-30T00:10:54.757ZApr 30 00:10:52.874 INFO Checking that binary works, target: Cockroach
17762026-04-30T00:10:54.862ZApr 30 00:10:52.978 INFO Download complete, target: Cockroach
17772026-04-30T00:10:56.551ZApr 30 00:10:54.668 INFO Checking that binary works, target: Clickhouse
17782026-04-30T00:10:56.666ZApr 30 00:10:54.783 INFO Download complete, target: Clickhouse
17792026-04-30T00:10:56.688ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-04-30T00:10:56.692Z
17812026-04-30T00:10:56.692Zreal 3:00.258507568
17822026-04-30T00:10:56.692Zuser 7:12.803701745
17832026-04-30T00:10:56.692Zsys 1:23.759605826
17842026-04-30T00:10:56.692Ztrap 0.215235968
17852026-04-30T00:10:56.692Ztflt 0.851512412
17862026-04-30T00:10:56.692Zdflt 0.982704215
17872026-04-30T00:10:56.692Zkflt 0.067852600
17882026-04-30T00:10:56.692Zlock 21:08.303729888
17892026-04-30T00:10:56.692Zslp 21:36.823651742
17902026-04-30T00:10:56.692Zlat 42.950224658
17912026-04-30T00:10:56.692Zstop 1:57.075248247
17922026-04-30T00:10:56.692Z+ banner hack-check
17932026-04-30T00:10:56.692Z
17942026-04-30T00:10:56.692Z # # ## #### # # #### # # ###### #### # #
17952026-04-30T00:10:56.692Z # # # # # # # # # # # # # # # # #
17962026-04-30T00:10:56.692Z ###### # # # #### ##### # ###### ##### # ####
17972026-04-30T00:10:56.692Z # # ###### # # # # # # # # # #
17982026-04-30T00:10:56.692Z # # # # # # # # # # # # # # # # #
17992026-04-30T00:10:56.692Z # # # # #### # # #### # # ###### #### # #
18002026-04-30T00:10:56.692Z
18012026-04-30T00:10:56.692Z+ export CARGO_INCREMENTAL=0
18022026-04-30T00:10:56.692Z+ CARGO_INCREMENTAL=0
18032026-04-30T00:10:56.692Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-04-30T00:10:57.226Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-04-30T00:10:57.451Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-04-30T00:10:59.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18072026-04-30T00:10:59.383Z Running `target/debug/xtask check-features --ci`
18082026-04-30T00:10:59.412Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-04-30T00:10:59.415Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-04-30T00:10:59.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18112026-04-30T00:10:59.922Z Running `target/debug/xtask download cargo-hack`
18122026-04-30T00:11:00.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-04-30T00:11:01.014Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-04-30T00:11:03.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18152026-04-30T00:11:03.650Z Running `target/debug/xtask-downloader cargo-hack`
18162026-04-30T00:11:03.695ZApr 30 00:11:01.809 INFO Starting download, target: CargoHack
18172026-04-30T00:11:03.698ZApr 30 00:11:01.810 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-04-30T00:11:04.050ZApr 30 00:11:02.165 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-04-30T00:11:04.099ZApr 30 00:11:02.214 INFO Download complete, target: CargoHack
18202026-04-30T00:11:04.102Zrunning: "/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-30T00:11:04.115Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-04-30T00:11:04.264Zinfo: running `cargo check --bins` on api_identity (1/273)
18232026-04-30T00:11:04.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-04-30T00:11:04.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-04-30T00:11:04.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-04-30T00:11:04.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18272026-04-30T00:11:04.841Z
18282026-04-30T00:11:04.841Zinfo: running `cargo check --bins` on bootstore (2/273)
18292026-04-30T00:11:05.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-04-30T00:11:05.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-04-30T00:11:05.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-04-30T00:11:05.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18332026-04-30T00:11:05.424Z
18342026-04-30T00:11:05.424Zinfo: running `cargo check --bins` on omicron-ledger (3/273)
18352026-04-30T00:11:05.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-04-30T00:11:05.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-04-30T00:11:05.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-04-30T00:11:05.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18392026-04-30T00:11:06.001Z
18402026-04-30T00:11:06.001Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/273)
18412026-04-30T00:11:06.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-04-30T00:11:06.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-04-30T00:11:06.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-04-30T00:11:06.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18452026-04-30T00:11:06.574Z
18462026-04-30T00:11:06.574Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/273)
18472026-04-30T00:11:07.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-04-30T00:11:07.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-04-30T00:11:07.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-04-30T00:11:07.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18512026-04-30T00:11:07.154Z
18522026-04-30T00:11:07.154Zinfo: running `cargo check --bins` on omicron-certificates (6/273)
18532026-04-30T00:11:07.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-04-30T00:11:07.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-04-30T00:11:07.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-04-30T00:11:07.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18572026-04-30T00:11:07.741Z
18582026-04-30T00:11:07.742Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/273)
18592026-04-30T00:11:08.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-04-30T00:11:08.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-04-30T00:11:08.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-04-30T00:11:08.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18632026-04-30T00:11:08.337Z
18642026-04-30T00:11:08.337Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/273)
18652026-04-30T00:11:08.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-04-30T00:11:08.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-04-30T00:11:08.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-04-30T00:11:08.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18692026-04-30T00:11:08.915Z
18702026-04-30T00:11:08.915Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/273)
18712026-04-30T00:11:09.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-04-30T00:11:09.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-04-30T00:11:09.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-04-30T00:11:09.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-04-30T00:11:09.381Z
18762026-04-30T00:11:09.381Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/273)
18772026-04-30T00:11:09.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-04-30T00:11:09.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-04-30T00:11:09.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-04-30T00:11:09.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-04-30T00:11:09.853Z
18822026-04-30T00:11:09.853Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/273)
18832026-04-30T00:11:10.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-04-30T00:11:10.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-04-30T00:11:10.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-04-30T00:11:10.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-04-30T00:11:10.327Z
18882026-04-30T00:11:10.327Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/273)
18892026-04-30T00:11:10.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-04-30T00:11:10.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-04-30T00:11:10.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-04-30T00:11:10.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18932026-04-30T00:11:10.805Z
18942026-04-30T00:11:10.806Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/273)
18952026-04-30T00:11:11.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-04-30T00:11:11.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-04-30T00:11:11.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-04-30T00:11:11.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-04-30T00:11:11.276Z
19002026-04-30T00:11:11.276Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/273)
19012026-04-30T00:11:11.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-04-30T00:11:11.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-04-30T00:11:11.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-04-30T00:11:11.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-04-30T00:11:11.745Z
19062026-04-30T00:11:11.745Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/273)
19072026-04-30T00:11:12.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-04-30T00:11:12.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-04-30T00:11:12.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-04-30T00:11:12.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-04-30T00:11:12.219Z
19122026-04-30T00:11:12.219Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/273)
19132026-04-30T00:11:12.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-04-30T00:11:12.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-04-30T00:11:12.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-04-30T00:11:12.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-04-30T00:11:12.695Z
19182026-04-30T00:11:12.695Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/273)
19192026-04-30T00:11:13.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-04-30T00:11:13.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-04-30T00:11:13.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-04-30T00:11:13.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232026-04-30T00:11:13.168Z
19242026-04-30T00:11:13.168Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/273)
19252026-04-30T00:11:13.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-04-30T00:11:13.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-04-30T00:11:13.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-04-30T00:11:13.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-04-30T00:11:13.642Z
19302026-04-30T00:11:13.642Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/273)
19312026-04-30T00:11:14.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-04-30T00:11:14.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-04-30T00:11:14.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-04-30T00:11:14.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-04-30T00:11:14.107Z
19362026-04-30T00:11:14.107Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/273)
19372026-04-30T00:11:14.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-04-30T00:11:14.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-04-30T00:11:14.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-04-30T00:11:14.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-04-30T00:11:14.579Z
19422026-04-30T00:11:14.579Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/273)
19432026-04-30T00:11:14.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-04-30T00:11:14.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-04-30T00:11:14.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-04-30T00:11:14.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-04-30T00:11:15.052Z
19482026-04-30T00:11:15.052Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/273)
19492026-04-30T00:11:15.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-04-30T00:11:15.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-04-30T00:11:15.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-04-30T00:11:15.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-04-30T00:11:15.525Z
19542026-04-30T00:11:15.525Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/273)
19552026-04-30T00:11:15.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-04-30T00:11:15.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-04-30T00:11:15.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-04-30T00:11:15.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19592026-04-30T00:11:16.002Z
19602026-04-30T00:11:16.002Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/273)
19612026-04-30T00:11:16.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-04-30T00:11:16.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-04-30T00:11:16.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-04-30T00:11:16.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-04-30T00:11:16.478Z
19662026-04-30T00:11:16.478Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/273)
19672026-04-30T00:11:16.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-04-30T00:11:16.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-04-30T00:11:16.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-04-30T00:11:16.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-04-30T00:11:16.949Z
19722026-04-30T00:11:16.949Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/273)
19732026-04-30T00:11:17.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-04-30T00:11:17.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-04-30T00:11:17.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-04-30T00:11:17.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19772026-04-30T00:11:17.427Z
19782026-04-30T00:11:17.427Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/273)
19792026-04-30T00:11:17.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-04-30T00:11:17.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-04-30T00:11:17.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-04-30T00:11:17.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-04-30T00:11:17.899Z
19842026-04-30T00:11:17.899Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/273)
19852026-04-30T00:11:18.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-04-30T00:11:18.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-04-30T00:11:18.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-04-30T00:11:18.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-04-30T00:11:18.371Z
19902026-04-30T00:11:18.371Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/273)
19912026-04-30T00:11:18.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-04-30T00:11:18.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-04-30T00:11:18.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-04-30T00:11:18.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-04-30T00:11:18.842Z
19962026-04-30T00:11:18.842Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/273)
19972026-04-30T00:11:19.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-04-30T00:11:19.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-04-30T00:11:19.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-04-30T00:11:19.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-04-30T00:11:19.313Z
20022026-04-30T00:11:19.313Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/273)
20032026-04-30T00:11:19.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-04-30T00:11:19.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-04-30T00:11:19.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-04-30T00:11:19.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-04-30T00:11:19.783Z
20082026-04-30T00:11:19.783Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/273)
20092026-04-30T00:11:20.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-04-30T00:11:20.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-04-30T00:11:20.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-04-30T00:11:20.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-04-30T00:11:20.253Z
20142026-04-30T00:11:20.253Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/273)
20152026-04-30T00:11:20.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-04-30T00:11:20.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-04-30T00:11:20.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-04-30T00:11:20.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-04-30T00:11:20.728Z
20202026-04-30T00:11:20.728Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/273)
20212026-04-30T00:11:21.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-04-30T00:11:21.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-04-30T00:11:21.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-04-30T00:11:21.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-04-30T00:11:21.199Z
20262026-04-30T00:11:21.200Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/273)
20272026-04-30T00:11:21.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-04-30T00:11:21.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-04-30T00:11:21.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-04-30T00:11:21.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-04-30T00:11:21.669Z
20322026-04-30T00:11:21.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/273)
20332026-04-30T00:11:22.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-04-30T00:11:22.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-04-30T00:11:22.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-04-30T00:11:22.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-04-30T00:11:22.136Z
20382026-04-30T00:11:22.136Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/273)
20392026-04-30T00:11:22.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-04-30T00:11:22.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-04-30T00:11:22.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-04-30T00:11:22.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-04-30T00:11:22.607Z
20442026-04-30T00:11:22.607Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/273)
20452026-04-30T00:11:23.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-04-30T00:11:23.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-04-30T00:11:23.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-04-30T00:11:23.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20492026-04-30T00:11:23.082Z
20502026-04-30T00:11:23.082Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/273)
20512026-04-30T00:11:23.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-04-30T00:11:23.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-04-30T00:11:23.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-04-30T00:11:23.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-04-30T00:11:23.549Z
20562026-04-30T00:11:23.549Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/273)
20572026-04-30T00:11:23.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-04-30T00:11:23.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-04-30T00:11:23.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-04-30T00:11:23.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-04-30T00:11:24.021Z
20622026-04-30T00:11:24.021Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/273)
20632026-04-30T00:11:24.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-04-30T00:11:24.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-04-30T00:11:24.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-04-30T00:11:24.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-04-30T00:11:24.491Z
20682026-04-30T00:11:24.491Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/273)
20692026-04-30T00:11:24.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-04-30T00:11:24.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-04-30T00:11:24.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-04-30T00:11:24.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20732026-04-30T00:11:24.962Z
20742026-04-30T00:11:24.963Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/273)
20752026-04-30T00:11:25.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-04-30T00:11:25.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-04-30T00:11:25.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-04-30T00:11:25.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20792026-04-30T00:11:25.440Z
20802026-04-30T00:11:25.440Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/273)
20812026-04-30T00:11:25.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-04-30T00:11:25.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-04-30T00:11:25.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-04-30T00:11:25.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-04-30T00:11:25.908Z
20862026-04-30T00:11:25.908Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/273)
20872026-04-30T00:11:26.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-04-30T00:11:26.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-04-30T00:11:26.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-04-30T00:11:26.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20912026-04-30T00:11:26.379Z
20922026-04-30T00:11:26.379Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/273)
20932026-04-30T00:11:26.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-04-30T00:11:26.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-04-30T00:11:26.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-04-30T00:11:26.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20972026-04-30T00:11:26.852Z
20982026-04-30T00:11:26.852Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/273)
20992026-04-30T00:11:27.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-04-30T00:11:27.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-04-30T00:11:27.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-04-30T00:11:27.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-04-30T00:11:27.325Z
21042026-04-30T00:11:27.325Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/273)
21052026-04-30T00:11:27.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-04-30T00:11:27.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-04-30T00:11:27.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-04-30T00:11:27.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21092026-04-30T00:11:27.796Z
21102026-04-30T00:11:27.796Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/273)
21112026-04-30T00:11:28.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-04-30T00:11:28.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-04-30T00:11:28.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-04-30T00:11:28.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21152026-04-30T00:11:28.429Z
21162026-04-30T00:11:28.429Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/273)
21172026-04-30T00:11:28.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-04-30T00:11:28.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-04-30T00:11:28.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-04-30T00:11:28.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21212026-04-30T00:11:29.060Z
21222026-04-30T00:11:29.060Zinfo: running `cargo check --bins` on nexus-config (51/273)
21232026-04-30T00:11:29.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-04-30T00:11:29.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-04-30T00:11:29.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-04-30T00:11:29.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21272026-04-30T00:11:29.686Z
21282026-04-30T00:11:29.686Zinfo: running `cargo check --bins` on nexus-types (52/273)
21292026-04-30T00:11:30.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-04-30T00:11:30.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-04-30T00:11:30.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-04-30T00:11:30.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21332026-04-30T00:11:30.309Z
21342026-04-30T00:11:30.310Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/273)
21352026-04-30T00:11:30.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-04-30T00:11:30.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-04-30T00:11:30.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-04-30T00:11:30.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-04-30T00:11:30.906Z
21402026-04-30T00:11:30.906Zinfo: running `cargo check --bins` on omicron-passwords (54/273)
21412026-04-30T00:11:31.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-04-30T00:11:31.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-04-30T00:11:31.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-04-30T00:11:31.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-04-30T00:11:31.484Z
21462026-04-30T00:11:31.484Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/273)
21472026-04-30T00:11:31.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-04-30T00:11:31.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-04-30T00:11:31.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-04-30T00:11:32.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21512026-04-30T00:11:32.087Z
21522026-04-30T00:11:32.087Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/273)
21532026-04-30T00:11:32.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-04-30T00:11:32.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-04-30T00:11:32.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-04-30T00:11:32.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-04-30T00:11:32.679Z
21582026-04-30T00:11:32.679Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/273)
21592026-04-30T00:11:33.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-04-30T00:11:33.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-04-30T00:11:33.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-04-30T00:11:33.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-04-30T00:11:33.272Z
21642026-04-30T00:11:33.272Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/273)
21652026-04-30T00:11:33.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-04-30T00:11:33.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-04-30T00:11:33.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-04-30T00:11:33.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-04-30T00:11:33.863Z
21702026-04-30T00:11:33.863Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/273)
21712026-04-30T00:11:34.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-04-30T00:11:34.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-04-30T00:11:34.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-04-30T00:11:34.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-04-30T00:11:34.443Z
21762026-04-30T00:11:34.443Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/273)
21772026-04-30T00:11:34.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-04-30T00:11:34.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-04-30T00:11:34.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-04-30T00:11:34.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-04-30T00:11:35.026Z
21822026-04-30T00:11:35.026Zinfo: running `cargo check --bins --no-default-features` on gfss (61/273)
21832026-04-30T00:11:35.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-04-30T00:11:35.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-04-30T00:11:35.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-04-30T00:11:35.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21872026-04-30T00:11:35.600Z
21882026-04-30T00:11:35.600Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/273)
21892026-04-30T00:11:36.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-04-30T00:11:36.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-04-30T00:11:36.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-04-30T00:11:36.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-04-30T00:11:36.180Z
21942026-04-30T00:11:36.180Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/273)
21952026-04-30T00:11:36.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-04-30T00:11:36.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-04-30T00:11:36.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-04-30T00:11:36.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-04-30T00:11:36.773Z
22002026-04-30T00:11:36.773Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/273)
22012026-04-30T00:11:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-04-30T00:11:37.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-04-30T00:11:37.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-04-30T00:11:37.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-04-30T00:11:37.372Z
22062026-04-30T00:11:37.372Zinfo: running `cargo check --bins` on cockroach-admin-types (65/273)
22072026-04-30T00:11:37.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-04-30T00:11:37.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-04-30T00:11:37.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-04-30T00:11:37.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-04-30T00:11:37.955Z
22122026-04-30T00:11:37.955Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/273)
22132026-04-30T00:11:38.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-04-30T00:11:38.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-04-30T00:11:38.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-04-30T00:11:38.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22172026-04-30T00:11:38.531Z
22182026-04-30T00:11:38.531Zinfo: running `cargo check --bins` on ereport-types (67/273)
22192026-04-30T00:11:39.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-04-30T00:11:39.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-04-30T00:11:39.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-04-30T00:11:39.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22232026-04-30T00:11:39.113Z
22242026-04-30T00:11:39.113Zinfo: running `cargo check --bins` on gateway-client (68/273)
22252026-04-30T00:11:39.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-04-30T00:11:39.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-04-30T00:11:39.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-04-30T00:11:39.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-04-30T00:11:39.697Z
22302026-04-30T00:11:39.697Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/273)
22312026-04-30T00:11:40.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-04-30T00:11:40.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-04-30T00:11:40.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-04-30T00:11:40.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22352026-04-30T00:11:40.282Z
22362026-04-30T00:11:40.283Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/273)
22372026-04-30T00:11:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-04-30T00:11:40.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-04-30T00:11:40.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-04-30T00:11:40.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-04-30T00:11:40.864Z
22422026-04-30T00:11:40.864Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/273)
22432026-04-30T00:11:41.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-04-30T00:11:41.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-04-30T00:11:41.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-04-30T00:11:41.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22472026-04-30T00:11:41.445Z
22482026-04-30T00:11:41.445Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/273)
22492026-04-30T00:11:41.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-04-30T00:11:41.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-04-30T00:11:41.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-04-30T00:11:41.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22532026-04-30T00:11:42.032Z
22542026-04-30T00:11:42.032Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/273)
22552026-04-30T00:11:42.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-04-30T00:11:42.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-04-30T00:11:42.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-04-30T00:11:42.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22592026-04-30T00:11:42.637Z
22602026-04-30T00:11:42.637Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/273)
22612026-04-30T00:11:43.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-04-30T00:11:43.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-04-30T00:11:43.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-04-30T00:11:43.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22652026-04-30T00:11:43.237Z
22662026-04-30T00:11:43.237Zinfo: running `cargo check --bins` on key-manager-types (75/273)
22672026-04-30T00:11:43.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-04-30T00:11:43.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-04-30T00:11:43.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-04-30T00:11:43.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22712026-04-30T00:11:43.811Z
22722026-04-30T00:11:43.811Zinfo: running `cargo check --bins` on oxlog (76/273)
22732026-04-30T00:11:44.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-04-30T00:11:44.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-04-30T00:11:44.410Z Checking cfg-if v1.0.4
22762026-04-30T00:11:44.414Z Checking libc v0.2.185
22772026-04-30T00:11:44.414Z Checking serde_core v1.0.228
22782026-04-30T00:11:44.529Z Checking zeroize v1.8.2
22792026-04-30T00:11:44.537Z Checking memchr v2.8.0
22802026-04-30T00:11:44.547Z Checking log v0.4.29
22812026-04-30T00:11:44.556Z Checking smallvec v1.15.1
22822026-04-30T00:11:44.567Z Checking typenum v1.19.0
22832026-04-30T00:11:44.577Z Checking subtle v2.6.1
22842026-04-30T00:11:44.670Z Checking itoa v1.0.17
22852026-04-30T00:11:44.704Z Checking scopeguard v1.2.0
22862026-04-30T00:11:44.728Z Checking const-oid v0.9.6
22872026-04-30T00:11:44.733Z Checking stable_deref_trait v1.2.1
22882026-04-30T00:11:44.803Z Checking lock_api v0.4.14
22892026-04-30T00:11:44.815Z Checking portable-atomic v1.13.1
22902026-04-30T00:11:44.818Z Checking zerofrom v0.1.6
22912026-04-30T00:11:44.906Z Checking critical-section v1.2.0
22922026-04-30T00:11:44.917Z Checking getrandom v0.2.17
22932026-04-30T00:11:44.927Z Checking errno v0.3.14
22942026-04-30T00:11:44.997Z Checking yoke v0.8.1
22952026-04-30T00:11:45.015Z Checking parking_lot_core v0.9.12
22962026-04-30T00:11:45.054Z Checking signal-hook-registry v1.4.8
22972026-04-30T00:11:45.065Z Checking rand_core v0.6.4
22982026-04-30T00:11:45.080Z Checking generic-array v0.14.7
22992026-04-30T00:11:45.162Z Checking zerovec v0.11.5
23002026-04-30T00:11:45.209Z Checking zerocopy v0.8.40
23012026-04-30T00:11:45.220Z Checking pin-project-lite v0.2.17
23022026-04-30T00:11:45.230Z Checking once_cell v1.21.3
23032026-04-30T00:11:45.241Z Checking parking_lot v0.12.5
23042026-04-30T00:11:45.308Z Checking mio v1.2.0
23052026-04-30T00:11:45.388Z Checking socket2 v0.6.3
23062026-04-30T00:11:45.402Z Checking libm v0.2.16
23072026-04-30T00:11:45.421Z Checking zmij v1.0.21
23082026-04-30T00:11:45.516Z Checking crypto-common v0.1.7
23092026-04-30T00:11:45.581Z Checking block-buffer v0.10.4
23102026-04-30T00:11:45.592Z Checking tinystr v0.8.2
23112026-04-30T00:11:45.623Z Checking futures-core v0.3.32
23122026-04-30T00:11:45.635Z Checking litemap v0.8.1
23132026-04-30T00:11:45.646Z Checking writeable v0.6.2
23142026-04-30T00:11:45.711Z Checking digest v0.10.7
23152026-04-30T00:11:45.743Z Checking equivalent v1.0.2
23162026-04-30T00:11:45.764Z Checking percent-encoding v2.3.2
23172026-04-30T00:11:45.800Z Checking icu_locale_core v2.1.1
23182026-04-30T00:11:45.803Z Checking potential_utf v0.1.4
23192026-04-30T00:11:45.823Z Checking zerotrie v0.2.3
23202026-04-30T00:11:45.903Z Checking cpufeatures v0.2.17
23212026-04-30T00:11:45.917Z Checking hmac v0.12.1
23222026-04-30T00:11:45.937Z Checking icu_collections v2.1.1
23232026-04-30T00:11:45.972Z Checking block-padding v0.3.3
23242026-04-30T00:11:45.984Z Checking serde v1.0.228
23252026-04-30T00:11:46.048Z Checking bitflags v2.11.0
23262026-04-30T00:11:46.061Z Checking serde_json v1.0.149
23272026-04-30T00:11:46.078Z Checking num-traits v0.2.19
23282026-04-30T00:11:46.100Z Checking icu_normalizer_data v2.1.1
23292026-04-30T00:11:46.173Z Checking icu_properties_data v2.1.2
23302026-04-30T00:11:46.210Z Checking futures-sink v0.3.32
23312026-04-30T00:11:46.234Z Checking rand_core v0.10.0
23322026-04-30T00:11:46.300Z Checking hashbrown v0.17.0
23332026-04-30T00:11:46.312Z Checking futures-channel v0.3.32
23342026-04-30T00:11:46.353Z Checking icu_provider v2.1.1
23352026-04-30T00:11:46.372Z Checking getrandom v0.4.1
23362026-04-30T00:11:46.375Z Checking bytes v1.11.1
23372026-04-30T00:11:46.496Z Checking inout v0.1.4
23382026-04-30T00:11:46.516Z Checking futures-io v0.3.32
23392026-04-30T00:11:46.579Z Checking icu_properties v2.1.2
23402026-04-30T00:11:46.591Z Checking icu_normalizer v2.1.1
23412026-04-30T00:11:46.626Z Checking futures-task v0.3.32
23422026-04-30T00:11:46.626Z Checking slab v0.4.12
23432026-04-30T00:11:46.718Z Checking cipher v0.4.4
23442026-04-30T00:11:46.755Z Checking indexmap v2.14.0
23452026-04-30T00:11:46.767Z Checking sha2 v0.10.9
23462026-04-30T00:11:46.789Z Checking futures-util v0.3.32
23472026-04-30T00:11:46.818Z Checking tokio v1.52.1
23482026-04-30T00:11:46.892Z Checking getrandom v0.3.4
23492026-04-30T00:11:46.921Z Checking byteorder v1.5.0
23502026-04-30T00:11:47.032Z Checking base64ct v1.8.3
23512026-04-30T00:11:47.045Z Checking utf8_iter v1.0.4
23522026-04-30T00:11:47.131Z Checking form_urlencoded v1.2.2
23532026-04-30T00:11:47.167Z Checking flagset v0.4.7
23542026-04-30T00:11:47.267Z Checking fnv v1.0.7
23552026-04-30T00:11:47.271Z Checking pem-rfc7468 v0.7.0
23562026-04-30T00:11:47.299Z Checking rand_core v0.9.5
23572026-04-30T00:11:47.338Z Checking salsa20 v0.10.2
23582026-04-30T00:11:47.360Z Checking http v1.4.0
23592026-04-30T00:11:47.411Z Checking idna_adapter v1.2.1
23602026-04-30T00:11:47.433Z Checking der v0.7.10
23612026-04-30T00:11:47.467Z Checking uuid v1.23.0
23622026-04-30T00:11:47.479Z Checking pbkdf2 v0.12.2
23632026-04-30T00:11:47.528Z Checking idna v1.1.0
23642026-04-30T00:11:47.585Z Checking scrypt v0.11.0
23652026-04-30T00:11:47.724Z Checking cbc v0.1.2
23662026-04-30T00:11:47.765Z Checking url v2.5.8
23672026-04-30T00:11:47.768Z Checking aes v0.8.4
23682026-04-30T00:11:47.851Z Checking rustix v1.1.3
23692026-04-30T00:11:47.915Z Checking tracing-core v0.1.36
23702026-04-30T00:11:47.956Z Checking ppv-lite86 v0.2.21
23712026-04-30T00:11:48.159Z Checking rustls-pki-types v1.14.0
23722026-04-30T00:11:48.162Z Checking spki v0.7.3
23732026-04-30T00:11:48.197Z Checking iana-time-zone v0.1.65
23742026-04-30T00:11:48.217Z Checking regex-syntax v0.8.10
23752026-04-30T00:11:48.246Z Checking rand_chacha v0.9.0
23762026-04-30T00:11:48.301Z Checking chrono v0.4.44
23772026-04-30T00:11:48.328Z Checking pkcs5 v0.7.1
23782026-04-30T00:11:48.441Z Checking rand v0.9.2
23792026-04-30T00:11:48.444Z Checking tracing v0.1.44
23802026-04-30T00:11:48.582Z Checking http-body v1.0.1
23812026-04-30T00:11:48.653Z Checking aws-lc-sys v0.37.1
23822026-04-30T00:11:48.668Z Checking untrusted v0.7.1
23832026-04-30T00:11:48.694Z Checking openssl-probe v0.2.1
23842026-04-30T00:11:48.711Z Checking base64 v0.22.1
23852026-04-30T00:11:48.776Z Checking untrusted v0.9.0
23862026-04-30T00:11:48.801Z Checking pkcs8 v0.10.2
23872026-04-30T00:11:48.886Z Checking ring v0.17.14
23882026-04-30T00:11:48.908Z Checking tinyvec_macros v0.1.1
23892026-04-30T00:11:48.946Z Checking tower-service v0.3.3
23902026-04-30T00:11:48.974Z Checking try-lock v0.2.5
23912026-04-30T00:11:48.986Z Checking tower-layer v0.3.3
23922026-04-30T00:11:49.035Z Checking plain v0.2.3
23932026-04-30T00:11:49.071Z Checking atomic-waker v1.1.2
23942026-04-30T00:11:49.133Z Checking want v0.3.1
23952026-04-30T00:11:49.136Z Checking tinyvec v1.10.0
23962026-04-30T00:11:49.157Z Checking aws-lc-rs v1.16.0
23972026-04-30T00:11:49.172Z Checking ipnet v2.11.0
23982026-04-30T00:11:49.172Z Checking semver v1.0.28
23992026-04-30T00:11:49.251Z Checking httparse v1.10.1
24002026-04-30T00:11:49.378Z Checking spin v0.9.8
24012026-04-30T00:11:49.434Z Checking pin-utils v0.1.0
24022026-04-30T00:11:49.446Z Checking dyn-clone v1.0.20
24032026-04-30T00:11:49.463Z Checking foreign-types-shared v0.1.1
24042026-04-30T00:11:49.502Z Checking ucd-trie v0.1.7
24052026-04-30T00:11:49.523Z Checking httpdate v1.0.3
24062026-04-30T00:11:49.541Z Checking unicode-ident v1.0.24
24072026-04-30T00:11:49.541Z Checking fastrand v2.3.0
24082026-04-30T00:11:49.565Z Checking schemars v0.8.22
24092026-04-30T00:11:49.630Z Checking pest v2.8.6
24102026-04-30T00:11:49.657Z Checking proc-macro2 v1.0.106
24112026-04-30T00:11:49.669Z Checking foreign-types v0.3.2
24122026-04-30T00:11:49.721Z Checking tempfile v3.25.0
24132026-04-30T00:11:49.737Z Checking openssl-sys v0.9.111
24142026-04-30T00:11:49.863Z Checking thiserror v2.0.18
24152026-04-30T00:11:49.913Z Checking wait-timeout v0.2.1
24162026-04-30T00:11:49.963Z Checking aho-corasick v1.1.4
24172026-04-30T00:11:49.976Z Checking siphasher v1.0.2
24182026-04-30T00:11:49.989Z Checking rustls-webpki v0.103.9
24192026-04-30T00:11:50.016Z Checking tokio-util v0.7.18
24202026-04-30T00:11:50.035Z Checking simd-adler32 v0.3.8
24212026-04-30T00:11:50.132Z Checking bit-vec v0.8.0
24222026-04-30T00:11:50.202Z Checking pretty-hex v0.4.1
24232026-04-30T00:11:50.215Z Checking utf8parse v0.2.2
24242026-04-30T00:11:50.226Z Checking quick-error v1.2.3
24252026-04-30T00:11:50.314Z Checking anstyle v1.0.13
24262026-04-30T00:11:50.326Z Checking powerfmt v0.2.0
24272026-04-30T00:11:50.330Z Checking rusty-fork v0.3.1
24282026-04-30T00:11:50.330Z Checking bit-set v0.8.0
24292026-04-30T00:11:50.403Z Checking rustls v0.23.37
24302026-04-30T00:11:50.472Z Checking deranged v0.5.8
24312026-04-30T00:11:50.485Z Checking anstyle-parse v0.2.7
24322026-04-30T00:11:50.495Z Checking openssl v0.10.75
24332026-04-30T00:11:50.511Z Checking quote v1.0.45
24342026-04-30T00:11:50.620Z Checking h2 v0.4.13
24352026-04-30T00:11:50.635Z Compiling newtype-uuid v1.3.2
24362026-04-30T00:11:50.648Z Checking regex-automata v0.4.14
24372026-04-30T00:11:50.679Z Checking unicode-normalization v0.1.25
24382026-04-30T00:11:50.693Z Checking rustls-native-certs v0.8.3
24392026-04-30T00:11:50.814Z Checking crossbeam-utils v0.8.21
24402026-04-30T00:11:50.826Z Checking rand_xorshift v0.4.0
24412026-04-30T00:11:50.942Z Checking crc32fast v1.5.0
24422026-04-30T00:11:51.075Z Checking scroll v0.13.0
24432026-04-30T00:11:51.088Z Checking signature v2.2.0
24442026-04-30T00:11:51.148Z Checking sync_wrapper v1.0.2
24452026-04-30T00:11:51.214Z Checking time-core v0.1.8
24462026-04-30T00:11:51.250Z Checking allocator-api2 v0.2.21
24472026-04-30T00:11:51.298Z Checking adler2 v2.0.1
24482026-04-30T00:11:51.356Z Checking num-conv v0.2.0
24492026-04-30T00:11:51.382Z Checking unarray v0.1.4
24502026-04-30T00:11:51.403Z Checking unicode-properties v0.1.4
24512026-04-30T00:11:51.469Z Checking anstyle-query v1.1.5
24522026-04-30T00:11:51.485Z Checking is_terminal_polyfill v1.70.2
24532026-04-30T00:11:51.525Z Checking unicode-bidi v0.3.18
24542026-04-30T00:11:51.560Z Checking colorchoice v1.0.4
24552026-04-30T00:11:51.573Z Checking num_threads v0.1.7
24562026-04-30T00:11:51.589Z Checking proptest v1.10.0
24572026-04-30T00:11:51.655Z Checking time v0.3.47
24582026-04-30T00:11:51.659Z Checking anstream v0.6.21
24592026-04-30T00:11:51.814Z Checking stringprep v0.1.5
24602026-04-30T00:11:51.860Z Checking miniz_oxide v0.8.9
24612026-04-30T00:11:51.967Z Checking goblin v0.10.5
24622026-04-30T00:11:52.226Z Checking tower v0.5.3
24632026-04-30T00:11:52.462Z Checking native-tls v0.2.18
24642026-04-30T00:11:52.475Z Checking crossbeam-epoch v0.9.18
24652026-04-30T00:11:52.622Z Compiling daft v0.1.5
24662026-04-30T00:11:52.650Z Checking syn v2.0.117
24672026-04-30T00:11:52.703Z Checking ipnetwork v0.21.1
24682026-04-30T00:11:52.788Z Checking tokio-rustls v0.26.4
24692026-04-30T00:11:52.803Z Checking http-body-util v0.1.3
24702026-04-30T00:11:52.895Z Checking webpki-roots v1.0.6
24712026-04-30T00:11:52.918Z Checking rand_chacha v0.3.1
24722026-04-30T00:11:53.011Z Checking thiserror v1.0.69
24732026-04-30T00:11:53.025Z Checking scroll v0.12.0
24742026-04-30T00:11:53.029Z Checking zstd-sys v2.0.16+zstd.1.5.7
24752026-04-30T00:11:53.110Z Checking hash32 v0.2.1
24762026-04-30T00:11:53.125Z Checking num-integer v0.1.46
24772026-04-30T00:11:53.143Z Checking serde_spanned v0.6.9
24782026-04-30T00:11:53.248Z Checking toml_datetime v0.6.11
24792026-04-30T00:11:53.263Z Checking md-5 v0.10.6
24802026-04-30T00:11:53.266Z Checking ff v0.13.1
24812026-04-30T00:11:53.286Z Checking hyper v1.8.1
24822026-04-30T00:11:53.350Z Checking fallible-iterator v0.2.0
24832026-04-30T00:11:53.374Z Checking iri-string v0.7.10
24842026-04-30T00:11:53.394Z Checking psl-types v2.0.11
24852026-04-30T00:11:53.394Z Checking base16ct v0.2.0
24862026-04-30T00:11:53.422Z Checking zlib-rs v0.6.2
24872026-04-30T00:11:53.518Z Checking ryu v1.0.23
24882026-04-30T00:11:53.530Z Compiling iddqd v0.3.18
24892026-04-30T00:11:53.616Z Checking postgres-protocol v0.6.10
24902026-04-30T00:11:53.655Z Checking serde_urlencoded v0.7.1
24912026-04-30T00:11:53.854Z Checking sec1 v0.7.3
24922026-04-30T00:11:53.922Z Checking publicsuffix v2.3.0
24932026-04-30T00:11:54.060Z Checking group v0.13.0
24942026-04-30T00:11:54.168Z Checking hyper-util v0.1.20
24952026-04-30T00:11:54.209Z Checking num-iter v0.1.45
24962026-04-30T00:11:54.234Z Checking heapless v0.7.17
24972026-04-30T00:11:54.279Z Checking dof v0.4.0
24982026-04-30T00:11:54.292Z Checking flate2 v1.1.9
24992026-04-30T00:11:54.316Z Checking goblin v0.8.2
25002026-04-30T00:11:54.382Z Checking tower-http v0.6.8
25012026-04-30T00:11:54.580Z Checking zstd-safe v7.2.4
25022026-04-30T00:11:54.641Z Checking rand v0.8.5
25032026-04-30T00:11:54.655Z Checking oxnet v0.1.4
25042026-04-30T00:11:54.669Z Checking cookie v0.18.1
25052026-04-30T00:11:54.745Z Checking tokio-native-tls v0.3.1
25062026-04-30T00:11:54.887Z Checking dtrace-parser v0.3.0
25072026-04-30T00:11:54.901Z Checking phf_shared v0.13.1
25082026-04-30T00:11:54.901Z Checking lazy_static v1.5.0
25092026-04-30T00:11:54.904Z Checking zerocopy v0.7.35
25102026-04-30T00:11:54.934Z Checking terminal_size v0.4.3
25112026-04-30T00:11:54.987Z Checking bzip2-sys v0.1.13+1.0.8
25122026-04-30T00:11:55.041Z Checking signal-hook v0.3.18
25132026-04-30T00:11:55.072Z Checking hkdf v0.12.4
25142026-04-30T00:11:55.104Z Checking crypto-bigint v0.5.5
25152026-04-30T00:11:55.117Z Checking thread-id v5.1.0
25162026-04-30T00:11:55.164Z Checking winnow v0.5.40
25172026-04-30T00:11:55.194Z Compiling rayon-core v1.13.0
25182026-04-30T00:11:55.205Z Checking foldhash v0.1.5
25192026-04-30T00:11:55.227Z Checking strsim v0.11.1
25202026-04-30T00:11:55.334Z Checking winnow v0.7.14
25212026-04-30T00:11:55.367Z Checking foldhash v0.2.0
25222026-04-30T00:11:55.390Z Checking either v1.15.0
25232026-04-30T00:11:55.403Z Checking bumpalo v3.20.2
25242026-04-30T00:11:55.414Z Checking hyper-rustls v0.27.7
25252026-04-30T00:11:55.516Z Checking managed v0.8.0
25262026-04-30T00:11:55.575Z Checking bitflags v1.3.2
25272026-04-30T00:11:55.599Z Checking libbz2-rs-sys v0.2.2
25282026-04-30T00:11:55.617Z Checking clap_lex v1.0.0
25292026-04-30T00:11:55.644Z Checking zopfli v0.8.3
25302026-04-30T00:11:55.701Z Checking smoltcp v0.9.1
25312026-04-30T00:11:55.767Z Checking clap_builder v4.5.60
25322026-04-30T00:11:55.965Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-04-30T00:11:55.979Z Checking bzip2 v0.6.1
25342026-04-30T00:11:55.991Z Checking elliptic-curve v0.13.8
25352026-04-30T00:11:56.138Z Checking hashbrown v0.16.1
25362026-04-30T00:11:56.165Z Checking hyper-tls v0.6.0
25372026-04-30T00:11:56.227Z Checking dof v0.3.0
25382026-04-30T00:11:56.300Z Checking toml_edit v0.19.15
25392026-04-30T00:11:56.303Z Checking hashbrown v0.15.5
25402026-04-30T00:11:56.310Z Checking signal-hook-mio v0.2.5
25412026-04-30T00:11:56.336Z Checking usdt-impl v0.6.0
25422026-04-30T00:11:56.422Z Checking num-bigint-dig v0.8.6
25432026-04-30T00:11:56.495Z Checking phf v0.13.1
25442026-04-30T00:11:56.511Z Checking bzip2 v0.4.4
25452026-04-30T00:11:56.612Z Checking cookie_store v0.22.1
25462026-04-30T00:11:56.651Z Checking zstd v0.13.3
25472026-04-30T00:11:56.671Z Checking postgres-types v0.2.12
25482026-04-30T00:11:56.768Z Checking dtrace-parser v0.2.0
25492026-04-30T00:11:56.833Z Checking rustls-platform-verifier v0.6.2
25502026-04-30T00:11:56.875Z Checking crossbeam-deque v0.8.6
25512026-04-30T00:11:56.936Z Checking regex v1.12.3
25522026-04-30T00:11:56.967Z Checking bstr v1.12.1
25532026-04-30T00:11:56.979Z Checking ed25519 v2.2.3
25542026-04-30T00:11:57.000Z Checking phf_shared v0.11.3
25552026-04-30T00:11:57.011Z Checking curve25519-dalek v4.1.3
25562026-04-30T00:11:57.060Z Checking ref-cast v1.0.25
25572026-04-30T00:11:57.154Z Checking strum v0.27.2
25582026-04-30T00:11:57.166Z Checking hubpack v0.1.2
25592026-04-30T00:11:57.169Z Checking memoffset v0.9.1
25602026-04-30T00:11:57.233Z Checking rustix v0.38.44
25612026-04-30T00:11:57.245Z Checking pkcs1 v0.7.5
25622026-04-30T00:11:57.256Z Checking float-cmp v0.10.0
25632026-04-30T00:11:57.267Z Checking serde-big-array v0.5.1
25642026-04-30T00:11:57.333Z Checking hex v0.4.3
25652026-04-30T00:11:57.345Z Checking erased-serde v0.3.31
25662026-04-30T00:11:57.371Z Checking rfc6979 v0.4.0
25672026-04-30T00:11:57.382Z Checking thread-id v4.2.2
25682026-04-30T00:11:57.397Z Checking memmap2 v0.9.10
25692026-04-30T00:11:57.454Z Checking env_filter v1.0.0
25702026-04-30T00:11:57.471Z Checking encoding_rs v0.8.35
25712026-04-30T00:11:57.486Z Checking data-encoding v2.10.0
25722026-04-30T00:11:57.559Z Checking toml_write v0.1.2
25732026-04-30T00:11:57.559Z Checking normalize-line-endings v0.3.0
25742026-04-30T00:11:57.594Z Checking fixedbitset v0.4.2
25752026-04-30T00:11:57.648Z Checking unicode-segmentation v1.12.0
25762026-04-30T00:11:57.727Z Checking whoami v2.1.0
25772026-04-30T00:11:57.739Z Checking new_debug_unreachable v1.0.6
25782026-04-30T00:11:57.749Z Checking mime v0.3.17
25792026-04-30T00:11:57.753Z Checking predicates-core v1.0.10
25802026-04-30T00:11:57.786Z Checking jiff v0.2.21
25812026-04-30T00:11:57.802Z Checking fixedbitset v0.5.7
25822026-04-30T00:11:57.883Z Checking rustc-hash v2.1.1
25832026-04-30T00:11:57.917Z Checking static_assertions v1.1.0
25842026-04-30T00:11:57.920Z Checking precomputed-hash v0.1.1
25852026-04-30T00:11:57.958Z Checking keccak v0.1.6
25862026-04-30T00:11:57.987Z Checking difflib v0.4.0
25872026-04-30T00:11:57.999Z Checking petgraph v0.8.3
25882026-04-30T00:11:58.020Z Checking string_cache v0.8.9
25892026-04-30T00:11:58.037Z Checking crossterm v0.28.1
25902026-04-30T00:11:58.122Z Checking sha3 v0.10.8
25912026-04-30T00:11:58.164Z Checking predicates v3.1.4
25922026-04-30T00:11:58.184Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25932026-04-30T00:11:58.326Z Checking similar v2.7.0
25942026-04-30T00:11:58.411Z Checking reqwest v0.12.28
25952026-04-30T00:11:58.455Z Checking tokio-postgres v0.7.16
25962026-04-30T00:11:58.706Z Checking ed25519-dalek v2.2.0
25972026-04-30T00:11:58.732Z Checking hickory-proto v0.25.2
25982026-04-30T00:11:58.857Z Checking petgraph v0.6.5
25992026-04-30T00:11:58.942Z Checking toml_edit v0.22.27
26002026-04-30T00:11:59.244Z Checking slog v2.8.2
26012026-04-30T00:11:59.508Z Checking env_logger v0.11.9
26022026-04-30T00:11:59.553Z Checking usdt v0.6.0
26032026-04-30T00:11:59.690Z Checking serde_with v3.17.0
26042026-04-30T00:11:59.703Z Checking ecdsa v0.16.9
26052026-04-30T00:11:59.719Z Checking usdt-impl v0.5.0
26062026-04-30T00:11:59.993Z Checking rsa v0.9.10
26072026-04-30T00:11:59.996Z Checking zip v4.6.1
26082026-04-30T00:12:00.018Z Checking toml v0.7.8
26092026-04-30T00:12:00.035Z Checking nix v0.31.2
26102026-04-30T00:12:00.325Z Checking clap v4.5.60
26112026-04-30T00:12:00.403Z Checking reqwest v0.13.2
26122026-04-30T00:12:00.406Z Checking zip v0.6.6
26132026-04-30T00:12:00.436Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-04-30T00:12:00.472Z Checking itertools v0.13.0
26152026-04-30T00:12:00.579Z Checking strum v0.26.3
26162026-04-30T00:12:00.695Z Checking tokio-stream v0.1.18
26172026-04-30T00:12:00.730Z Checking fs-err v3.3.0
26182026-04-30T00:12:00.763Z Checking ahash v0.8.12
26192026-04-30T00:12:00.960Z Checking object v0.37.3
26202026-04-30T00:12:01.021Z Checking buf-list v1.1.2
26212026-04-30T00:12:01.024Z Checking camino v1.2.2
26222026-04-30T00:12:01.074Z Checking anyhow v1.0.102
26232026-04-30T00:12:01.088Z Checking x509-cert v0.2.5
26242026-04-30T00:12:01.213Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26252026-04-30T00:12:01.236Z Checking openapiv3 v2.2.0
26262026-04-30T00:12:01.270Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-04-30T00:12:01.273Z Checking sha1 v0.10.6
26282026-04-30T00:12:01.443Z Checking peg-runtime v0.8.5
26292026-04-30T00:12:01.465Z Checking lalrpop-util v0.19.12
26302026-04-30T00:12:01.479Z Checking rayon v1.11.0
26312026-04-30T00:12:01.489Z Checking sigpipe v0.1.3
26322026-04-30T00:12:01.492Z Checking glob v0.3.3
26332026-04-30T00:12:03.142Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-04-30T00:12:03.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.60s
26352026-04-30T00:12:03.590Z
26362026-04-30T00:12:03.590Zinfo: running `cargo check --bins` on internal-dns-types (77/273)
26372026-04-30T00:12:04.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-04-30T00:12:04.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-04-30T00:12:04.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-04-30T00:12:04.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-04-30T00:12:04.180Z
26422026-04-30T00:12:04.180Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/273)
26432026-04-30T00:12:04.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-04-30T00:12:04.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-04-30T00:12:04.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-04-30T00:12:04.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26472026-04-30T00:12:04.772Z
26482026-04-30T00:12:04.772Zinfo: running `cargo check --bins` on nexus-types-versions (79/273)
26492026-04-30T00:12:05.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-04-30T00:12:05.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-04-30T00:12:05.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-04-30T00:12:05.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-04-30T00:12:05.378Z
26542026-04-30T00:12:05.378Zinfo: running `cargo check --bins` on oxql-types (80/273)
26552026-04-30T00:12:05.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-04-30T00:12:05.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-04-30T00:12:05.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-04-30T00:12:05.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-04-30T00:12:05.965Z
26602026-04-30T00:12:05.965Zinfo: running `cargo check --bins` on oximeter-types (81/273)
26612026-04-30T00:12:06.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-04-30T00:12:06.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-04-30T00:12:06.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-04-30T00:12:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26652026-04-30T00:12:06.553Z
26662026-04-30T00:12:06.553Zinfo: running `cargo check --bins` on oximeter-types-versions (82/273)
26672026-04-30T00:12:07.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-04-30T00:12:07.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-04-30T00:12:07.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-04-30T00:12:07.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26712026-04-30T00:12:07.155Z
26722026-04-30T00:12:07.155Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/273)
26732026-04-30T00:12:07.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-04-30T00:12:07.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-04-30T00:12:07.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-04-30T00:12:07.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26772026-04-30T00:12:07.736Z
26782026-04-30T00:12:07.736Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/273)
26792026-04-30T00:12:08.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-04-30T00:12:08.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-04-30T00:12:08.419Z Compiling structmeta-derive v0.3.0
26822026-04-30T00:12:08.535Z Compiling rustls v0.22.4
26832026-04-30T00:12:08.545Z Compiling multer v3.1.0
26842026-04-30T00:12:08.554Z Compiling async-stream-impl v0.3.6
26852026-04-30T00:12:08.557Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-04-30T00:12:08.575Z Compiling dropshot v0.17.0
26872026-04-30T00:12:08.590Z Compiling dropshot_endpoint v0.17.0
26882026-04-30T00:12:08.590Z Compiling newtype-uuid-macros v0.1.0
26892026-04-30T00:12:08.713Z Checking newtype-uuid v1.3.2
26902026-04-30T00:12:08.788Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-04-30T00:12:08.832Z Checking rustls-webpki v0.102.8
26922026-04-30T00:12:08.911Z Checking daft v0.1.5
26932026-04-30T00:12:08.926Z Checking futures-executor v0.3.32
26942026-04-30T00:12:09.131Z Checking thread_local v1.1.9
26952026-04-30T00:12:09.149Z Checking match_cfg v0.1.0
26962026-04-30T00:12:09.189Z Compiling compression-core v0.4.31
26972026-04-30T00:12:09.292Z Compiling hostname v0.3.1
26982026-04-30T00:12:09.305Z Compiling compression-codecs v0.4.37
26992026-04-30T00:12:09.355Z Checking iddqd v0.3.18
27002026-04-30T00:12:09.438Z Checking futures v0.3.32
27012026-04-30T00:12:09.514Z Checking crossbeam-channel v0.5.15
27022026-04-30T00:12:09.542Z Checking slog-json v2.6.1
27032026-04-30T00:12:09.584Z Compiling structmeta v0.3.0
27042026-04-30T00:12:09.800Z Compiling derive-ex v0.1.8
27052026-04-30T00:12:09.837Z Compiling parse-display-derive v0.10.0
27062026-04-30T00:12:09.851Z Checking toml_datetime v1.0.0+spec-1.1.0
27072026-04-30T00:12:09.900Z Checking serde_spanned v1.0.4
27082026-04-30T00:12:10.032Z Checking is-terminal v0.4.17
27092026-04-30T00:12:10.212Z Checking term v1.2.1
27102026-04-30T00:12:10.277Z Checking toml_writer v1.0.6+spec-1.1.0
27112026-04-30T00:12:10.330Z Checking take_mut v0.2.2
27122026-04-30T00:12:10.433Z Checking debug-ignore v1.0.5
27132026-04-30T00:12:10.436Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27142026-04-30T00:12:10.458Z Checking toml v1.0.6+spec-1.1.0
27152026-04-30T00:12:10.534Z Checking slog-async v2.8.0
27162026-04-30T00:12:10.550Z Checking slog-term v2.9.2
27172026-04-30T00:12:10.705Z Compiling slog-bunyan v2.5.0
27182026-04-30T00:12:10.845Z Checking async-compression v0.4.41
27192026-04-30T00:12:10.859Z Checking tokio-rustls v0.25.0
27202026-04-30T00:12:11.028Z Compiling async-stream v0.3.6
27212026-04-30T00:12:11.088Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27222026-04-30T00:12:11.197Z Checking progenitor-client v0.14.0
27232026-04-30T00:12:11.197Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-04-30T00:12:11.429Z Checking backon v1.6.0
27252026-04-30T00:12:11.454Z Checking waitgroup v0.1.2
27262026-04-30T00:12:11.466Z Compiling test-strategy v0.4.5
27272026-04-30T00:12:11.554Z Checking rustls-pemfile v2.2.0
27282026-04-30T00:12:11.788Z Checking serde_path_to_error v0.1.20
27292026-04-30T00:12:11.812Z Checking hostname v0.4.2
27302026-04-30T00:12:11.836Z Checking instant v0.1.13
27312026-04-30T00:12:11.908Z Compiling prettyplease v0.2.37
27322026-04-30T00:12:11.958Z Checking backoff v0.4.0
27332026-04-30T00:12:12.035Z Compiling progenitor-extras v0.2.0
27342026-04-30T00:12:12.200Z Checking parse-display v0.10.0
27352026-04-30T00:12:12.329Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27362026-04-30T00:12:12.414Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27372026-04-30T00:12:12.558Z Checking progenitor-client v0.10.0
27382026-04-30T00:12:12.584Z Checking itertools v0.14.0
27392026-04-30T00:12:12.789Z Checking regress v0.10.5
27402026-04-30T00:12:12.845Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27412026-04-30T00:12:12.868Z Checking num-rational v0.4.2
27422026-04-30T00:12:12.979Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27432026-04-30T00:12:13.634Z Checking num-complex v0.4.6
27442026-04-30T00:12:14.015Z Compiling macaddr v1.0.1
27452026-04-30T00:12:14.184Z Checking num v0.4.3
27462026-04-30T00:12:14.211Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27472026-04-30T00:12:14.236Z Compiling usdt-macro v0.5.0
27482026-04-30T00:12:14.258Z Compiling usdt-attr-macro v0.5.0
27492026-04-30T00:12:14.421Z Checking memmap v0.7.0
27502026-04-30T00:12:14.434Z Checking float-ord v0.3.2
27512026-04-30T00:12:14.569Z Compiling toml v0.8.23
27522026-04-30T00:12:14.660Z Checking linked-hash-map v0.5.6
27532026-04-30T00:12:14.834Z Compiling minimal-lexical v0.2.1
27542026-04-30T00:12:15.037Z Checking usdt v0.5.0
27552026-04-30T00:12:15.113Z Compiling nom v7.1.3
27562026-04-30T00:12:15.182Z Checking lru-cache v0.1.2
27572026-04-30T00:12:15.628Z Checking hickory-proto v0.24.4
27582026-04-30T00:12:15.707Z Checking phf_shared v0.12.1
27592026-04-30T00:12:15.733Z Compiling slog-dtrace v0.3.0
27602026-04-30T00:12:15.853Z Compiling chrono-tz v0.10.4
27612026-04-30T00:12:15.930Z Compiling convert_case v0.4.0
27622026-04-30T00:12:16.036Z Checking resolv-conf v0.7.6
27632026-04-30T00:12:16.223Z Checking heck v0.5.0
27642026-04-30T00:12:16.305Z Compiling derive_more v0.99.20
27652026-04-30T00:12:16.353Z Compiling const_format_proc_macros v0.2.34
27662026-04-30T00:12:16.455Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672026-04-30T00:12:16.520Z Checking phf v0.12.1
27682026-04-30T00:12:16.665Z Checking tokio-dtrace v0.1.1
27692026-04-30T00:12:16.856Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-04-30T00:12:16.925Z Compiling derive-where v1.6.0
27712026-04-30T00:12:17.416Z Checking highway v1.3.0
27722026-04-30T00:12:17.460Z Checking hickory-resolver v0.24.4
27732026-04-30T00:12:17.588Z Checking const_format v0.2.35
27742026-04-30T00:12:17.670Z Checking oxide-tokio-rt v0.1.4
27752026-04-30T00:12:18.061Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27762026-04-30T00:12:18.080Z Checking gethostname v0.5.0
27772026-04-30T00:12:18.173Z Checking bcs v0.1.6
27782026-04-30T00:12:18.204Z Compiling async-recursion v1.1.1
27792026-04-30T00:12:18.285Z Checking qorb v0.4.1
27802026-04-30T00:12:18.407Z Checking termtree v0.5.1
27812026-04-30T00:12:18.892Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-04-30T00:12:19.544Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-04-30T00:12:19.741Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-04-30T00:12:19.744Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-04-30T00:12:21.770Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27862026-04-30T00:12:24.508Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872026-04-30T00:12:26.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
27882026-04-30T00:12:26.752Z
27892026-04-30T00:12:26.753Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/273)
27902026-04-30T00:12:27.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-04-30T00:12:27.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-04-30T00:12:27.438Z Compiling ar_archive_writer v0.5.1
27932026-04-30T00:12:27.548Z Compiling stacker v0.1.23
27942026-04-30T00:12:27.551Z Compiling cfg_aliases v0.1.1
27952026-04-30T00:12:27.563Z Compiling convert_case v0.10.0
27962026-04-30T00:12:27.566Z Checking unicode-width v0.1.14
27972026-04-30T00:12:27.580Z Compiling proc-macro-error v1.0.4
27982026-04-30T00:12:27.590Z Checking fd-lock v4.0.4
27992026-04-30T00:12:27.594Z Checking nibble_vec v0.1.0
28002026-04-30T00:12:27.618Z Compiling nix v0.28.0
28012026-04-30T00:12:27.705Z Checking vte v0.14.1
28022026-04-30T00:12:27.722Z Compiling recursive-proc-macro-impl v0.1.1
28032026-04-30T00:12:27.803Z Checking endian-type v0.1.2
28042026-04-30T00:12:27.815Z Checking bytecount v0.6.9
28052026-04-30T00:12:27.856Z Compiling derive_more-impl v2.1.1
28062026-04-30T00:12:27.859Z Checking strip-ansi-escapes v0.2.1
28072026-04-30T00:12:27.880Z Compiling tabled_derive v0.7.0
28082026-04-30T00:12:27.913Z Checking papergrid v0.11.0
28092026-04-30T00:12:27.925Z Checking radix_trie v0.2.1
28102026-04-30T00:12:27.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-04-30T00:12:28.123Z Compiling peg-macros v0.8.5
28122026-04-30T00:12:28.123Z Checking winnow v0.6.26
28132026-04-30T00:12:28.389Z Compiling psm v0.1.30
28142026-04-30T00:12:28.460Z Compiling sqlparser_derive v0.5.0
28152026-04-30T00:12:28.512Z Checking unicode-width v0.2.0
28162026-04-30T00:12:28.653Z Checking derive_more v2.1.1
28172026-04-30T00:12:28.731Z Checking nu-ansi-term v0.50.3
28182026-04-30T00:12:28.760Z Checking home v0.5.12
28192026-04-30T00:12:28.829Z Checking unicode_categories v0.1.1
28202026-04-30T00:12:28.866Z Checking tabled v0.15.0
28212026-04-30T00:12:28.938Z Checking reedline v0.40.0
28222026-04-30T00:12:28.950Z Checking rustyline v14.0.0
28232026-04-30T00:12:28.982Z Checking crossterm v0.29.0
28242026-04-30T00:12:29.151Z Checking recursive v0.1.1
28252026-04-30T00:12:29.232Z Checking display-error-chain v0.2.2
28262026-04-30T00:12:29.245Z Checking sqlparser v0.61.0
28272026-04-30T00:12:29.270Z Checking sqlformat v0.3.5
28282026-04-30T00:12:29.484Z Checking peg v0.8.5
28292026-04-30T00:12:40.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
28302026-04-30T00:12:40.514Z
28312026-04-30T00:12:40.514Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/273)
28322026-04-30T00:12:41.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-04-30T00:12:41.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-04-30T00:12:42.192Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-04-30T00:12:44.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28362026-04-30T00:12:44.776Z
28372026-04-30T00:12:44.776Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/273)
28382026-04-30T00:12:45.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-04-30T00:12:45.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-04-30T00:12:45.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-04-30T00:12:47.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28422026-04-30T00:12:48.042Z
28432026-04-30T00:12:48.042Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/273)
28442026-04-30T00:12:48.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-04-30T00:12:48.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-04-30T00:12:48.706Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-04-30T00:12:51.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28482026-04-30T00:12:52.121Z
28492026-04-30T00:12:52.121Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/273)
28502026-04-30T00:12:52.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-04-30T00:12:52.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-04-30T00:12:52.790Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-04-30T00:12:55.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28542026-04-30T00:12:56.165Z
28552026-04-30T00:12:56.165Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/273)
28562026-04-30T00:12:56.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-04-30T00:12:56.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-04-30T00:12:56.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-04-30T00:12:59.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28602026-04-30T00:12:59.563Z
28612026-04-30T00:12:59.563Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/273)
28622026-04-30T00:13:00.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-04-30T00:13:00.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-04-30T00:13:00.242Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-04-30T00:13:02.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28662026-04-30T00:13:02.988Z
28672026-04-30T00:13:02.988Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/273)
28682026-04-30T00:13:03.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-04-30T00:13:03.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-04-30T00:13:03.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-04-30T00:13:07.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28722026-04-30T00:13:07.214Z
28732026-04-30T00:13:07.214Zinfo: running `cargo check --bins` on oximeter (93/273)
28742026-04-30T00:13:07.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-04-30T00:13:07.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-04-30T00:13:07.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-04-30T00:13:07.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-04-30T00:13:07.813Z
28792026-04-30T00:13:07.813Zinfo: running `cargo check --bins` on oximeter-schema (94/273)
28802026-04-30T00:13:08.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-04-30T00:13:08.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-04-30T00:13:08.452Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-04-30T00:13:08.616Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28842026-04-30T00:13:08.619Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28852026-04-30T00:13:08.952Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-04-30T00:13:12.012Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-04-30T00:13:13.232Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-04-30T00:13:13.398Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-04-30T00:13:14.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
28902026-04-30T00:13:14.251Z
28912026-04-30T00:13:14.251Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/273)
28922026-04-30T00:13:14.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-04-30T00:13:14.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-04-30T00:13:14.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-04-30T00:13:14.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-04-30T00:13:14.857Z
28972026-04-30T00:13:14.857Zinfo: running `cargo check --bins` on oximeter-test-utils (96/273)
28982026-04-30T00:13:15.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-04-30T00:13:15.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-04-30T00:13:15.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-04-30T00:13:15.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29022026-04-30T00:13:15.508Z
29032026-04-30T00:13:15.508Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/273)
29042026-04-30T00:13:16.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-04-30T00:13:16.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-04-30T00:13:16.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-04-30T00:13:16.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-04-30T00:13:16.116Z
29092026-04-30T00:13:16.117Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/273)
29102026-04-30T00:13:16.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-04-30T00:13:16.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-04-30T00:13:16.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-04-30T00:13:16.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-04-30T00:13:16.730Z
29152026-04-30T00:13:16.730Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/273)
29162026-04-30T00:13:17.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-04-30T00:13:17.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-04-30T00:13:17.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-04-30T00:13:17.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-04-30T00:13:17.339Z
29212026-04-30T00:13:17.339Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/273)
29222026-04-30T00:13:17.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-04-30T00:13:17.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-04-30T00:13:17.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-04-30T00:13:17.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-04-30T00:13:17.947Z
29272026-04-30T00:13:17.947Zinfo: running `cargo check --bins` on trust-quorum-types (101/273)
29282026-04-30T00:13:18.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-04-30T00:13:18.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-04-30T00:13:18.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-04-30T00:13:18.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-04-30T00:13:18.536Z
29332026-04-30T00:13:18.536Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/273)
29342026-04-30T00:13:19.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-04-30T00:13:19.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-04-30T00:13:19.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-04-30T00:13:19.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29382026-04-30T00:13:19.144Z
29392026-04-30T00:13:19.144Zinfo: running `cargo check --bins` on update-engine (103/273)
29402026-04-30T00:13:19.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-04-30T00:13:19.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-04-30T00:13:19.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-04-30T00:13:19.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29442026-04-30T00:13:19.731Z
29452026-04-30T00:13:19.731Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/273)
29462026-04-30T00:13:20.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-04-30T00:13:20.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-04-30T00:13:20.451Z Compiling crucible-workspace-hack v0.1.0
29492026-04-30T00:13:20.569Z Checking secrecy v0.10.3
29502026-04-30T00:13:20.576Z Compiling heapless v0.8.0
29512026-04-30T00:13:20.583Z Compiling ingot-macros v0.1.1
29522026-04-30T00:13:20.591Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-04-30T00:13:20.594Z Checking hash32 v0.3.1
29542026-04-30T00:13:20.612Z Compiling smoltcp v0.11.0
29552026-04-30T00:13:20.615Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-04-30T00:13:20.671Z Checking cobs v0.3.0
29572026-04-30T00:13:20.708Z Compiling thiserror-impl-no-std v2.0.2
29582026-04-30T00:13:20.807Z Checking universal-hash v0.5.1
29592026-04-30T00:13:20.821Z Checking half v2.7.1
29602026-04-30T00:13:20.860Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29612026-04-30T00:13:20.931Z Checking opaque-debug v0.3.1
29622026-04-30T00:13:20.963Z Checking ciborium-io v0.2.2
29632026-04-30T00:13:21.003Z Checking poly1305 v0.8.0
29642026-04-30T00:13:21.053Z Checking postcard v1.1.3
29652026-04-30T00:13:21.068Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29662026-04-30T00:13:21.081Z Checking ciborium-ll v0.2.2
29672026-04-30T00:13:21.252Z Compiling proc-macro-crate v3.4.0
29682026-04-30T00:13:21.266Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-04-30T00:13:21.341Z Checking password-hash v0.5.0
29702026-04-30T00:13:21.356Z Checking chacha20 v0.9.1
29712026-04-30T00:13:21.533Z Compiling proc-macro-crate v1.3.1
29722026-04-30T00:13:21.547Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29732026-04-30T00:13:21.569Z Checking blake2 v0.10.6
29742026-04-30T00:13:21.658Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29752026-04-30T00:13:21.779Z Checking aead v0.5.2
29762026-04-30T00:13:21.804Z Compiling foreign-types-macros v0.2.3
29772026-04-30T00:13:21.820Z Compiling num_enum_derive v0.7.5
29782026-04-30T00:13:21.865Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29792026-04-30T00:13:21.878Z Checking thiserror-no-std v2.0.2
29802026-04-30T00:13:21.922Z Checking foreign-types-shared v0.3.1
29812026-04-30T00:13:21.947Z Checking cpufeatures v0.3.0
29822026-04-30T00:13:21.963Z Checking vsss-rs v3.3.4
29832026-04-30T00:13:22.013Z Compiling num_enum_derive v0.5.11
29842026-04-30T00:13:22.025Z Checking chacha20 v0.10.0
29852026-04-30T00:13:22.110Z Checking chacha20poly1305 v0.10.1
29862026-04-30T00:13:22.237Z Checking argon2 v0.5.3
29872026-04-30T00:13:22.241Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29882026-04-30T00:13:22.416Z Checking foreign-types v0.5.0
29892026-04-30T00:13:22.497Z Checking ciborium v0.2.2
29902026-04-30T00:13:22.691Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-04-30T00:13:22.708Z Checking console v0.15.11
29922026-04-30T00:13:22.864Z Checking num_enum v0.7.5
29932026-04-30T00:13:22.909Z Checking tabwriter v1.4.1
29942026-04-30T00:13:22.975Z Checking newline-converter v0.3.0
29952026-04-30T00:13:22.988Z Checking camino-tempfile v1.4.1
29962026-04-30T00:13:22.991Z Checking atomicwrites v0.4.4
29972026-04-30T00:13:23.052Z Checking byte-wrapper v0.1.0
29982026-04-30T00:13:23.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-04-30T00:13:23.083Z Checking cstr-argument v0.1.2
30002026-04-30T00:13:23.096Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30012026-04-30T00:13:23.121Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30022026-04-30T00:13:23.142Z Checking expectorate v1.2.0
30032026-04-30T00:13:23.203Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-04-30T00:13:23.260Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30052026-04-30T00:13:23.272Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062026-04-30T00:13:23.321Z Checking num_enum v0.5.11
30072026-04-30T00:13:23.367Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30082026-04-30T00:13:23.398Z Checking ingot-types v0.1.2
30092026-04-30T00:13:23.433Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-04-30T00:13:23.480Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-04-30T00:13:23.528Z Checking rand v0.10.0
30122026-04-30T00:13:23.542Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-04-30T00:13:23.586Z Checking colored v3.1.1
30142026-04-30T00:13:23.632Z Checking indent_write v2.2.0
30152026-04-30T00:13:23.693Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30162026-04-30T00:13:23.756Z Checking ingot v0.1.1
30172026-04-30T00:13:23.770Z Compiling zone_cfg_derive v0.3.1
30182026-04-30T00:13:23.783Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-04-30T00:13:23.809Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30202026-04-30T00:13:23.847Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-04-30T00:13:23.870Z Checking itertools v0.12.1
30222026-04-30T00:13:23.964Z Compiling num-derive v0.4.2
30232026-04-30T00:13:24.022Z Checking swrite v0.1.0
30242026-04-30T00:13:24.112Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-04-30T00:13:24.319Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30262026-04-30T00:13:24.369Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-04-30T00:13:24.403Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30282026-04-30T00:13:24.559Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-04-30T00:13:24.628Z Checking dropshot-api-manager-types v0.7.1
30302026-04-30T00:13:24.670Z Checking smf v0.2.3
30312026-04-30T00:13:24.798Z Checking nanorand v0.7.0
30322026-04-30T00:13:24.812Z Checking whoami v1.6.1
30332026-04-30T00:13:24.876Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30342026-04-30T00:13:24.891Z Checking zone v0.3.1
30352026-04-30T00:13:24.904Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30362026-04-30T00:13:24.917Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30372026-04-30T00:13:24.989Z Checking flume v0.11.1
30382026-04-30T00:13:25.327Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-04-30T00:13:26.295Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-04-30T00:13:27.179Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-04-30T00:13:30.331Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30422026-04-30T00:13:32.381Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30432026-04-30T00:13:33.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
30442026-04-30T00:13:33.618Z
30452026-04-30T00:13:33.618Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/273)
30462026-04-30T00:13:34.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-04-30T00:13:34.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-04-30T00:13:34.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-04-30T00:13:34.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-04-30T00:13:34.222Z
30512026-04-30T00:13:34.223Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/273)
30522026-04-30T00:13:34.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-04-30T00:13:34.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-04-30T00:13:34.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-04-30T00:13:34.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-04-30T00:13:34.830Z
30572026-04-30T00:13:34.830Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/273)
30582026-04-30T00:13:35.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-04-30T00:13:35.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-04-30T00:13:35.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-04-30T00:13:35.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-04-30T00:13:35.444Z
30632026-04-30T00:13:35.444Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/273)
30642026-04-30T00:13:35.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-04-30T00:13:35.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-04-30T00:13:35.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-04-30T00:13:35.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-04-30T00:13:36.053Z
30692026-04-30T00:13:36.053Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/273)
30702026-04-30T00:13:36.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-04-30T00:13:36.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-04-30T00:13:36.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-04-30T00:13:36.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-04-30T00:13:36.659Z
30752026-04-30T00:13:36.659Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/273)
30762026-04-30T00:13:37.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-04-30T00:13:37.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-04-30T00:13:37.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-04-30T00:13:37.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-04-30T00:13:37.260Z
30812026-04-30T00:13:37.260Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/273)
30822026-04-30T00:13:37.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-30T00:13:37.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-30T00:13:37.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-30T00:13:37.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-04-30T00:13:37.861Z
30872026-04-30T00:13:37.861Zinfo: running `cargo check --bins` on cockroach-admin-client (112/273)
30882026-04-30T00:13:38.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-30T00:13:38.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-30T00:13:38.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-30T00:13:38.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-04-30T00:13:38.448Z
30932026-04-30T00:13:38.448Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/273)
30942026-04-30T00:13:38.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-30T00:13:38.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-30T00:13:38.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-30T00:13:38.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-04-30T00:13:39.050Z
30992026-04-30T00:13:39.050Zinfo: running `cargo check --bins` on dns-service-client (114/273)
31002026-04-30T00:13:39.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-30T00:13:39.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-30T00:13:39.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-30T00:13:39.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-04-30T00:13:39.654Z
31052026-04-30T00:13:39.654Zinfo: running `cargo check --bins` on installinator-client (115/273)
31062026-04-30T00:13:40.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-30T00:13:40.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-30T00:13:40.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-30T00:13:40.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-04-30T00:13:40.256Z
31112026-04-30T00:13:40.256Zinfo: running `cargo check --bins` on nexus-client (116/273)
31122026-04-30T00:13:40.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-30T00:13:40.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-30T00:13:40.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-04-30T00:13:40.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31162026-04-30T00:13:40.893Z
31172026-04-30T00:13:40.893Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/273)
31182026-04-30T00:13:41.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-04-30T00:13:41.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-04-30T00:13:41.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-04-30T00:13:41.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31222026-04-30T00:13:41.535Z
31232026-04-30T00:13:41.535Zinfo: running `cargo check --bins` on ntp-admin-client (118/273)
31242026-04-30T00:13:42.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-04-30T00:13:42.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-04-30T00:13:42.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-04-30T00:13:42.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-04-30T00:13:42.125Z
31292026-04-30T00:13:42.125Zinfo: running `cargo check --bins` on oxide-client (119/273)
31302026-04-30T00:13:42.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-04-30T00:13:42.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-04-30T00:13:42.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-04-30T00:13:42.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-04-30T00:13:42.717Z
31352026-04-30T00:13:42.717Zinfo: running `cargo check --bins` on oximeter-client (120/273)
31362026-04-30T00:13:43.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-04-30T00:13:43.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-04-30T00:13:43.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-04-30T00:13:43.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31402026-04-30T00:13:43.321Z
31412026-04-30T00:13:43.321Zinfo: running `cargo check --bins` on repo-depot-client (121/273)
31422026-04-30T00:13:43.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-04-30T00:13:43.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-04-30T00:13:43.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-04-30T00:13:43.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31462026-04-30T00:13:43.912Z
31472026-04-30T00:13:43.912Zinfo: running `cargo check --bins` on sled-agent-client (122/273)
31482026-04-30T00:13:44.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-04-30T00:13:44.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-04-30T00:13:44.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-04-30T00:13:44.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-04-30T00:13:44.521Z
31532026-04-30T00:13:44.521Zinfo: running `cargo check --bins` on wicketd-client (123/273)
31542026-04-30T00:13:45.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-04-30T00:13:45.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-04-30T00:13:45.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-04-30T00:13:45.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-04-30T00:13:45.143Z
31592026-04-30T00:13:45.144Zinfo: running `cargo check --bins` on installinator-common (124/273)
31602026-04-30T00:13:45.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-04-30T00:13:45.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-04-30T00:13:45.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-04-30T00:13:45.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-04-30T00:13:45.762Z
31652026-04-30T00:13:45.762Zinfo: running `cargo check --bins` on installinator-common-versions (125/273)
31662026-04-30T00:13:46.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-04-30T00:13:46.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-04-30T00:13:46.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-04-30T00:13:46.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31702026-04-30T00:13:46.342Z
31712026-04-30T00:13:46.342Zinfo: running `cargo check --bins` on wicket-common (126/273)
31722026-04-30T00:13:46.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-04-30T00:13:46.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-04-30T00:13:46.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-04-30T00:13:46.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31762026-04-30T00:13:46.954Z
31772026-04-30T00:13:46.954Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/273)
31782026-04-30T00:13:47.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-04-30T00:13:47.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-04-30T00:13:47.645Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-04-30T00:13:47.760Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-04-30T00:13:47.768Z Checking csv-core v0.1.13
31832026-04-30T00:13:47.775Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-04-30T00:13:47.783Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-04-30T00:13:47.792Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-04-30T00:13:47.803Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-04-30T00:13:47.814Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31882026-04-30T00:13:47.927Z Checking csv v1.4.0
31892026-04-30T00:13:47.941Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-04-30T00:13:47.989Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-04-30T00:13:48.018Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-04-30T00:13:48.259Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-04-30T00:13:48.624Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-04-30T00:13:48.624Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-04-30T00:13:48.938Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-04-30T00:13:54.689Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-04-30T00:13:55.215Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-04-30T00:13:57.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
31992026-04-30T00:13:57.745Z
32002026-04-30T00:13:57.745Zinfo: running `cargo check --bins` on cockroach-admin-api (128/273)
32012026-04-30T00:13:58.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-04-30T00:13:58.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-04-30T00:13:58.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-04-30T00:13:58.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-04-30T00:13:58.338Z
32062026-04-30T00:13:58.339Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/273)
32072026-04-30T00:13:58.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-04-30T00:13:58.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-04-30T00:13:58.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-04-30T00:13:58.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32112026-04-30T00:13:59.030Z
32122026-04-30T00:13:59.030Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/273)
32132026-04-30T00:13:59.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-04-30T00:13:59.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-04-30T00:13:59.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-04-30T00:13:59.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32172026-04-30T00:13:59.715Z
32182026-04-30T00:13:59.715Zinfo: running `cargo check --bins` on gateway-test-utils (131/273)
32192026-04-30T00:14:00.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-04-30T00:14:00.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-04-30T00:14:00.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-04-30T00:14:00.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32232026-04-30T00:14:00.367Z
32242026-04-30T00:14:00.367Zinfo: running `cargo check --bins` on omicron-gateway (132/273)
32252026-04-30T00:14:00.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-04-30T00:14:00.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-04-30T00:14:01.135Z Compiling regress v0.11.1
32282026-04-30T00:14:01.273Z Compiling unsafe-libyaml v0.2.11
32292026-04-30T00:14:01.286Z Compiling semver v0.1.20
32302026-04-30T00:14:01.296Z Compiling radium v0.7.0
32312026-04-30T00:14:01.310Z Compiling pin-project-internal v1.1.11
32322026-04-30T00:14:01.321Z Compiling maybe-uninit v2.0.0
32332026-04-30T00:14:01.325Z Checking tap v1.0.1
32342026-04-30T00:14:01.424Z Checking wyz v0.5.1
32352026-04-30T00:14:01.568Z Compiling rustc_version v0.1.7
32362026-04-30T00:14:01.629Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-04-30T00:14:01.649Z Checking progenitor-client v0.13.0
32382026-04-30T00:14:01.750Z Compiling snafu-derive v0.8.9
32392026-04-30T00:14:01.787Z Compiling serde_yaml v0.9.34+deprecated
32402026-04-30T00:14:01.884Z Compiling newtype_derive v0.1.6
32412026-04-30T00:14:02.001Z Compiling zerocopy-derive v0.6.6
32422026-04-30T00:14:02.087Z Compiling cancel-safe-futures v0.1.5
32432026-04-30T00:14:02.306Z Compiling packed_struct v0.10.1
32442026-04-30T00:14:02.420Z Checking pin-project v1.1.11
32452026-04-30T00:14:02.519Z Compiling owo-colors v4.3.0
32462026-04-30T00:14:02.555Z Checking crc-catalog v2.4.0
32472026-04-30T00:14:02.652Z Checking funty v2.0.0
32482026-04-30T00:14:02.703Z Checking typify-impl v0.6.2
32492026-04-30T00:14:02.853Z Checking same-file v1.0.6
32502026-04-30T00:14:02.972Z Checking walkdir v2.5.0
32512026-04-30T00:14:02.975Z Checking bitvec v1.0.1
32522026-04-30T00:14:03.123Z Checking zerocopy v0.6.6
32532026-04-30T00:14:03.193Z Checking crc v3.4.0
32542026-04-30T00:14:03.372Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-04-30T00:14:03.416Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-04-30T00:14:03.430Z Checking globset v0.4.18
32572026-04-30T00:14:03.657Z Checking snafu v0.8.9
32582026-04-30T00:14:03.692Z Checking olpc-cjson v0.1.4
32592026-04-30T00:14:03.761Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-04-30T00:14:03.830Z Checking pem v3.0.6
32612026-04-30T00:14:03.844Z Compiling packed_struct_codegen v0.10.1
32622026-04-30T00:14:03.898Z Checking libsw-core v0.3.2
32632026-04-30T00:14:03.913Z Checking serde_plain v1.0.2
32642026-04-30T00:14:03.993Z Compiling bitfield-macros v0.19.4
32652026-04-30T00:14:04.025Z Compiling indexmap v1.9.3
32662026-04-30T00:14:04.045Z Checking typed-path v0.9.3
32672026-04-30T00:14:04.059Z Checking nodrop v0.1.14
32682026-04-30T00:14:04.150Z Checking array-init v0.0.4
32692026-04-30T00:14:04.240Z Checking libsw v3.5.0
32702026-04-30T00:14:04.280Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-04-30T00:14:04.392Z Checking smallvec v0.6.14
32722026-04-30T00:14:04.468Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-04-30T00:14:04.675Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32742026-04-30T00:14:04.694Z Checking bitfield v0.19.4
32752026-04-30T00:14:04.767Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32762026-04-30T00:14:04.814Z Checking tough v0.20.0
32772026-04-30T00:14:04.844Z Checking unicode-linebreak v0.1.5
32782026-04-30T00:14:04.884Z Checking smawk v0.3.2
32792026-04-30T00:14:04.898Z Checking hashbrown v0.12.3
32802026-04-30T00:14:04.964Z Checking tagptr v0.2.0
32812026-04-30T00:14:05.017Z Checking base64 v0.21.7
32822026-04-30T00:14:05.055Z Checking linear-map v1.2.0
32832026-04-30T00:14:05.107Z Checking moka v0.12.13
32842026-04-30T00:14:05.147Z Checking textwrap v0.16.2
32852026-04-30T00:14:05.224Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32862026-04-30T00:14:05.252Z Checking ron v0.8.1
32872026-04-30T00:14:05.363Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-04-30T00:14:05.623Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-04-30T00:14:05.734Z Checking serde-hex v0.1.0
32902026-04-30T00:14:05.777Z Checking steno v0.4.1
32912026-04-30T00:14:05.799Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-04-30T00:14:05.956Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32932026-04-30T00:14:05.960Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-04-30T00:14:06.165Z Checking hashbrown v0.13.2
32952026-04-30T00:14:06.497Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-04-30T00:14:06.533Z Checking crc-any v2.5.0
32972026-04-30T00:14:06.590Z Checking humantime v2.3.0
32982026-04-30T00:14:06.707Z Checking object v0.30.4
32992026-04-30T00:14:06.721Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-04-30T00:14:06.763Z Checking hickory-resolver v0.25.2
33012026-04-30T00:14:06.777Z Checking void v1.0.2
33022026-04-30T00:14:06.795Z Checking half v1.8.3
33032026-04-30T00:14:06.881Z Checking path-slash v0.1.5
33042026-04-30T00:14:06.884Z Checking utf-8 v0.7.6
33052026-04-30T00:14:06.988Z Checking lzss v0.8.2
33062026-04-30T00:14:06.991Z Checking serde_cbor v0.11.2
33072026-04-30T00:14:07.029Z Checking tungstenite v0.23.0
33082026-04-30T00:14:07.246Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33092026-04-30T00:14:07.337Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-04-30T00:14:07.382Z Compiling typify-macro v0.6.2
33112026-04-30T00:14:07.407Z Checking nix v0.27.1
33122026-04-30T00:14:07.407Z Checking kstat-rs v0.2.4
33132026-04-30T00:14:07.466Z Checking fxhash v0.2.1
33142026-04-30T00:14:07.490Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-04-30T00:14:07.574Z Checking serde_bytes v0.11.19
33162026-04-30T00:14:07.588Z Checking tokio-tungstenite v0.23.1
33172026-04-30T00:14:07.591Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-04-30T00:14:07.746Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-04-30T00:14:07.851Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-04-30T00:14:07.909Z Checking signal-hook-tokio v0.3.1
33212026-04-30T00:14:08.780Z Compiling typify v0.6.2
33222026-04-30T00:14:08.863Z Compiling progenitor-impl v0.13.0
33232026-04-30T00:14:08.863Z Compiling progenitor-impl v0.14.0
33242026-04-30T00:14:08.933Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-04-30T00:14:09.854Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33262026-04-30T00:14:10.182Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33272026-04-30T00:14:10.426Z Compiling progenitor-macro v0.13.0
33282026-04-30T00:14:10.464Z Compiling progenitor-macro v0.14.0
33292026-04-30T00:14:12.979Z Checking progenitor v0.14.0
33302026-04-30T00:14:13.097Z Checking progenitor v0.13.0
33312026-04-30T00:14:13.110Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-04-30T00:14:13.216Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-04-30T00:14:16.202Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33342026-04-30T00:14:23.584Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33352026-04-30T00:14:29.779Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-04-30T00:14:31.163Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-04-30T00:14:31.666Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-04-30T00:14:33.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.37s
33392026-04-30T00:14:33.954Z
33402026-04-30T00:14:33.954Zinfo: running `cargo check --bins` on gateway-api (133/273)
33412026-04-30T00:14:34.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-04-30T00:14:34.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-04-30T00:14:34.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-04-30T00:14:34.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-04-30T00:14:34.560Z
33462026-04-30T00:14:34.560Zinfo: running `cargo check --bins` on ipcc (134/273)
33472026-04-30T00:14:35.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-04-30T00:14:35.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-04-30T00:14:35.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-04-30T00:14:35.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-04-30T00:14:35.151Z
33522026-04-30T00:14:35.151Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/273)
33532026-04-30T00:14:35.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-04-30T00:14:35.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-04-30T00:14:35.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-04-30T00:14:35.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33572026-04-30T00:14:35.737Z
33582026-04-30T00:14:35.737Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/273)
33592026-04-30T00:14:36.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-04-30T00:14:36.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-04-30T00:14:36.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-04-30T00:14:36.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-04-30T00:14:36.339Z
33642026-04-30T00:14:36.339Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/273)
33652026-04-30T00:14:36.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-04-30T00:14:36.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-04-30T00:14:36.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-04-30T00:14:36.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-04-30T00:14:36.941Z
33702026-04-30T00:14:36.941Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/273)
33712026-04-30T00:14:37.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-04-30T00:14:37.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-04-30T00:14:37.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-04-30T00:14:37.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-04-30T00:14:37.532Z
33762026-04-30T00:14:37.532Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/273)
33772026-04-30T00:14:38.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-04-30T00:14:38.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-04-30T00:14:38.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-04-30T00:14:38.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-04-30T00:14:38.134Z
33822026-04-30T00:14:38.134Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/273)
33832026-04-30T00:14:38.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-04-30T00:14:38.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-04-30T00:14:38.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-04-30T00:14:38.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-04-30T00:14:38.739Z
33882026-04-30T00:14:38.739Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/273)
33892026-04-30T00:14:39.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-04-30T00:14:39.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-04-30T00:14:39.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-04-30T00:14:39.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-04-30T00:14:39.336Z
33942026-04-30T00:14:39.336Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/273)
33952026-04-30T00:14:39.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-04-30T00:14:39.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-04-30T00:14:39.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-04-30T00:14:39.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-04-30T00:14:39.936Z
34002026-04-30T00:14:39.936Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/273)
34012026-04-30T00:14:40.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-04-30T00:14:40.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-04-30T00:14:40.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-04-30T00:14:40.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-04-30T00:14:40.539Z
34062026-04-30T00:14:40.539Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/273)
34072026-04-30T00:14:41.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-04-30T00:14:41.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-04-30T00:14:41.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-04-30T00:14:41.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-04-30T00:14:41.144Z
34122026-04-30T00:14:41.145Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/273)
34132026-04-30T00:14:41.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-04-30T00:14:41.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-04-30T00:14:41.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-04-30T00:14:41.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-04-30T00:14:41.746Z
34182026-04-30T00:14:41.746Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/273)
34192026-04-30T00:14:42.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-04-30T00:14:42.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-04-30T00:14:42.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-04-30T00:14:42.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-04-30T00:14:42.347Z
34242026-04-30T00:14:42.347Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/273)
34252026-04-30T00:14:42.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-04-30T00:14:42.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-04-30T00:14:42.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-04-30T00:14:42.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-04-30T00:14:42.947Z
34302026-04-30T00:14:42.947Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/273)
34312026-04-30T00:14:43.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-04-30T00:14:43.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-04-30T00:14:43.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-04-30T00:14:43.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-04-30T00:14:43.549Z
34362026-04-30T00:14:43.549Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/273)
34372026-04-30T00:14:44.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-04-30T00:14:44.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-04-30T00:14:44.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-04-30T00:14:44.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-04-30T00:14:44.149Z
34422026-04-30T00:14:44.149Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/273)
34432026-04-30T00:14:44.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-04-30T00:14:44.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-04-30T00:14:44.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-04-30T00:14:44.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-04-30T00:14:44.749Z
34482026-04-30T00:14:44.749Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/273)
34492026-04-30T00:14:45.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-04-30T00:14:45.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-04-30T00:14:45.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-04-30T00:14:45.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-04-30T00:14:45.348Z
34542026-04-30T00:14:45.349Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/273)
34552026-04-30T00:14:45.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-04-30T00:14:45.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-04-30T00:14:45.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-04-30T00:14:45.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-04-30T00:14:45.950Z
34602026-04-30T00:14:45.950Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/273)
34612026-04-30T00:14:46.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-04-30T00:14:46.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-04-30T00:14:46.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-04-30T00:14:46.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-04-30T00:14:46.552Z
34662026-04-30T00:14:46.552Zinfo: running `cargo check --bins` on oximeter-producer (154/273)
34672026-04-30T00:14:47.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-04-30T00:14:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-04-30T00:14:47.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-04-30T00:14:47.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34712026-04-30T00:14:47.198Z
34722026-04-30T00:14:47.198Zinfo: running `cargo check --bins` on internal-dns-resolver (155/273)
34732026-04-30T00:14:47.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-04-30T00:14:47.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-04-30T00:14:47.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-04-30T00:14:47.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-04-30T00:14:47.802Z
34782026-04-30T00:14:47.802Zinfo: running `cargo check --bins` on dns-server (156/273)
34792026-04-30T00:14:48.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-04-30T00:14:48.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-04-30T00:14:48.462Z Compiling parking_lot_core v0.8.6
34822026-04-30T00:14:48.467Z Compiling git-stub v1.0.0
34832026-04-30T00:14:48.467Z Compiling atomicwrites v0.4.4
34842026-04-30T00:14:48.467Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34852026-04-30T00:14:48.467Z Checking prefix-trie v0.7.0
34862026-04-30T00:14:48.695Z Compiling git-stub-vcs v0.1.0
34872026-04-30T00:14:48.864Z Checking hickory-server v0.25.2
34882026-04-30T00:14:48.970Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34892026-04-30T00:14:48.984Z Checking parking_lot v0.11.2
34902026-04-30T00:14:49.044Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-04-30T00:14:49.047Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-04-30T00:14:49.183Z Checking sled v0.34.7
34932026-04-30T00:14:51.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34942026-04-30T00:14:51.222Z
34952026-04-30T00:14:51.222Zinfo: running `cargo check --bins` on dns-server-api (157/273)
34962026-04-30T00:14:51.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-04-30T00:14:51.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-04-30T00:14:51.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-04-30T00:14:51.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-04-30T00:14:51.825Z
35012026-04-30T00:14:51.825Zinfo: running `cargo check --bins` on oximeter-producer-api (158/273)
35022026-04-30T00:14:52.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-04-30T00:14:52.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-04-30T00:14:52.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-04-30T00:14:52.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35062026-04-30T00:14:52.426Z
35072026-04-30T00:14:52.426Zinfo: running `cargo check --bins` on sp-sim (159/273)
35082026-04-30T00:14:52.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-04-30T00:14:52.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-04-30T00:14:53.154Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35112026-04-30T00:14:54.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35122026-04-30T00:14:55.119Z
35132026-04-30T00:14:55.119Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/273)
35142026-04-30T00:14:55.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-04-30T00:14:55.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-04-30T00:14:55.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-04-30T00:14:55.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-04-30T00:14:55.775Z
35192026-04-30T00:14:55.775Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/273)
35202026-04-30T00:14:56.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-04-30T00:14:56.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-04-30T00:14:56.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-04-30T00:14:56.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35242026-04-30T00:14:56.433Z
35252026-04-30T00:14:56.434Zinfo: running `cargo check --bins` on db-macros (162/273)
35262026-04-30T00:14:56.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-04-30T00:14:56.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-04-30T00:14:56.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-04-30T00:14:56.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-04-30T00:14:57.022Z
35312026-04-30T00:14:57.022Zinfo: running `cargo check --bins` on nexus-macros-common (163/273)
35322026-04-30T00:14:57.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-04-30T00:14:57.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-04-30T00:14:57.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-04-30T00:14:57.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35362026-04-30T00:14:57.593Z
35372026-04-30T00:14:57.593Zinfo: running `cargo check --bins` on nexus-auth (164/273)
35382026-04-30T00:14:58.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-04-30T00:14:58.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-04-30T00:14:58.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-04-30T00:14:58.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35422026-04-30T00:14:58.248Z
35432026-04-30T00:14:58.248Zinfo: running `cargo check --bins` on authz-macros (165/273)
35442026-04-30T00:14:58.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-04-30T00:14:58.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-04-30T00:14:58.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-04-30T00:14:58.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-04-30T00:14:58.832Z
35492026-04-30T00:14:58.832Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/273)
35502026-04-30T00:14:59.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-04-30T00:14:59.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-04-30T00:14:59.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-04-30T00:14:59.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-04-30T00:14:59.483Z
35552026-04-30T00:14:59.483Zinfo: running `cargo check --bins` on nexus-db-model (167/273)
35562026-04-30T00:15:00.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-04-30T00:15:00.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-04-30T00:15:00.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-04-30T00:15:00.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-04-30T00:15:00.130Z
35612026-04-30T00:15:00.130Zinfo: running `cargo check --bins` on nexus-db-schema (168/273)
35622026-04-30T00:15:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-04-30T00:15:00.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-04-30T00:15:00.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-04-30T00:15:00.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-04-30T00:15:00.723Z
35672026-04-30T00:15:00.723Zinfo: running `cargo check --bins` on omicron-rpaths (169/273)
35682026-04-30T00:15:01.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-04-30T00:15:01.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-04-30T00:15:01.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-04-30T00:15:01.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-04-30T00:15:01.314Z
35732026-04-30T00:15:01.314Zinfo: running `cargo check --bins` on nexus-defaults (170/273)
35742026-04-30T00:15:01.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-04-30T00:15:01.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-04-30T00:15:01.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-04-30T00:15:01.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-04-30T00:15:01.918Z
35792026-04-30T00:15:01.918Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/273)
35802026-04-30T00:15:02.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-04-30T00:15:02.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-04-30T00:15:02.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-04-30T00:15:02.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-04-30T00:15:02.512Z
35852026-04-30T00:15:02.512Zinfo: running `cargo check --bins` on parallel-task-set (172/273)
35862026-04-30T00:15:03.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-04-30T00:15:03.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-04-30T00:15:03.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-04-30T00:15:03.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-04-30T00:15:03.098Z
35912026-04-30T00:15:03.098Zinfo: running `cargo check --bins` on nexus-db-errors (173/273)
35922026-04-30T00:15:03.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-04-30T00:15:03.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-04-30T00:15:03.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-04-30T00:15:03.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35962026-04-30T00:15:03.756Z
35972026-04-30T00:15:03.756Zinfo: running `cargo check --bins` on nexus-db-lookup (174/273)
35982026-04-30T00:15:04.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-04-30T00:15:04.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-04-30T00:15:04.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-04-30T00:15:04.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-04-30T00:15:04.411Z
36032026-04-30T00:15:04.411Zinfo: running `cargo check --bins` on nexus-inventory (175/273)
36042026-04-30T00:15:04.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-04-30T00:15:04.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-04-30T00:15:04.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-04-30T00:15:04.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-04-30T00:15:05.060Z
36092026-04-30T00:15:05.060Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/273)
36102026-04-30T00:15:05.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-04-30T00:15:05.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-04-30T00:15:05.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-04-30T00:15:05.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-04-30T00:15:05.681Z
36152026-04-30T00:15:05.682Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/273)
36162026-04-30T00:15:06.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-04-30T00:15:06.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-04-30T00:15:06.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-04-30T00:15:06.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-04-30T00:15:06.305Z
36212026-04-30T00:15:06.305Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/273)
36222026-04-30T00:15:06.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-04-30T00:15:06.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-04-30T00:15:06.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-04-30T00:15:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-04-30T00:15:06.927Z
36272026-04-30T00:15:06.927Zinfo: running `cargo check --bins` on key-manager (179/273)
36282026-04-30T00:15:07.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-04-30T00:15:07.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-04-30T00:15:07.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-04-30T00:15:07.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-04-30T00:15:07.530Z
36332026-04-30T00:15:07.530Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/273)
36342026-04-30T00:15:08.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-04-30T00:15:08.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-04-30T00:15:08.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-04-30T00:15:08.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36382026-04-30T00:15:08.153Z
36392026-04-30T00:15:08.153Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/273)
36402026-04-30T00:15:08.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-04-30T00:15:08.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-04-30T00:15:08.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-04-30T00:15:08.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36442026-04-30T00:15:08.779Z
36452026-04-30T00:15:08.779Zinfo: running `cargo check --bins` on typed-rng (182/273)
36462026-04-30T00:15:09.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-04-30T00:15:09.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-04-30T00:15:09.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-04-30T00:15:09.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-04-30T00:15:09.366Z
36512026-04-30T00:15:09.366Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/273)
36522026-04-30T00:15:09.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-04-30T00:15:09.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-04-30T00:15:10.217Z Compiling typify-impl v0.4.3
36552026-04-30T00:15:10.217Z Compiling libefi-sys v0.1.0
36562026-04-30T00:15:10.220Z Compiling bitfield-struct v0.6.2
36572026-04-30T00:15:10.368Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-04-30T00:15:10.377Z Compiling xshell-macros v0.2.7
36592026-04-30T00:15:10.389Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36602026-04-30T00:15:10.416Z Compiling salty v0.3.0
36612026-04-30T00:15:10.460Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36622026-04-30T00:15:10.604Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-04-30T00:15:10.722Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36642026-04-30T00:15:10.735Z Checking xshell v0.2.7
36652026-04-30T00:15:10.764Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36662026-04-30T00:15:10.917Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36672026-04-30T00:15:10.960Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682026-04-30T00:15:10.974Z Checking primeorder v0.13.6
36692026-04-30T00:15:11.087Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-04-30T00:15:11.133Z Compiling proc-macro-error-attr2 v2.0.0
36712026-04-30T00:15:11.194Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-04-30T00:15:11.212Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-04-30T00:15:11.392Z Checking tungstenite v0.21.0
36742026-04-30T00:15:11.427Z Checking p384 v0.13.1
36752026-04-30T00:15:11.441Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36762026-04-30T00:15:11.521Z Compiling proc-macro-error2 v2.0.1
36772026-04-30T00:15:11.580Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-04-30T00:15:11.812Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-04-30T00:15:11.834Z Compiling num-derive v0.3.3
36802026-04-30T00:15:11.850Z Compiling unicase v2.9.0
36812026-04-30T00:15:12.058Z Compiling mime_guess v2.0.5
36822026-04-30T00:15:12.161Z Compiling tabled_derive v0.11.0
36832026-04-30T00:15:12.240Z Checking tokio-tungstenite v0.21.0
36842026-04-30T00:15:12.304Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36852026-04-30T00:15:12.610Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-04-30T00:15:12.626Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-04-30T00:15:12.725Z Checking libscf-sys v1.1.0
36882026-04-30T00:15:12.860Z Checking papergrid v0.17.0
36892026-04-30T00:15:12.987Z Checking testing_table v0.3.0
36902026-04-30T00:15:13.003Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36912026-04-30T00:15:13.085Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-04-30T00:15:13.129Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-04-30T00:15:13.311Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36942026-04-30T00:15:13.448Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36952026-04-30T00:15:13.525Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-04-30T00:15:13.612Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-04-30T00:15:13.648Z Checking corncobs v0.1.4
36982026-04-30T00:15:13.664Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36992026-04-30T00:15:13.727Z Checking tabled v0.20.0
37002026-04-30T00:15:13.780Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-04-30T00:15:13.894Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-04-30T00:15:13.911Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-04-30T00:15:13.914Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37042026-04-30T00:15:14.060Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37052026-04-30T00:15:14.075Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37062026-04-30T00:15:14.116Z Checking progenitor-client v0.11.2
37072026-04-30T00:15:14.150Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37082026-04-30T00:15:14.228Z Checking secrecy v0.8.0
37092026-04-30T00:15:14.325Z Checking filetime v0.2.27
37102026-04-30T00:15:14.348Z Checking xattr v1.6.1
37112026-04-30T00:15:14.461Z Checking http-range v0.1.5
37122026-04-30T00:15:14.483Z Checking tar v0.4.45
37132026-04-30T00:15:14.771Z Compiling typify-macro v0.4.3
37142026-04-30T00:15:14.789Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37152026-04-30T00:15:14.863Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37162026-04-30T00:15:14.878Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-04-30T00:15:14.982Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-04-30T00:15:15.163Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37192026-04-30T00:15:15.360Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37202026-04-30T00:15:15.452Z Checking atty v0.2.14
37212026-04-30T00:15:15.555Z Checking crc8 v0.1.1
37222026-04-30T00:15:15.626Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37232026-04-30T00:15:15.658Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37242026-04-30T00:15:15.742Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-04-30T00:15:15.962Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37262026-04-30T00:15:15.994Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272026-04-30T00:15:16.087Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37282026-04-30T00:15:16.286Z Checking hyper-staticfile v0.10.1
37292026-04-30T00:15:16.327Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37302026-04-30T00:15:16.343Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37312026-04-30T00:15:16.438Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37322026-04-30T00:15:16.489Z Compiling typify v0.4.3
37332026-04-30T00:15:16.585Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37342026-04-30T00:15:16.606Z Compiling progenitor-impl v0.10.0
37352026-04-30T00:15:16.680Z Compiling progenitor-impl v0.11.2
37362026-04-30T00:15:17.043Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37372026-04-30T00:15:17.130Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37382026-04-30T00:15:17.591Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37392026-04-30T00:15:18.052Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37402026-04-30T00:15:18.304Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37412026-04-30T00:15:18.324Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37422026-04-30T00:15:18.466Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37432026-04-30T00:15:18.594Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-04-30T00:15:18.747Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37452026-04-30T00:15:18.894Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37462026-04-30T00:15:18.969Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-04-30T00:15:19.290Z Compiling progenitor-macro v0.10.0
37482026-04-30T00:15:19.340Z Compiling progenitor-macro v0.11.2
37492026-04-30T00:15:22.043Z Checking progenitor v0.10.0
37502026-04-30T00:15:22.182Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37512026-04-30T00:15:22.265Z Checking progenitor v0.11.2
37522026-04-30T00:15:22.390Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-04-30T00:15:27.009Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-04-30T00:15:37.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.59s
37552026-04-30T00:15:38.183Z
37562026-04-30T00:15:38.183Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/273)
37572026-04-30T00:15:38.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-04-30T00:15:38.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-04-30T00:15:38.967Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-04-30T00:15:50.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37612026-04-30T00:15:50.243Z
37622026-04-30T00:15:50.243Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/273)
37632026-04-30T00:15:50.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-04-30T00:15:50.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-04-30T00:15:51.034Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-04-30T00:16:02.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37672026-04-30T00:16:02.281Z
37682026-04-30T00:16:02.281Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/273)
37692026-04-30T00:16:02.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-04-30T00:16:02.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-04-30T00:16:03.067Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-04-30T00:16:14.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s
37732026-04-30T00:16:14.371Z
37742026-04-30T00:16:14.371Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/273)
37752026-04-30T00:16:14.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-04-30T00:16:14.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-04-30T00:16:15.158Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-04-30T00:16:26.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37792026-04-30T00:16:26.430Z
37802026-04-30T00:16:26.430Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/273)
37812026-04-30T00:16:26.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-04-30T00:16:26.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-04-30T00:16:27.215Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-04-30T00:16:38.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37852026-04-30T00:16:38.487Z
37862026-04-30T00:16:38.488Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/273)
37872026-04-30T00:16:39.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-04-30T00:16:39.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-04-30T00:16:39.271Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-04-30T00:16:50.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37912026-04-30T00:16:50.594Z
37922026-04-30T00:16:50.594Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/273)
37932026-04-30T00:16:51.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-04-30T00:16:51.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-04-30T00:16:51.380Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37962026-04-30T00:17:02.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37972026-04-30T00:17:02.629Z
37982026-04-30T00:17:02.629Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/273)
37992026-04-30T00:17:03.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-04-30T00:17:03.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-04-30T00:17:03.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-04-30T00:17:03.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-04-30T00:17:03.237Z
38042026-04-30T00:17:03.237Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/273)
38052026-04-30T00:17:03.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-04-30T00:17:03.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-04-30T00:17:03.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-04-30T00:17:03.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38092026-04-30T00:17:03.843Z
38102026-04-30T00:17:03.843Zinfo: running `cargo check --bins` on range-requests (193/273)
38112026-04-30T00:17:04.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-04-30T00:17:04.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-04-30T00:17:04.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-04-30T00:17:04.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-04-30T00:17:04.439Z
38162026-04-30T00:17:04.439Zinfo: running `cargo check --bins` on repo-depot-api (194/273)
38172026-04-30T00:17:04.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-04-30T00:17:04.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-04-30T00:17:04.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-04-30T00:17:04.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38212026-04-30T00:17:05.037Z
38222026-04-30T00:17:05.037Zinfo: running `cargo check --bins` on sled-agent-api (195/273)
38232026-04-30T00:17:05.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-04-30T00:17:05.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-04-30T00:17:05.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-04-30T00:17:05.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-04-30T00:17:05.657Z
38282026-04-30T00:17:05.657Zinfo: running `cargo check --bins` on sled-diagnostics (196/273)
38292026-04-30T00:17:06.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-04-30T00:17:06.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-04-30T00:17:06.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-04-30T00:17:06.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-04-30T00:17:06.282Z
38342026-04-30T00:17:06.282Zinfo: running `cargo check --bins` on zfs-test-harness (197/273)
38352026-04-30T00:17:06.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-04-30T00:17:06.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-04-30T00:17:06.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-04-30T00:17:06.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38392026-04-30T00:17:06.896Z
38402026-04-30T00:17:06.896Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/273)
38412026-04-30T00:17:07.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-04-30T00:17:07.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-04-30T00:17:07.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-04-30T00:17:07.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-04-30T00:17:07.523Z
38462026-04-30T00:17:07.523Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/273)
38472026-04-30T00:17:08.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-04-30T00:17:08.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-04-30T00:17:08.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-04-30T00:17:08.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-04-30T00:17:08.156Z
38522026-04-30T00:17:08.156Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/273)
38532026-04-30T00:17:08.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-04-30T00:17:08.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-04-30T00:17:08.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-04-30T00:17:08.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38572026-04-30T00:17:08.776Z
38582026-04-30T00:17:08.776Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/273)
38592026-04-30T00:17:09.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-04-30T00:17:09.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-04-30T00:17:09.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-04-30T00:17:09.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-04-30T00:17:09.405Z
38642026-04-30T00:17:09.405Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/273)
38652026-04-30T00:17:09.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-04-30T00:17:09.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-04-30T00:17:09.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-04-30T00:17:09.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38692026-04-30T00:17:10.030Z
38702026-04-30T00:17:10.030Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/273)
38712026-04-30T00:17:10.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-04-30T00:17:10.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-04-30T00:17:10.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-04-30T00:17:10.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-04-30T00:17:10.657Z
38762026-04-30T00:17:10.657Zinfo: running `cargo check --bins` on transient-dns-server (204/273)
38772026-04-30T00:17:11.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-04-30T00:17:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-04-30T00:17:11.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-04-30T00:17:11.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38812026-04-30T00:17:11.271Z
38822026-04-30T00:17:11.271Zinfo: running `cargo check --bins` on trust-quorum (205/273)
38832026-04-30T00:17:11.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-04-30T00:17:11.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-04-30T00:17:11.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-04-30T00:17:11.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38872026-04-30T00:17:11.900Z
38882026-04-30T00:17:11.900Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/273)
38892026-04-30T00:17:12.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-04-30T00:17:12.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-04-30T00:17:12.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-04-30T00:17:12.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38932026-04-30T00:17:12.543Z
38942026-04-30T00:17:12.543Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/273)
38952026-04-30T00:17:13.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-04-30T00:17:13.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-04-30T00:17:13.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-04-30T00:17:13.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38992026-04-30T00:17:13.207Z
39002026-04-30T00:17:13.207Zinfo: running `cargo check --bins` on update-common (208/273)
39012026-04-30T00:17:13.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-04-30T00:17:13.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-04-30T00:17:13.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-04-30T00:17:13.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39052026-04-30T00:17:13.824Z
39062026-04-30T00:17:13.824Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/273)
39072026-04-30T00:17:14.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-04-30T00:17:14.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-04-30T00:17:14.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-04-30T00:17:14.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39112026-04-30T00:17:14.483Z
39122026-04-30T00:17:14.484Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/273)
39132026-04-30T00:17:14.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-04-30T00:17:14.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-04-30T00:17:14.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-04-30T00:17:14.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39172026-04-30T00:17:15.071Z
39182026-04-30T00:17:15.071Zinfo: running `cargo check --bins` on reconfigurator-cli (211/273)
39192026-04-30T00:17:15.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-04-30T00:17:15.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-04-30T00:17:15.844Z Compiling fs-err v2.11.0
39222026-04-30T00:17:15.847Z Checking ignore v0.4.25
39232026-04-30T00:17:15.847Z Checking arc-swap v1.8.2
39242026-04-30T00:17:15.847Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39252026-04-30T00:17:15.981Z Checking predicates-tree v1.0.13
39262026-04-30T00:17:15.999Z Checking parse-size v1.1.0
39272026-04-30T00:17:16.011Z Checking rand_seeder v0.4.0
39282026-04-30T00:17:16.022Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39292026-04-30T00:17:16.089Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39302026-04-30T00:17:16.109Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39312026-04-30T00:17:16.151Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39322026-04-30T00:17:16.175Z Checking slog-scope v4.4.1
39332026-04-30T00:17:16.297Z Compiling petname v2.0.2
39342026-04-30T00:17:16.311Z Checking slog-stdlog v4.1.1
39352026-04-30T00:17:16.324Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39362026-04-30T00:17:16.350Z Checking globwalk v0.9.1
39372026-04-30T00:17:16.404Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39382026-04-30T00:17:16.429Z Checking slog-envlogger v2.2.0
39392026-04-30T00:17:16.530Z Checking camino-tempfile-ext v0.3.3
39402026-04-30T00:17:16.545Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39412026-04-30T00:17:16.576Z Checking sapling-renderdag v0.1.0
39422026-04-30T00:17:16.709Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39432026-04-30T00:17:16.723Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39442026-04-30T00:17:16.813Z Checking subprocess v0.2.15
39452026-04-30T00:17:16.891Z Checking sync-ptr v0.1.4
39462026-04-30T00:17:16.940Z Checking colored v2.2.0
39472026-04-30T00:17:17.004Z Checking assert_matches v1.5.0
39482026-04-30T00:17:17.092Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39492026-04-30T00:17:17.109Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39502026-04-30T00:17:17.201Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39512026-04-30T00:17:17.204Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39522026-04-30T00:17:17.794Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39532026-04-30T00:17:19.104Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39542026-04-30T00:17:21.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39552026-04-30T00:17:21.549Z
39562026-04-30T00:17:21.549Zinfo: running `cargo check --bins` on omicron-repl-utils (212/273)
39572026-04-30T00:17:22.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-04-30T00:17:22.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-04-30T00:17:22.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-04-30T00:17:22.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-04-30T00:17:22.137Z
39622026-04-30T00:17:22.137Zinfo: running `cargo check --bins` on nexus-test-interface (213/273)
39632026-04-30T00:17:22.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-04-30T00:17:22.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-04-30T00:17:22.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-04-30T00:17:22.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39672026-04-30T00:17:22.801Z
39682026-04-30T00:17:22.801Zinfo: running `cargo check --bins` on oximeter-collector (214/273)
39692026-04-30T00:17:23.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-04-30T00:17:23.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-04-30T00:17:23.529Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39722026-04-30T00:17:23.532Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39732026-04-30T00:17:24.186Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39742026-04-30T00:17:25.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39752026-04-30T00:17:25.972Z
39762026-04-30T00:17:25.972Zinfo: running `cargo check --bins` on oximeter-api (215/273)
39772026-04-30T00:17:26.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-30T00:17:26.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-30T00:17:26.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-04-30T00:17:26.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-04-30T00:17:26.576Z
39822026-04-30T00:17:26.576Zinfo: running `cargo check --bins` on cert-dev (216/273)
39832026-04-30T00:17:27.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-04-30T00:17:27.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-04-30T00:17:27.173Z Checking yasna v0.5.2
39862026-04-30T00:17:27.580Z Checking rcgen v0.12.1
39872026-04-30T00:17:27.831Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39882026-04-30T00:17:28.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39892026-04-30T00:17:28.198Z
39902026-04-30T00:17:28.198Zinfo: running `cargo check --bins` on clickana (217/273)
39912026-04-30T00:17:28.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-04-30T00:17:28.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-04-30T00:17:28.835Z Compiling darling_core v0.23.0
39942026-04-30T00:17:28.839Z Compiling instability v0.3.11
39952026-04-30T00:17:28.951Z Checking castaway v0.2.4
39962026-04-30T00:17:28.956Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39972026-04-30T00:17:28.959Z Compiling indoc v2.0.7
39982026-04-30T00:17:28.975Z Checking unicode-truncate v1.1.0
39992026-04-30T00:17:28.978Z Checking lru v0.12.5
40002026-04-30T00:17:28.978Z Checking cassowary v0.3.0
40012026-04-30T00:17:29.042Z Checking compact_str v0.8.1
40022026-04-30T00:17:29.904Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40032026-04-30T00:17:30.093Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40042026-04-30T00:17:30.351Z Compiling darling_macro v0.23.0
40052026-04-30T00:17:30.759Z Compiling darling v0.23.0
40062026-04-30T00:17:31.359Z Checking ratatui v0.29.0
40072026-04-30T00:17:32.409Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40082026-04-30T00:17:33.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
40092026-04-30T00:17:33.254Z
40102026-04-30T00:17:33.254Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (218/273)
40112026-04-30T00:17:33.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-04-30T00:17:33.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-04-30T00:17:33.970Z Checking headers-core v0.3.0
40142026-04-30T00:17:33.973Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40152026-04-30T00:17:34.168Z Checking headers v0.4.1
40162026-04-30T00:17:34.537Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40172026-04-30T00:17:35.394Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40182026-04-30T00:17:35.895Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40192026-04-30T00:17:36.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40202026-04-30T00:17:36.517Z
40212026-04-30T00:17:36.517Zinfo: running `cargo check --bins` on ch-dev (219/273)
40222026-04-30T00:17:37.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-04-30T00:17:37.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-04-30T00:17:37.236Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40252026-04-30T00:17:37.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40262026-04-30T00:17:38.192Z
40272026-04-30T00:17:38.192Zinfo: running `cargo check --bins` on dev-tools-common (220/273)
40282026-04-30T00:17:38.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-04-30T00:17:38.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-04-30T00:17:38.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-04-30T00:17:38.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40322026-04-30T00:17:38.661Z
40332026-04-30T00:17:38.661Zinfo: running `cargo check --bins` on crdb-seed (221/273)
40342026-04-30T00:17:39.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-04-30T00:17:39.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-04-30T00:17:39.371Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40372026-04-30T00:17:40.369Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40382026-04-30T00:17:40.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40392026-04-30T00:17:40.917Z
40402026-04-30T00:17:40.917Zinfo: running `cargo check --bins` on db-dev (222/273)
40412026-04-30T00:17:41.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-04-30T00:17:41.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-04-30T00:17:41.635Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40442026-04-30T00:17:42.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40452026-04-30T00:17:42.590Z
40462026-04-30T00:17:42.591Zinfo: running `cargo check --bins` on omicron-dev-lib (223/273)
40472026-04-30T00:17:43.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-04-30T00:17:43.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-04-30T00:17:43.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-04-30T00:17:43.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40512026-04-30T00:17:43.238Z
40522026-04-30T00:17:43.238Zinfo: running `cargo check --bins` on xtask-downloader (224/273)
40532026-04-30T00:17:43.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-04-30T00:17:43.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-04-30T00:17:43.841Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40562026-04-30T00:17:44.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40572026-04-30T00:17:44.680Z
40582026-04-30T00:17:44.680Zinfo: running `cargo check --bins` on omicron-dropshot-apis (225/273)
40592026-04-30T00:17:45.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-04-30T00:17:45.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-04-30T00:17:45.426Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40622026-04-30T00:17:45.426Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-04-30T00:17:45.426Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40642026-04-30T00:17:45.429Z Checking git-stub v1.0.0
40652026-04-30T00:17:45.429Z Compiling trait-variant v0.1.2
40662026-04-30T00:17:45.544Z Checking maplit v1.0.2
40672026-04-30T00:17:45.552Z Checking is_ci v1.2.0
40682026-04-30T00:17:45.575Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40692026-04-30T00:17:45.664Z Checking supports-color v3.0.2
40702026-04-30T00:17:45.664Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40712026-04-30T00:17:45.689Z Checking git-stub-vcs v0.1.0
40722026-04-30T00:17:45.779Z Checking drift v0.1.3
40732026-04-30T00:17:45.798Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40742026-04-30T00:17:45.836Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40752026-04-30T00:17:45.877Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40762026-04-30T00:17:46.030Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40772026-04-30T00:17:46.071Z Checking dropshot-api-manager v0.7.1
40782026-04-30T00:17:46.085Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40792026-04-30T00:17:46.098Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40802026-04-30T00:17:46.282Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40812026-04-30T00:17:46.298Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40822026-04-30T00:17:46.473Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40832026-04-30T00:17:46.823Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40842026-04-30T00:17:51.689Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40852026-04-30T00:17:52.783Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40862026-04-30T00:17:53.349Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40872026-04-30T00:17:53.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40882026-04-30T00:17:53.989Z
40892026-04-30T00:17:53.989Zinfo: running `cargo check --bins` on installinator-api (226/273)
40902026-04-30T00:17:54.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-04-30T00:17:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-04-30T00:17:54.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-04-30T00:17:54.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40942026-04-30T00:17:54.587Z
40952026-04-30T00:17:54.587Zinfo: running `cargo check --bins` on nexus-external-api (227/273)
40962026-04-30T00:17:55.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-04-30T00:17:55.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-04-30T00:17:55.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-04-30T00:17:55.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41002026-04-30T00:17:55.229Z
41012026-04-30T00:17:55.229Zinfo: running `cargo check --bins` on nexus-internal-api (228/273)
41022026-04-30T00:17:55.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-04-30T00:17:55.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-04-30T00:17:55.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-04-30T00:17:55.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41062026-04-30T00:17:55.863Z
41072026-04-30T00:17:55.863Zinfo: running `cargo check --bins` on nexus-lockstep-api (229/273)
41082026-04-30T00:17:56.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-04-30T00:17:56.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-04-30T00:17:56.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-04-30T00:17:56.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41122026-04-30T00:17:56.501Z
41132026-04-30T00:17:56.501Zinfo: running `cargo check --bins` on ntp-admin-api (230/273)
41142026-04-30T00:17:57.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-04-30T00:17:57.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-04-30T00:17:57.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-04-30T00:17:57.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-04-30T00:17:57.099Z
41192026-04-30T00:17:57.099Zinfo: running `cargo check --bins` on ntp-admin-types-versions (231/273)
41202026-04-30T00:17:57.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-04-30T00:17:57.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-04-30T00:17:57.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-04-30T00:17:57.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41242026-04-30T00:17:57.684Z
41252026-04-30T00:17:57.684Zinfo: running `cargo check --bins` on wicketd-api (232/273)
41262026-04-30T00:17:58.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-04-30T00:17:58.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-04-30T00:17:58.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-04-30T00:17:58.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41302026-04-30T00:17:58.297Z
41312026-04-30T00:17:58.297Zinfo: running `cargo check --bins` on omicron-ls-apis (233/273)
41322026-04-30T00:17:58.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-04-30T00:17:58.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-04-30T00:17:58.900Z Checking typeid v1.0.3
41352026-04-30T00:17:59.012Z Checking ordered-float v2.10.1
41362026-04-30T00:17:59.031Z Checking unicode-xid v0.2.6
41372026-04-30T00:17:59.044Z Checking cargo-platform v0.2.0
41382026-04-30T00:17:59.053Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41392026-04-30T00:17:59.081Z Checking erased-serde v0.4.9
41402026-04-30T00:17:59.213Z Checking serde-value v0.7.0
41412026-04-30T00:17:59.390Z Checking serde-untagged v0.1.9
41422026-04-30T00:17:59.545Z Checking cargo-util-schemas v0.8.2
41432026-04-30T00:18:00.228Z Checking cargo_metadata v0.21.0
41442026-04-30T00:18:00.828Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41452026-04-30T00:18:01.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41462026-04-30T00:18:01.699Z
41472026-04-30T00:18:01.699Zinfo: running `cargo check --bins` on mgs-dev (234/273)
41482026-04-30T00:18:02.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-04-30T00:18:02.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-04-30T00:18:02.437Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41512026-04-30T00:18:03.071Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41522026-04-30T00:18:03.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41532026-04-30T00:18:03.789Z
41542026-04-30T00:18:03.789Zinfo: running `cargo check --bins` on omicron-omdb (235/273)
41552026-04-30T00:18:04.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-04-30T00:18:04.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-04-30T00:18:04.639Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-04-30T00:18:04.639Z Compiling vergen-gitcl v1.0.8
41592026-04-30T00:18:04.639Z Compiling dirs-sys-next v0.1.2
41602026-04-30T00:18:04.639Z Compiling crunchy v0.2.4
41612026-04-30T00:18:04.639Z Compiling glob v0.3.3
41622026-04-30T00:18:04.643Z Compiling diesel_derives v2.3.7
41632026-04-30T00:18:04.643Z Compiling dsl_auto_type v0.2.0
41642026-04-30T00:18:04.643Z Checking scheduled-thread-pool v0.2.7
41652026-04-30T00:18:04.906Z Compiling diesel_table_macro_syntax v0.3.0
41662026-04-30T00:18:04.957Z Compiling dirs-next v2.0.0
41672026-04-30T00:18:05.008Z Compiling tiny-keccak v2.0.2
41682026-04-30T00:18:05.100Z Compiling term v0.7.0
41692026-04-30T00:18:05.147Z Checking r2d2 v0.8.10
41702026-04-30T00:18:05.212Z Compiling bit-vec v0.6.3
41712026-04-30T00:18:05.226Z Compiling clang-sys v1.8.1
41722026-04-30T00:18:05.240Z Checking downcast-rs v2.0.2
41732026-04-30T00:18:05.345Z Compiling itertools v0.10.5
41742026-04-30T00:18:05.428Z Compiling bit-set v0.5.3
41752026-04-30T00:18:05.589Z Compiling ascii-canvas v3.0.0
41762026-04-30T00:18:05.607Z Compiling ena v0.14.4
41772026-04-30T00:18:05.643Z Compiling libloading v0.8.9
41782026-04-30T00:18:05.675Z Compiling bindgen v0.71.1
41792026-04-30T00:18:05.744Z Compiling regex-syntax v0.6.29
41802026-04-30T00:18:05.819Z Compiling diff v0.1.13
41812026-04-30T00:18:05.849Z Compiling cexpr v0.6.0
41822026-04-30T00:18:06.086Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41832026-04-30T00:18:06.123Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41842026-04-30T00:18:06.291Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41852026-04-30T00:18:06.310Z Compiling libxml v0.3.3
41862026-04-30T00:18:06.381Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41872026-04-30T00:18:06.521Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41882026-04-30T00:18:06.561Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41892026-04-30T00:18:06.691Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41902026-04-30T00:18:06.752Z Compiling strum_macros v0.24.3
41912026-04-30T00:18:06.887Z Compiling indoc v1.0.9
41922026-04-30T00:18:07.355Z Compiling lalrpop v0.19.12
41932026-04-30T00:18:07.823Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41942026-04-30T00:18:07.860Z Checking derive_builder v0.20.2
41952026-04-30T00:18:07.980Z Compiling oso-derive v0.27.3
41962026-04-30T00:18:08.013Z Checking quick-xml v0.37.5
41972026-04-30T00:18:08.126Z Compiling impl-trait-for-tuples v0.2.3
41982026-04-30T00:18:08.472Z Checking openssl-probe v0.1.6
41992026-04-30T00:18:08.616Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42002026-04-30T00:18:08.895Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42012026-04-30T00:18:09.091Z Checking bb8 v0.8.6
42022026-04-30T00:18:09.367Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42032026-04-30T00:18:09.386Z Checking nonempty v0.12.0
42042026-04-30T00:18:09.488Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42052026-04-30T00:18:09.553Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42062026-04-30T00:18:09.592Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42072026-04-30T00:18:09.649Z Checking console v0.16.2
42082026-04-30T00:18:09.697Z Checking unit-prefix v0.5.2
42092026-04-30T00:18:09.766Z Checking support-bundle-viewer v0.1.2
42102026-04-30T00:18:09.833Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42112026-04-30T00:18:09.953Z Checking indicatif v0.18.4
42122026-04-30T00:18:10.010Z Checking multimap v0.10.1
42132026-04-30T00:18:10.633Z Checking diesel v2.3.7
42142026-04-30T00:18:12.330Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42152026-04-30T00:18:12.924Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42162026-04-30T00:18:13.265Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42172026-04-30T00:18:14.022Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42182026-04-30T00:18:14.705Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42192026-04-30T00:18:14.820Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42202026-04-30T00:18:15.101Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42212026-04-30T00:18:15.354Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42222026-04-30T00:18:17.451Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42232026-04-30T00:18:22.318Z Compiling samael v0.0.19
42242026-04-30T00:18:26.154Z Checking diesel-dtrace v0.5.0
42252026-04-30T00:18:26.397Z Checking async-bb8-diesel v0.2.1
42262026-04-30T00:18:27.434Z Compiling polar-core v0.27.3
42272026-04-30T00:18:31.841Z Checking oso v0.27.3
42282026-04-30T00:19:08.353Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42292026-04-30T00:19:41.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42302026-04-30T00:19:41.595Z
42312026-04-30T00:19:41.595Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (236/273)
42322026-04-30T00:19:42.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-04-30T00:19:42.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-04-30T00:19:42.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-04-30T00:19:42.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42362026-04-30T00:19:42.262Z
42372026-04-30T00:19:42.262Zinfo: running `cargo check --bins` on nexus-saga-recovery (237/273)
42382026-04-30T00:19:42.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-04-30T00:19:42.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-04-30T00:19:42.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-04-30T00:19:42.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42422026-04-30T00:19:42.919Z
42432026-04-30T00:19:42.919Zinfo: running `cargo check --bins` on nexus-test-utils-macros (238/273)
42442026-04-30T00:19:43.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-04-30T00:19:43.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-04-30T00:19:43.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-04-30T00:19:43.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42482026-04-30T00:19:43.508Z
42492026-04-30T00:19:43.508Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (239/273)
42502026-04-30T00:19:44.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-04-30T00:19:44.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-04-30T00:19:44.378Z Compiling libz-sys v1.1.24
42532026-04-30T00:19:44.508Z Compiling libgit2-sys v0.18.3+1.9.2
42542026-04-30T00:19:44.519Z Compiling vergen-git2 v1.0.7
42552026-04-30T00:19:44.529Z Compiling rustls v0.21.12
42562026-04-30T00:19:44.563Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42572026-04-30T00:19:44.570Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42582026-04-30T00:19:44.570Z Checking rustls-webpki v0.101.7
42592026-04-30T00:19:44.570Z Checking sct v0.7.1
42602026-04-30T00:19:44.722Z Compiling nix v0.29.0
42612026-04-30T00:19:44.734Z Compiling dropshot v0.16.7
42622026-04-30T00:19:44.749Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42632026-04-30T00:19:44.821Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42642026-04-30T00:19:44.888Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42652026-04-30T00:19:44.984Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42662026-04-30T00:19:45.005Z Checking toml v0.9.12+spec-1.1.0
42672026-04-30T00:19:45.070Z Compiling dropshot_endpoint v0.16.7
42682026-04-30T00:19:45.202Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42692026-04-30T00:19:45.348Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42702026-04-30T00:19:45.485Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42712026-04-30T00:19:45.572Z Checking rustls-pemfile v1.0.4
42722026-04-30T00:19:45.710Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42732026-04-30T00:19:45.943Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42742026-04-30T00:19:46.017Z Checking twox-hash v2.1.2
42752026-04-30T00:19:46.153Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42762026-04-30T00:19:46.178Z Checking tokio-rustls v0.24.1
42772026-04-30T00:19:46.773Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42782026-04-30T00:19:46.790Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42792026-04-30T00:19:46.969Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42802026-04-30T00:19:47.488Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42812026-04-30T00:19:47.545Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42822026-04-30T00:19:47.563Z Checking fatfs v0.3.6
42832026-04-30T00:19:47.692Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42842026-04-30T00:19:47.800Z Compiling seq-macro v0.3.6
42852026-04-30T00:19:51.363Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42862026-04-30T00:19:51.490Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42872026-04-30T00:19:51.691Z Compiling git2 v0.20.4
42882026-04-30T00:19:53.909Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42892026-04-30T00:20:40.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.64s
42902026-04-30T00:20:40.384Z
42912026-04-30T00:20:40.384Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (240/273)
42922026-04-30T00:20:40.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-04-30T00:20:40.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-04-30T00:20:41.259Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42952026-04-30T00:21:19.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.22s
42962026-04-30T00:21:19.841Z
42972026-04-30T00:21:19.841Zinfo: running `cargo check --bins` on nexus-background-task-interface (241/273)
42982026-04-30T00:21:20.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-04-30T00:21:20.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-04-30T00:21:20.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-04-30T00:21:20.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43022026-04-30T00:21:20.421Z
43032026-04-30T00:21:20.421Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (242/273)
43042026-04-30T00:21:20.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-04-30T00:21:20.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-04-30T00:21:20.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-04-30T00:21:20.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43082026-04-30T00:21:21.051Z
43092026-04-30T00:21:21.051Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (243/273)
43102026-04-30T00:21:21.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-04-30T00:21:21.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-04-30T00:21:21.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-04-30T00:21:21.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43142026-04-30T00:21:21.696Z
43152026-04-30T00:21:21.696Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (244/273)
43162026-04-30T00:21:22.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-04-30T00:21:22.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-04-30T00:21:22.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-04-30T00:21:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43202026-04-30T00:21:22.346Z
43212026-04-30T00:21:22.346Zinfo: running `cargo check --bins` on nexus-mgs-updates (245/273)
43222026-04-30T00:21:22.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-04-30T00:21:22.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-04-30T00:21:22.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-04-30T00:21:22.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43262026-04-30T00:21:22.979Z
43272026-04-30T00:21:22.979Zinfo: running `cargo check --bins` on nexus-networking (246/273)
43282026-04-30T00:21:23.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-04-30T00:21:23.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-04-30T00:21:23.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-04-30T00:21:23.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43322026-04-30T00:21:23.628Z
43332026-04-30T00:21:23.628Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (247/273)
43342026-04-30T00:21:24.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-04-30T00:21:24.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-04-30T00:21:24.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-04-30T00:21:24.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43382026-04-30T00:21:24.278Z
43392026-04-30T00:21:24.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (248/273)
43402026-04-30T00:21:24.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-04-30T00:21:24.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-04-30T00:21:24.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-04-30T00:21:24.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43442026-04-30T00:21:24.933Z
43452026-04-30T00:21:24.933Zinfo: running `cargo check --bins` on omicron-dev (249/273)
43462026-04-30T00:21:25.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-04-30T00:21:25.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-04-30T00:21:25.830Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-04-30T00:21:25.830Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43502026-04-30T00:21:26.015Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43512026-04-30T00:21:26.050Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43522026-04-30T00:21:26.053Z Checking yansi v1.0.1
43532026-04-30T00:21:26.065Z Checking diff v0.1.13
43542026-04-30T00:21:26.080Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-04-30T00:21:26.093Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43562026-04-30T00:21:26.149Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43572026-04-30T00:21:26.312Z Checking pretty_assertions v1.4.1
43582026-04-30T00:21:26.985Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43592026-04-30T00:21:50.505Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-04-30T00:21:50.508Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43612026-04-30T00:21:50.508Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43622026-04-30T00:21:50.508Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43632026-04-30T00:21:50.508Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43642026-04-30T00:21:50.508Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43652026-04-30T00:21:51.310Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43662026-04-30T00:21:52.403Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43672026-04-30T00:22:30.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43682026-04-30T00:22:31.049Z
43692026-04-30T00:22:31.050Zinfo: running `cargo check --bins` on omicron-pins (250/273)
43702026-04-30T00:22:31.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-30T00:22:31.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-30T00:22:31.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43732026-04-30T00:22:31.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43742026-04-30T00:22:31.625Z
43752026-04-30T00:22:31.625Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (251/273)
43762026-04-30T00:22:32.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-04-30T00:22:32.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-04-30T00:22:32.394Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43792026-04-30T00:22:32.513Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43802026-04-30T00:22:32.517Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43812026-04-30T00:22:58.033Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43822026-04-30T00:22:58.422Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43832026-04-30T00:23:00.140Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43842026-04-30T00:23:00.601Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43852026-04-30T00:23:03.528Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43862026-04-30T00:23:26.340Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43872026-04-30T00:23:27.046Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43882026-04-30T00:23:28.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.04s
43892026-04-30T00:23:28.890Z
43902026-04-30T00:23:28.890Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (252/273)
43912026-04-30T00:23:29.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-04-30T00:23:29.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-04-30T00:23:29.612Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43942026-04-30T00:23:30.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43952026-04-30T00:23:30.495Z
43962026-04-30T00:23:30.495Zinfo: running `cargo check --bins` on omicron-releng (253/273)
43972026-04-30T00:23:31.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-04-30T00:23:31.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-04-30T00:23:31.148Z Compiling blake3 v1.8.3
44002026-04-30T00:23:31.256Z Checking arrayref v0.3.9
44012026-04-30T00:23:31.263Z Checking constant_time_eq v0.4.2
44022026-04-30T00:23:31.266Z Checking arrayvec v0.7.6
44032026-04-30T00:23:31.276Z Checking topological-sort v0.2.2
44042026-04-30T00:23:31.279Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44052026-04-30T00:23:31.279Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44062026-04-30T00:23:31.284Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44072026-04-30T00:23:31.316Z Checking shell-words v1.1.1
44082026-04-30T00:23:32.130Z Checking omicron-zone-package v0.12.2
44092026-04-30T00:23:32.834Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44102026-04-30T00:23:33.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
44112026-04-30T00:23:33.846Z
44122026-04-30T00:23:33.846Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (254/273)
44132026-04-30T00:23:34.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-04-30T00:23:34.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-04-30T00:23:34.489Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44162026-04-30T00:23:34.813Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44172026-04-30T00:23:35.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44182026-04-30T00:23:35.386Z
44192026-04-30T00:23:35.386Zinfo: running `cargo check --bins` on schema (255/273)
44202026-04-30T00:23:35.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-04-30T00:23:35.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-04-30T00:23:36.114Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44232026-04-30T00:23:36.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44242026-04-30T00:23:37.024Z
44252026-04-30T00:23:37.025Zinfo: running `cargo check --bins` on xtask (256/273)
44262026-04-30T00:23:37.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-04-30T00:23:37.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-04-30T00:23:37.482Z Checking libc v0.2.185
44292026-04-30T00:23:37.485Z Checking serde v1.0.228
44302026-04-30T00:23:37.568Z Checking zerofrom v0.1.6
44312026-04-30T00:23:37.572Z Checking bitflags v2.11.0
44322026-04-30T00:23:37.578Z Checking smallvec v1.15.1
44332026-04-30T00:23:37.581Z Checking indexmap v2.14.0
44342026-04-30T00:23:37.595Z Checking serde_json v1.0.149
44352026-04-30T00:23:37.598Z Checking scroll v0.12.0
44362026-04-30T00:23:37.664Z Checking yoke v0.8.1
44372026-04-30T00:23:37.714Z Checking num-traits v0.2.19
44382026-04-30T00:23:37.752Z Checking thiserror v1.0.69
44392026-04-30T00:23:37.828Z Checking zerovec v0.11.5
44402026-04-30T00:23:37.828Z Checking zerotrie v0.2.3
44412026-04-30T00:23:37.850Z Checking errno v0.3.14
44422026-04-30T00:23:37.853Z Checking log v0.4.29
44432026-04-30T00:23:37.947Z Checking serde_spanned v0.6.9
44442026-04-30T00:23:37.974Z Checking rustix v1.1.3
44452026-04-30T00:23:37.995Z Checking toml_datetime v0.6.11
44462026-04-30T00:23:38.070Z Checking percent-encoding v2.3.2
44472026-04-30T00:23:38.081Z Checking goblin v0.8.2
44482026-04-30T00:23:38.105Z Checking zerocopy v0.7.35
44492026-04-30T00:23:38.176Z Checking toml_edit v0.22.27
44502026-04-30T00:23:38.191Z Checking getrandom v0.4.1
44512026-04-30T00:23:38.211Z Checking form_urlencoded v1.2.2
44522026-04-30T00:23:38.229Z Checking ordered-float v2.10.1
44532026-04-30T00:23:38.260Z Checking tinystr v0.8.2
44542026-04-30T00:23:38.321Z Checking potential_utf v0.1.4
44552026-04-30T00:23:38.338Z Checking thiserror v2.0.18
44562026-04-30T00:23:38.436Z Checking syn v2.0.117
44572026-04-30T00:23:38.440Z Checking icu_locale_core v2.1.1
44582026-04-30T00:23:38.456Z Checking serde-value v0.7.0
44592026-04-30T00:23:38.459Z Checking icu_collections v2.1.1
44602026-04-30T00:23:38.591Z Checking dtrace-parser v0.2.0
44612026-04-30T00:23:38.658Z Checking thread-id v4.2.2
44622026-04-30T00:23:38.740Z Checking once_cell v1.21.3
44632026-04-30T00:23:38.771Z Checking cargo-platform v0.2.0
44642026-04-30T00:23:38.798Z Checking terminal_size v0.4.3
44652026-04-30T00:23:38.831Z Checking memmap v0.7.0
44662026-04-30T00:23:38.913Z Checking clap_builder v4.5.60
44672026-04-30T00:23:38.917Z Checking tempfile v3.25.0
44682026-04-30T00:23:38.944Z Checking textwrap v0.16.2
44692026-04-30T00:23:38.961Z Checking fs-err v3.3.0
44702026-04-30T00:23:38.993Z Checking icu_provider v2.1.1
44712026-04-30T00:23:39.108Z Checking camino-tempfile v1.4.1
44722026-04-30T00:23:39.135Z Checking anyhow v1.0.102
44732026-04-30T00:23:39.154Z Checking tabled v0.15.0
44742026-04-30T00:23:39.228Z Checking icu_normalizer v2.1.1
44752026-04-30T00:23:39.256Z Checking icu_properties v2.1.2
44762026-04-30T00:23:39.266Z Checking toml v0.8.23
44772026-04-30T00:23:39.330Z Checking macaddr v1.0.1
44782026-04-30T00:23:39.508Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44792026-04-30T00:23:39.579Z Checking cargo_toml v0.21.0
44802026-04-30T00:23:39.960Z Checking dof v0.3.0
44812026-04-30T00:23:40.061Z Checking idna_adapter v1.2.1
44822026-04-30T00:23:40.128Z Checking clap v4.5.60
44832026-04-30T00:23:40.180Z Checking idna v1.1.0
44842026-04-30T00:23:40.249Z Checking usdt-impl v0.5.0
44852026-04-30T00:23:40.400Z Checking url v2.5.8
44862026-04-30T00:23:40.497Z Checking usdt v0.5.0
44872026-04-30T00:23:40.744Z Checking cargo-util-schemas v0.8.2
44882026-04-30T00:23:41.438Z Checking cargo_metadata v0.21.0
44892026-04-30T00:23:42.039Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44902026-04-30T00:23:42.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44912026-04-30T00:23:42.583Z
44922026-04-30T00:23:42.584Zinfo: running `cargo check --bins` on dnsadm (257/273)
44932026-04-30T00:23:43.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-04-30T00:23:43.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-04-30T00:23:43.216Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44962026-04-30T00:23:43.691Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44972026-04-30T00:23:44.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44982026-04-30T00:23:44.284Z
44992026-04-30T00:23:44.284Zinfo: running `cargo check --bins` on end-to-end-tests (258/273)
45002026-04-30T00:23:44.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-04-30T00:23:44.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-04-30T00:23:45.075Z Checking polyval v0.6.2
45032026-04-30T00:23:45.198Z Checking ctr v0.9.2
45042026-04-30T00:23:45.208Z Checking ssh-encoding v0.2.0
45052026-04-30T00:23:45.211Z Checking blowfish v0.9.1
45062026-04-30T00:23:45.229Z Checking password-hash v0.4.2
45072026-04-30T00:23:45.245Z Checking p256 v0.13.2
45082026-04-30T00:23:45.248Z Checking p521 v0.13.3
45092026-04-30T00:23:45.271Z Checking russh-cryptovec v0.7.3
45102026-04-30T00:23:45.339Z Checking ghash v0.5.1
45112026-04-30T00:23:45.353Z Checking bcrypt-pbkdf v0.10.0
45122026-04-30T00:23:45.353Z Checking md5 v0.7.0
45132026-04-30T00:23:45.383Z Checking num-bigint v0.4.6
45142026-04-30T00:23:45.433Z Checking des v0.8.1
45152026-04-30T00:23:45.449Z Checking pbkdf2 v0.11.0
45162026-04-30T00:23:45.466Z Checking aes-gcm v0.10.3
45172026-04-30T00:23:45.482Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45182026-04-30T00:23:45.547Z Checking hex-literal v0.4.1
45192026-04-30T00:23:45.580Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45202026-04-30T00:23:45.583Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45212026-04-30T00:23:45.613Z Checking ssh-cipher v0.2.0
45222026-04-30T00:23:45.613Z Checking socket2 v0.5.10
45232026-04-30T00:23:45.641Z Checking internet-checksum v0.2.1
45242026-04-30T00:23:45.789Z Checking ssh-key v0.6.7
45252026-04-30T00:23:45.868Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45262026-04-30T00:23:46.419Z Checking russh-keys v0.45.0
45272026-04-30T00:23:46.954Z Checking russh v0.45.0
45282026-04-30T00:24:02.072Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45292026-04-30T00:24:03.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.99s
45302026-04-30T00:24:03.495Z
45312026-04-30T00:24:03.496Zinfo: running `cargo check --bins` on gateway-cli (259/273)
45322026-04-30T00:24:04.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-30T00:24:04.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-30T00:24:04.130Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45352026-04-30T00:24:04.238Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45362026-04-30T00:24:04.246Z Checking termios v0.3.3
45372026-04-30T00:24:05.462Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45382026-04-30T00:24:05.613Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45392026-04-30T00:24:07.441Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45402026-04-30T00:24:08.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
45412026-04-30T00:24:08.190Z
45422026-04-30T00:24:08.190Zinfo: running `cargo check --bins --no-default-features` on installinator (260/273)
45432026-04-30T00:24:08.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-04-30T00:24:08.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-04-30T00:24:08.895Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45462026-04-30T00:24:09.010Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45472026-04-30T00:24:09.019Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45482026-04-30T00:24:09.022Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45492026-04-30T00:24:09.033Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45502026-04-30T00:24:09.036Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45512026-04-30T00:24:09.757Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45522026-04-30T00:24:10.091Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45532026-04-30T00:24:10.095Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45542026-04-30T00:24:10.732Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45552026-04-30T00:24:12.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45562026-04-30T00:24:12.566Z
45572026-04-30T00:24:12.566Zinfo: running `cargo check --bins` on internal-dns-cli (261/273)
45582026-04-30T00:24:13.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-04-30T00:24:13.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-04-30T00:24:13.198Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45612026-04-30T00:24:13.648Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45622026-04-30T00:24:13.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45632026-04-30T00:24:14.165Z
45642026-04-30T00:24:14.165Zinfo: running `cargo check --bins` on omicron-live-tests (262/273)
45652026-04-30T00:24:14.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-30T00:24:14.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-30T00:24:14.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-04-30T00:24:14.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45692026-04-30T00:24:14.750Z
45702026-04-30T00:24:14.750Zinfo: running `cargo check --bins` on live-tests-macros (263/273)
45712026-04-30T00:24:15.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-04-30T00:24:15.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-04-30T00:24:15.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-04-30T00:24:15.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45752026-04-30T00:24:15.331Z
45762026-04-30T00:24:15.331Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (264/273)
45772026-04-30T00:24:15.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-30T00:24:15.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-30T00:24:16.074Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45802026-04-30T00:24:16.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45812026-04-30T00:24:16.875Z
45822026-04-30T00:24:16.875Zinfo: running `cargo check --bins` on omicron-ntp-admin (265/273)
45832026-04-30T00:24:17.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-04-30T00:24:17.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-04-30T00:24:17.516Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45862026-04-30T00:24:17.519Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45872026-04-30T00:24:17.769Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45882026-04-30T00:24:17.773Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45892026-04-30T00:24:18.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45902026-04-30T00:24:18.742Z
45912026-04-30T00:24:18.742Zinfo: running `cargo check --bins` on ntp-admin-types (266/273)
45922026-04-30T00:24:19.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-04-30T00:24:19.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-04-30T00:24:19.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45952026-04-30T00:24:19.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45962026-04-30T00:24:19.331Z
45972026-04-30T00:24:19.331Zinfo: running `cargo check --bins` on omicron-package (267/273)
45982026-04-30T00:24:19.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-04-30T00:24:19.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-04-30T00:24:20.007Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46012026-04-30T00:24:21.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46022026-04-30T00:24:21.269Z
46032026-04-30T00:24:21.269Zinfo: running `cargo check --bins` on tqdb (268/273)
46042026-04-30T00:24:21.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-04-30T00:24:21.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-04-30T00:24:22.037Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46072026-04-30T00:24:22.391Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46082026-04-30T00:24:22.911Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46092026-04-30T00:24:22.915Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46102026-04-30T00:24:28.717Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46112026-04-30T00:24:28.722Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46122026-04-30T00:24:29.290Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46132026-04-30T00:24:29.290Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46142026-04-30T00:24:29.295Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46152026-04-30T00:24:29.295Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46162026-04-30T00:24:30.041Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46172026-04-30T00:24:31.034Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46182026-04-30T00:24:31.787Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46192026-04-30T00:24:32.398Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46202026-04-30T00:24:36.430Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46212026-04-30T00:24:42.721Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46222026-04-30T00:24:42.724Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46232026-04-30T00:24:42.724Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46242026-04-30T00:24:42.724Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46252026-04-30T00:24:44.184Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46262026-04-30T00:24:45.492Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46272026-04-30T00:24:46.168Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46282026-04-30T00:24:47.404Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46292026-04-30T00:24:47.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s
46302026-04-30T00:24:48.162Z
46312026-04-30T00:24:48.162Zinfo: running `cargo check --bins` on wicket-dbg (269/273)
46322026-04-30T00:24:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-04-30T00:24:48.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-04-30T00:24:48.862Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46352026-04-30T00:24:48.862Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46362026-04-30T00:24:48.866Z Checking rtoolbox v0.0.3
46372026-04-30T00:24:48.866Z Checking tui-tree-widget v0.23.1
46382026-04-30T00:24:49.093Z Checking rpassword v7.4.0
46392026-04-30T00:24:50.110Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46402026-04-30T00:24:53.212Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46412026-04-30T00:24:55.061Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46422026-04-30T00:24:55.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s
46432026-04-30T00:24:56.189Z
46442026-04-30T00:24:56.189Zinfo: running `cargo check --bins` on wicket (270/273)
46452026-04-30T00:24:56.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-04-30T00:24:56.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-04-30T00:24:56.873Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46482026-04-30T00:24:57.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46492026-04-30T00:24:57.427Z
46502026-04-30T00:24:57.427Zinfo: running `cargo check --bins` on wicketd (271/273)
46512026-04-30T00:24:57.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-04-30T00:24:57.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-04-30T00:24:58.142Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46542026-04-30T00:24:58.145Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46552026-04-30T00:24:58.145Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46562026-04-30T00:24:58.145Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46572026-04-30T00:24:59.143Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46582026-04-30T00:24:59.720Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46592026-04-30T00:25:02.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46602026-04-30T00:25:02.877Z
46612026-04-30T00:25:02.878Zinfo: running `cargo check --bins` on omicron-workspace-hack (272/273)
46622026-04-30T00:25:03.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-04-30T00:25:03.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-04-30T00:25:03.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46652026-04-30T00:25:03.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46662026-04-30T00:25:03.460Z
46672026-04-30T00:25:03.460Zinfo: running `cargo check --bins` on zone-setup (273/273)
46682026-04-30T00:25:03.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-04-30T00:25:03.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-04-30T00:25:04.121Z Checking uzers v0.12.2
46712026-04-30T00:25:04.393Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46722026-04-30T00:25:05.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46732026-04-30T00:25:05.367Z
46742026-04-30T00:25:05.367Zreal 14:08.516745097
46752026-04-30T00:25:05.367Zuser 20:31.166856943
46762026-04-30T00:25:05.367Zsys 4:16.791869217
46772026-04-30T00:25:05.367Ztrap 0.328945327
46782026-04-30T00:25:05.367Ztflt 0.344492691
46792026-04-30T00:25:05.367Zdflt 0.885473125
46802026-04-30T00:25:05.367Zkflt 0.002470870
46812026-04-30T00:25:05.367Zlock 1:16:55.369898837
46822026-04-30T00:25:05.367Zslp 1:38:31.052823630
46832026-04-30T00:25:05.367Zlat 54.689252069
46842026-04-30T00:25:05.367Zstop 3:23.462938089
46852026-04-30T00:25:05.370Zprocess exited: duration 1028840 ms, exit code 0
 
46862026-04-30T00:25:05.377Zfound 0 output files